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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c114 int ntoksz = NTERMS; variable
191 tokset = (TOKSYMB *)malloc(sizeof (TOKSYMB) * ntoksz);
192 toklev = (int *)malloc(sizeof (int) * ntoksz);
200 aryfil(toklev, ntoksz, 0);
202 for (ii = 0; ii < ntoksz; ++ii)
907 if (++ntokens >= ntoksz)
1957 * tokset, toklev : increased to ntoksz
1960 * (ntoksz + NNONTERM) >= TEMPSIZE : temp1[]
1965 ntoksz += NTERMS;
1967 tokset = (TOKSYMB *) realloc((char *)tokset, sizeof (TOKSYMB) * ntoksz);
[all...]
H A Ddextern.h202 extern int ntoksz;
H A Dy1.c120 TBITSET = NWORDS(ntoksz*LKFACTOR);
144 size = ntoksz + nnontersz +1;
204 tstates = (int *)malloc(sizeof (int)*(ntoksz + 1));
234 aryfil(tstates, ntoksz+1, 0);
435 ntokens, ntoksz, nnonter, nnontersz);
H A Dy3.c59 aryfil(temp1, ntoksz+nnontersz+1, 0);

Completed in 105 milliseconds