1: #define YESTAB TRUE
2: #define NOTAB FALSE
3: #define TABOVER(n) tabover(n,outfd)
4: #define OUTSTR(x) fprintf(outfd,"%s",x)
5: #define OUTNUM(x) fprintf(outfd,"%d",x)
6:
7:
8: extern LOGICAL *brace;
9: #define YESBRACE(v,i) { if (DEFINED(LCHILD(v,i))) brace[LCHILD(v,i)] = TRUE; }
10: #define NOBRACE(v,i) { if (DEFINED(LCHILD(v,i))) brace[LCHILD(v,i)] = FALSE; }
11: #define HASBRACE(v,i) ((DEFINED(LCHILD(v,i))) ? brace[LCHILD(v,i)] : TRUE)
Defined macros
NOTAB
defined in line
2; used 1 times
OUTNUM
defined in line
5; used 9 times
OUTSTR
defined in line
4; used 62 times
- in /usr/src/cmd/struct/4.main.c line
19
- in /usr/src/cmd/struct/4.out.c line
19-20(2),
36-45(4),
51-57(3),
64-103(17),
111,
127-149(7),
160-165(4),
171-186(5),
196-197(2),
204-210(4),
232-233(2),
239,
252-257(5),
264-266(2),
276-277(2)
YESTAB
defined in line
1; used 12 times
Usage of this include