|  |  | /* A Bison parser, made by GNU Bison 2.3.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Skeleton implementation for Bison's Yacc-like parsers in C
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 | 
						
						
						
							|  |  |    Free Software Foundation, Inc.
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |    This program is free software; you can redistribute it and/or modify
 | 
						
						
						
							|  |  |    it under the terms of the GNU General Public License as published by
 | 
						
						
						
							|  |  |    the Free Software Foundation; either version 2, or (at your option)
 | 
						
						
						
							|  |  |    any later version.
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |    This program is distributed in the hope that it will be useful,
 | 
						
						
						
							|  |  |    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
						
						
						
							|  |  |    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
						
						
						
							|  |  |    GNU General Public License for more details.
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |    You should have received a copy of the GNU General Public License
 | 
						
						
						
							|  |  |    along with this program; if not, write to the Free Software
 | 
						
						
						
							|  |  |    Foundation, Inc., 51 Franklin Street, Fifth Floor,
 | 
						
						
						
							|  |  |    Boston, MA 02110-1301, USA.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* As a special exception, you may create a larger work that contains
 | 
						
						
						
							|  |  |    part or all of the Bison parser skeleton and distribute that work
 | 
						
						
						
							|  |  |    under terms of your choice, so long as that work isn't itself a
 | 
						
						
						
							|  |  |    parser generator using the skeleton or a modified version thereof
 | 
						
						
						
							|  |  |    as a parser skeleton.  Alternatively, if you modify or redistribute
 | 
						
						
						
							|  |  |    the parser skeleton itself, you may (at your option) remove this
 | 
						
						
						
							|  |  |    special exception, which will cause the skeleton and the resulting
 | 
						
						
						
							|  |  |    Bison output files to be licensed under the GNU General Public
 | 
						
						
						
							|  |  |    License without this special exception.
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |    This special exception was added by the Free Software Foundation in
 | 
						
						
						
							|  |  |    version 2.2 of Bison.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* C LALR(1) parser skeleton written by Richard Stallman, by
 | 
						
						
						
							|  |  |    simplifying the original so-called "semantic" parser.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* All symbols defined below should begin with yy or YY, to avoid
 | 
						
						
						
							|  |  |    infringing on user name space.  This should be done even for local
 | 
						
						
						
							|  |  |    variables, as they might otherwise be expanded by user macros.
 | 
						
						
						
							|  |  |    There are some unavoidable exceptions within include files to
 | 
						
						
						
							|  |  |    define necessary library symbols; they are noted "INFRINGES ON
 | 
						
						
						
							|  |  |    USER NAME SPACE" below.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Identify Bison output.  */
 | 
						
						
						
							|  |  | #define YYBISON 1
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Bison version.  */
 | 
						
						
						
							|  |  | #define YYBISON_VERSION "2.3"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Skeleton name.  */
 | 
						
						
						
							|  |  | #define YYSKELETON_NAME "yacc.c"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Pure parsers.  */
 | 
						
						
						
							|  |  | #define YYPURE 1
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Using locations.  */
 | 
						
						
						
							|  |  | #define YYLSP_NEEDED 1
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Substitute the variable and function names.  */
 | 
						
						
						
							|  |  | #define yyparse ael_yyparse
 | 
						
						
						
							|  |  | #define yylex   ael_yylex
 | 
						
						
						
							|  |  | #define yyerror ael_yyerror
 | 
						
						
						
							|  |  | #define yylval  ael_yylval
 | 
						
						
						
							|  |  | #define yychar  ael_yychar
 | 
						
						
						
							|  |  | #define yydebug ael_yydebug
 | 
						
						
						
							|  |  | #define yynerrs ael_yynerrs
 | 
						
						
						
							|  |  | #define yylloc ael_yylloc
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Tokens.  */
 | 
						
						
						
							|  |  | #ifndef YYTOKENTYPE
 | 
						
						
						
							|  |  | # define YYTOKENTYPE
 | 
						
						
						
							|  |  |    /* Put the tokens into the symbol table, so that GDB and other debuggers
 | 
						
						
						
							|  |  |       know about them.  */
 | 
						
						
						
							|  |  |    enum yytokentype {
 | 
						
						
						
							|  |  |      KW_CONTEXT = 258,
 | 
						
						
						
							|  |  |      LC = 259,
 | 
						
						
						
							|  |  |      RC = 260,
 | 
						
						
						
							|  |  |      LP = 261,
 | 
						
						
						
							|  |  |      RP = 262,
 | 
						
						
						
							|  |  |      SEMI = 263,
 | 
						
						
						
							|  |  |      EQ = 264,
 | 
						
						
						
							|  |  |      COMMA = 265,
 | 
						
						
						
							|  |  |      COLON = 266,
 | 
						
						
						
							|  |  |      AMPER = 267,
 | 
						
						
						
							|  |  |      BAR = 268,
 | 
						
						
						
							|  |  |      AT = 269,
 | 
						
						
						
							|  |  |      KW_MACRO = 270,
 | 
						
						
						
							|  |  |      KW_GLOBALS = 271,
 | 
						
						
						
							|  |  |      KW_IGNOREPAT = 272,
 | 
						
						
						
							|  |  |      KW_SWITCH = 273,
 | 
						
						
						
							|  |  |      KW_IF = 274,
 | 
						
						
						
							|  |  |      KW_IFTIME = 275,
 | 
						
						
						
							|  |  |      KW_ELSE = 276,
 | 
						
						
						
							|  |  |      KW_RANDOM = 277,
 | 
						
						
						
							|  |  |      KW_ABSTRACT = 278,
 | 
						
						
						
							|  |  |      EXTENMARK = 279,
 | 
						
						
						
							|  |  |      KW_GOTO = 280,
 | 
						
						
						
							|  |  |      KW_JUMP = 281,
 | 
						
						
						
							|  |  |      KW_RETURN = 282,
 | 
						
						
						
							|  |  |      KW_BREAK = 283,
 | 
						
						
						
							|  |  |      KW_CONTINUE = 284,
 | 
						
						
						
							|  |  |      KW_REGEXTEN = 285,
 | 
						
						
						
							|  |  |      KW_HINT = 286,
 | 
						
						
						
							|  |  |      KW_FOR = 287,
 | 
						
						
						
							|  |  |      KW_WHILE = 288,
 | 
						
						
						
							|  |  |      KW_CASE = 289,
 | 
						
						
						
							|  |  |      KW_PATTERN = 290,
 | 
						
						
						
							|  |  |      KW_DEFAULT = 291,
 | 
						
						
						
							|  |  |      KW_CATCH = 292,
 | 
						
						
						
							|  |  |      KW_SWITCHES = 293,
 | 
						
						
						
							|  |  |      KW_ESWITCHES = 294,
 | 
						
						
						
							|  |  |      KW_INCLUDES = 295,
 | 
						
						
						
							|  |  |      word = 296
 | 
						
						
						
							|  |  |    };
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | /* Tokens.  */
 | 
						
						
						
							|  |  | #define KW_CONTEXT 258
 | 
						
						
						
							|  |  | #define LC 259
 | 
						
						
						
							|  |  | #define RC 260
 | 
						
						
						
							|  |  | #define LP 261
 | 
						
						
						
							|  |  | #define RP 262
 | 
						
						
						
							|  |  | #define SEMI 263
 | 
						
						
						
							|  |  | #define EQ 264
 | 
						
						
						
							|  |  | #define COMMA 265
 | 
						
						
						
							|  |  | #define COLON 266
 | 
						
						
						
							|  |  | #define AMPER 267
 | 
						
						
						
							|  |  | #define BAR 268
 | 
						
						
						
							|  |  | #define AT 269
 | 
						
						
						
							|  |  | #define KW_MACRO 270
 | 
						
						
						
							|  |  | #define KW_GLOBALS 271
 | 
						
						
						
							|  |  | #define KW_IGNOREPAT 272
 | 
						
						
						
							|  |  | #define KW_SWITCH 273
 | 
						
						
						
							|  |  | #define KW_IF 274
 | 
						
						
						
							|  |  | #define KW_IFTIME 275
 | 
						
						
						
							|  |  | #define KW_ELSE 276
 | 
						
						
						
							|  |  | #define KW_RANDOM 277
 | 
						
						
						
							|  |  | #define KW_ABSTRACT 278
 | 
						
						
						
							|  |  | #define EXTENMARK 279
 | 
						
						
						
							|  |  | #define KW_GOTO 280
 | 
						
						
						
							|  |  | #define KW_JUMP 281
 | 
						
						
						
							|  |  | #define KW_RETURN 282
 | 
						
						
						
							|  |  | #define KW_BREAK 283
 | 
						
						
						
							|  |  | #define KW_CONTINUE 284
 | 
						
						
						
							|  |  | #define KW_REGEXTEN 285
 | 
						
						
						
							|  |  | #define KW_HINT 286
 | 
						
						
						
							|  |  | #define KW_FOR 287
 | 
						
						
						
							|  |  | #define KW_WHILE 288
 | 
						
						
						
							|  |  | #define KW_CASE 289
 | 
						
						
						
							|  |  | #define KW_PATTERN 290
 | 
						
						
						
							|  |  | #define KW_DEFAULT 291
 | 
						
						
						
							|  |  | #define KW_CATCH 292
 | 
						
						
						
							|  |  | #define KW_SWITCHES 293
 | 
						
						
						
							|  |  | #define KW_ESWITCHES 294
 | 
						
						
						
							|  |  | #define KW_INCLUDES 295
 | 
						
						
						
							|  |  | #define word 296
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Copy the first part of user declarations.  */
 | 
						
						
						
							|  |  | #line 1 "ael.y"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*
 | 
						
						
						
							|  |  |  * Asterisk -- An open source telephony toolkit.
 | 
						
						
						
							|  |  |  *
 | 
						
						
						
							|  |  |  * Copyright (C) 2006, Digium, Inc.
 | 
						
						
						
							|  |  |  *
 | 
						
						
						
							|  |  |  * Steve Murphy <murf@parsetree.com>
 | 
						
						
						
							|  |  |  *
 | 
						
						
						
							|  |  |  * See http://www.asterisk.org for more information about
 | 
						
						
						
							|  |  |  * the Asterisk project. Please do not directly contact
 | 
						
						
						
							|  |  |  * any of the maintainers of this project for assistance;
 | 
						
						
						
							|  |  |  * the project provides a web site, mailing lists and IRC
 | 
						
						
						
							|  |  |  * channels for your use.
 | 
						
						
						
							|  |  |  *
 | 
						
						
						
							|  |  |  * This program is free software, distributed under the terms of
 | 
						
						
						
							|  |  |  * the GNU General Public License Version 2. See the LICENSE file
 | 
						
						
						
							|  |  |  * at the top of the source tree.
 | 
						
						
						
							|  |  |  */
 | 
						
						
						
							|  |  | /*! \file
 | 
						
						
						
							|  |  |  *
 | 
						
						
						
							|  |  |  * \brief Bison Grammar description of AEL2.
 | 
						
						
						
							|  |  |  *
 | 
						
						
						
							|  |  |  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #include "asterisk.h"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #include <stdio.h>
 | 
						
						
						
							|  |  | #include <stdlib.h>
 | 
						
						
						
							|  |  | #include <string.h>
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #include "asterisk/logger.h"
 | 
						
						
						
							|  |  | #include "asterisk/ael_structs.h"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static pval * linku1(pval *head, pval *tail);
 | 
						
						
						
							|  |  | static void set_dads(pval *dad, pval *child_list);
 | 
						
						
						
							|  |  | void reset_parencount(yyscan_t yyscanner);
 | 
						
						
						
							|  |  | void reset_semicount(yyscan_t yyscanner);
 | 
						
						
						
							|  |  | void reset_argcount(yyscan_t yyscanner );
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYLEX_PARAM ((struct parse_io *)parseio)->scanner
 | 
						
						
						
							|  |  | #define YYERROR_VERBOSE 1
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | extern char *my_file;
 | 
						
						
						
							|  |  | #ifdef AAL_ARGCHECK
 | 
						
						
						
							|  |  | int ael_is_funcname(char *name);
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | static char *ael_token_subst(char *mess);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Enabling traces.  */
 | 
						
						
						
							|  |  | #ifndef YYDEBUG
 | 
						
						
						
							|  |  | # define YYDEBUG 0
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Enabling verbose error messages.  */
 | 
						
						
						
							|  |  | #ifdef YYERROR_VERBOSE
 | 
						
						
						
							|  |  | # undef YYERROR_VERBOSE
 | 
						
						
						
							|  |  | # define YYERROR_VERBOSE 1
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | # define YYERROR_VERBOSE 1
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Enabling the token table.  */
 | 
						
						
						
							|  |  | #ifndef YYTOKEN_TABLE
 | 
						
						
						
							|  |  | # define YYTOKEN_TABLE 0
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 | 
						
						
						
							|  |  | typedef union YYSTYPE
 | 
						
						
						
							|  |  | #line 54 "ael.y"
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	int	intval;		/* integer value, typically flags */
 | 
						
						
						
							|  |  | 	char	*str;		/* strings */
 | 
						
						
						
							|  |  | 	struct pval *pval;	/* full objects */
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | /* Line 193 of yacc.c.  */
 | 
						
						
						
							|  |  | #line 244 "ael.tab.c"
 | 
						
						
						
							|  |  | 	YYSTYPE;
 | 
						
						
						
							|  |  | # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 | 
						
						
						
							|  |  | # define YYSTYPE_IS_DECLARED 1
 | 
						
						
						
							|  |  | # define YYSTYPE_IS_TRIVIAL 1
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
 | 
						
						
						
							|  |  | typedef struct YYLTYPE
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   int first_line;
 | 
						
						
						
							|  |  |   int first_column;
 | 
						
						
						
							|  |  |   int last_line;
 | 
						
						
						
							|  |  |   int last_column;
 | 
						
						
						
							|  |  | } YYLTYPE;
 | 
						
						
						
							|  |  | # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
 | 
						
						
						
							|  |  | # define YYLTYPE_IS_DECLARED 1
 | 
						
						
						
							|  |  | # define YYLTYPE_IS_TRIVIAL 1
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Copy the second part of user declarations.  */
 | 
						
						
						
							|  |  | #line 60 "ael.y"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 	/* declaring these AFTER the union makes things a lot simpler! */
 | 
						
						
						
							|  |  | void yyerror(YYLTYPE *locp, struct parse_io *parseio, char const *s);
 | 
						
						
						
							|  |  | int ael_yylex (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , void * yyscanner);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* create a new object with start-end marker */
 | 
						
						
						
							|  |  | static pval *npval(pvaltype type, int first_line, int last_line,
 | 
						
						
						
							|  |  | 	int first_column, int last_column);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* create a new object with start-end marker, simplified interface.
 | 
						
						
						
							|  |  |  * Must be declared here because YYLTYPE is not known before
 | 
						
						
						
							|  |  |  */
 | 
						
						
						
							|  |  | static pval *npval2(pvaltype type, YYLTYPE *first, YYLTYPE *last);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* another frontend for npval, this time for a string */
 | 
						
						
						
							|  |  | static pval *nword(char *string, YYLTYPE *pos);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* update end position of an object, return the object */
 | 
						
						
						
							|  |  | static pval *update_last(pval *, YYLTYPE *);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Line 216 of yacc.c.  */
 | 
						
						
						
							|  |  | #line 289 "ael.tab.c"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef short
 | 
						
						
						
							|  |  | # undef short
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYTYPE_UINT8
 | 
						
						
						
							|  |  | typedef YYTYPE_UINT8 yytype_uint8;
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | typedef unsigned char yytype_uint8;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYTYPE_INT8
 | 
						
						
						
							|  |  | typedef YYTYPE_INT8 yytype_int8;
 | 
						
						
						
							|  |  | #elif (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | typedef signed char yytype_int8;
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | typedef short int yytype_int8;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYTYPE_UINT16
 | 
						
						
						
							|  |  | typedef YYTYPE_UINT16 yytype_uint16;
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | typedef unsigned short int yytype_uint16;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYTYPE_INT16
 | 
						
						
						
							|  |  | typedef YYTYPE_INT16 yytype_int16;
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | typedef short int yytype_int16;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifndef YYSIZE_T
 | 
						
						
						
							|  |  | # ifdef __SIZE_TYPE__
 | 
						
						
						
							|  |  | #  define YYSIZE_T __SIZE_TYPE__
 | 
						
						
						
							|  |  | # elif defined size_t
 | 
						
						
						
							|  |  | #  define YYSIZE_T size_t
 | 
						
						
						
							|  |  | # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | #  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #  define YYSIZE_T size_t
 | 
						
						
						
							|  |  | # else
 | 
						
						
						
							|  |  | #  define YYSIZE_T unsigned int
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifndef YY_
 | 
						
						
						
							|  |  | # ifdef YYENABLE_NLS
 | 
						
						
						
							|  |  | #  if ENABLE_NLS
 | 
						
						
						
							|  |  | #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #   define YY_(msgid) dgettext ("bison-runtime", msgid)
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | # ifndef YY_
 | 
						
						
						
							|  |  | #  define YY_(msgid) msgid
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Suppress unused-variable warnings by "using" E.  */
 | 
						
						
						
							|  |  | #if ! defined lint || defined __GNUC__
 | 
						
						
						
							|  |  | # define YYUSE(e) ((void) (e))
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | # define YYUSE(e) /* empty */
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Identity function, used to suppress warnings about constant conditions.  */
 | 
						
						
						
							|  |  | #ifndef lint
 | 
						
						
						
							|  |  | # define YYID(n) (n)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static int
 | 
						
						
						
							|  |  | YYID (int i)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static int
 | 
						
						
						
							|  |  | YYID (i)
 | 
						
						
						
							|  |  |     int i;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   return i;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if ! defined yyoverflow || YYERROR_VERBOSE
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* The parser invokes alloca or malloc; define the necessary symbols.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifdef YYSTACK_USE_ALLOCA
 | 
						
						
						
							|  |  | #  if YYSTACK_USE_ALLOCA
 | 
						
						
						
							|  |  | #   ifdef __GNUC__
 | 
						
						
						
							|  |  | #    define YYSTACK_ALLOC __builtin_alloca
 | 
						
						
						
							|  |  | #   elif defined __BUILTIN_VA_ARG_INCR
 | 
						
						
						
							|  |  | #    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #   elif defined _AIX
 | 
						
						
						
							|  |  | #    define YYSTACK_ALLOC __alloca
 | 
						
						
						
							|  |  | #   elif defined _MSC_VER
 | 
						
						
						
							|  |  | #    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #    define alloca _alloca
 | 
						
						
						
							|  |  | #   else
 | 
						
						
						
							|  |  | #    define YYSTACK_ALLOC alloca
 | 
						
						
						
							|  |  | #    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #     ifndef _STDLIB_H
 | 
						
						
						
							|  |  | #      define _STDLIB_H 1
 | 
						
						
						
							|  |  | #     endif
 | 
						
						
						
							|  |  | #    endif
 | 
						
						
						
							|  |  | #   endif
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifdef YYSTACK_ALLOC
 | 
						
						
						
							|  |  |    /* Pacify GCC's `empty if-body' warning.  */
 | 
						
						
						
							|  |  | #  define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0))
 | 
						
						
						
							|  |  | #  ifndef YYSTACK_ALLOC_MAXIMUM
 | 
						
						
						
							|  |  |     /* The OS might guarantee only one guard page at the bottom of the stack,
 | 
						
						
						
							|  |  |        and a page size can be as small as 4096 bytes.  So we cannot safely
 | 
						
						
						
							|  |  |        invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
 | 
						
						
						
							|  |  |        to allow for a few compiler-allocated temporary stack slots.  */
 | 
						
						
						
							|  |  | #   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # else
 | 
						
						
						
							|  |  | #  define YYSTACK_ALLOC YYMALLOC
 | 
						
						
						
							|  |  | #  define YYSTACK_FREE YYFREE
 | 
						
						
						
							|  |  | #  ifndef YYSTACK_ALLOC_MAXIMUM
 | 
						
						
						
							|  |  | #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | #  if (defined __cplusplus && ! defined _STDLIB_H \
 | 
						
						
						
							|  |  |        && ! ((defined YYMALLOC || defined malloc) \
 | 
						
						
						
							|  |  | 	     && (defined YYFREE || defined free)))
 | 
						
						
						
							|  |  | #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #   ifndef _STDLIB_H
 | 
						
						
						
							|  |  | #    define _STDLIB_H 1
 | 
						
						
						
							|  |  | #   endif
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | #  ifndef YYMALLOC
 | 
						
						
						
							|  |  | #   define YYMALLOC malloc
 | 
						
						
						
							|  |  | #   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #   endif
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | #  ifndef YYFREE
 | 
						
						
						
							|  |  | #   define YYFREE free
 | 
						
						
						
							|  |  | #   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | void free (void *); /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #   endif
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if (! defined yyoverflow \
 | 
						
						
						
							|  |  |      && (! defined __cplusplus \
 | 
						
						
						
							|  |  | 	 || (defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL \
 | 
						
						
						
							|  |  | 	     && defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* A type that is properly aligned for any stack member.  */
 | 
						
						
						
							|  |  | union yyalloc
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   yytype_int16 yyss;
 | 
						
						
						
							|  |  |   YYSTYPE yyvs;
 | 
						
						
						
							|  |  |     YYLTYPE yyls;
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* The size of the maximum gap between one aligned stack and the next.  */
 | 
						
						
						
							|  |  | # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* The size of an array large to enough to hold all stacks, each with
 | 
						
						
						
							|  |  |    N elements.  */
 | 
						
						
						
							|  |  | # define YYSTACK_BYTES(N) \
 | 
						
						
						
							|  |  |      ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
 | 
						
						
						
							|  |  |       + 2 * YYSTACK_GAP_MAXIMUM)
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Copy COUNT objects from FROM to TO.  The source and destination do
 | 
						
						
						
							|  |  |    not overlap.  */
 | 
						
						
						
							|  |  | # ifndef YYCOPY
 | 
						
						
						
							|  |  | #  if defined __GNUC__ && 1 < __GNUC__
 | 
						
						
						
							|  |  | #   define YYCOPY(To, From, Count) \
 | 
						
						
						
							|  |  |       __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
 | 
						
						
						
							|  |  | #  else
 | 
						
						
						
							|  |  | #   define YYCOPY(To, From, Count)		\
 | 
						
						
						
							|  |  |       do					\
 | 
						
						
						
							|  |  | 	{					\
 | 
						
						
						
							|  |  | 	  YYSIZE_T yyi;				\
 | 
						
						
						
							|  |  | 	  for (yyi = 0; yyi < (Count); yyi++)	\
 | 
						
						
						
							|  |  | 	    (To)[yyi] = (From)[yyi];		\
 | 
						
						
						
							|  |  | 	}					\
 | 
						
						
						
							|  |  |       while (YYID (0))
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Relocate STACK from its old location to the new one.  The
 | 
						
						
						
							|  |  |    local variables YYSIZE and YYSTACKSIZE give the old and new number of
 | 
						
						
						
							|  |  |    elements in the stack, and YYPTR gives the new location of the
 | 
						
						
						
							|  |  |    stack.  Advance YYPTR to a properly aligned location for the next
 | 
						
						
						
							|  |  |    stack.  */
 | 
						
						
						
							|  |  | # define YYSTACK_RELOCATE(Stack)					\
 | 
						
						
						
							|  |  |     do									\
 | 
						
						
						
							|  |  |       {									\
 | 
						
						
						
							|  |  | 	YYSIZE_T yynewbytes;						\
 | 
						
						
						
							|  |  | 	YYCOPY (&yyptr->Stack, Stack, yysize);				\
 | 
						
						
						
							|  |  | 	Stack = &yyptr->Stack;						\
 | 
						
						
						
							|  |  | 	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
 | 
						
						
						
							|  |  | 	yyptr += yynewbytes / sizeof (*yyptr);				\
 | 
						
						
						
							|  |  |       }									\
 | 
						
						
						
							|  |  |     while (YYID (0))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYFINAL -- State number of the termination state.  */
 | 
						
						
						
							|  |  | #define YYFINAL  14
 | 
						
						
						
							|  |  | /* YYLAST -- Last index in YYTABLE.  */
 | 
						
						
						
							|  |  | #define YYLAST   298
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYNTOKENS -- Number of terminals.  */
 | 
						
						
						
							|  |  | #define YYNTOKENS  42
 | 
						
						
						
							|  |  | /* YYNNTS -- Number of nonterminals.  */
 | 
						
						
						
							|  |  | #define YYNNTS  54
 | 
						
						
						
							|  |  | /* YYNRULES -- Number of rules.  */
 | 
						
						
						
							|  |  | #define YYNRULES  131
 | 
						
						
						
							|  |  | /* YYNRULES -- Number of states.  */
 | 
						
						
						
							|  |  | #define YYNSTATES  262
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
 | 
						
						
						
							|  |  | #define YYUNDEFTOK  2
 | 
						
						
						
							|  |  | #define YYMAXUTOK   296
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYTRANSLATE(YYX)						\
 | 
						
						
						
							|  |  |   ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
 | 
						
						
						
							|  |  | static const yytype_uint8 yytranslate[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
 | 
						
						
						
							|  |  |        2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
 | 
						
						
						
							|  |  |        5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
 | 
						
						
						
							|  |  |       15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
 | 
						
						
						
							|  |  |       25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
 | 
						
						
						
							|  |  |       35,    36,    37,    38,    39,    40,    41
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if YYDEBUG
 | 
						
						
						
							|  |  | /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
 | 
						
						
						
							|  |  |    YYRHS.  */
 | 
						
						
						
							|  |  | static const yytype_uint16 yyprhs[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,     0,     3,     5,     7,    10,    13,    15,    17,    19,
 | 
						
						
						
							|  |  |       21,    23,    25,    32,    34,    35,    44,    49,    50,    53,
 | 
						
						
						
							|  |  |       56,    57,    63,    64,    66,    70,    73,    74,    77,    80,
 | 
						
						
						
							|  |  |       82,    84,    86,    88,    90,    92,    95,    97,   102,   106,
 | 
						
						
						
							|  |  |      111,   119,   128,   129,   132,   135,   141,   143,   151,   152,
 | 
						
						
						
							|  |  |      157,   160,   163,   168,   170,   173,   175,   178,   182,   184,
 | 
						
						
						
							|  |  |      187,   191,   193,   196,   200,   206,   210,   212,   216,   220,
 | 
						
						
						
							|  |  |      223,   224,   225,   226,   239,   243,   245,   249,   252,   255,
 | 
						
						
						
							|  |  |      256,   262,   265,   268,   271,   275,   277,   280,   281,   283,
 | 
						
						
						
							|  |  |      287,   291,   297,   303,   309,   315,   316,   319,   322,   327,
 | 
						
						
						
							|  |  |      328,   334,   338,   339,   343,   347,   350,   352,   353,   355,
 | 
						
						
						
							|  |  |      356,   360,   361,   364,   369,   373,   378,   379,   382,   384,
 | 
						
						
						
							|  |  |      390,   395,   400,   401,   405,   408,   410,   414,   417,   421,
 | 
						
						
						
							|  |  |      424,   429
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYRHS -- A `-1'-separated list of the rules' RHS.  */
 | 
						
						
						
							|  |  | static const yytype_int8 yyrhs[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |       43,     0,    -1,    44,    -1,    45,    -1,    44,    45,    -1,
 | 
						
						
						
							|  |  |       44,     1,    -1,    47,    -1,    49,    -1,    50,    -1,     8,
 | 
						
						
						
							|  |  |       -1,    41,    -1,    36,    -1,    48,     3,    46,     4,    55,
 | 
						
						
						
							|  |  |        5,    -1,    23,    -1,    -1,    15,    41,     6,    54,     7,
 | 
						
						
						
							|  |  |        4,    88,     5,    -1,    16,     4,    51,     5,    -1,    -1,
 | 
						
						
						
							|  |  |       52,    51,    -1,    51,     1,    -1,    -1,    41,     9,    53,
 | 
						
						
						
							|  |  |       41,     8,    -1,    -1,    41,    -1,    54,    10,    41,    -1,
 | 
						
						
						
							|  |  |       54,     1,    -1,    -1,    56,    55,    -1,    55,     1,    -1,
 | 
						
						
						
							|  |  |       58,    -1,    95,    -1,    90,    -1,    91,    -1,    57,    -1,
 | 
						
						
						
							|  |  |       52,    -1,    41,     1,    -1,     8,    -1,    17,    24,    41,
 | 
						
						
						
							|  |  |        8,    -1,    41,    24,    70,    -1,    30,    41,    24,    70,
 | 
						
						
						
							|  |  |       -1,    31,     6,    66,     7,    41,    24,    70,    -1,    30,
 | 
						
						
						
							|  |  |       31,     6,    66,     7,    41,    24,    70,    -1,    -1,    70,
 | 
						
						
						
							|  |  |       59,    -1,    59,     1,    -1,    67,    11,    67,    11,    67,
 | 
						
						
						
							|  |  |       -1,    41,    -1,    60,    13,    67,    13,    67,    13,    67,
 | 
						
						
						
							|  |  |       -1,    -1,     6,    63,    65,     7,    -1,    19,    62,    -1,
 | 
						
						
						
							|  |  |       22,    62,    -1,    20,     6,    61,     7,    -1,    41,    -1,
 | 
						
						
						
							|  |  |       41,    41,    -1,    41,    -1,    66,    41,    -1,    66,    12,
 | 
						
						
						
							|  |  |       41,    -1,    41,    -1,    41,    41,    -1,    41,    41,    41,
 | 
						
						
						
							|  |  |       -1,    41,    -1,    41,    41,    -1,    68,    11,    41,    -1,
 | 
						
						
						
							|  |  |       18,    62,     4,    86,     5,    -1,     4,    59,     5,    -1,
 | 
						
						
						
							|  |  |       52,    -1,    25,    76,     8,    -1,    26,    78,     8,    -1,
 | 
						
						
						
							|  |  |       41,    11,    -1,    -1,    -1,    -1,    32,     6,    71,    41,
 | 
						
						
						
							|  |  |        8,    72,    41,     8,    73,    41,     7,    70,    -1,    33,
 | 
						
						
						
							|  |  |       62,    70,    -1,    69,    -1,    12,    79,     8,    -1,    83,
 | 
						
						
						
							|  |  |        8,    -1,    41,     8,    -1,    -1,    83,     9,    74,    41,
 | 
						
						
						
							|  |  |        8,    -1,    28,     8,    -1,    27,     8,    -1,    29,     8,
 | 
						
						
						
							|  |  |       -1,    64,    70,    75,    -1,     8,    -1,    21,    70,    -1,
 | 
						
						
						
							|  |  |       -1,    68,    -1,    68,    13,    68,    -1,    68,    10,    68,
 | 
						
						
						
							|  |  |       -1,    68,    13,    68,    13,    68,    -1,    68,    10,    68,
 | 
						
						
						
							|  |  |       10,    68,    -1,    36,    13,    68,    13,    68,    -1,    36,
 | 
						
						
						
							|  |  |       10,    68,    10,    68,    -1,    -1,    10,    41,    -1,    68,
 | 
						
						
						
							|  |  |       77,    -1,    68,    77,    14,    46,    -1,    -1,    41,     6,
 | 
						
						
						
							|  |  |       80,    85,     7,    -1,    41,     6,     7,    -1,    -1,    41,
 | 
						
						
						
							|  |  |        6,    82,    -1,    81,    85,     7,    -1,    81,     7,    -1,
 | 
						
						
						
							|  |  |       41,    -1,    -1,    65,    -1,    -1,    85,    10,    84,    -1,
 | 
						
						
						
							|  |  |       -1,    87,    86,    -1,    34,    41,    11,    59,    -1,    36,
 | 
						
						
						
							|  |  |       11,    59,    -1,    35,    41,    11,    59,    -1,    -1,    89,
 | 
						
						
						
							|  |  |       88,    -1,    70,    -1,    37,    41,     4,    59,     5,    -1,
 | 
						
						
						
							|  |  |       38,     4,    92,     5,    -1,    39,     4,    92,     5,    -1,
 | 
						
						
						
							|  |  |       -1,    41,     8,    92,    -1,    92,     1,    -1,    46,    -1,
 | 
						
						
						
							|  |  |       46,    13,    61,    -1,    93,     8,    -1,    94,    93,     8,
 | 
						
						
						
							|  |  |       -1,    94,     1,    -1,    40,     4,    94,     5,    -1,    40,
 | 
						
						
						
							|  |  |        4,     5,    -1
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
 | 
						
						
						
							|  |  | static const yytype_uint16 yyrline[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,   185,   185,   188,   189,   190,   193,   194,   195,   196,
 | 
						
						
						
							|  |  |      199,   200,   203,   218,   219,   222,   228,   234,   235,   236,
 | 
						
						
						
							|  |  |      239,   239,   246,   247,   248,   249,   252,   253,   254,   257,
 | 
						
						
						
							|  |  |      258,   259,   260,   261,   262,   263,   264,   267,   272,   276,
 | 
						
						
						
							|  |  |      281,   286,   296,   297,   298,   304,   309,   313,   321,   321,
 | 
						
						
						
							|  |  |      325,   328,   331,   342,   343,   350,   351,   355,   361,   362,
 | 
						
						
						
							|  |  |      367,   375,   376,   380,   386,   395,   398,   399,   402,   405,
 | 
						
						
						
							|  |  |      408,   409,   410,   408,   416,   420,   421,   422,   423,   426,
 | 
						
						
						
							|  |  |      426,   459,   460,   461,   462,   466,   469,   470,   473,   474,
 | 
						
						
						
							|  |  |      477,   480,   484,   488,   492,   498,   499,   503,   506,   512,
 | 
						
						
						
							|  |  |      512,   517,   525,   525,   536,   543,   546,   547,   550,   551,
 | 
						
						
						
							|  |  |      554,   557,   558,   561,   565,   569,   575,   576,   579,   580,
 | 
						
						
						
							|  |  |      586,   591,   596,   597,   598,   601,   602,   609,   610,   611,
 | 
						
						
						
							|  |  |      614,   617
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
 | 
						
						
						
							|  |  | /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
 | 
						
						
						
							|  |  |    First, the terminals, then, starting at YYNTOKENS, nonterminals.  */
 | 
						
						
						
							|  |  | static const char *const yytname[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   "$end", "error", "$undefined", "KW_CONTEXT", "LC", "RC", "LP", "RP",
 | 
						
						
						
							|  |  |   "SEMI", "EQ", "COMMA", "COLON", "AMPER", "BAR", "AT", "KW_MACRO",
 | 
						
						
						
							|  |  |   "KW_GLOBALS", "KW_IGNOREPAT", "KW_SWITCH", "KW_IF", "KW_IFTIME",
 | 
						
						
						
							|  |  |   "KW_ELSE", "KW_RANDOM", "KW_ABSTRACT", "EXTENMARK", "KW_GOTO", "KW_JUMP",
 | 
						
						
						
							|  |  |   "KW_RETURN", "KW_BREAK", "KW_CONTINUE", "KW_REGEXTEN", "KW_HINT",
 | 
						
						
						
							|  |  |   "KW_FOR", "KW_WHILE", "KW_CASE", "KW_PATTERN", "KW_DEFAULT", "KW_CATCH",
 | 
						
						
						
							|  |  |   "KW_SWITCHES", "KW_ESWITCHES", "KW_INCLUDES", "word", "$accept", "file",
 | 
						
						
						
							|  |  |   "objects", "object", "context_name", "context", "opt_abstract", "macro",
 | 
						
						
						
							|  |  |   "globals", "global_statements", "assignment", "@1", "arglist",
 | 
						
						
						
							|  |  |   "elements", "element", "ignorepat", "extension", "statements",
 | 
						
						
						
							|  |  |   "timerange", "timespec", "test_expr", "@2", "if_like_head", "word_list",
 | 
						
						
						
							|  |  |   "hint_word", "word3_list", "goto_word", "switch_statement", "statement",
 | 
						
						
						
							|  |  |   "@3", "@4", "@5", "@6", "opt_else", "target", "opt_pri", "jumptarget",
 | 
						
						
						
							|  |  |   "macro_call", "@7", "application_call_head", "@8", "application_call",
 | 
						
						
						
							|  |  |   "opt_word", "eval_arglist", "case_statements", "case_statement",
 | 
						
						
						
							|  |  |   "macro_statements", "macro_statement", "switches", "eswitches",
 | 
						
						
						
							|  |  |   "switchlist", "included_entry", "includeslist", "includes", 0
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifdef YYPRINT
 | 
						
						
						
							|  |  | /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
 | 
						
						
						
							|  |  |    token YYLEX-NUM.  */
 | 
						
						
						
							|  |  | static const yytype_uint16 yytoknum[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
 | 
						
						
						
							|  |  |      265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
 | 
						
						
						
							|  |  |      275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
 | 
						
						
						
							|  |  |      285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
 | 
						
						
						
							|  |  |      295,   296
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
 | 
						
						
						
							|  |  | static const yytype_uint8 yyr1[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,    42,    43,    44,    44,    44,    45,    45,    45,    45,
 | 
						
						
						
							|  |  |       46,    46,    47,    48,    48,    49,    50,    51,    51,    51,
 | 
						
						
						
							|  |  |       53,    52,    54,    54,    54,    54,    55,    55,    55,    56,
 | 
						
						
						
							|  |  |       56,    56,    56,    56,    56,    56,    56,    57,    58,    58,
 | 
						
						
						
							|  |  |       58,    58,    59,    59,    59,    60,    60,    61,    63,    62,
 | 
						
						
						
							|  |  |       64,    64,    64,    65,    65,    66,    66,    66,    67,    67,
 | 
						
						
						
							|  |  |       67,    68,    68,    68,    69,    70,    70,    70,    70,    70,
 | 
						
						
						
							|  |  |       71,    72,    73,    70,    70,    70,    70,    70,    70,    74,
 | 
						
						
						
							|  |  |       70,    70,    70,    70,    70,    70,    75,    75,    76,    76,
 | 
						
						
						
							|  |  |       76,    76,    76,    76,    76,    77,    77,    78,    78,    80,
 | 
						
						
						
							|  |  |       79,    79,    82,    81,    83,    83,    84,    84,    85,    85,
 | 
						
						
						
							|  |  |       85,    86,    86,    87,    87,    87,    88,    88,    89,    89,
 | 
						
						
						
							|  |  |       90,    91,    92,    92,    92,    93,    93,    94,    94,    94,
 | 
						
						
						
							|  |  |       95,    95
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
 | 
						
						
						
							|  |  | static const yytype_uint8 yyr2[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,     2,     1,     1,     2,     2,     1,     1,     1,     1,
 | 
						
						
						
							|  |  |        1,     1,     6,     1,     0,     8,     4,     0,     2,     2,
 | 
						
						
						
							|  |  |        0,     5,     0,     1,     3,     2,     0,     2,     2,     1,
 | 
						
						
						
							|  |  |        1,     1,     1,     1,     1,     2,     1,     4,     3,     4,
 | 
						
						
						
							|  |  |        7,     8,     0,     2,     2,     5,     1,     7,     0,     4,
 | 
						
						
						
							|  |  |        2,     2,     4,     1,     2,     1,     2,     3,     1,     2,
 | 
						
						
						
							|  |  |        3,     1,     2,     3,     5,     3,     1,     3,     3,     2,
 | 
						
						
						
							|  |  |        0,     0,     0,    12,     3,     1,     3,     2,     2,     0,
 | 
						
						
						
							|  |  |        5,     2,     2,     2,     3,     1,     2,     0,     1,     3,
 | 
						
						
						
							|  |  |        3,     5,     5,     5,     5,     0,     2,     2,     4,     0,
 | 
						
						
						
							|  |  |        5,     3,     0,     3,     3,     2,     1,     0,     1,     0,
 | 
						
						
						
							|  |  |        3,     0,     2,     4,     3,     4,     0,     2,     1,     5,
 | 
						
						
						
							|  |  |        4,     4,     0,     3,     2,     1,     3,     2,     3,     2,
 | 
						
						
						
							|  |  |        4,     3
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
 | 
						
						
						
							|  |  |    STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
 | 
						
						
						
							|  |  |    means the default is an error.  */
 | 
						
						
						
							|  |  | static const yytype_uint8 yydefact[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |       14,     9,     0,     0,    13,     0,     0,     3,     6,     0,
 | 
						
						
						
							|  |  |        7,     8,     0,    17,     1,     5,     4,     0,    22,     0,
 | 
						
						
						
							|  |  |        0,    17,    11,    10,     0,    23,     0,    20,    19,    16,
 | 
						
						
						
							|  |  |        0,    26,    25,     0,     0,     0,    36,     0,     0,     0,
 | 
						
						
						
							|  |  |        0,     0,     0,     0,    34,     0,    26,    33,    29,    31,
 | 
						
						
						
							|  |  |       32,    30,   116,    24,     0,     0,     0,     0,     0,   122,
 | 
						
						
						
							|  |  |      122,     0,    35,     0,    28,    12,     0,    42,    85,     0,
 | 
						
						
						
							|  |  |        0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
 | 
						
						
						
							|  |  |        0,     0,     0,    66,     0,    75,   118,   109,     0,     0,
 | 
						
						
						
							|  |  |      116,    21,     0,     0,     0,    55,     0,     0,     0,     0,
 | 
						
						
						
							|  |  |      131,   125,     0,     0,    38,     0,    42,     0,     0,    48,
 | 
						
						
						
							|  |  |        0,    50,     0,    51,     0,    61,    88,     0,    95,     0,
 | 
						
						
						
							|  |  |       82,    81,    83,    70,     0,     0,   102,    78,    69,    87,
 | 
						
						
						
							|  |  |      105,    53,   108,     0,    77,    79,    15,   117,    37,     0,
 | 
						
						
						
							|  |  |       39,     0,     0,    56,   122,   124,   120,   121,     0,   127,
 | 
						
						
						
							|  |  |      129,   130,     0,    44,    65,     0,    99,    76,     0,   111,
 | 
						
						
						
							|  |  |       46,     0,     0,     0,     0,     0,    62,     0,     0,     0,
 | 
						
						
						
							|  |  |       67,     0,    97,    68,     0,    74,    42,   103,     0,    84,
 | 
						
						
						
							|  |  |       54,   104,   107,     0,     0,     0,    57,     0,   126,   128,
 | 
						
						
						
							|  |  |      101,   109,     0,     0,     0,     0,     0,   111,    59,     0,
 | 
						
						
						
							|  |  |       52,     0,     0,     0,    90,    63,    89,    96,     0,     0,
 | 
						
						
						
							|  |  |        0,    86,   106,   110,     0,     0,     0,     0,    49,     0,
 | 
						
						
						
							|  |  |        0,    42,    64,   112,    60,    58,     0,     0,     0,     0,
 | 
						
						
						
							|  |  |        0,     0,    98,    71,   119,    80,     0,    40,   100,    42,
 | 
						
						
						
							|  |  |       42,     0,     0,     0,    94,    93,    92,    91,     0,    41,
 | 
						
						
						
							|  |  |        0,     0,     0,    45,     0,     0,    72,    47,     0,     0,
 | 
						
						
						
							|  |  |        0,    73
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYDEFGOTO[NTERM-NUM].  */
 | 
						
						
						
							|  |  | static const yytype_int16 yydefgoto[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |       -1,     5,     6,     7,   101,     8,     9,    10,    11,    20,
 | 
						
						
						
							|  |  |       83,    35,    26,    45,    46,    47,    48,   105,   161,   162,
 | 
						
						
						
							|  |  |      110,   158,    84,   132,    96,   163,   116,    85,   106,   174,
 | 
						
						
						
							|  |  |      248,   258,   183,   179,   117,   172,   119,   108,   191,    87,
 | 
						
						
						
							|  |  |      177,    88,   213,   133,   196,   197,    89,    90,    49,    50,
 | 
						
						
						
							|  |  |       98,   102,   103,    51
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
 | 
						
						
						
							|  |  |    STATE-NUM.  */
 | 
						
						
						
							|  |  | #define YYPACT_NINF -195
 | 
						
						
						
							|  |  | static const yytype_int16 yypact[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |      136,  -195,   -27,    22,  -195,    67,   127,  -195,  -195,    79,
 | 
						
						
						
							|  |  |     -195,  -195,    89,    76,  -195,  -195,  -195,   -21,    88,   125,
 | 
						
						
						
							|  |  |       12,    76,  -195,  -195,   156,  -195,    11,  -195,  -195,  -195,
 | 
						
						
						
							|  |  |       35,   108,  -195,   193,    99,   129,  -195,   147,   -22,   176,
 | 
						
						
						
							|  |  |      194,   195,   196,     7,  -195,   110,   108,  -195,  -195,  -195,
 | 
						
						
						
							|  |  |     -195,  -195,    25,  -195,   197,   163,   200,   179,   169,   170,
 | 
						
						
						
							|  |  |      170,    19,  -195,    81,  -195,  -195,   140,    81,  -195,   172,
 | 
						
						
						
							|  |  |      201,   201,   203,   201,   -13,   174,   204,   206,   208,   211,
 | 
						
						
						
							|  |  |      201,   180,    72,  -195,    81,  -195,  -195,    18,   115,   213,
 | 
						
						
						
							|  |  |       25,  -195,   212,   169,    81,  -195,    15,   214,   160,   161,
 | 
						
						
						
							|  |  |     -195,   188,   215,     5,  -195,   162,    81,   218,   217,  -195,
 | 
						
						
						
							|  |  |      198,  -195,   186,  -195,   166,   187,   164,   221,   143,   222,
 | 
						
						
						
							|  |  |     -195,  -195,  -195,  -195,    81,   227,  -195,  -195,  -195,   205,
 | 
						
						
						
							|  |  |     -195,   191,  -195,   171,  -195,  -195,  -195,  -195,  -195,    64,
 | 
						
						
						
							|  |  |     -195,   192,   199,  -195,   170,  -195,  -195,  -195,   186,  -195,
 | 
						
						
						
							|  |  |     -195,  -195,   226,  -195,  -195,    29,   228,  -195,   202,   151,
 | 
						
						
						
							|  |  |       63,   223,   230,   231,   174,   174,  -195,   174,   207,   174,
 | 
						
						
						
							|  |  |     -195,   209,   224,  -195,   210,  -195,    81,  -195,    81,  -195,
 | 
						
						
						
							|  |  |     -195,  -195,   216,   219,   220,   225,  -195,   167,  -195,  -195,
 | 
						
						
						
							|  |  |     -195,   202,   232,   229,   233,   234,   236,   151,   235,   237,
 | 
						
						
						
							|  |  |     -195,   237,   183,   177,   185,  -195,   178,  -195,   -21,   238,
 | 
						
						
						
							|  |  |      168,  -195,  -195,  -195,   239,   240,    81,   173,  -195,   241,
 | 
						
						
						
							|  |  |      242,    81,  -195,  -195,  -195,   243,   245,   244,   174,   174,
 | 
						
						
						
							|  |  |      174,   174,  -195,  -195,  -195,  -195,    81,  -195,  -195,    81,
 | 
						
						
						
							|  |  |       81,    34,   237,   237,   248,   248,   248,   248,   246,  -195,
 | 
						
						
						
							|  |  |       85,    97,   249,  -195,   255,   237,  -195,  -195,   247,   258,
 | 
						
						
						
							|  |  |       81,  -195
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYPGOTO[NTERM-NUM].  */
 | 
						
						
						
							|  |  | static const yytype_int16 yypgoto[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |     -195,  -195,  -195,   250,   -16,  -195,  -195,  -195,  -195,   251,
 | 
						
						
						
							|  |  |       66,  -195,  -195,   252,  -195,  -195,  -195,  -103,  -195,    71,
 | 
						
						
						
							|  |  |        4,  -195,  -195,    86,   175,  -194,   -73,  -195,   -52,  -195,
 | 
						
						
						
							|  |  |     -195,  -195,  -195,  -195,  -195,  -195,  -195,  -195,  -195,  -195,
 | 
						
						
						
							|  |  |     -195,  -195,  -195,    75,    57,  -195,   181,  -195,  -195,  -195,
 | 
						
						
						
							|  |  |      -56,   182,  -195,  -195
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
 | 
						
						
						
							|  |  |    positive, shift that token.  If negative, reduce the rule which
 | 
						
						
						
							|  |  |    number is the opposite.  If zero, do what YYDEFACT says.
 | 
						
						
						
							|  |  |    If YYTABLE_NINF, syntax error.  */
 | 
						
						
						
							|  |  | #define YYTABLE_NINF -124
 | 
						
						
						
							|  |  | static const yytype_int16 yytable[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |       86,    24,   118,   155,    99,   226,   150,   227,    62,    56,
 | 
						
						
						
							|  |  |      151,   104,    32,    28,    12,    22,    27,    29,    33,    57,
 | 
						
						
						
							|  |  |       23,    34,   141,   114,   100,   130,    13,   142,   115,    67,
 | 
						
						
						
							|  |  |      153,    63,   129,    68,   -43,   153,    28,    69,    86,  -114,
 | 
						
						
						
							|  |  |      -18,    22,   140,    70,    71,    72,    23,    73,   252,   253,
 | 
						
						
						
							|  |  |       74,    75,    76,    77,    78,    22,   143,    79,    80,   131,
 | 
						
						
						
							|  |  |       23,   257,    81,   -43,   -43,   -43,    82,    14,  -114,  -114,
 | 
						
						
						
							|  |  |     -114,   184,   175,   210,   -58,   111,   142,   113,   126,    21,
 | 
						
						
						
							|  |  |      127,    27,    17,   128,   124,    67,   153,    21,   187,    68,
 | 
						
						
						
							|  |  |     -113,   202,   203,    69,   204,    18,   206,    44,   153,    70,
 | 
						
						
						
							|  |  |       71,    72,  -115,    73,   198,   143,    74,    75,    76,    77,
 | 
						
						
						
							|  |  |       78,    64,    44,    79,    80,    65,    36,    19,   241,  -113,
 | 
						
						
						
							|  |  |     -113,  -113,    82,   134,   135,    37,   211,    -2,    15,    25,
 | 
						
						
						
							|  |  |      -14,  -115,  -115,  -115,    27,     1,   250,   251,    38,    39,
 | 
						
						
						
							|  |  |       53,    64,     2,     3,     1,   -27,    40,    41,    42,    43,
 | 
						
						
						
							|  |  |        4,     2,     3,   171,   168,   244,   245,   246,   247,     4,
 | 
						
						
						
							|  |  |       31,   145,   145,   153,   237,   146,   147,   154,   145,   153,
 | 
						
						
						
							|  |  |       54,    55,  -123,   234,   167,   168,   164,   169,   181,   165,
 | 
						
						
						
							|  |  |      238,   182,    58,   182,   249,   193,   194,   195,   168,   168,
 | 
						
						
						
							|  |  |      229,   231,   232,   228,   168,   230,   168,    52,    59,    60,
 | 
						
						
						
							|  |  |       61,   148,   159,    94,    92,    91,    93,   109,   261,   112,
 | 
						
						
						
							|  |  |       95,    97,   120,   107,   121,   115,   122,   123,   136,   188,
 | 
						
						
						
							|  |  |      138,   125,   144,   149,   156,   157,   178,   160,   166,   170,
 | 
						
						
						
							|  |  |      173,   176,   180,   185,   189,   190,   199,   200,   208,   218,
 | 
						
						
						
							|  |  |      186,   222,   201,   131,   192,   221,   233,   235,   205,   216,
 | 
						
						
						
							|  |  |      207,   209,   239,   240,   223,   243,    16,   212,   242,   168,
 | 
						
						
						
							|  |  |      214,   215,   255,   256,   236,   260,   217,     0,   139,     0,
 | 
						
						
						
							|  |  |      219,   137,    30,     0,   220,     0,   224,     0,   225,     0,
 | 
						
						
						
							|  |  |        0,     0,     0,     0,   198,   152,     0,   254,   259,     0,
 | 
						
						
						
							|  |  |        0,     0,     0,     0,     0,     0,     0,     0,    66
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static const yytype_int16 yycheck[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |       52,    17,    75,   106,    60,   199,     1,   201,     1,    31,
 | 
						
						
						
							|  |  |        5,    63,     1,     1,    41,    36,     9,     5,     7,    41,
 | 
						
						
						
							|  |  |       41,    10,     7,    36,     5,     7,     4,    12,    41,     4,
 | 
						
						
						
							|  |  |        1,    24,    84,     8,     5,     1,     1,    12,    90,     5,
 | 
						
						
						
							|  |  |        5,    36,    94,    18,    19,    20,    41,    22,   242,   243,
 | 
						
						
						
							|  |  |       25,    26,    27,    28,    29,    36,    41,    32,    33,    41,
 | 
						
						
						
							|  |  |       41,   255,    37,    34,    35,    36,    41,     0,    34,    35,
 | 
						
						
						
							|  |  |       36,     7,   124,   176,    11,    71,    12,    73,     6,    13,
 | 
						
						
						
							|  |  |        8,     9,     3,    11,    80,     4,     1,    21,   144,     8,
 | 
						
						
						
							|  |  |        5,   164,   165,    12,   167,     6,   169,    31,     1,    18,
 | 
						
						
						
							|  |  |       19,    20,     5,    22,    41,    41,    25,    26,    27,    28,
 | 
						
						
						
							|  |  |       29,     1,    46,    32,    33,     5,     8,    41,   221,    34,
 | 
						
						
						
							|  |  |       35,    36,    41,     8,     9,    17,   178,     0,     1,    41,
 | 
						
						
						
							|  |  |        3,    34,    35,    36,     9,     8,   239,   240,    30,    31,
 | 
						
						
						
							|  |  |       41,     1,    15,    16,     8,     5,    38,    39,    40,    41,
 | 
						
						
						
							|  |  |       23,    15,    16,    10,    11,   228,   229,   230,   231,    23,
 | 
						
						
						
							|  |  |        4,     1,     1,     1,   216,     5,     5,     5,     1,     1,
 | 
						
						
						
							|  |  |       41,    24,     5,     5,    10,    11,    10,    13,     7,    13,
 | 
						
						
						
							|  |  |        7,    10,     6,    10,   236,    34,    35,    36,    11,    11,
 | 
						
						
						
							|  |  |       13,    13,   208,    10,    11,    10,    11,     4,     4,     4,
 | 
						
						
						
							|  |  |        4,    13,     4,    24,    41,     8,     6,     6,   260,     6,
 | 
						
						
						
							|  |  |       41,    41,     8,    41,     8,    41,     8,     6,     5,   148,
 | 
						
						
						
							|  |  |        8,    41,     8,     8,     6,     8,    21,    41,    41,     8,
 | 
						
						
						
							|  |  |        8,     4,    41,    41,     8,     7,    13,     7,    14,     7,
 | 
						
						
						
							|  |  |       41,     5,    11,    41,   158,    11,     8,     8,    41,    24,
 | 
						
						
						
							|  |  |       41,    41,    11,    11,   197,    11,     6,    41,    13,    11,
 | 
						
						
						
							|  |  |       41,    41,    13,     8,    24,     7,   191,    -1,    93,    -1,
 | 
						
						
						
							|  |  |       41,    90,    21,    -1,    41,    -1,    41,    -1,    41,    -1,
 | 
						
						
						
							|  |  |       -1,    -1,    -1,    -1,    41,   103,    -1,    41,    41,    -1,
 | 
						
						
						
							|  |  |       -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    46
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
 | 
						
						
						
							|  |  |    symbol of state STATE-NUM.  */
 | 
						
						
						
							|  |  | static const yytype_uint8 yystos[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |        0,     8,    15,    16,    23,    43,    44,    45,    47,    48,
 | 
						
						
						
							|  |  |       49,    50,    41,     4,     0,     1,    45,     3,     6,    41,
 | 
						
						
						
							|  |  |       51,    52,    36,    41,    46,    41,    54,     9,     1,     5,
 | 
						
						
						
							|  |  |       51,     4,     1,     7,    10,    53,     8,    17,    30,    31,
 | 
						
						
						
							|  |  |       38,    39,    40,    41,    52,    55,    56,    57,    58,    90,
 | 
						
						
						
							|  |  |       91,    95,     4,    41,    41,    24,    31,    41,     6,     4,
 | 
						
						
						
							|  |  |        4,     4,     1,    24,     1,     5,    55,     4,     8,    12,
 | 
						
						
						
							|  |  |       18,    19,    20,    22,    25,    26,    27,    28,    29,    32,
 | 
						
						
						
							|  |  |       33,    37,    41,    52,    64,    69,    70,    81,    83,    88,
 | 
						
						
						
							|  |  |       89,     8,    41,     6,    24,    41,    66,    41,    92,    92,
 | 
						
						
						
							|  |  |        5,    46,    93,    94,    70,    59,    70,    41,    79,     6,
 | 
						
						
						
							|  |  |       62,    62,     6,    62,    36,    41,    68,    76,    68,    78,
 | 
						
						
						
							|  |  |        8,     8,     8,     6,    62,    41,     6,     8,    11,    70,
 | 
						
						
						
							|  |  |        7,    41,    65,    85,     8,     9,     5,    88,     8,    66,
 | 
						
						
						
							|  |  |       70,     7,    12,    41,     8,     1,     5,     5,    13,     8,
 | 
						
						
						
							|  |  |        1,     5,    93,     1,     5,    59,     6,     8,    63,     4,
 | 
						
						
						
							|  |  |       41,    60,    61,    67,    10,    13,    41,    10,    11,    13,
 | 
						
						
						
							|  |  |        8,    10,    77,     8,    71,    70,     4,    82,    21,    75,
 | 
						
						
						
							|  |  |       41,     7,    10,    74,     7,    41,    41,    92,    61,     8,
 | 
						
						
						
							|  |  |        7,    80,    65,    34,    35,    36,    86,    87,    41,    13,
 | 
						
						
						
							|  |  |        7,    11,    68,    68,    68,    41,    68,    41,    14,    41,
 | 
						
						
						
							|  |  |       59,    70,    41,    84,    41,    41,    24,    85,     7,    41,
 | 
						
						
						
							|  |  |       41,    11,     5,    86,    41,    41,    67,    67,    10,    13,
 | 
						
						
						
							|  |  |       10,    13,    46,     8,     5,     8,    24,    70,     7,    11,
 | 
						
						
						
							|  |  |       11,    59,    13,    11,    68,    68,    68,    68,    72,    70,
 | 
						
						
						
							|  |  |       59,    59,    67,    67,    41,    13,     8,    67,    73,    41,
 | 
						
						
						
							|  |  |        7,    70
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define yyerrok		(yyerrstatus = 0)
 | 
						
						
						
							|  |  | #define yyclearin	(yychar = YYEMPTY)
 | 
						
						
						
							|  |  | #define YYEMPTY		(-2)
 | 
						
						
						
							|  |  | #define YYEOF		0
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYACCEPT	goto yyacceptlab
 | 
						
						
						
							|  |  | #define YYABORT		goto yyabortlab
 | 
						
						
						
							|  |  | #define YYERROR		goto yyerrorlab
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Like YYERROR except do call yyerror.  This remains here temporarily
 | 
						
						
						
							|  |  |    to ease the transition to the new meaning of YYERROR, for GCC.
 | 
						
						
						
							|  |  |    Once GCC version 2 has supplanted version 1, this can go.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYFAIL		goto yyerrlab
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYRECOVERING()  (!!yyerrstatus)
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYBACKUP(Token, Value)					\
 | 
						
						
						
							|  |  | do								\
 | 
						
						
						
							|  |  |   if (yychar == YYEMPTY && yylen == 1)				\
 | 
						
						
						
							|  |  |     {								\
 | 
						
						
						
							|  |  |       yychar = (Token);						\
 | 
						
						
						
							|  |  |       yylval = (Value);						\
 | 
						
						
						
							|  |  |       yytoken = YYTRANSLATE (yychar);				\
 | 
						
						
						
							|  |  |       YYPOPSTACK (1);						\
 | 
						
						
						
							|  |  |       goto yybackup;						\
 | 
						
						
						
							|  |  |     }								\
 | 
						
						
						
							|  |  |   else								\
 | 
						
						
						
							|  |  |     {								\
 | 
						
						
						
							|  |  |       yyerror (&yylloc, parseio, YY_("syntax error: cannot back up")); \
 | 
						
						
						
							|  |  |       YYERROR;							\
 | 
						
						
						
							|  |  |     }								\
 | 
						
						
						
							|  |  | while (YYID (0))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYTERROR	1
 | 
						
						
						
							|  |  | #define YYERRCODE	256
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
 | 
						
						
						
							|  |  |    If N is 0, then set CURRENT to the empty location which ends
 | 
						
						
						
							|  |  |    the previous symbol: RHS[0] (always defined).  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYRHSLOC(Rhs, K) ((Rhs)[K])
 | 
						
						
						
							|  |  | #ifndef YYLLOC_DEFAULT
 | 
						
						
						
							|  |  | # define YYLLOC_DEFAULT(Current, Rhs, N)				\
 | 
						
						
						
							|  |  |     do									\
 | 
						
						
						
							|  |  |       if (YYID (N))                                                    \
 | 
						
						
						
							|  |  | 	{								\
 | 
						
						
						
							|  |  | 	  (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;	\
 | 
						
						
						
							|  |  | 	  (Current).first_column = YYRHSLOC (Rhs, 1).first_column;	\
 | 
						
						
						
							|  |  | 	  (Current).last_line    = YYRHSLOC (Rhs, N).last_line;		\
 | 
						
						
						
							|  |  | 	  (Current).last_column  = YYRHSLOC (Rhs, N).last_column;	\
 | 
						
						
						
							|  |  | 	}								\
 | 
						
						
						
							|  |  |       else								\
 | 
						
						
						
							|  |  | 	{								\
 | 
						
						
						
							|  |  | 	  (Current).first_line   = (Current).last_line   =		\
 | 
						
						
						
							|  |  | 	    YYRHSLOC (Rhs, 0).last_line;				\
 | 
						
						
						
							|  |  | 	  (Current).first_column = (Current).last_column =		\
 | 
						
						
						
							|  |  | 	    YYRHSLOC (Rhs, 0).last_column;				\
 | 
						
						
						
							|  |  | 	}								\
 | 
						
						
						
							|  |  |     while (YYID (0))
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YY_LOCATION_PRINT -- Print the location on the stream.
 | 
						
						
						
							|  |  |    This macro was not mandated originally: define only if we know
 | 
						
						
						
							|  |  |    we won't break user code: when these are the locations we know.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifndef YY_LOCATION_PRINT
 | 
						
						
						
							|  |  | # if YYLTYPE_IS_TRIVIAL
 | 
						
						
						
							|  |  | #  define YY_LOCATION_PRINT(File, Loc)			\
 | 
						
						
						
							|  |  |      fprintf (File, "%d.%d-%d.%d",			\
 | 
						
						
						
							|  |  | 	      (Loc).first_line, (Loc).first_column,	\
 | 
						
						
						
							|  |  | 	      (Loc).last_line,  (Loc).last_column)
 | 
						
						
						
							|  |  | # else
 | 
						
						
						
							|  |  | #  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYLEX -- calling `yylex' with the right arguments.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYLEX_PARAM
 | 
						
						
						
							|  |  | # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | # define YYLEX yylex (&yylval, &yylloc)
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Enable debugging if requested.  */
 | 
						
						
						
							|  |  | #if YYDEBUG
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifndef YYFPRINTF
 | 
						
						
						
							|  |  | #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
 | 
						
						
						
							|  |  | #  define YYFPRINTF fprintf
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # define YYDPRINTF(Args)			\
 | 
						
						
						
							|  |  | do {						\
 | 
						
						
						
							|  |  |   if (yydebug)					\
 | 
						
						
						
							|  |  |     YYFPRINTF Args;				\
 | 
						
						
						
							|  |  | } while (YYID (0))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # define YY_SYMBOL_PRINT(Title, Type, Value, Location)			  \
 | 
						
						
						
							|  |  | do {									  \
 | 
						
						
						
							|  |  |   if (yydebug)								  \
 | 
						
						
						
							|  |  |     {									  \
 | 
						
						
						
							|  |  |       YYFPRINTF (stderr, "%s ", Title);					  \
 | 
						
						
						
							|  |  |       yy_symbol_print (stderr,						  \
 | 
						
						
						
							|  |  | 		  Type, Value, Location, parseio); \
 | 
						
						
						
							|  |  |       YYFPRINTF (stderr, "\n");						  \
 | 
						
						
						
							|  |  |     }									  \
 | 
						
						
						
							|  |  | } while (YYID (0))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*--------------------------------.
 | 
						
						
						
							|  |  | | Print this symbol on YYOUTPUT.  |
 | 
						
						
						
							|  |  | `--------------------------------*/
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*ARGSUSED*/
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct parse_io *parseio)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, parseio)
 | 
						
						
						
							|  |  |     FILE *yyoutput;
 | 
						
						
						
							|  |  |     int yytype;
 | 
						
						
						
							|  |  |     YYSTYPE const * const yyvaluep;
 | 
						
						
						
							|  |  |     YYLTYPE const * const yylocationp;
 | 
						
						
						
							|  |  |     struct parse_io *parseio;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   if (!yyvaluep)
 | 
						
						
						
							|  |  |     return;
 | 
						
						
						
							|  |  |   YYUSE (yylocationp);
 | 
						
						
						
							|  |  |   YYUSE (parseio);
 | 
						
						
						
							|  |  | # ifdef YYPRINT
 | 
						
						
						
							|  |  |   if (yytype < YYNTOKENS)
 | 
						
						
						
							|  |  |     YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
 | 
						
						
						
							|  |  | # else
 | 
						
						
						
							|  |  |   YYUSE (yyoutput);
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  |   switch (yytype)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       default:
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*--------------------------------.
 | 
						
						
						
							|  |  | | Print this symbol on YYOUTPUT.  |
 | 
						
						
						
							|  |  | `--------------------------------*/
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, struct parse_io *parseio)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_symbol_print (yyoutput, yytype, yyvaluep, yylocationp, parseio)
 | 
						
						
						
							|  |  |     FILE *yyoutput;
 | 
						
						
						
							|  |  |     int yytype;
 | 
						
						
						
							|  |  |     YYSTYPE const * const yyvaluep;
 | 
						
						
						
							|  |  |     YYLTYPE const * const yylocationp;
 | 
						
						
						
							|  |  |     struct parse_io *parseio;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   if (yytype < YYNTOKENS)
 | 
						
						
						
							|  |  |     YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
 | 
						
						
						
							|  |  |   else
 | 
						
						
						
							|  |  |     YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   YY_LOCATION_PRINT (yyoutput, *yylocationp);
 | 
						
						
						
							|  |  |   YYFPRINTF (yyoutput, ": ");
 | 
						
						
						
							|  |  |   yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp, parseio);
 | 
						
						
						
							|  |  |   YYFPRINTF (yyoutput, ")");
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*------------------------------------------------------------------.
 | 
						
						
						
							|  |  | | yy_stack_print -- Print the state stack from its BOTTOM up to its |
 | 
						
						
						
							|  |  | | TOP (included).                                                   |
 | 
						
						
						
							|  |  | `------------------------------------------------------------------*/
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_stack_print (bottom, top)
 | 
						
						
						
							|  |  |     yytype_int16 *bottom;
 | 
						
						
						
							|  |  |     yytype_int16 *top;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   YYFPRINTF (stderr, "Stack now");
 | 
						
						
						
							|  |  |   for (; bottom <= top; ++bottom)
 | 
						
						
						
							|  |  |     YYFPRINTF (stderr, " %d", *bottom);
 | 
						
						
						
							|  |  |   YYFPRINTF (stderr, "\n");
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # define YY_STACK_PRINT(Bottom, Top)				\
 | 
						
						
						
							|  |  | do {								\
 | 
						
						
						
							|  |  |   if (yydebug)							\
 | 
						
						
						
							|  |  |     yy_stack_print ((Bottom), (Top));				\
 | 
						
						
						
							|  |  | } while (YYID (0))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*------------------------------------------------.
 | 
						
						
						
							|  |  | | Report that the YYRULE is going to be reduced.  |
 | 
						
						
						
							|  |  | `------------------------------------------------*/
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_reduce_print (YYSTYPE *yyvsp, YYLTYPE *yylsp, int yyrule, struct parse_io *parseio)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yy_reduce_print (yyvsp, yylsp, yyrule, parseio)
 | 
						
						
						
							|  |  |     YYSTYPE *yyvsp;
 | 
						
						
						
							|  |  |     YYLTYPE *yylsp;
 | 
						
						
						
							|  |  |     int yyrule;
 | 
						
						
						
							|  |  |     struct parse_io *parseio;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   int yynrhs = yyr2[yyrule];
 | 
						
						
						
							|  |  |   int yyi;
 | 
						
						
						
							|  |  |   unsigned long int yylno = yyrline[yyrule];
 | 
						
						
						
							|  |  |   YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
 | 
						
						
						
							|  |  | 	     yyrule - 1, yylno);
 | 
						
						
						
							|  |  |   /* The symbols being reduced.  */
 | 
						
						
						
							|  |  |   for (yyi = 0; yyi < yynrhs; yyi++)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       fprintf (stderr, "   $%d = ", yyi + 1);
 | 
						
						
						
							|  |  |       yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
 | 
						
						
						
							|  |  | 		       &(yyvsp[(yyi + 1) - (yynrhs)])
 | 
						
						
						
							|  |  | 		       , &(yylsp[(yyi + 1) - (yynrhs)])		       , parseio);
 | 
						
						
						
							|  |  |       fprintf (stderr, "\n");
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # define YY_REDUCE_PRINT(Rule)		\
 | 
						
						
						
							|  |  | do {					\
 | 
						
						
						
							|  |  |   if (yydebug)				\
 | 
						
						
						
							|  |  |     yy_reduce_print (yyvsp, yylsp, Rule, parseio); \
 | 
						
						
						
							|  |  | } while (YYID (0))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Nonzero means print parse trace.  It is left uninitialized so that
 | 
						
						
						
							|  |  |    multiple parsers can coexist.  */
 | 
						
						
						
							|  |  | int yydebug;
 | 
						
						
						
							|  |  | #else /* !YYDEBUG */
 | 
						
						
						
							|  |  | # define YYDPRINTF(Args)
 | 
						
						
						
							|  |  | # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
 | 
						
						
						
							|  |  | # define YY_STACK_PRINT(Bottom, Top)
 | 
						
						
						
							|  |  | # define YY_REDUCE_PRINT(Rule)
 | 
						
						
						
							|  |  | #endif /* !YYDEBUG */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYINITDEPTH -- initial size of the parser's stacks.  */
 | 
						
						
						
							|  |  | #ifndef	YYINITDEPTH
 | 
						
						
						
							|  |  | # define YYINITDEPTH 200
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
 | 
						
						
						
							|  |  |    if the built-in stack extension method is used).
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |    Do not make this value too large; the results are undefined if
 | 
						
						
						
							|  |  |    YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
 | 
						
						
						
							|  |  |    evaluated with infinite-precision integer arithmetic.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifndef YYMAXDEPTH
 | 
						
						
						
							|  |  | # define YYMAXDEPTH 10000
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #if YYERROR_VERBOSE
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifndef yystrlen
 | 
						
						
						
							|  |  | #  if defined __GLIBC__ && defined _STRING_H
 | 
						
						
						
							|  |  | #   define yystrlen strlen
 | 
						
						
						
							|  |  | #  else
 | 
						
						
						
							|  |  | /* Return the length of YYSTR.  */
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static YYSIZE_T
 | 
						
						
						
							|  |  | yystrlen (const char *yystr)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static YYSIZE_T
 | 
						
						
						
							|  |  | yystrlen (yystr)
 | 
						
						
						
							|  |  |     const char *yystr;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   YYSIZE_T yylen;
 | 
						
						
						
							|  |  |   for (yylen = 0; yystr[yylen]; yylen++)
 | 
						
						
						
							|  |  |     continue;
 | 
						
						
						
							|  |  |   return yylen;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifndef yystpcpy
 | 
						
						
						
							|  |  | #  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
 | 
						
						
						
							|  |  | #   define yystpcpy stpcpy
 | 
						
						
						
							|  |  | #  else
 | 
						
						
						
							|  |  | /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
 | 
						
						
						
							|  |  |    YYDEST.  */
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static char *
 | 
						
						
						
							|  |  | yystpcpy (char *yydest, const char *yysrc)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static char *
 | 
						
						
						
							|  |  | yystpcpy (yydest, yysrc)
 | 
						
						
						
							|  |  |     char *yydest;
 | 
						
						
						
							|  |  |     const char *yysrc;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   char *yyd = yydest;
 | 
						
						
						
							|  |  |   const char *yys = yysrc;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   while ((*yyd++ = *yys++) != '\0')
 | 
						
						
						
							|  |  |     continue;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   return yyd - 1;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | #  endif
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # ifndef yytnamerr
 | 
						
						
						
							|  |  | /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
 | 
						
						
						
							|  |  |    quotes and backslashes, so that it's suitable for yyerror.  The
 | 
						
						
						
							|  |  |    heuristic is that double-quoting is unnecessary unless the string
 | 
						
						
						
							|  |  |    contains an apostrophe, a comma, or backslash (other than
 | 
						
						
						
							|  |  |    backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
 | 
						
						
						
							|  |  |    null, do not copy; instead, return the length of what the result
 | 
						
						
						
							|  |  |    would have been.  */
 | 
						
						
						
							|  |  | static YYSIZE_T
 | 
						
						
						
							|  |  | yytnamerr (char *yyres, const char *yystr)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   if (*yystr == '"')
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       YYSIZE_T yyn = 0;
 | 
						
						
						
							|  |  |       char const *yyp = yystr;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       for (;;)
 | 
						
						
						
							|  |  | 	switch (*++yyp)
 | 
						
						
						
							|  |  | 	  {
 | 
						
						
						
							|  |  | 	  case '\'':
 | 
						
						
						
							|  |  | 	  case ',':
 | 
						
						
						
							|  |  | 	    goto do_not_strip_quotes;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 	  case '\\':
 | 
						
						
						
							|  |  | 	    if (*++yyp != '\\')
 | 
						
						
						
							|  |  | 	      goto do_not_strip_quotes;
 | 
						
						
						
							|  |  | 	    /* Fall through.  */
 | 
						
						
						
							|  |  | 	  default:
 | 
						
						
						
							|  |  | 	    if (yyres)
 | 
						
						
						
							|  |  | 	      yyres[yyn] = *yyp;
 | 
						
						
						
							|  |  | 	    yyn++;
 | 
						
						
						
							|  |  | 	    break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 	  case '"':
 | 
						
						
						
							|  |  | 	    if (yyres)
 | 
						
						
						
							|  |  | 	      yyres[yyn] = '\0';
 | 
						
						
						
							|  |  | 	    return yyn;
 | 
						
						
						
							|  |  | 	  }
 | 
						
						
						
							|  |  |     do_not_strip_quotes: ;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (! yyres)
 | 
						
						
						
							|  |  |     return yystrlen (yystr);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   return yystpcpy (yyres, yystr) - yyres;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Copy into YYRESULT an error message about the unexpected token
 | 
						
						
						
							|  |  |    YYCHAR while in state YYSTATE.  Return the number of bytes copied,
 | 
						
						
						
							|  |  |    including the terminating null byte.  If YYRESULT is null, do not
 | 
						
						
						
							|  |  |    copy anything; just return the number of bytes that would be
 | 
						
						
						
							|  |  |    copied.  As a special case, return 0 if an ordinary "syntax error"
 | 
						
						
						
							|  |  |    message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
 | 
						
						
						
							|  |  |    size calculation.  */
 | 
						
						
						
							|  |  | static YYSIZE_T
 | 
						
						
						
							|  |  | yysyntax_error (char *yyresult, int yystate, int yychar)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   int yyn = yypact[yystate];
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
 | 
						
						
						
							|  |  |     return 0;
 | 
						
						
						
							|  |  |   else
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       int yytype = YYTRANSLATE (yychar);
 | 
						
						
						
							|  |  |       YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
 | 
						
						
						
							|  |  |       YYSIZE_T yysize = yysize0;
 | 
						
						
						
							|  |  |       YYSIZE_T yysize1;
 | 
						
						
						
							|  |  |       int yysize_overflow = 0;
 | 
						
						
						
							|  |  |       enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
 | 
						
						
						
							|  |  |       char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
 | 
						
						
						
							|  |  |       int yyx;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | # if 0
 | 
						
						
						
							|  |  |       /* This is so xgettext sees the translatable formats that are
 | 
						
						
						
							|  |  | 	 constructed on the fly.  */
 | 
						
						
						
							|  |  |       YY_("syntax error, unexpected %s");
 | 
						
						
						
							|  |  |       YY_("syntax error, unexpected %s, expecting %s");
 | 
						
						
						
							|  |  |       YY_("syntax error, unexpected %s, expecting %s or %s");
 | 
						
						
						
							|  |  |       YY_("syntax error, unexpected %s, expecting %s or %s or %s");
 | 
						
						
						
							|  |  |       YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  |       char *yyfmt;
 | 
						
						
						
							|  |  |       char const *yyf;
 | 
						
						
						
							|  |  |       static char const yyunexpected[] = "syntax error, unexpected %s";
 | 
						
						
						
							|  |  |       static char const yyexpecting[] = ", expecting %s";
 | 
						
						
						
							|  |  |       static char const yyor[] = " or %s";
 | 
						
						
						
							|  |  |       char yyformat[sizeof yyunexpected
 | 
						
						
						
							|  |  | 		    + sizeof yyexpecting - 1
 | 
						
						
						
							|  |  | 		    + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
 | 
						
						
						
							|  |  | 		       * (sizeof yyor - 1))];
 | 
						
						
						
							|  |  |       char const *yyprefix = yyexpecting;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       /* Start YYX at -YYN if negative to avoid negative indexes in
 | 
						
						
						
							|  |  | 	 YYCHECK.  */
 | 
						
						
						
							|  |  |       int yyxbegin = yyn < 0 ? -yyn : 0;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       /* Stay within bounds of both yycheck and yytname.  */
 | 
						
						
						
							|  |  |       int yychecklim = YYLAST - yyn + 1;
 | 
						
						
						
							|  |  |       int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
 | 
						
						
						
							|  |  |       int yycount = 1;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       yyarg[0] = yytname[yytype];
 | 
						
						
						
							|  |  |       yyfmt = yystpcpy (yyformat, yyunexpected);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       for (yyx = yyxbegin; yyx < yyxend; ++yyx)
 | 
						
						
						
							|  |  | 	if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
 | 
						
						
						
							|  |  | 	  {
 | 
						
						
						
							|  |  | 	    if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
 | 
						
						
						
							|  |  | 	      {
 | 
						
						
						
							|  |  | 		yycount = 1;
 | 
						
						
						
							|  |  | 		yysize = yysize0;
 | 
						
						
						
							|  |  | 		yyformat[sizeof yyunexpected - 1] = '\0';
 | 
						
						
						
							|  |  | 		break;
 | 
						
						
						
							|  |  | 	      }
 | 
						
						
						
							|  |  | 	    yyarg[yycount++] = yytname[yyx];
 | 
						
						
						
							|  |  | 	    yysize1 = yysize + yytnamerr (0, yytname[yyx]);
 | 
						
						
						
							|  |  | 	    yysize_overflow |= (yysize1 < yysize);
 | 
						
						
						
							|  |  | 	    yysize = yysize1;
 | 
						
						
						
							|  |  | 	    yyfmt = yystpcpy (yyfmt, yyprefix);
 | 
						
						
						
							|  |  | 	    yyprefix = yyor;
 | 
						
						
						
							|  |  | 	  }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       yyf = YY_(yyformat);
 | 
						
						
						
							|  |  |       yysize1 = yysize + yystrlen (yyf);
 | 
						
						
						
							|  |  |       yysize_overflow |= (yysize1 < yysize);
 | 
						
						
						
							|  |  |       yysize = yysize1;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       if (yysize_overflow)
 | 
						
						
						
							|  |  | 	return YYSIZE_MAXIMUM;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       if (yyresult)
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 	  /* Avoid sprintf, as that infringes on the user's name space.
 | 
						
						
						
							|  |  | 	     Don't have undefined behavior even if the translation
 | 
						
						
						
							|  |  | 	     produced a string with the wrong number of "%s"s.  */
 | 
						
						
						
							|  |  | 	  char *yyp = yyresult;
 | 
						
						
						
							|  |  | 	  int yyi = 0;
 | 
						
						
						
							|  |  | 	  while ((*yyp = *yyf) != '\0')
 | 
						
						
						
							|  |  | 	    {
 | 
						
						
						
							|  |  | 	      if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
 | 
						
						
						
							|  |  | 		{
 | 
						
						
						
							|  |  | 		  yyp += yytnamerr (yyp, yyarg[yyi++]);
 | 
						
						
						
							|  |  | 		  yyf += 2;
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 	      else
 | 
						
						
						
							|  |  | 		{
 | 
						
						
						
							|  |  | 		  yyp++;
 | 
						
						
						
							|  |  | 		  yyf++;
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 	    }
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  |       return yysize;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | #endif /* YYERROR_VERBOSE */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-----------------------------------------------.
 | 
						
						
						
							|  |  | | Release the memory associated to this symbol.  |
 | 
						
						
						
							|  |  | `-----------------------------------------------*/
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*ARGSUSED*/
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp, struct parse_io *parseio)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | static void
 | 
						
						
						
							|  |  | yydestruct (yymsg, yytype, yyvaluep, yylocationp, parseio)
 | 
						
						
						
							|  |  |     const char *yymsg;
 | 
						
						
						
							|  |  |     int yytype;
 | 
						
						
						
							|  |  |     YYSTYPE *yyvaluep;
 | 
						
						
						
							|  |  |     YYLTYPE *yylocationp;
 | 
						
						
						
							|  |  |     struct parse_io *parseio;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   YYUSE (yyvaluep);
 | 
						
						
						
							|  |  |   YYUSE (yylocationp);
 | 
						
						
						
							|  |  |   YYUSE (parseio);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (!yymsg)
 | 
						
						
						
							|  |  |     yymsg = "Deleting";
 | 
						
						
						
							|  |  |   YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   switch (yytype)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       case 41: /* "word" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1443 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 44: /* "objects" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1451 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 45: /* "object" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1459 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 46: /* "context_name" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1464 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 47: /* "context" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1472 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 49: /* "macro" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1480 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 50: /* "globals" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1488 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 51: /* "global_statements" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1496 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 52: /* "assignment" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1504 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 54: /* "arglist" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1512 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 55: /* "elements" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1520 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 56: /* "element" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1528 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 57: /* "ignorepat" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1536 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 58: /* "extension" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1544 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 59: /* "statements" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1552 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 60: /* "timerange" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1557 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 61: /* "timespec" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1565 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 62: /* "test_expr" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1570 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 64: /* "if_like_head" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1578 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 65: /* "word_list" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1583 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 67: /* "word3_list" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1588 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 68: /* "goto_word" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1593 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 69: /* "switch_statement" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1601 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 70: /* "statement" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1609 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 75: /* "opt_else" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1617 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 76: /* "target" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1625 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 77: /* "opt_pri" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1630 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 78: /* "jumptarget" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1638 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 79: /* "macro_call" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1646 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 81: /* "application_call_head" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1654 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 83: /* "application_call" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1662 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 84: /* "opt_word" */
 | 
						
						
						
							|  |  | #line 177 "ael.y"
 | 
						
						
						
							|  |  | 	{ free((yyvaluep->str));};
 | 
						
						
						
							|  |  | #line 1667 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 85: /* "eval_arglist" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1675 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 86: /* "case_statements" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1683 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 87: /* "case_statement" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1691 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 88: /* "macro_statements" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1699 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 89: /* "macro_statement" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1707 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 90: /* "switches" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1715 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 91: /* "eswitches" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1723 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 92: /* "switchlist" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1731 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 93: /* "included_entry" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1739 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 94: /* "includeslist" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1747 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |       case 95: /* "includes" */
 | 
						
						
						
							|  |  | #line 164 "ael.y"
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 		destroy_pval((yyvaluep->pval));
 | 
						
						
						
							|  |  | 		prev_word=0;
 | 
						
						
						
							|  |  | 	};
 | 
						
						
						
							|  |  | #line 1755 "ael.tab.c"
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       default:
 | 
						
						
						
							|  |  | 	break;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Prevent warnings from -Wmissing-prototypes.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYPARSE_PARAM
 | 
						
						
						
							|  |  | #if defined __STDC__ || defined __cplusplus
 | 
						
						
						
							|  |  | int yyparse (void *YYPARSE_PARAM);
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | int yyparse ();
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | #else /* ! YYPARSE_PARAM */
 | 
						
						
						
							|  |  | #if defined __STDC__ || defined __cplusplus
 | 
						
						
						
							|  |  | int yyparse (struct parse_io *parseio);
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | int yyparse ();
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | #endif /* ! YYPARSE_PARAM */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*----------.
 | 
						
						
						
							|  |  | | yyparse.  |
 | 
						
						
						
							|  |  | `----------*/
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef YYPARSE_PARAM
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | int
 | 
						
						
						
							|  |  | yyparse (void *YYPARSE_PARAM)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | int
 | 
						
						
						
							|  |  | yyparse (YYPARSE_PARAM)
 | 
						
						
						
							|  |  |     void *YYPARSE_PARAM;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | #else /* ! YYPARSE_PARAM */
 | 
						
						
						
							|  |  | #if (defined __STDC__ || defined __C99__FUNC__ \
 | 
						
						
						
							|  |  |      || defined __cplusplus || defined _MSC_VER)
 | 
						
						
						
							|  |  | int
 | 
						
						
						
							|  |  | yyparse (struct parse_io *parseio)
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  | int
 | 
						
						
						
							|  |  | yyparse (parseio)
 | 
						
						
						
							|  |  |     struct parse_io *parseio;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  |   /* The look-ahead symbol.  */
 | 
						
						
						
							|  |  | int yychar;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* The semantic value of the look-ahead symbol.  */
 | 
						
						
						
							|  |  | YYSTYPE yylval;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Number of syntax errors so far.  */
 | 
						
						
						
							|  |  | int yynerrs;
 | 
						
						
						
							|  |  | /* Location data for the look-ahead symbol.  */
 | 
						
						
						
							|  |  | YYLTYPE yylloc;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   int yystate;
 | 
						
						
						
							|  |  |   int yyn;
 | 
						
						
						
							|  |  |   int yyresult;
 | 
						
						
						
							|  |  |   /* Number of tokens to shift before error messages enabled.  */
 | 
						
						
						
							|  |  |   int yyerrstatus;
 | 
						
						
						
							|  |  |   /* Look-ahead token as an internal (translated) token number.  */
 | 
						
						
						
							|  |  |   int yytoken = 0;
 | 
						
						
						
							|  |  | #if YYERROR_VERBOSE
 | 
						
						
						
							|  |  |   /* Buffer for error messages, and its allocated size.  */
 | 
						
						
						
							|  |  |   char yymsgbuf[128];
 | 
						
						
						
							|  |  |   char *yymsg = yymsgbuf;
 | 
						
						
						
							|  |  |   YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Three stacks and their tools:
 | 
						
						
						
							|  |  |      `yyss': related to states,
 | 
						
						
						
							|  |  |      `yyvs': related to semantic values,
 | 
						
						
						
							|  |  |      `yyls': related to locations.
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |      Refer to the stacks thru separate pointers, to allow yyoverflow
 | 
						
						
						
							|  |  |      to reallocate them elsewhere.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* The state stack.  */
 | 
						
						
						
							|  |  |   yytype_int16 yyssa[YYINITDEPTH];
 | 
						
						
						
							|  |  |   yytype_int16 *yyss = yyssa;
 | 
						
						
						
							|  |  |   yytype_int16 *yyssp;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* The semantic value stack.  */
 | 
						
						
						
							|  |  |   YYSTYPE yyvsa[YYINITDEPTH];
 | 
						
						
						
							|  |  |   YYSTYPE *yyvs = yyvsa;
 | 
						
						
						
							|  |  |   YYSTYPE *yyvsp;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* The location stack.  */
 | 
						
						
						
							|  |  |   YYLTYPE yylsa[YYINITDEPTH];
 | 
						
						
						
							|  |  |   YYLTYPE *yyls = yylsa;
 | 
						
						
						
							|  |  |   YYLTYPE *yylsp;
 | 
						
						
						
							|  |  |   /* The locations where the error started and ended.  */
 | 
						
						
						
							|  |  |   YYLTYPE yyerror_range[2];
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N), yylsp -= (N))
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   YYSIZE_T yystacksize = YYINITDEPTH;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* The variables used to return semantic value and location from the
 | 
						
						
						
							|  |  |      action routines.  */
 | 
						
						
						
							|  |  |   YYSTYPE yyval;
 | 
						
						
						
							|  |  |   YYLTYPE yyloc;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* The number of symbols on the RHS of the reduced rule.
 | 
						
						
						
							|  |  |      Keep to zero when no symbol should be popped.  */
 | 
						
						
						
							|  |  |   int yylen = 0;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   YYDPRINTF ((stderr, "Starting parse\n"));
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yystate = 0;
 | 
						
						
						
							|  |  |   yyerrstatus = 0;
 | 
						
						
						
							|  |  |   yynerrs = 0;
 | 
						
						
						
							|  |  |   yychar = YYEMPTY;		/* Cause a token to be read.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Initialize stack pointers.
 | 
						
						
						
							|  |  |      Waste one element of value and location stack
 | 
						
						
						
							|  |  |      so that they stay on the same level as the state stack.
 | 
						
						
						
							|  |  |      The wasted elements are never initialized.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yyssp = yyss;
 | 
						
						
						
							|  |  |   yyvsp = yyvs;
 | 
						
						
						
							|  |  |   yylsp = yyls;
 | 
						
						
						
							|  |  | #if YYLTYPE_IS_TRIVIAL
 | 
						
						
						
							|  |  |   /* Initialize the default location before parsing starts.  */
 | 
						
						
						
							|  |  |   yylloc.first_line   = yylloc.last_line   = 1;
 | 
						
						
						
							|  |  |   yylloc.first_column = yylloc.last_column = 0;
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   goto yysetstate;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*------------------------------------------------------------.
 | 
						
						
						
							|  |  | | yynewstate -- Push a new state, which is found in yystate.  |
 | 
						
						
						
							|  |  | `------------------------------------------------------------*/
 | 
						
						
						
							|  |  |  yynewstate:
 | 
						
						
						
							|  |  |   /* In all cases, when you get here, the value and location stacks
 | 
						
						
						
							|  |  |      have just been pushed.  So pushing a state here evens the stacks.  */
 | 
						
						
						
							|  |  |   yyssp++;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |  yysetstate:
 | 
						
						
						
							|  |  |   *yyssp = yystate;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (yyss + yystacksize - 1 <= yyssp)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       /* Get the current used size of the three stacks, in elements.  */
 | 
						
						
						
							|  |  |       YYSIZE_T yysize = yyssp - yyss + 1;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifdef yyoverflow
 | 
						
						
						
							|  |  |       {
 | 
						
						
						
							|  |  | 	/* Give user a chance to reallocate the stack.  Use copies of
 | 
						
						
						
							|  |  | 	   these so that the &'s don't force the real ones into
 | 
						
						
						
							|  |  | 	   memory.  */
 | 
						
						
						
							|  |  | 	YYSTYPE *yyvs1 = yyvs;
 | 
						
						
						
							|  |  | 	yytype_int16 *yyss1 = yyss;
 | 
						
						
						
							|  |  | 	YYLTYPE *yyls1 = yyls;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 	/* Each stack pointer address is followed by the size of the
 | 
						
						
						
							|  |  | 	   data in use in that stack, in bytes.  This used to be a
 | 
						
						
						
							|  |  | 	   conditional around just the two extra args, but that might
 | 
						
						
						
							|  |  | 	   be undefined if yyoverflow is a macro.  */
 | 
						
						
						
							|  |  | 	yyoverflow (YY_("memory exhausted"),
 | 
						
						
						
							|  |  | 		    &yyss1, yysize * sizeof (*yyssp),
 | 
						
						
						
							|  |  | 		    &yyvs1, yysize * sizeof (*yyvsp),
 | 
						
						
						
							|  |  | 		    &yyls1, yysize * sizeof (*yylsp),
 | 
						
						
						
							|  |  | 		    &yystacksize);
 | 
						
						
						
							|  |  | 	yyls = yyls1;
 | 
						
						
						
							|  |  | 	yyss = yyss1;
 | 
						
						
						
							|  |  | 	yyvs = yyvs1;
 | 
						
						
						
							|  |  |       }
 | 
						
						
						
							|  |  | #else /* no yyoverflow */
 | 
						
						
						
							|  |  | # ifndef YYSTACK_RELOCATE
 | 
						
						
						
							|  |  |       goto yyexhaustedlab;
 | 
						
						
						
							|  |  | # else
 | 
						
						
						
							|  |  |       /* Extend the stack our own way.  */
 | 
						
						
						
							|  |  |       if (YYMAXDEPTH <= yystacksize)
 | 
						
						
						
							|  |  | 	goto yyexhaustedlab;
 | 
						
						
						
							|  |  |       yystacksize *= 2;
 | 
						
						
						
							|  |  |       if (YYMAXDEPTH < yystacksize)
 | 
						
						
						
							|  |  | 	yystacksize = YYMAXDEPTH;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       {
 | 
						
						
						
							|  |  | 	yytype_int16 *yyss1 = yyss;
 | 
						
						
						
							|  |  | 	union yyalloc *yyptr =
 | 
						
						
						
							|  |  | 	  (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
 | 
						
						
						
							|  |  | 	if (! yyptr)
 | 
						
						
						
							|  |  | 	  goto yyexhaustedlab;
 | 
						
						
						
							|  |  | 	YYSTACK_RELOCATE (yyss);
 | 
						
						
						
							|  |  | 	YYSTACK_RELOCATE (yyvs);
 | 
						
						
						
							|  |  | 	YYSTACK_RELOCATE (yyls);
 | 
						
						
						
							|  |  | #  undef YYSTACK_RELOCATE
 | 
						
						
						
							|  |  | 	if (yyss1 != yyssa)
 | 
						
						
						
							|  |  | 	  YYSTACK_FREE (yyss1);
 | 
						
						
						
							|  |  |       }
 | 
						
						
						
							|  |  | # endif
 | 
						
						
						
							|  |  | #endif /* no yyoverflow */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       yyssp = yyss + yysize - 1;
 | 
						
						
						
							|  |  |       yyvsp = yyvs + yysize - 1;
 | 
						
						
						
							|  |  |       yylsp = yyls + yysize - 1;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       YYDPRINTF ((stderr, "Stack size increased to %lu\n",
 | 
						
						
						
							|  |  | 		  (unsigned long int) yystacksize));
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       if (yyss + yystacksize - 1 <= yyssp)
 | 
						
						
						
							|  |  | 	YYABORT;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   YYDPRINTF ((stderr, "Entering state %d\n", yystate));
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   goto yybackup;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-----------.
 | 
						
						
						
							|  |  | | yybackup.  |
 | 
						
						
						
							|  |  | `-----------*/
 | 
						
						
						
							|  |  | yybackup:
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Do appropriate processing given the current state.  Read a
 | 
						
						
						
							|  |  |      look-ahead token if we need one and don't already have one.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* First try to decide what to do without reference to look-ahead token.  */
 | 
						
						
						
							|  |  |   yyn = yypact[yystate];
 | 
						
						
						
							|  |  |   if (yyn == YYPACT_NINF)
 | 
						
						
						
							|  |  |     goto yydefault;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Not known => get a look-ahead token if don't already have one.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
 | 
						
						
						
							|  |  |   if (yychar == YYEMPTY)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       YYDPRINTF ((stderr, "Reading a token: "));
 | 
						
						
						
							|  |  |       yychar = YYLEX;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (yychar <= YYEOF)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       yychar = yytoken = YYEOF;
 | 
						
						
						
							|  |  |       YYDPRINTF ((stderr, "Now at end of input.\n"));
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  |   else
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       yytoken = YYTRANSLATE (yychar);
 | 
						
						
						
							|  |  |       YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* If the proper action on seeing token YYTOKEN is to reduce or to
 | 
						
						
						
							|  |  |      detect an error, take that action.  */
 | 
						
						
						
							|  |  |   yyn += yytoken;
 | 
						
						
						
							|  |  |   if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
 | 
						
						
						
							|  |  |     goto yydefault;
 | 
						
						
						
							|  |  |   yyn = yytable[yyn];
 | 
						
						
						
							|  |  |   if (yyn <= 0)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       if (yyn == 0 || yyn == YYTABLE_NINF)
 | 
						
						
						
							|  |  | 	goto yyerrlab;
 | 
						
						
						
							|  |  |       yyn = -yyn;
 | 
						
						
						
							|  |  |       goto yyreduce;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (yyn == YYFINAL)
 | 
						
						
						
							|  |  |     YYACCEPT;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Count tokens shifted since error; after three, turn off error
 | 
						
						
						
							|  |  |      status.  */
 | 
						
						
						
							|  |  |   if (yyerrstatus)
 | 
						
						
						
							|  |  |     yyerrstatus--;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Shift the look-ahead token.  */
 | 
						
						
						
							|  |  |   YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Discard the shifted token unless it is eof.  */
 | 
						
						
						
							|  |  |   if (yychar != YYEOF)
 | 
						
						
						
							|  |  |     yychar = YYEMPTY;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yystate = yyn;
 | 
						
						
						
							|  |  |   *++yyvsp = yylval;
 | 
						
						
						
							|  |  |   *++yylsp = yylloc;
 | 
						
						
						
							|  |  |   goto yynewstate;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-----------------------------------------------------------.
 | 
						
						
						
							|  |  | | yydefault -- do the default action for the current state.  |
 | 
						
						
						
							|  |  | `-----------------------------------------------------------*/
 | 
						
						
						
							|  |  | yydefault:
 | 
						
						
						
							|  |  |   yyn = yydefact[yystate];
 | 
						
						
						
							|  |  |   if (yyn == 0)
 | 
						
						
						
							|  |  |     goto yyerrlab;
 | 
						
						
						
							|  |  |   goto yyreduce;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-----------------------------.
 | 
						
						
						
							|  |  | | yyreduce -- Do a reduction.  |
 | 
						
						
						
							|  |  | `-----------------------------*/
 | 
						
						
						
							|  |  | yyreduce:
 | 
						
						
						
							|  |  |   /* yyn is the number of a rule to reduce with.  */
 | 
						
						
						
							|  |  |   yylen = yyr2[yyn];
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* If YYLEN is nonzero, implement the default value of the action:
 | 
						
						
						
							|  |  |      `$$ = $1'.
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |      Otherwise, the following line sets YYVAL to garbage.
 | 
						
						
						
							|  |  |      This behavior is undocumented and Bison
 | 
						
						
						
							|  |  |      users should not rely upon it.  Assigning to YYVAL
 | 
						
						
						
							|  |  |      unconditionally makes the parser a bit smaller, and it avoids a
 | 
						
						
						
							|  |  |      GCC warning that YYVAL may be used uninitialized.  */
 | 
						
						
						
							|  |  |   yyval = yyvsp[1-yylen];
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Default location.  */
 | 
						
						
						
							|  |  |   YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
 | 
						
						
						
							|  |  |   YY_REDUCE_PRINT (yyn);
 | 
						
						
						
							|  |  |   switch (yyn)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |         case 2:
 | 
						
						
						
							|  |  | #line 185 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = parseio->pval = (yyvsp[(1) - (1)].pval); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 3:
 | 
						
						
						
							|  |  | #line 188 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 4:
 | 
						
						
						
							|  |  | #line 189 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (2)].pval), (yyvsp[(2) - (2)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 5:
 | 
						
						
						
							|  |  | #line 190 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 6:
 | 
						
						
						
							|  |  | #line 193 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 7:
 | 
						
						
						
							|  |  | #line 194 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 8:
 | 
						
						
						
							|  |  | #line 195 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 9:
 | 
						
						
						
							|  |  | #line 196 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=0;/* allow older docs to be read */;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 10:
 | 
						
						
						
							|  |  | #line 199 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 11:
 | 
						
						
						
							|  |  | #line 200 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = strdup("default"); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 12:
 | 
						
						
						
							|  |  | #line 203 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		if (!(yyvsp[(5) - (6)].pval)) {
 | 
						
						
						
							|  |  |                         ast_log(LOG_WARNING, "==== File: %s, Line %d, Cols: %d-%d: Warning! The empty context %s will be IGNORED!\n", 
 | 
						
						
						
							|  |  | 				my_file, (yylsp[(4) - (6)]).first_line, (yylsp[(4) - (6)]).first_column, (yylsp[(4) - (6)]).last_column, (yyvsp[(3) - (6)].str) );
 | 
						
						
						
							|  |  | 			free((yyvsp[(3) - (6)].str));
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 		} else {
 | 
						
						
						
							|  |  | 			(yyval.pval) = npval2(PV_CONTEXT, &(yylsp[(1) - (6)]), &(yylsp[(6) - (6)]));
 | 
						
						
						
							|  |  | 			(yyval.pval)->u1.str = (yyvsp[(3) - (6)].str);
 | 
						
						
						
							|  |  | 			(yyval.pval)->u2.statements = (yyvsp[(5) - (6)].pval);
 | 
						
						
						
							|  |  | 			set_dads((yyval.pval),(yyvsp[(5) - (6)].pval));
 | 
						
						
						
							|  |  | 			(yyval.pval)->u3.abstract = (yyvsp[(1) - (6)].intval);} ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 13:
 | 
						
						
						
							|  |  | #line 218 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.intval) = 1; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 14:
 | 
						
						
						
							|  |  | #line 219 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.intval) = 0; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 15:
 | 
						
						
						
							|  |  | #line 222 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_MACRO, &(yylsp[(1) - (8)]), &(yylsp[(8) - (8)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (8)].str); (yyval.pval)->u2.arglist = (yyvsp[(4) - (8)].pval); (yyval.pval)->u3.macro_statements = (yyvsp[(7) - (8)].pval);
 | 
						
						
						
							|  |  |         set_dads((yyval.pval),(yyvsp[(7) - (8)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 16:
 | 
						
						
						
							|  |  | #line 228 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_GLOBALS, &(yylsp[(1) - (4)]), &(yylsp[(4) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.statements = (yyvsp[(3) - (4)].pval);
 | 
						
						
						
							|  |  |         set_dads((yyval.pval),(yyvsp[(3) - (4)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 17:
 | 
						
						
						
							|  |  | #line 234 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 18:
 | 
						
						
						
							|  |  | #line 235 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval) = linku1((yyvsp[(1) - (2)].pval), (yyvsp[(2) - (2)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 19:
 | 
						
						
						
							|  |  | #line 236 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 20:
 | 
						
						
						
							|  |  | #line 239 "ael.y"
 | 
						
						
						
							|  |  |     { reset_semicount(parseio->scanner); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 21:
 | 
						
						
						
							|  |  | #line 239 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_VARDEC, &(yylsp[(1) - (5)]), &(yylsp[(5) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(1) - (5)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.val = (yyvsp[(4) - (5)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 22:
 | 
						
						
						
							|  |  | #line 246 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 23:
 | 
						
						
						
							|  |  | #line 247 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = nword((yyvsp[(1) - (1)].str), &(yylsp[(1) - (1)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 24:
 | 
						
						
						
							|  |  | #line 248 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (3)].pval), nword((yyvsp[(3) - (3)].str), &(yylsp[(3) - (3)]))); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 25:
 | 
						
						
						
							|  |  | #line 249 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 26:
 | 
						
						
						
							|  |  | #line 252 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=0;;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 27:
 | 
						
						
						
							|  |  | #line 253 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (2)].pval), (yyvsp[(2) - (2)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 28:
 | 
						
						
						
							|  |  | #line 254 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 29:
 | 
						
						
						
							|  |  | #line 257 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 30:
 | 
						
						
						
							|  |  | #line 258 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 31:
 | 
						
						
						
							|  |  | #line 259 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 32:
 | 
						
						
						
							|  |  | #line 260 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 33:
 | 
						
						
						
							|  |  | #line 261 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 34:
 | 
						
						
						
							|  |  | #line 262 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 35:
 | 
						
						
						
							|  |  | #line 263 "ael.y"
 | 
						
						
						
							|  |  |     {free((yyvsp[(1) - (2)].str)); (yyval.pval)=0;;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 36:
 | 
						
						
						
							|  |  | #line 264 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=0;/* allow older docs to be read */;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 37:
 | 
						
						
						
							|  |  | #line 267 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_IGNOREPAT, &(yylsp[(1) - (4)]), &(yylsp[(4) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(3) - (4)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 38:
 | 
						
						
						
							|  |  | #line 272 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_EXTENSION, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(1) - (3)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(3) - (3)].pval); set_dads((yyval.pval),(yyvsp[(3) - (3)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 39:
 | 
						
						
						
							|  |  | #line 276 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_EXTENSION, &(yylsp[(1) - (4)]), &(yylsp[(4) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (4)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(4) - (4)].pval); set_dads((yyval.pval),(yyvsp[(4) - (4)].pval));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u4.regexten=1;;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 40:
 | 
						
						
						
							|  |  | #line 281 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_EXTENSION, &(yylsp[(1) - (7)]), &(yylsp[(7) - (7)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(5) - (7)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(7) - (7)].pval); set_dads((yyval.pval),(yyvsp[(7) - (7)].pval));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u3.hints = (yyvsp[(3) - (7)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 41:
 | 
						
						
						
							|  |  | #line 286 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_EXTENSION, &(yylsp[(1) - (8)]), &(yylsp[(8) - (8)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(6) - (8)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(8) - (8)].pval); set_dads((yyval.pval),(yyvsp[(8) - (8)].pval));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u4.regexten=1;
 | 
						
						
						
							|  |  | 		(yyval.pval)->u3.hints = (yyvsp[(4) - (8)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 42:
 | 
						
						
						
							|  |  | #line 296 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 43:
 | 
						
						
						
							|  |  | #line 297 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (2)].pval), (yyvsp[(2) - (2)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 44:
 | 
						
						
						
							|  |  | #line 298 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 45:
 | 
						
						
						
							|  |  | #line 304 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&(yyval.str), "%s:%s:%s", (yyvsp[(1) - (5)].str), (yyvsp[(3) - (5)].str), (yyvsp[(5) - (5)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (5)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(3) - (5)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(5) - (5)].str)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 46:
 | 
						
						
						
							|  |  | #line 309 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 47:
 | 
						
						
						
							|  |  | #line 313 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (7)].str), &(yylsp[(1) - (7)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (7)].str), &(yylsp[(3) - (7)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next = nword((yyvsp[(5) - (7)].str), &(yylsp[(5) - (7)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next->next = nword((yyvsp[(7) - (7)].str), &(yylsp[(7) - (7)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 48:
 | 
						
						
						
							|  |  | #line 321 "ael.y"
 | 
						
						
						
							|  |  |     { reset_parencount(parseio->scanner); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 49:
 | 
						
						
						
							|  |  | #line 321 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(3) - (4)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 50:
 | 
						
						
						
							|  |  | #line 325 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval)= npval2(PV_IF, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (2)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 51:
 | 
						
						
						
							|  |  | #line 328 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_RANDOM, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str=(yyvsp[(2) - (2)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 52:
 | 
						
						
						
							|  |  | #line 331 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_IFTIME, &(yylsp[(1) - (4)]), &(yylsp[(4) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(3) - (4)].pval);
 | 
						
						
						
							|  |  | 		prev_word = 0; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 53:
 | 
						
						
						
							|  |  | #line 342 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 54:
 | 
						
						
						
							|  |  | #line 343 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s%s", (yyvsp[(1) - (2)].str), (yyvsp[(2) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(2) - (2)].str));
 | 
						
						
						
							|  |  | 		prev_word = (yyval.str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 55:
 | 
						
						
						
							|  |  | #line 350 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 56:
 | 
						
						
						
							|  |  | #line 351 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s %s", (yyvsp[(1) - (2)].str), (yyvsp[(2) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(2) - (2)].str)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 57:
 | 
						
						
						
							|  |  | #line 355 "ael.y"
 | 
						
						
						
							|  |  |     {  /* there are often '&' in hints */
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s&%s", (yyvsp[(1) - (3)].str), (yyvsp[(3) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(3) - (3)].str));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 58:
 | 
						
						
						
							|  |  | #line 361 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 59:
 | 
						
						
						
							|  |  | #line 362 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s%s", (yyvsp[(1) - (2)].str), (yyvsp[(2) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(2) - (2)].str));
 | 
						
						
						
							|  |  | 		prev_word = (yyval.str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 60:
 | 
						
						
						
							|  |  | #line 367 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s%s%s", (yyvsp[(1) - (3)].str), (yyvsp[(2) - (3)].str), (yyvsp[(3) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(2) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(3) - (3)].str));
 | 
						
						
						
							|  |  | 		prev_word=(yyval.str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 61:
 | 
						
						
						
							|  |  | #line 375 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 62:
 | 
						
						
						
							|  |  | #line 376 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s%s", (yyvsp[(1) - (2)].str), (yyvsp[(2) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (2)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(2) - (2)].str));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 63:
 | 
						
						
						
							|  |  | #line 380 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		asprintf(&((yyval.str)), "%s:%s", (yyvsp[(1) - (3)].str), (yyvsp[(3) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(1) - (3)].str));
 | 
						
						
						
							|  |  | 		free((yyvsp[(3) - (3)].str));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 64:
 | 
						
						
						
							|  |  | #line 386 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_SWITCH, &(yylsp[(1) - (5)]), &(yylsp[(5) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (5)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(4) - (5)].pval); set_dads((yyval.pval),(yyvsp[(4) - (5)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 65:
 | 
						
						
						
							|  |  | #line 395 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_STATEMENTBLOCK, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(2) - (3)].pval); set_dads((yyval.pval),(yyvsp[(2) - (3)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 66:
 | 
						
						
						
							|  |  | #line 398 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = (yyvsp[(1) - (1)].pval); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 67:
 | 
						
						
						
							|  |  | #line 399 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_GOTO, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(2) - (3)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 68:
 | 
						
						
						
							|  |  | #line 402 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_GOTO, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(2) - (3)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 69:
 | 
						
						
						
							|  |  | #line 405 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_LABEL, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(1) - (2)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 70:
 | 
						
						
						
							|  |  | #line 408 "ael.y"
 | 
						
						
						
							|  |  |     {reset_semicount(parseio->scanner);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 71:
 | 
						
						
						
							|  |  | #line 409 "ael.y"
 | 
						
						
						
							|  |  |     {reset_semicount(parseio->scanner);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 72:
 | 
						
						
						
							|  |  | #line 410 "ael.y"
 | 
						
						
						
							|  |  |     {reset_parencount(parseio->scanner);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 73:
 | 
						
						
						
							|  |  | #line 410 "ael.y"
 | 
						
						
						
							|  |  |     { /* XXX word_list maybe ? */
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_FOR, &(yylsp[(1) - (12)]), &(yylsp[(12) - (12)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.for_init = (yyvsp[(4) - (12)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.for_test=(yyvsp[(7) - (12)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u3.for_inc = (yyvsp[(10) - (12)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u4.for_statements = (yyvsp[(12) - (12)].pval); set_dads((yyval.pval),(yyvsp[(12) - (12)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 74:
 | 
						
						
						
							|  |  | #line 416 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_WHILE, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (3)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(3) - (3)].pval); set_dads((yyval.pval),(yyvsp[(3) - (3)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 75:
 | 
						
						
						
							|  |  | #line 420 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = (yyvsp[(1) - (1)].pval); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 76:
 | 
						
						
						
							|  |  | #line 421 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = update_last((yyvsp[(2) - (3)].pval), &(yylsp[(2) - (3)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 77:
 | 
						
						
						
							|  |  | #line 422 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = update_last((yyvsp[(1) - (2)].pval), &(yylsp[(2) - (2)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 78:
 | 
						
						
						
							|  |  | #line 423 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval)= npval2(PV_APPLICATION_CALL, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(1) - (2)].str);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 79:
 | 
						
						
						
							|  |  | #line 426 "ael.y"
 | 
						
						
						
							|  |  |     {reset_semicount(parseio->scanner);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 80:
 | 
						
						
						
							|  |  | #line 426 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		char *bufx;
 | 
						
						
						
							|  |  | 		int tot=0;
 | 
						
						
						
							|  |  | 		pval *pptr;
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_VARDEC, &(yylsp[(1) - (5)]), &(yylsp[(5) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.val=(yyvsp[(4) - (5)].str);
 | 
						
						
						
							|  |  | 		/* rebuild the original string-- this is not an app call, it's an unwrapped vardec, with a func call on the LHS */
 | 
						
						
						
							|  |  | 		/* string to big to fit in the buffer? */
 | 
						
						
						
							|  |  | 		tot+=strlen((yyvsp[(1) - (5)].pval)->u1.str);
 | 
						
						
						
							|  |  | 		for(pptr=(yyvsp[(1) - (5)].pval)->u2.arglist;pptr;pptr=pptr->next) {
 | 
						
						
						
							|  |  | 			tot+=strlen(pptr->u1.str);
 | 
						
						
						
							|  |  | 			tot++; /* for a sep like a comma */
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 		tot+=4; /* for safety */
 | 
						
						
						
							|  |  | 		bufx = calloc(1, tot);
 | 
						
						
						
							|  |  | 		strcpy(bufx,(yyvsp[(1) - (5)].pval)->u1.str);
 | 
						
						
						
							|  |  | 		strcat(bufx,"(");
 | 
						
						
						
							|  |  | 		/* XXX need to advance the pointer or the loop is very inefficient */
 | 
						
						
						
							|  |  | 		for (pptr=(yyvsp[(1) - (5)].pval)->u2.arglist;pptr;pptr=pptr->next) {
 | 
						
						
						
							|  |  | 			if ( pptr != (yyvsp[(1) - (5)].pval)->u2.arglist )
 | 
						
						
						
							|  |  | 				strcat(bufx,",");
 | 
						
						
						
							|  |  | 			strcat(bufx,pptr->u1.str);
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 		strcat(bufx,")");
 | 
						
						
						
							|  |  | #ifdef AAL_ARGCHECK
 | 
						
						
						
							|  |  | 		if ( !ael_is_funcname((yyvsp[(1) - (5)].pval)->u1.str) )
 | 
						
						
						
							|  |  | 			ast_log(LOG_WARNING, "==== File: %s, Line %d, Cols: %d-%d: Function call? The name %s is not in my internal list of function names\n",
 | 
						
						
						
							|  |  | 				my_file, (yylsp[(1) - (5)]).first_line, (yylsp[(1) - (5)]).first_column, (yylsp[(1) - (5)]).last_column, (yyvsp[(1) - (5)].pval)->u1.str);
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = bufx;
 | 
						
						
						
							|  |  | 		destroy_pval((yyvsp[(1) - (5)].pval)); /* the app call it is not, get rid of that chain */
 | 
						
						
						
							|  |  | 		prev_word = 0;
 | 
						
						
						
							|  |  | 	;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 81:
 | 
						
						
						
							|  |  | #line 459 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = npval2(PV_BREAK, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 82:
 | 
						
						
						
							|  |  | #line 460 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = npval2(PV_RETURN, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 83:
 | 
						
						
						
							|  |  | #line 461 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = npval2(PV_CONTINUE, &(yylsp[(1) - (2)]), &(yylsp[(2) - (2)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 84:
 | 
						
						
						
							|  |  | #line 462 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = update_last((yyvsp[(1) - (3)].pval), &(yylsp[(2) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(2) - (3)].pval); set_dads((yyval.pval),(yyvsp[(2) - (3)].pval));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u3.else_statements = (yyvsp[(3) - (3)].pval);set_dads((yyval.pval),(yyvsp[(3) - (3)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 85:
 | 
						
						
						
							|  |  | #line 466 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval)=0; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 86:
 | 
						
						
						
							|  |  | #line 469 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = (yyvsp[(2) - (2)].pval); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 87:
 | 
						
						
						
							|  |  | #line 470 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL ; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 88:
 | 
						
						
						
							|  |  | #line 473 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = nword((yyvsp[(1) - (1)].str), &(yylsp[(1) - (1)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 89:
 | 
						
						
						
							|  |  | #line 474 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (3)].str), &(yylsp[(1) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (3)].str), &(yylsp[(3) - (3)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 90:
 | 
						
						
						
							|  |  | #line 477 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (3)].str), &(yylsp[(1) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (3)].str), &(yylsp[(3) - (3)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 91:
 | 
						
						
						
							|  |  | #line 480 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (5)].str), &(yylsp[(1) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (5)].str), &(yylsp[(3) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next = nword((yyvsp[(5) - (5)].str), &(yylsp[(5) - (5)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 92:
 | 
						
						
						
							|  |  | #line 484 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (5)].str), &(yylsp[(1) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (5)].str), &(yylsp[(3) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next = nword((yyvsp[(5) - (5)].str), &(yylsp[(5) - (5)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 93:
 | 
						
						
						
							|  |  | #line 488 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword(strdup("default"), &(yylsp[(1) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (5)].str), &(yylsp[(3) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next = nword((yyvsp[(5) - (5)].str), &(yylsp[(5) - (5)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 94:
 | 
						
						
						
							|  |  | #line 492 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword(strdup("default"), &(yylsp[(1) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(3) - (5)].str), &(yylsp[(3) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next = nword((yyvsp[(5) - (5)].str), &(yylsp[(5) - (5)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 95:
 | 
						
						
						
							|  |  | #line 498 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = strdup("1"); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 96:
 | 
						
						
						
							|  |  | #line 499 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(2) - (2)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 97:
 | 
						
						
						
							|  |  | #line 503 "ael.y"
 | 
						
						
						
							|  |  |     {			/* ext[, pri] default 1 */
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (2)].str), &(yylsp[(1) - (2)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(2) - (2)].str), &(yylsp[(2) - (2)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 98:
 | 
						
						
						
							|  |  | #line 506 "ael.y"
 | 
						
						
						
							|  |  |     {	/* context, ext, pri */
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(4) - (4)].str), &(yylsp[(4) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next = nword((yyvsp[(1) - (4)].str), &(yylsp[(1) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->next->next = nword((yyvsp[(2) - (4)].str), &(yylsp[(2) - (4)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 99:
 | 
						
						
						
							|  |  | #line 512 "ael.y"
 | 
						
						
						
							|  |  |     {reset_argcount(parseio->scanner);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 100:
 | 
						
						
						
							|  |  | #line 512 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		/* XXX original code had @2 but i think we need @5 */
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_MACRO_CALL, &(yylsp[(1) - (5)]), &(yylsp[(5) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(1) - (5)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.arglist = (yyvsp[(4) - (5)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 101:
 | 
						
						
						
							|  |  | #line 517 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval)= npval2(PV_MACRO_CALL, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(1) - (3)].str); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 102:
 | 
						
						
						
							|  |  | #line 525 "ael.y"
 | 
						
						
						
							|  |  |     {reset_argcount(parseio->scanner);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 103:
 | 
						
						
						
							|  |  | #line 525 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		if (strcasecmp((yyvsp[(1) - (3)].str),"goto") == 0) {
 | 
						
						
						
							|  |  | 			(yyval.pval) = npval2(PV_GOTO, &(yylsp[(1) - (3)]), &(yylsp[(2) - (3)]));
 | 
						
						
						
							|  |  | 			free((yyvsp[(1) - (3)].str)); /* won't be using this */
 | 
						
						
						
							|  |  | 			ast_log(LOG_WARNING, "==== File: %s, Line %d, Cols: %d-%d: Suggestion: Use the goto statement instead of the Goto() application call in AEL.\n", my_file, (yylsp[(1) - (3)]).first_line, (yylsp[(1) - (3)]).first_column, (yylsp[(1) - (3)]).last_column );
 | 
						
						
						
							|  |  | 		} else {
 | 
						
						
						
							|  |  | 			(yyval.pval)= npval2(PV_APPLICATION_CALL, &(yylsp[(1) - (3)]), &(yylsp[(2) - (3)]));
 | 
						
						
						
							|  |  | 			(yyval.pval)->u1.str = (yyvsp[(1) - (3)].str);
 | 
						
						
						
							|  |  | 		} ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 104:
 | 
						
						
						
							|  |  | #line 536 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = update_last((yyvsp[(1) - (3)].pval), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  |  		if( (yyval.pval)->type == PV_GOTO )
 | 
						
						
						
							|  |  | 			(yyval.pval)->u1.list = (yyvsp[(2) - (3)].pval);
 | 
						
						
						
							|  |  | 	 	else
 | 
						
						
						
							|  |  | 			(yyval.pval)->u2.arglist = (yyvsp[(2) - (3)].pval);
 | 
						
						
						
							|  |  | 	;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 105:
 | 
						
						
						
							|  |  | #line 543 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = update_last((yyvsp[(1) - (2)].pval), &(yylsp[(2) - (2)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 106:
 | 
						
						
						
							|  |  | #line 546 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = (yyvsp[(1) - (1)].str) ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 107:
 | 
						
						
						
							|  |  | #line 547 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.str) = strdup(""); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 108:
 | 
						
						
						
							|  |  | #line 550 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = nword((yyvsp[(1) - (1)].str), &(yylsp[(1) - (1)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 109:
 | 
						
						
						
							|  |  | #line 551 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval)= npval(PV_WORD,0/*@1.first_line*/,0/*@1.last_line*/,0/* @1.first_column*/, 0/*@1.last_column*/);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = strdup(""); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 110:
 | 
						
						
						
							|  |  | #line 554 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (3)].pval), nword((yyvsp[(3) - (3)].str), &(yylsp[(3) - (3)]))); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 111:
 | 
						
						
						
							|  |  | #line 557 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 112:
 | 
						
						
						
							|  |  | #line 558 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (2)].pval), (yyvsp[(2) - (2)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 113:
 | 
						
						
						
							|  |  | #line 561 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_CASE, &(yylsp[(1) - (4)]), &(yylsp[(3) - (4)])); /* XXX 3 or 4 ? */
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (4)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(4) - (4)].pval); set_dads((yyval.pval),(yyvsp[(4) - (4)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 114:
 | 
						
						
						
							|  |  | #line 565 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_DEFAULT, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = NULL;
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(3) - (3)].pval);set_dads((yyval.pval),(yyvsp[(3) - (3)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 115:
 | 
						
						
						
							|  |  | #line 569 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_PATTERN, &(yylsp[(1) - (4)]), &(yylsp[(4) - (4)])); /* XXX@3 or @4 ? */
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (4)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(4) - (4)].pval);set_dads((yyval.pval),(yyvsp[(4) - (4)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 116:
 | 
						
						
						
							|  |  | #line 575 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 117:
 | 
						
						
						
							|  |  | #line 576 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (2)].pval), (yyvsp[(2) - (2)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 118:
 | 
						
						
						
							|  |  | #line 579 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (1)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 119:
 | 
						
						
						
							|  |  | #line 580 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_CATCH, &(yylsp[(1) - (5)]), &(yylsp[(5) - (5)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.str = (yyvsp[(2) - (5)].str);
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.statements = (yyvsp[(4) - (5)].pval); set_dads((yyval.pval),(yyvsp[(4) - (5)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 120:
 | 
						
						
						
							|  |  | #line 586 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_SWITCHES, &(yylsp[(1) - (4)]), &(yylsp[(2) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(3) - (4)].pval); set_dads((yyval.pval),(yyvsp[(3) - (4)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 121:
 | 
						
						
						
							|  |  | #line 591 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_ESWITCHES, &(yylsp[(1) - (4)]), &(yylsp[(2) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(3) - (4)].pval); set_dads((yyval.pval),(yyvsp[(3) - (4)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 122:
 | 
						
						
						
							|  |  | #line 596 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = NULL; ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 123:
 | 
						
						
						
							|  |  | #line 597 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1(nword((yyvsp[(1) - (3)].str), &(yylsp[(1) - (3)])), (yyvsp[(3) - (3)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 124:
 | 
						
						
						
							|  |  | #line 598 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 125:
 | 
						
						
						
							|  |  | #line 601 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = nword((yyvsp[(1) - (1)].str), &(yylsp[(1) - (1)])); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 126:
 | 
						
						
						
							|  |  | #line 602 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = nword((yyvsp[(1) - (3)].str), &(yylsp[(1) - (3)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u2.arglist = (yyvsp[(3) - (3)].pval);
 | 
						
						
						
							|  |  | 		prev_word=0; /* XXX sure ? */ ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 127:
 | 
						
						
						
							|  |  | #line 609 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = (yyvsp[(1) - (2)].pval); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 128:
 | 
						
						
						
							|  |  | #line 610 "ael.y"
 | 
						
						
						
							|  |  |     { (yyval.pval) = linku1((yyvsp[(1) - (3)].pval), (yyvsp[(2) - (3)].pval)); ;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 129:
 | 
						
						
						
							|  |  | #line 611 "ael.y"
 | 
						
						
						
							|  |  |     {(yyval.pval)=(yyvsp[(1) - (2)].pval);;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 130:
 | 
						
						
						
							|  |  | #line 614 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_INCLUDES, &(yylsp[(1) - (4)]), &(yylsp[(4) - (4)]));
 | 
						
						
						
							|  |  | 		(yyval.pval)->u1.list = (yyvsp[(3) - (4)].pval);set_dads((yyval.pval),(yyvsp[(3) - (4)].pval));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   case 131:
 | 
						
						
						
							|  |  | #line 617 "ael.y"
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  | 		(yyval.pval) = npval2(PV_INCLUDES, &(yylsp[(1) - (3)]), &(yylsp[(3) - (3)]));;}
 | 
						
						
						
							|  |  |     break;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* Line 1267 of yacc.c.  */
 | 
						
						
						
							|  |  | #line 2928 "ael.tab.c"
 | 
						
						
						
							|  |  |       default: break;
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  |   YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   YYPOPSTACK (yylen);
 | 
						
						
						
							|  |  |   yylen = 0;
 | 
						
						
						
							|  |  |   YY_STACK_PRINT (yyss, yyssp);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   *++yyvsp = yyval;
 | 
						
						
						
							|  |  |   *++yylsp = yyloc;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Now `shift' the result of the reduction.  Determine what state
 | 
						
						
						
							|  |  |      that goes to, based on the state we popped back to and the rule
 | 
						
						
						
							|  |  |      number reduced by.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yyn = yyr1[yyn];
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
 | 
						
						
						
							|  |  |   if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
 | 
						
						
						
							|  |  |     yystate = yytable[yystate];
 | 
						
						
						
							|  |  |   else
 | 
						
						
						
							|  |  |     yystate = yydefgoto[yyn - YYNTOKENS];
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   goto yynewstate;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*------------------------------------.
 | 
						
						
						
							|  |  | | yyerrlab -- here on detecting error |
 | 
						
						
						
							|  |  | `------------------------------------*/
 | 
						
						
						
							|  |  | yyerrlab:
 | 
						
						
						
							|  |  |   /* If not already recovering from an error, report this error.  */
 | 
						
						
						
							|  |  |   if (!yyerrstatus)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       ++yynerrs;
 | 
						
						
						
							|  |  | #if ! YYERROR_VERBOSE
 | 
						
						
						
							|  |  |       yyerror (&yylloc, parseio, YY_("syntax error"));
 | 
						
						
						
							|  |  | #else
 | 
						
						
						
							|  |  |       {
 | 
						
						
						
							|  |  | 	YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
 | 
						
						
						
							|  |  | 	if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
 | 
						
						
						
							|  |  | 	  {
 | 
						
						
						
							|  |  | 	    YYSIZE_T yyalloc = 2 * yysize;
 | 
						
						
						
							|  |  | 	    if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
 | 
						
						
						
							|  |  | 	      yyalloc = YYSTACK_ALLOC_MAXIMUM;
 | 
						
						
						
							|  |  | 	    if (yymsg != yymsgbuf)
 | 
						
						
						
							|  |  | 	      YYSTACK_FREE (yymsg);
 | 
						
						
						
							|  |  | 	    yymsg = (char *) YYSTACK_ALLOC (yyalloc);
 | 
						
						
						
							|  |  | 	    if (yymsg)
 | 
						
						
						
							|  |  | 	      yymsg_alloc = yyalloc;
 | 
						
						
						
							|  |  | 	    else
 | 
						
						
						
							|  |  | 	      {
 | 
						
						
						
							|  |  | 		yymsg = yymsgbuf;
 | 
						
						
						
							|  |  | 		yymsg_alloc = sizeof yymsgbuf;
 | 
						
						
						
							|  |  | 	      }
 | 
						
						
						
							|  |  | 	  }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 	if (0 < yysize && yysize <= yymsg_alloc)
 | 
						
						
						
							|  |  | 	  {
 | 
						
						
						
							|  |  | 	    (void) yysyntax_error (yymsg, yystate, yychar);
 | 
						
						
						
							|  |  | 	    yyerror (&yylloc, parseio, yymsg);
 | 
						
						
						
							|  |  | 	  }
 | 
						
						
						
							|  |  | 	else
 | 
						
						
						
							|  |  | 	  {
 | 
						
						
						
							|  |  | 	    yyerror (&yylloc, parseio, YY_("syntax error"));
 | 
						
						
						
							|  |  | 	    if (yysize != 0)
 | 
						
						
						
							|  |  | 	      goto yyexhaustedlab;
 | 
						
						
						
							|  |  | 	  }
 | 
						
						
						
							|  |  |       }
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yyerror_range[0] = yylloc;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (yyerrstatus == 3)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       /* If just tried and failed to reuse look-ahead token after an
 | 
						
						
						
							|  |  | 	 error, discard it.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       if (yychar <= YYEOF)
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 	  /* Return failure if at end of input.  */
 | 
						
						
						
							|  |  | 	  if (yychar == YYEOF)
 | 
						
						
						
							|  |  | 	    YYABORT;
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  |       else
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 	  yydestruct ("Error: discarding",
 | 
						
						
						
							|  |  | 		      yytoken, &yylval, &yylloc, parseio);
 | 
						
						
						
							|  |  | 	  yychar = YYEMPTY;
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Else will try to reuse look-ahead token after shifting the error
 | 
						
						
						
							|  |  |      token.  */
 | 
						
						
						
							|  |  |   goto yyerrlab1;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*---------------------------------------------------.
 | 
						
						
						
							|  |  | | yyerrorlab -- error raised explicitly by YYERROR.  |
 | 
						
						
						
							|  |  | `---------------------------------------------------*/
 | 
						
						
						
							|  |  | yyerrorlab:
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Pacify compilers like GCC when the user code never invokes
 | 
						
						
						
							|  |  |      YYERROR and the label yyerrorlab therefore never appears in user
 | 
						
						
						
							|  |  |      code.  */
 | 
						
						
						
							|  |  |   if (/*CONSTCOND*/ 0)
 | 
						
						
						
							|  |  |      goto yyerrorlab;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yyerror_range[0] = yylsp[1-yylen];
 | 
						
						
						
							|  |  |   /* Do not reclaim the symbols of the rule which action triggered
 | 
						
						
						
							|  |  |      this YYERROR.  */
 | 
						
						
						
							|  |  |   YYPOPSTACK (yylen);
 | 
						
						
						
							|  |  |   yylen = 0;
 | 
						
						
						
							|  |  |   YY_STACK_PRINT (yyss, yyssp);
 | 
						
						
						
							|  |  |   yystate = *yyssp;
 | 
						
						
						
							|  |  |   goto yyerrlab1;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-------------------------------------------------------------.
 | 
						
						
						
							|  |  | | yyerrlab1 -- common code for both syntax error and YYERROR.  |
 | 
						
						
						
							|  |  | `-------------------------------------------------------------*/
 | 
						
						
						
							|  |  | yyerrlab1:
 | 
						
						
						
							|  |  |   yyerrstatus = 3;	/* Each real token shifted decrements this.  */
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   for (;;)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       yyn = yypact[yystate];
 | 
						
						
						
							|  |  |       if (yyn != YYPACT_NINF)
 | 
						
						
						
							|  |  | 	{
 | 
						
						
						
							|  |  | 	  yyn += YYTERROR;
 | 
						
						
						
							|  |  | 	  if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
 | 
						
						
						
							|  |  | 	    {
 | 
						
						
						
							|  |  | 	      yyn = yytable[yyn];
 | 
						
						
						
							|  |  | 	      if (0 < yyn)
 | 
						
						
						
							|  |  | 		break;
 | 
						
						
						
							|  |  | 	    }
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       /* Pop the current state because it cannot handle the error token.  */
 | 
						
						
						
							|  |  |       if (yyssp == yyss)
 | 
						
						
						
							|  |  | 	YYABORT;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |       yyerror_range[0] = *yylsp;
 | 
						
						
						
							|  |  |       yydestruct ("Error: popping",
 | 
						
						
						
							|  |  | 		  yystos[yystate], yyvsp, yylsp, parseio);
 | 
						
						
						
							|  |  |       YYPOPSTACK (1);
 | 
						
						
						
							|  |  |       yystate = *yyssp;
 | 
						
						
						
							|  |  |       YY_STACK_PRINT (yyss, yyssp);
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   if (yyn == YYFINAL)
 | 
						
						
						
							|  |  |     YYACCEPT;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   *++yyvsp = yylval;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yyerror_range[1] = yylloc;
 | 
						
						
						
							|  |  |   /* Using YYLLOC is tempting, but would change the location of
 | 
						
						
						
							|  |  |      the look-ahead.  YYLOC is available though.  */
 | 
						
						
						
							|  |  |   YYLLOC_DEFAULT (yyloc, (yyerror_range - 1), 2);
 | 
						
						
						
							|  |  |   *++yylsp = yyloc;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   /* Shift the error token.  */
 | 
						
						
						
							|  |  |   YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  |   yystate = yyn;
 | 
						
						
						
							|  |  |   goto yynewstate;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-------------------------------------.
 | 
						
						
						
							|  |  | | yyacceptlab -- YYACCEPT comes here.  |
 | 
						
						
						
							|  |  | `-------------------------------------*/
 | 
						
						
						
							|  |  | yyacceptlab:
 | 
						
						
						
							|  |  |   yyresult = 0;
 | 
						
						
						
							|  |  |   goto yyreturn;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /*-----------------------------------.
 | 
						
						
						
							|  |  | | yyabortlab -- YYABORT comes here.  |
 | 
						
						
						
							|  |  | `-----------------------------------*/
 | 
						
						
						
							|  |  | yyabortlab:
 | 
						
						
						
							|  |  |   yyresult = 1;
 | 
						
						
						
							|  |  |   goto yyreturn;
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #ifndef yyoverflow
 | 
						
						
						
							|  |  | /*-------------------------------------------------.
 | 
						
						
						
							|  |  | | yyexhaustedlab -- memory exhaustion comes here.  |
 | 
						
						
						
							|  |  | `-------------------------------------------------*/
 | 
						
						
						
							|  |  | yyexhaustedlab:
 | 
						
						
						
							|  |  |   yyerror (&yylloc, parseio, YY_("memory exhausted"));
 | 
						
						
						
							|  |  |   yyresult = 2;
 | 
						
						
						
							|  |  |   /* Fall through.  */
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | yyreturn:
 | 
						
						
						
							|  |  |   if (yychar != YYEOF && yychar != YYEMPTY)
 | 
						
						
						
							|  |  |      yydestruct ("Cleanup: discarding lookahead",
 | 
						
						
						
							|  |  | 		 yytoken, &yylval, &yylloc, parseio);
 | 
						
						
						
							|  |  |   /* Do not reclaim the symbols of the rule which action triggered
 | 
						
						
						
							|  |  |      this YYABORT or YYACCEPT.  */
 | 
						
						
						
							|  |  |   YYPOPSTACK (yylen);
 | 
						
						
						
							|  |  |   YY_STACK_PRINT (yyss, yyssp);
 | 
						
						
						
							|  |  |   while (yyssp != yyss)
 | 
						
						
						
							|  |  |     {
 | 
						
						
						
							|  |  |       yydestruct ("Cleanup: popping",
 | 
						
						
						
							|  |  | 		  yystos[*yyssp], yyvsp, yylsp, parseio);
 | 
						
						
						
							|  |  |       YYPOPSTACK (1);
 | 
						
						
						
							|  |  |     }
 | 
						
						
						
							|  |  | #ifndef yyoverflow
 | 
						
						
						
							|  |  |   if (yyss != yyssa)
 | 
						
						
						
							|  |  |     YYSTACK_FREE (yyss);
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  | #if YYERROR_VERBOSE
 | 
						
						
						
							|  |  |   if (yymsg != yymsgbuf)
 | 
						
						
						
							|  |  |     YYSTACK_FREE (yymsg);
 | 
						
						
						
							|  |  | #endif
 | 
						
						
						
							|  |  |   /* Make sure YYID is used.  */
 | 
						
						
						
							|  |  |   return YYID (yyresult);
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | #line 622 "ael.y"
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static char *token_equivs1[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	"AMPER",
 | 
						
						
						
							|  |  | 	"AT",
 | 
						
						
						
							|  |  | 	"BAR",
 | 
						
						
						
							|  |  | 	"COLON",
 | 
						
						
						
							|  |  | 	"COMMA",
 | 
						
						
						
							|  |  | 	"EQ",
 | 
						
						
						
							|  |  | 	"EXTENMARK",
 | 
						
						
						
							|  |  | 	"KW_BREAK",
 | 
						
						
						
							|  |  | 	"KW_CASE",
 | 
						
						
						
							|  |  | 	"KW_CATCH",
 | 
						
						
						
							|  |  | 	"KW_CONTEXT",
 | 
						
						
						
							|  |  | 	"KW_CONTINUE",
 | 
						
						
						
							|  |  | 	"KW_DEFAULT",
 | 
						
						
						
							|  |  | 	"KW_ELSE",
 | 
						
						
						
							|  |  | 	"KW_ESWITCHES",
 | 
						
						
						
							|  |  | 	"KW_FOR",
 | 
						
						
						
							|  |  | 	"KW_GLOBALS",
 | 
						
						
						
							|  |  | 	"KW_GOTO",
 | 
						
						
						
							|  |  | 	"KW_HINT",
 | 
						
						
						
							|  |  | 	"KW_IFTIME",
 | 
						
						
						
							|  |  | 	"KW_IF",
 | 
						
						
						
							|  |  | 	"KW_IGNOREPAT",
 | 
						
						
						
							|  |  | 	"KW_INCLUDES"
 | 
						
						
						
							|  |  | 	"KW_JUMP",
 | 
						
						
						
							|  |  | 	"KW_MACRO",
 | 
						
						
						
							|  |  | 	"KW_PATTERN",
 | 
						
						
						
							|  |  | 	"KW_REGEXTEN",
 | 
						
						
						
							|  |  | 	"KW_RETURN",
 | 
						
						
						
							|  |  | 	"KW_SWITCHES",
 | 
						
						
						
							|  |  | 	"KW_SWITCH",
 | 
						
						
						
							|  |  | 	"KW_WHILE",
 | 
						
						
						
							|  |  | 	"LC",
 | 
						
						
						
							|  |  | 	"LP",
 | 
						
						
						
							|  |  | 	"RC",
 | 
						
						
						
							|  |  | 	"RP",
 | 
						
						
						
							|  |  | 	"SEMI",
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static char *token_equivs2[] =
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	"&",
 | 
						
						
						
							|  |  | 	"@",
 | 
						
						
						
							|  |  | 	"|",
 | 
						
						
						
							|  |  | 	":",
 | 
						
						
						
							|  |  | 	",",
 | 
						
						
						
							|  |  | 	"=",
 | 
						
						
						
							|  |  | 	"=>",
 | 
						
						
						
							|  |  | 	"break",
 | 
						
						
						
							|  |  | 	"case",
 | 
						
						
						
							|  |  | 	"catch",
 | 
						
						
						
							|  |  | 	"context",
 | 
						
						
						
							|  |  | 	"continue",
 | 
						
						
						
							|  |  | 	"default",
 | 
						
						
						
							|  |  | 	"else",
 | 
						
						
						
							|  |  | 	"eswitches",
 | 
						
						
						
							|  |  | 	"for",
 | 
						
						
						
							|  |  | 	"globals",
 | 
						
						
						
							|  |  | 	"goto",
 | 
						
						
						
							|  |  | 	"hint",
 | 
						
						
						
							|  |  | 	"ifTime",
 | 
						
						
						
							|  |  | 	"if",
 | 
						
						
						
							|  |  | 	"ignorepat",
 | 
						
						
						
							|  |  | 	"includes"
 | 
						
						
						
							|  |  | 	"jump",
 | 
						
						
						
							|  |  | 	"macro",
 | 
						
						
						
							|  |  | 	"pattern",
 | 
						
						
						
							|  |  | 	"regexten",
 | 
						
						
						
							|  |  | 	"return",
 | 
						
						
						
							|  |  | 	"switches",
 | 
						
						
						
							|  |  | 	"switch",
 | 
						
						
						
							|  |  | 	"while",
 | 
						
						
						
							|  |  | 	"{",
 | 
						
						
						
							|  |  | 	"(",
 | 
						
						
						
							|  |  | 	"}",
 | 
						
						
						
							|  |  | 	")",
 | 
						
						
						
							|  |  | 	";",
 | 
						
						
						
							|  |  | };
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static char *ael_token_subst(char *mess)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	/* calc a length, malloc, fill, and return; yyerror had better free it! */
 | 
						
						
						
							|  |  | 	int len=0,i;
 | 
						
						
						
							|  |  | 	char *p;
 | 
						
						
						
							|  |  | 	char *res, *s,*t;
 | 
						
						
						
							|  |  | 	int token_equivs_entries = sizeof(token_equivs1)/sizeof(char*);
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 	for (p=mess; *p; p++) {
 | 
						
						
						
							|  |  | 		for (i=0; i<token_equivs_entries; i++) {
 | 
						
						
						
							|  |  | 			if ( strncmp(p,token_equivs1[i],strlen(token_equivs1[i])) == 0 )
 | 
						
						
						
							|  |  | 			{
 | 
						
						
						
							|  |  | 				len+=strlen(token_equivs2[i])+2;
 | 
						
						
						
							|  |  | 				p += strlen(token_equivs1[i])-1;
 | 
						
						
						
							|  |  | 				break;
 | 
						
						
						
							|  |  | 			}
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 		len++;
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  | 	res = calloc(1, len+1);
 | 
						
						
						
							|  |  | 	res[0] = 0;
 | 
						
						
						
							|  |  | 	s = res;
 | 
						
						
						
							|  |  | 	for (p=mess; *p;) {
 | 
						
						
						
							|  |  | 		int found = 0;
 | 
						
						
						
							|  |  | 		for (i=0; i<token_equivs_entries; i++) {
 | 
						
						
						
							|  |  | 			if ( strncmp(p,token_equivs1[i],strlen(token_equivs1[i])) == 0 ) {
 | 
						
						
						
							|  |  | 				*s++ = '\'';
 | 
						
						
						
							|  |  | 				for (t=token_equivs2[i]; *t;) {
 | 
						
						
						
							|  |  | 					*s++ = *t++;
 | 
						
						
						
							|  |  | 				}
 | 
						
						
						
							|  |  | 				*s++ = '\'';
 | 
						
						
						
							|  |  | 				p += strlen(token_equivs1[i]);
 | 
						
						
						
							|  |  | 				found = 1;
 | 
						
						
						
							|  |  | 				break;
 | 
						
						
						
							|  |  | 			}
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 		if( !found )
 | 
						
						
						
							|  |  | 			*s++ = *p++;
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  | 	*s++ = 0;
 | 
						
						
						
							|  |  | 	return res;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | void yyerror(YYLTYPE *locp, struct parse_io *parseio,  char const *s)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	char *s2 = ael_token_subst((char *)s);
 | 
						
						
						
							|  |  | 	if (locp->first_line == locp->last_line) {
 | 
						
						
						
							|  |  | 		ast_log(LOG_ERROR, "==== File: %s, Line %d, Cols: %d-%d: Error: %s\n", my_file, locp->first_line, locp->first_column, locp->last_column, s2);
 | 
						
						
						
							|  |  | 	} else {
 | 
						
						
						
							|  |  | 		ast_log(LOG_ERROR, "==== File: %s, Line %d Col %d  to Line %d Col %d: Error: %s\n", my_file, locp->first_line, locp->first_column, locp->last_line, locp->last_column, s2);
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  | 	free(s2);
 | 
						
						
						
							|  |  | 	parseio->syntax_error_count++;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static struct pval *npval(pvaltype type, int first_line, int last_line,
 | 
						
						
						
							|  |  | 	int first_column, int last_column)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	pval *z = calloc(1, sizeof(struct pval));
 | 
						
						
						
							|  |  | 	z->type = type;
 | 
						
						
						
							|  |  | 	z->startline = first_line;
 | 
						
						
						
							|  |  | 	z->endline = last_line;
 | 
						
						
						
							|  |  | 	z->startcol = first_column;
 | 
						
						
						
							|  |  | 	z->endcol = last_column;
 | 
						
						
						
							|  |  | 	z->filename = strdup(my_file);
 | 
						
						
						
							|  |  | 	return z;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static struct pval *npval2(pvaltype type, YYLTYPE *first, YYLTYPE *last)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	return npval(type, first->first_line, last->last_line,
 | 
						
						
						
							|  |  | 			first->first_column, last->last_column);
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | static struct pval *update_last(pval *obj, YYLTYPE *last)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	obj->endline = last->last_line;
 | 
						
						
						
							|  |  | 	obj->endcol = last->last_column;
 | 
						
						
						
							|  |  | 	return obj;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* frontend for npval to create a PV_WORD string from the given token */
 | 
						
						
						
							|  |  | static pval *nword(char *string, YYLTYPE *pos)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	pval *p = npval2(PV_WORD, pos, pos);
 | 
						
						
						
							|  |  | 	if (p)
 | 
						
						
						
							|  |  | 		p->u1.str = string;
 | 
						
						
						
							|  |  | 	return p;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* append second element to the list in the first one */
 | 
						
						
						
							|  |  | static pval * linku1(pval *head, pval *tail)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	if (!head)
 | 
						
						
						
							|  |  | 		return tail;
 | 
						
						
						
							|  |  | 	if (tail) {
 | 
						
						
						
							|  |  | 		if (!head->next) {
 | 
						
						
						
							|  |  | 			head->next = tail;
 | 
						
						
						
							|  |  | 		} else {
 | 
						
						
						
							|  |  | 			head->u1_last->next = tail;
 | 
						
						
						
							|  |  | 		}
 | 
						
						
						
							|  |  | 		head->u1_last = tail;
 | 
						
						
						
							|  |  | 		tail->prev = head; /* the dad link only points to containers */
 | 
						
						
						
							|  |  | 	}
 | 
						
						
						
							|  |  | 	return head;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | /* this routine adds a dad ptr to each element in the list */
 | 
						
						
						
							|  |  | static void set_dads(struct pval *dad, struct pval *child_list)
 | 
						
						
						
							|  |  | {
 | 
						
						
						
							|  |  | 	struct pval *t;
 | 
						
						
						
							|  |  | 	
 | 
						
						
						
							|  |  | 	for(t=child_list;t;t=t->next)  /* simple stuff */
 | 
						
						
						
							|  |  | 		t->dad = dad;
 | 
						
						
						
							|  |  | }
 | 
						
						
						
							|  |  | 
 | 
						
						
						
							|  |  | 
 |