#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <map>
#include <sstream>
#include "Matrix.h"
#include "cmd-edit.h"
#include "cmd-hist.h"
#include "file-ops.h"
#include "file-stat.h"
#include "oct-env.h"
#include "oct-time.h"
#include "quit.h"
#include "Cell.h"
#include "anon-fcn-validator.h"
#include "builtin-defun-decls.h"
#include "defun.h"
#include "dynamic-ld.h"
#include "error.h"
#include "input.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "lex.h"
#include "load-path.h"
#include "lo-sysdep.h"
#include "oct-hist.h"
#include "oct-map.h"
#include "ov-classdef.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "ov-null-mat.h"
#include "pager.h"
#include "parse.h"
#include "pt-all.h"
#include "pt-eval.h"
#include "symtab.h"
#include "token.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "oct-parse.h"
#include <limits.h>
Go to the source code of this file.
Classes | |
union | octave_alloc |
struct | octave_pstate |
class | parse_exception |
class | parse_tree_validator |
Macros | |
#define | lexer (parser.get_lexer ()) |
#define | octave_nerrs yyps->octave_nerrs |
#define | OCTAVE_YYUSE(X, ...) |
#define | scanner lexer.m_scanner |
#define | YY_(Msgid) Msgid |
#define | YY_ACCESSING_SYMBOL(State) YY_CAST (yysymbol_kind_t, yystos[State]) |
Accessing symbol of state STATE. More... | |
#define | YY_ASSERT(E) ((void) (0 && (E))) |
#define | YY_ATTRIBUTE_PURE |
#define | YY_ATTRIBUTE_UNUSED |
#define | YY_CAST(Type, Val) ((Type) (Val)) |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YY_IGNORE_USELESS_CAST_BEGIN |
#define | YY_IGNORE_USELESS_CAST_END |
#define | YY_INITIAL_VALUE(Value) Value |
#define | YY_NULLPTR ((void*)0) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_SYMBOL_PRINT(Title, Kind, Value, Location) |
#define | YY_USE(E) ((void) (E)) |
#define | YYABORT goto yyabortlab |
#define | YYACCEPT goto yyacceptlab |
#define | YYBACKUP(Token, Value) |
#define | YYBISON 30802 |
#define | YYBISON_VERSION "3.8.2" |
#define | yyclearin (yychar = OCTAVE_EMPTY) |
#define | YYCOPY(Dst, Src, Count) |
#define | YYCOPY_NEEDED 1 |
#define | yydebug octave_debug |
#define | YYDEBUG 1 |
#define | YYDPRINTF(Args) ((void) 0) |
#define | YYERRCODE OCTAVE_UNDEF |
#define | yyerrok (yyerrstatus = 0) |
#define | yyerror octave_error |
#define | YYERROR goto yyerrorlab |
#define | yyerrstatus yyps->yyerrstatus |
#define | YYFINAL 110 |
#define | YYFREE free |
#define | YYINITDEPTH 200 |
#define | YYLAST 1622 |
#define | yylex octave_lex |
#define | YYMALLOC malloc |
#define | YYMAXDEPTH 10000 |
#define | YYMAXUTOK 333 |
#define | yynerrs octave_nerrs |
#define | YYNNTS 130 |
#define | YYNOMEM goto yyexhaustedlab |
#define | YYNRULES 315 |
#define | YYNSTATES 574 |
#define | YYNTOKENS 98 |
#define | YYPACT_NINF (-453) |
#define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
#define | yyparse octave_parse |
#define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
#define | yypstate octave_pstate |
#define | yypstate_clear octave_pstate_clear |
#define | yypstate_delete octave_pstate_delete |
#define | yypstate_new octave_pstate_new |
#define | YYPTRDIFF_MAXIMUM LONG_MAX |
#define | YYPTRDIFF_T long |
#define | YYPULL 1 |
#define | yypull_parse octave_pull_parse |
#define | YYPURE 1 |
#define | YYPUSH 1 |
#define | yypush_parse octave_push_parse |
#define | YYRECOVERING() (!!yyerrstatus) |
#define | YYSIZE_MAXIMUM |
#define | YYSIZE_T unsigned |
#define | YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X)) |
#define | YYSKELETON_NAME "yacc.c" |
#define | yyss yyps->yyss |
#define | yyssa yyps->yyssa |
#define | yyssp yyps->yyssp |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define | YYSTACK_BYTES(N) |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1) |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | yystacksize yyps->yystacksize |
#define | yystate yyps->yystate |
#define | YYSTYPE OCTAVE_STYPE |
#define | YYTABLE_NINF (-316) |
#define | yytable_value_is_error(Yyn) 0 |
#define | YYTRANSLATE(YYX) |
#define | yyvs yyps->yyvs |
#define | yyvsa yyps->yyvsa |
#define | yyvsp yyps->yyvsp |
Typedefs | |
typedef int | yy_state_fast_t |
typedef yytype_int16 | yy_state_t |
typedef enum yysymbol_kind_t | yysymbol_kind_t |
typedef short | yytype_int16 |
typedef signed char | yytype_int8 |
typedef unsigned short | yytype_uint16 |
typedef unsigned char | yytype_uint8 |
Functions | |
void | cleanup_statement_list (tree_statement_list **lst) |
static std::string | end_token_as_string (token::end_tok_type ettype) |
OCTAVE_EXPORT octave_value_list | F__parse_file__ (octave::interpreter &interp, const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list | F__parser_debug_flag__ (const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Fassignin (octave::interpreter &interp, const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list | Fautoload (octave::interpreter &interp, const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list | Fbuiltin (octave::interpreter &interp, const octave_value_list &args, int nargout) |
octave_value_list | feval (const char *name, const octave_value_list &args, int nargout) |
Evaluate an Octave function (built-in or interpreted) and return the list of result values. More... | |
octave_value_list | feval (const octave_value &val, const octave_value_list &args, int nargout) |
octave_value_list | feval (const octave_value_list &args, int nargout) |
octave_value_list | feval (const std::string &name, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Feval (octave::interpreter &interp, const octave_value_list &args, int nargout) |
octave_value_list | feval (octave_function *fcn, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Fevalc (octave::interpreter &interp, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Fevalin (octave::interpreter &interp, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Ffeval (octave::interpreter &interp, const octave_value_list &args, int nargout) |
OCTAVE_EXPORT octave_value_list | Fmfilename (octave::interpreter &interp, const octave_value_list &args, int) |
void | free (void *) |
OCTAVE_EXPORT octave_value_list | Fsource (octave::interpreter &interp, const octave_value_list &args, int) |
static std::string | get_file_line (const std::string &name, int line) |
std::string | get_help_from_file (const std::string &nm, bool &symbol_found) |
std::string | get_help_from_file (const std::string &nm, bool &symbol_found, std::string &full_file) |
template<typename LIST_T , typename ELT_T > | |
static LIST_T * | list_append (LIST_T *list, ELT_T elt) |
octave_value | load_fcn_from_file (const std::string &file_name, const std::string &dir_name, const std::string &dispatch_type, const std::string &package_name, const std::string &fcn_name, bool autoload) |
void * | malloc (unsigned) |
static void | octave_error (octave::base_parser &parser, const char *s) |
int | octave_lex (OCTAVE_STYPE *, void *) |
The main scanner function which does all the work. More... | |
int | octave_parse (octave::base_parser &parser) |
static void | octave_pstate_clear (octave_pstate *yyps) |
void | octave_pstate_delete (octave_pstate *yyps) |
octave_pstate * | octave_pstate_new (void) |
int | octave_pull_parse (octave_pstate *yyps, octave::base_parser &parser) |
int | octave_push_parse (octave_pstate *yyps, int yypushed_char, OCTAVE_STYPE const *yypushed_val, octave::base_parser &parser) |
octave_value | parse_fcn_file (interpreter &interp, const std::string &full_file, const std::string &file, const std::string &dir_name, const std::string &dispatch_type, const std::string &package_name, bool require_file, bool force_script, bool autoload, bool relative_lookup) |
void | source_file (const std::string &file_name, const std::string &context, bool verbose, bool require_file) |
static void | yydestruct (const char *yymsg, yysymbol_kind_t yykind, OCTAVE_STYPE *yyvaluep, octave::base_parser &parser) |
Variables | |
static const yytype_int16 | yycheck [] |
static const yytype_int16 | yydefact [] |
static const yytype_int16 | yydefgoto [] |
static const yytype_int16 | yypact [] |
static const yytype_int16 | yypgoto [] |
static const yytype_uint8 | yyr1 [] |
static const yytype_int8 | yyr2 [] |
static const yytype_uint8 | yystos [] |
static const yytype_int16 | yytable [] |
static const yytype_int8 | yytranslate [] |
#define lexer (parser.get_lexer ()) |
Definition at line 146 of file oct-parse.cc.
#define octave_nerrs yyps->octave_nerrs |
Definition at line 3076 of file oct-parse.cc.
#define OCTAVE_YYUSE | ( | X, | |
... | |||
) |
Definition at line 155 of file oct-parse.cc.
#define scanner lexer.m_scanner |
Definition at line 147 of file oct-parse.cc.
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 552 of file oct-parse.cc.
#define YY_ACCESSING_SYMBOL | ( | State | ) | YY_CAST (yysymbol_kind_t, yystos[State]) |
#define YY_ASSERT | ( | E | ) | ((void) (0 && (E))) |
Definition at line 618 of file oct-parse.cc.
#define YY_ATTRIBUTE_PURE |
Definition at line 561 of file oct-parse.cc.
#define YY_ATTRIBUTE_UNUSED |
Definition at line 569 of file oct-parse.cc.
#define YY_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 174 of file oct-parse.cc.
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 598 of file oct-parse.cc.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 599 of file oct-parse.cc.
#define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 613 of file oct-parse.cc.
#define YY_IGNORE_USELESS_CAST_END |
Definition at line 614 of file oct-parse.cc.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 595 of file oct-parse.cc.
#define YY_NULLPTR ((void*)0) |
Definition at line 186 of file oct-parse.cc.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 1702 of file oct-parse.cc.
#define YY_REINTERPRET_CAST | ( | Type, | |
Val | |||
) | ((Type) (Val)) |
Definition at line 175 of file oct-parse.cc.
#define YY_STACK_PRINT | ( | Bottom, | |
Top | |||
) |
Definition at line 1701 of file oct-parse.cc.
#define YY_SYMBOL_PRINT | ( | Title, | |
Kind, | |||
Value, | |||
Location | |||
) |
Definition at line 1700 of file oct-parse.cc.
#define YY_USE | ( | E | ) | ((void) (E)) |
Definition at line 575 of file oct-parse.cc.
#define YYABORT goto yyabortlab |
Definition at line 1549 of file oct-parse.cc.
#define YYACCEPT goto yyacceptlab |
Definition at line 1548 of file oct-parse.cc.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 1556 of file oct-parse.cc.
#define YYBISON 30802 |
Definition at line 49 of file oct-parse.cc.
#define YYBISON_VERSION "3.8.2" |
Definition at line 52 of file oct-parse.cc.
#define yyclearin (yychar = OCTAVE_EMPTY) |
Definition at line 1546 of file oct-parse.cc.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 711 of file oct-parse.cc.
#define YYCOPY_NEEDED 1 |
Definition at line 683 of file oct-parse.cc.
#define yydebug octave_debug |
Definition at line 78 of file oct-parse.cc.
#define YYDEBUG 1 |
Definition at line 85 of file oct-parse.cc.
#define YYDPRINTF | ( | Args | ) | ((void) 0) |
Definition at line 1699 of file oct-parse.cc.
#define YYERRCODE OCTAVE_UNDEF |
Definition at line 1575 of file oct-parse.cc.
#define yyerrok (yyerrstatus = 0) |
Definition at line 1545 of file oct-parse.cc.
#define yyerror octave_error |
Definition at line 77 of file oct-parse.cc.
#define YYERROR goto yyerrorlab |
Definition at line 1550 of file oct-parse.cc.
#define yyerrstatus yyps->yyerrstatus |
Definition at line 3078 of file oct-parse.cc.
#define YYFINAL 110 |
Definition at line 724 of file oct-parse.cc.
#define YYFREE free |
Definition at line 655 of file oct-parse.cc.
#define YYINITDEPTH 200 |
Definition at line 1708 of file oct-parse.cc.
#define YYLAST 1622 |
Definition at line 726 of file oct-parse.cc.
#define yylex octave_lex |
Definition at line 76 of file oct-parse.cc.
#define YYMALLOC malloc |
Definition at line 649 of file oct-parse.cc.
#define YYMAXDEPTH 10000 |
Definition at line 1719 of file oct-parse.cc.
#define YYMAXUTOK 333 |
Definition at line 738 of file oct-parse.cc.
#define yynerrs octave_nerrs |
Definition at line 79 of file oct-parse.cc.
#define YYNNTS 130 |
Definition at line 731 of file oct-parse.cc.
#define YYNOMEM goto yyexhaustedlab |
Definition at line 1551 of file oct-parse.cc.
#define YYNRULES 315 |
Definition at line 733 of file oct-parse.cc.
#define YYNSTATES 574 |
Definition at line 735 of file oct-parse.cc.
#define YYNTOKENS 98 |
Definition at line 729 of file oct-parse.cc.
#define YYPACT_NINF (-453) |
Definition at line 892 of file oct-parse.cc.
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 894 of file oct-parse.cc.
#define yyparse octave_parse |
Definition at line 69 of file oct-parse.cc.
#define yypstate octave_pstate |
Definition at line 75 of file oct-parse.cc.
#define yypstate_clear octave_pstate_clear |
Definition at line 73 of file oct-parse.cc.
#define yypstate_delete octave_pstate_delete |
Definition at line 74 of file oct-parse.cc.
#define yypstate_new octave_pstate_new |
Definition at line 72 of file oct-parse.cc.
#define YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 512 of file oct-parse.cc.
#define YYPTRDIFF_T long |
Definition at line 511 of file oct-parse.cc.
#define YYPULL 1 |
Definition at line 64 of file oct-parse.cc.
#define yypull_parse octave_pull_parse |
Definition at line 71 of file oct-parse.cc.
#define YYPURE 1 |
Definition at line 58 of file oct-parse.cc.
#define YYPUSH 1 |
Definition at line 61 of file oct-parse.cc.
#define yypush_parse octave_push_parse |
Definition at line 70 of file oct-parse.cc.
#define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 1554 of file oct-parse.cc.
#define YYSIZE_MAXIMUM |
Definition at line 529 of file oct-parse.cc.
#define YYSIZE_T unsigned |
Definition at line 525 of file oct-parse.cc.
#define YYSIZEOF | ( | X | ) | YY_CAST (YYPTRDIFF_T, sizeof (X)) |
Definition at line 535 of file oct-parse.cc.
#define YYSKELETON_NAME "yacc.c" |
Definition at line 55 of file oct-parse.cc.
#define yyss yyps->yyss |
Definition at line 3080 of file oct-parse.cc.
#define yyssa yyps->yyssa |
Definition at line 3079 of file oct-parse.cc.
#define yyssp yyps->yyssp |
Definition at line 3081 of file oct-parse.cc.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 635 of file oct-parse.cc.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 638 of file oct-parse.cc.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 679 of file oct-parse.cc.
#define YYSTACK_FREE YYFREE |
Definition at line 636 of file oct-parse.cc.
Definition at line 675 of file oct-parse.cc.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 690 of file oct-parse.cc.
#define yystacksize yyps->yystacksize |
Definition at line 3085 of file oct-parse.cc.
#define yystate yyps->yystate |
Definition at line 3077 of file oct-parse.cc.
#define YYSTYPE OCTAVE_STYPE |
Definition at line 67 of file oct-parse.cc.
#define YYTABLE_NINF (-316) |
Definition at line 897 of file oct-parse.cc.
#define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 899 of file oct-parse.cc.
#define YYTRANSLATE | ( | YYX | ) |
Definition at line 743 of file oct-parse.cc.
#define yyvs yyps->yyvs |
Definition at line 3083 of file oct-parse.cc.
#define yyvsa yyps->yyvsa |
Definition at line 3082 of file oct-parse.cc.
#define yyvsp yyps->yyvsp |
Definition at line 3084 of file oct-parse.cc.
typedef int yy_state_fast_t |
Definition at line 542 of file oct-parse.cc.
typedef yytype_int16 yy_state_t |
Definition at line 539 of file oct-parse.cc.
typedef enum yysymbol_kind_t yysymbol_kind_t |
Definition at line 144 of file oct-parse.cc.
typedef short yytype_int16 |
Definition at line 463 of file oct-parse.cc.
typedef signed char yytype_int8 |
Definition at line 455 of file oct-parse.cc.
typedef unsigned short yytype_uint16 |
Definition at line 495 of file oct-parse.cc.
typedef unsigned char yytype_uint8 |
Definition at line 484 of file oct-parse.cc.
anonymous enum |
Enumerator | |
---|---|
YYENOMEM |
Definition at line 1543 of file oct-parse.cc.
enum yysymbol_kind_t |
Definition at line 192 of file oct-parse.cc.
void cleanup_statement_list | ( | tree_statement_list ** | lst | ) |
Definition at line 10501 of file oct-parse.cc.
|
static |
Definition at line 6774 of file oct-parse.cc.
References token::classdef_end, token::enumeration_end, token::events_end, token::for_end, token::function_end, token::if_end, token::methods_end, panic_impossible, token::parfor_end, token::properties_end, token::simple_end, token::spmd_end, token::switch_end, token::try_catch_end, token::unwind_protect_end, and token::while_end.
Referenced by base_parser::end_token_error().
OCTAVE_EXPORT octave_value_list F__parse_file__ | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 10867 of file oct-parse.cc.
References dir_sep_str(), octave_value::length(), make_absolute(), octave_stdout, parse_fcn_file(), print_usage(), and tilde_expand().
OCTAVE_EXPORT octave_value_list F__parser_debug_flag__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 10849 of file oct-parse.cc.
References octave_debug, and set_internal_variable().
OCTAVE_EXPORT octave_value_list Fassignin | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 10632 of file oct-parse.cc.
References print_usage().
OCTAVE_EXPORT octave_value_list Fautoload | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 10252 of file oct-parse.cc.
References tree_evaluator::add_autoload(), error_with_id(), tree_evaluator::get_autoload_map(), octave_value(), print_usage(), and tree_evaluator::remove_autoload().
OCTAVE_EXPORT octave_value_list Fbuiltin | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10479 of file oct-parse.cc.
References symbol_table::builtin_find(), error(), octave_value::function_value(), octave_value::is_defined(), and print_usage().
Referenced by main_window::handle_new_figure_request().
octave_value_list feval | ( | const char * | name, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Evaluate an Octave function (built-in or interpreted) and return the list of result values.
name | The name of the function to call. |
args | The arguments to the function. |
nargout | The number of output arguments expected. |
nargout
. Definition at line 10370 of file oct-parse.cc.
References __get_interpreter__(), and interpreter::feval().
Referenced by attempt_type_conversion(), tree_evaluator::bind_ans(), octave_oncleanup::call_object_destructor(), compare_property_values(), daspk_user_function(), daspk_user_jacobian(), dasrt_user_cf(), dasrt_user_f(), dasrt_user_j(), dassl_user_function(), dassl_user_jacobian(), do_class_concat(), call_stack::do_who(), eigs_callback::eigs_complex_func(), eigs_callback::eigs_func(), named_hook_function::eval(), fcn_handle_hook_function::eval(), tree_simple_assignment::evaluate(), tree_multi_assignment::evaluate_n(), tree_identifier::evaluate_n(), cdef_method::cdef_method_rep::execute(), Fbsxfun(), Fdisplay(), Fquadcc(), get_output_list(), gtk_manager::get_toolkit(), cdef_property::cdef_property_rep::get_value(), have_gnuplot_binary(), octave_class::index_vector(), octave_class::is_true(), octave_class::load_ascii(), octave_class::load_binary(), octave_class::load_hdf5(), lsode_user_function(), lsode_user_jacobian(), maybe_missing_function_hook(), cdef_package::cdef_package_rep::meta_subsref(), mexCallMATLAB(), oct_binop_default(), oct_unop_default(), gnuplot_graphics_toolkit::print_figure(), print_usage(), quad_float_user_function(), quad_user_function(), read_mat5_binary_element(), octave_class::reconstruct_exemplar(), gnuplot_graphics_toolkit::redraw_figure(), octave_class::save_ascii(), octave_class::save_binary(), octave_class::save_hdf5(), save_mat5_binary_element(), cdef_property::cdef_property_rep::set_value(), octave_class::size(), octave_class::string_vector_value(), octave_class::subsasgn_common(), octave_class::subsref(), and octave_class::xnumel().
octave_value_list feval | ( | const octave_value & | val, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10394 of file oct-parse.cc.
References __get_interpreter__(), and interpreter::feval().
octave_value_list feval | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 10402 of file oct-parse.cc.
References __get_interpreter__(), and interpreter::feval().
octave_value_list feval | ( | const std::string & | name, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10378 of file oct-parse.cc.
References __get_interpreter__(), and interpreter::feval().
OCTAVE_EXPORT octave_value_list Feval | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10548 of file oct-parse.cc.
References error(), and print_usage().
Referenced by Fevalc().
octave_value_list feval | ( | octave_function * | fcn, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10386 of file oct-parse.cc.
References __get_interpreter__(), and interpreter::feval().
OCTAVE_EXPORT octave_value_list Fevalc | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10712 of file oct-parse.cc.
References Feval(), max(), octave_stdout, octave_value_list::prepend(), and print_usage().
OCTAVE_EXPORT octave_value_list Fevalin | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10661 of file oct-parse.cc.
References print_usage().
OCTAVE_EXPORT octave_value_list Ffeval | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 10447 of file oct-parse.cc.
References print_usage().
Referenced by main_window::profiler_session(), main_window::profiler_session_resume(), and main_window::profiler_stop().
OCTAVE_EXPORT octave_value_list Fmfilename | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 10299 of file oct-parse.cc.
References octave_value(), and print_usage().
void free | ( | void * | ) |
OCTAVE_EXPORT octave_value_list Fsource | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 10341 of file oct-parse.cc.
References print_usage().
|
static |
Definition at line 9589 of file oct-parse.cc.
References ifstream().
Referenced by base_parser::bison_error().
std::string get_help_from_file | ( | const std::string & | nm, |
bool & | symbol_found | ||
) |
Definition at line 10110 of file oct-parse.cc.
References get_help_from_file().
std::string get_help_from_file | ( | const std::string & | nm, |
bool & | symbol_found, | ||
std::string & | full_file | ||
) |
Definition at line 10064 of file oct-parse.cc.
References __get_interpreter__(), dir_sep_str(), octave_function::doc_string(), fcn_file_in_path(), octave_value::function_value(), octave_value::is_defined(), and parse_fcn_file().
Referenced by get_help_from_file().
|
static |
Definition at line 6623 of file oct-parse.cc.
Referenced by base_parser::append_args_validation_list(), base_parser::append_argument_list(), base_parser::append_cell_row(), base_parser::append_classdef_attribute(), base_parser::append_classdef_enum(), base_parser::append_classdef_enum_block(), base_parser::append_classdef_event(), base_parser::append_classdef_events_block(), base_parser::append_classdef_method(), base_parser::append_classdef_methods_block(), base_parser::append_classdef_properties_block(), base_parser::append_classdef_property(), base_parser::append_classdef_superclass(), base_parser::append_decl_init_list(), base_parser::append_function_body(), base_parser::append_if_clause(), base_parser::append_matrix_row(), base_parser::append_parameter_list(), base_parser::append_statement_list(), base_parser::append_switch_case(), and base_parser::make_indirect_ref().
octave_value load_fcn_from_file | ( | const std::string & | file_name, |
const std::string & | dir_name, | ||
const std::string & | dispatch_type, | ||
const std::string & | package_name, | ||
const std::string & | fcn_name, | ||
bool | autoload | ||
) |
Definition at line 10117 of file oct-parse.cc.
References __get_interpreter__(), absolute_pathname(), dir_sep_str(), octave_function::doc_string(), octave_function::document(), octave_value::function_value(), interpreter::get_dynamic_loader(), octave_value::is_defined(), len, dynamic_loader::load_mex(), dynamic_loader::load_oct(), make_absolute(), octave_value(), parse_fcn_file(), and octave_function::stash_package_name().
Referenced by cdef_method::cdef_method_rep::check_method(), fcn_info::fcn_info_rep::find_autoload(), fcn_info::fcn_info_rep::find_user_function(), fcn_info::fcn_info_rep::load_class_constructor(), fcn_info::fcn_info_rep::load_class_method(), load_out_of_date_fcn(), fcn_info::fcn_info_rep::load_private_function(), and read_mat5_binary_element().
void* malloc | ( | unsigned | ) |
|
static |
Definition at line 6489 of file oct-parse.cc.
References base_parser::bison_error().
int octave_lex | ( | OCTAVE_STYPE * | yylval_param, |
void * | yyscanner | ||
) |
The main scanner function which does all the work.
Definition at line 1645 of file lex.cc.
References ADD_EQ, AND_EQ, BLOCK_COMMENT_START, CMD_OR_DEPRECATED_OP, CMD_OR_OP, CMD_OR_UNARY_OP, COMMAND_START, curr_lexer, DIV_EQ, DQ_STRING, DQ_STRING_START, ECHO, EDIV, EDIV_EQ, ELEFTDIV, ELEFTDIV_EQ, EMUL, EMUL_EQ, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, EPOW, EPOW_EQ, EXPR_AND, EXPR_AND_AND, EXPR_EQ, EXPR_GE, EXPR_GT, EXPR_LE, EXPR_LT, EXPR_NE, EXPR_OR, EXPR_OR_OR, FCN_HANDLE, FQ_IDENT_START, HANDLE_EOB_OR_EOF, HANDLE_IDENTIFIER, HANDLE_NUMBER, HANDLE_STRING_CONTINUATION, HERMITIAN, INITIAL, INPUT_FILE, INPUT_FILE_START, is_space_or_tab(), iskeyword(), LEFTDIV, LEFTDIV_EQ, LEXICAL_ERROR, LINE_COMMENT_START, MATRIX_START, MINUS_MINUS, MUL_EQ, OR_EQ, PLUS_PLUS, POW, POW_EQ, SQ_STRING, SQ_STRING_START, SUB_EQ, TRANSPOSE, undo_string_escape(), yy_accept, YY_AT_BOL, yy_base, YY_BREAK, YY_BUF_SIZE, YY_BUFFER_NEW, YY_BUFFER_NORMAL, yyguts_t::yy_c_buf_p, yy_chk, yy_create_buffer, YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_def, yyguts_t::yy_did_buffer_switch_on_eof, YY_DO_BEFORE_ACTION, yy_ec, YY_END_OF_BUFFER, YY_FATAL_ERROR, yy_get_next_buffer(), yy_get_previous_state(), yyguts_t::yy_hold_char, yyguts_t::yy_init, yyguts_t::yy_last_accepting_cpos, yyguts_t::yy_last_accepting_state, yy_load_buffer_state, yy_meta, YY_MORE_ADJ, yyguts_t::yy_n_chars, YY_NEW_FILE, yy_nxt, YY_RESTORE_YY_MORE_OFFSET, YY_RULE_SETUP, YY_SC_TO_UI, YY_START, yyguts_t::yy_start, YY_STATE_EOF, yy_try_NUL_trans(), yyensure_buffer_stack, yyin, yyleng, yyless, yylval, yyout, yytext, and yywrap.
Referenced by push_parser::run().
int octave_parse | ( | octave::base_parser & | parser | ) |
Definition at line 3050 of file oct-parse.cc.
References YY_, yyerror, yypstate, yypstate_delete, yypstate_new, and yypull_parse.
|
static |
Definition at line 3089 of file oct-parse.cc.
References yyerrstatus, yynerrs, yyss, yyssp, yystate, yyvs, and yyvsp.
void octave_pstate_delete | ( | octave_pstate * | yyps | ) |
Definition at line 3120 of file oct-parse.cc.
References YYFREE, yyss, yyssa, and YYSTACK_FREE.
octave_pstate* octave_pstate_new | ( | void | ) |
Definition at line 3106 of file oct-parse.cc.
References YY_CAST, YY_NULLPTR, YYINITDEPTH, YYMALLOC, yypstate, yypstate_clear, yyss, yyssa, yystacksize, yyvs, and yyvsa.
int octave_pull_parse | ( | octave_pstate * | yyps, |
octave::base_parser & | parser | ||
) |
Definition at line 3064 of file oct-parse.cc.
References scanner, YY_ASSERT, yylex, yylval, YYPUSH_MORE, yypush_parse, and YYSTYPE.
Referenced by parser::run().
int octave_push_parse | ( | octave_pstate * | yyps, |
int | yypushed_char, | ||
OCTAVE_STYPE const * | yypushed_val, | ||
octave::base_parser & | parser | ||
) |
Definition at line 3141 of file oct-parse.cc.
References ADD_EQ, AND_EQ, base_parser::append_args_validation_list(), base_parser::append_argument_list(), base_parser::append_cell_row(), base_parser::append_classdef_attribute(), base_parser::append_classdef_enum(), base_parser::append_classdef_enum_block(), base_parser::append_classdef_event(), base_parser::append_classdef_events_block(), base_parser::append_classdef_method(), base_parser::append_classdef_methods_block(), base_parser::append_classdef_properties_block(), base_parser::append_classdef_property(), base_parser::append_classdef_superclass(), base_parser::append_decl_init_list(), base_parser::append_function_body(), base_parser::append_if_clause(), base_parser::append_matrix_row(), base_parser::append_parameter_list(), base_parser::append_statement_list(), base_parser::append_switch_case(), base_parser::bison_error(), DIV_EQ, EDIV, EDIV_EQ, ELEFTDIV, ELEFTDIV_EQ, EMUL, EMUL_EQ, base_parser::end_token_error(), base_parser::end_token_ok(), base_parser::endfunction_found(), EPOW, EPOW_EQ, EXPR_AND, EXPR_AND_AND, EXPR_EQ, EXPR_GE, EXPR_GT, EXPR_LE, EXPR_LT, EXPR_NE, EXPR_OR, EXPR_OR_OR, base_parser::finish_cell(), base_parser::finish_classdef_external_method(), base_parser::finish_classdef_file(), base_parser::finish_if_command(), base_parser::finish_input(), base_parser::finish_matrix(), base_parser::finish_switch_command(), FOR, base_lexer::get_comment(), GLOBAL, HERMITIAN, lexer::input_from_eval_string(), LEFTDIV, LEFTDIV_EQ, lexical_feedback::m_arguments_is_keyword, lexical_feedback::m_at_beginning_of_statement, lexical_feedback::m_classdef_element_names_are_keywords, lexical_feedback::m_defining_fcn, lexical_feedback::m_looking_at_anon_fcn_args, lexical_feedback::m_looking_at_decl_list, lexical_feedback::m_looking_at_function_handle, lexical_feedback::m_looking_at_indirect_ref, lexical_feedback::m_looking_at_matrix_or_assign_lhs, lexical_feedback::m_looking_at_parameter_list, lexical_feedback::m_looking_at_return_list, lexical_feedback::m_looking_for_object_index, lexical_feedback::m_maybe_classdef_get_set_method, lexical_feedback::m_nesting_level, lexical_feedback::m_parsed_function_name, lexical_feedback::m_parsing_anon_fcn_body, lexical_feedback::m_parsing_classdef, lexical_feedback::m_parsing_classdef_decl, lexical_feedback::m_parsing_classdef_get_method, lexical_feedback::m_parsing_classdef_set_method, lexical_feedback::m_parsing_classdef_superclass, lexical_feedback::m_reading_classdef_file, lexical_feedback::m_reading_fcn_file, lexical_feedback::m_reading_script_file, lexical_feedback::m_symtab_context, base_parser::make_anon_fcn_handle(), base_parser::make_arg_size_spec(), base_parser::make_arg_validation(), base_parser::make_arg_validation_fcns(), base_parser::make_args_attribute_list(), base_parser::make_args_validation_list(), base_parser::make_argument_list(), base_parser::make_arguments_block(), base_parser::make_assign_op(), base_parser::make_binary_op(), base_parser::make_black_hole(), base_parser::make_boolean_op(), base_parser::make_break_command(), base_parser::make_cell(), base_parser::make_classdef(), base_parser::make_classdef_attribute(), base_parser::make_classdef_attribute_list(), base_parser::make_classdef_body(), base_parser::make_classdef_enum(), base_parser::make_classdef_enum_block(), base_parser::make_classdef_enum_list(), base_parser::make_classdef_event(), base_parser::make_classdef_events_block(), base_parser::make_classdef_events_list(), base_parser::make_classdef_methods_block(), base_parser::make_classdef_methods_list(), base_parser::make_classdef_properties_block(), base_parser::make_classdef_property(), base_parser::make_classdef_property_list(), base_parser::make_classdef_superclass(), base_parser::make_classdef_superclass_list(), base_parser::make_colon_expression(), base_parser::make_constant(), base_parser::make_continue_command(), base_parser::make_decl_command(), base_parser::make_decl_elt(), base_parser::make_decl_init_list(), base_parser::make_default_switch_case(), base_parser::make_do_until_command(), base_parser::make_else_clause(), base_parser::make_elseif_clause(), base_parser::make_end(), base_parser::make_fcn_handle(), base_parser::make_fcn_name(), base_parser::make_for_command(), base_parser::make_function(), base_parser::make_identifier(), base_parser::make_index_expression(), base_parser::make_indirect_ref(), base_parser::make_matrix(), base_parser::make_metaclass_query(), base_parser::make_not_classdef_attribute(), base_parser::make_parameter_list(), base_parser::make_postfix_op(), base_parser::make_prefix_op(), base_parser::make_return_command(), base_parser::make_script(), base_parser::make_spmd_command(), base_parser::make_statement(), base_parser::make_statement_list(), base_parser::make_superclass_ref(), base_parser::make_switch_case(), base_parser::make_switch_case_list(), base_parser::make_try_command(), base_parser::make_unwind_command(), base_parser::make_while_command(), lexical_feedback::mark_as_variables(), base_parser::maybe_convert_to_braindead_shortcircuit(), MINUS_MINUS, MUL_EQ, OCTAVE_EMPTY, OCTAVE_EOF, OCTAVE_error, OCTAVE_UNDEF, OCTAVE_YYUSE, OR_EQ, PARFOR, base_parser::parsing_local_functions(), PERSISTENT, PLUS_PLUS, lexical_feedback::symbol_table_context::pop(), POW, POW_EQ, lexical_feedback::symbol_table_context::push(), base_parser::push_fcn_symtab(), lexical_feedback::bbp_nesting_level::remove(), base_parser::set_stmt_print_flag(), base_parser::start_classdef_external_method(), base_parser::start_if_command(), SUB_EQ, TRANSPOSE, base_parser::validate_array_list(), base_parser::validate_matrix_for_assignment(), base_parser::validate_param_list(), base_parser::validate_primary_fcn(), YY_, YY_ACCESSING_SYMBOL, YY_ASSERT, YY_CAST, YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN, YY_IGNORE_MAYBE_UNINITIALIZED_END, YY_IGNORE_USELESS_CAST_BEGIN, YY_IGNORE_USELESS_CAST_END, YY_INITIAL_VALUE, YY_REDUCE_PRINT, YY_STACK_PRINT, YY_SYMBOL_PRINT, YYABORT, YYACCEPT, yyalloc, yycheck, yydefact, yydefgoto, yydestruct(), YYDPRINTF, yyerror, YYERROR, yyerrstatus, YYFINAL, YYLAST, yylval, YYMAXDEPTH, yynerrs, YYNOMEM, YYNSTATES, YYNTOKENS, yypact, yypact_value_is_default, yypgoto, YYPOPSTACK, yypstate_clear, YYPTRDIFF_T, YYPUSH_MORE, yyr1, yyr2, YYSIZE_T, YYSIZEOF, yyss, yyssa, yyssp, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_FREE, YYSTACK_RELOCATE, yystacksize, yystate, YYSTYPE, YYSYMBOL_YYEMPTY, YYSYMBOL_YYEOF, YYSYMBOL_YYerror, yytable, yytable_value_is_error, YYTRANSLATE, yyvs, and yyvsp.
Referenced by push_parser::run().
octave_value parse_fcn_file | ( | interpreter & | interp, |
const std::string & | full_file, | ||
const std::string & | file, | ||
const std::string & | dir_name, | ||
const std::string & | dispatch_type, | ||
const std::string & | package_name, | ||
bool | require_file, | ||
bool | force_script, | ||
bool | autoload, | ||
bool | relative_lookup | ||
) |
Definition at line 9860 of file oct-parse.cc.
Referenced by F__parse_file__(), get_help_from_file(), load_fcn_from_file(), and tree_evaluator::source_file().
void source_file | ( | const std::string & | file_name, |
const std::string & | context, | ||
bool | verbose, | ||
bool | require_file | ||
) |
Definition at line 10319 of file oct-parse.cc.
References __get_interpreter__(), and interpreter::source_file().
Referenced by history_system::do_edit_history(), history_system::do_run_history(), load_path::execute_pkg_add_or_del(), and safe_source_file().
|
static |
Definition at line 1761 of file oct-parse.cc.
References YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN, YY_IGNORE_MAYBE_UNINITIALIZED_END, YY_SYMBOL_PRINT, YY_USE, YYSYMBOL_10_, YYSYMBOL_11_, YYSYMBOL_12_, YYSYMBOL_13_, YYSYMBOL_14_, YYSYMBOL_15_, YYSYMBOL_16_, YYSYMBOL_17_, YYSYMBOL_18_, YYSYMBOL_19_, YYSYMBOL_20_, YYSYMBOL_21_n_, YYSYMBOL_3_, YYSYMBOL_4_, YYSYMBOL_5_, YYSYMBOL_6_, YYSYMBOL_7_, YYSYMBOL_8_, YYSYMBOL_9_, YYSYMBOL_ADD_EQ, YYSYMBOL_AND_EQ, YYSYMBOL_anon_fcn_handle, YYSYMBOL_arg_list, YYSYMBOL_arg_name, YYSYMBOL_arg_validation, YYSYMBOL_args_attr_list, YYSYMBOL_args_validation_list, YYSYMBOL_ARGUMENTS, YYSYMBOL_arguments_beg, YYSYMBOL_arguments_block, YYSYMBOL_assign_expr, YYSYMBOL_assign_lhs, YYSYMBOL_attr, YYSYMBOL_attr_list, YYSYMBOL_attr_list1, YYSYMBOL_BREAK, YYSYMBOL_CASE, YYSYMBOL_case_list, YYSYMBOL_case_list1, YYSYMBOL_CATCH, YYSYMBOL_cell, YYSYMBOL_cell_or_matrix_row, YYSYMBOL_cell_rows, YYSYMBOL_class_body, YYSYMBOL_class_body1, YYSYMBOL_class_enum, YYSYMBOL_class_event, YYSYMBOL_class_name, YYSYMBOL_class_property, YYSYMBOL_CLASSDEF, YYSYMBOL_classdef, YYSYMBOL_classdef_beg, YYSYMBOL_CLEANUP, YYSYMBOL_colon_expr, YYSYMBOL_command, YYSYMBOL_constant, YYSYMBOL_CONTINUE, YYSYMBOL_decl_elt, YYSYMBOL_decl_init_list, YYSYMBOL_declaration, YYSYMBOL_default_case, YYSYMBOL_default_value, YYSYMBOL_DIV_EQ, YYSYMBOL_DO, YYSYMBOL_DQ_STRING, YYSYMBOL_EDIV, YYSYMBOL_EDIV_EQ, YYSYMBOL_ELEFTDIV, YYSYMBOL_ELEFTDIV_EQ, YYSYMBOL_ELSE, YYSYMBOL_else_clause, YYSYMBOL_ELSEIF, YYSYMBOL_elseif_clause, YYSYMBOL_EMUL, YYSYMBOL_EMUL_EQ, YYSYMBOL_END, YYSYMBOL_END_OF_INPUT, YYSYMBOL_enum_block, YYSYMBOL_enum_list, YYSYMBOL_enum_list1, YYSYMBOL_ENUMERATION, YYSYMBOL_enumeration_beg, YYSYMBOL_EPOW, YYSYMBOL_EPOW_EQ, YYSYMBOL_EVENTS, YYSYMBOL_events_beg, YYSYMBOL_events_block, YYSYMBOL_events_list, YYSYMBOL_events_list1, YYSYMBOL_except_command, YYSYMBOL_EXPR_AND, YYSYMBOL_EXPR_AND_AND, YYSYMBOL_EXPR_EQ, YYSYMBOL_EXPR_GE, YYSYMBOL_EXPR_GT, YYSYMBOL_EXPR_LE, YYSYMBOL_EXPR_LT, YYSYMBOL_EXPR_NE, YYSYMBOL_EXPR_OR, YYSYMBOL_EXPR_OR_OR, YYSYMBOL_expression, YYSYMBOL_FCN, YYSYMBOL_FCN_HANDLE, YYSYMBOL_fcn_handle, YYSYMBOL_fcn_list, YYSYMBOL_fcn_list1, YYSYMBOL_fcn_name, YYSYMBOL_file, YYSYMBOL_FOR, YYSYMBOL_FQ_IDENT, YYSYMBOL_FUNC_RET, YYSYMBOL_function, YYSYMBOL_function_beg, YYSYMBOL_function_body, YYSYMBOL_function_body1, YYSYMBOL_function_end, YYSYMBOL_GET, YYSYMBOL_GLOBAL, YYSYMBOL_HERMITIAN, YYSYMBOL_identifier, YYSYMBOL_IF, YYSYMBOL_if_cmd_list, YYSYMBOL_if_cmd_list1, YYSYMBOL_if_command, YYSYMBOL_input, YYSYMBOL_jump_command, YYSYMBOL_LEFTDIV, YYSYMBOL_LEFTDIV_EQ, YYSYMBOL_LEXICAL_ERROR, YYSYMBOL_list, YYSYMBOL_list1, YYSYMBOL_loop_command, YYSYMBOL_magic_colon, YYSYMBOL_magic_tilde, YYSYMBOL_matrix, YYSYMBOL_matrix_rows, YYSYMBOL_meta_identifier, YYSYMBOL_METAQUERY, YYSYMBOL_method, YYSYMBOL_method_decl, YYSYMBOL_method_decl1, YYSYMBOL_METHODS, YYSYMBOL_methods_beg, YYSYMBOL_methods_block, YYSYMBOL_methods_list, YYSYMBOL_methods_list1, YYSYMBOL_MINUS_MINUS, YYSYMBOL_MUL_EQ, YYSYMBOL_NAME, YYSYMBOL_nl, YYSYMBOL_NUMBER, YYSYMBOL_oper_expr, YYSYMBOL_opt_fcn_list, YYSYMBOL_opt_list, YYSYMBOL_opt_nl, YYSYMBOL_opt_param_list, YYSYMBOL_opt_sep, YYSYMBOL_opt_sep_no_nl, YYSYMBOL_OR_EQ, YYSYMBOL_OTHERWISE, YYSYMBOL_param_list, YYSYMBOL_param_list1, YYSYMBOL_param_list2, YYSYMBOL_param_list_elt, YYSYMBOL_PARFOR, YYSYMBOL_PERSISTENT, YYSYMBOL_PLUS_PLUS, YYSYMBOL_POW, YYSYMBOL_POW_EQ, YYSYMBOL_power_expr, YYSYMBOL_primary_expr, YYSYMBOL_PROPERTIES, YYSYMBOL_properties_beg, YYSYMBOL_properties_block, YYSYMBOL_property_list, YYSYMBOL_property_list1, YYSYMBOL_return_list, YYSYMBOL_return_list1, YYSYMBOL_select_command, YYSYMBOL_sep, YYSYMBOL_sep_no_nl, YYSYMBOL_SET, YYSYMBOL_simple_expr, YYSYMBOL_simple_list, YYSYMBOL_simple_list1, YYSYMBOL_size_spec, YYSYMBOL_SPMD, YYSYMBOL_spmd_command, YYSYMBOL_SQ_STRING, YYSYMBOL_stash_comment, YYSYMBOL_statement, YYSYMBOL_string, YYSYMBOL_STRUCT_ELT, YYSYMBOL_SUB_EQ, YYSYMBOL_superclass, YYSYMBOL_superclass_identifier, YYSYMBOL_superclass_list, YYSYMBOL_superclass_list1, YYSYMBOL_SUPERCLASSREF, YYSYMBOL_SWITCH, YYSYMBOL_switch_case, YYSYMBOL_switch_command, YYSYMBOL_TRANSPOSE, YYSYMBOL_TRY, YYSYMBOL_UNARY, YYSYMBOL_UNTIL, YYSYMBOL_UNWIND, YYSYMBOL_validation_fcns, YYSYMBOL_WHILE, YYSYMBOL_word_list, and YYSYMBOL_word_list_cmd.
Referenced by octave_push_parse().
|
static |
Definition at line 1237 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 969 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1050 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 904 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1032 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1469 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1506 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1406 of file oct-parse.cc.
|
static |
Definition at line 1070 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 750 of file oct-parse.cc.