GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lo-utils.h"
Static Public Member Functions | |
static bool | coredump (int status) |
static int | exitstatus (int status) |
static bool | ifcontinued (int status) |
static bool | ifexited (int status) |
static bool | ifsignaled (int status) |
static bool | ifstopped (int status) |
static int | stopsig (int status) |
static int | termsig (int status) |
Definition at line 140 of file lo-utils.h.
Definition at line 165 of file lo-utils.h.
References octave_wcoredump().
Referenced by FWCOREDUMP().
Definition at line 150 of file lo-utils.h.
References octave_wexitstatus().
Referenced by Fsystem(), FWEXITSTATUS(), and run_command_and_return_output().
Definition at line 180 of file lo-utils.h.
References octave_wifcontinued().
Referenced by FWIFCONTINUED().
Definition at line 145 of file lo-utils.h.
References octave_wifexited().
Referenced by Fsystem(), FWIFEXITED(), pager_event_handler(), and run_command_and_return_output().
Definition at line 155 of file lo-utils.h.
References octave_wifsignaled().
Referenced by FWIFSIGNALED(), and pager_event_handler().
Definition at line 170 of file lo-utils.h.
References octave_wifstopped().
Referenced by FWIFSTOPPED().