#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"
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_evaluator * | current_evaluator = &std_evaluator |
#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)
DEFUN | ( | silent_functions | , | |
args | , | |||
nargout | ||||
) |
tree_evaluator* current_evaluator = &std_evaluator |