1: /* 3.def.h 4.2 83/08/11 */
2:
3: #define RECURSE(p,v,r) { for (r = 0; r < CHILDNUM(v); ++r) if (DEFINED(LCHILD(v,r))) p(LCHILD(v,r)); if (DEFINED(RSIB(v))) p(RSIB(v)); }
4:
5: #define IFTHEN(v) ( NTYPE(v) == IFVX && !DEFINED(LCHILD(v,ELSE)))
6:
7: #define BRK(v) FATH(v) /* lexical successor of v, for ITERVX only */
8: #define LABEL(v) REACH(v)
Defined macros
BRK
defined in line
7; used 4 times
IFTHEN
defined in line
5; used 6 times
LABEL
defined in line
8; used 23 times
- in /usr/src/usr.bin/struct/3.branch.c line
15,
53,
59-67(4),
80-84(4)
- in /usr/src/usr.bin/struct/4.brace.c line
49
- in /usr/src/usr.bin/struct/4.out.c line
21-29(3),
41,
88,
101,
118,
128-130(2),
194,
202,
210
Usage of this include