Lines Matching refs:ITEM
63 static ITEM *psmem, *zzmemsz;
76 ITEM **pstate; /* ptr to descriptions of the states */
149 psmem = (ITEM *) malloc(sizeof (ITEM) * new_pstsize); in mktbls()
210 pstate = (ITEM **)malloc(sizeof (ITEM *)*(nstatesz+2)); in mktbls()
741 ITEM *p1, *p2, *k, *l, *q1, *q2; in state()
824 register ITEM *j; in putitem()
1015 ITEM *q; in closure()
1016 register ITEM *p; in closure()
1254 pstate = (ITEM **) in exp_states()
1255 realloc((char *)pstate, sizeof (ITEM *)*(nstatesz+2)); in exp_states()
1281 psmem = (ITEM *) realloc((char *)psmem, sizeof (ITEM) * new_pstsize); in exp_psmem()