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

  /src/usr.bin/make/unit-tests/
sh-jobs.mk 17 # See JobWriteCommand, cmdTemplate, runIgnTmpl
24 # See JobWriteCommand, cmdTemplate, runIgnTmpl
opt-jobs-no-action.mk 34 ignore="\# .runIgnTmpl\n""%s\n" \
  /src/usr.bin/make/
job.c 246 * for echoing the command, should echoing be on; runIgnTmpl is another
283 const char *runIgnTmpl; /* template to run a command without error
392 "%s\n", /* .runIgnTmpl */
415 "%s\n", /* .runIgnTmpl */
441 "%s\n", /* .runIgnTmpl */
464 "csh -c \"%s || exit 0\"\n", /* .runIgnTmpl */
936 *inout_cmdTemplate = shell->runIgnTmpl;
939 * The template runIgnTmpl already takes care of ignoring errors,
954 else if (shell->runIgnTmpl != NULL && shell->runIgnTmpl[0] != '\0')
    [all...]

Completed in 12 milliseconds