Searched refs:echoOff (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dshell.h72 /* True if both echoOff and echoOn defined */
75 char *echoOff; /* command to turn off echo */ member in struct:Shell
H A Dshell.c145 free(sh->echoOff);
168 fprintf(stderr, " hasEchoCtl=%d echoOff='%s' echoOn='%s'\n",
169 sh->hasEchoCtl, sh->echoOff, sh->echoOn);
226 free(sh->echoOff);
227 sh->echoOff = estrdup(eq);
285 if ((sh->echoOn != NULL) ^ (sh->echoOff != NULL)) {
287 "echoOff and echoOn or none of them");
292 if (sh->echoOn != NULL && sh->echoOff != NULL)
H A Djob.c629 * a shell-specific echoOff command in the script. In the latter,
732 DBPRINTF("%s\n", commandShell->echoOff);
752 DBPRINTF("%s\n", commandShell->echoOff);
773 DBPRINTF("%s\n", commandShell->echoOff);
797 * echoOff command. Otherwise we issue it and pretend it was on
802 DBPRINTF("%s\n", commandShell->echoOff);
/freebsd-10.0-release/contrib/bmake/
H A Djob.h222 Boolean hasEchoCtl; /* True if both echoOff and echoOn defined */
223 const char *echoOff; /* command to turn off echo */
221 const char *echoOff; /* command to turn off echo */ member in struct:Shell
H A Djob.c670 * a shell-specific echoOff command in the script. In the latter,
788 DBPRINTF("%s\n", commandShell->echoOff);
808 DBPRINTF("%s\n", commandShell->echoOff);
828 DBPRINTF("%s\n", commandShell->echoOff);
862 DBPRINTF("%s\n", commandShell->echoOff);
890 * echoOff command. Otherwise we issue it and pretend it was on
894 DBPRINTF("%s\n", commandShell->echoOff);
2448 newShell.echoOff = &argv[0][6];
2545 if (commandShell->echoOn && commandShell->echoOff) {

Completed in 185 milliseconds