Home
last modified time | relevance | path

Searched refs:D_context (Results 1 – 12 of 12) sorted by relevance

/dports/shells/ksh93/ast-93u/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_lowre…
H A Ddump.c237 if (r->dynamic & D_context) in listrule()
H A Dbind.c1376 … && state.targetcontext && r && name != r->name && (x = getrule(base)) && (x->dynamic & D_context)) in bindfile()
H A Dparse.c2691 makerule(s + 1)->dynamic |= D_context; in assertion()
/dports/shells/ksh93-devel/ast-cc1bca27/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_lowre…
H A Ddump.c237 if (r->dynamic & D_context) in listrule()
H A Dbind.c1376 … && state.targetcontext && r && name != r->name && (x = getrule(base)) && (x->dynamic & D_context)) in bindfile()
H A Dparse.c2691 makerule(s + 1)->dynamic |= D_context; in assertion()
/dports/shells/ast-ksh/ast-ksh93v/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_lowre…
H A Ddump.c237 if (r->dynamic & D_context) in listrule()
H A Dbind.c1376 … && state.targetcontext && r && name != r->name && (x = getrule(base)) && (x->dynamic & D_context)) in bindfile()
H A Dparse.c2691 makerule(s + 1)->dynamic |= D_context; in assertion()