Searched refs:ntoksz (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 112 int ntoksz = NTERMS; variable 189 tokset = malloc(sizeof (TOKSYMB) * ntoksz); in setup() 190 toklev = malloc(sizeof (int) * ntoksz); in setup() 198 aryfil(toklev, ntoksz, 0); in setup() 200 for (ii = 0; ii < ntoksz; ++ii) in setup() 874 if (++ntokens >= ntoksz) in defin() 1928 ntoksz += NTERMS; in exp_ntok() 1930 tokset = (TOKSYMB *) realloc((char *)tokset, sizeof (TOKSYMB) * ntoksz); in exp_ntok() 1931 toklev = (int *) realloc((char *)toklev, sizeof (int) * ntoksz); in exp_ntok()
|
H A D | y1.c | 118 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 D | dextern.h | 200 extern int ntoksz;
|
H A D | y3.c | 57 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()
|