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

/illumos-gate/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;
443 "%d/%d working sets used\n", zzcwp, wsetsz);
1110 if (cwp + 1 >= wsetsz)
1228 wsetsz += WSETSIZE;
1230 calloc((size_t)(TBITSET * (wsetsz-WSETSIZE)), sizeof (int));
1242 wsets = (WSET *) realloc((char *)wsets, sizeof (WSET) * wsetsz);
1243 for (i = wsetsz-WSETSIZE, j = 0; i < wsetsz; ++i, ++j)

Completed in 44 milliseconds