File rpsl/members_is.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 members_isparse

#define yylex members_islex

#define yyerror members_iserror

#define yylval members_islval

#define yychar members_ischar

#define yydebug members_isdebug

#define yynerrs members_isnerrs

#define TKN_IPV4 257

#define TKN_RTRSNAME 258

#define TKN_DOMAIN 259

#define YYSTYPE int

#define YYFINAL 9

#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 members_ischar

int members_ischar
Visible in:  rpsl/members_is.tab.c
Used in: members_isparse()rpsl/members_is.tab.c

Global Variable members_islval

int members_islval
Visible in:  rpsl/members_is.tab.c
Used in: members_isparse()rpsl/members_is.tab.c

Global Variable members_isnerrs

int members_isnerrs
Visible in:  rpsl/members_is.tab.c
Used in: members_isparse()rpsl/members_is.tab.c

Local Variables

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

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

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

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

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

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

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

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

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


Global Function members_iserror()

int members_iserror ( const char* s )
Prototyped in: rpsl/members_is.tab.c
Calls: yyerror()
Called by: members_isparse()rpsl/members_is.tab.c

Global Function members_isparse()

int members_isparse ( void )
Prototyped in: rpsl/members_is.tab.c
Calls: members_iserror()rpsl/members_is.tab.c
  __builtin_alloca(), __builtin_memcpy(), free(), members_islex()
References Variables: members_ischarrpsl/members_is.tab.c
  members_islvalrpsl/members_is.tab.c
  members_isnerrsrpsl/members_is.tab.c
  yycheckrpsl/members_is.tab.c
  yydefactrpsl/members_is.tab.c
  yydefgotorpsl/members_is.tab.c
  yypactrpsl/members_is.tab.c
  yypgotorpsl/members_is.tab.c
  yyr1rpsl/members_is.tab.c
  yyr2rpsl/members_is.tab.c
  yytablerpsl/members_is.tab.c
  yytranslaterpsl/members_is.tab.c