#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 |
Namespaces | |
octave | |
Macros | |
#define | ADD_EQ 258 |
#define | AND_EQ 268 |
#define | BREAK 311 |
#define | CASE 309 |
#define | CATCH 317 |
#define | CLASSDEF 321 |
#define | CLEANUP 315 |
#define | CONTINUE 312 |
#define | DIV_EQ 261 |
#define | DO 303 |
#define | DQ_STRING 298 |
#define | EDIV 283 |
#define | EDIV_EQ 265 |
#define | ELEFTDIV 284 |
#define | ELEFTDIV_EQ 266 |
#define | ELSE 307 |
#define | ELSEIF 306 |
#define | EMINUS 286 |
#define | EMUL 282 |
#define | EMUL_EQ 264 |
#define | END 297 |
#define | END_OF_INPUT 333 |
#define | ENUMERATION 325 |
#define | EPLUS 285 |
#define | EPOW 292 |
#define | EPOW_EQ 267 |
#define | EVENTS 324 |
#define | EXPR_AND 272 |
#define | EXPR_AND_AND 270 |
#define | EXPR_EQ 277 |
#define | EXPR_GE 279 |
#define | EXPR_GT 280 |
#define | EXPR_LE 276 |
#define | EXPR_LT 275 |
#define | EXPR_NE 278 |
#define | EXPR_NOT 274 |
#define | EXPR_OR 273 |
#define | EXPR_OR_OR 271 |
#define | FCN 331 |
#define | FCN_HANDLE 320 |
#define | FOR 300 |
#define | FQ_IDENT 328 |
#define | FUNC_RET 313 |
#define | GET 329 |
#define | GLOBAL 318 |
#define | HERMITIAN 287 |
#define | IF 305 |
#define | IMAG_NUM 294 |
#define | INPUT_FILE 334 |
#define | LEFTDIV 281 |
#define | LEFTDIV_EQ 262 |
#define | lexer (parser.get_lexer ()) |
#define | LEXICAL_ERROR 332 |
#define | METAQUERY 326 |
#define | METHODS 323 |
#define | MINUS_MINUS 290 |
#define | MUL_EQ 260 |
#define | NAME 296 |
#define | NUM 293 |
#define | OCTAVE_EMPTY -2 |
#define | OCTAVE_EOF 0 |
#define | OCTAVE_error 256 |
#define | octave_nerrs yyps->octave_nerrs |
#define | OCTAVE_UNDEF 257 |
#define | OCTAVE_YYUSE(X) |
#define | OR_EQ 269 |
#define | OTHERWISE 310 |
#define | PARFOR 301 |
#define | PERSISTENT 319 |
#define | PLUS_PLUS 289 |
#define | POW 291 |
#define | POW_EQ 263 |
#define | PROPERTIES 322 |
#define | scanner lexer.m_scanner |
#define | SET 330 |
#define | SQ_STRING 299 |
#define | STRUCT_ELT 295 |
#define | SUB_EQ 259 |
#define | SUPERCLASSREF 327 |
#define | SWITCH 308 |
#define | TRANSPOSE 288 |
#define | TRY 316 |
#define | UNARY 335 |
#define | UNTIL 304 |
#define | UNWIND 314 |
#define | WHILE 302 |
#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_OCTAVE_LIBINTERP_PARSE_TREE_OCT_PARSE_H_INCLUDED |
#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 30705 |
#define | YYBISON_VERSION "3.7.5" |
#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 106 |
#define | YYFREE free |
#define | YYINITDEPTH 200 |
#define | YYLAST 1588 |
#define | yylex octave_lex |
#define | YYMALLOC malloc |
#define | YYMAXDEPTH 10000 |
#define | YYMAXUTOK 335 |
#define | yynerrs octave_nerrs |
#define | YYNNTS 113 |
#define | YYNRULES 290 |
#define | YYNSTATES 529 |
#define | YYNTOKENS 98 |
#define | YYPACT_NINF (-385) |
#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 (-291) |
#define | yytable_value_is_error(Yyn) 0 |
#define | YYTRANSLATE(YYX) |
#define | yyvs yyps->yyvs |
#define | yyvsa yyps->yyvsa |
#define | yyvsp yyps->yyvsp |
Typedefs | |
typedef struct octave_pstate | octave_pstate |
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 | octave::cleanup_statement_list (tree_statement_list **lst) |
static std::string | octave::end_token_as_string (token::end_tok_type ettype) |
octave_value | octave::eval_string (const std::string &eval_str, bool silent, int &parse_status) |
octave_value_list | octave::eval_string (const std::string &eval_str, bool silent, int &parse_status, int nargout) |
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 | octave::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 | octave::feval (const octave_value &val, const octave_value_list &args, int nargout) |
octave_value_list | octave::feval (const octave_value_list &args, int nargout) |
octave_value_list | octave::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 | octave::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 | octave::get_file_line (const std::string &name, int line) |
std::string | octave::get_help_from_file (const std::string &nm, bool &symbol_found) |
std::string | octave::get_help_from_file (const std::string &nm, bool &symbol_found, std::string &full_file) |
octave_value | octave::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 *ps) |
octave_pstate * | octave_pstate_new (void) |
int | octave_pull_parse (octave_pstate *ps, octave::base_parser &parser) |
int | octave_push_parse (octave_pstate *ps, int pushed_char, OCTAVE_STYPE const *pushed_val, octave::base_parser &parser) |
octave_value | octave::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 | octave::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 ADD_EQ 258 |
Definition at line 305 of file oct-parse.cc.
#define AND_EQ 268 |
Definition at line 315 of file oct-parse.cc.
#define BREAK 311 |
Definition at line 358 of file oct-parse.cc.
#define CASE 309 |
Definition at line 356 of file oct-parse.cc.
#define CATCH 317 |
Definition at line 364 of file oct-parse.cc.
#define CLASSDEF 321 |
Definition at line 368 of file oct-parse.cc.
#define CLEANUP 315 |
Definition at line 362 of file oct-parse.cc.
#define CONTINUE 312 |
Definition at line 359 of file oct-parse.cc.
#define DIV_EQ 261 |
Definition at line 308 of file oct-parse.cc.
#define DO 303 |
Definition at line 350 of file oct-parse.cc.
#define DQ_STRING 298 |
Definition at line 345 of file oct-parse.cc.
#define EDIV 283 |
Definition at line 330 of file oct-parse.cc.
#define EDIV_EQ 265 |
Definition at line 312 of file oct-parse.cc.
#define ELEFTDIV 284 |
Definition at line 331 of file oct-parse.cc.
#define ELEFTDIV_EQ 266 |
Definition at line 313 of file oct-parse.cc.
#define ELSE 307 |
Definition at line 354 of file oct-parse.cc.
#define ELSEIF 306 |
Definition at line 353 of file oct-parse.cc.
#define EMINUS 286 |
Definition at line 333 of file oct-parse.cc.
#define EMUL 282 |
Definition at line 329 of file oct-parse.cc.
#define EMUL_EQ 264 |
Definition at line 311 of file oct-parse.cc.
#define END 297 |
Definition at line 344 of file oct-parse.cc.
#define END_OF_INPUT 333 |
Definition at line 380 of file oct-parse.cc.
#define ENUMERATION 325 |
Definition at line 372 of file oct-parse.cc.
#define EPLUS 285 |
Definition at line 332 of file oct-parse.cc.
#define EPOW 292 |
Definition at line 339 of file oct-parse.cc.
#define EPOW_EQ 267 |
Definition at line 314 of file oct-parse.cc.
#define EVENTS 324 |
Definition at line 371 of file oct-parse.cc.
#define EXPR_AND 272 |
Definition at line 319 of file oct-parse.cc.
#define EXPR_AND_AND 270 |
Definition at line 317 of file oct-parse.cc.
#define EXPR_EQ 277 |
Definition at line 324 of file oct-parse.cc.
#define EXPR_GE 279 |
Definition at line 326 of file oct-parse.cc.
#define EXPR_GT 280 |
Definition at line 327 of file oct-parse.cc.
#define EXPR_LE 276 |
Definition at line 323 of file oct-parse.cc.
#define EXPR_LT 275 |
Definition at line 322 of file oct-parse.cc.
#define EXPR_NE 278 |
Definition at line 325 of file oct-parse.cc.
#define EXPR_NOT 274 |
Definition at line 321 of file oct-parse.cc.
#define EXPR_OR 273 |
Definition at line 320 of file oct-parse.cc.
#define EXPR_OR_OR 271 |
Definition at line 318 of file oct-parse.cc.
#define FCN 331 |
Definition at line 378 of file oct-parse.cc.
#define FCN_HANDLE 320 |
Definition at line 367 of file oct-parse.cc.
#define FOR 300 |
Definition at line 347 of file oct-parse.cc.
#define FQ_IDENT 328 |
Definition at line 375 of file oct-parse.cc.
#define FUNC_RET 313 |
Definition at line 360 of file oct-parse.cc.
#define GET 329 |
Definition at line 376 of file oct-parse.cc.
#define GLOBAL 318 |
Definition at line 365 of file oct-parse.cc.
#define HERMITIAN 287 |
Definition at line 334 of file oct-parse.cc.
#define IF 305 |
Definition at line 352 of file oct-parse.cc.
#define IMAG_NUM 294 |
Definition at line 341 of file oct-parse.cc.
#define INPUT_FILE 334 |
Definition at line 381 of file oct-parse.cc.
#define LEFTDIV 281 |
Definition at line 328 of file oct-parse.cc.
#define LEFTDIV_EQ 262 |
Definition at line 309 of file oct-parse.cc.
#define lexer (parser.get_lexer ()) |
Definition at line 146 of file oct-parse.cc.
#define LEXICAL_ERROR 332 |
Definition at line 379 of file oct-parse.cc.
#define METAQUERY 326 |
Definition at line 373 of file oct-parse.cc.
#define METHODS 323 |
Definition at line 370 of file oct-parse.cc.
#define MINUS_MINUS 290 |
Definition at line 337 of file oct-parse.cc.
#define MUL_EQ 260 |
Definition at line 307 of file oct-parse.cc.
#define NAME 296 |
Definition at line 343 of file oct-parse.cc.
#define NUM 293 |
Definition at line 340 of file oct-parse.cc.
#define OCTAVE_EMPTY -2 |
Definition at line 301 of file oct-parse.cc.
#define OCTAVE_EOF 0 |
Definition at line 302 of file oct-parse.cc.
#define OCTAVE_error 256 |
Definition at line 303 of file oct-parse.cc.
#define octave_nerrs yyps->octave_nerrs |
Definition at line 3223 of file oct-parse.cc.
#define OCTAVE_UNDEF 257 |
Definition at line 304 of file oct-parse.cc.
#define OCTAVE_YYUSE | ( | X | ) |
Definition at line 155 of file oct-parse.cc.
#define OR_EQ 269 |
Definition at line 316 of file oct-parse.cc.
#define OTHERWISE 310 |
Definition at line 357 of file oct-parse.cc.
#define PARFOR 301 |
Definition at line 348 of file oct-parse.cc.
#define PERSISTENT 319 |
Definition at line 366 of file oct-parse.cc.
#define PLUS_PLUS 289 |
Definition at line 336 of file oct-parse.cc.
#define POW 291 |
Definition at line 338 of file oct-parse.cc.
#define POW_EQ 263 |
Definition at line 310 of file oct-parse.cc.
#define PROPERTIES 322 |
Definition at line 369 of file oct-parse.cc.
#define scanner lexer.m_scanner |
Definition at line 147 of file oct-parse.cc.
#define SET 330 |
Definition at line 377 of file oct-parse.cc.
#define SQ_STRING 299 |
Definition at line 346 of file oct-parse.cc.
#define STRUCT_ELT 295 |
Definition at line 342 of file oct-parse.cc.
#define SUB_EQ 259 |
Definition at line 306 of file oct-parse.cc.
#define SUPERCLASSREF 327 |
Definition at line 374 of file oct-parse.cc.
#define SWITCH 308 |
Definition at line 355 of file oct-parse.cc.
#define TRANSPOSE 288 |
Definition at line 335 of file oct-parse.cc.
#define TRY 316 |
Definition at line 363 of file oct-parse.cc.
#define UNARY 335 |
Definition at line 382 of file oct-parse.cc.
#define UNTIL 304 |
Definition at line 351 of file oct-parse.cc.
#define UNWIND 314 |
Definition at line 361 of file oct-parse.cc.
#define WHILE 302 |
Definition at line 349 of file oct-parse.cc.
#define YY_ | ( | Msgid | ) | Msgid |
Definition at line 818 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 878 of file oct-parse.cc.
#define YY_ATTRIBUTE_PURE |
Definition at line 827 of file oct-parse.cc.
#define YY_ATTRIBUTE_UNUSED |
Definition at line 835 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 858 of file oct-parse.cc.
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 859 of file oct-parse.cc.
#define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 873 of file oct-parse.cc.
#define YY_IGNORE_USELESS_CAST_END |
Definition at line 874 of file oct-parse.cc.
#define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 855 of file oct-parse.cc.
#define YY_NULLPTR ((void*)0) |
Definition at line 186 of file oct-parse.cc.
#define YY_OCTAVE_LIBINTERP_PARSE_TREE_OCT_PARSE_H_INCLUDED |
Definition at line 193 of file oct-parse.cc.
#define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 1951 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 1950 of file oct-parse.cc.
#define YY_SYMBOL_PRINT | ( | Title, | |
Kind, | |||
Value, | |||
Location | |||
) |
Definition at line 1949 of file oct-parse.cc.
#define YY_USE | ( | E | ) | ((void) (E)) |
Definition at line 841 of file oct-parse.cc.
#define YYABORT goto yyabortlab |
Definition at line 1792 of file oct-parse.cc.
#define YYACCEPT goto yyacceptlab |
Definition at line 1791 of file oct-parse.cc.
#define YYBACKUP | ( | Token, | |
Value | |||
) |
Definition at line 1798 of file oct-parse.cc.
#define YYBISON 30705 |
Definition at line 49 of file oct-parse.cc.
#define YYBISON_VERSION "3.7.5" |
Definition at line 52 of file oct-parse.cc.
#define yyclearin (yychar = OCTAVE_EMPTY) |
Definition at line 1789 of file oct-parse.cc.
#define YYCOPY | ( | Dst, | |
Src, | |||
Count | |||
) |
Definition at line 971 of file oct-parse.cc.
#define YYCOPY_NEEDED 1 |
Definition at line 943 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 1948 of file oct-parse.cc.
#define YYERRCODE OCTAVE_UNDEF |
Definition at line 1817 of file oct-parse.cc.
#define yyerrok (yyerrstatus = 0) |
Definition at line 1788 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 1793 of file oct-parse.cc.
#define yyerrstatus yyps->yyerrstatus |
Definition at line 3225 of file oct-parse.cc.
#define YYFINAL 106 |
Definition at line 984 of file oct-parse.cc.
#define YYFREE free |
Definition at line 915 of file oct-parse.cc.
#define YYINITDEPTH 200 |
Definition at line 1957 of file oct-parse.cc.
#define YYLAST 1588 |
Definition at line 986 of file oct-parse.cc.
#define yylex octave_lex |
Definition at line 76 of file oct-parse.cc.
#define YYMALLOC malloc |
Definition at line 909 of file oct-parse.cc.
#define YYMAXDEPTH 10000 |
Definition at line 1968 of file oct-parse.cc.
#define YYMAXUTOK 335 |
Definition at line 998 of file oct-parse.cc.
#define yynerrs octave_nerrs |
Definition at line 79 of file oct-parse.cc.
#define YYNNTS 113 |
Definition at line 991 of file oct-parse.cc.
#define YYNRULES 290 |
Definition at line 993 of file oct-parse.cc.
#define YYNSTATES 529 |
Definition at line 995 of file oct-parse.cc.
#define YYNTOKENS 98 |
Definition at line 989 of file oct-parse.cc.
#define YYPACT_NINF (-385) |
Definition at line 1164 of file oct-parse.cc.
#define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 1166 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 778 of file oct-parse.cc.
#define YYPTRDIFF_T long |
Definition at line 777 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 1796 of file oct-parse.cc.
#define YYSIZE_MAXIMUM |
Definition at line 795 of file oct-parse.cc.
#define YYSIZE_T unsigned |
Definition at line 791 of file oct-parse.cc.
#define YYSIZEOF | ( | X | ) | YY_CAST (YYPTRDIFF_T, sizeof (X)) |
Definition at line 801 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 3227 of file oct-parse.cc.
#define yyssa yyps->yyssa |
Definition at line 3226 of file oct-parse.cc.
#define yyssp yyps->yyssp |
Definition at line 3228 of file oct-parse.cc.
#define YYSTACK_ALLOC YYMALLOC |
Definition at line 895 of file oct-parse.cc.
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 898 of file oct-parse.cc.
#define YYSTACK_BYTES | ( | N | ) |
Definition at line 939 of file oct-parse.cc.
#define YYSTACK_FREE YYFREE |
Definition at line 896 of file oct-parse.cc.
Definition at line 935 of file oct-parse.cc.
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack | |||
) |
Definition at line 950 of file oct-parse.cc.
#define yystacksize yyps->yystacksize |
Definition at line 3232 of file oct-parse.cc.
#define yystate yyps->yystate |
Definition at line 3224 of file oct-parse.cc.
#define YYSTYPE OCTAVE_STYPE |
Definition at line 67 of file oct-parse.cc.
#define YYTABLE_NINF (-291) |
Definition at line 1169 of file oct-parse.cc.
#define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 1171 of file oct-parse.cc.
#define YYTRANSLATE | ( | YYX | ) |
Definition at line 1003 of file oct-parse.cc.
#define yyvs yyps->yyvs |
Definition at line 3230 of file oct-parse.cc.
#define yyvsa yyps->yyvsa |
Definition at line 3229 of file oct-parse.cc.
#define yyvsp yyps->yyvsp |
Definition at line 3231 of file oct-parse.cc.
typedef struct octave_pstate octave_pstate |
Definition at line 144 of file oct-parse.cc.
typedef int yy_state_fast_t |
Definition at line 808 of file oct-parse.cc.
typedef yytype_int16 yy_state_t |
Definition at line 805 of file oct-parse.cc.
typedef enum yysymbol_kind_t yysymbol_kind_t |
Definition at line 470 of file oct-parse.cc.
typedef short yytype_int16 |
Definition at line 729 of file oct-parse.cc.
typedef signed char yytype_int8 |
Definition at line 721 of file oct-parse.cc.
typedef unsigned short yytype_uint16 |
Definition at line 761 of file oct-parse.cc.
typedef unsigned char yytype_uint8 |
Definition at line 750 of file oct-parse.cc.
anonymous enum |
Enumerator | |
---|---|
YYENOMEM |
Definition at line 1786 of file oct-parse.cc.
enum yysymbol_kind_t |
Definition at line 475 of file oct-parse.cc.
OCTAVE_EXPORT octave_value_list F__parse_file__ | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 10098 of file oct-parse.cc.
References octave::sys::env::base_pathname(), octave::sys::file_ops::dir_sep_str(), octave::sys::env::make_absolute(), octave_stdout, octave::parse_fcn_file(), print_usage(), retval, and octave::sys::file_ops::tilde_expand().
OCTAVE_EXPORT octave_value_list F__parser_debug_flag__ | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 10080 of file oct-parse.cc.
References octave_debug, retval, and set_internal_variable().
OCTAVE_EXPORT octave_value_list Fassignin | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 9863 of file oct-parse.cc.
References octave::context, and print_usage().
OCTAVE_EXPORT octave_value_list Fautoload | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 9457 of file oct-parse.cc.
References octave::tree_evaluator::add_autoload(), error_with_id(), octave::tree_evaluator::get_autoload_map(), octave_value(), print_usage(), and octave::tree_evaluator::remove_autoload().
OCTAVE_EXPORT octave_value_list Fbuiltin | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 9690 of file oct-parse.cc.
References octave::symbol_table::builtin_find(), error(), octave_value::function_value(), octave_value::is_defined(), name, print_usage(), and retval.
Referenced by octave::main_window::handle_new_figure_request().
OCTAVE_EXPORT octave_value_list Feval | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 9779 of file oct-parse.cc.
References error(), and print_usage().
Referenced by Fevalc().
OCTAVE_EXPORT octave_value_list Fevalc | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 9943 of file oct-parse.cc.
References Feval(), max(), octave_stdout, print_usage(), and retval.
OCTAVE_EXPORT octave_value_list Fevalin | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 9892 of file oct-parse.cc.
References octave::context, and print_usage().
OCTAVE_EXPORT octave_value_list Ffeval | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 9658 of file oct-parse.cc.
References print_usage().
OCTAVE_EXPORT octave_value_list Fmfilename | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 9504 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 9549 of file oct-parse.cc.
References octave::context, and print_usage().
void* malloc | ( | unsigned | ) |
|
static |
Definition at line 6480 of file oct-parse.cc.
References octave::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 1550 of file lex.cc.
References ADD_EQ, AND_EQ, octave::comment_elt::block, BLOCK_COMMENT_START, CMD_OR_COMPUTED_ASSIGN_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, EMINUS, EMUL, EMUL_EQ, octave::comment_elt::end_of_line, EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, EPLUS, EPOW, EPOW_EQ, EXPR_AND, EXPR_AND_AND, EXPR_EQ, EXPR_GE, EXPR_GT, EXPR_LE, EXPR_LT, EXPR_NE, EXPR_NOT, EXPR_OR, EXPR_OR_OR, FCN_HANDLE, FQ_IDENT_START, octave::comment_elt::full_line, HANDLE_EOB_OR_EOF, HANDLE_IDENTIFIER, HANDLE_STRING_CONTINUATION, HERMITIAN, IMAG_NUM, INITIAL, INPUT_FILE, INPUT_FILE_START, is_space_or_tab(), octave::iskeyword(), LEFTDIV, LEFTDIV_EQ, LEXICAL_ERROR, LINE_COMMENT_START, MATRIX_START, MINUS_MINUS, MUL_EQ, NUM, OR_EQ, PLUS_PLUS, POW, POW_EQ, SQ_STRING, SQ_STRING_START, SUB_EQ, octave::token::token_value(), TRANSPOSE, octave::undo_string_escape(), warning_with_id(), 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 octave::push_parser::run().
int octave_parse | ( | octave::base_parser & | parser | ) |
Definition at line 3197 of file oct-parse.cc.
References YY_, yyerror, yypstate, yypstate_delete, yypstate_new, and yypull_parse.
|
static |
Definition at line 3236 of file oct-parse.cc.
References yyerrstatus, yynerrs, yyss, yyssp, yystate, yyvs, and yyvsp.
void octave_pstate_delete | ( | octave_pstate * | ps | ) |
Definition at line 3267 of file oct-parse.cc.
References YYFREE, yyss, yyssa, and YYSTACK_FREE.
octave_pstate * octave_pstate_new | ( | void | ) |
Definition at line 3253 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 * | ps, |
octave::base_parser & | parser | ||
) |
Definition at line 3211 of file oct-parse.cc.
References scanner, YY_ASSERT, yylex, yylval, YYPUSH_MORE, yypush_parse, and YYSTYPE.
Referenced by octave::parser::run().
int octave_push_parse | ( | octave_pstate * | ps, |
int | pushed_char, | ||
OCTAVE_STYPE const * | pushed_val, | ||
octave::base_parser & | parser | ||
) |
Definition at line 3288 of file oct-parse.cc.
References ADD_EQ, AND_EQ, octave::base_parser::append_statement_list(), octave::base_parser::bison_error(), DIV_EQ, octave::tree_classdef_property::doc_string(), DQ_STRING, EDIV, EDIV_EQ, ELEFTDIV, ELEFTDIV_EQ, EMUL, EMUL_EQ, octave::base_parser::end_token_error(), octave::base_parser::end_token_ok(), octave::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_NOT, EXPR_OR, EXPR_OR_OR, octave::base_parser::finish_cell(), octave::base_parser::finish_classdef_external_method(), octave::base_parser::finish_classdef_file(), octave::base_parser::finish_if_command(), octave::base_parser::finish_matrix(), octave::base_parser::finish_switch_command(), FOR, octave::base_list< elt_type >::front(), octave::token::function_end, GLOBAL, octave::tree_classdef_property::have_doc_string(), HERMITIAN, IMAG_NUM, octave::tree_parameter_list::in, octave::comment_elt::is_end_of_line(), LEFTDIV, LEFTDIV_EQ, lexer, octave_value::magic_colon_t, octave::base_parser::make_anon_fcn_handle(), octave::base_parser::make_assign_op(), octave::base_parser::make_binary_op(), octave::base_parser::make_boolean_op(), octave::base_parser::make_break_command(), octave::base_parser::make_classdef(), octave::base_parser::make_classdef_enum_block(), octave::base_parser::make_classdef_events_block(), octave::base_parser::make_classdef_methods_block(), octave::base_parser::make_classdef_properties_block(), octave::base_parser::make_colon_expression(), octave::base_parser::make_constant(), octave::base_parser::make_continue_command(), octave::base_parser::make_decl_command(), octave::base_parser::make_do_until_command(), octave::base_parser::make_elseif_clause(), octave::base_parser::make_end(), octave::base_parser::make_fcn_handle(), octave::base_parser::make_fcn_name(), octave::base_parser::make_for_command(), octave::base_parser::make_function(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::make_postfix_op(), octave::base_parser::make_prefix_op(), octave::base_parser::make_return_command(), octave::base_parser::make_script(), octave::base_parser::make_statement(), octave::base_parser::make_statement_list(), octave::base_parser::make_switch_case(), octave::base_parser::make_try_command(), octave::base_parser::make_unwind_command(), octave::base_parser::make_while_command(), MINUS_MINUS, MUL_EQ, NUM, OCTAVE_EMPTY, OCTAVE_EOF, OCTAVE_error, OCTAVE_UNDEF, OCTAVE_YYUSE, OR_EQ, octave::tree_parameter_list::out, PARFOR, octave::base_parser::parsing_local_functions(), PERSISTENT, PLUS_PLUS, POW, POW_EQ, octave::base_parser::push_fcn_symtab(), octave::base_parser::set_stmt_print_flag(), SQ_STRING, octave::base_parser::start_classdef_external_method(), octave::base_parser::start_if_command(), octave::base_parser::statement_list(), SUB_EQ, octave::comment_elt::text(), TRANSPOSE, octave::base_parser::validate_array_list(), octave::base_parser::validate_matrix_for_assignment(), octave::base_parser::validate_param_list(), 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, 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 octave::push_parser::run().
|
static |
Definition at line 2010 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_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_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_property, YYSYMBOL_CLASSDEF, YYSYMBOL_classdef, YYSYMBOL_classdef_beg, YYSYMBOL_CLEANUP, YYSYMBOL_colon_expr, YYSYMBOL_command, YYSYMBOL_constant, YYSYMBOL_CONTINUE, YYSYMBOL_decl1, YYSYMBOL_decl2, YYSYMBOL_declaration, YYSYMBOL_default_case, 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_EMINUS, YYSYMBOL_EMUL, YYSYMBOL_EMUL_EQ, YYSYMBOL_END, YYSYMBOL_END_OF_INPUT, YYSYMBOL_enum_block, YYSYMBOL_enum_list, YYSYMBOL_enum_list1, YYSYMBOL_ENUMERATION, YYSYMBOL_EPLUS, YYSYMBOL_EPOW, YYSYMBOL_EPOW_EQ, YYSYMBOL_EVENTS, 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_NOT, 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_end, YYSYMBOL_GET, YYSYMBOL_GLOBAL, YYSYMBOL_HERMITIAN, YYSYMBOL_identifier, YYSYMBOL_IF, YYSYMBOL_if_cmd_list, YYSYMBOL_if_cmd_list1, YYSYMBOL_if_command, YYSYMBOL_IMAG_NUM, 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_block, YYSYMBOL_methods_list, YYSYMBOL_methods_list1, YYSYMBOL_MINUS_MINUS, YYSYMBOL_MUL_EQ, YYSYMBOL_NAME, YYSYMBOL_nl, YYSYMBOL_NUM, 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_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_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_WHILE, YYSYMBOL_word_list, and YYSYMBOL_word_list_cmd.
Referenced by octave_push_parse().
|
static |
Definition at line 1493 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1236 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1311 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1176 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1294 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1716 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1751 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1658 of file oct-parse.cc.
|
static |
Definition at line 1330 of file oct-parse.cc.
Referenced by octave_push_parse().
|
static |
Definition at line 1010 of file oct-parse.cc.