Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h77 #define WSETSIZE 850 macro
H A Dy1.c1228 wsetsz += WSETSIZE; in exp_wsets()
1230 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int)); in exp_wsets()
1243 for (i = wsetsz-WSETSIZE, j = 0; i < wsetsz; ++i, ++j) in exp_wsets()