Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c58 WSLOOP(wsets, u) { in output()
61 WSLOOP(u, v) { in output()
76 WSLOOP(wsets, u) { in output()
442 WSLOOP(wsets + (pstate[i + 1] - pstate[i]), u) { in wrstate()
H A Dy1.c967 WSLOOP(wsets, p) { /* generate goto's */ in stagen()
978 WSLOOP(p, q) { in stagen()
1058 WSLOOP(u, v) { in closure()
1088 WSLOOP(wsets, v) { /* is the item there */ in closure()
1124 WSLOOP(wsets, u) { in closure()
H A Ddextern.h150 #define WSLOOP(s, j) for (j = s; j < &wsets[cwp]; ++j) macro