Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.c877 if (!commandShell->hasErrCtl && commandShell->errOut && in JobPrintCommand()
1523 if ((commandShell->exit && (*commandShell->exit != '-')) || in JobMakeArgv()
1524 (commandShell->echo && (*commandShell->echo != '-'))) in JobMakeArgv()
1534 (commandShell->exit ? commandShell->exit : "")), in JobMakeArgv()
1536 (commandShell->echo ? commandShell->echo : ""))); in JobMakeArgv()
2210 commandShell->exit = ""; in Shell_Init()
2213 commandShell->echo = ""; in Shell_Init()
2215 if (commandShell->hasErrCtl && *commandShell->exit) { in Shell_Init()
2543 commandShell = sh; in Job_ParseShell()
2579 commandShell = sh; in Job_ParseShell()
[all …]
H A DChangeLog648 o Shell_Init(): export shellErrFlag if commandShell hasErrCtl is