Searched refs:errCheck (Results 1 – 8 of 8) sorted by relevance
217 volatile Boolean errCheck; /* Check errors */ in CompatRunCommand() local235 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()270 errCheck = FALSE; in CompatRunCommand()343 if (errCheck && shellErrFlag) { in CompatRunCommand()458 if (errCheck) { in CompatRunCommand()
229 const char *errCheck; /* string to turn error checking on */ member
830 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()
71 o CompatRunCommand: only apply shellErrFlag when errCheck is true
148 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()
46 int errCheck; member
90 char *errCheck; member
774 DBPRINTF(commandShell->errCheck, cmd); in JobPrintCommand()805 DBPRINTF("%s\n", commandShell->errCheck); in JobPrintCommand()2898 Boolean errCheck; /* Check errors */ in Compat_RunCommand() local2905 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()