Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / StyleSheet / style.tab.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: style.tab.h /main/3 1996/06/11 17:46:36 cde-hal $ */
24 #define INTEGER 257
25 #define OPER_equality 258
26 #define OPER_relational 259
27 #define BOOLVAL 260
28 #define REAL 261
29 #define OPER_assign 262
30 #define ARRAYOPEN 263
31 #define ARRAYCLOSE 264
32 #define SEPARATOR 265
33 #define FSOPEN 266
34 #define FSCLOSE 267
35 #define OPER_modify 268
36 #define OPER_parent 269
37 #define OPER_attr 270
38 #define OPER_oneof 271
39 #define OPER_star 272
40 #define OPER_or 273
41 #define OPER_and 274
42 #define OPER_div 275
43 #define OPER_parenopen 276
44 #define OPER_parenclose 277
45 #define OPER_logicalnegate 278
46 #define PMEMOPEN 279
47 #define PMEMCLOSE 280
48 #define OPER_period 281
49 #define OPER_plus 282
50 #define OPER_minus 283
51 #define DIMENSION 284
52 #define NORMAL_STRING 285
53 #define UNIT_STRING 286
54 #define QUOTED_STRING 287
55 #define GI_CASE_SENSITIVE 288
56 #define SGMLGI_STRING 289
57 typedef union
58 {
59  unsigned char  charData;
60  unsigned char* charPtrData;
61  unsigned int   boolData;
62  int            intData;
63  float          realData;
64  Expression*    expPtrData;
65  TermNode*      termNodePtrData;
66  FeatureValue*  FeatureValuePtrData;
67  FeatureSet*    FeatureSetPtrData;
68  Feature*       FeaturePtrData;
69  SSPath*        PathPtrData;
70  PathTerm*      PathTermPtrData;
71  charPtrDlist*  charPtrDlistData;
72  PathFeatureList* PathFeatureListPtrData;
73  CompositeVariableNode*      CompositeVariableNodePtrData;
74
75  CC_TPtrSlist<FeatureValue>* FeatureValueSlistPtrData;
76
77  PQExpr*        PQExprPtrData;
78 } YYSTYPE;
79 extern YYSTYPE stylelval;