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()
995 words = Substring_Words(varnames->str, false); in UnexportVars()1745 words = Substring_Words(str, false); in VarSelectWords()2076 return Substring_Words(Expr_Str(expr), false); in Expr_Words()2378 words = Substring_Words(val, false); in ModifyWords()
1057 in UnexportVars, replace Str_Words with Substring_Words to