Mon Mar 20 08:25:37 2006

Asterisk developer's documentation


Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

ast_expr2.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 2.0.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 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_COLONCOLON = 258,
00033      TOK_COND = 259,
00034      TOK_OR = 260,
00035      TOK_AND = 261,
00036      TOK_NE = 262,
00037      TOK_LE = 263,
00038      TOK_GE = 264,
00039      TOK_LT = 265,
00040      TOK_GT = 266,
00041      TOK_EQ = 267,
00042      TOK_MINUS = 268,
00043      TOK_PLUS = 269,
00044      TOK_MOD = 270,
00045      TOK_DIV = 271,
00046      TOK_MULT = 272,
00047      TOK_COMPL = 273,
00048      TOK_EQTILDE = 274,
00049      TOK_COLON = 275,
00050      TOK_LP = 276,
00051      TOK_RP = 277,
00052      TOKEN = 278
00053    };
00054 #endif
00055 #define TOK_COLONCOLON 258
00056 #define TOK_COND 259
00057 #define TOK_OR 260
00058 #define TOK_AND 261
00059 #define TOK_NE 262
00060 #define TOK_LE 263
00061 #define TOK_GE 264
00062 #define TOK_LT 265
00063 #define TOK_GT 266
00064 #define TOK_EQ 267
00065 #define TOK_MINUS 268
00066 #define TOK_PLUS 269
00067 #define TOK_MOD 270
00068 #define TOK_DIV 271
00069 #define TOK_MULT 272
00070 #define TOK_COMPL 273
00071 #define TOK_EQTILDE 274
00072 #define TOK_COLON 275
00073 #define TOK_LP 276
00074 #define TOK_RP 277
00075 #define TOKEN 278
00076 
00077 
00078 
00079 
00080 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00081 #line 142 "ast_expr2.y"
00082 typedef union YYSTYPE {
00083    struct val *val;
00084 } YYSTYPE;
00085 /* Line 1318 of yacc.c.  */
00086 #line 87 "ast_expr2.h"
00087 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00088 # define YYSTYPE_IS_DECLARED 1
00089 # define YYSTYPE_IS_TRIVIAL 1
00090 #endif
00091 
00092 
00093 
00094 #if ! defined (YYLTYPE) && ! defined (YYLTYPE_IS_DECLARED)
00095 typedef struct YYLTYPE
00096 {
00097   int first_line;
00098   int first_column;
00099   int last_line;
00100   int last_column;
00101 } YYLTYPE;
00102 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
00103 # define YYLTYPE_IS_DECLARED 1
00104 # define YYLTYPE_IS_TRIVIAL 1
00105 #endif
00106 
00107 
00108 
00109 

Generated on Mon Mar 20 08:25:37 2006 for Asterisk - the Open Source PBX by  doxygen 1.3.9.1