Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDcompat.c217 volatile Boolean errCheck; /* Check errors */ in CompatRunCommand() local
235 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()
270 errCheck = FALSE; in CompatRunCommand()
343 if (errCheck && shellErrFlag) { in CompatRunCommand()
458 if (errCheck) { in CompatRunCommand()
HDjob.h229 const char *errCheck; /* string to turn error checking on */ member
HDjob.c830 DBPRINTF(commandShell->errCheck, escCmd); in JobPrintCommand()
834 DBPRINTF(commandShell->errCheck, escCmd); in JobPrintCommand()
864 DBPRINTF(commandShell->errCheck, escCmd); in JobPrintCommand()
897 DBPRINTF("%s\n", commandShell->errCheck); in JobPrintCommand()
2465 newShell.errCheck = &argv[0][6]; in Job_ParseShell()
2550 if (commandShell->errCheck == NULL) { in Job_ParseShell()
2551 commandShell->errCheck = ""; in Job_ParseShell()
HDChangeLog71 o CompatRunCommand: only apply shellErrFlag when errCheck is true
/trueos/usr.bin/make/
HDshell.c148 free(sh->errCheck); in ShellFree()
172 sh->hasErrCtl, sh->errCheck, sh->ignErr); in ShellDump()
250 free(sh->errCheck); in ShellParseSpec()
251 sh->errCheck = estrdup(eq); in ShellParseSpec()
HDproc.h46 int errCheck; member
HDshell.h90 char *errCheck; member
HDjob.c774 DBPRINTF(commandShell->errCheck, cmd); in JobPrintCommand()
805 DBPRINTF("%s\n", commandShell->errCheck); in JobPrintCommand()
2898 Boolean errCheck; /* Check errors */ in Compat_RunCommand() local
2905 errCheck = !(gn->type & OP_IGNORE); in Compat_RunCommand()
2927 errCheck = FALSE; in Compat_RunCommand()
2980 ps.argv[1] = strdup(errCheck ? "-ec" : "-c"); in Compat_RunCommand()
2988 ps.errCheck = errCheck; in Compat_RunCommand()
3053 if (ps.errCheck) { in Compat_RunCommand()