Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/yacc/common/
H A Dy3.c60 WSLOOP(wsets, u) { in output()
63 WSLOOP(u, v) { in output()
78 WSLOOP(wsets, u) { in output()
445 WSLOOP(wsets + (pstate[i + 1] - pstate[i]), u) { in wrstate()
H A Dy1.c976 WSLOOP(wsets, p) { /* generate goto's */ in stagen()
987 WSLOOP(p, q) { in stagen()
1067 WSLOOP(u, v) { in closure()
1097 WSLOOP(wsets, v) { /* is the item there */ in closure()
1133 WSLOOP(wsets, u) { in closure()
H A Ddextern.h152 #define WSLOOP(s, j) for (j = s; j < &wsets[cwp]; ++j) macro