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

/freebsd-9.3-release/usr.bin/make/
H A Dproc.h46 int errCheck; member in struct:ProcStuff
H A Dshell.h54 * a case, errCheck becomes a printf template for echoing the command,
90 char *errCheck; member in struct:Shell
H A Dshell.c148 free(sh->errCheck);
171 fprintf(stderr, " hasErrCtl=%d errCheck='%s' ignErr='%s'\n",
172 sh->hasErrCtl, sh->errCheck, sh->ignErr);
250 free(sh->errCheck);
251 sh->errCheck = estrdup(eq);
H A Djob.c764 * it off and use the errCheck template to echo
774 DBPRINTF(commandShell->errCheck, cmd);
805 DBPRINTF("%s\n", commandShell->errCheck);
2898 Boolean errCheck; /* Check errors */ local
2905 errCheck = !(gn->type & OP_IGNORE);
2927 errCheck = FALSE;
2980 ps.argv[1] = strdup(errCheck ? "-ec" : "-c");
2988 ps.errCheck = errCheck;
3053 if (ps.errCheck) {
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Djob.h205 * a case, errCheck becomes a printf template for echoing the command,
231 const char *errCheck; /* string to turn error checking on */
229 const char *errCheck; /* string to turn error checking on */ member in struct:Shell
H A Dcompat.c218 volatile Boolean errCheck; /* Check errors */
236 errCheck = !(gn->type & OP_IGNORE);
271 errCheck = FALSE;
344 if (errCheck && shellErrFlag) {
459 if (errCheck) {
217 volatile Boolean errCheck; /* Check errors */ local
H A Djob.c821 * errCheck template to echo the command. Leave echoing
830 DBPRINTF(commandShell->errCheck, escCmd);
834 DBPRINTF(commandShell->errCheck, escCmd);
864 DBPRINTF(commandShell->errCheck, escCmd);
897 DBPRINTF("%s\n", commandShell->errCheck);
2465 newShell.errCheck = &argv[0][6];
2550 if (commandShell->errCheck == NULL) {
2551 commandShell->errCheck = "";

Completed in 117 milliseconds