#include "extern.h"#include <signal.h>#include "token.h"#include "login.h"#include "built_ins.h"#include "error.h"Go to the source code of this file.
Functions | |
| void | interrupt () |
| void | init_interrupt () |
| void | handle_interrupt () |
Variables | |
| static char | vcid [] = "$Id: interrupt.c,v 1.2 1994/12/08 23:25:19 duchier Exp $" |
| long | interrupted = FALSE |
| void handle_interrupt | ( | ) |
Definition at line 60 of file interrup.c.
References abort_life(), DIGIT, EOLN, exit_life(), FALSE, input_state, interrupted, old_state, open_input_file(), prompt, quietflag, read_char(), restore_state(), show_count(), stdin_cleareof(), stepcount, stepflag, steptrace, trace, TRUE, and verbose.
Referenced by main_prove().
| void init_interrupt | ( | ) |
| void interrupt | ( | ) |
Definition at line 30 of file interrup.c.
References interrupt(), interrupted, and TRUE.
Referenced by c_get_raw(), init_interrupt(), and interrupt().
| long interrupted = FALSE |
Definition at line 22 of file interrup.c.
Referenced by handle_interrupt(), interrupt(), and main_prove().
char vcid[] = "$Id: interrupt.c,v 1.2 1994/12/08 23:25:19 duchier Exp $" [static] |
Definition at line 7 of file interrup.c.
1.5.4