Lines Matching refs:pstate
76 ITEM **pstate; /* ptr to descriptions of the states */ variable
210 pstate = (ITEM **)malloc(sizeof (ITEM *)*(nstatesz+2)); in mktbls()
218 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) || in mktbls()
742 p1 = pstate[nstate]; in state()
743 p2 = pstate[nstate+1]; in state()
765 q1 = pstate[i]; in state()
766 q2 = pstate[i+1]; in state()
779 pstate[nstate+1] = pstate[nstate]; /* delete last state */ in state()
805 pstate[nstate+2] = p2; in state()
829 j = pstate[nstate+1]; in putitem()
833 pstate[nstate+1] = ++j; in putitem()
948 pstate[0] = pstate[1] = psmem; in stagen()
953 pstate[2] = pstate[1]; in stagen()
973 if (pstate[i+1]-pstate[i] <= p-wsets) in stagen()
1207 if (pstate[i]->look) in exp_lkst()
1208 pstate[i]->look = pstate[i]->look - lookbase + lkst; in exp_lkst()
1254 pstate = (ITEM **) in exp_states()
1255 realloc((char *)pstate, sizeof (ITEM *)*(nstatesz+2)); in exp_states()
1261 if ((*pstate == NULL) || (tystate == NULL) || (defact == NULL) || in exp_states()
1294 zzmemsz = zzmemsz - pstate[0] + psmem; in exp_psmem()
1296 pstate[i] = pstate[i] - pstate[0] + psmem; in exp_psmem()
1297 pstate[0] = psmem; in exp_psmem()