Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dcompat.c234 volatile bool errCheck; /* Check errors */ in Compat_RunCommand() local
246 errCheck = !(gn->type & OP_IGNORE); in Compat_RunCommand()
286 errCheck = false; in Compat_RunCommand()
334 if (errCheck && shellErrFlag != NULL) in Compat_RunCommand()
420 if (errCheck) { in Compat_RunCommand()
H A DChangeLog2300 o CompatRunCommand: only apply shellErrFlag when errCheck is true