Searched refs:tstbit (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/nmake/
H A Dmake.c1179 if (!tstbit(r->checked[RULE], state.targetview))
1181 if (!tstbit(r->checked[CONSISTENT], state.targetview))
H A Dmake.h112 #define tstbit(v,b) ((v)&(1L<<(b))) macro
H A Dstate.c337 if (!tstbit(*b, i = (r->property & (P_statevar|P_use|P_virtual)) && state.targetview > 0 ? state.targetview : r->view) && (!s || !s->time || (r->property & P_statevar) || !(k = statetimeq(r, s))))

Completed in 26 milliseconds