Searched refs:hasErrCtl (Results 1 – 6 of 6) sorted by relevance
17 hasErrCtl="yes" \
15 hasErrCtl=y check="check errors" ignore="ignore errors"
172 * The error checking for individual commands is controlled using hasErrCtl,180 * hasErrCtl is false, the command will be executed anyway as is, and if it207 bool hasErrCtl; /* whether error checking can be controlled332 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...]
1640 hasErrCtl Indicates whether the shell supports exit on error.1664 .SHELL: name=ksh path=/bin/ksh hasErrCtl=true \
3185 when shell lacks hasErrCtl3338 o Shell_Init(): export shellErrFlag if commandShell hasErrCtl is
312 hasErrCtl=yes check="set -e" ignore="set +e" \