Searched refs:first_ch (Results 1 – 1 of 1) sorted by relevance
6545 int first_ch, const char *val) in append_str_maybe_ifs_split() argument6547 if (!(first_ch & 0x80)) { /* unquoted $VAR */ in append_str_maybe_ifs_split()6565 int first_ch, char *arg, char **pp) in expand_one_var() argument6953 n = append_str_maybe_ifs_split(output, n, first_ch, val); in expand_one_var()6977 char first_ch; in expand_vars_to_list() local6996 first_ch = arg[0] | (output->o_expflags & EXP_FLAG_SINGLEWORD); in expand_vars_to_list()7002 if ((first_ch & 0x7f) != '@') in expand_vars_to_list()7003 cant_be_null |= first_ch; in expand_vars_to_list()7005 switch (first_ch & 0x7f) { in expand_vars_to_list()7013 cant_be_null |= first_ch; /* do it for "$@" _now_, when we know it's not empty */ in expand_vars_to_list()[all …]