Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h75 #define WSETSIZE 850 macro
H A Dy1.c1217 wsetsz += WSETSIZE; in exp_wsets()
1219 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int)); in exp_wsets()
1232 for (i = wsetsz-WSETSIZE, j = 0; i < wsetsz; ++i, ++j) in exp_wsets()