Functions | |
std::string | arch_lib_dir (void) |
std::string | bin_dir (void) |
std::string | canonical_host_type (void) |
std::string | data_dir (void) |
std::string | dataroot_dir (void) |
std::string | default_pager (void) |
std::string | fcn_file_dir (void) |
static std::string | get_local_site_defaults_file (void) |
static std::string | get_octave_exec_home (void) |
static std::string | get_octave_home (void) |
static std::string | get_site_defaults_file (void) |
std::string | image_dir (void) |
std::string | include_dir (void) |
std::string | info_dir (void) |
std::string | lib_dir (void) |
std::string | libexec_dir (void) |
std::string | local_api_arch_lib_dir (void) |
std::string | local_api_fcn_file_dir (void) |
std::string | local_api_oct_file_dir (void) |
std::string | local_arch_lib_dir (void) |
std::string | local_fcn_file_dir (void) |
std::string | local_oct_file_dir (void) |
std::string | local_site_defaults_file (void) |
std::string | local_startupfile_dir (void) |
std::string | local_ver_arch_lib_dir (void) |
std::string | local_ver_fcn_file_dir (void) |
std::string | local_ver_oct_file_dir (void) |
std::string | man1_dir (void) |
std::string | man1_ext (void) |
std::string | man_dir (void) |
std::string | oct_data_dir (void) |
std::string | oct_doc_dir (void) |
std::string | oct_etc_dir (void) |
std::string | oct_file_dir (void) |
std::string | oct_fonts_dir (void) |
std::string | oct_include_dir (void) |
std::string | oct_lib_dir (void) |
std::string | oct_locale_dir (void) |
std::string | oct_tests_dir (void) |
std::string | octave_exec_home (void) |
std::string | octave_home (void) |
static std::string | prepend_home_dir (const std::string &hd, const std::string &s) |
std::string | prepend_octave_exec_home (const std::string &s) |
std::string | prepend_octave_home (const std::string &s) |
std::string | release (void) |
std::string | site_defaults_file (void) |
std::string | startupfile_dir (void) |
OCTINTERP_API std::string octave::config::arch_lib_dir | ( | void | ) |
Definition at line 219 of file defaults.cc.
References OCTAVE_ARCHLIBDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::environment::init_exec_path().
OCTINTERP_API std::string octave::config::bin_dir | ( | void | ) |
Definition at line 171 of file defaults.cc.
References OCTAVE_BINDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::environment::init_exec_path().
OCTINTERP_API std::string octave::config::canonical_host_type | ( | void | ) |
Definition at line 135 of file defaults.cc.
References OCTAVE_CANONICAL_HOST_TYPE.
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::data_dir | ( | void | ) |
Definition at line 179 of file defaults.cc.
References OCTAVE_DATADIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::dataroot_dir | ( | void | ) |
Definition at line 187 of file defaults.cc.
References OCTAVE_DATAROOTDIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::default_pager | ( | void | ) |
Definition at line 150 of file defaults.cc.
References OCTAVE_DEFAULT_PAGER.
Referenced by octave::default_pager(), and F__octave_config_info__().
OCTINTERP_API std::string octave::config::fcn_file_dir | ( | void | ) |
Definition at line 315 of file defaults.cc.
References OCTAVE_FCNFILEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), initial_java_dir(), octave::load_path::initialize(), and octave_user_function::mark_as_system_fcn_file().
|
static |
Definition at line 111 of file defaults.cc.
References octave::sys::env::getenv(), and local_startupfile_dir().
Referenced by local_site_defaults_file().
|
static |
Definition at line 89 of file defaults.cc.
References octave::sys::env::getenv(), OCTAVE_EXEC_PREFIX, and OCTAVE_PREFIX.
Referenced by octave_exec_home().
|
static |
Definition at line 77 of file defaults.cc.
References octave::sys::env::getenv(), and OCTAVE_PREFIX.
Referenced by octave_home().
|
static |
Definition at line 118 of file defaults.cc.
References octave::sys::env::getenv(), and startupfile_dir().
Referenced by site_defaults_file().
OCTINTERP_API std::string octave::config::image_dir | ( | void | ) |
Definition at line 410 of file defaults.cc.
References OCTAVE_IMAGEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and octave::environment::init_image_path().
OCTINTERP_API std::string octave::config::include_dir | ( | void | ) |
Definition at line 195 of file defaults.cc.
References OCTAVE_INCLUDEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::info_dir | ( | void | ) |
Definition at line 227 of file defaults.cc.
References OCTAVE_INFODIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::lib_dir | ( | void | ) |
Definition at line 203 of file defaults.cc.
References OCTAVE_LIBDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::libexec_dir | ( | void | ) |
Definition at line 211 of file defaults.cc.
References OCTAVE_LIBEXECDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::local_api_arch_lib_dir | ( | void | ) |
Definition at line 243 of file defaults.cc.
References OCTAVE_LOCALAPIARCHLIBDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::environment::init_exec_path().
OCTINTERP_API std::string octave::config::local_api_fcn_file_dir | ( | void | ) |
Definition at line 299 of file defaults.cc.
References OCTAVE_LOCALAPIFCNFILEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::local_api_oct_file_dir | ( | void | ) |
Definition at line 267 of file defaults.cc.
References OCTAVE_LOCALAPIOCTFILEDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::local_arch_lib_dir | ( | void | ) |
Definition at line 251 of file defaults.cc.
References OCTAVE_LOCALARCHLIBDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::environment::init_exec_path().
OCTINTERP_API std::string octave::config::local_fcn_file_dir | ( | void | ) |
Definition at line 307 of file defaults.cc.
References OCTAVE_LOCALFCNFILEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::local_oct_file_dir | ( | void | ) |
Definition at line 275 of file defaults.cc.
References OCTAVE_LOCALOCTFILEDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::local_site_defaults_file | ( | void | ) |
Definition at line 434 of file defaults.cc.
References get_local_site_defaults_file().
Referenced by octave::interpreter::execute_startup_files().
OCTINTERP_API std::string octave::config::local_startupfile_dir | ( | void | ) |
Definition at line 418 of file defaults.cc.
References OCTAVE_LOCALSTARTUPFILEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and get_local_site_defaults_file().
OCTINTERP_API std::string octave::config::local_ver_arch_lib_dir | ( | void | ) |
Definition at line 235 of file defaults.cc.
References OCTAVE_LOCALVERARCHLIBDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::environment::init_exec_path().
OCTINTERP_API std::string octave::config::local_ver_fcn_file_dir | ( | void | ) |
Definition at line 291 of file defaults.cc.
References OCTAVE_LOCALVERFCNFILEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::local_ver_oct_file_dir | ( | void | ) |
Definition at line 259 of file defaults.cc.
References OCTAVE_LOCALVEROCTFILEDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::man1_dir | ( | void | ) |
Definition at line 395 of file defaults.cc.
References OCTAVE_MAN1DIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::man1_ext | ( | void | ) |
Definition at line 403 of file defaults.cc.
References OCTAVE_MAN1EXT.
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::man_dir | ( | void | ) |
Definition at line 387 of file defaults.cc.
References OCTAVE_MANDIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::oct_data_dir | ( | void | ) |
Definition at line 323 of file defaults.cc.
References OCTAVE_OCTDATADIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::oct_doc_dir | ( | void | ) |
Definition at line 331 of file defaults.cc.
References OCTAVE_OCTDOCDIR, and prepend_octave_home().
Referenced by octave::documentation::documentation(), and F__octave_config_info__().
OCTINTERP_API std::string octave::config::oct_etc_dir | ( | void | ) |
Definition at line 339 of file defaults.cc.
References OCTAVE_OCTETCDIR, and prepend_octave_home().
Referenced by octave::default_qt_settings_file(), octave::main_window::display_release_notes(), and F__octave_config_info__().
OCTINTERP_API std::string octave::config::oct_file_dir | ( | void | ) |
Definition at line 283 of file defaults.cc.
References OCTAVE_OCTFILEDIR, and prepend_octave_exec_home().
Referenced by octave_dld_function::octave_dld_function(), octave_mex_function::octave_mex_function(), F__octave_config_info__(), and octave::load_path::initialize().
OCTINTERP_API std::string octave::config::oct_fonts_dir | ( | void | ) |
Definition at line 347 of file defaults.cc.
References OCTAVE_OCTFONTSDIR, and prepend_octave_home().
Referenced by octave::ft_manager::do_get_font(), and F__octave_config_info__().
OCTINTERP_API std::string octave::config::oct_include_dir | ( | void | ) |
Definition at line 355 of file defaults.cc.
References OCTAVE_OCTINCLUDEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::oct_lib_dir | ( | void | ) |
Definition at line 363 of file defaults.cc.
References OCTAVE_OCTLIBDIR, and prepend_octave_exec_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::oct_locale_dir | ( | void | ) |
Definition at line 371 of file defaults.cc.
References OCTAVE_OCTLOCALEDIR, and prepend_octave_home().
Referenced by octave::resource_manager::get_gui_translation_dir().
OCTINTERP_API std::string octave::config::oct_tests_dir | ( | void | ) |
Definition at line 379 of file defaults.cc.
References OCTAVE_OCTTESTSDIR, and prepend_octave_home().
Referenced by F__octave_config_info__().
OCTINTERP_API std::string octave::config::octave_exec_home | ( | void | ) |
Definition at line 164 of file defaults.cc.
References get_octave_exec_home().
Referenced by octave::scoped_fcn_handle::find_function(), FOCTAVE_EXEC_HOME(), octave_fcn_handle::load_ascii(), prepend_octave_exec_home(), read_mat5_binary_element(), octave::simple_fcn_handle::save_ascii(), octave::scoped_fcn_handle::save_ascii(), octave::simple_fcn_handle::save_binary(), octave::scoped_fcn_handle::save_binary(), and octave::simple_fcn_handle::save_hdf5().
OCTINTERP_API std::string octave::config::octave_home | ( | void | ) |
Definition at line 157 of file defaults.cc.
References get_octave_home().
Referenced by FOCTAVE_HOME(), and prepend_octave_home().
|
static |
Definition at line 62 of file defaults.cc.
References octave::sys::env::absolute_pathname(), octave::sys::file_ops::dir_sep_char(), dir_sep_char, and retval.
Referenced by prepend_octave_exec_home(), and prepend_octave_home().
OCTINTERP_API std::string octave::config::prepend_octave_exec_home | ( | const std::string & | s | ) |
Definition at line 130 of file defaults.cc.
References octave_exec_home(), and prepend_home_dir().
Referenced by arch_lib_dir(), bin_dir(), info_dir(), lib_dir(), libexec_dir(), local_api_arch_lib_dir(), local_api_oct_file_dir(), local_arch_lib_dir(), local_oct_file_dir(), local_ver_arch_lib_dir(), local_ver_oct_file_dir(), oct_file_dir(), and oct_lib_dir().
OCTINTERP_API std::string octave::config::prepend_octave_home | ( | const std::string & | s | ) |
Definition at line 125 of file defaults.cc.
References octave_home(), and prepend_home_dir().
Referenced by data_dir(), dataroot_dir(), fcn_file_dir(), image_dir(), include_dir(), local_api_fcn_file_dir(), local_fcn_file_dir(), local_startupfile_dir(), local_ver_fcn_file_dir(), man1_dir(), man_dir(), oct_data_dir(), oct_doc_dir(), oct_etc_dir(), oct_fonts_dir(), oct_include_dir(), oct_locale_dir(), oct_tests_dir(), and startupfile_dir().
OCTINTERP_API std::string octave::config::release | ( | void | ) |
Definition at line 143 of file defaults.cc.
References OCTAVE_RELEASE.
Referenced by octave::initialize_version_info(), octave_uname_wrapper(), octave::jit_infer::release_dead_phi(), and octave::jit_infer::release_temp().
OCTINTERP_API std::string octave::config::site_defaults_file | ( | void | ) |
Definition at line 442 of file defaults.cc.
References get_site_defaults_file().
Referenced by octave::interpreter::execute_startup_files().
OCTINTERP_API std::string octave::config::startupfile_dir | ( | void | ) |
Definition at line 426 of file defaults.cc.
References OCTAVE_STARTUPFILEDIR, and prepend_octave_home().
Referenced by F__octave_config_info__(), and get_site_defaults_file().