Searched refs:SEMI_IFS (Results 1 – 1 of 1) sorted by relevance
1384 #define SEMI_IFS (1<<6) // Use ' ' instead of IFS to combine $* macro1612 if (flags&SEMI_IFS) strcpy(sep, " "); in expand_arg_nobrace()2045 if (!(s = *arg.v) && (flags&(SEMI_IFS|NO_NULL))) s = ""; in expand_one_arg()2181 if (x && !(ss = sss = expand_one_arg(ss, ~SEMI_IFS, 0))) { in expand_redir()2365 if (!(sss = expand_one_arg(s, SEMI_IFS, 0))) pp->exit = 1; in run_command()3984 s = expand_one_arg("\"$*\"", SEMI_IFS, 0); in eval_main()