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

  /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.
  /src/usr.bin/make/
str.c 121 Substring_Words(const char *str, bool expand)
282 swords = Substring_Words(str, expand);
str.h 312 SubstringWords Substring_Words(const char *, bool);
for.c 197 f->items = Substring_Words(
var.c 993 words = Substring_Words(varnames, false);
1743 /* fake what Substring_Words() would do */
1749 words = Substring_Words(str, false);
2076 return Substring_Words(Expr_Str(expr), false);
2378 words = Substring_Words(val, false);

Completed in 16 milliseconds