ELinks 0.18.0
|
Data Structures | |
union | yyalloc |
Macros | |
#define | YYBISON 30704 |
#define | YYBISON_VERSION "3.7.4" |
#define | YYSKELETON_NAME "yacc.c" |
#define | YYPURE 2 |
#define | YYPUSH 0 |
#define | YYPULL 1 |
#define | yyparse gettext__parse |
#define | yylex gettext__lex |
#define | yyerror gettext__error |
#define | yydebug gettext__debug |
#define | yynerrs gettext__nerrs |
#define | YY_CAST(Type, Val) |
#define | YY_REINTERPRET_CAST(Type, Val) |
#define | YY_NULLPTR ((void*)0) |
#define | YYPTRDIFF_T long |
#define | YYPTRDIFF_MAXIMUM LONG_MAX |
#define | YYSIZE_T unsigned |
#define | YYSIZE_MAXIMUM |
#define | YYSIZEOF(X) |
#define | YY_(Msgid) |
#define | YY_ATTRIBUTE_PURE |
#define | YY_ATTRIBUTE_UNUSED |
#define | YYUSE(E) |
#define | YY_INITIAL_VALUE(Value) |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define | YY_IGNORE_USELESS_CAST_BEGIN |
#define | YY_IGNORE_USELESS_CAST_END |
#define | YY_ASSERT(E) |
#define | YYSTACK_ALLOC YYMALLOC |
#define | YYSTACK_FREE YYFREE |
#define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define | YYMALLOC malloc |
#define | YYFREE free |
#define | YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1) |
#define | YYSTACK_BYTES(N) |
#define | YYCOPY_NEEDED 1 |
#define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
#define | YYFINAL 9 |
#define | YYLAST 56 |
#define | YYNTOKENS 16 |
#define | YYNNTS 3 |
#define | YYNRULES 13 |
#define | YYNSTATES 27 |
#define | YYMAXUTOK 262 |
#define | YYTRANSLATE(YYX) |
#define | YY_ACCESSING_SYMBOL(State) |
Accessing symbol of state STATE. | |
#define | YYPACT_NINF (-4) |
#define | yypact_value_is_default(Yyn) |
#define | YYTABLE_NINF (-1) |
#define | yytable_value_is_error(Yyn) |
#define | yyerrok (yyerrstatus = 0) |
#define | yyclearin (yychar = YYEMPTY) |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYRECOVERING() |
#define | YYBACKUP(Token, Value) |
#define | YYERRCODE YYUNDEF |
#define | YYDPRINTF(Args) |
#define | YY_SYMBOL_PRINT(Title, Kind, Value, Location) |
#define | YY_STACK_PRINT(Bottom, Top) |
#define | YY_REDUCE_PRINT(Rule) |
#define | YYINITDEPTH 200 |
#define | YYMAXDEPTH 10000 |
#define | YYPOPSTACK(N) |
Typedefs | |
typedef enum yysymbol_kind_t | yysymbol_kind_t |
typedef signed char | yytype_int8 |
typedef short | yytype_int16 |
typedef unsigned char | yytype_uint8 |
typedef unsigned short | yytype_uint16 |
typedef yytype_int8 | yy_state_t |
typedef int | yy_state_fast_t |
Enumerations | |
enum | yysymbol_kind_t { YYSYMBOL_YYEMPTY = -2 , YYSYMBOL_YYEOF = 0 , YYSYMBOL_YYerror = 1 , YYSYMBOL_YYUNDEF = 2 , YYSYMBOL_3_ = 3 , YYSYMBOL_4_ = 4 , YYSYMBOL_5_ = 5 , YYSYMBOL_6_ = 6 , YYSYMBOL_EQUOP2 = 7 , YYSYMBOL_CMPOP2 = 8 , YYSYMBOL_ADDOP2 = 9 , YYSYMBOL_MULOP2 = 10 , YYSYMBOL_NUMBER = 11 , YYSYMBOL_12_ = 12 , YYSYMBOL_13_n_ = 13 , YYSYMBOL_14_ = 14 , YYSYMBOL_15_ = 15 , YYSYMBOL_YYACCEPT = 16 , YYSYMBOL_start = 17 , YYSYMBOL_exp = 18 } |
enum | { YYENOMEM = -2 } |
Functions | |
static struct expression * | new_exp (int nargs, enum operator_ op, struct expression *const *args) |
static struct expression * | new_exp_0 (enum operator_ op) |
static struct expression * | new_exp_1 (enum operator_ op, struct expression *right) |
static struct expression * | new_exp_2 (enum operator_ op, struct expression *left, struct expression *right) |
static struct expression * | new_exp_3 (enum operator_ op, struct expression *bexp, struct expression *tbranch, struct expression *fbranch) |
static int | yylex (YYSTYPE *lval, struct parse_args *arg) |
static void | yyerror (struct parse_args *arg, const char *str) |
void * | malloc (YYSIZE_T) |
void | free (void *) |
static void | yydestruct (const char *yymsg, yysymbol_kind_t yykind, YYSTYPE *yyvaluep, struct parse_args *arg) |
int | yyparse (struct parse_args *arg) |
void | gettext_free_exp__ (struct expression *exp) |
Variables | |
static const yytype_int8 | yytranslate [] |
static const yytype_int8 | yypact [] |
static const yytype_int8 | yydefact [] |
static const yytype_int8 | yypgoto [] |
static const yytype_int8 | yydefgoto [] |
static const yytype_int8 | yytable [] |
static const yytype_int8 | yycheck [] |
static const yytype_int8 | yystos [] |
static const yytype_int8 | yyr1 [] |
static const yytype_int8 | yyr2 [] |
#define YY_ | ( | Msgid | ) |
#define YY_ACCESSING_SYMBOL | ( | State | ) |
Accessing symbol of state STATE.
#define YY_ASSERT | ( | E | ) |
#define YY_ATTRIBUTE_PURE |
#define YY_ATTRIBUTE_UNUSED |
#define YY_CAST | ( | Type, | |
Val ) |
#define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
#define YY_IGNORE_MAYBE_UNINITIALIZED_END |
#define YY_IGNORE_USELESS_CAST_BEGIN |
#define YY_IGNORE_USELESS_CAST_END |
#define YY_INITIAL_VALUE | ( | Value | ) |
#define YY_NULLPTR ((void*)0) |
#define YY_REDUCE_PRINT | ( | Rule | ) |
#define YY_REINTERPRET_CAST | ( | Type, | |
Val ) |
#define YY_STACK_PRINT | ( | Bottom, | |
Top ) |
#define YY_SYMBOL_PRINT | ( | Title, | |
Kind, | |||
Value, | |||
Location ) |
#define YYABORT goto yyabortlab |
#define YYACCEPT goto yyacceptlab |
#define YYBACKUP | ( | Token, | |
Value ) |
#define YYBISON 30704 |
#define YYBISON_VERSION "3.7.4" |
#define yyclearin (yychar = YYEMPTY) |
#define YYCOPY_NEEDED 1 |
#define yydebug gettext__debug |
#define YYDPRINTF | ( | Args | ) |
#define YYERRCODE YYUNDEF |
#define yyerrok (yyerrstatus = 0) |
#define YYERROR goto yyerrorlab |
#define yyerror gettext__error |
#define YYFINAL 9 |
#define YYFREE free |
#define YYINITDEPTH 200 |
#define YYLAST 56 |
#define yylex gettext__lex |
#define YYMALLOC malloc |
#define YYMAXDEPTH 10000 |
#define YYMAXUTOK 262 |
#define yynerrs gettext__nerrs |
#define YYNNTS 3 |
#define YYNRULES 13 |
#define YYNSTATES 27 |
#define YYNTOKENS 16 |
#define YYPACT_NINF (-4) |
#define yypact_value_is_default | ( | Yyn | ) |
#define yyparse gettext__parse |
#define YYPOPSTACK | ( | N | ) |
#define YYPTRDIFF_MAXIMUM LONG_MAX |
#define YYPTRDIFF_T long |
#define YYPULL 1 |
#define YYPURE 2 |
#define YYPUSH 0 |
#define YYRECOVERING | ( | ) |
#define YYSIZE_MAXIMUM |
#define YYSIZE_T unsigned |
#define YYSIZEOF | ( | X | ) |
#define YYSKELETON_NAME "yacc.c" |
#define YYSTACK_ALLOC YYMALLOC |
#define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
#define YYSTACK_BYTES | ( | N | ) |
#define YYSTACK_FREE YYFREE |
#define YYSTACK_RELOCATE | ( | Stack_alloc, | |
Stack ) |
#define YYTABLE_NINF (-1) |
#define yytable_value_is_error | ( | Yyn | ) |
#define YYTRANSLATE | ( | YYX | ) |
#define YYUSE | ( | E | ) |
typedef int yy_state_fast_t |
typedef yytype_int8 yy_state_t |
typedef enum yysymbol_kind_t yysymbol_kind_t |
typedef short yytype_int16 |
typedef signed char yytype_int8 |
typedef unsigned short yytype_uint16 |
typedef unsigned char yytype_uint8 |
enum yysymbol_kind_t |
void free | ( | void * | ) |
void gettext_free_exp__ | ( | struct expression * | exp | ) |
void * malloc | ( | YYSIZE_T | ) |
|
static |
|
inlinestatic |
|
inlinestatic |
|
static |
|
inlinestatic |
|
static |
|
static |
|
static |
int yyparse | ( | struct parse_args * | arg | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |