kio Library API Documentation

yacc.h

00001 /* A Bison parser, made by GNU Bison 1.875. */ 00002 00003 /* Skeleton parser for Yacc-like parsing with Bison, 00004 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 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 NOT = 258, 00033 EQ = 259, 00034 NEQ = 260, 00035 LEQ = 261, 00036 GEQ = 262, 00037 LE = 263, 00038 GR = 264, 00039 OR = 265, 00040 AND = 266, 00041 TOKEN_IN = 267, 00042 EXIST = 268, 00043 MAX = 269, 00044 MIN = 270, 00045 VAL_BOOL = 271, 00046 VAL_STRING = 272, 00047 VAL_ID = 273, 00048 VAL_NUM = 274, 00049 VAL_FLOAT = 275 00050 }; 00051 #endif 00052 #define NOT 258 00053 #define EQ 259 00054 #define NEQ 260 00055 #define LEQ 261 00056 #define GEQ 262 00057 #define LE 263 00058 #define GR 264 00059 #define OR 265 00060 #define AND 266 00061 #define TOKEN_IN 267 00062 #define EXIST 268 00063 #define MAX 269 00064 #define MIN 270 00065 #define VAL_BOOL 271 00066 #define VAL_STRING 272 00067 #define VAL_ID 273 00068 #define VAL_NUM 274 00069 #define VAL_FLOAT 275 00070 00071 00072 00073 00074 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) 00075 #line 13 "yacc.y" 00076 typedef union YYSTYPE { 00077 char valb; 00078 int vali; 00079 double vald; 00080 char *name; 00081 void *ptr; 00082 } YYSTYPE; 00083 /* Line 1240 of yacc.c. */ 00084 #line 84 "yacc.tab.h" 00085 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ 00086 # define YYSTYPE_IS_DECLARED 1 00087 # define YYSTYPE_IS_TRIVIAL 1 00088 #endif 00089 00090 extern YYSTYPE kiotraderlval; 00091 00092 00093
KDE Logo
This file is part of the documentation for kio Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Apr 14 00:20:34 2005 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003