Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

bif_parse.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 1.875c.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License as published by
00008    the Free Software Foundation; either version 2, or (at your option)
00009    any later version.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU General Public License for more details.
00015 
00016    You should have received a copy of the GNU General Public License
00017    along with this program; if not, write to the Free Software
00018    Foundation, Inc., 59 Temple Place - Suite 330,
00019    Boston, MA 02111-1307, USA.  */
00020 
00021 /* As a special exception, when this file is copied by Bison into a
00022    Bison output file, you may use that output file without restriction.
00023    This special exception was added by the Free Software Foundation
00024    in version 1.24 of Bison.  */
00025 
00026 /* Tokens.  */
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029    /* Put the tokens into the symbol table, so that GDB and other debuggers
00030       know about them.  */
00031    enum yytokentype {
00032      TOK_LPP = 258,
00033      TOK_RPP = 259,
00034      TOK_LPB = 260,
00035      TOK_RPB = 261,
00036      TOK_LPPB = 262,
00037      TOK_RPPB = 263,
00038      TOK_VAR_ARG = 264,
00039      TOK_BOOL = 265,
00040      TOK_FUNCTION = 266,
00041      TOK_REWRITER = 267,
00042      TOK_EVENT = 268,
00043      TOK_CONST = 269,
00044      TOK_ENUM = 270,
00045      TOK_WRITE = 271,
00046      TOK_PUSH = 272,
00047      TOK_EOF = 273,
00048      TOK_TRACE = 274,
00049      TOK_ARGS = 275,
00050      TOK_ARG = 276,
00051      TOK_ARGC = 277,
00052      TOK_ID = 278,
00053      TOK_ATTR = 279,
00054      TOK_CSTR = 280,
00055      TOK_LF = 281,
00056      TOK_WS = 282,
00057      TOK_COMMENT = 283,
00058      TOK_ATOM = 284,
00059      TOK_C_TOKEN = 285
00060    };
00061 #endif
00062 #define TOK_LPP 258
00063 #define TOK_RPP 259
00064 #define TOK_LPB 260
00065 #define TOK_RPB 261
00066 #define TOK_LPPB 262
00067 #define TOK_RPPB 263
00068 #define TOK_VAR_ARG 264
00069 #define TOK_BOOL 265
00070 #define TOK_FUNCTION 266
00071 #define TOK_REWRITER 267
00072 #define TOK_EVENT 268
00073 #define TOK_CONST 269
00074 #define TOK_ENUM 270
00075 #define TOK_WRITE 271
00076 #define TOK_PUSH 272
00077 #define TOK_EOF 273
00078 #define TOK_TRACE 274
00079 #define TOK_ARGS 275
00080 #define TOK_ARG 276
00081 #define TOK_ARGC 277
00082 #define TOK_ID 278
00083 #define TOK_ATTR 279
00084 #define TOK_CSTR 280
00085 #define TOK_LF 281
00086 #define TOK_WS 282
00087 #define TOK_COMMENT 283
00088 #define TOK_ATOM 284
00089 #define TOK_C_TOKEN 285
00090 
00091 
00092 
00093 
00094 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00095 #line 95 "../src/builtin-func.y"
00096 typedef union YYSTYPE {
00097         char* str;
00098         int val;
00099 } YYSTYPE;
00100 /* Line 1268 of yacc.c.  */
00101 #line 102 "y.tab.h"
00102 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00103 # define YYSTYPE_IS_DECLARED 1
00104 # define YYSTYPE_IS_TRIVIAL 1
00105 #endif
00106 
00107 extern YYSTYPE yylval;
00108 
00109 
00110 

Generated on Wed Sep 14 02:55:58 2005 for bro_docs by doxygen 1.3.5