Searched refs:errCheck (Results 1 – 4 of 4) sorted by relevance
219 volatile Boolean errCheck; /* Check errors */ in CompatRunCommand() local237 errCheck = !(gn->type & OP_IGNORE); in CompatRunCommand()272 errCheck = FALSE; in CompatRunCommand()347 if (errCheck && shellErrFlag) { in CompatRunCommand()462 if (errCheck) { in CompatRunCommand()
229 const char *errCheck; /* string to turn error checking on */ member
849 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()
613 o CompatRunCommand: only apply shellErrFlag when errCheck is true