HomeSort by: relevance | last modified time | path
    Searched refs:echoOn (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.mk 31 echo="\# .echoOn" \
  /src/usr.bin/make/
job.c 238 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it
270 bool hasEchoCtl; /* whether both echoOff and echoOn are there */
272 const char *echoOn; /* command to turn echoing back on */
385 "", /* .echoOn */
408 "", /* .echoOn */
434 "set -v", /* .echoOn */
457 "set verbose", /* .echoOn */
882 ShellWriter_WriteLine(wr, shell->echoOn);
2342 newShell.echoOn = arg + 5;
2426 if (shell->echoOn != NULL && shell->echoOff != NULL
    [all...]

Completed in 28 milliseconds