comparison src/parse.h @ 5592:61d6cebd243b

[project @ 2006-01-12 17:55:22 by dbateman]
author dbateman
date Thu, 12 Jan 2006 17:55:22 +0000
parents 2ff5363a16bd
children faafc2d98b8d
comparison
equal deleted inserted replaced
5591:e7e45fe274f1 5592:61d6cebd243b
96 get_help_from_file (const std::string& nm, bool& symbol_found, 96 get_help_from_file (const std::string& nm, bool& symbol_found,
97 bool include_file_info = false); 97 bool include_file_info = false);
98 98
99 extern std::string lookup_autoload (const std::string& nm); 99 extern std::string lookup_autoload (const std::string& nm);
100 100
101 extern string_vector autoloaded_functions (void);
102
103 extern string_vector reverse_lookup_autoload (const std::string& nm);
104
101 extern bool 105 extern bool
102 load_fcn_from_file (const std::string& nm, bool exec_script); 106 load_fcn_from_file (const std::string& nm, bool exec_script);
103 107
104 extern bool 108 extern bool
105 load_fcn_from_file (symbol_record *sym_rec, bool exec_script); 109 load_fcn_from_file (symbol_record *sym_rec, bool exec_script);