Home
last modified time | relevance | path

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

/titanic_41/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) in defin()
1965 ntoksz += NTERMS; in exp_ntok()
1967 tokset = (TOKSYMB *) realloc((char *)tokset, sizeof (TOKSYMB) * ntoksz); in exp_ntok()
1968 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz); in exp_ntok()
H A Dy1.c120 TBITSET = NWORDS(ntoksz*LKFACTOR); in main()
144 size = ntoksz + nnontersz +1; in mktbls()
204 tstates = (int *)malloc(sizeof (int)*(ntoksz + 1)); in mktbls()
234 aryfil(tstates, ntoksz+1, 0); in mktbls()
435 ntokens, ntoksz, nnonter, nnontersz); in summary()
H A Ddextern.h202 extern int ntoksz;
H A Dy3.c59 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()