Searched refs:errCheck (Results 1 – 2 of 2) sorted by relevance
229 volatile bool errCheck; /* Check errors */ in Compat_RunCommand() local241 errCheck = !(gn->type & OP_IGNORE); in Compat_RunCommand()281 errCheck = false; in Compat_RunCommand()329 if (errCheck && shellErrFlag != NULL) in Compat_RunCommand()415 if (errCheck) { in Compat_RunCommand()
2473 o CompatRunCommand: only apply shellErrFlag when errCheck is true