Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c218 const char *runChkTmpl; /* template to run a command with error member
968 if (!shell->hasErrCtl && shell->runChkTmpl != NULL && in JobWriteCommand()
969 shell->runChkTmpl[0] != '\0') { in JobWriteCommand()
982 : shell->runChkTmpl; in JobWriteCommand()
2433 newShell.runChkTmpl = arg + 7; in Job_ParseShell()