Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Dy1.c72 static int wsetsz = 0; /* number of WSET items in wsets block */ variable
235 wsetsz = nnontersz + 1; in mktbls()
443 "%d/%d working sets used\n", zzcwp, wsetsz); in summary()
1110 if (cwp + 1 >= wsetsz) in closure()
1228 wsetsz += WSETSIZE; in exp_wsets()
1230 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int)); in exp_wsets()
1242 wsets = (WSET *) realloc((char *)wsets, sizeof (WSET) * wsetsz); in exp_wsets()
1243 for (i = wsetsz-WSETSIZE, j = 0; i < wsetsz; ++i, ++j) in exp_wsets()