Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.h231 const char *errOut; /* string to use for testing exit code */ member
H A Djob.c877 if (!commandShell->hasErrCtl && commandShell->errOut && in JobPrintCommand()
878 (*commandShell->errOut != '\0')) { in JobPrintCommand()
891 cmdTemplate = commandShell->errOut; in JobPrintCommand()
2512 newShell.errOut = &argv[0][7]; in Job_ParseShell()