Home | History | Annotate | Download | only in make

Lines Matching refs:runIgnTmpl

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') {
1046 ? shell->runIgnTmpl
2315 newShell.runIgnTmpl = arg + 7;
2378 if (shell->runIgnTmpl == NULL)
2379 shell->runIgnTmpl = "%s\n";