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

/ast/src/cmd/nmake/
H A Dmake.c404 r1->dynamic |= D_hasscope;
408 r1->dynamic |= D_hasscope;
584 r->dynamic &= ~(D_hasafter|D_hasbefore|D_hasmake|D_hasscope|D_hassemaphore|D_triggered);
723 r->dynamic |= D_hasscope;
727 r->dynamic |= D_hasscope;
H A Ddump.c253 if (r->dynamic & D_hasscope)
H A Dcommand.c522 if ((job->flags & CO_LOCALSTACK) || (job->target->dynamic & D_hasscope))
530 if (job->target->dynamic & D_hasscope)
H A Dmake.h361 #define D_hasscope (1L<<26) /* has D_scope prereqs */ macro
H A Drule.c540 r->dynamic &= ~(D_entries|D_hasafter|D_hasbefore|D_hasmake|D_hasscope|D_hassemaphore|D_scanned|D_triggered);
H A Dparse.c2384 set.rule.dynamic |= D_hasscope;

Completed in 36 milliseconds