Home
last modified time | relevance | path

Searched refs:dquoted (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c6315 char *str, int dquoted) in encode_then_append_var_plusminus() argument
6326 if (dquoted) { in encode_then_append_var_plusminus()
6347 if (!dquoted && strchr(G.ifs, ch)) { in encode_then_append_var_plusminus()
6374 if (!dquoted && ch == '\'') { in encode_then_append_var_plusminus()
6405 … if (!parse_dollar(NULL, &dest, &input, /*quote_mask:*/ (dest.o_expflags || dquoted) ? 0x80 : 0)) { in encode_then_append_var_plusminus()
6415 o_addchr(&dest, (dest.o_expflags || dquoted) ? 0x80 | '`' : '`'); in encode_then_append_var_plusminus()
6427 if (dquoted) { in encode_then_append_var_plusminus()