-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathparser_gram.h
348 lines (326 loc) · 8.42 KB
/
parser_gram.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
/* A Bison parser, made by GNU Bison 2.4.1. */
/* Skeleton interface for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton. Alternatively, if you modify or redistribute
the parser skeleton itself, you may (at your option) remove this
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
FSC_LIST = 258,
FSC_DEFINE = 259,
FSC_EXEC = 260,
FSC_QUIT = 261,
FSC_DEBUG = 262,
FSC_CREATE = 263,
FSC_SLEEP = 264,
FSC_STATS = 265,
FSC_FOREACH = 266,
FSC_SET = 267,
FSC_SHUTDOWN = 268,
FSC_LOG = 269,
FSC_SYSTEM = 270,
FSC_FLOWOP = 271,
FSC_EVENTGEN = 272,
FSC_ECHO = 273,
FSC_LOAD = 274,
FSC_RUN = 275,
FSC_WARMUP = 276,
FSC_NOUSESTATS = 277,
FSC_FSCHECK = 278,
FSC_FSFLUSH = 279,
FSC_USAGE = 280,
FSC_HELP = 281,
FSC_VARS = 282,
FSC_VERSION = 283,
FSC_ENABLE = 284,
FSC_DOMULTISYNC = 285,
FSV_STRING = 286,
FSV_VAL_INT = 287,
FSV_VAL_BOOLEAN = 288,
FSV_VARIABLE = 289,
FSV_WHITESTRING = 290,
FSV_RANDUNI = 291,
FSV_RANDTAB = 292,
FSV_RANDVAR = 293,
FSV_URAND = 294,
FSV_RAND48 = 295,
FST_INT = 296,
FST_BOOLEAN = 297,
FSE_FILE = 298,
FSE_PROC = 299,
FSE_THREAD = 300,
FSE_CLEAR = 301,
FSE_ALL = 302,
FSE_SNAP = 303,
FSE_DUMP = 304,
FSE_DIRECTORY = 305,
FSE_COMMAND = 306,
FSE_FILESET = 307,
FSE_POSSET = 308,
FSE_XMLDUMP = 309,
FSE_RAND = 310,
FSE_MODE = 311,
FSE_MULTI = 312,
FSE_MULTIDUMP = 313,
FSK_SEPLST = 314,
FSK_OPENLST = 315,
FSK_CLOSELST = 316,
FSK_ASSIGN = 317,
FSK_IN = 318,
FSK_QUOTE = 319,
FSK_DIRSEPLST = 320,
FSK_PLUS = 321,
FSK_MINUS = 322,
FSK_MULTIPLY = 323,
FSK_DIVIDE = 324,
FSA_SIZE = 325,
FSA_PREALLOC = 326,
FSA_PARALLOC = 327,
FSA_PATH = 328,
FSA_REUSE = 329,
FSA_PROCESS = 330,
FSA_MEMSIZE = 331,
FSA_RATE = 332,
FSA_CACHED = 333,
FSA_READONLY = 334,
FSA_TRUSTTREE = 335,
FSA_IOSIZE = 336,
FSA_FILE = 337,
FSA_POSSET = 338,
FSA_WSS = 339,
FSA_NAME = 340,
FSA_RANDOM = 341,
FSA_INSTANCES = 342,
FSA_DSYNC = 343,
FSA_TARGET = 344,
FSA_ITERS = 345,
FSA_NICE = 346,
FSA_VALUE = 347,
FSA_BLOCKING = 348,
FSA_HIGHWATER = 349,
FSA_DIRECTIO = 350,
FSA_DIRWIDTH = 351,
FSA_FD = 352,
FSA_SRCFD = 353,
FSA_ROTATEFD = 354,
FSA_NAMELENGTH = 355,
FSA_FILESIZE = 356,
FSA_ENTRIES = 357,
FSA_FILESIZEGAMMA = 358,
FSA_DIRDEPTHRV = 359,
FSA_DIRGAMMA = 360,
FSA_USEISM = 361,
FSA_TYPE = 362,
FSA_RANDTABLE = 363,
FSA_RANDSRC = 364,
FSA_RANDROUND = 365,
FSA_LEAFDIRS = 366,
FSA_INDEXED = 367,
FSA_FSTYPE = 368,
FSA_RANDSEED = 369,
FSA_RANDGAMMA = 370,
FSA_RANDMEAN = 371,
FSA_RANDMIN = 372,
FSA_RANDMAX = 373,
FSA_MASTER = 374,
FSA_CLIENT = 375,
FSS_TYPE = 376,
FSS_SEED = 377,
FSS_GAMMA = 378,
FSS_MEAN = 379,
FSS_MIN = 380,
FSS_SRC = 381,
FSS_ROUND = 382,
FSV_SET_LOCAL_VAR = 383,
FSA_LVAR_ASSIGN = 384,
FSA_ALLDONE = 385,
FSA_FIRSTDONE = 386,
FSA_TIMEOUT = 387,
FSC_OSPROF_ENABLE = 388,
FSC_OSPROF_DISABLE = 389,
FSA_NOREADAHEAD = 390,
FSA_IOPRIO = 391,
FSA_WRITEONLY = 392
};
#endif
/* Tokens. */
#define FSC_LIST 258
#define FSC_DEFINE 259
#define FSC_EXEC 260
#define FSC_QUIT 261
#define FSC_DEBUG 262
#define FSC_CREATE 263
#define FSC_SLEEP 264
#define FSC_STATS 265
#define FSC_FOREACH 266
#define FSC_SET 267
#define FSC_SHUTDOWN 268
#define FSC_LOG 269
#define FSC_SYSTEM 270
#define FSC_FLOWOP 271
#define FSC_EVENTGEN 272
#define FSC_ECHO 273
#define FSC_LOAD 274
#define FSC_RUN 275
#define FSC_WARMUP 276
#define FSC_NOUSESTATS 277
#define FSC_FSCHECK 278
#define FSC_FSFLUSH 279
#define FSC_USAGE 280
#define FSC_HELP 281
#define FSC_VARS 282
#define FSC_VERSION 283
#define FSC_ENABLE 284
#define FSC_DOMULTISYNC 285
#define FSV_STRING 286
#define FSV_VAL_INT 287
#define FSV_VAL_BOOLEAN 288
#define FSV_VARIABLE 289
#define FSV_WHITESTRING 290
#define FSV_RANDUNI 291
#define FSV_RANDTAB 292
#define FSV_RANDVAR 293
#define FSV_URAND 294
#define FSV_RAND48 295
#define FST_INT 296
#define FST_BOOLEAN 297
#define FSE_FILE 298
#define FSE_PROC 299
#define FSE_THREAD 300
#define FSE_CLEAR 301
#define FSE_ALL 302
#define FSE_SNAP 303
#define FSE_DUMP 304
#define FSE_DIRECTORY 305
#define FSE_COMMAND 306
#define FSE_FILESET 307
#define FSE_POSSET 308
#define FSE_XMLDUMP 309
#define FSE_RAND 310
#define FSE_MODE 311
#define FSE_MULTI 312
#define FSE_MULTIDUMP 313
#define FSK_SEPLST 314
#define FSK_OPENLST 315
#define FSK_CLOSELST 316
#define FSK_ASSIGN 317
#define FSK_IN 318
#define FSK_QUOTE 319
#define FSK_DIRSEPLST 320
#define FSK_PLUS 321
#define FSK_MINUS 322
#define FSK_MULTIPLY 323
#define FSK_DIVIDE 324
#define FSA_SIZE 325
#define FSA_PREALLOC 326
#define FSA_PARALLOC 327
#define FSA_PATH 328
#define FSA_REUSE 329
#define FSA_PROCESS 330
#define FSA_MEMSIZE 331
#define FSA_RATE 332
#define FSA_CACHED 333
#define FSA_READONLY 334
#define FSA_TRUSTTREE 335
#define FSA_IOSIZE 336
#define FSA_FILE 337
#define FSA_POSSET 338
#define FSA_WSS 339
#define FSA_NAME 340
#define FSA_RANDOM 341
#define FSA_INSTANCES 342
#define FSA_DSYNC 343
#define FSA_TARGET 344
#define FSA_ITERS 345
#define FSA_NICE 346
#define FSA_VALUE 347
#define FSA_BLOCKING 348
#define FSA_HIGHWATER 349
#define FSA_DIRECTIO 350
#define FSA_DIRWIDTH 351
#define FSA_FD 352
#define FSA_SRCFD 353
#define FSA_ROTATEFD 354
#define FSA_NAMELENGTH 355
#define FSA_FILESIZE 356
#define FSA_ENTRIES 357
#define FSA_FILESIZEGAMMA 358
#define FSA_DIRDEPTHRV 359
#define FSA_DIRGAMMA 360
#define FSA_USEISM 361
#define FSA_TYPE 362
#define FSA_RANDTABLE 363
#define FSA_RANDSRC 364
#define FSA_RANDROUND 365
#define FSA_LEAFDIRS 366
#define FSA_INDEXED 367
#define FSA_FSTYPE 368
#define FSA_RANDSEED 369
#define FSA_RANDGAMMA 370
#define FSA_RANDMEAN 371
#define FSA_RANDMIN 372
#define FSA_RANDMAX 373
#define FSA_MASTER 374
#define FSA_CLIENT 375
#define FSS_TYPE 376
#define FSS_SEED 377
#define FSS_GAMMA 378
#define FSS_MEAN 379
#define FSS_MIN 380
#define FSS_SRC 381
#define FSS_ROUND 382
#define FSV_SET_LOCAL_VAR 383
#define FSA_LVAR_ASSIGN 384
#define FSA_ALLDONE 385
#define FSA_FIRSTDONE 386
#define FSA_TIMEOUT 387
#define FSC_OSPROF_ENABLE 388
#define FSC_OSPROF_DISABLE 389
#define FSA_NOREADAHEAD 390
#define FSA_IOPRIO 391
#define FSA_WRITEONLY 392
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
/* Line 1676 of yacc.c */
#line 161 "parser_gram.y"
int64_t ival;
unsigned char bval;
char * sval;
fs_u val;
avd_t avd;
cmd_t *cmd;
attr_t *attr;
list_t *list;
probtabent_t *rndtb;
/* Line 1676 of yacc.c */
#line 340 "parser_gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
#endif
extern YYSTYPE yylval;