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

/freebsd-11.0-release/contrib/bmake/
H A Djob.c700 Boolean shutUp = FALSE; /* true if we put a no echo command local
743 shutUp = DEBUG(LOUD) ? FALSE : TRUE;
783 if (shutUp) {
789 shutUp = FALSE;
804 if (!(job->flags & JOB_SILENT) && !shutUp &&
825 if (!(job->flags & JOB_SILENT) && !shutUp) {
830 shutUp = TRUE;
832 if (!shutUp) {
859 if (!(job->flags & JOB_SILENT) && !shutUp) {
864 shutUp
[all...]

Completed in 102 milliseconds