Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c216 const char *runIgnTmpl; /* template to run a command without error member
873 *inout_cmdTemplate = shell->runIgnTmpl; in JobWriteSpecialsEchoCtl()
891 else if (shell->runIgnTmpl != NULL && shell->runIgnTmpl[0] != '\0') { in JobWriteSpecials()
987 ? shell->runIgnTmpl in JobWriteCommand()
2476 newShell.runIgnTmpl = arg + 7; in Job_ParseShell()
2549 if (shell->runIgnTmpl == NULL) in Job_ParseShell()
2550 shell->runIgnTmpl = "%s\n"; in Job_ParseShell()