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

  /src/usr.bin/make/
job.h 103 bool Job_ParseShell(char *) MAKE_ATTR_USE;
parse.c 1622 if (!Job_ParseShell(p)) {
job.c 88 * Job_ParseShell Given a special dependency line with target '.SHELL',
475 * It is set by the Job_ParseShell function.
2250 Job_ParseShell(char *line)
  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.mk 21 # The shell attributes are handled by Job_ParseShell.
23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
25 # The '\n' is handled by Str_Words in Job_ParseShell.

Completed in 17 milliseconds