1: #
2:
3: /*
4: ** BUF.H -- buffer definitions
5: */
6:
7: # define BUFSIZE 256
8:
9: struct buf
10: {
11: struct buf *nextb;
12: char buffer[BUFSIZE];
13: char *ptr;
14: };
Defined struct's
buf
defined in line
9; used 54 times
- in line 11(2)
- in /usr/ingres/source/monitor/buf.c line
19-23(8),
31(4),
50-54(6),
89-93(8),
119-122(6),
150(2),
162-165(4)
- in /usr/ingres/source/monitor/mac.c line
101-102(4),
666(2),
910(2),
1310(2),
1417(2),
1935(2)
Defined macros
Usage of this include