Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c168 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it
170 * it is filtered out using noPrint and noPrintLen.
203 const char *noPrint; /* text to skip when printing output from the
205 size_t noPrintLen; /* length of noPrint command */
330 "", /* .noPrint */
353 "", /* .noPrint */
379 "set +v", /* .noPrint */
402 "unset verbose", /* .noPrint */
1769 * print the output of the child process, skipping the noPrint text of the
1780 if (shell->noPrint in PrintFilteredOutput()
206 const char *noPrint; /* text to skip when printing output from the global() member
[all...]