Searched refs:Str_Words (Results 1 – 7 of 7) sorted by relevance
276 Str_Words(const char *str, bool expand) in Str_Words() function
302 Words Str_Words(const char *, bool);
347 Words words = Str_Words(cmd, false); in Compat_RunCommand()
655 varnames = Str_Words(expanded, false); in Var_Undef()826 Words varnames = Str_Words(xvarnames, false); in Var_ReexportVars()840 Words words = Str_Words(varnames, false); in ExportVars()
707 words = Str_Words(buf, true); in Main_ParseArgLine()
2384 wordsList = Str_Words(line, true); in Job_ParseShell()
1189 o for.c: inline Str_Words - reduce memory allocation1196 in UnexportVars, replace Str_Words with Substring_Words to1713 str.c: remove redundant call to strlen in Str_Words2189 o stc.c: replace brk_string with simpler Str_Words