Lines Matching refs:nnontersz
144 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()
235 wsetsz = nnontersz + 1; in mktbls()
435 ntokens, ntoksz, nnonter, nnontersz); in summary()