Navigation

Operators and Keywords

Function List:

C++ API

pt-eval.cc File Reference

#include <cctype>
#include <iostream>
#include <fstream>
#include <typeinfo>
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "input.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 dependency graph for pt-eval.cc:


Defines

#define DO_SIMPLE_FOR_LOOP_ONCE(VAL)

Functions

 DEFUN (silent_functions, args, nargout,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {@var{val} =} silent_functions ()\n\ @deftypefnx {Built-in Function} {@var{old_val} =} silent_functions (@var{new_val})\n\ Query or set the internal variable that controls whether internal\n\ output from a function is suppressed. If this option is disabled,\n\ Octave will display the results produced by evaluating expressions\n\ within a function body that are not terminated with a semicolon.\n\ @end deftypefn")

Variables

tree_evaluatorcurrent_evaluator = &std_evaluator

Define Documentation

#define DO_SIMPLE_FOR_LOOP_ONCE ( VAL   ) 

Value:

do \
    { \
      ult.assign (octave_value::op_asn_eq, VAL); \
 \
      if (! error_state && loop_body) \
        loop_body->accept (*this); \
 \
      quit = quit_loop_now (); \
    } \
  while (0)


Function Documentation

DEFUN ( silent_functions  ,
args  ,
nargout   
)


Variable Documentation

tree_evaluator* current_evaluator = &std_evaluator