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

/freebsd-10.0-release/contrib/bmake/
H A Djob.c698 Boolean noSpecials; /* true if we shouldn't worry about local
714 noSpecials = NoExecute(job->node);
751 if (noSpecials) {
786 if (!(job->flags & JOB_SILENT) && !noSpecials &&
796 if (!noSpecials) {
/freebsd-10.0-release/usr.bin/make/
H A Djob.c652 Boolean noSpecials; /* true if we shouldn't worry about local
663 noSpecials = (noExecute && !(job->node->type & OP_MAKE));
702 if (noSpecials) {
730 if (!(job->flags & JOB_SILENT) && !noSpecials &&
739 if (!(job->flags & JOB_IGNERR) && !noSpecials) {

Completed in 169 milliseconds