Home
last modified time | relevance | path

Searched refs:commandShell (Results 1 – 1 of 1) sorted by relevance

/minix3/usr.bin/make/
H A Djob.c295 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to variable
743 if (!commandShell->hasErrCtl) { in JobPrintCommand()
757 commandShell->hasEchoCtl) { in JobPrintCommand()
758 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
760 if (commandShell->hasErrCtl) in JobPrintCommand()
767 if (commandShell->hasErrCtl) { in JobPrintCommand()
777 commandShell->hasEchoCtl) { in JobPrintCommand()
778 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
779 DBPRINTF("%s\n", commandShell->ignErr); in JobPrintCommand()
780 DBPRINTF("%s\n", commandShell->echoOn); in JobPrintCommand()
[all …]