/[svn]/linuxsampler/trunk/src/network/lscpsymbols.h
ViewVC logotype

Annotation of /linuxsampler/trunk/src/network/lscpsymbols.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 135 - (hide annotations) (download) (as text)
Sun Jun 20 16:01:50 2004 UTC (19 years, 11 months ago) by senkov
File MIME type: text/x-c++hdr
File size: 3751 byte(s)
* Update parser to comply with the latest spec

1 senkov 135 /* A Bison parser, made by GNU Bison 1.875. */
2 schoenebeck 35
3     /* Skeleton parser for Yacc-like parsing with Bison,
4 senkov 135 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
5 schoenebeck 35
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     CHAR = 258,
33     DOTNUM = 259,
34     NUMBER = 260,
35 senkov 135 STRINGVAL = 261,
36     SP = 262,
37     LF = 263,
38     CR = 264,
39     HASH = 265,
40     EQ = 266,
41     ADD = 267,
42     GET = 268,
43     CREATE = 269,
44     DESTROY = 270,
45     LIST = 271,
46     LOAD = 272,
47     LOAD_BACKGROUND = 273,
48     REMOVE = 274,
49     SET = 275,
50     SUBSCRIBE = 276,
51     UNSUBSCRIBE = 277,
52     RESET = 278,
53     QUIT = 279,
54     CHANNEL = 280,
55     NOTIFICATION = 281,
56     AVAILABLE_ENGINES = 282,
57     AVAILABLE_AUDIO_OUTPUT_DRIVERS = 283,
58     CHANNELS = 284,
59     INFO = 285,
60     BUFFER_FILL = 286,
61     STREAM_COUNT = 287,
62     VOICE_COUNT = 288,
63     INSTRUMENT = 289,
64     ENGINE = 290,
65     AUDIO_OUTPUT_CHANNEL = 291,
66     AUDIO_OUTPUT_CHANNEL_PARAMETER = 292,
67     AUDIO_OUTPUT_DEVICE = 293,
68     AUDIO_OUTPUT_DEVICES = 294,
69     AUDIO_OUTPUT_DEVICE_PARAMETER = 295,
70     AUDIO_OUTPUT_DRIVER = 296,
71     AUDIO_OUTPUT_DRIVER_PARAMETER = 297,
72     MIDI_INPUT_PORT = 298,
73     MIDI_INPUT_CHANNEL = 299,
74     MIDI_INPUT_TYPE = 300,
75     VOLUME = 301,
76     BYTES = 302,
77     PERCENTAGE = 303,
78     MISCELLANEOUS = 304
79 schoenebeck 35 };
80     #endif
81     #define CHAR 258
82     #define DOTNUM 259
83     #define NUMBER 260
84 senkov 135 #define STRINGVAL 261
85     #define SP 262
86     #define LF 263
87     #define CR 264
88     #define HASH 265
89     #define EQ 266
90     #define ADD 267
91     #define GET 268
92     #define CREATE 269
93     #define DESTROY 270
94     #define LIST 271
95     #define LOAD 272
96     #define LOAD_BACKGROUND 273
97     #define REMOVE 274
98     #define SET 275
99     #define SUBSCRIBE 276
100     #define UNSUBSCRIBE 277
101     #define RESET 278
102     #define QUIT 279
103     #define CHANNEL 280
104     #define NOTIFICATION 281
105     #define AVAILABLE_ENGINES 282
106     #define AVAILABLE_AUDIO_OUTPUT_DRIVERS 283
107     #define CHANNELS 284
108     #define INFO 285
109     #define BUFFER_FILL 286
110     #define STREAM_COUNT 287
111     #define VOICE_COUNT 288
112     #define INSTRUMENT 289
113     #define ENGINE 290
114     #define AUDIO_OUTPUT_CHANNEL 291
115     #define AUDIO_OUTPUT_CHANNEL_PARAMETER 292
116     #define AUDIO_OUTPUT_DEVICE 293
117     #define AUDIO_OUTPUT_DEVICES 294
118     #define AUDIO_OUTPUT_DEVICE_PARAMETER 295
119     #define AUDIO_OUTPUT_DRIVER 296
120     #define AUDIO_OUTPUT_DRIVER_PARAMETER 297
121     #define MIDI_INPUT_PORT 298
122     #define MIDI_INPUT_CHANNEL 299
123     #define MIDI_INPUT_TYPE 300
124     #define VOLUME 301
125     #define BYTES 302
126     #define PERCENTAGE 303
127     #define MISCELLANEOUS 304
128 schoenebeck 35
129    
130    
131    
132     #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
133     typedef int YYSTYPE;
134     # define yystype YYSTYPE /* obsolescent; will be withdrawn */
135     # define YYSTYPE_IS_DECLARED 1
136     # define YYSTYPE_IS_TRIVIAL 1
137     #endif
138    
139    
140    
141    
142    

  ViewVC Help
Powered by ViewVC