|
Graphviz
2.29.20120523.0446
|

Go to the source code of this file.
Data Structures | |
| struct | sfont_t |
| struct | fitem |
| struct | fpara |
| union | YYSTYPE |
| union | yyalloc |
Defines | |
| #define | YYBISON 1 |
| #define | YYBISON_VERSION "2.5" |
| #define | YYSKELETON_NAME "yacc.c" |
| #define | YYPURE 0 |
| #define | YYPUSH 0 |
| #define | YYPULL 1 |
| #define | YYLSP_NEEDED 0 |
| #define | YYDEBUG 0 |
| #define | YYERROR_VERBOSE 0 |
| #define | YYTOKEN_TABLE 0 |
| #define | YYTOKENTYPE |
| #define | T_end_br 258 |
| #define | T_end_img 259 |
| #define | T_row 260 |
| #define | T_end_row 261 |
| #define | T_html 262 |
| #define | T_end_html 263 |
| #define | T_end_table 264 |
| #define | T_end_cell 265 |
| #define | T_end_font 266 |
| #define | T_string 267 |
| #define | T_error 268 |
| #define | T_n_italic 269 |
| #define | T_n_bold 270 |
| #define | T_n_underline 271 |
| #define | T_n_sup 272 |
| #define | T_n_sub 273 |
| #define | T_HR 274 |
| #define | T_hr 275 |
| #define | T_end_hr 276 |
| #define | T_VR 277 |
| #define | T_vr 278 |
| #define | T_end_vr 279 |
| #define | T_BR 280 |
| #define | T_br 281 |
| #define | T_IMG 282 |
| #define | T_img 283 |
| #define | T_table 284 |
| #define | T_cell 285 |
| #define | T_font 286 |
| #define | T_italic 287 |
| #define | T_bold 288 |
| #define | T_underline 289 |
| #define | T_sup 290 |
| #define | T_sub 291 |
| #define | YYSTYPE_IS_TRIVIAL 1 |
| #define | yystype YYSTYPE |
| #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(To, From, Count) |
| #define | YYFINAL 27 |
| #define | YYLAST 196 |
| #define | YYNTOKENS 37 |
| #define | YYNNTS 35 |
| #define | YYNRULES 62 |
| #define | YYNSTATES 103 |
| #define | YYUNDEFTOK 2 |
| #define | YYMAXUTOK 291 |
| #define | YYTRANSLATE(YYX) ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
| #define | YYPACT_NINF -68 |
| #define | YYTABLE_NINF -56 |
| #define | yypact_value_is_default(yystate) ((yystate) == (-68)) |
| #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 | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
| #define | YYLLOC_DEFAULT(Current, Rhs, N) |
| #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 | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
Typedefs | |
| typedef struct sfont_t | sfont_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_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_sup = 272, T_n_sub = 273, T_HR = 274, T_hr = 275, T_end_hr = 276, T_VR = 277, T_vr = 278, T_end_vr = 279, T_BR = 280, T_br = 281, T_IMG = 282, T_img = 283, T_table = 284, T_cell = 285, T_font = 286, T_italic = 287, T_bold = 288, T_underline = 289, T_sup = 290, T_sub = 291, 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_sup = 272, T_n_sub = 273, T_HR = 274, T_hr = 275, T_end_hr = 276, T_VR = 277, T_vr = 278, T_end_vr = 279, T_BR = 280, T_br = 281, T_IMG = 282, T_img = 283, T_table = 284, T_cell = 285, T_font = 286, T_italic = 287, T_bold = 288, T_underline = 289, T_sup = 290, T_sub = 291, T_graph = 258, T_digraph = 259, T_strict = 260, T_node = 261, T_edge = 262, T_edgeop = 263, T_symbol = 264, T_qsymbol = 265, T_subgraph = 266, T_graph = 258, T_digraph = 259, T_strict = 260, T_node = 261, T_edge = 262, T_edgeop = 263, T_symbol = 264, T_qsymbol = 265, T_subgraph = 266 } |
Functions | |
| int | yyparse (void) |
| htmllabel_t * | parseHTML (char *txt, int *warn, int charset) |
Variables | |
| int | yychar |
| YYSTYPE | yylval |
| int | yynerrs |
| #define YY_STACK_PRINT | ( | Bottom, | |
| Top | |||
| ) |
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Type, | |||
| Value, | |||
| Location | |||
| ) |
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
| #define YYCOPY | ( | To, | |
| From, | |||
| Count | |||
| ) |
| #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))
| #define yypact_value_is_default | ( | yystate | ) | ((yystate) == (-68)) |
| #define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
| #define YYSTACK_BYTES | ( | N | ) |
((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM)
Definition at line 779 of file y.tab.c.
Referenced by yyparse().
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
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))
Definition at line 790 of file y.tab.c.
Referenced by yyparse().
| #define yytable_value_is_error | ( | yytable_value | ) | YYID (0) |
| #define YYTRANSLATE | ( | YYX | ) | ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
| typedef short int yytype_int16 |
| typedef short int yytype_int8 |
| typedef unsigned short int yytype_uint16 |
| typedef unsigned char yytype_uint8 |
| enum yytokentype |
| htmllabel_t* parseHTML | ( | char * | txt, |
| int * | warn, | ||
| int | charset | ||
| ) |
Definition at line 2518 of file y.tab.c.
References SMALLBUF, str, sfont_t::cfont, NULL, sfont_t::pfont, dtopen(), Dtqueue, agxbinit(), initHTMLlexer(), htmlparse(), clearHTMLlexer(), dtclose(), agxbfree(), and yyparse().
| int yyparse | ( | void | ) |
Definition at line 1700 of file y.tab.c.
References YYINITDEPTH, YYSIZE_T, YYDPRINTF, YYEMPTY, YY_, YYMAXDEPTH, YYSTACK_ALLOC, YYSTACK_BYTES, YYSTACK_RELOCATE, yyalloc::yyss_alloc, yyalloc::yyvs_alloc, YYSTACK_FREE, YYABORT, YYFINAL, YYACCEPT, yypact_value_is_default, YYLEX, YYEOF, YYTRANSLATE, YY_SYMBOL_PRINT, YYLAST, yytable_value_is_error, yylval, YY_REDUCE_PRINT, HTML_TEXT, HTML_TBL, YYSTYPE::txt, YYSTYPE::i, agxbuse, YYSTYPE::tbl, dtopen(), Dtqueue, YYSTYPE::p, YYSTYPE::cell, HTML_VRULE, HTML_IMAGE, YYSTYPE::img, YYPOPSTACK, YY_STACK_PRINT, YYNTOKENS, yynerrs, YYTERROR, and YYID.
Referenced by parseHTML().
1.7.5