Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c549 int o_expflags; member
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()
3152 !!(o->o_expflags & EXP_FLAG_GLOB), in debug_print_list()
3154 !!(o->o_expflags & EXP_FLAG_ESC_GLOB_CHARS)); in debug_print_list()
3539 if (o->o_expflags & EXP_FLAG_GLOB) { in o_save_ptr()
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()
[all …]