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

/ast/src/cmd/nmake/
H A Dmake.h93 #define notfile(r) (((r)->property&(P_attribute|P_functional|P_make|P_operator|P_state|P_use|P_virtual))||((r)->dynamic&D_scope)||(r)->semaphore||((r)->property&P_dontcare)&&((r)->dynamic&D_bound)&&!(r)->time)
361 #define D_hasscope (1L<<26) /* has D_scope prereqs */
362 #define D_scope (1L<<27) /* scoped var assignment */ macro
370 #define D_CLEAROBJECT (~(D_bindindex|D_built|D_compiled|D_context|D_dynamic|D_index|D_lower|D_lowres|D_scope))
H A Ddump.c275 if (r->dynamic & D_scope)
H A Dparse.c2383 r->dynamic |= D_scope;
2393 if (!(set.rule.dynamic & D_dynamic) && !(r->dynamic & D_scope) && isdynamic(r->name))
2401 if (!(r->dynamic & D_scope))
H A Dmake.c403 if (r2->dynamic & D_scope)
722 else if (r1->dynamic & D_scope)
H A Dcommand.c532 if ((r = p->rule)->dynamic & D_scope)
H A Drule.c840 x->dynamic |= D_scope;

Completed in 27 milliseconds