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

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c144 size = ntoksz + nnontersz +1;
170 #define INIT_LSIZE nnontersz*LKFACTOR
194 calloc((size_t)(TBITSET * (nnontersz+1)), sizeof (int));
198 wsets = (WSET *) malloc(sizeof (WSET) * (nnontersz + 1));
199 for (i = 0; i <= nnontersz; ++i)
205 ntstates = (int *)malloc(sizeof (int)*(nnontersz + 1));
207 pres = (int ***)malloc(sizeof (int **)*(nnontersz + 2));
208 pfirst = (LOOKSETS **)malloc(sizeof (LOOKSETS *)*(nnontersz + 2));
209 pempty = (int *)malloc(sizeof (int)*(nnontersz + 1));
233 aryfil(ntstates, nnontersz
[all...]
H A Ddextern.h217 extern int nnontersz;
H A Dy2.c120 int nnontersz = NNONTERM; variable
193 nontrst = (NTSYMB *)malloc(sizeof (NTSYMB) * nnontersz);
204 for (ii = 0; ii < nnontersz; ++ii)
901 if (++nnonter >= nnontersz)
1987 nnontersz += NNONTERM;
1990 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz);
H A Dy3.c59 aryfil(temp1, ntoksz+nnontersz+1, 0);

Completed in 65 milliseconds