Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dcompat.c241 volatile bool errCheck; /* Check errors */ in Compat_RunCommand() local
255 errCheck = !(gn->type & OP_IGNORE); in Compat_RunCommand()
301 errCheck = false; in Compat_RunCommand()
336 errCheck && shellErrFlag != NULL, in Compat_RunCommand()
400 if (errCheck) { in Compat_RunCommand()