GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-eval.cc File Reference
#include <cctype>
#include <iostream>
#include <fstream>
#include <typeinfo>
#include "cmd-edit.h"
#include "oct-env.h"
#include "bp-table.h"
#include "call-stack.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "input.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "profiler.h"
#include "pt-all.h"
#include "pt-eval.h"
#include "pt-tm-const.h"
#include "symtab.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "pt-jit.h"
Include dependency graph for pt-eval.cc:

Go to the source code of this file.

Namespaces

 octave
 

Functions

static void octave::final_index_error (octave::index_exception &e, const octave::tree_expression *expr)
 
OCTAVE_EXPORT octave_value_list Fmax_recursion_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
 
static bool octave::quit_loop_now (void)
 

Variables

 option
 

Function Documentation

◆ Fmax_recursion_depth()

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

Definition at line 3293 of file pt-eval.cc.

Variable Documentation

◆ option

option

Definition at line 3293 of file pt-eval.cc.