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/rn/art.c line
114,
180-182(2),
541
- in /usr/src/new/rn/artsrch.c line
58,
210-211(2)
- in /usr/src/new/rn/final.c line
90-94(2)
- in /usr/src/new/rn/ng.c line
469,
843,
879,
895,
901
- in /usr/src/new/rn/ngsrch.c line
45,
67-68(2)
- in /usr/src/new/rn/rcstuff.c line
202-204(2),
688,
704
- in /usr/src/new/rn/term.c line
730,
821,
896-897(2)
Usage of this include