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

  /src/usr.bin/make/unit-tests/
shell-ksh.mk 14 # In parallel mode, the shell->noPrint command is filtered from
32 # In the Korn shell, "set +v" is set as the noPrint command.
shell-csh.mk 14 # In parallel mode, the shell->noPrint command is filtered from
35 # In the C shell, "unset verbose" is set as the noPrint command.
opt-jobs-no-action.mk 32 filter="\# .noPrint\n" \
  /src/usr.bin/make/
job.c 238 * echoOn, noPrint and noPrintLen. When echoOff is executed by the shell, it
240 * it is filtered out using noPrint and noPrintLen.
273 const char *noPrint; /* text to skip when printing output from the
275 size_t noPrintLen; /* length of noPrint command */
386 "", /* .noPrint */
409 "", /* .noPrint */
435 "set +v", /* .noPrint */
458 "unset verbose", /* .noPrint */
1764 * print the output of the child process, skipping the noPrint text of the
1775 if (shell->noPrint == NULL || shell->noPrint[0] == '\0'
    [all...]

Completed in 13 milliseconds