Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/unit-tests/
H A Dsh-errctl.mk17 hasErrCtl="yes" \
/freebsd/usr.bin/bmake/tests/shell/replace/
H A DMakefile.test15 hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd/contrib/bmake/
H A Djob.c172 * The error checking for individual commands is controlled using hasErrCtl,
180 * hasErrCtl is false, the command will be executed anyway as is, and if it
207 bool hasErrCtl; /* whether error checking can be controlled
332 false, /* .hasErrCtl */
355 false, /* .hasErrCtl */
381 false, /* .hasErrCtl */
404 false, /* .hasErrCtl */
880 else if (shell->hasErrCtl) in JobWriteSpecials()
946 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd); in JobWriteCommand()
951 else if (shell->hasErrCtl) in JobWriteCommand()
210 bool hasErrCtl; /* whether error checking can be controlled global() member
[all...]
H A Dbmake.cat11640 hasErrCtl Indicates whether the shell supports exit on error.
1664 .SHELL: name=ksh path=/bin/ksh hasErrCtl=true \
H A DChangeLog3185 when shell lacks hasErrCtl
3338 o Shell_Init(): export shellErrFlag if commandShell hasErrCtl is
/freebsd/share/mk/
H A Dsys.mk312 hasErrCtl=yes check="set -e" ignore="set +e" \