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