Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dstr.c117 Substring_Words(const char *str, bool expand) in Substring_Words() function
278 swords = Substring_Words(str, expand); in Str_Words()
H A Dstr.h324 SubstringWords Substring_Words(const char *, bool);
H A Dfor.c176 f->items = Substring_Words(items, false); in ForLoop_ParseItems()
H A Dvar.c900 words = Substring_Words(varnames->str, false); in UnexportVars()
1722 words = Substring_Words(str, false); in VarSelectWords()
2063 return Substring_Words(Expr_Str(expr), false); in Expr_Words()
2388 words = Substring_Words(val, false); in ModifyWords()
H A DChangeLog383 in UnexportVars, replace Str_Words with Substring_Words to