GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
toplev.cc File Reference
#include <cerrno>
#include <cstdlib>
#include <new>
#include <sstream>
#include <string>
#include "async-system-wrapper.h"
#include "child-list.h"
#include "lo-error.h"
#include "oct-fftw.h"
#include "oct-locbuf.h"
#include "oct-syscalls.h"
#include "signal-wrappers.h"
#include "str-vec.h"
#include "wait-for-input.h"
#include "build-env.h"
#include "liboctinterp-build-info.h"
#include "defaults.h"
#include "defun.h"
#include "error.h"
#include "help.h"
#include "interpreter-private.h"
#include "octave.h"
#include "oct-map.h"
#include "ovl.h"
#include "ov.h"
#include "pager.h"
#include "procstream.h"
#include "sysdep.h"
#include "unwind-prot.h"
#include "utils.h"
#include "version.h"

Go to the source code of this file.

Macros

#define SHELL_PATH   "/bin/sh"
 
#define STRINGIFY(s)   STRINGIFY1(s)
 
#define STRINGIFY1(s)   #s
 

Enumerations

enum  system_exec_type { et_sync , et_async }
 

Functions

octave_value_list F__octave_config_info__ (const octave_value_list &args, int)
 
octave_value_list Fsystem (const octave_value_list &args, int nargout)
 
octave_value_list Fwarranty (const octave_value_list &, int)
 

Macro Definition Documentation

◆ SHELL_PATH

#define SHELL_PATH   "/bin/sh"

Definition at line 71 of file toplev.cc.

◆ STRINGIFY

#define STRINGIFY (   s)    STRINGIFY1(s)

Definition at line 76 of file toplev.cc.

◆ STRINGIFY1

#define STRINGIFY1 (   s)    #s

Definition at line 77 of file toplev.cc.

Enumeration Type Documentation

◆ system_exec_type

Enumerator
et_sync 
et_async 

Definition at line 180 of file toplev.cc.

Function Documentation

◆ F__octave_config_info__()

◆ Fsystem()

◆ Fwarranty()

octave_value_list Fwarranty ( const octave_value_list ,
int   
)

Definition at line 83 of file toplev.cc.

References octave_name_version_and_copyright(), octave_stdout, and ovl().