Home
last modified time | relevance | path

Searched refs:octave_home (Results 1 – 8 of 8) sorted by relevance

/dports/math/octave-forge-parallel/parallel-4.0.1/src/
H A Dpconnect.cc328 std::string octave_home = octave::config::octave_home (); variable
331 std::string octave_home = Voctave_home;
333 cpfile = octave_home + OCTAVE__SYS__FILE_OPS::dir_sep_str () +
H A D__octave_server__.cc265 std::string octave_home = octave::config::octave_home (); variable
268 std::string octave_home = Voctave_home;
270 cafile = octave_home +
H A Dconfigure.ac489 AC_MSG_CHECKING([for octave::config::octave_home ()])
493 [octave::config::octave_home ();])],
495 [Define to 1 if you have octave::config::octave_home ()])
H A Dconfig.h.in412 /* Define to 1 if you have octave::config::octave_home () */
H A Dconfigure24426 octave::config::octave_home ();
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddefaults.cc127 return prepend_home_dir (octave_home (), s); in prepend_octave_home()
157 std::string octave_home (void) in octave_home() function
464 return ovl (octave::config::octave_home ());
H A Ddefaults.h57 extern OCTINTERP_API std::string octave_home (void);
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A DChangeLog.11792 (octave_home, octave_info_dir, octave_lib_dir, default_path):
3305 * src/utils.cc (octave_home): Handle RUN_IN_PLACE
4676 * src/utils.cc (octave_home): Don't declare static.