Home
last modified time | relevance | path

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

/dragonfly/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.c343 Words words = Str_Words(cmd, false); in Compat_RunCommand()
H A Dvar.c565 varnames = Str_Words(expanded, false); in Var_Undef()
733 Words varnames = Str_Words(xvarnames, false); in Var_ReexportVars()
747 Words words = Str_Words(varnames, false); in ExportVars()
H A Dmain.c699 words = Str_Words(buf, true); in Main_ParseArgLine()
H A Djob.c2422 wordsList = Str_Words(line, true); in Job_ParseShell()
H A DChangeLog376 o for.c: inline Str_Words - reduce memory allocation
383 in UnexportVars, replace Str_Words with Substring_Words to
900 str.c: remove redundant call to strlen in Str_Words
1376 o stc.c: replace brk_string with simpler Str_Words