Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dcompat.c219 volatile Boolean errCheck; /* Check errors */ in CompatRunCommand() local
237 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()
272 errCheck = FALSE; in CompatRunCommand()
347 if (errCheck && shellErrFlag) { in CompatRunCommand()
462 if (errCheck) { in CompatRunCommand()
H A Djob.h229 const char *errCheck; /* string to turn error checking on */ member
H A Djob.c849 DBPRINTF(commandShell->errCheck, escCmd); in JobPrintCommand()
853 DBPRINTF(commandShell->errCheck, escCmd); in JobPrintCommand()
883 DBPRINTF(commandShell->errCheck, escCmd); in JobPrintCommand()
915 DBPRINTF("%s\n", commandShell->errCheck); in JobPrintCommand()
2508 newShell.errCheck = &argv[0][6]; in Job_ParseShell()
2593 if (commandShell->errCheck == NULL) { in Job_ParseShell()
2594 commandShell->errCheck = ""; in Job_ParseShell()
H A DChangeLog613 o CompatRunCommand: only apply shellErrFlag when errCheck is true