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

/ast/src/cmd/nmake/
H A Dmake.h366 #define D_context (1L<<29) /* ref may be diff dir context */ 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.c237 if (r->dynamic & D_context)
H A Dbind.c1376 if (!found && state.targetcontext && r && name != r->name && (x = getrule(base)) && (x->dynamic & D_context))
H A Dparse.c2691 makerule(s + 1)->dynamic |= D_context;

Completed in 23 milliseconds