Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dstr.c272 Str_Words(const char *str, bool expand) in Str_Words() function
H A Dstr.h314 Words Str_Words(const char *, bool);
H A Dcompat.c348 Words words = Str_Words(cmd, false); in Compat_RunCommand()
H A Dvar.c557 varnames = Str_Words(expanded, false); in Var_Undef()
725 Words varnames = Str_Words(xvarnames, false); in Var_ReexportVars()
739 Words words = Str_Words(varnames, false); in ExportVars()
H A Dmain.c704 words = Str_Words(buf, true); in Main_ParseArgLine()
H A Djob.c2458 wordsList = Str_Words(line, true); in Job_ParseShell()
H A DChangeLog203 o for.c: inline Str_Words - reduce memory allocation
210 in UnexportVars, replace Str_Words with Substring_Words to
727 str.c: remove redundant call to strlen in Str_Words
1203 o stc.c: replace brk_string with simpler Str_Words