Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDjob.c217 const char *runIgnTmpl; /* template to run a command without error member
881 *inout_cmdTemplate = shell->runIgnTmpl; in JobWriteSpecialsEchoCtl()
903 else if (shell->runIgnTmpl != NULL && shell->runIgnTmpl[0] != '\0') { in JobWriteSpecials()
1001 ? shell->runIgnTmpl in JobWriteCommand()
2492 newShell.runIgnTmpl = arg + 7; in Job_ParseShell()
2580 if (shell->runIgnTmpl == NULL) in Job_ParseShell()
2581 shell->runIgnTmpl = "%s\n"; in Job_ParseShell()