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

  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.mk 25 # The '\n' is handled by Str_Words in Job_ParseShell.
  /src/usr.bin/make/
str.h 302 Words Str_Words(const char *, bool);
str.c 276 Str_Words(const char *str, bool expand)
compat.c 340 Words words = Str_Words(cmd, false);
main.c 707 words = Str_Words(buf, true);
var.c 659 varnames = Str_Words(expanded, false);
830 Words varnames = Str_Words(xvarnames, false);
844 Words words = Str_Words(varnames, false);
job.c 2268 wordsList = Str_Words(line, true);

Completed in 138 milliseconds