Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.h221 const char *echoOff; /* command to turn off echo */ member
H A Djob.c806 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
826 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
847 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
881 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
912 DBPRINTF("%s\n", commandShell->echoOff); in JobPrintCommand()
2491 newShell.echoOff = &argv[0][6]; in Job_ParseShell()
2588 if (commandShell->echoOn && commandShell->echoOff) { in Job_ParseShell()