#include "octave-config.h"
#include <cstdio>
#include <string>
#include "lo-ieee.h"
#include "lo-sysdep.h"
Go to the source code of this file.
Functions | |
bool | drive_or_unc_share (const std::string &) |
std::string | get_P_tmpdir () |
int | kbhit (bool wait=true) |
int | pclose (FILE *f) |
FILE * | popen (const char *command, const char *mode) |
void | raw_mode (bool, bool wait=true) |
void | set_application_id () |
void | sysdep_cleanup () |
void | sysdep_init () |
|
extern |
|
extern |
Definition at line 700 of file sysdep.cc.
Referenced by FP_tmpdir().
Definition at line 655 of file sysdep.cc.
References ignore_interrupts(), raw_mode(), and set_interrupt_handler().
|
extern |
|
extern |
Definition at line 626 of file sysdep.cc.
Referenced by gl2ps_print(), and main().
Definition at line 477 of file sysdep.cc.
References __get_interpreter__(), ECHO, error(), application::forced_interactive(), interpreter::interactive(), octave_isatty_wrapper(), STDIN_FILENO, and warn_disabled_feature().
Referenced by kbhit().