Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy1.c144 size = ntoksz + nnontersz +1; in mktbls()
170 #define INIT_LSIZE nnontersz*LKFACTOR in mktbls()
194 calloc((size_t)(TBITSET * (nnontersz+1)), sizeof (int)); in mktbls()
198 wsets = (WSET *) malloc(sizeof (WSET) * (nnontersz + 1)); in mktbls()
199 for (i = 0; i <= nnontersz; ++i) in mktbls()
205 ntstates = (int *)malloc(sizeof (int)*(nnontersz + 1)); in mktbls()
207 pres = (int ***)malloc(sizeof (int **)*(nnontersz + 2)); in mktbls()
208 pfirst = (LOOKSETS **)malloc(sizeof (LOOKSETS *)*(nnontersz + 2)); in mktbls()
209 pempty = (int *)malloc(sizeof (int)*(nnontersz + 1)); in mktbls()
233 aryfil(ntstates, nnontersz+1, 0); in mktbls()
[all …]
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) in defin()
1987 nnontersz += NNONTERM; in exp_nonterm()
1990 realloc((char *)nontrst, sizeof (TOKSYMB) * nnontersz); in exp_nonterm()
H A Ddextern.h217 extern int nnontersz;
H A Dy3.c59 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()