Searched defs:wsets (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c70 WSET *wsets; variable
72 static int wsetsz = 0; /* number of WSET items in wsets block */
191 * For wsets
198 wsets = (WSET *) malloc(sizeof (WSET) * (nnontersz + 1));
200 wsets[i].ws.lset = tmp_lset + TBITSET * i;
217 if ((lkst == NULL) || (wsets == NULL) || (tstates == NULL) ||
695 aryfil(wsets[i].ws.lset, tbitset, 0);
702 SETBIT(wsets[i].ws.lset, ch);
719 changes |= setunion(wsets[i].ws.lset,
720 wsets[c
[all...]

Completed in 54 milliseconds