Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/make/
Dcompat.c169 volatile bool errCheck; /* Check errors */ in CompatRunCommand() local
184 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()
214 errCheck = false; in CompatRunCommand()
249 shargv[1] = (char *)(errCheck ? "-ec" : "-c"); in CompatRunCommand()
265 shargv[1] = (char *)(errCheck ? "-ec" : "-c"); in CompatRunCommand()
328 if (errCheck) { in CompatRunCommand()
Djob.c279 const char *errCheck; /* string to turn error checking on */ member
787 DBPRINTF(commandShell->errCheck, cmd); in JobPrintCommand()
817 DBPRINTF("%s\n", commandShell->errCheck); in JobPrintCommand()
2524 newShell.errCheck = &argv[0][6]; in Job_ParseShell()
2584 if (commandShell->errCheck == NULL) { in Job_ParseShell()
2585 commandShell->errCheck = ""; in Job_ParseShell()