GNU Octave
4.0.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 | MINGW_SIGNAL_CLEANUP() do { } while (0) |
Functions | |
OCTINTERP_API std::string | get_P_tmpdir (void) |
OCTINTERP_API int | octave_kbhit (bool wait=true) |
OCTINTERP_API int | octave_pclose (FILE *f) |
OCTINTERP_API FILE * | octave_popen (const char *command, const char *mode) |
OCTINTERP_API void | raw_mode (bool, bool wait=true) |
OCTINTERP_API bool | same_file_internal (const std::string &, const std::string &) |
OCTINTERP_API void | sysdep_cleanup (void) |
OCTINTERP_API void | sysdep_init (void) |
void | w32_set_quiet_shutdown (void) |
#define MINGW_SIGNAL_CLEANUP | ( | ) | do { } while (0) |
Definition at line 52 of file sysdep.h.
Referenced by my_friendly_exit(), and sysdep_cleanup().
OCTINTERP_API std::string get_P_tmpdir | ( | void | ) |
Definition at line 545 of file sysdep.cc.
References octave_env::getenv().
Referenced by FP_tmpdir().
OCTINTERP_API int octave_kbhit | ( | bool | wait = true | ) |
Definition at line 514 of file sysdep.cc.
References octave_ignore_interrupts(), octave_set_interrupt_handler(), and raw_mode().
OCTINTERP_API int octave_pclose | ( | FILE * | f | ) |
Definition at line 502 of file sysdep.cc.
Referenced by octave_procbuf::close().
OCTINTERP_API FILE* octave_popen | ( | const char * | command, |
const char * | mode | ||
) |
Definition at line 482 of file sysdep.cc.
Referenced by gl2ps_print(), and octave_procbuf::open().
OCTINTERP_API void raw_mode | ( | bool | , |
bool | wait = true |
||
) |
Definition at line 339 of file sysdep.cc.
References ECHO, error(), forced_interactive, interactive, and warning().
Referenced by do_octave_atexit(), and octave_kbhit().
OCTINTERP_API bool same_file_internal | ( | const std::string & | , |
const std::string & | |||
) |
Definition at line 246 of file sysdep.cc.
References base_file_stat::dev(), and base_file_stat::ino().
Referenced by same_file().
OCTINTERP_API void sysdep_cleanup | ( | void | ) |
Definition at line 321 of file sysdep.cc.
References MINGW_SIGNAL_CLEANUP.
Referenced by do_octave_atexit().
OCTINTERP_API void sysdep_init | ( | void | ) |
Definition at line 309 of file sysdep.cc.
Referenced by main(), and octave_main().
void w32_set_quiet_shutdown | ( | void | ) |