GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
sysdep.h File Reference
#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 ()
 

Function Documentation

◆ drive_or_unc_share()

bool drive_or_unc_share ( const std::string &  name)
extern

Definition at line 387 of file sysdep.cc.

References len.

◆ get_P_tmpdir()

std::string get_P_tmpdir ( )
extern

Definition at line 700 of file sysdep.cc.

Referenced by FP_tmpdir().

◆ kbhit()

int kbhit ( bool  wait = true)
extern

Definition at line 655 of file sysdep.cc.

References ignore_interrupts(), raw_mode(), and set_interrupt_handler().

Referenced by Fkbhit(), and sleep().

◆ pclose()

int pclose ( FILE *  f)
extern

Definition at line 643 of file sysdep.cc.

References f.

Referenced by main().

◆ popen()

FILE * popen ( const char *  command,
const char *  mode 
)
extern

Definition at line 626 of file sysdep.cc.

Referenced by gl2ps_print(), and main().

◆ raw_mode()

void raw_mode ( bool  on,
bool  wait = true 
)
extern

◆ set_application_id()

void set_application_id ( )
extern

Definition at line 184 of file sysdep.cc.

◆ sysdep_cleanup()

void sysdep_cleanup ( )
extern

Definition at line 456 of file sysdep.cc.

◆ sysdep_init()

void sysdep_init ( )
extern

Definition at line 437 of file sysdep.cc.