Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c561 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()
[all …]