Searched refs:hasErrCtl (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/tools/regression/usr.bin/make/shell/replace/
H A DMakefile16 hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-10.0-release/usr.bin/make/
H A Dshell.h57 * strings is empty when hasErrCtl is FALSE, the command will be executed
87 Boolean hasErrCtl; member in struct:Shell
H A Dshell.c84 "hasErrCtl=N check='echo \"%s\"\n' ignore='csh -c \"%s || exit 0\"' "
94 "hasErrCtl=Y check='set -e' ignore='set +e' "
105 "hasErrCtl=Y check='set -e' ignore='set +e' "
171 fprintf(stderr, " hasErrCtl=%d errCheck='%s' ignErr='%s'\n",
172 sh->hasErrCtl, sh->errCheck, sh->ignErr);
245 } else if (strcmp(keyw, "hasErrCtl") == 0) {
246 sh->hasErrCtl = (*eq == 'Y' || *eq == 'y' ||
366 * hasErrCtl True if shell has error checking control
367 * check Command to turn on error checking if hasErrCtl
369 * for which error checking is off if hasErrCtl i
[all...]
H A Djob.c740 if (commandShell->hasErrCtl) {
/freebsd-10.0-release/contrib/bmake/
H A Djob.h209 * exit on error. If any of these strings are empty when hasErrCtl is FALSE,
229 Boolean hasErrCtl; /* set if can control error checking for
227 Boolean hasErrCtl; /* set if can control error checking for member in struct:Shell
H A Djob.c773 if (!commandShell->hasErrCtl) {
790 if (commandShell->hasErrCtl)
797 if (commandShell->hasErrCtl) {
858 if (!commandShell->hasErrCtl && commandShell->errOut &&
2172 if (commandShell->hasErrCtl && *commandShell->exit) {
2398 * hasErrCtl True if shell has error checking control
2400 * check Command to turn on error checking if hasErrCtl
2402 * for which error checking is off if hasErrCtl is
2404 * ignore Command to turn off error checking if hasErrCtl
2407 * hasErrCtl i
[all...]
/freebsd-10.0-release/share/mk/
H A Dsys.mk361 hasErrCtl=yes check="set -e" ignore="set +e" \

Completed in 87 milliseconds