Home | History | Annotate | Download | only in make

Lines Matching refs:runChkTmpl

243  * errOn, errOff and runChkTmpl.
248 * status. Finally runChkTmpl is a printf template for running the command and
285 const char *runChkTmpl; /* template to run a command with error
393 "{ %s \n} || exit $?\n", /* .runChkTmpl */
416 "{ %s \n} || exit $?\n", /* .runChkTmpl */
442 "{ %s \n} || exit $?\n", /* .runChkTmpl */
465 "", /* .runChkTmpl */
1029 * error control but does supply an runChkTmpl template, then
1033 if (!shell->hasErrCtl && shell->runChkTmpl != NULL &&
1034 shell->runChkTmpl[0] != '\0') {
1047 : shell->runChkTmpl;
2317 newShell.runChkTmpl = arg + 7;