Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/bmake/
HDjob.h222 const char *echoOn; /* command to turn it back on again */ member
HDjob.c828 DBPRINTF("%s\n", commandShell->echoOn); in JobPrintCommand()
918 DBPRINTF("%s\n", commandShell->echoOn); in JobPrintCommand()
2493 newShell.echoOn = &argv[0][5]; in Job_ParseShell()
2588 if (commandShell->echoOn && commandShell->echoOff) { in Job_ParseShell()