• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDECore

yacc.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 2.3.  */
00002 
00003 /* Skeleton interface for Bison's Yacc-like parsers in C
00004 
00005    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
00006    Free Software Foundation, Inc.
00007 
00008    This program is free software; you can redistribute it and/or modify
00009    it under the terms of the GNU General Public License as published by
00010    the Free Software Foundation; either version 2, or (at your option)
00011    any later version.
00012 
00013    This program is distributed in the hope that it will be useful,
00014    but WITHOUT ANY WARRANTY; without even the implied warranty of
00015    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016    GNU General Public License for more details.
00017 
00018    You should have received a copy of the GNU General Public License
00019    along with this program; if not, write to the Free Software
00020    Foundation, Inc., 51 Franklin Street, Fifth Floor,
00021    Boston, MA 02110-1301, USA.  */
00022 
00023 /* As a special exception, you may create a larger work that contains
00024    part or all of the Bison parser skeleton and distribute that work
00025    under terms of your choice, so long as that work isn't itself a
00026    parser generator using the skeleton or a modified version thereof
00027    as a parser skeleton.  Alternatively, if you modify or redistribute
00028    the parser skeleton itself, you may (at your option) remove this
00029    special exception, which will cause the skeleton and the resulting
00030    Bison output files to be licensed under the GNU General Public
00031    License without this special exception.
00032 
00033    This special exception was added by the Free Software Foundation in
00034    version 2.2 of Bison.  */
00035 
00036 /* Tokens.  */
00037 #ifndef YYTOKENTYPE
00038 # define YYTOKENTYPE
00039    /* Put the tokens into the symbol table, so that GDB and other debuggers
00040       know about them.  */
00041    enum yytokentype {
00042      NOT = 258,
00043      EQ = 259,
00044      EQI = 260,
00045      NEQ = 261,
00046      NEQI = 262,
00047      LEQ = 263,
00048      GEQ = 264,
00049      LE = 265,
00050      GR = 266,
00051      OR = 267,
00052      AND = 268,
00053      TOKEN_IN = 269,
00054      TOKEN_IN_SUBSTRING = 270,
00055      MATCH_INSENSITIVE = 271,
00056      TOKEN_IN_INSENSITIVE = 272,
00057      TOKEN_IN_SUBSTRING_INSENSITIVE = 273,
00058      EXIST = 274,
00059      MAX = 275,
00060      MIN = 276,
00061      VAL_BOOL = 277,
00062      VAL_STRING = 278,
00063      VAL_ID = 279,
00064      VAL_NUM = 280,
00065      VAL_FLOAT = 281
00066    };
00067 #endif
00068 /* Tokens.  */
00069 #define NOT 258
00070 #define EQ 259
00071 #define EQI 260
00072 #define NEQ 261
00073 #define NEQI 262
00074 #define LEQ 263
00075 #define GEQ 264
00076 #define LE 265
00077 #define GR 266
00078 #define OR 267
00079 #define AND 268
00080 #define TOKEN_IN 269
00081 #define TOKEN_IN_SUBSTRING 270
00082 #define MATCH_INSENSITIVE 271
00083 #define TOKEN_IN_INSENSITIVE 272
00084 #define TOKEN_IN_SUBSTRING_INSENSITIVE 273
00085 #define EXIST 274
00086 #define MAX 275
00087 #define MIN 276
00088 #define VAL_BOOL 277
00089 #define VAL_STRING 278
00090 #define VAL_ID 279
00091 #define VAL_NUM 280
00092 #define VAL_FLOAT 281
00093 
00094 
00095 
00096 
00097 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
00098 typedef union YYSTYPE
00099 #line 15 "yacc.y"
00100 {
00101      char valb;
00102      int vali;
00103      double vald;
00104      char *name;
00105      void *ptr;
00106 }
00107 /* Line 1489 of yacc.c.  */
00108 #line 109 "yacc.h"
00109     YYSTYPE;
00110 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00111 # define YYSTYPE_IS_DECLARED 1
00112 # define YYSTYPE_IS_TRIVIAL 1
00113 #endif
00114 
00115 extern YYSTYPE kiotraderlval;
00116 

KDECore

Skip menu "KDECore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • KIO
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal