Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c167 * The echoing of command lines is controlled using hasEchoCtl, echoOff,
168 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it
200 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
201 const char *echoOff; /* command to turn echoing off */
204 * shell. This is usually the same as echoOff */ member
328 "", /* .echoOff */
351 "", /* .echoOff */
377 "set +v", /* .echoOff */
400 "unset verbose", /* .echoOff */
797 ShellWriter_WriteLine(wr, shell->echoOff); in ShellWriter_EchoOff()
[all...]