#include "lo-regexp.h"
#include "str-vec.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.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "pager.h"
#include "parse.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.
Namespaces | |
octave | |
Functions | |
OCTAVE_EXPORT octave_value_list | Fmax_stack_depth (octave::interpreter &interp, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Fwho (octave::interpreter &interp, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Fwhos (octave::interpreter &interp, const octave_value_list &args, int nargout) |
Variables | |
static const char * | octave::bt_fieldnames [] |
static const octave_fields | octave::bt_fields (bt_fieldnames) |
OCTAVE_EXPORT octave_value_list Fmax_stack_depth | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1150 of file call-stack.cc.
References octave::tree_evaluator::max_stack_depth().
OCTAVE_EXPORT octave_value_list Fwho | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1202 of file call-stack.cc.
References octave::tree_evaluator::do_who().
OCTAVE_EXPORT octave_value_list Fwhos | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1290 of file call-stack.cc.
References octave::tree_evaluator::do_who().