Searched refs:ntoksz (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 114 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 D | y1.c | 120 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 D | dextern.h | 202 extern int ntoksz;
|
H A D | y3.c | 59 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()
|