Home
last modified time | relevance | path

Searched refs:noPrintLen (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.
205 size_t noPrintLen; /* length of noPrint command */
331 0, /* .noPrintLen */
354 0, /* .noPrintLen */
380 6, /* .noPrintLen */
403 13, /* .noPrintLen */
1802 p = ep + shell->noPrintLen; in PrintFilteredOutput()
2370 newShell.noPrintLen = strlen(newShell.noPrint); in Job_ParseShell()
208 size_t noPrintLen; /* length of noPrint command */ global() member