Lines Matching refs:EXP_FLAG_ESC_GLOB_CHARS
561 EXP_FLAG_ESC_GLOB_CHARS = 0x1, enumerator
3077 if ((o->o_expflags & EXP_FLAG_ESC_GLOB_CHARS) in o_addQchr()
3120 if (!(o->o_expflags & EXP_FLAG_ESC_GLOB_CHARS)) { in o_addQblock()
3154 !!(o->o_expflags & EXP_FLAG_ESC_GLOB_CHARS)); in debug_print_list()
5324 ch, ch, !!(dest->o_expflags & EXP_FLAG_ESC_GLOB_CHARS)); in encode_string()
5429 ch, ch, !!(ctx.word.o_expflags & EXP_FLAG_ESC_GLOB_CHARS)); in parse_stream()
5849 ctx.word.o_expflags |= EXP_FLAG_ESC_GLOB_CHARS; in parse_stream()
5852 ctx.word.o_expflags &= ~EXP_FLAG_ESC_GLOB_CHARS; in parse_stream()
6182 EXP_FLAG_ESC_GLOB_CHARS, in encode_then_expand_string()
6260 dest.o_expflags ^= EXP_FLAG_ESC_GLOB_CHARS; in encode_then_expand_vararg()
6303 do_unbackslash ? EXP_FLAG_ESC_GLOB_CHARS : 0, in encode_then_expand_vararg()
6387 dest.o_expflags ^= EXP_FLAG_ESC_GLOB_CHARS; in encode_then_append_var_plusminus()
6549 !!(output->o_expflags & EXP_FLAG_ESC_GLOB_CHARS)); in append_str_maybe_ifs_split()
6555 !!(output->o_expflags & EXP_FLAG_ESC_GLOB_CHARS)); in append_str_maybe_ifs_split()
7182 return expand_variables(argv, EXP_FLAG_GLOB | EXP_FLAG_ESC_GLOB_CHARS); in expand_strvec_to_strvec()
7202 const int EXP_flags = EXP_FLAG_ESC_GLOB_CHARS; in expand_string_to_string()
7272 EXP_FLAG_ESC_GLOB_CHARS, in expand_assignments()
8043 EXP_FLAG_ESC_GLOB_CHARS, /*unbackslash:*/ 1); in setup_redirects()
9332 EXP_FLAG_ESC_GLOB_CHARS, in run_pipe()
9846 EXP_FLAG_ESC_GLOB_CHARS, /*unbackslash:*/ 1); in run_list()
9864 EXP_FLAG_ESC_GLOB_CHARS, in run_list()