Searched refs:WSLOOP (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 60 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 D | y1.c | 976 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 D | dextern.h | 152 #define WSLOOP(s, j) for (j = s; j < &wsets[cwp]; ++j) macro
|