1: /* $Header: rn.h,v 4.3 85/05/01 11:48:19 lwall Exp $
2: *
3: * $Log: rn.h,v $
4: * Revision 4.3 85/05/01 11:48:19 lwall
5: * Baseline for release with 4.3bsd.
6: *
7: */
8:
9: EXT char *ngname INIT(Nullch); /* name of current newsgroup */
10: EXT int ngnlen INIT(0); /* current malloced size of ngname */
11: EXT char *ngdir INIT(Nullch); /* same thing in directory name form */
12: EXT int ngdlen INIT(0); /* current malloced size of ngdir */
13:
14: EXT NG_NUM ng INIT(0); /* current newsgroup index into rcline and toread */
15: EXT NG_NUM current_ng INIT(0); /* stable current newsgroup so we can ditz with ng */
16: EXT NG_NUM starthere INIT(0); /* set to the first newsgroup with unread news on startup */
17: EXT char *spool INIT(Nullch); /* public news spool directory */
18:
19: void rn_init();
20: void main();
21: void set_ngname();
22: char *getngdir();
Defined variables
ngdir
defined in line
11; used 15 times
ngname
defined in line
9; used 31 times
- in /usr/src/new/rn/art.c line
163
- in /usr/src/new/rn/bits.c line
141,
440
- in /usr/src/new/rn/intrp.c line
581
- in /usr/src/new/rn/last.c line
47
- in /usr/src/new/rn/ng.c line
133-137(2),
148-152(2),
266-271(2),
366
- in /usr/src/new/rn/rcstuff.c line
246-257(5),
264-268(2),
280,
294,
307-312(2),
325
- in /usr/src/new/rn/rn.c line
160,
182,
189,
316,
522-525(3)
spool
defined in line
17; used 12 times
Usage of this include