Home | History | Annotate | Download | only in make

Lines Matching defs:echoOff

237  * The echoing of command lines is controlled using hasEchoCtl, echoOff,
238 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it
270 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
271 const char *echoOff; /* command to turn echoing off */
274 * shell. This is usually the same as echoOff */
384 "", /* .echoOff */
407 "", /* .echoOff */
433 "set +v", /* .echoOff */
456 "unset verbose", /* .echoOff */
869 ShellWriter_WriteLine(wr, shell->echoOff);
965 * given to make, stick a shell-specific echoOff command in the script.
2286 newShell.echoOff = arg + 6;
2372 if (shell->echoOn != NULL && shell->echoOff != NULL)