Home
last modified time | relevance | path

Searched refs:runIgnTmpl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Djob.c176 * for echoing the command, should echoing be on; runIgnTmpl is another
213 const char *runIgnTmpl; /* template to run a command without error
336 "%s\n", /* .runIgnTmpl */
359 "%s\n", /* .runIgnTmpl */
385 "%s\n", /* .runIgnTmpl */
408 "csh -c \"%s || exit 0\"\n", /* .runIgnTmpl */
864 *inout_cmdTemplate = shell->runIgnTmpl; in JobWriteSpecialsEchoCtl()
867 * The template runIgnTmpl already takes care of ignoring errors, in JobWriteSpecialsEchoCtl()
882 else if (shell->runIgnTmpl != NULL && shell->runIgnTmpl[ in JobWriteSpecials()
216 const char *runIgnTmpl; /* template to run a command without error global() member
[all...]