1: /* $Header: final.h,v 4.3 85/05/01 11:38:17 lwall Exp $
2: *
3: * $Log: final.h,v $
4: * Revision 4.3 85/05/01 11:38:17 lwall
5: * Baseline for release with 4.3bsd.
6: *
7: */
8:
9: /* cleanup status for fast exits */
10:
11: EXT bool panic INIT(FALSE); /* we got hung up or something-- */
12: /* so leave tty alone */
13: EXT bool rc_changed INIT(FALSE); /* need we rewrite .newsrc? */
14: EXT bool doing_ng INIT(FALSE); /* do we need to reconstitute */
15: /* current rc line? */
16:
17: EXT char int_count INIT(0); /* how many interrupts we've had */
18:
19: /* signal catching routines */
20:
21: int int_catcher();
22: int sig_catcher();
23: #ifdef SIGTSTP
24: int stop_catcher();
25: int cont_catcher();
26: #endif
27:
28: void final_init();
29: void finalize();
Defined variables
int_count
defined in line
17; used 25 times
- in /usr/src/new/nntp/rrn/art.c line
111,
177-179(2),
534
- in /usr/src/new/nntp/rrn/artsrch.c line
58,
210-211(2)
- in /usr/src/new/nntp/rrn/final.c line
80-84(2)
- in /usr/src/new/nntp/rrn/ng.c line
434,
807,
843,
859,
865
- in /usr/src/new/nntp/rrn/ngsrch.c line
45,
67-68(2)
- in /usr/src/new/nntp/rrn/rcstuff.c line
191-193(2),
637,
653
- in /usr/src/new/nntp/rrn/term.c line
715,
806,
880-881(2)
Usage of this include