• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/tdeio
 

tdeio/tdeio

  • tdeio
  • tdeio
yacc.h
1 /* A Bison parser, made by GNU Bison 1.875. */
2 
3 /* Skeleton parser for Yacc-like parsing with Bison,
4  Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2, or (at your option)
9  any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License
17  along with this program; if not, write to the Free Software
18  Foundation, Inc., 51 Franklin Street, Fifth Floor,
19  Boston, MA 02110-1301, USA. */
20 
21 /* As a special exception, when this file is copied by Bison into a
22  Bison output file, you may use that output file without restriction.
23  This special exception was added by the Free Software Foundation
24  in version 1.24 of Bison. */
25 
26 /* Tokens. */
27 #ifndef YYTOKENTYPE
28 # define YYTOKENTYPE
29  /* Put the tokens into the symbol table, so that GDB and other debuggers
30  know about them. */
31  enum yytokentype {
32  NOT = 258,
33  EQ = 259,
34  NEQ = 260,
35  LEQ = 261,
36  GEQ = 262,
37  LE = 263,
38  GR = 264,
39  OR = 265,
40  AND = 266,
41  TOKEN_IN = 267,
42  EXIST = 268,
43  MAX = 269,
44  MIN = 270,
45  VAL_BOOL = 271,
46  VAL_STRING = 272,
47  VAL_ID = 273,
48  VAL_NUM = 274,
49  VAL_FLOAT = 275
50  };
51 #endif
52 #define NOT 258
53 #define EQ 259
54 #define NEQ 260
55 #define LEQ 261
56 #define GEQ 262
57 #define LE 263
58 #define GR 264
59 #define OR 265
60 #define AND 266
61 #define TOKEN_IN 267
62 #define EXIST 268
63 #define MAX 269
64 #define MIN 270
65 #define VAL_BOOL 271
66 #define VAL_STRING 272
67 #define VAL_ID 273
68 #define VAL_NUM 274
69 #define VAL_FLOAT 275
70 
71 
72 
73 
74 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
75 #line 13 "yacc.y"
76 typedef union YYSTYPE {
77  char valb;
78  int vali;
79  double vald;
80  char *name;
81  void *ptr;
82 } YYSTYPE;
83 /* Line 1240 of yacc.c. */
84 #line 84 "yacc.tab.h"
85 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
86 # define YYSTYPE_IS_DECLARED 1
87 # define YYSTYPE_IS_TRIVIAL 1
88 #endif
89 
90 extern YYSTYPE kiotraderlval;
91 
92 
93 

tdeio/tdeio

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

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.8.8
This website is maintained by Timothy Pearson.