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.
Functions | |
static std::string | get_octave_home (void) |
static std::string | octave_getenv (const std::string &name) |
static std::string | subst_octave_home (const std::string &s) |
Variables | |
static const char | dir_sep_char = '/' |
|
static |
Definition at line 107 of file shared-fcns.h.
References octave_getenv(), and OCTAVE_PREFIX.
Referenced by initialize(), and subst_octave_home().
|
static |
Definition at line 99 of file shared-fcns.h.
Referenced by get_octave_archlibdir(), get_octave_bindir(), and get_octave_home().
|
static |
Definition at line 120 of file shared-fcns.h.
References dir_sep_char, get_octave_home(), OCTAVE_PREFIX, and replace().
Referenced by Foctave_config_info(), get_octave_archlibdir(), get_octave_bindir(), and initialize().
|
static |
Definition at line 95 of file shared-fcns.h.
Referenced by main(), and subst_octave_home().