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

/freebsd-10.1-release/usr.bin/make/
H A Dshell.h105 extern struct Shell *commandShell;
H A Dproc.c83 if (commandShell->unsetenv) {
123 execv(commandShell->path, ps->argv);
H A Djob.c731 commandShell->hasEchoCtl) {
732 DBPRINTF("%s\n", commandShell->echoOff);
740 if (commandShell->hasErrCtl) {
751 commandShell->hasEchoCtl) {
752 DBPRINTF("%s\n", commandShell->echoOff);
753 DBPRINTF("%s\n", commandShell->ignErr);
754 DBPRINTF("%s\n", commandShell->echoOn);
756 DBPRINTF("%s\n", commandShell->ignErr);
758 } else if (commandShell->ignErr &&
759 *commandShell
[all...]
H A Dshell.c116 struct Shell *commandShell; variable in typeref:struct:Shell
316 commandShell = sh;
341 * Parse a shell specification and set up commandShell appropriately.
347 * commandShell points to a Shell structure.
428 commandShell = match;
463 commandShell = match;
470 commandShell = sh;
/freebsd-10.1-release/contrib/bmake/
H A Djob.c324 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to variable
773 if (!commandShell->hasErrCtl) {
787 commandShell->hasEchoCtl) {
788 DBPRINTF("%s\n", commandShell->echoOff);
790 if (commandShell->hasErrCtl)
797 if (commandShell->hasErrCtl) {
807 commandShell->hasEchoCtl) {
808 DBPRINTF("%s\n", commandShell->echoOff);
809 DBPRINTF("%s\n", commandShell->ignErr);
810 DBPRINTF("%s\n", commandShell
[all...]

Completed in 115 milliseconds