123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284 |
- /* A Bison parser, made from ../../../src/sd/domnode-xml-parser.y
- by GNU bison 1.35. */
- #define YYBISON 1 /* Identify Bison output. */
- #define yyparse __sd_domnode_xml_parse
- #define yylex __sd_domnode_xml_lex
- #define yyerror __sd_domnode_xml_error
- #define yylval __sd_domnode_xml_lval
- #define yychar __sd_domnode_xml_char
- #define yydebug __sd_domnode_xml_debug
- #define yynerrs __sd_domnode_xml_nerrs
- # define ENDDEF 257
- # define EQ 258
- # define SLASH 259
- # define CLOSE 260
- # define END 261
- # define NAME 262
- # define VALUE 263
- # define DATA 264
- # define COMMENT 265
- # define START 266
- #line 1 "../../../src/sd/domnode-xml-parser.y"
- #include <assert.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include "error.h"
- #include "malloc.h"
- #include "domnode-xml.h"
- /* Generated by bison(1) */
- #include "domnode-xml-parser.h"
- /* Generated by flex(1) */
- #define YY_HEADER_NO_UNDEFS 1
- #include "domnode-xml-scanner.h"
- #define YYPARSE_PARAM __a_maker
- #define a_maker ((struct __sd_domnode_xml_maker*) YYPARSE_PARAM)
- #define YYLEX_PARAM (a_maker->scanner)
- #ifdef strdup
- # undef strdup
- #endif
- #define strdup sd_strdup
- #ifdef malloc
- # undef malloc
- #endif
- #define malloc sd_malloc
- #ifdef calloc
- # undef calloc
- #endif
- #define calloc sd_calloc
- #ifdef realloc
- # undef realloc
- #endif
- #define realloc sd_realloc
- #ifdef yyerror
- # undef yyerror
- #endif
- #define yyerror sd_error
- static void domnode_attribute(struct __sd_domnode_xml_maker*, const char*,
- const char*);
- #line 52 "../../../src/sd/domnode-xml-parser.y"
- #ifndef YYSTYPE
- typedef union { char *s; } yystype;
- # define YYSTYPE yystype
- # define YYSTYPE_IS_TRIVIAL 1
- #endif
- #ifndef YYDEBUG
- # define YYDEBUG 1
- #endif
- #define YYFINAL 27
- #define YYFLAG -32768
- #define YYNTBASE 13
- /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */
- #define YYTRANSLATE(x) ((unsigned)(x) <= 266 ? yytranslate[x] : 23)
- /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */
- static const char 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, 3, 4, 5,
- 6, 7, 8, 9, 10, 11, 12
- };
- #if YYDEBUG
- static const short yyprhs[] =
- {
- 0, 0, 4, 7, 8, 10, 11, 16, 19, 25,
- 28, 31, 34, 35, 37, 40, 41, 43
- };
- static const short yyrhs[] =
- {
- 14, 16, 14, 0, 14, 15, 0, 0, 11, 0,
- 0, 12, 17, 21, 18, 0, 5, 6, 0, 6,
- 19, 7, 20, 6, 0, 19, 10, 0, 19, 16,
- 0, 19, 15, 0, 0, 8, 0, 21, 22, 0,
- 0, 8, 0, 8, 4, 9, 0
- };
- #endif
- #if YYDEBUG
- /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
- static const short yyrline[] =
- {
- 0, 61, 65, 66, 70, 84, 84, 118, 126, 146,
- 156, 157, 158, 162, 169, 170, 174, 180
- };
- #endif
- #if (YYDEBUG) || defined YYERROR_VERBOSE
- /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
- static const char *const yytname[] =
- {
- "$", "error", "$undefined.", "ENDDEF", "EQ", "SLASH", "CLOSE", "END",
- "NAME", "VALUE", "DATA", "COMMENT", "START", "document", "misc",
- "comment", "element", "@1", "empty_or_content", "content", "name",
- "attribute_seq_opt", "attribute", 0
- };
- #endif
- /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
- static const short yyr1[] =
- {
- 0, 13, 14, 14, 15, 17, 16, 18, 18, 19,
- 19, 19, 19, 20, 21, 21, 22, 22
- };
- /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
- static const short yyr2[] =
- {
- 0, 3, 2, 0, 1, 0, 4, 2, 5, 2,
- 2, 2, 0, 1, 2, 0, 1, 3
- };
- /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
- doesn't specify something else to do. Zero means the default is an
- error. */
- static const short yydefact[] =
- {
- 3, 0, 4, 5, 2, 3, 15, 1, 0, 0,
- 12, 16, 6, 14, 7, 0, 0, 0, 9, 11,
- 10, 17, 13, 0, 8, 0, 0, 0
- };
- static const short yydefgoto[] =
- {
- 25, 1, 4, 5, 6, 12, 15, 23, 8, 13
- };
- static const short yypact[] =
- {
- -32768, -10,-32768,-32768,-32768,-32768,-32768, -3, 1, 4,
- -32768, 7,-32768,-32768,-32768, -7, 3, 5,-32768,-32768,
- -32768,-32768,-32768, 8,-32768, 15, 16,-32768
- };
- static const short yypgoto[] =
- {
- -32768, 12, 6, 9,-32768,-32768,-32768,-32768,-32768,-32768
- };
- #define YYLAST 24
- static const short yytable[] =
- {
- 17, 2, 3, 18, 2, 3, 9, 10, 2, 11,
- 14, 16, 21, 22, 24, 26, 27, 7, 0, 0,
- 0, 19, 0, 0, 20
- };
- static const short yycheck[] =
- {
- 7, 11, 12, 10, 11, 12, 5, 6, 11, 8,
- 6, 4, 9, 8, 6, 0, 0, 5, -1, -1,
- -1, 15, -1, -1, 15
- };
- #define YYPURE 1
- /* -*-C-*- Note some compilers choke on comments on `#line' lines. */
- #line 3 "/usr/share/bison/bison.simple"
- /* Skeleton output parser for bison,
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
- /* As a special exception, when this file is copied by Bison into a
- Bison output file, you may use that output file without restriction.
- This special exception was added by the Free Software Foundation
- in version 1.24 of Bison. */
- /* This is the parser code that is written into each bison parser when
- the %semantic_parser declaration is not specified in the grammar.
- It was written by Richard Stallman by simplifying the hairy parser
- used when %semantic_parser is specified. */
- /* 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. */
- #if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
- /* The parser invokes alloca or malloc; define the necessary symbols. */
- # if YYSTACK_USE_ALLOCA
- # define YYSTACK_ALLOC alloca
- # else
- # ifndef YYSTACK_USE_ALLOCA
- # if defined (alloca) || defined (_ALLOCA_H)
- # define YYSTACK_ALLOC alloca
- # else
- # ifdef __GNUC__
- # define YYSTACK_ALLOC __builtin_alloca
- # endif
- # endif
- # endif
- # endif
- # ifdef YYSTACK_ALLOC
- /* Pacify GCC's `empty if-body' warning. */
- # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
- # else
- # if defined (__STDC__) || defined (__cplusplus)
- # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
- # define YYSIZE_T size_t
- # endif
- # define YYSTACK_ALLOC malloc
- # define YYSTACK_FREE free
- # endif
- #endif /* ! defined (yyoverflow) || defined (YYERROR_VERBOSE) */
- #if (! defined (yyoverflow) \
- && (! defined (__cplusplus) \
- || (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
- /* A type that is properly aligned for any stack member. */
- union yyalloc
- {
- short yyss;
- YYSTYPE yyvs;
- # if YYLSP_NEEDED
- YYLTYPE yyls;
- # endif
- };
- /* The size of the maximum gap between one aligned stack and the next. */
- # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
- /* The size of an array large to enough to hold all stacks, each with
- N elements. */
- # if YYLSP_NEEDED
- # define YYSTACK_BYTES(N) \
- ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
- + 2 * YYSTACK_GAP_MAX)
- # else
- # define YYSTACK_BYTES(N) \
- ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
- + YYSTACK_GAP_MAX)
- # endif
- /* Copy COUNT objects from FROM to TO. The source and destination do
- not overlap. */
- # ifndef YYCOPY
- # if 1 < __GNUC__
- # define YYCOPY(To, From, Count) \
- __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
- # else
- # define YYCOPY(To, From, Count) \
- do \
- { \
- register YYSIZE_T yyi; \
- for (yyi = 0; yyi < (Count); yyi++) \
- (To)[yyi] = (From)[yyi]; \
- } \
- while (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_MAX; \
- yyptr += yynewbytes / sizeof (*yyptr); \
- } \
- while (0)
- #endif
- #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
- # define YYSIZE_T __SIZE_TYPE__
- #endif
- #if ! defined (YYSIZE_T) && defined (size_t)
- # define YYSIZE_T size_t
- #endif
- #if ! defined (YYSIZE_T)
- # if defined (__STDC__) || defined (__cplusplus)
- # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
- # define YYSIZE_T size_t
- # endif
- #endif
- #if ! defined (YYSIZE_T)
- # define YYSIZE_T unsigned int
- #endif
- #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 yyerrlab1
- /* 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); \
- yychar1 = YYTRANSLATE (yychar); \
- YYPOPSTACK; \
- goto yybackup; \
- } \
- else \
- { \
- yyerror ("syntax error: cannot back up"); \
- YYERROR; \
- } \
- while (0)
- #define YYTERROR 1
- #define YYERRCODE 256
- /* YYLLOC_DEFAULT -- Compute the default location (before the actions
- are run).
- When YYLLOC_DEFAULT is run, CURRENT is set the location of the
- first token. By default, to implement support for ranges, extend
- its range to the last symbol. */
- #ifndef YYLLOC_DEFAULT
- # define YYLLOC_DEFAULT(Current, Rhs, N) \
- Current.last_line = Rhs[N].last_line; \
- Current.last_column = Rhs[N].last_column;
- #endif
- /* YYLEX -- calling `yylex' with the right arguments. */
- #if YYPURE
- # if YYLSP_NEEDED
- # ifdef YYLEX_PARAM
- # define YYLEX yylex (&yylval, &yylloc, YYLEX_PARAM)
- # else
- # define YYLEX yylex (&yylval, &yylloc)
- # endif
- # else /* !YYLSP_NEEDED */
- # ifdef YYLEX_PARAM
- # define YYLEX yylex (&yylval, YYLEX_PARAM)
- # else
- # define YYLEX yylex (&yylval)
- # endif
- # endif /* !YYLSP_NEEDED */
- #else /* !YYPURE */
- # define YYLEX yylex ()
- #endif /* !YYPURE */
- /* 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 (0)
- /* Nonzero means print parse trace. It is left uninitialized so that
- multiple parsers can coexist. */
- int yydebug;
- #else /* !YYDEBUG */
- # define YYDPRINTF(Args)
- #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
- SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
- evaluated with infinite-precision integer arithmetic. */
- #if YYMAXDEPTH == 0
- # undef YYMAXDEPTH
- #endif
- #ifndef YYMAXDEPTH
- # define YYMAXDEPTH 10000
- #endif
- #ifdef YYERROR_VERBOSE
- # ifndef yystrlen
- # if defined (__GLIBC__) && defined (_STRING_H)
- # define yystrlen strlen
- # else
- /* Return the length of YYSTR. */
- static YYSIZE_T
- # if defined (__STDC__) || defined (__cplusplus)
- yystrlen (const char *yystr)
- # else
- yystrlen (yystr)
- const char *yystr;
- # endif
- {
- register const char *yys = yystr;
- while (*yys++ != '\0')
- continue;
- return yys - yystr - 1;
- }
- # 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. */
- static char *
- # if defined (__STDC__) || defined (__cplusplus)
- yystpcpy (char *yydest, const char *yysrc)
- # else
- yystpcpy (yydest, yysrc)
- char *yydest;
- const char *yysrc;
- # endif
- {
- register char *yyd = yydest;
- register const char *yys = yysrc;
- while ((*yyd++ = *yys++) != '\0')
- continue;
- return yyd - 1;
- }
- # endif
- # endif
- #endif
- #line 315 "/usr/share/bison/bison.simple"
- /* The user can define YYPARSE_PARAM as the name of an argument to be passed
- into yyparse. The argument should have type void *.
- It should actually point to an object.
- Grammar actions can access the variable by casting it
- to the proper pointer type. */
- #ifdef YYPARSE_PARAM
- # if defined (__STDC__) || defined (__cplusplus)
- # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
- # define YYPARSE_PARAM_DECL
- # else
- # define YYPARSE_PARAM_ARG YYPARSE_PARAM
- # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
- # endif
- #else /* !YYPARSE_PARAM */
- # define YYPARSE_PARAM_ARG
- # define YYPARSE_PARAM_DECL
- #endif /* !YYPARSE_PARAM */
- /* Prevent warning if -Wstrict-prototypes. */
- #ifdef __GNUC__
- # ifdef YYPARSE_PARAM
- int yyparse (void *);
- # else
- int yyparse (void);
- # endif
- #endif
- /* YY_DECL_VARIABLES -- depending whether we use a pure parser,
- variables are global, or local to YYPARSE. */
- #define YY_DECL_NON_LSP_VARIABLES \
- /* The lookahead symbol. */ \
- int yychar; \
- \
- /* The semantic value of the lookahead symbol. */ \
- YYSTYPE yylval; \
- \
- /* Number of parse errors so far. */ \
- int yynerrs;
- #if YYLSP_NEEDED
- # define YY_DECL_VARIABLES \
- YY_DECL_NON_LSP_VARIABLES \
- \
- /* Location data for the lookahead symbol. */ \
- YYLTYPE yylloc;
- #else
- # define YY_DECL_VARIABLES \
- YY_DECL_NON_LSP_VARIABLES
- #endif
- /* If nonreentrant, generate the variables here. */
- #if !YYPURE
- YY_DECL_VARIABLES
- #endif /* !YYPURE */
- //int
- //yyparse (YYPARSE_PARAM_ARG)
- //YYPARSE_PARAM_DECL
- int yyparse(struct __sd_domnode_xml_maker*YYPARSE_PARAM)
- {
- /* If reentrant, generate the variables here. */
- #if YYPURE
- YY_DECL_VARIABLES
- #endif /* !YYPURE */
- register int yystate;
- register int yyn;
- int yyresult;
- /* Number of tokens to shift before error messages enabled. */
- int yyerrstatus;
- /* Lookahead token as an internal (translated) token number. */
- int yychar1 = 0;
- /* 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. */
- short yyssa[YYINITDEPTH];
- short *yyss = yyssa;
- register short *yyssp;
- /* The semantic value stack. */
- YYSTYPE yyvsa[YYINITDEPTH];
- YYSTYPE *yyvs = yyvsa;
- register YYSTYPE *yyvsp;
- #if YYLSP_NEEDED
- /* The location stack. */
- YYLTYPE yylsa[YYINITDEPTH];
- YYLTYPE *yyls = yylsa;
- YYLTYPE *yylsp;
- #endif
- #if YYLSP_NEEDED
- # define YYPOPSTACK (yyvsp--, yyssp--, yylsp--)
- #else
- # define YYPOPSTACK (yyvsp--, yyssp--)
- #endif
- YYSIZE_T yystacksize = YYINITDEPTH;
- /* The variables used to return semantic value and location from the
- action routines. */
- YYSTYPE yyval;
- #if YYLSP_NEEDED
- YYLTYPE yyloc;
- #endif
- /* When reducing, the number of symbols on the RHS of the reduced
- rule. */
- int yylen;
- 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;
- #if YYLSP_NEEDED
- yylsp = yyls;
- #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 (yyssp >= yyss + yystacksize - 1)
- {
- /* 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;
- short *yyss1 = yyss;
- /* Each stack pointer address is followed by the size of the
- data in use in that stack, in bytes. */
- # if YYLSP_NEEDED
- YYLTYPE *yyls1 = yyls;
- /* This used to be a conditional around just the two extra args,
- but that might be undefined if yyoverflow is a macro. */
- yyoverflow ("parser stack overflow",
- &yyss1, yysize * sizeof (*yyssp),
- &yyvs1, yysize * sizeof (*yyvsp),
- &yyls1, yysize * sizeof (*yylsp),
- &yystacksize);
- yyls = yyls1;
- # else
- yyoverflow ("parser stack overflow",
- &yyss1, yysize * sizeof (*yyssp),
- &yyvs1, yysize * sizeof (*yyvsp),
- &yystacksize);
- # endif
- yyss = yyss1;
- yyvs = yyvs1;
- }
- #else /* no yyoverflow */
- # ifndef YYSTACK_RELOCATE
- goto yyoverflowlab;
- # else
- /* Extend the stack our own way. */
- if (yystacksize >= YYMAXDEPTH)
- goto yyoverflowlab;
- yystacksize *= 2;
- if (yystacksize > YYMAXDEPTH)
- yystacksize = YYMAXDEPTH;
- {
- short *yyss1 = yyss;
- union yyalloc *yyptr =
- (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
- if (! yyptr)
- goto yyoverflowlab;
- YYSTACK_RELOCATE (yyss);
- YYSTACK_RELOCATE (yyvs);
- # if YYLSP_NEEDED
- YYSTACK_RELOCATE (yyls);
- # endif
- # undef YYSTACK_RELOCATE
- if (yyss1 != yyssa)
- YYSTACK_FREE (yyss1);
- }
- # endif
- #endif /* no yyoverflow */
- yyssp = yyss + yysize - 1;
- yyvsp = yyvs + yysize - 1;
- #if YYLSP_NEEDED
- yylsp = yyls + yysize - 1;
- #endif
- YYDPRINTF ((stderr, "Stack size increased to %lu\n",
- (unsigned long int) yystacksize));
- if (yyssp >= yyss + yystacksize - 1)
- YYABORT;
- }
- YYDPRINTF ((stderr, "Entering state %d\n", yystate));
- goto yybackup;
- /*-----------.
- | yybackup. |
- `-----------*/
- yybackup:
- /* Do appropriate processing given the current state. */
- /* Read a lookahead token if we need one and don't already have one. */
- /* yyresume: */
- /* First try to decide what to do without reference to lookahead token. */
- yyn = yypact[yystate];
- if (yyn == YYFLAG)
- goto yydefault;
- /* Not known => get a lookahead token if don't already have one. */
- /* yychar is either YYEMPTY or YYEOF
- or a valid token in external form. */
- if (yychar == YYEMPTY)
- {
- YYDPRINTF ((stderr, "Reading a token: "));
- yychar = YYLEX;
- }
- /* Convert token to internal form (in yychar1) for indexing tables with */
- if (yychar <= 0) /* This means end of input. */
- {
- yychar1 = 0;
- yychar = YYEOF; /* Don't call YYLEX any more */
- YYDPRINTF ((stderr, "Now at end of input.\n"));
- }
- else
- {
- yychar1 = YYTRANSLATE (yychar);
- #if YYDEBUG
- /* We have to keep this `#if YYDEBUG', since we use variables
- which are defined only if `YYDEBUG' is set. */
- if (yydebug)
- {
- YYFPRINTF (stderr, "Next token is %d (%s",
- yychar, yytname[yychar1]);
- /* Give the individual parser a way to print the precise
- meaning of a token, for further debugging info. */
- # ifdef YYPRINT
- YYPRINT (stderr, yychar, yylval);
- # endif
- YYFPRINTF (stderr, ")\n");
- }
- #endif
- }
- yyn += yychar1;
- if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
- goto yydefault;
- yyn = yytable[yyn];
- /* yyn is what to do for this token type in this state.
- Negative => reduce, -yyn is rule number.
- Positive => shift, yyn is new state.
- New state is final state => don't bother to shift,
- just return success.
- 0, or most negative number => error. */
- if (yyn < 0)
- {
- if (yyn == YYFLAG)
- goto yyerrlab;
- yyn = -yyn;
- goto yyreduce;
- }
- else if (yyn == 0)
- goto yyerrlab;
- if (yyn == YYFINAL)
- YYACCEPT;
- /* Shift the lookahead token. */
- YYDPRINTF ((stderr, "Shifting token %d (%s), ",
- yychar, yytname[yychar1]));
- /* Discard the token being shifted unless it is eof. */
- if (yychar != YYEOF)
- yychar = YYEMPTY;
- *++yyvsp = yylval;
- #if YYLSP_NEEDED
- *++yylsp = yylloc;
- #endif
- /* Count tokens shifted since error; after three, turn off error
- status. */
- if (yyerrstatus)
- yyerrstatus--;
- yystate = yyn;
- 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 the semantic value of
- the lookahead token. 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];
- #if YYLSP_NEEDED
- /* Similarly for the default location. Let the user run additional
- commands if for instance locations are ranges. */
- yyloc = yylsp[1-yylen];
- YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
- #endif
- #if YYDEBUG
- /* We have to keep this `#if YYDEBUG', since we use variables which
- are defined only if `YYDEBUG' is set. */
- if (yydebug)
- {
- int yyi;
- YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
- yyn, yyrline[yyn]);
- /* Print the symbols being reduced, and their result. */
- for (yyi = yyprhs[yyn]; yyrhs[yyi] > 0; yyi++)
- YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
- YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
- }
- #endif
- switch (yyn) {
- case 4:
- #line 71 "../../../src/sd/domnode-xml-parser.y"
- {
- sd_domnode_t* node = (sd_domnode_t*)sd_stack_peek(a_maker->elements);
-
- if (node) {
- sd_debug("COMMENT: add comment '%s' to node '%s'\n", yyvsp[0].s, node->name);
- sd_list_append(node->children, __sd_domnode_new("#comment", yyvsp[0].s, 0));
- /* $1 was obtain with strdup() */
- free(yyvsp[0].s);
- }
- ;
- break;}
- case 5:
- #line 85 "../../../src/sd/domnode-xml-parser.y"
- {
- sd_domnode_t* parent = (sd_domnode_t*)sd_stack_peek(a_maker->elements);
- sd_domnode_t* node = __sd_domnode_new(yyvsp[0].s, 0, 1);
-
- #ifdef __SD_DEBUG__
- {
- static void* __debug = 0;
- if (! __debug) {
- __debug = getenv("SD_DEBUG");
- if (__debug)
- yydebug = 1;
- else
- __debug = (void*) 0x1;
- }
- }
- #endif
-
- if (parent) {
- sd_debug("START: add child '%s' to node '%s'\n", yyvsp[0].s, parent->name);
- sd_list_append(parent->children, node);
- } else {
- sd_debug("START: add root'%s'\n", yyvsp[0].s);
- a_maker->root = node;
- }
-
- sd_stack_push(a_maker->elements, node);
- free(yyvsp[0].s);
- ;
- break;}
- case 7:
- #line 119 "../../../src/sd/domnode-xml-parser.y"
- {
- sd_domnode_t* node = (sd_domnode_t*)sd_stack_peek(a_maker->elements);
- assert(node != 0);
-
- sd_debug("END: simple node '%s'\n", node->name);
- sd_stack_pop(a_maker->elements);
- ;
- break;}
- case 8:
- #line 127 "../../../src/sd/domnode-xml-parser.y"
- {
- sd_domnode_t* node = (sd_domnode_t*)sd_stack_peek(a_maker->elements);
- assert(node != 0);
-
- sd_debug("END: node '%s'\n", yyvsp[-1].s);
-
- if (strcmp(node->name, yyvsp[-1].s)) {
- yyerror("got </%s> instead of </%s>\n", yyvsp[-1].s, node->name);
- YYERROR;
- }
-
- /* $4 was obtain with strdup() */
- free(yyvsp[-1].s);
-
- sd_stack_pop(a_maker->elements);
- ;
- break;}
- case 9:
- #line 147 "../../../src/sd/domnode-xml-parser.y"
- {
- sd_domnode_t* node = (sd_domnode_t*)sd_stack_peek(a_maker->elements);
- assert(node != 0);
-
- sd_debug("CONTENT: add cvalue '%s' to node '%s'\n", yyvsp[0].s, node->name);
-
- /* $2 was obtain with strdup() */
- node->value = yyvsp[0].s;
- ;
- break;}
- case 13:
- #line 163 "../../../src/sd/domnode-xml-parser.y"
- {
- yyval.s = yyvsp[0].s;
- ;
- break;}
- case 16:
- #line 175 "../../../src/sd/domnode-xml-parser.y"
- {
- domnode_attribute(a_maker, yyvsp[0].s, "");
- /* $1 was obtain with strdup() */
- free(yyvsp[0].s);
- ;
- break;}
- case 17:
- #line 181 "../../../src/sd/domnode-xml-parser.y"
- {
- domnode_attribute(a_maker, yyvsp[-2].s, yyvsp[0].s);
- /* $1 was obtain with strdup() */
- free(yyvsp[-2].s);
- /* $3 was obtain with strdup() */
- free(yyvsp[0].s);
- ;
- break;}
- }
- #line 705 "/usr/share/bison/bison.simple"
- yyvsp -= yylen;
- yyssp -= yylen;
- #if YYLSP_NEEDED
- yylsp -= yylen;
- #endif
- #if YYDEBUG
- if (yydebug)
- {
- short *yyssp1 = yyss - 1;
- YYFPRINTF (stderr, "state stack now");
- while (yyssp1 != yyssp)
- YYFPRINTF (stderr, " %d", *++yyssp1);
- YYFPRINTF (stderr, "\n");
- }
- #endif
- *++yyvsp = yyval;
- #if YYLSP_NEEDED
- *++yylsp = yyloc;
- #endif
- /* 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 - YYNTBASE] + *yyssp;
- if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
- yystate = yytable[yystate];
- else
- yystate = yydefgoto[yyn - YYNTBASE];
- goto yynewstate;
- /*------------------------------------.
- | yyerrlab -- here on detecting error |
- `------------------------------------*/
- yyerrlab:
- /* If not already recovering from an error, report this error. */
- if (!yyerrstatus)
- {
- ++yynerrs;
- #ifdef YYERROR_VERBOSE
- yyn = yypact[yystate];
- if (yyn > YYFLAG && yyn < YYLAST)
- {
- YYSIZE_T yysize = 0;
- char *yymsg;
- int yyx, yycount;
- yycount = 0;
- /* Start YYX at -YYN if negative to avoid negative indexes in
- YYCHECK. */
- for (yyx = yyn < 0 ? -yyn : 0;
- yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
- if (yycheck[yyx + yyn] == yyx)
- yysize += yystrlen (yytname[yyx]) + 15, yycount++;
- yysize += yystrlen ("parse error, unexpected ") + 1;
- yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
- yymsg = (char *) YYSTACK_ALLOC (yysize);
- if (yymsg != 0)
- {
- char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
- yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
- if (yycount < 5)
- {
- yycount = 0;
- for (yyx = yyn < 0 ? -yyn : 0;
- yyx < (int) (sizeof (yytname) / sizeof (char *));
- yyx++)
- if (yycheck[yyx + yyn] == yyx)
- {
- const char *yyq = ! yycount ? ", expecting " : " or ";
- yyp = yystpcpy (yyp, yyq);
- yyp = yystpcpy (yyp, yytname[yyx]);
- yycount++;
- }
- }
- yyerror (yymsg);
- YYSTACK_FREE (yymsg);
- }
- else
- yyerror ("parse error; also virtual memory exhausted");
- }
- else
- #endif /* defined (YYERROR_VERBOSE) */
- yyerror ("parse error");
- }
- goto yyerrlab1;
- /*--------------------------------------------------.
- | yyerrlab1 -- error raised explicitly by an action |
- `--------------------------------------------------*/
- yyerrlab1:
- if (yyerrstatus == 3)
- {
- /* If just tried and failed to reuse lookahead token after an
- error, discard it. */
- /* return failure if at end of input */
- if (yychar == YYEOF)
- YYABORT;
- YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
- yychar, yytname[yychar1]));
- yychar = YYEMPTY;
- }
- /* Else will try to reuse lookahead token after shifting the error
- token. */
- yyerrstatus = 3; /* Each real token shifted decrements this */
- goto yyerrhandle;
- /*-------------------------------------------------------------------.
- | yyerrdefault -- current state does not do anything special for the |
- | error token. |
- `-------------------------------------------------------------------*/
- yyerrdefault:
- #if 0
- /* This is wrong; only states that explicitly want error tokens
- should shift them. */
- /* If its default is to accept any token, ok. Otherwise pop it. */
- yyn = yydefact[yystate];
- if (yyn)
- goto yydefault;
- #endif
- /*---------------------------------------------------------------.
- | yyerrpop -- pop the current state because it cannot handle the |
- | error token |
- `---------------------------------------------------------------*/
- yyerrpop:
- if (yyssp == yyss)
- YYABORT;
- yyvsp--;
- yystate = *--yyssp;
- #if YYLSP_NEEDED
- yylsp--;
- #endif
- #if YYDEBUG
- if (yydebug)
- {
- short *yyssp1 = yyss - 1;
- YYFPRINTF (stderr, "Error: state stack now");
- while (yyssp1 != yyssp)
- YYFPRINTF (stderr, " %d", *++yyssp1);
- YYFPRINTF (stderr, "\n");
- }
- #endif
- /*--------------.
- | yyerrhandle. |
- `--------------*/
- yyerrhandle:
- yyn = yypact[yystate];
- if (yyn == YYFLAG)
- goto yyerrdefault;
- yyn += YYTERROR;
- if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
- goto yyerrdefault;
- yyn = yytable[yyn];
- if (yyn < 0)
- {
- if (yyn == YYFLAG)
- goto yyerrpop;
- yyn = -yyn;
- goto yyreduce;
- }
- else if (yyn == 0)
- goto yyerrpop;
- if (yyn == YYFINAL)
- YYACCEPT;
- YYDPRINTF ((stderr, "Shifting error token, "));
- *++yyvsp = yylval;
- #if YYLSP_NEEDED
- *++yylsp = yylloc;
- #endif
- yystate = yyn;
- goto yynewstate;
- /*-------------------------------------.
- | yyacceptlab -- YYACCEPT comes here. |
- `-------------------------------------*/
- yyacceptlab:
- yyresult = 0;
- goto yyreturn;
- /*-----------------------------------.
- | yyabortlab -- YYABORT comes here. |
- `-----------------------------------*/
- yyabortlab:
- yyresult = 1;
- goto yyreturn;
- /*---------------------------------------------.
- | yyoverflowab -- parser overflow comes here. |
- `---------------------------------------------*/
- yyoverflowlab:
- yyerror ("parser stack overflow");
- yyresult = 2;
- /* Fall through. */
- yyreturn:
- #ifndef yyoverflow
- if (yyss != yyssa)
- YYSTACK_FREE (yyss);
- #endif
- return yyresult;
- }
- #line 190 "../../../src/sd/domnode-xml-parser.y"
- #undef a_maker
- /******************************************************************************/
- static void domnode_attribute(struct __sd_domnode_xml_maker* a_maker,
- const char* a_name, const char* a_value)
- {
- sd_domnode_t* node = (sd_domnode_t*)sd_stack_peek(a_maker->elements);
- assert(node != 0);
-
- sd_debug("ATTR: add atrribute '%s'='%s' to node '%s'\n", a_name, a_value,
- node->name);
-
- sd_list_append(node->attrs, __sd_domnode_new(a_name, a_value, 0));
- }
|