Tue Nov 4 13:20:14 2008

Asterisk developer's documentation


ast_expr2.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 2.1a.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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., 51 Franklin Street, Fifth Floor,
00019    Boston, MA 02110-1301, 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 /* Tokens.  */
00056 #define TOK_COLONCOLON 258
00057 #define TOK_COND 259
00058 #define TOK_OR 260
00059 #define TOK_AND 261
00060 #define TOK_NE 262
00061 #define TOK_LE 263
00062 #define TOK_GE 264
00063 #define TOK_LT 265
00064 #define TOK_GT 266
00065 #define TOK_EQ 267
00066 #define TOK_MINUS 268
00067 #define TOK_PLUS 269
00068 #define TOK_MOD 270
00069 #define TOK_DIV 271
00070 #define TOK_MULT 272
00071 #define TOK_COMPL 273
00072 #define TOK_EQTILDE 274
00073 #define TOK_COLON 275
00074 #define TOK_LP 276
00075 #define TOK_RP 277
00076 #define TOKEN 278
00077 
00078 
00079 
00080 
00081 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
00082 typedef union YYSTYPE
00083 #line 147 "ast_expr2.y"
00084 {
00085    struct val *val;
00086 }
00087 /* Line 1536 of yacc.c.  */
00088 #line 89 "ast_expr2.h"
00089    YYSTYPE;
00090 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00091 # define YYSTYPE_IS_DECLARED 1
00092 # define YYSTYPE_IS_TRIVIAL 1
00093 #endif
00094 
00095 
00096 
00097 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
00098 typedef struct YYLTYPE
00099 {
00100   int first_line;
00101   int first_column;
00102   int last_line;
00103   int last_column;
00104 } YYLTYPE;
00105 # define yyltype YYLTYPE /* obsolescent; will be withdrawn */
00106 # define YYLTYPE_IS_DECLARED 1
00107 # define YYLTYPE_IS_TRIVIAL 1
00108 #endif
00109 
00110 
00111 
00112 

Generated on Tue Nov 4 13:20:14 2008 for Asterisk - the Open Source PBX by  doxygen 1.4.7