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.
Macros | |
#define | sys_siglist my_sys_siglist |
Functions | |
void | init_signals (void) |
char * | strsignal (int code) |
Variables | |
static char * | my_sys_siglist [NSIG] |
#define sys_siglist my_sys_siglist |
Definition at line 40 of file siglist.c.
Referenced by init_signals(), and strsignal().
Definition at line 45 of file siglist.c.
References initialized, and sys_siglist.
Referenced by octave_initialize_interpreter().
Definition at line 225 of file siglist.c.
References sys_siglist.
Referenced by generic_sig_handler(), and sigint_handler().