Defines | Functions

sysdep.h File Reference

#include <cstdio>
#include <string>
#include "lo-ieee.h"
#include "lo-sysdep.h"
Include dependency graph for sysdep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#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 &)
void sysdep_cleanup (void)
void sysdep_init (void)
void w32_set_quiet_shutdown (void)

Define Documentation

#define MINGW_SIGNAL_CLEANUP (  )     do { } while (0)

Definition at line 53 of file sysdep.h.

Referenced by my_friendly_exit(), and sysdep_cleanup().


Function Documentation

OCTINTERP_API std::string get_P_tmpdir ( void   ) 

Definition at line 492 of file sysdep.cc.

References octave_env::getenv().

Referenced by DEFUNX().

OCTINTERP_API int octave_kbhit ( bool  wait = true  ) 

Definition at line 461 of file sysdep.cc.

References octave_ignore_interrupts(), octave_set_interrupt_handler(), and raw_mode().

Referenced by DEFUN().

OCTINTERP_API int octave_pclose ( FILE *  f  ) 

Definition at line 449 of file sysdep.cc.

Referenced by octave_procbuf::close().

OCTINTERP_API FILE* octave_popen ( const char command,
const char mode 
)

Definition at line 429 of file sysdep.cc.

Referenced by octave_procbuf::open().

OCTINTERP_API void raw_mode ( bool  ,
bool  wait = true 
)

Definition at line 286 of file sysdep.cc.

References error(), 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 204 of file sysdep.cc.

References base_file_stat::dev(), and base_file_stat::ino().

Referenced by same_file().

void sysdep_cleanup ( void   ) 

Definition at line 268 of file sysdep.cc.

References MINGW_SIGNAL_CLEANUP.

Referenced by do_octave_atexit().

void sysdep_init ( void   ) 

Definition at line 256 of file sysdep.cc.

Referenced by octave_main().

void w32_set_quiet_shutdown ( void   ) 

Referenced by octave_catch_interrupts().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines