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

/ast/src/cmd/nmake/
H A Dobject.c492 if (state.stateview == 0)
563 if (state.stateview == 0)
632 if (!r->complink || !(r->mark & M_compile) || s != r->name && !(r->dynamic & D_alias) || state.stateview == 0 && !(r->property & P_state))
669 if (!r->complink || !(r->mark & M_compile) || s != r->name && !(r->dynamic & D_alias) || state.stateview == 0 && !(r->property & P_state))
698 if ((v->property & V_compiled) || state.stateview < 0 && !(v->property & V_frozen) && ((v->property & V_import) || (v->property & (V_oldvalue|V_readonly)) == V_readonly) || state.stateview == 0 && !(v->property & V_retain))
712 if (state.stateview == 0)
861 if (state.stateview == 0)
899 if (state.stateview == 0)
947 if (state.stateview <
[all...]
H A Dstate.c101 stateview(int op, char* name, register Rule_t* s, register Rule_t* r, int view, int accept, Rule_t** pv) function
145 state.stateview = view;
151 state.stateview = -1;
382 s = stateview(op, nam, s, r, i, i == k, &v);
638 state.stateview = 0;
647 state.stateview = -1;
790 stateview(0, NiL, NiL, NiL, view, 0, NiL);
815 state.stateview = 0;
817 state.stateview = -1;
H A Dmain.c383 state.stateview = -1;
H A Dmake.h833 int stateview; /* state file view index */ member in struct:State_s

Completed in 55 milliseconds