Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Djob.c219 const char *runChkTmpl; /* template to run a command with error member
971 if (!shell->hasErrCtl && shell->runChkTmpl != NULL && in JobWriteCommand()
972 shell->runChkTmpl[0] != '\0') { in JobWriteCommand()
985 : shell->runChkTmpl; in JobWriteCommand()
2471 newShell.runChkTmpl = arg + 7; in Job_ParseShell()