1: /* 4.def.h 4.2 83/08/11 */
2:
3: #define YESTAB TRUE
4: #define NOTAB FALSE
5: #define TABOVER(n) tabover(n,outfd)
6: #define OUTSTR(x) fprintf(outfd,"%s",x)
7: #define OUTNUM(x) fprintf(outfd,"%d",x)
8:
9:
10: extern LOGICAL *brace;
11: #define YESBRACE(v,i) { if (DEFINED(LCHILD(v,i))) brace[LCHILD(v,i)] = TRUE; }
12: #define NOBRACE(v,i) { if (DEFINED(LCHILD(v,i))) brace[LCHILD(v,i)] = FALSE; }
13: #define HASBRACE(v,i) ((DEFINED(LCHILD(v,i))) ? brace[LCHILD(v,i)] : TRUE)
Defined macros
NOTAB
defined in line
4; used 1 times
OUTNUM
defined in line
7; used 9 times
OUTSTR
defined in line
6; used 62 times
- in /usr/src/usr.bin/struct/4.main.c line
23
- in /usr/src/usr.bin/struct/4.out.c line
23-24(2),
40-49(4),
55-61(3),
68-107(17),
115,
131-153(7),
164-169(4),
175-190(5),
200-201(2),
208-214(4),
234-235(2),
241,
254-259(5),
266-268(2),
278-279(2)
YESTAB
defined in line
3; used 12 times
Usage of this include