#include "lo-regexp.h"
#include "str-vec.h"
#include "builtin-defun-decls.h"
#include "call-stack.h"
#include "defun.h"
#include "interpreter.h"
#include "interpreter-private.h"
#include "oct-map.h"
#include "ov.h"
#include "ov-fcn-handle.h"
#include "ov-fcn.h"
#include "ov-usr-fcn.h"
#include "pager.h"
#include "stack-frame.h"
#include "syminfo.h"
#include "symrec.h"
#include "symscope.h"
#include "variables.h"
Go to the source code of this file.
Functions | |
octave_value_list | Fmax_stack_depth (octave::interpreter &interp, const octave_value_list &args, int nargout) |
octave_value_list | Fwho (octave::interpreter &interp, const octave_value_list &args, int nargout) |
octave_value_list | Fwhos (octave::interpreter &interp, const octave_value_list &args, int nargout) |
octave_value_list Fmax_stack_depth | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1246 of file call-stack.cc.
References tree_evaluator::max_stack_depth().
octave_value_list Fwho | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1298 of file call-stack.cc.
References tree_evaluator::do_who().
octave_value_list Fwhos | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1386 of file call-stack.cc.
References tree_evaluator::do_who().