HomeSort by: relevance | last modified time | path
    Searched refs:Substring_Words (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/
str.c 121 Substring_Words(const char *str, bool expand)
282 swords = Substring_Words(str, expand);
str.h 310 SubstringWords Substring_Words(const char *, bool);
for.c 197 f->items = Substring_Words(
var.c 1001 words = Substring_Words(varnames, false);
1747 /* fake what Substring_Words() would do */
1753 words = Substring_Words(str, false);
2080 return Substring_Words(Expr_Str(expr), false);
2382 words = Substring_Words(val, false);
  /src/usr.bin/make/unit-tests/
modmisc.mk 59 # Cover the bmake_realloc in Substring_Words.
deptgt-makeflags.mk 84 # Now do the same for the other escape sequences; see Substring_Words.

Completed in 25 milliseconds