Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c112 int ntoksz = NTERMS; variable
189 tokset = (TOKSYMB *)malloc(sizeof (TOKSYMB) * ntoksz); in setup()
190 toklev = (int *)malloc(sizeof (int) * ntoksz); in setup()
198 aryfil(toklev, ntoksz, 0); in setup()
200 for (ii = 0; ii < ntoksz; ++ii) in setup()
899 if (++ntokens >= ntoksz) in defin()
1955 ntoksz += NTERMS; in exp_ntok()
1957 tokset = (TOKSYMB *) realloc((char *)tokset, sizeof (TOKSYMB) * ntoksz); in exp_ntok()
1958 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz); in exp_ntok()
H A Dy1.c118 TBITSET = NWORDS(ntoksz*LKFACTOR); in main()
142 size = ntoksz + nnontersz +1; in mktbls()
203 tstates = (int *)malloc(sizeof (int)*(ntoksz + 1)); in mktbls()
233 aryfil(tstates, ntoksz+1, 0); in mktbls()
433 ntokens, ntoksz, nnonter, nnontersz); in summary()
H A Ddextern.h200 extern int ntoksz;
H A Dy3.c57 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()