Searched refs:errCheck (Results 1 – 2 of 2) sorted by relevance
169 volatile bool errCheck; /* Check errors */ in CompatRunCommand() local184 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()
279 const char *errCheck; /* string to turn error checking on */ member787 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()