Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Dy1.c70 WSET *wsets; variable
198 wsets = (WSET *) malloc(sizeof (WSET) * (nnontersz + 1)); in mktbls()
200 wsets[i].ws.lset = tmp_lset + TBITSET * i; in mktbls()
217 if ((lkst == NULL) || (wsets == NULL) || (tstates == NULL) || in mktbls()
695 aryfil(wsets[i].ws.lset, tbitset, 0); in cpfir()
702 SETBIT(wsets[i].ws.lset, ch); in cpfir()
719 changes |= setunion(wsets[i].ws.lset, in cpfir()
720 wsets[ch].ws.lset); in cpfir()
729 pfirst[i] = flset(&wsets[i].ws); in cpfir()
976 WSLOOP(wsets, p) { /* generate goto's */ in stagen()
[all …]
H A Ddextern.h152 #define WSLOOP(s, j) for (j = s; j < &wsets[cwp]; ++j)
243 extern WSET *wsets;
H A Dy3.c60 WSLOOP(wsets, u) { in output()
78 WSLOOP(wsets, u) { in output()
445 WSLOOP(wsets + (pstate[i + 1] - pstate[i]), u) { in wrstate()