|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T f
Length: 704 (0x2c0) Types: TextFile Names: »final.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/rn/final.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦97f3ac3f8⟧ »EurOpenD3/news/rn.tar.Z« └─⟦df9cf1b54⟧ └─⟦this⟧ »final.h«
/* $Header: final.h,v 4.3 85/05/01 11:38:17 lwall Exp $ * * $Log: final.h,v $ * Revision 4.3 85/05/01 11:38:17 lwall * Baseline for release with 4.3bsd. * */ /* cleanup status for fast exits */ EXT bool panic INIT(FALSE); /* we got hung up or something-- */ /* so leave tty alone */ EXT bool rc_changed INIT(FALSE); /* need we rewrite .newsrc? */ EXT bool doing_ng INIT(FALSE); /* do we need to reconstitute */ /* current rc line? */ EXT char int_count INIT(0); /* how many interrupts we've had */ /* signal catching routines */ int int_catcher(); int sig_catcher(); #ifdef SIGTSTP int stop_catcher(); int cont_catcher(); #endif void final_init(); void finalize();