Searched refs:EXP_FLAG_ESC_GLOB_CHARS (Results 1 – 1 of 1) sorted by relevance
561 EXP_FLAG_ESC_GLOB_CHARS = 0x1, enumerator3077 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()[all …]