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

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dshell-csh.mk14 # In parallel mode, the shell->noPrint command is filtered from
35 # In the C shell, "unset verbose" is set as the noPrint command.
H A Dopt-jobs-no-action.mk32 filter="\# .noPrint\n" \
/freebsd-13-stable/contrib/bmake/
H A Djob.c172 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it
174 * it is filtered out using noPrint and noPrintLen.
207 const char *noPrint; /* text to skip when printing output from the member in struct:Shell
209 size_t noPrintLen; /* length of noPrint command */
344 "", /* .noPrint */
367 "", /* .noPrint */
393 "set +v", /* .noPrint */
416 "unset verbose", /* .noPrint */
1754 * Print the output of the shell command, skipping the noPrint text of the
1755 * shell, if any. The default shell does not have noPrint thoug
[all...]

Completed in 114 milliseconds