Lines Matching defs:hasErrCtl
242 * The error checking for individual commands is controlled using hasErrCtl,
250 * hasErrCtl is false, the command will be executed anyway as is, and if it
277 bool hasErrCtl; /* whether error checking can be controlled
388 false, /* .hasErrCtl */
411 false, /* .hasErrCtl */
437 false, /* .hasErrCtl */
460 false, /* .hasErrCtl */
952 else if (shell->hasErrCtl)
1014 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
1019 else if (shell->hasErrCtl)
1033 if (!shell->hasErrCtl && shell->runChkTmpl != NULL &&
2061 if (shell->hasErrCtl && shell->errFlag[0] != '\0') {
2238 * hasErrCtl True if the shell has error checking control.
2240 * check If hasErrCtl is true: The command to turn on error
2241 * checking. If hasErrCtl is false: The template for a
2244 * ignore If hasErrCtl is true: The command to turn off error
2245 * checking. If hasErrCtl is false: The template for a
2296 } else if (strncmp(arg, "hasErrCtl=", 10) == 0) {
2298 newShell.hasErrCtl = c == 'Y' || c == 'y' ||
2375 if (!shell->hasErrCtl) {