#include <algorithm>#include <cctype>#include "dir-ops.h"#include "file-ops.h"#include "lo-sysdep.h"#include "oct-env.h"#include "pathsearch.h"#include "file-stat.h"#include "defaults.h"#include "defun.h"#include "input.h"#include "interpreter-private.h"#include "interpreter.h"#include "load-path.h"#include "ov-usr-fcn.h"#include "pager.h"#include "parse.h"#include "sysdep.h"#include "unwind-prot.h"#include "utils.h"Go to the source code of this file.
Functions | |
| octave_value_list | F__dump_load_path__ (octave::interpreter &interp, const octave_value_list &, int) |
| octave_value_list | F__pathorig__ (octave::interpreter &interp, const octave_value_list &, int) |
| octave_value_list | Faddpath (octave::interpreter &interp, const octave_value_list &args, int nargout) |
| octave_value_list | Fcommand_line_path (octave::interpreter &interp, const octave_value_list &args, int) |
| octave_value_list | Fgenpath (const octave_value_list &args, int) |
| octave_value_list | Fpath (octave::interpreter &interp, const octave_value_list &args, int nargout) |
| octave_value_list | Frehash (octave::interpreter &interp, const octave_value_list &, int) |
| octave_value_list | Frestoredefaultpath (octave::interpreter &interp, const octave_value_list &args, int) |
| octave_value_list | Frmpath (octave::interpreter &interp, const octave_value_list &args, int nargout) |
| std::string | genpath (const std::string &dirname, const string_vector &skip) |
| load_path::dir_info::fcn_file_map_type | get_fcn_files (const std::string &d) |
| octave_value_list F__dump_load_path__ | ( | octave::interpreter & | interp, |
| const octave_value_list & | , | ||
| int | |||
| ) |
Definition at line 2852 of file load-path.cc.
References load_path::display(), octave_stdout, and ovl().
| octave_value_list F__pathorig__ | ( | octave::interpreter & | interp, |
| const octave_value_list & | , | ||
| int | |||
| ) |
Definition at line 2585 of file load-path.cc.
References ovl(), and load_path::system_path().
| octave_value_list Faddpath | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | nargout | ||
| ) |
Definition at line 2678 of file load-path.cc.
References load_path::append(), error(), octave_value::is_string(), octave_value::isnumeric(), octave_value_list::length(), load_path::path(), load_path::prepend(), print_usage(), load_path::rehash(), octave_value_list::reverse(), octave_value::strict_int_value(), octave_value::string_value(), and warning_with_id().
| octave_value_list Fcommand_line_path | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | |||
| ) |
Definition at line 2547 of file load-path.cc.
References load_path::get_command_line_path(), ovl(), and print_usage().
| octave_value_list Fgenpath | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 2497 of file load-path.cc.
References dirname(), genpath(), and print_usage().
| octave_value_list Fpath | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | nargout | ||
| ) |
Definition at line 2611 of file load-path.cc.
References load_path::dirs(), string_vector::list_in_columns(), octave_stdout, ovl(), load_path::path(), directory_path::path_sep_str(), load_path::rehash(), and load_path::set().
| octave_value_list Frehash | ( | octave::interpreter & | interp, |
| const octave_value_list & | , | ||
| int | |||
| ) |
Definition at line 2531 of file load-path.cc.
References ovl(), and load_path::rehash().
| octave_value_list Frestoredefaultpath | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | |||
| ) |
Definition at line 2564 of file load-path.cc.
References load_path::initialize(), ovl(), print_usage(), and load_path::system_path().
| octave_value_list Frmpath | ( | octave::interpreter & | interp, |
| const octave_value_list & | args, | ||
| int | nargout | ||
| ) |
Definition at line 2806 of file load-path.cc.
References octave_value::length(), load_path::path(), print_usage(), load_path::rehash(), load_path::remove(), and warning().
| std::string genpath | ( | const std::string & | dirname, |
| const string_vector & | skip | ||
| ) |
Definition at line 2439 of file load-path.cc.
References dirname(), genpath(), len, string_vector::numel(), directory_path::path_sep_str(), and string_vector::sort().
Referenced by Fgenpath(), and genpath().
| load_path::dir_info::fcn_file_map_type get_fcn_files | ( | const std::string & | d | ) |
Definition at line 1341 of file load-path.cc.