Searched refs:Substring_Words (Results 1 – 5 of 5) sorted by relevance
121 Substring_Words(const char *str, bool expand) in Substring_Words() function282 swords = Substring_Words(str, expand); in Str_Words()
312 SubstringWords Substring_Words(const char *, bool);
203 f->items = Substring_Words(items, false); in ForLoop_ParseItems()
989 words = Substring_Words(varnames, false); in UnexportVars()1740 words = Substring_Words(str, false); in VarSelectWords()2071 return Substring_Words(Expr_Str(expr), false); in Expr_Words()2373 words = Substring_Words(val, false); in ModifyWords()
1213 in UnexportVars, replace Str_Words with Substring_Words to