Lines Matching refs:tystate
79 int *tystate; /* contains type info about the states */ variable
212 tystate = (int *)malloc(sizeof (int)*nstatesz); in mktbls()
220 (tystate == NULL) || (indgo == NULL) || (mstates == NULL) || in mktbls()
795 tystate[i] = MUSTDO; in state()
822 tystate[nstate] = MUSTDO; in state()
960 tystate[0] = MUSTDO; in stagen()
970 if (tystate[i] != MUSTDO) in stagen()
972 tystate[i] = DONE; in stagen()
983 tystate[i] = MUSTLOOKAHEAD; in stagen()
1269 tystate = (int *)realloc((char *)tystate, sizeof (int)*nstatesz); in exp_states()
1272 if ((*pstate == NULL) || (tystate == NULL) || (defact == NULL) || in exp_states()