GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Variables | |
void(* | octave_bad_alloc_hook )(void)=0 |
void(* | octave_interrupt_hook )(void)=0 |
void(* | octave_signal_hook )(void)=0 |
Definition at line 39 of file quit.cc.
References octave_interrupt_state, octave_signal_hook, and octave_throw_interrupt_exception().
Definition at line 82 of file quit.cc.
References octave_alloc_exception, octave_exception_state, octave_exec_exception, octave_interrupt_state, octave_throw_bad_alloc(), octave_throw_execution_exception(), and octave_throw_interrupt_exception().
Definition at line 71 of file quit.cc.
References octave_alloc_exception, octave_bad_alloc_hook, and octave_exception_state.
Referenced by octave_rethrow_exception().
Definition at line 61 of file quit.cc.
References octave_exception_state, and octave_exec_exception.
Referenced by lo_error_handler(), lo_error_with_id_handler(), and octave_rethrow_exception().
Definition at line 52 of file quit.cc.
References octave_interrupt_hook.
Referenced by Fdbquit(), Fquit(), octave_handle_signal(), and octave_rethrow_exception().
Definition at line 36 of file quit.cc.
Referenced by execute_command_line_file(), execute_eval_option_code(), main_loop(), and octave_throw_bad_alloc().
Definition at line 35 of file quit.cc.
Referenced by execute_command_line_file(), execute_eval_option_code(), main_loop(), and octave_throw_interrupt_exception().
Definition at line 34 of file quit.cc.
Referenced by execute_command_line_file(), execute_eval_option_code(), main_loop(), and octave_handle_signal().