GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <iostream>
#include <string>
#include <sys/types.h>
#include <unistd.h>
#include "display-available.h"
#include "shared-fcns.h"
Go to the source code of this file.
Macros | |
#define | OCTAVE_ARCHLIBDIR "/usr/local/libexec/octave/4.0.0/exec/x86_64-unknown-linux-gnu" |
#define | OCTAVE_BINDIR "/usr/local/bin" |
#define | OCTAVE_PREFIX "/usr/local" |
#define | OCTAVE_VERSION "4.0.0" |
Functions | |
static std::string | get_octave_archlibdir (void) |
static std::string | get_octave_bindir (void) |
int | main (int argc, char **argv) |
static int | octave_exec (const std::string &file, char **argv) |
static char * | strsave (const char *s) |
#define OCTAVE_ARCHLIBDIR "/usr/local/libexec/octave/4.0.0/exec/x86_64-unknown-linux-gnu" |
Definition at line 50 of file main.cc.
Referenced by Foctave_config_info(), get_octave_archlibdir(), initialize(), and set_default_arch_lib_dir().
#define OCTAVE_BINDIR "/usr/local/bin" |
Definition at line 54 of file main.cc.
Referenced by Foctave_config_info(), get_octave_bindir(), initialize(), and set_default_bin_dir().
#define OCTAVE_PREFIX "/usr/local" |
Definition at line 58 of file main.cc.
Referenced by Foctave_config_info(), get_octave_home(), set_octave_home(), and subst_octave_home().
#define OCTAVE_VERSION "4.0.0" |
Definition at line 46 of file main.cc.
Referenced by default_history_timestamp_format(), default_save_header_format(), Foctave_config_info(), FOCTAVE_VERSION(), initialize(), initialize_version_info(), main(), octave_name_version_and_copyright(), and write_header().
|
static |
Definition at line 267 of file main.cc.
References OCTAVE_ARCHLIBDIR, octave_getenv(), and subst_octave_home().
Referenced by main().
|
static |
Definition at line 254 of file main.cc.
References OCTAVE_BINDIR, octave_getenv(), and subst_octave_home().
Referenced by main().
Definition at line 426 of file main.cc.
References dir_sep_char, display_available(), get_octave_archlibdir(), get_octave_bindir(), install_signal_handlers(), octave_exec(), OCTAVE_VERSION, start_gui, strsave(), WAITPID, WEXITSTATUS, WIFEXITED, and WIFSIGNALLED.
Definition at line 414 of file main.cc.
Referenced by string_vector::c_str_vec(), Frethrow(), handle_message(), octave_base_lexer::handle_number(), octave_strptime::init(), keyword_almost_match(), main(), octave_time::octave_time(), scanf_format_elt::operator=(), printf_format_elt::operator=(), pr_where_2(), and octave_base_tm::strftime().