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

/ast/src/cmd/nmake/
H A Dmake.h341 #define D_lower (1<<14) /* state from lower view */ 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.c261 if (r->dynamic & D_lower)
H A Dobject.c494 if ((r->property & P_state) && !r->view && !(r->dynamic & (D_garbage|D_lower)))
1090 if (r->dynamic & D_lower)
2014 r->dynamic |= D_compiled|D_lower;
H A Dstate.c221 if (v->dynamic & D_lower)

Completed in 25 milliseconds