Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c244 volatile bool errCheck; /* Check errors */ in Compat_RunCommand() local
258 errCheck = !(gn->type & OP_IGNORE); in Compat_RunCommand()
304 errCheck = false; in Compat_RunCommand()
338 errCheck && shellErrFlag != NULL, DEBUG(SHELL)); in Compat_RunCommand()
401 if (errCheck) { in Compat_RunCommand()
H A DChangeLog3510 o CompatRunCommand: only apply shellErrFlag when errCheck is true