Lines Matching refs:o_expflags
549 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()
6089 if (!(output->o_expflags & EXP_FLAG_GLOB)) { in expand_on_ifs()
6244 __func__, ch, ch, !!dest.o_expflags); in encode_then_expand_vararg()
6246 if (!dest.o_expflags) { in encode_then_expand_vararg()
6260 dest.o_expflags ^= EXP_FLAG_ESC_GLOB_CHARS; in encode_then_expand_vararg()
6288 /*in_dquote:*/ dest.o_expflags /* nonzero if EXP_FLAG_ESC_GLOB_CHARS set */ in encode_then_expand_vararg()
6342 __func__, ch, ch, dest.o_expflags); in encode_then_append_var_plusminus()
6344 if (!dest.o_expflags) { in encode_then_append_var_plusminus()
6387 dest.o_expflags ^= EXP_FLAG_ESC_GLOB_CHARS; in encode_then_append_var_plusminus()
6388 if (dest.o_expflags) { 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()
6417 /*in_dquote:*/ dest.o_expflags /* nonzero if EXP_FLAG_ESC_GLOB_CHARS set */ 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()
6973 !!(output->o_expflags & EXP_FLAG_SINGLEWORD)); in expand_vars_to_list()
6996 first_ch = arg[0] | (output->o_expflags & EXP_FLAG_SINGLEWORD); in expand_vars_to_list()
7031 && !(output->o_expflags & EXP_FLAG_SINGLEWORD) /* not v="$@" case */ in expand_vars_to_list()
7156 output.o_expflags = expflags; in expand_variables()