VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/parser.h

Last change on this file was 51223, checked in by vboxsync, 11 years ago

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • Property svn:eol-style set to native
File size: 2.6 KB
Line 
1/* A Bison parser, made by GNU Bison 1.875c. */
2
3/* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, 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 T_VIRTUAL = 258,
33 T_DISPLAY = 259,
34 T_WALL = 260,
35 T_OPTION = 261,
36 T_PARAM = 262,
37 T_STRING = 263,
38 T_DIMENSION = 264,
39 T_OFFSET = 265,
40 T_ORIGIN = 266,
41 T_COMMENT = 267,
42 T_LINE_COMMENT = 268
43 };
44#endif
45#define T_VIRTUAL 258
46#define T_DISPLAY 259
47#define T_WALL 260
48#define T_OPTION 261
49#define T_PARAM 262
50#define T_STRING 263
51#define T_DIMENSION 264
52#define T_OFFSET 265
53#define T_ORIGIN 266
54#define T_COMMENT 267
55#define T_LINE_COMMENT 268
56
57
58
59
60#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
61#line 56 "parser.y"
62typedef union YYSTYPE {
63 DMXConfigTokenPtr token;
64 DMXConfigStringPtr string;
65 DMXConfigNumberPtr number;
66 DMXConfigPairPtr pair;
67 DMXConfigFullDimPtr fdim;
68 DMXConfigPartDimPtr pdim;
69 DMXConfigDisplayPtr display;
70 DMXConfigWallPtr wall;
71 DMXConfigOptionPtr option;
72 DMXConfigParamPtr param;
73 DMXConfigCommentPtr comment;
74 DMXConfigSubPtr subentry;
75 DMXConfigVirtualPtr virtual;
76 DMXConfigEntryPtr entry;
77} YYSTYPE;
78/* Line 1275 of yacc.c. */
79#line 80 "y.tab.h"
80# define yystype YYSTYPE /* obsolescent; will be withdrawn */
81# define YYSTYPE_IS_DECLARED 1
82# define YYSTYPE_IS_TRIVIAL 1
83#endif
84
85extern YYSTYPE yylval;
86
87
88
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette