Home
last modified time | relevance | path

Searched refs:Substring_Words (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/make/
H A Dstr.c121 Substring_Words(const char *str, bool expand) in Substring_Words() function
282 swords = Substring_Words(str, expand); in Str_Words()
H A Dstr.h312 SubstringWords Substring_Words(const char *, bool);
H A Dfor.c203 f->items = Substring_Words(items, false); in ForLoop_ParseItems()
H A Dvar.c974 words = Substring_Words(varnames, false); in UnexportVars()
1718 /* fake what Substring_Words() would do */ in VarSelectWords()
1724 words = Substring_Words(str, false); in VarSelectWords()
2055 return Substring_Words(Expr_Str(expr), false); in Expr_Str()
2357 words = Substring_Words(val, false); in ModifyWords()