GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
call-stack.cc File Reference
#include "call-stack.h"
#include "defun.h"
#include "interpreter.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 "variables.h"
Include dependency graph for call-stack.cc:

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) an error message is printed and control returns to the top level. When called from inside a function with the code
 

Variables

static const char * bt_fieldnames []
 
static const octave_fields bt_fields (bt_fieldnames)
 
 option
 

Function Documentation

◆ Fmax_stack_depth()

OCTAVE_EXPORT octave_value_list Fmax_stack_depth ( octave::interpreter interp,
const octave_value_list args,
int  nargout 
)

Definition at line 659 of file call-stack.cc.

Variable Documentation

◆ bt_fieldnames

const char* bt_fieldnames[]
static
Initial value:
=
{ "file", "name", "line", "column", "scope", "context", nullptr }

Definition at line 40 of file call-stack.cc.

◆ bt_fields

◆ option

option

Definition at line 659 of file call-stack.cc.

Referenced by do_history(), make_option_struct(), and octave_getopt_long_wrapper().