Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
HDjob.c207 const char *noPrint; /* text to skip when printing output from the member
1788 if (shell->noPrint == NULL || shell->noPrint[0] == '\0') in PrintFilteredOutput()
1797 while ((ecp = strstr(cp, shell->noPrint)) != NULL) { in PrintFilteredOutput()
2444 newShell.noPrint = arg + 7; in Job_ParseShell()
2445 newShell.noPrintLen = strlen(newShell.noPrint); in Job_ParseShell()