HomeSort by: relevance | last modified time | path
    Searched defs:echoOff (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
job.c 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);
    [all...]

Completed in 117 milliseconds