Copyright (c) 2002 RIPE NCC
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define yyparse inet6numparse
#define yylex inet6numlex
#define yyerror inet6numerror
#define yylval inet6numlval
#define yychar inet6numchar
#define yydebug inet6numdebug
#define yynerrs inet6numnerrs
#define TKN_IPV6 257
#define YYSTYPE int
#define YYFLAG 32768
#define YYTRANSLATE( x )
#define alloca __builtin_alloca
#define YYSTACK_ALLOC alloca
#define YYBACKUP( token, value )
#define YYLEX yylex
#define YYMAXDEPTH 10000
#define __yy_memcpy( TO, FROM, COUNT )
Visible in: | rpsl/inet6num.tab.c | |
Used in: | inet6numparse() | rpsl/inet6num.tab.c |
Visible in: | rpsl/inet6num.tab.c | |
Used in: | inet6numparse() | rpsl/inet6num.tab.c |
Visible in: | rpsl/inet6num.tab.c | |
Used in: | inet6numparse() | rpsl/inet6num.tab.c |
Used in: | inet6numparse() |
yyr1
static const short yyr1[]
Used in: | inet6numparse() |
yyr2
static const short yyr2[]
Used in: | inet6numparse() |
yydefact
static const short yydefact[]
Used in: | inet6numparse() |
yydefgoto
static const short yydefgoto[]
Used in: | inet6numparse() |
yypact
static const short yypact[]
Used in: | inet6numparse() |
yypgoto
static const short yypgoto[]
Used in: | inet6numparse() |
yytable
static const short yytable[]
Used in: | inet6numparse() |
yycheck
static const short yycheck[]
Used in: | inet6numparse() |
Prototyped in: | rpsl/inet6num.tab.c | |
Calls: | yyerror() | |
Called by: | inet6numparse() | rpsl/inet6num.tab.c |
Prototyped in: | rpsl/inet6num.tab.c | |
Calls: | inet6numerror() | rpsl/inet6num.tab.c |
__builtin_alloca(), __builtin_memcpy(), free(), inet6numlex() | ||
References Variables: | inet6numchar | rpsl/inet6num.tab.c |
inet6numlval | rpsl/inet6num.tab.c | |
inet6numnerrs | rpsl/inet6num.tab.c | |
yycheck | rpsl/inet6num.tab.c | |
yydefact | rpsl/inet6num.tab.c | |
yydefgoto | rpsl/inet6num.tab.c | |
yypact | rpsl/inet6num.tab.c | |
yypgoto | rpsl/inet6num.tab.c | |
yyr1 | rpsl/inet6num.tab.c | |
yyr2 | rpsl/inet6num.tab.c | |
yytable | rpsl/inet6num.tab.c | |
yytranslate | rpsl/inet6num.tab.c |