Home
last modified time | relevance | path

Searched refs:TBITSET (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Dy1.c56 int TBITSET; variable
120 TBITSET = NWORDS(ntoksz*LKFACTOR); in main()
172 calloc((size_t)(TBITSET * (INIT_LSIZE+1)), sizeof (int)); in mktbls()
187 lkst[i].lset = tmp_lset + TBITSET * i; in mktbls()
194 calloc((size_t)(TBITSET * (nnontersz+1)), sizeof (int)); in mktbls()
200 wsets[i].ws.lset = tmp_lset + TBITSET * i; in mktbls()
203 clset.lset = (int *)malloc(sizeof (int)*TBITSET); in mktbls()
1186 calloc((size_t)(TBITSET * (lsetsize-LSETSIZE)), sizeof (int)); in exp_lkst()
1200 lkst[i].lset = tmp_lset + TBITSET * j; in exp_lkst()
1230 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int)); in exp_wsets()
[all …]
H A Ddextern.h237 extern int TBITSET;