File rpsl/refer.tab.c

  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.

Included Files


Preprocessor definitions

#define YYBISON 1

#define yyparse referparse

#define yylex referlex

#define yyerror refererror

#define yylval referlval

#define yychar referchar

#define yydebug referdebug

#define yynerrs refernerrs

#define TKN_TYPE 257

#define TKN_IPV4 258

#define TKN_HOSTNAME 259

#define TKN_PORT 260

#define YYSTYPE int

#define YYFINAL 8

#define YYFLAG -32768

#define YYNTBASE 7

#define YYTRANSLATE( x )

#define YYLAST 6

#define YYSTACK_USE_ALLOCA

#define alloca __builtin_alloca

#define YYSTACK_ALLOC alloca

#define yyerrok

#define yyclearin

#define YYEMPTY -2

#define YYEOF 0

#define YYACCEPT

#define YYABORT

#define YYERROR

#define YYFAIL

#define YYRECOVERING

#define YYBACKUP( token, value )

#define YYTERROR 1

#define YYERRCODE 256

#define YYLEX yylex

#define YYINITDEPTH 200

#define YYMAXDEPTH 10000

#define __yy_memcpy( TO, FROM, COUNT )

#define YYPARSE_PARAM_ARG

#define YYPARSE_PARAM_DECL

#define YYPOPSTACK


Global Variable referchar

int referchar
Visible in:  rpsl/refer.tab.c
Used in: referparse()rpsl/refer.tab.c

Global Variable referlval

int referlval
Visible in:  rpsl/refer.tab.c
Used in: referparse()rpsl/refer.tab.c

Global Variable refernerrs

int refernerrs
Visible in:  rpsl/refer.tab.c
Used in: referparse()rpsl/refer.tab.c

Local Variables

yytranslate
static const char yytranslate[]
Used in: referparse()

yyr1
static const short yyr1[]
Used in: referparse()

yyr2
static const short yyr2[]
Used in: referparse()

yydefact
static const short yydefact[]
Used in: referparse()

yydefgoto
static const short yydefgoto[]
Used in: referparse()

yypact
static const short yypact[]
Used in: referparse()

yypgoto
static const short yypgoto[]
Used in: referparse()

yytable
static const short yytable[]
Used in: referparse()

yycheck
static const short yycheck[]
Used in: referparse()


Global Function refererror()

int refererror ( const char* s )
Prototyped in: rpsl/refer.tab.c
Calls: yyerror()
Called by: referparse()rpsl/refer.tab.c

Global Function referparse()

int referparse ( void )
Prototyped in: rpsl/refer.tab.c
Calls: refererror()rpsl/refer.tab.c
  __builtin_alloca(), __builtin_memcpy(), free(), referlex()
References Variables: refercharrpsl/refer.tab.c
  referlvalrpsl/refer.tab.c
  refernerrsrpsl/refer.tab.c
  yycheckrpsl/refer.tab.c
  yydefactrpsl/refer.tab.c
  yydefgotorpsl/refer.tab.c
  yypactrpsl/refer.tab.c
  yypgotorpsl/refer.tab.c
  yyr1rpsl/refer.tab.c
  yyr2rpsl/refer.tab.c
  yytablerpsl/refer.tab.c
  yytranslaterpsl/refer.tab.c