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 33 times
- in /usr/src/new/nntp/rrn/art.c line
160
- in /usr/src/new/nntp/rrn/bits.c line
141,
423
- in /usr/src/new/nntp/rrn/intrp.c line
581
- in /usr/src/new/nntp/rrn/last.c line
47
- in /usr/src/new/nntp/rrn/ng.c line
136-140(2),
151-155(2),
172,
279-284(2),
381
- in /usr/src/new/nntp/rrn/rcstuff.c line
257-263(4),
274-278(2),
285-289(2),
301,
315,
328-333(2),
346
- in /usr/src/new/nntp/rrn/rn.c line
157,
179,
186,
313,
519-522(3)
spool
defined in line
17; used 14 times
Usage of this include