Searched refs:echoOn (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dshell.h72 /* True if both echoOff and echoOn defined */
76 char *echoOn; /* command to turn it back on */ member in struct:Shell
H A Dshell.c146 free(sh->echoOn);
168 fprintf(stderr, " hasEchoCtl=%d echoOff='%s' echoOn='%s'\n",
169 sh->hasEchoCtl, sh->echoOff, sh->echoOn);
230 free(sh->echoOn);
231 sh->echoOn = 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.c754 DBPRINTF("%s\n", commandShell->echoOn);
808 DBPRINTF("%s\n", commandShell->echoOn);
/freebsd-10.0-release/contrib/bmake/
H A Djob.h222 Boolean hasEchoCtl; /* True if both echoOff and echoOn defined */ member in struct:Shell
224 const char *echoOn; /* command to turn it back on again */
H A Djob.c810 DBPRINTF("%s\n", commandShell->echoOn);
900 DBPRINTF("%s\n", commandShell->echoOn);
2450 newShell.echoOn = &argv[0][5];
2545 if (commandShell->echoOn && commandShell->echoOff) {
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c419 int echoOn; /* True to echo input commands */ member in struct:callback_data
1164 if( pArg && pArg->echoOn ){
1807 p->echoOn = booleanValue(azArg[1]);
2315 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2709 if( p->echoOn ) printf("%s\n", zLine);
3126 data.echoOn = 1;

Completed in 131 milliseconds