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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c77 static int nstatesz = NSTATES; /* number of state space allocated */ variable
145 if (size < nstatesz)
146 size = nstatesz;
211 pstate = (ITEM **)malloc(sizeof (ITEM *)*(nstatesz+2));
212 tystate = (int *)malloc(sizeof (int)*nstatesz);
213 indgo = (int *)malloc(sizeof (int)*nstatesz);
214 mstates = (int *)malloc(sizeof (int)*nstatesz);
215 defact = (int *)malloc(sizeof (int)*nstatesz);
438 nprod, nprodsz, nstate, nstatesz);
813 if (nstate+1 >= nstatesz)
[all...]

Completed in 57 milliseconds