#include "oct-env.h"
#include "oct-time.h"
#include "file-ops.h"
#include "file-stat.h"
#include "defun.h"
#include "dirfns.h"
#include "input.h"
#include "load-path.h"
#include "symtab.h"
#include "ov-fcn.h"
#include "ov-usr-fcn.h"
#include "pager.h"
#include "parse.h"
#include "pt-arg-list.h"
#include "unwind-prot.h"
#include "utils.h"
#include "debug.h"
Functions | |
bool | out_of_date_check (octave_value &function, const std::string &dispatch_type, bool check_relative) |
std::string | get_dispatch_type (const octave_value_list &args) |
DEFUN (ignore_function_time_stamp, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{val} =} ignore_function_time_stamp ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} ignore_function_time_stamp (@var{new_val})\n\ Query or set the internal variable that controls whether Octave checks\n\ the time stamp on files each time it looks up functions defined in\n\ function files. If the internal variable is set to @code{\"system\"},\n\ Octave will not automatically recompile function files in subdirectories of\n\ @file{@var{octave-home}/lib/@var{version}} if they have changed since\n\ they were last compiled, but will recompile other function files in the\n\ search path if they change. If set to @code{\"all\"}, Octave will not\n\ recompile any function files unless their definitions are removed with\n\ @code{clear}. If set to \"none\", Octave will always check time stamps\n\ on files to determine whether functions defined in function files\n\ need to recompiled.\n\ @end deftypefn") | |
DEFUN (__current_scope__,,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{scope}, @var{context}]} __dump_symtab_info__ ()\n\ Undocumented internal function.\n\ @end deftypefn") | |
DEFUN (__dump_symtab_info__, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} __dump_symtab_info__ ()\n\ @deftypefnx {Built-in Function} {} __dump_symtab_info__ (@var{scope})\n\ @deftypefnx {Built-in Function} {} __dump_symtab_info__ (\"scopes\")\n\ @deftypefnx {Built-in Function} {} __dump_symtab_info__ (\"functions\")\n\ Undocumented internal function.\n\ @end deftypefn") |
DEFUN | ( | __dump_symtab_info__ | , | |
args | ||||
) |
DEFUN | ( | __current_scope__ | ) |
DEFUN | ( | ignore_function_time_stamp | , | |
args | , | |||
nargout | ||||
) |
std::string get_dispatch_type | ( | const octave_value_list & | args | ) |
bool out_of_date_check | ( | octave_value & | function, | |
const std::string & | dispatch_type, | |||
bool | check_relative | |||
) |