Home
last modified time | relevance | path

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

/minix/usr.bin/make/
H A Djob.c829 if (!commandShell->hasErrCtl && commandShell->errOut && in JobPrintCommand()
1448 if ((commandShell->exit && (*commandShell->exit != '-')) || in JobMakeArgv()
1449 (commandShell->echo && (*commandShell->echo != '-'))) in JobMakeArgv()
1459 (commandShell->exit ? commandShell->exit : "")), in JobMakeArgv()
1461 (commandShell->echo ? commandShell->echo : ""))); in JobMakeArgv()
2143 commandShell->exit = ""; in Shell_Init()
2146 commandShell->echo = ""; in Shell_Init()
2148 if (commandShell->hasErrCtl && *commandShell->exit) { in Shell_Init()
2470 commandShell = sh; in Job_ParseShell()
2506 commandShell = sh; in Job_ParseShell()
[all …]