GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
pt-eval.cc File Reference
#include <cctype>
#include <iostream>
#include <fstream>
#include <typeinfo>
#include "call-stack.h"
#include "debug.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "input.h"
#include "interpreter.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "variables.h"
#include "pt-all.h"
#include "pt-eval.h"
#include "symtab.h"
#include "unwind-prot.h"
#include "pt-jit.h"
Include dependency graph for pt-eval.cc:

Go to the source code of this file.

Namespaces

 octave
 Octave interface to the compression and uncompression libraries.
 

Functions

static void do_global_init (tree_decl_elt &elt)
 
static void do_static_init (tree_decl_elt &elt)
 
OCTAVE_EXPORT octave_value_list Fmax_recursion_depth (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
 
the variable is changed
locally for the function and
any subroutines it calls The
original variable value is
restored when exiting the
function nd deftypefn
*OCTAVE_EXPORT
octave_value_list 
Fsilent_functions (const octave_value_list &args, int nargout) Octave will display the results produced by evaluating expressions within a function body that are not terminated with a semicolon.When called from inside a function with the code
 
static bool quit_loop_now (void)
 

Variables

 option
 
int Vmax_recursion_depth = 256
 
static bool Vsilent_functions = false
 

Function Documentation

static void do_global_init ( tree_decl_elt elt)
inlinestatic
static void do_static_init ( tree_decl_elt elt)
inlinestatic
OCTAVE_EXPORT octave_value_list Fmax_recursion_depth ( const octave_value_list args,
int  nargout 
)

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

Referenced by install_pt_eval_fcns().

the variable is changed locally for the function and any subroutines it calls The original variable value is restored when exiting the function nd deftypefn* OCTAVE_EXPORT octave_value_list Fsilent_functions ( const octave_value_list args,
int  nargout 
)

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

References SET_INTERNAL_VARIABLE.

Referenced by install_pt_eval_fcns().

static bool quit_loop_now ( void  )
inlinestatic

Variable Documentation

option

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

int Vmax_recursion_depth = 256
bool Vsilent_functions = false
static

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