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 13 times
ngname
defined in line
9; used 40 times
- in /usr/src/new/rn/art.c line
163
- in /usr/src/new/rn/bits.c line
154,
452
- in /usr/src/new/rn/intrp.c line
541
- in /usr/src/new/rn/last.c line
48(2)
- in /usr/src/new/rn/ng.c line
141,
150,
159-163(2),
174-178(2),
293-298(2),
416
- in /usr/src/new/rn/rcstuff.c line
272-276(2),
285-289(3),
296-300(2),
307-308(2),
314-318(2),
330,
344,
352-353(2),
370-375(2),
388
- in /usr/src/new/rn/rn.c line
160,
182,
189,
316,
522-525(3)
spool
defined in line
17; used 14 times
Usage of this include