Home
last modified time | relevance | path

Searched refs:Str_Words (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dstr.c276 Str_Words(const char *str, bool expand) in Str_Words() function
H A Dstr.h300 Words Str_Words(const char *, bool);
H A Dcompat.c343 Words words = Str_Words(cmd, false); in Compat_RunCommand()
H A Dvar.c681 varnames = Str_Words(expanded, false); in Var_Undef()
852 Words varnames = Str_Words(xvarnames, false); in Var_ReexportVars()
866 Words words = Str_Words(varnames, false); in ExportVars()
H A Dmain.c710 words = Str_Words(buf, true); in Main_ParseArgLine()
H A Djob.c2365 wordsList = Str_Words(line, true); in Job_ParseShell()
H A DChangeLog1545 o for.c: inline Str_Words - reduce memory allocation
1552 in UnexportVars, replace Str_Words with Substring_Words to
2069 str.c: remove redundant call to strlen in Str_Words
2545 o stc.c: replace brk_string with simpler Str_Words