Go to the source code of this file.
Functions | |
| void | interrupt () |
| void | init_interrupt () |
| void | handle_interrupt () |
Variables | |
| long | interrupted |
| 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 |
Definition at line 22 of file interrup.c.
1.5.4