HomeSort by: relevance | last modified time | path
    Searched refs:hasErrCtl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
sh-errctl.mk 17 hasErrCtl="yes" \
  /src/usr.bin/make/
job.c 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)
    [all...]

Completed in 12 milliseconds