Searched refs:ifs_whitespace (Results 1 – 1 of 1) sorted by relevance
964 char *ifs_whitespace; /* = G.ifs or malloced */ member6109 str += strspn(str, G.ifs_whitespace); /* skip IFS whitespace chars */ in expand_on_ifs()6113 if (G.ifs_whitespace != G.ifs /* usually false ($IFS is usually all whitespace), */ in expand_on_ifs()6119 str += strspn(str, G.ifs_whitespace); in expand_on_ifs()9218 if (G.ifs_whitespace != G.ifs) in run_pipe()9219 free(G.ifs_whitespace); in run_pipe()9223 G.ifs_whitespace = (char*)G.ifs; in run_pipe()9230 G.ifs_whitespace = xmalloc(len + strlen(p) + 1); /* can overestimate */ in run_pipe()9231 d = mempcpy(G.ifs_whitespace, G.ifs, len); in run_pipe()9241 G.ifs_whitespace = (char*)G.ifs; in run_pipe()