Lines Matching refs:pstate
78 ITEM **pstate; /* ptr to descriptions of the states */ variable
211 pstate = (ITEM **)malloc(sizeof (ITEM *)*(nstatesz+2)); in mktbls()
219 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) || in mktbls()
749 p1 = pstate[nstate]; in state()
750 p2 = pstate[nstate+1]; in state()
772 q1 = pstate[i]; in state()
773 q2 = pstate[i+1]; in state()
786 pstate[nstate+1] = pstate[nstate]; /* delete last state */ in state()
812 pstate[nstate+2] = p2; in state()
838 j = pstate[nstate+1];
842 pstate[nstate+1] = ++j;
957 pstate[0] = pstate[1] = psmem; in stagen()
962 pstate[2] = pstate[1]; in stagen()
982 if (pstate[i+1]-pstate[i] <= p-wsets) in stagen()
1218 if (pstate[i]->look) in exp_lkst()
1219 pstate[i]->look = pstate[i]->look - lookbase + lkst; in exp_lkst()
1265 pstate = (ITEM **) in exp_states()
1266 realloc((char *)pstate, sizeof (ITEM *)*(nstatesz+2)); in exp_states()
1272 if ((*pstate == NULL) || (tystate == NULL) || (defact == NULL) || in exp_states()
1305 zzmemsz = zzmemsz - pstate[0] + psmem; in exp_psmem()
1307 pstate[i] = pstate[i] - pstate[0] + psmem; in exp_psmem()
1308 pstate[0] = psmem; in exp_psmem()