Lines Matching defs:echoOn
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);
2288 newShell.echoOn = arg + 5;
2372 if (shell->echoOn != NULL && shell->echoOff != NULL)