Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
y.tab.c File Reference
#include <stdio.h>
#include <cghdr.h>
Include dependency graph for y.tab.c:

Go to the source code of this file.

Data Structures

union  s
 
struct  item_s
 
struct  list_s
 
struct  gstack_s
 
union  YYSTYPE
 
union  yyalloc
 

Macros

#define YYBISON   1
 
#define YYBISON_VERSION   "2.7"
 
#define YYSKELETON_NAME   "yacc.c"
 
#define YYPURE   0
 
#define YYPUSH   0
 
#define YYPULL   1
 
#define YY_NULL   0
 
#define YYERROR_VERBOSE   0
 
#define YY_YY_Y_TAB_H_INCLUDED
 
#define YYDEBUG   0
 
#define YYTOKENTYPE
 
#define T_graph   258
 
#define T_node   259
 
#define T_edge   260
 
#define T_digraph   261
 
#define T_subgraph   262
 
#define T_strict   263
 
#define T_edgeop   264
 
#define T_list   265
 
#define T_attr   266
 
#define T_atom   267
 
#define T_qatom   268
 
#define YYSTYPE_IS_TRIVIAL   1
 
#define yystype   YYSTYPE /* obsolescent; will be withdrawn */
 
#define YYSTYPE_IS_DECLARED   1
 
#define YYSIZE_T   unsigned int
 
#define YYSIZE_MAXIMUM   ((YYSIZE_T) -1)
 
#define YY_(Msgid)   Msgid
 
#define YYUSE(E)   ((void) (E))
 
#define YYID(N)   (N)
 
#define YYSTACK_ALLOC   YYMALLOC
 
#define YYSTACK_FREE   YYFREE
 
#define YYSTACK_ALLOC_MAXIMUM   YYSIZE_MAXIMUM
 
#define YYMALLOC   malloc
 
#define YYFREE   free
 
#define YYSTACK_GAP_MAXIMUM   (sizeof (union yyalloc) - 1)
 
#define YYSTACK_BYTES(N)
 
#define YYCOPY_NEEDED   1
 
#define YYSTACK_RELOCATE(Stack_alloc, Stack)
 
#define YYCOPY(Dst, Src, Count)
 
#define YYFINAL   6
 
#define YYLAST   59
 
#define YYNTOKENS   24
 
#define YYNNTS   35
 
#define YYNRULES   62
 
#define YYNSTATES   80
 
#define YYUNDEFTOK   2
 
#define YYMAXUTOK   268
 
#define YYTRANSLATE(YYX)   ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
 
#define YYPACT_NINF   -18
 
#define YYTABLE_NINF   -56
 
#define yypact_value_is_default(Yystate)   (!!((Yystate) == (-18)))
 
#define yytable_value_is_error(Yytable_value)   YYID (0)
 
#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
 
#define YYFAIL   goto yyerrlab
 
#define YYRECOVERING()   (!!yyerrstatus)
 
#define YYBACKUP(Token, Value)
 
#define YYTERROR   1
 
#define YYERRCODE   256
 
#define YY_LOCATION_PRINT(File, Loc)   ((void) 0)
 
#define YYLEX   yylex ()
 
#define YYDPRINTF(Args)
 
#define YY_SYMBOL_PRINT(Title, Type, Value, Location)
 
#define YY_STACK_PRINT(Bottom, Top)
 
#define YY_REDUCE_PRINT(Rule)
 
#define YYINITDEPTH   200
 
#define YYMAXDEPTH   10000
 
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
 
#define YY_IGNORE_MAYBE_UNINITIALIZED_END
 
#define YY_INITIAL_VALUE(Value)   /* Nothing. */
 
#define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
 
#define NILitem   NIL(item*)
 

Typedefs

typedef union s val_t
 
typedef struct item_s item
 
typedef struct list_s list_t
 
typedef struct gstack_s gstack_t
 
typedef union YYSTYPE YYSTYPE
 
typedef unsigned char yytype_uint8
 
typedef short int yytype_int8
 
typedef unsigned short int yytype_uint16
 
typedef short int yytype_int16
 

Enumerations

enum  yytokentype {
  T_graph = 258, T_node = 259, T_edge = 260, T_digraph = 261,
  T_subgraph = 262, T_strict = 263, T_edgeop = 264, T_list = 265,
  T_attr = 266, T_atom = 267, T_qatom = 268, T_graph = 258,
  T_node = 259, T_edge = 260, T_digraph = 261, T_subgraph = 262,
  T_strict = 263, T_edgeop = 264, T_list = 265, T_attr = 266,
  T_atom = 267, T_qatom = 268, T_end_br = 258, T_end_img = 259,
  T_row = 260, T_end_row = 261, T_html = 262, T_end_html = 263,
  T_end_table = 264, T_end_cell = 265, T_end_font = 266, T_string = 267,
  T_error = 268, T_n_italic = 269, T_n_bold = 270, T_n_underline = 271,
  T_n_overline = 272, T_n_sup = 273, T_n_sub = 274, T_n_s = 275,
  T_HR = 276, T_hr = 277, T_end_hr = 278, T_VR = 279,
  T_vr = 280, T_end_vr = 281, T_BR = 282, T_br = 283,
  T_IMG = 284, T_img = 285, T_table = 286, T_cell = 287,
  T_font = 288, T_italic = 289, T_bold = 290, T_underline = 291,
  T_overline = 292, T_sup = 293, T_sub = 294, T_s = 295,
  T_end_br = 258, T_end_img = 259, T_row = 260, T_end_row = 261,
  T_html = 262, T_end_html = 263, T_end_table = 264, T_end_cell = 265,
  T_end_font = 266, T_string = 267, T_error = 268, T_n_italic = 269,
  T_n_bold = 270, T_n_underline = 271, T_n_overline = 272, T_n_sup = 273,
  T_n_sub = 274, T_n_s = 275, T_HR = 276, T_hr = 277,
  T_end_hr = 278, T_VR = 279, T_vr = 280, T_end_vr = 281,
  T_BR = 282, T_br = 283, T_IMG = 284, T_img = 285,
  T_table = 286, T_cell = 287, T_font = 288, T_italic = 289,
  T_bold = 290, T_underline = 291, T_overline = 292, T_sup = 293,
  T_sub = 294, T_s = 295
}
 

Functions

void yyerror (char *)
 
int yyparse ()
 
 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp)
 
 switch (yytype)
 
YYSTYPE yylval YY_INITIAL_VALUE (yyval_default)
 
 YYDPRINTF ((stderr,"Starting parse\n"))
 
 if (yyss+yystacksize-1<=yyssp)
 
 YYDPRINTF ((stderr,"Entering state %d\n", yystate))
 
 if (yychar==YYEMPTY)
 
 if (yychar<=YYEOF)
 
 YY_SYMBOL_PRINT ("Next token is", yytoken,&yylval,&yylloc)
 
 if (yyn<=0)
 
 YY_SYMBOL_PRINT ("Shifting", yytoken,&yylval,&yylloc)
 
 YY_REDUCE_PRINT (yyn)
 
 switch (yyn)
 
 YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn],&yyval,&yyloc)
 
 YYPOPSTACK (yylen)
 
 YY_STACK_PRINT (yyss, yyssp)
 
 if (!yyerrstatus)
 
 if (yyerrstatus==3)
 
 for (;;)
 
YY_IGNORE_MAYBE_UNINITIALIZED_END YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp)
 
 yydestruct ("Cleanup: discarding lookahead", yytoken,&yylval)
 
 while (yyssp!=yyss)
 
 YYSTACK_FREE (yyss)
 
return YYID (yyresult)
 
Agraph_tagconcat (Agraph_t *g, void *chan, Agdisc_t *disc)
 
Agraph_tagread (void *fp, Agdisc_t *disc)
 

Variables

YYSTYPE yylval
 
int yytype
 
YYSTYPEyyvaluep
 
int yychar = YYEMPTY
 
int yynerrs = 0
 
 int
 
int yyerrstatus = 0
 
yytype_int16 yyssa [YYINITDEPTH]
 
yytype_int16yyss
 
yytype_int16yyssp = yyss = yyssa
 
YYSTYPE yyvsa [YYINITDEPTH]
 
YYSTYPEyyvs
 
YYSTYPEyyvsp = yyvs = yyvsa
 
YYSIZE_T yystacksize = YYINITDEPTH
 
int yyn = yytoken
 
int yyresult = 2
 
int yytoken = 0
 
YYSTYPE yyval = yyvsp[1-yylen]
 
int yylen = 0
 
 yystate = 0
 
goto yysetstate
 
yynewstate __pad0__
 
yysetstate __pad1__
 
 YYACCEPT
 
goto yybackup
 
yybackup __pad2__
 
goto yydefault
 
 else
 
YY_IGNORE_MAYBE_UNINITIALIZED_END
goto 
yynewstate
 
yydefault __pad3__
 
goto yyerrlab
 
goto yyreduce
 
yyreduce __pad4__
 
yyerrlab __pad5__
 
goto yyerrlab1
 
yyerrorlab __pad6__
 
yyerrlab1 __pad7__
 
yyacceptlab __pad8__
 
goto yyreturn
 
yyabortlab __pad9__
 
yyexhaustedlab __pad10__
 
yyreturn __pad11__
 
FILE * yyin
 

Macro Definition Documentation

#define NILitem   NIL(item*)

Definition at line 1944 of file y.tab.c.

#define T_atom   267

Definition at line 193 of file y.tab.c.

#define T_attr   266

Definition at line 192 of file y.tab.c.

#define T_digraph   261

Definition at line 187 of file y.tab.c.

#define T_edge   260

Definition at line 186 of file y.tab.c.

#define T_edgeop   264

Definition at line 190 of file y.tab.c.

#define T_graph   258

Definition at line 184 of file y.tab.c.

#define T_list   265

Definition at line 191 of file y.tab.c.

#define T_node   259

Definition at line 185 of file y.tab.c.

#define T_qatom   268

Definition at line 194 of file y.tab.c.

#define T_strict   263

Definition at line 189 of file y.tab.c.

#define T_subgraph   262

Definition at line 188 of file y.tab.c.

#define YY_ (   Msgid)    Msgid

Definition at line 295 of file y.tab.c.

Referenced by if().

#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN

Definition at line 1225 of file y.tab.c.

#define YY_IGNORE_MAYBE_UNINITIALIZED_END

Definition at line 1226 of file y.tab.c.

#define YY_INITIAL_VALUE (   Value)    /* Nothing. */

Definition at line 1229 of file y.tab.c.

#define YY_LOCATION_PRINT (   File,
  Loc 
)    ((void) 0)

Definition at line 751 of file y.tab.c.

#define YY_NULL   0

Definition at line 140 of file y.tab.c.

#define YY_REDUCE_PRINT (   Rule)

Definition at line 924 of file y.tab.c.

#define YY_STACK_PRINT (   Bottom,
  Top 
)

Definition at line 923 of file y.tab.c.

#define YY_SYMBOL_PRINT (   Title,
  Type,
  Value,
  Location 
)

Definition at line 922 of file y.tab.c.

#define YY_YY_Y_TAB_H_INCLUDED

Definition at line 155 of file y.tab.c.

#define YYABORT   goto yyabortlab

Definition at line 706 of file y.tab.c.

Referenced by for(), and if().

#define YYACCEPT   goto yyacceptlab

Definition at line 705 of file y.tab.c.

#define YYBACKUP (   Token,
  Value 
)
Value:
{ \
yychar = (Token); \
yylval = (Value); \
goto yybackup; \
} \
{ \
yyerror (YY_("syntax error: cannot back up")); \
} \
while (YYID (0))
yytype_int16 * yyssp
Definition: y.tab.c:1279
int yylen
Definition: y.tab.c:1307
YYSTYPE yylval
int yychar
Definition: y.tab.c:1221
#define YYID(N)
Definition: grammar.c:308
#define YYERROR
Definition: y.tab.c:707
#define YY_(Msgid)
Definition: y.tab.c:295
goto yybackup
Definition: y.tab.c:1398
#define YYPOPSTACK(N)
Definition: grammar.c:1303
yystate
Definition: y.tab.c:1315
else
Definition: grammar.c:1428
if(aagss+aagstacksize-1<=aagssp)
Definition: grammar.c:1332
#define YYEMPTY
Definition: y.tab.c:702
void yyerror(char *)
while(aagssp!=aagss)
Definition: grammar.c:1921

Definition at line 727 of file y.tab.c.

#define YYBISON   1

Definition at line 44 of file y.tab.c.

#define YYBISON_VERSION   "2.7"

Definition at line 47 of file y.tab.c.

#define yyclearin   (yychar = YYEMPTY)

Definition at line 701 of file y.tab.c.

#define YYCOPY (   Dst,
  Src,
  Count 
)
Value:
do \
{ \
for (yyi = 0; yyi < (Count); yyi++) \
(Dst)[yyi] = (Src)[yyi]; \
} \
while (YYID (0))
#define YYID(N)
Definition: grammar.c:308
#define YYSIZE_T
Definition: y.tab.c:281
for(;;)
Definition: grammar.c:1846
while(aagssp!=aagss)
Definition: grammar.c:1921

Definition at line 443 of file y.tab.c.

#define YYCOPY_NEEDED   1

Definition at line 415 of file y.tab.c.

#define YYDEBUG   0

Definition at line 158 of file y.tab.c.

#define YYDPRINTF (   Args)

Definition at line 921 of file y.tab.c.

#define YYEMPTY   (-2)

Definition at line 702 of file y.tab.c.

Referenced by if().

#define YYEOF   0

Definition at line 703 of file y.tab.c.

Referenced by if().

#define YYERRCODE   256

Definition at line 746 of file y.tab.c.

#define yyerrok   (yyerrstatus = 0)

Definition at line 700 of file y.tab.c.

#define YYERROR   goto yyerrorlab

Definition at line 707 of file y.tab.c.

#define YYERROR_VERBOSE   0

Definition at line 149 of file y.tab.c.

#define YYFAIL   goto yyerrlab

Definition at line 717 of file y.tab.c.

#define YYFINAL   6

Definition at line 456 of file y.tab.c.

#define YYFREE   free

Definition at line 385 of file y.tab.c.

#define YYID (   N)    (N)

Definition at line 308 of file y.tab.c.

#define YYINITDEPTH   200

Definition at line 930 of file y.tab.c.

#define YYLAST   59

Definition at line 458 of file y.tab.c.

Referenced by for().

#define YYLEX   yylex ()

Definition at line 759 of file y.tab.c.

Referenced by if().

#define YYMALLOC   malloc

Definition at line 378 of file y.tab.c.

#define YYMAXDEPTH   10000

Definition at line 941 of file y.tab.c.

Referenced by if().

#define YYMAXUTOK   268

Definition at line 471 of file y.tab.c.

#define YYNNTS   35

Definition at line 463 of file y.tab.c.

#define YYNRULES   62

Definition at line 465 of file y.tab.c.

#define YYNSTATES   80

Definition at line 467 of file y.tab.c.

#define YYNTOKENS   24

Definition at line 461 of file y.tab.c.

#define YYPACT_NINF   -18

Definition at line 634 of file y.tab.c.

#define yypact_value_is_default (   Yystate)    (!!((Yystate) == (-18)))

Definition at line 670 of file y.tab.c.

Referenced by for().

#define YYPOPSTACK (   N)    (yyvsp -= (N), yyssp -= (N))

Definition at line 1303 of file y.tab.c.

#define YYPULL   1

Definition at line 59 of file y.tab.c.

#define YYPURE   0

Definition at line 53 of file y.tab.c.

#define YYPUSH   0

Definition at line 56 of file y.tab.c.

#define YYRECOVERING ( )    (!!yyerrstatus)

Definition at line 725 of file y.tab.c.

#define YYSIZE_MAXIMUM   ((YYSIZE_T) -1)

Definition at line 285 of file y.tab.c.

#define YYSIZE_T   unsigned int

Definition at line 281 of file y.tab.c.

Referenced by if().

#define YYSKELETON_NAME   "yacc.c"

Definition at line 50 of file y.tab.c.

#define YYSTACK_ALLOC   YYMALLOC

Definition at line 364 of file y.tab.c.

Referenced by if().

#define YYSTACK_ALLOC_MAXIMUM   YYSIZE_MAXIMUM

Definition at line 367 of file y.tab.c.

#define YYSTACK_BYTES (   N)
Value:
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
union YYSTYPE YYSTYPE
short int yytype_int16
Definition: y.tab.c:268
#define YYSTACK_GAP_MAXIMUM
Definition: y.tab.c:407

Definition at line 411 of file y.tab.c.

Referenced by if().

#define YYSTACK_FREE   YYFREE

Definition at line 365 of file y.tab.c.

#define YYSTACK_GAP_MAXIMUM   (sizeof (union yyalloc) - 1)

Definition at line 407 of file y.tab.c.

#define YYSTACK_RELOCATE (   Stack_alloc,
  Stack 
)
Value:
do \
{ \
YYSIZE_T yynewbytes; \
YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
Stack = &yyptr->Stack_alloc; \
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
yyptr += yynewbytes / sizeof (*yyptr); \
} \
while (YYID (0))
#define YYID(N)
Definition: grammar.c:308
#define YYSIZE_T
Definition: y.tab.c:281
YYSIZE_T yystacksize
Definition: y.tab.c:1286
#define YYSTACK_GAP_MAXIMUM
Definition: y.tab.c:407
while(aagssp!=aagss)
Definition: grammar.c:1921
#define YYCOPY(Dst, Src, Count)
Definition: y.tab.c:443

Definition at line 422 of file y.tab.c.

Referenced by if().

#define yystype   YYSTYPE /* obsolescent; will be withdrawn */

Definition at line 213 of file y.tab.c.

#define YYSTYPE_IS_DECLARED   1

Definition at line 214 of file y.tab.c.

#define YYSTYPE_IS_TRIVIAL   1

Definition at line 212 of file y.tab.c.

#define YYTABLE_NINF   -56

Definition at line 659 of file y.tab.c.

#define yytable_value_is_error (   Yytable_value)    YYID (0)

Definition at line 673 of file y.tab.c.

Referenced by if().

#define YYTERROR   1

Definition at line 745 of file y.tab.c.

Referenced by for().

#define YYTOKENTYPE

Definition at line 166 of file y.tab.c.

#define YYTRANSLATE (   YYX)    ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)

Definition at line 473 of file y.tab.c.

#define YYUNDEFTOK   2

Definition at line 470 of file y.tab.c.

#define YYUSE (   E)    ((void) (E))

Definition at line 301 of file y.tab.c.

Typedef Documentation

typedef struct gstack_s gstack_t
typedef struct item_s item
typedef struct list_s list_t
typedef union s val_t
typedef union YYSTYPE YYSTYPE
typedef short int yytype_int16

Definition at line 268 of file y.tab.c.

typedef short int yytype_int8

Definition at line 256 of file y.tab.c.

typedef unsigned short int yytype_uint16

Definition at line 262 of file y.tab.c.

typedef unsigned char yytype_uint8

Definition at line 247 of file y.tab.c.

Enumeration Type Documentation

Enumerator
T_graph 
T_node 
T_edge 
T_digraph 
T_subgraph 
T_strict 
T_edgeop 
T_list 
T_attr 
T_atom 
T_qatom 
T_graph 
T_node 
T_edge 
T_digraph 
T_subgraph 
T_strict 
T_edgeop 
T_list 
T_attr 
T_atom 
T_qatom 
T_end_br 
T_end_img 
T_row 
T_end_row 
T_html 
T_end_html 
T_end_table 
T_end_cell 
T_end_font 
T_string 
T_error 
T_n_italic 
T_n_bold 
T_n_underline 
T_n_overline 
T_n_sup 
T_n_sub 
T_n_s 
T_HR 
T_hr 
T_end_hr 
T_VR 
T_vr 
T_end_vr 
T_BR 
T_br 
T_IMG 
T_img 
T_table 
T_cell 
T_font 
T_italic 
T_bold 
T_underline 
T_overline 
T_sup 
T_sub 
T_s 
T_end_br 
T_end_img 
T_row 
T_end_row 
T_html 
T_end_html 
T_end_table 
T_end_cell 
T_end_font 
T_string 
T_error 
T_n_italic 
T_n_bold 
T_n_underline 
T_n_overline 
T_n_sup 
T_n_sub 
T_n_s 
T_HR 
T_hr 
T_end_hr 
T_VR 
T_vr 
T_end_vr 
T_BR 
T_br 
T_IMG 
T_img 
T_table 
T_cell 
T_font 
T_italic 
T_bold 
T_underline 
T_overline 
T_sup 
T_sub 
T_s 

Definition at line 169 of file y.tab.c.

Function Documentation

Agraph_t* agconcat ( Agraph_t g,
void *  chan,
Agdisc_t disc 
)

Definition at line 2337 of file y.tab.c.

References Ag_G_global, AgDefaultDisc, aglexbad(), aglexinit(), NILgraph, and yyparse().

Referenced by agread().

Agraph_t* agread ( void *  fp,
Agdisc_t disc 
)

Definition at line 2349 of file y.tab.c.

References agconcat(), and NILgraph.

Referenced by agmemread(), gvNextInputGraph(), main(), read(), and SparseMatrix_read_dot().

for ( ;;  )
if ( yyss+yystacksize-1<=  yyssp)
if ( yychar  = YYEMPTY)

Definition at line 1416 of file y.tab.c.

References YYDPRINTF, and YYLEX.

if ( yychar<=  YYEOF)

Definition at line 1422 of file y.tab.c.

References YYDPRINTF, and YYEOF.

if ( yyn<=  0)

Definition at line 1439 of file y.tab.c.

References yyerrlab, yyn, yyreduce, and yytable_value_is_error.

if ( yyerrstatus)

Definition at line 1755 of file y.tab.c.

References YY_, yyerror(), yynerrs, YYSTACK_ALLOC, and YYSTACK_FREE.

if ( yyerrstatus  = = 3)

Definition at line 1796 of file y.tab.c.

References YYABORT, yydestruct(), YYEMPTY, and YYEOF.

switch ( yytype  )

Definition at line 1209 of file y.tab.c.

switch ( yyn  )

Definition at line 1495 of file y.tab.c.

References Ag_G_global, agclose(), YYSTYPE::i, NIL, str, YYSTYPE::str, T_edge, T_graph, and T_node.

while ( yyssp!  = yyss)

Definition at line 1921 of file y.tab.c.

References yydestruct(), and YYPOPSTACK.

YYSTYPE yylval YY_INITIAL_VALUE ( yyval_default  )
YY_REDUCE_PRINT ( yyn  )
YY_STACK_PRINT ( yyss  ,
yyssp   
)
YY_SYMBOL_PRINT ( yymsg  ,
yytype  ,
yyvaluep  ,
yylocationp   
)
YY_SYMBOL_PRINT ( "Next token is"  ,
yytoken  ,
yylval,
yylloc 
)
YY_SYMBOL_PRINT ( "Shifting"  ,
yytoken  ,
yylval,
yylloc 
)
YY_SYMBOL_PRINT ( )
YY_IGNORE_MAYBE_UNINITIALIZED_END YY_SYMBOL_PRINT ( "Shifting"  ,
yystos  [yyn],
yyvsp  ,
yylsp   
)
yydestruct ( "Cleanup: discarding lookahead"  ,
yytoken  ,
yylval 
)

Referenced by for(), if(), and while().

YYDPRINTF ( (stderr,"Starting parse\n")  )
YYDPRINTF ( (stderr,"Entering state %d\n", yystate)  )
void yyerror ( char *  )

Referenced by if(), and switch().

return YYID ( yyresult  )
int yyparse ( )

Referenced by agconcat(), and parseHTML().

YYPOPSTACK ( yylen  )
YYSTACK_FREE ( yyss  )

Variable Documentation

yynewstate __pad0__

Definition at line 1327 of file y.tab.c.

yyexhaustedlab __pad10__

Definition at line 1903 of file y.tab.c.

yyreturn __pad11__

Definition at line 1913 of file y.tab.c.

yysetstate __pad1__

Definition at line 1330 of file y.tab.c.

yybackup __pad2__

Definition at line 1409 of file y.tab.c.

yydefault __pad3__

Definition at line 1470 of file y.tab.c.

yyreduce __pad4__

Definition at line 1481 of file y.tab.c.

yyerrlab __pad5__

Definition at line 1752 of file y.tab.c.

yyerrorlab __pad6__

Definition at line 1829 of file y.tab.c.

yyerrlab1 __pad7__

Definition at line 1844 of file y.tab.c.

yyacceptlab __pad8__

Definition at line 1888 of file y.tab.c.

yyabortlab __pad9__

Definition at line 1895 of file y.tab.c.

else
Initial value:
{
int yychar
Definition: y.tab.c:1221
int yytoken
Definition: y.tab.c:1291
#define YYTRANSLATE(YYX)
Definition: y.tab.c:473

Definition at line 1428 of file y.tab.c.

int
Initial value:
{
int yystate
yystate
Definition: y.tab.c:1315

Definition at line 1264 of file y.tab.c.

YYACCEPT

Definition at line 1396 of file y.tab.c.

goto yybackup

Definition at line 1398 of file y.tab.c.

yychar = YYEMPTY

Definition at line 1221 of file y.tab.c.

goto yydefault

Definition at line 1411 of file y.tab.c.

goto yyerrlab

Definition at line 1472 of file y.tab.c.

Referenced by if().

goto yyerrlab1

Definition at line 1817 of file y.tab.c.

yyerrstatus = 0

Definition at line 1267 of file y.tab.c.

FILE* yyin
yylen = 0

Definition at line 1307 of file y.tab.c.

YYSTYPE yylval
yyn = yytoken

Definition at line 1288 of file y.tab.c.

Referenced by for(), and if().

yynerrs = 0

Definition at line 1236 of file y.tab.c.

Referenced by if().

goto yynewstate

Definition at line 1463 of file y.tab.c.

goto yyreduce

Definition at line 1473 of file y.tab.c.

Referenced by if().

yyresult = 2

Definition at line 1289 of file y.tab.c.

goto yyreturn

Definition at line 1889 of file y.tab.c.

goto yysetstate

Definition at line 1319 of file y.tab.c.

yytype_int16* yyss

Definition at line 1278 of file y.tab.c.

Referenced by if().

Definition at line 1277 of file y.tab.c.

yyssp = yyss = yyssa

Definition at line 1279 of file y.tab.c.

Referenced by for().

yystacksize = YYINITDEPTH

Definition at line 1286 of file y.tab.c.

else yystate = 0

Definition at line 1315 of file y.tab.c.

Referenced by for().

int yytoken = 0

Definition at line 1291 of file y.tab.c.

int yytype

Definition at line 1199 of file y.tab.c.

yyval = yyvsp[1-yylen]

Definition at line 1294 of file y.tab.c.

YYSTYPE* yyvaluep

Definition at line 1200 of file y.tab.c.

YYSTYPE* yyvs

Definition at line 1283 of file y.tab.c.

Referenced by if().

Definition at line 1282 of file y.tab.c.

Definition at line 1284 of file y.tab.c.