1 #include "config.h"
2 #include "util/configyyrename.h"
3
4 #line 2 "<stdout>"
5
6 #define YY_INT_ALIGNED short int
7
8 /* A lexical scanner generated by flex */
9
10 #define FLEX_SCANNER
11 #define YY_FLEX_MAJOR_VERSION 2
12 #define YY_FLEX_MINOR_VERSION 6
13 #define YY_FLEX_SUBMINOR_VERSION 4
14 #if YY_FLEX_SUBMINOR_VERSION > 0
15 #define FLEX_BETA
16 #endif
17
18 /* First, we deal with platform-specific or compiler-specific issues. */
19
20 /* begin standard C headers. */
21 #include <stdio.h>
22 #include <string.h>
23 #include <errno.h>
24 #include <stdlib.h>
25
26 /* end standard C headers. */
27
28 /* flex integer type definitions */
29
30 #ifndef FLEXINT_H
31 #define FLEXINT_H
32
33 /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
34
35 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
36
37 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
38 * if you want the limit (max/min) macros for int types.
39 */
40 #ifndef __STDC_LIMIT_MACROS
41 #define __STDC_LIMIT_MACROS 1
42 #endif
43
44 #include <inttypes.h>
45 typedef int8_t flex_int8_t;
46 typedef uint8_t flex_uint8_t;
47 typedef int16_t flex_int16_t;
48 typedef uint16_t flex_uint16_t;
49 typedef int32_t flex_int32_t;
50 typedef uint32_t flex_uint32_t;
51 #else
52 typedef signed char flex_int8_t;
53 typedef short int flex_int16_t;
54 typedef int flex_int32_t;
55 typedef unsigned char flex_uint8_t;
56 typedef unsigned short int flex_uint16_t;
57 typedef unsigned int flex_uint32_t;
58
59 /* Limits of integral types. */
60 #ifndef INT8_MIN
61 #define INT8_MIN (-128)
62 #endif
63 #ifndef INT16_MIN
64 #define INT16_MIN (-32767-1)
65 #endif
66 #ifndef INT32_MIN
67 #define INT32_MIN (-2147483647-1)
68 #endif
69 #ifndef INT8_MAX
70 #define INT8_MAX (127)
71 #endif
72 #ifndef INT16_MAX
73 #define INT16_MAX (32767)
74 #endif
75 #ifndef INT32_MAX
76 #define INT32_MAX (2147483647)
77 #endif
78 #ifndef UINT8_MAX
79 #define UINT8_MAX (255U)
80 #endif
81 #ifndef UINT16_MAX
82 #define UINT16_MAX (65535U)
83 #endif
84 #ifndef UINT32_MAX
85 #define UINT32_MAX (4294967295U)
86 #endif
87
88 #ifndef SIZE_MAX
89 #define SIZE_MAX (~(size_t)0)
90 #endif
91
92 #endif /* ! C99 */
93
94 #endif /* ! FLEXINT_H */
95
96 /* begin standard C++ headers. */
97
98 /* TODO: this is always defined, so inline it */
99 #define yyconst const
100
101 #if defined(__GNUC__) && __GNUC__ >= 3
102 #define yynoreturn __attribute__((__noreturn__))
103 #else
104 #define yynoreturn
105 #endif
106
107 /* Returned upon end-of-file. */
108 #define YY_NULL 0
109
110 /* Promotes a possibly negative, possibly signed char to an
111 * integer in range [0..255] for use as an array index.
112 */
113 #define YY_SC_TO_UI(c) ((YY_CHAR) (c))
114
115 /* Enter a start condition. This macro really ought to take a parameter,
116 * but we do it the disgusting crufty way forced on us by the ()-less
117 * definition of BEGIN.
118 */
119 #define BEGIN (yy_start) = 1 + 2 *
120 /* Translate the current start state into a value that can be later handed
121 * to BEGIN to return to the state. The YYSTATE alias is for lex
122 * compatibility.
123 */
124 #define YY_START (((yy_start) - 1) / 2)
125 #define YYSTATE YY_START
126 /* Action number for EOF rule of a given start state. */
127 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
128 /* Special action meaning "start processing a new file". */
129 #define YY_NEW_FILE yyrestart( yyin )
130 #define YY_END_OF_BUFFER_CHAR 0
131
132 /* Size of default input buffer. */
133 #ifndef YY_BUF_SIZE
134 #ifdef __ia64__
135 /* On IA-64, the buffer size is 16k, not 8k.
136 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
137 * Ditto for the __ia64__ case accordingly.
138 */
139 #define YY_BUF_SIZE 32768
140 #else
141 #define YY_BUF_SIZE 16384
142 #endif /* __ia64__ */
143 #endif
144
145 /* The state buf must be large enough to hold one state per character in the main buffer.
146 */
147 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
148
149 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
150 #define YY_TYPEDEF_YY_BUFFER_STATE
151 typedef struct yy_buffer_state *YY_BUFFER_STATE;
152 #endif
153
154 #ifndef YY_TYPEDEF_YY_SIZE_T
155 #define YY_TYPEDEF_YY_SIZE_T
156 typedef size_t yy_size_t;
157 #endif
158
159 extern int yyleng;
160
161 extern FILE *yyin, *yyout;
162
163 #define EOB_ACT_CONTINUE_SCAN 0
164 #define EOB_ACT_END_OF_FILE 1
165 #define EOB_ACT_LAST_MATCH 2
166
167 #define YY_LESS_LINENO(n)
168 #define YY_LINENO_REWIND_TO(ptr)
169
170 /* Return all but the first "n" matched characters back to the input stream. */
171 #define yyless(n) \
172 do \
173 { \
174 /* Undo effects of setting up yytext. */ \
175 int yyless_macro_arg = (n); \
176 YY_LESS_LINENO(yyless_macro_arg);\
177 *yy_cp = (yy_hold_char); \
178 YY_RESTORE_YY_MORE_OFFSET \
179 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
180 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
181 } \
182 while ( 0 )
183 #define unput(c) yyunput( c, (yytext_ptr) )
184
185 #ifndef YY_STRUCT_YY_BUFFER_STATE
186 #define YY_STRUCT_YY_BUFFER_STATE
187 struct yy_buffer_state
188 {
189 FILE *yy_input_file;
190
191 char *yy_ch_buf; /* input buffer */
192 char *yy_buf_pos; /* current position in input buffer */
193
194 /* Size of input buffer in bytes, not including room for EOB
195 * characters.
196 */
197 int yy_buf_size;
198
199 /* Number of characters read into yy_ch_buf, not including EOB
200 * characters.
201 */
202 int yy_n_chars;
203
204 /* Whether we "own" the buffer - i.e., we know we created it,
205 * and can realloc() it to grow it, and should free() it to
206 * delete it.
207 */
208 int yy_is_our_buffer;
209
210 /* Whether this is an "interactive" input source; if so, and
211 * if we're using stdio for input, then we want to use getc()
212 * instead of fread(), to make sure we stop fetching input after
213 * each newline.
214 */
215 int yy_is_interactive;
216
217 /* Whether we're considered to be at the beginning of a line.
218 * If so, '^' rules will be active on the next match, otherwise
219 * not.
220 */
221 int yy_at_bol;
222
223 int yy_bs_lineno; /**< The line count. */
224 int yy_bs_column; /**< The column count. */
225
226 /* Whether to try to fill the input buffer when we reach the
227 * end of it.
228 */
229 int yy_fill_buffer;
230
231 int yy_buffer_status;
232
233 #define YY_BUFFER_NEW 0
234 #define YY_BUFFER_NORMAL 1
235 /* When an EOF's been seen but there's still some text to process
236 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
237 * shouldn't try reading from the input source any more. We might
238 * still have a bunch of tokens to match, though, because of
239 * possible backing-up.
240 *
241 * When we actually see the EOF, we change the status to "new"
242 * (via yyrestart()), so that the user can continue scanning by
243 * just pointing yyin at a new input file.
244 */
245 #define YY_BUFFER_EOF_PENDING 2
246
247 };
248 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
249
250 /* Stack of input buffers. */
251 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
252 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
253 static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
254
255 /* We provide macros for accessing buffer states in case in the
256 * future we want to put the buffer states in a more general
257 * "scanner state".
258 *
259 * Returns the top of the stack, or NULL.
260 */
261 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
262 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
263 : NULL)
264 /* Same as previous macro, but useful when we know that the buffer stack is not
265 * NULL or when we need an lvalue. For internal use only.
266 */
267 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
268
269 /* yy_hold_char holds the character lost when yytext is formed. */
270 static char yy_hold_char;
271 static int yy_n_chars; /* number of characters read into yy_ch_buf */
272 int yyleng;
273
274 /* Points to current character in buffer. */
275 static char *yy_c_buf_p = NULL;
276 static int yy_init = 0; /* whether we need to initialize */
277 static int yy_start = 0; /* start state number */
278
279 /* Flag which is used to allow yywrap()'s to do buffer switches
280 * instead of setting up a fresh yyin. A bit of a hack ...
281 */
282 static int yy_did_buffer_switch_on_eof;
283
284 void yyrestart ( FILE *input_file );
285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
287 void yy_delete_buffer ( YY_BUFFER_STATE b );
288 void yy_flush_buffer ( YY_BUFFER_STATE b );
289 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
290 void yypop_buffer_state ( void );
291
292 static void yyensure_buffer_stack ( void );
293 static void yy_load_buffer_state ( void );
294 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
295 #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
296
297 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
298 YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
299 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
300
301 void *yyalloc ( yy_size_t );
302 void *yyrealloc ( void *, yy_size_t );
303 void yyfree ( void * );
304
305 #define yy_new_buffer yy_create_buffer
306 #define yy_set_interactive(is_interactive) \
307 { \
308 if ( ! YY_CURRENT_BUFFER ){ \
309 yyensure_buffer_stack (); \
310 YY_CURRENT_BUFFER_LVALUE = \
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
312 } \
313 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
314 }
315 #define yy_set_bol(at_bol) \
316 { \
317 if ( ! YY_CURRENT_BUFFER ){\
318 yyensure_buffer_stack (); \
319 YY_CURRENT_BUFFER_LVALUE = \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
321 } \
322 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
323 }
324 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
325
326 /* Begin user sect3 */
327 typedef flex_uint8_t YY_CHAR;
328
329 FILE *yyin = NULL, *yyout = NULL;
330
331 typedef int yy_state_type;
332
333 extern int yylineno;
334 int yylineno = 1;
335
336 extern char *yytext;
337 #ifdef yytext_ptr
338 #undef yytext_ptr
339 #endif
340 #define yytext_ptr yytext
341
342 static yy_state_type yy_get_previous_state ( void );
343 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
344 static int yy_get_next_buffer ( void );
345 static void yynoreturn yy_fatal_error ( const char* msg );
346
347 /* Done after the current pattern has been matched and before the
348 * corresponding action - sets up yytext.
349 */
350 #define YY_DO_BEFORE_ACTION \
351 (yytext_ptr) = yy_bp; \
352 (yytext_ptr) -= (yy_more_len); \
353 yyleng = (int) (yy_cp - (yytext_ptr)); \
354 (yy_hold_char) = *yy_cp; \
355 *yy_cp = '\0'; \
356 (yy_c_buf_p) = yy_cp;
357 #define YY_NUM_RULES 363
358 #define YY_END_OF_BUFFER 364
359 /* This struct is not used in this scanner,
360 but its presence is necessary. */
361 struct yy_trans_info
362 {
363 flex_int32_t yy_verify;
364 flex_int32_t yy_nxt;
365 };
366 static const flex_int16_t yy_accept[3600] =
367 { 0,
368 1, 1, 337, 337, 341, 341, 345, 345, 349, 349,
369 1, 1, 353, 353, 357, 357, 364, 361, 1, 335,
370 335, 362, 2, 361, 361, 361, 361, 361, 361, 361,
371 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
372 361, 361, 361, 361, 361, 362, 337, 338, 338, 339,
373 362, 341, 342, 342, 343, 362, 348, 345, 346, 346,
374 347, 362, 349, 350, 350, 351, 362, 360, 336, 2,
375 340, 360, 362, 356, 353, 354, 354, 355, 362, 357,
376 358, 358, 359, 362, 361, 0, 1, 2, 2, 2,
377 2, 361, 361, 361, 361, 361, 361, 361, 361, 361,
378
379 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
380 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
381 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
382 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
383 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
384 361, 361, 361, 361, 361, 361, 361, 361, 361, 337,
385 0, 341, 0, 348, 0, 345, 349, 0, 360, 0,
386 2, 2, 360, 356, 0, 353, 357, 0, 361, 361,
387 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
388 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
389
390 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
391 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
392 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
393 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
394 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
395 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
396 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
397 361, 361, 360, 361, 361, 361, 361, 361, 361, 361,
398 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
399 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
400
401 361, 361, 361, 361, 334, 361, 361, 361, 361, 361,
402 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
403 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
404 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
405 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
406 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
407 361, 361, 133, 361, 361, 361, 361, 361, 361, 361,
408 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
409 361, 361, 361, 143, 361, 361, 361, 361, 361, 361,
410 361, 360, 361, 361, 361, 361, 361, 361, 361, 361,
411
412 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
413 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
414 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
415 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
416 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
417 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
418 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
419 361, 361, 115, 361, 333, 361, 361, 361, 361, 361,
420 361, 361, 361, 8, 361, 361, 361, 361, 361, 361,
421 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
422
423 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
424 361, 361, 361, 361, 134, 361, 361, 361, 361, 361,
425 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
426 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
427 361, 361, 361, 361, 361, 361, 361, 361, 148, 361,
428 361, 360, 361, 361, 361, 361, 361, 361, 361, 361,
429 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
430 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
431 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
432 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
433
434 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
435 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
436 361, 361, 326, 361, 361, 361, 361, 361, 361, 361,
437 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
438 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
439 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
440 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
441 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
442 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
443 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
444
445 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
446 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
447 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
448 361, 361, 361, 361, 361, 360, 361, 361, 361, 361,
449 361, 361, 361, 361, 361, 361, 361, 361, 69, 361,
450 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
451 361, 361, 361, 255, 361, 14, 15, 361, 19, 18,
452 361, 361, 239, 361, 361, 361, 361, 361, 361, 361,
453 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
454 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
455
456 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
457 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
458 361, 361, 361, 361, 361, 361, 361, 141, 361, 361,
459 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
460 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
461 361, 361, 361, 237, 361, 361, 361, 361, 361, 361,
462 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
463 361, 361, 361, 361, 3, 361, 361, 361, 361, 361,
464 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
465 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
466
467 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
468 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
469 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
470 361, 361, 361, 361, 361, 360, 361, 361, 361, 361,
471 361, 361, 361, 320, 361, 361, 319, 361, 361, 361,
472 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
473 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
474 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
475 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
476 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
477
478 361, 361, 361, 361, 361, 361, 361, 344, 361, 361,
479 361, 361, 361, 361, 361, 361, 68, 361, 361, 361,
480 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
481 361, 361, 361, 72, 361, 289, 361, 361, 361, 361,
482 361, 361, 361, 361, 361, 327, 328, 361, 361, 361,
483 361, 361, 361, 361, 361, 73, 361, 361, 142, 361,
484 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
485 361, 361, 361, 137, 361, 361, 361, 361, 361, 361,
486 361, 361, 361, 361, 226, 361, 361, 361, 361, 361,
487 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
488
489 361, 361, 361, 361, 361, 361, 361, 21, 361, 361,
490 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
491 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
492 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
493 168, 361, 361, 361, 361, 361, 360, 344, 361, 361,
494 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
495 361, 361, 361, 361, 361, 361, 361, 361, 361, 113,
496 361, 361, 361, 361, 361, 361, 361, 297, 361, 361,
497 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
498 361, 361, 361, 361, 361, 361, 195, 361, 361, 361,
499
500 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
501 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
502 361, 361, 361, 361, 361, 361, 361, 361, 167, 361,
503 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
504 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
505 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
506 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
507 361, 361, 361, 361, 361, 112, 361, 361, 361, 361,
508 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
509 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
510
511 361, 361, 361, 361, 361, 35, 361, 361, 361, 361,
512 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
513 361, 361, 361, 361, 361, 361, 361, 361, 36, 361,
514 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
515 361, 361, 361, 361, 361, 70, 361, 361, 361, 361,
516 361, 361, 361, 361, 361, 361, 140, 361, 361, 361,
517 360, 361, 361, 361, 361, 361, 132, 361, 361, 361,
518 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
519 361, 361, 71, 361, 361, 361, 361, 361, 361, 361,
520 361, 361, 361, 361, 361, 259, 361, 361, 361, 361,
521
522 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
523 196, 361, 361, 361, 361, 361, 361, 361, 361, 361,
524 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
525 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
526 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
527 361, 58, 361, 361, 361, 361, 361, 361, 361, 361,
528 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
529 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
530 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
531 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
532
533 361, 361, 361, 361, 361, 361, 277, 361, 361, 361,
534 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
535 361, 361, 361, 361, 361, 361, 361, 63, 361, 64,
536 361, 361, 361, 361, 361, 116, 361, 117, 361, 361,
537 361, 361, 361, 114, 361, 361, 361, 361, 361, 361,
538 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
539 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
540 361, 361, 361, 361, 361, 361, 361, 7, 361, 361,
541 361, 361, 360, 361, 361, 361, 361, 361, 361, 361,
542 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
543
544 361, 248, 361, 361, 361, 361, 171, 361, 361, 361,
545 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
546 361, 361, 361, 260, 361, 361, 361, 361, 361, 361,
547 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
548 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
549 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
550 361, 361, 361, 361, 49, 361, 361, 361, 361, 361,
551 361, 361, 361, 361, 59, 361, 361, 361, 361, 361,
552 361, 361, 361, 361, 361, 361, 361, 361, 361, 218,
553 361, 217, 361, 361, 361, 361, 361, 361, 361, 361,
554
555 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
556 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
557 361, 361, 16, 17, 361, 361, 361, 361, 361, 361,
558 361, 361, 361, 361, 361, 361, 361, 74, 361, 361,
559 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
560 361, 225, 361, 361, 361, 361, 361, 361, 119, 361,
561 118, 361, 361, 361, 361, 361, 361, 361, 361, 361,
562 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
563 361, 361, 361, 361, 361, 361, 361, 209, 361, 361,
564 361, 361, 361, 361, 361, 361, 361, 149, 361, 361,
565
566 361, 360, 361, 361, 361, 361, 361, 361, 361, 361,
567 361, 361, 107, 361, 361, 361, 361, 361, 361, 361,
568 361, 361, 95, 361, 361, 361, 361, 361, 361, 361,
569 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
570 361, 361, 361, 361, 361, 361, 361, 361, 238, 361,
571 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
572 361, 361, 361, 361, 361, 361, 361, 361, 361, 100,
573 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
574 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
575 361, 361, 361, 67, 361, 361, 361, 361, 361, 361,
576
577 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
578 361, 361, 212, 213, 361, 361, 361, 291, 361, 361,
579 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
580 361, 6, 361, 361, 361, 361, 361, 361, 361, 310,
581 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
582 361, 361, 361, 361, 361, 361, 361, 361, 295, 361,
583 361, 361, 361, 361, 361, 361, 321, 361, 361, 361,
584 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
585 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
586 361, 46, 361, 361, 361, 361, 361, 48, 361, 361,
587
588 361, 96, 361, 361, 361, 361, 361, 56, 361, 361,
589 361, 361, 361, 361, 361, 361, 361, 361, 361, 360,
590 361, 205, 361, 361, 361, 144, 361, 361, 361, 361,
591 361, 361, 361, 361, 361, 361, 230, 361, 206, 361,
592 361, 361, 245, 361, 361, 361, 361, 361, 361, 361,
593 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
594 361, 361, 361, 57, 361, 361, 361, 361, 361, 361,
595 361, 361, 361, 361, 361, 146, 125, 361, 126, 361,
596 361, 361, 361, 124, 361, 361, 361, 361, 361, 361,
597 361, 361, 361, 164, 361, 361, 54, 361, 361, 361,
598
599 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
600 361, 361, 361, 361, 276, 361, 361, 361, 361, 361,
601 361, 361, 361, 361, 207, 361, 361, 361, 361, 361,
602 210, 361, 216, 361, 361, 361, 361, 361, 361, 244,
603 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
604 361, 361, 361, 361, 361, 361, 361, 111, 361, 361,
605 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
606 361, 361, 361, 361, 361, 361, 361, 138, 361, 361,
607 361, 361, 361, 361, 361, 361, 65, 361, 361, 361,
608 29, 361, 361, 361, 361, 361, 361, 361, 361, 361,
609
610 361, 361, 361, 20, 361, 361, 361, 361, 361, 361,
611 361, 30, 39, 361, 176, 361, 361, 361, 361, 361,
612 361, 361, 361, 361, 361, 361, 361, 361, 361, 203,
613 361, 361, 360, 361, 361, 361, 361, 361, 361, 82,
614 84, 361, 361, 361, 361, 361, 361, 361, 361, 361,
615 361, 361, 361, 361, 299, 361, 361, 361, 361, 256,
616 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
617 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
618 361, 361, 361, 127, 361, 361, 361, 361, 361, 361,
619 361, 361, 361, 361, 361, 163, 361, 50, 361, 361,
620
621 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
622 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
623 361, 361, 314, 361, 361, 361, 361, 361, 361, 361,
624 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
625 361, 361, 170, 361, 361, 361, 361, 361, 361, 361,
626 361, 361, 361, 361, 361, 361, 308, 361, 361, 361,
627 236, 361, 361, 361, 361, 361, 361, 361, 361, 361,
628 361, 324, 361, 361, 361, 361, 361, 361, 361, 361,
629 361, 361, 361, 361, 188, 361, 361, 361, 361, 361,
630 361, 361, 361, 361, 120, 361, 361, 361, 361, 361,
631
632 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
633 361, 361, 361, 361, 361, 361, 361, 361, 183, 361,
634 197, 361, 361, 361, 361, 361, 361, 361, 360, 361,
635 152, 361, 361, 361, 361, 361, 106, 361, 361, 361,
636 361, 228, 361, 361, 361, 361, 361, 361, 246, 361,
637 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
638 361, 361, 361, 361, 361, 268, 361, 361, 361, 361,
639 361, 361, 361, 361, 361, 361, 361, 145, 361, 361,
640 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
641 361, 361, 361, 361, 361, 187, 361, 361, 361, 361,
642
643 361, 361, 361, 85, 361, 86, 361, 361, 361, 361,
644 361, 361, 66, 317, 361, 361, 361, 361, 361, 94,
645 198, 361, 219, 361, 249, 361, 361, 211, 292, 361,
646 361, 361, 361, 361, 361, 78, 361, 200, 361, 361,
647 361, 361, 361, 361, 9, 361, 361, 361, 361, 361,
648 110, 361, 361, 361, 361, 361, 281, 361, 361, 361,
649 361, 227, 361, 361, 361, 361, 361, 361, 361, 361,
650 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
651 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
652 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
653
654 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
655 361, 361, 361, 361, 361, 361, 360, 361, 361, 361,
656 361, 186, 361, 361, 361, 361, 361, 361, 361, 361,
657 361, 361, 172, 361, 298, 361, 361, 361, 361, 361,
658 267, 361, 361, 361, 361, 361, 361, 361, 361, 361,
659 361, 361, 240, 361, 361, 361, 361, 361, 361, 290,
660 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
661 361, 361, 361, 361, 361, 361, 361, 169, 361, 361,
662 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
663 361, 361, 361, 361, 361, 318, 361, 199, 361, 361,
664
665 361, 361, 361, 361, 361, 361, 77, 79, 361, 361,
666 361, 361, 361, 361, 361, 361, 361, 361, 109, 361,
667 361, 361, 361, 361, 279, 361, 361, 361, 361, 294,
668 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
669 361, 361, 361, 232, 37, 31, 33, 361, 361, 361,
670 361, 361, 361, 361, 361, 361, 361, 361, 361, 38,
671 361, 32, 34, 361, 40, 361, 361, 361, 361, 361,
672 361, 361, 105, 361, 182, 361, 361, 361, 361, 361,
673 361, 361, 360, 361, 361, 361, 361, 361, 361, 361,
674 361, 361, 361, 361, 234, 231, 361, 361, 361, 361,
675
676 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
677 361, 361, 361, 361, 361, 76, 361, 361, 361, 147,
678 361, 128, 361, 361, 361, 361, 361, 361, 361, 361,
679 361, 361, 165, 51, 361, 361, 361, 352, 13, 361,
680 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
681 361, 312, 361, 315, 361, 361, 361, 361, 361, 361,
682 361, 361, 361, 361, 361, 361, 12, 361, 361, 22,
683 361, 361, 361, 361, 361, 361, 285, 361, 361, 361,
684 361, 296, 361, 361, 361, 361, 80, 361, 242, 361,
685 361, 361, 361, 361, 233, 361, 361, 75, 361, 361,
686
687 361, 361, 361, 361, 23, 361, 361, 47, 361, 361,
688 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
689 181, 180, 361, 361, 352, 361, 361, 361, 361, 361,
690 361, 361, 361, 361, 235, 229, 361, 247, 361, 361,
691 300, 361, 361, 361, 361, 361, 361, 361, 361, 361,
692 361, 361, 361, 361, 361, 193, 361, 361, 361, 361,
693 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
694 361, 361, 361, 361, 361, 361, 361, 87, 361, 361,
695 361, 361, 361, 280, 361, 361, 361, 361, 215, 361,
696 361, 361, 361, 361, 241, 361, 361, 361, 361, 361,
697
698 361, 361, 361, 361, 287, 361, 361, 361, 322, 323,
699 178, 361, 361, 361, 81, 361, 361, 361, 361, 189,
700 361, 361, 361, 121, 123, 122, 361, 361, 361, 25,
701 361, 361, 173, 361, 175, 361, 220, 361, 361, 361,
702 361, 179, 361, 361, 361, 361, 250, 361, 361, 361,
703 361, 361, 361, 361, 154, 361, 361, 361, 361, 361,
704 361, 361, 361, 361, 361, 361, 361, 258, 361, 361,
705 361, 361, 361, 361, 361, 331, 361, 27, 361, 293,
706 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
707 361, 361, 361, 361, 361, 361, 361, 92, 221, 361,
708
709 361, 361, 278, 361, 316, 361, 214, 361, 361, 361,
710 361, 361, 288, 60, 361, 361, 361, 361, 361, 361,
711 4, 361, 361, 361, 361, 136, 361, 153, 361, 361,
712 361, 194, 361, 361, 361, 361, 361, 361, 361, 361,
713 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
714 253, 41, 42, 361, 361, 361, 361, 361, 361, 361,
715 301, 361, 361, 361, 361, 361, 361, 361, 266, 361,
716 361, 361, 361, 361, 361, 361, 361, 224, 361, 361,
717 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
718 361, 361, 91, 90, 361, 361, 61, 361, 284, 361,
719
720 254, 361, 361, 361, 361, 361, 11, 361, 361, 361,
721 361, 361, 361, 361, 361, 135, 361, 361, 361, 361,
722 361, 222, 97, 361, 361, 44, 361, 361, 361, 361,
723 361, 361, 361, 361, 185, 361, 361, 361, 361, 361,
724 361, 361, 156, 361, 361, 361, 361, 257, 361, 361,
725 361, 361, 361, 265, 361, 361, 361, 361, 150, 361,
726 361, 361, 129, 131, 130, 361, 361, 361, 99, 103,
727 98, 166, 361, 361, 361, 361, 88, 361, 286, 361,
728 361, 361, 361, 361, 361, 10, 361, 361, 361, 361,
729 361, 282, 325, 361, 361, 361, 361, 361, 361, 330,
730
731 43, 361, 361, 361, 361, 361, 184, 361, 361, 361,
732 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
733 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
734 361, 361, 104, 102, 361, 55, 361, 361, 89, 361,
735 313, 361, 361, 361, 361, 24, 361, 361, 361, 361,
736 361, 208, 361, 361, 361, 361, 361, 361, 223, 361,
737 361, 361, 361, 361, 361, 361, 361, 204, 361, 361,
738 174, 83, 361, 361, 361, 361, 361, 302, 361, 361,
739 361, 361, 361, 361, 361, 262, 361, 361, 261, 151,
740 361, 361, 101, 52, 361, 361, 157, 158, 161, 162,
741
742 159, 160, 93, 311, 361, 361, 283, 139, 361, 361,
743 361, 26, 361, 177, 361, 361, 361, 361, 202, 361,
744 252, 361, 361, 361, 361, 361, 361, 361, 361, 361,
745 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
746 361, 361, 191, 190, 45, 361, 361, 361, 361, 361,
747 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
748 361, 361, 361, 361, 361, 361, 361, 361, 309, 361,
749 361, 361, 361, 108, 361, 251, 361, 275, 306, 361,
750 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
751 332, 361, 53, 62, 5, 361, 361, 243, 361, 361,
752
753 307, 361, 361, 361, 361, 361, 361, 361, 361, 361,
754 263, 28, 361, 361, 361, 361, 361, 361, 361, 361,
755 361, 361, 361, 361, 264, 361, 361, 361, 155, 361,
756 361, 361, 361, 361, 361, 361, 361, 192, 361, 201,
757 361, 361, 361, 361, 361, 361, 361, 361, 361, 303,
758 361, 361, 361, 361, 361, 361, 361, 361, 361, 361,
759 361, 361, 361, 361, 361, 361, 361, 329, 361, 361,
760 271, 361, 361, 361, 361, 361, 304, 361, 361, 361,
761 361, 361, 361, 305, 361, 361, 361, 269, 361, 272,
762 273, 361, 361, 361, 361, 361, 270, 274, 0
763
764 } ;
765
766 static const YY_CHAR yy_ec[256] =
767 { 0,
768 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
769 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
770 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
771 1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
772 1, 1, 1, 1, 8, 1, 1, 1, 9, 1,
773 10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
774 1, 1, 1, 1, 14, 15, 16, 17, 18, 19,
775 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
776 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
777 1, 40, 1, 1, 1, 1, 41, 42, 43, 44,
778
779 45, 46, 47, 48, 49, 50, 51, 52, 53, 54,
780 55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
781 65, 66, 1, 1, 1, 1, 1, 1, 1, 1,
782 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
783 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
784 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
785 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
786 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
787 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
788 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
789
790 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
791 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
792 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
793 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
794 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
795 1, 1, 1, 1, 1
796 } ;
797
798 static const YY_CHAR yy_meta[67] =
799 { 0,
800 1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
801 1, 1, 7, 1, 1, 1, 1, 1, 1, 1,
802 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
803 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
804 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
805 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
806 1, 1, 1, 1, 1, 1
807 } ;
808
809 static const flex_int16_t yy_base[3618] =
810 { 0,
811 0, 0, 64, 67, 70, 72, 78, 84, 89, 92,
812 131, 137, 112, 118, 123, 142, 488, 423, 96,10283,
813 10283,10283, 160, 185, 116, 183, 229, 132, 175, 173,
814 232, 50, 66, 120, 263, 275, 151, 323, 134, 375,
815 416, 286, 308, 283, 126, 237, 374,10283,10283,10283,
816 95, 372,10283,10283,10283, 186, 361, 373,10283,10283,
817 10283, 258, 309,10283,10283,10283, 104, 293,10283, 266,
818 10283, 167, 351, 281, 311,10283,10283,10283, 369, 268,
819 10283,10283,10283, 146, 252, 378, 177, 0, 392, 0,
820 0, 303, 270, 235, 317, 362, 344, 384, 178, 177,
821
822 226, 420, 377, 330, 379, 402, 414, 425, 413, 453,
823 319, 367, 440, 429, 441, 455, 475, 479, 458, 482,
824 490, 491, 489, 496, 504, 499, 521, 520, 506, 516,
825 531, 514, 540, 527, 548, 541, 549, 546, 570, 537,
826 543, 559, 584, 568, 250, 573, 603, 599, 576, 563,
827 389, 591, 626, 608, 618, 615, 595, 631, 625, 208,
828 294, 205, 236, 194, 668, 225, 180, 326, 158, 676,
829 680, 0, 653, 152, 690, 176, 130, 492, 668, 666,
830 659, 663, 679, 674, 681, 669, 676, 692, 690, 700,
831 725, 686, 717, 727, 256, 730, 774, 731, 729, 735,
832
833 715, 738, 740, 736, 719, 769, 772, 742, 755, 759,
834 764, 775, 762, 799, 803, 835, 806, 793, 800, 339,
835 796, 823, 378, 805, 418, 833, 824, 443, 832, 459,
836 830, 704, 847, 817, 852, 840, 850, 869, 871, 877,
837 873, 878, 879, 872, 874, 889, 894, 898, 900, 904,
838 897, 896, 910, 912, 906, 917, 696, 913, 927, 943,
839 946, 923, 948, 935, 937, 956, 952, 953, 963, 958,
840 945, 961, 955, 962, 978, 972, 991, 974, 1005, 1007,
841 998, 1001, 1012, 994, 1000, 993, 1002, 1018, 985, 1020,
842 1019, 1015, 1030, 144, 1032, 1034, 1039, 1036, 1033, 1051,
843
844 1060, 1046, 1047, 1049,10283, 1070, 1057, 1074, 1078, 1075,
845 1082, 1084, 1067, 1093, 1095, 1069, 1088, 1083, 1105, 1099,
846 1116, 1090, 1117, 1109, 1107, 1122, 1111, 1134, 1112, 1145,
847 1139, 1135, 1173, 1144, 1141, 1152, 1184, 1167, 1183, 1176,
848 1204, 1213, 1174, 1195, 1208, 1209, 1211, 1227, 1212, 1232,
849 1230, 1237, 1246, 1248, 1235, 1238, 1251, 1239, 1240, 1264,
850 1172, 1280,10283, 1262, 1288, 1261, 1289, 1290, 1297, 1270,
851 1315, 1277, 1311, 1303, 1296, 1320, 1363, 1411, 1313, 1329,
852 1326, 1328, 1321,10283, 1348, 1330, 1460, 1358, 1356, 1374,
853 1382, 1359, 1360, 1383, 1393, 1370, 1310, 1378, 1397, 1399,
854
855 1424, 1459, 1422, 1423, 1406, 1391, 1438, 1319, 1457, 1451,
856 1454, 1469, 1440, 1467, 1461, 1490, 1509, 1485, 1497, 1498,
857 1501, 1516, 1506, 1524, 1519, 1530, 1520, 1510, 1537, 1539,
858 1540, 1545, 1561, 1606, 1441, 1551, 1557, 1564, 1565, 1536,
859 1573, 1571, 1576, 1572, 1585, 1589, 1604, 1601, 1613, 1610,
860 1612, 1617, 1631, 1626, 1607, 1608, 1638, 1650, 1658, 1636,
861 1641, 1642, 1652, 1663, 1657, 1668, 1669, 1670, 1673, 1653,
862 1675, 1682,10283, 1691,10283, 1685, 1699, 1689, 1702, 1693,
863 1708, 1695, 1705,10283, 1703, 1709, 1719, 1729, 1730, 1736,
864 1733, 1742, 1735, 1744, 1748, 1750, 1738, 1758, 1763, 1741,
865
866 1756, 1778, 1770, 1776, 1765, 1768, 1794, 1788, 1785, 1797,
867 1783, 1782, 1791, 1831,10283, 1786, 1813, 1821, 1815, 1803,
868 1833, 1825, 1840, 1864, 1828, 1870, 1860, 1826, 1885, 1866,
869 1867, 1886, 1859, 1872, 1887, 1880, 1897, 1896, 1906, 1912,
870 1903, 1901, 1899, 1924, 1925, 1916, 1922, 1930,10283, 1931,
871 1938, 1946, 1949, 1941, 1944, 1947, 1956, 1945, 1957, 1951,
872 1968, 1977, 1961, 1982, 1989, 1996, 1980, 1999, 1986, 1997,
873 1987, 1988, 2005, 2008, 2020, 2006, 2045, 2021, 2031, 2041,
874 2023, 2042, 2043, 2025, 2051, 2026, 2033, 2047, 2052, 2057,
875 2046, 2056, 2072, 2071, 2067, 2058, 2083, 2085, 2068, 2089,
876
877 2078, 2092, 2086, 2105, 2094, 2080, 2103, 2099, 2095, 2114,
878 2130, 2124, 2117, 2151, 2119, 2138, 2122, 2126, 2143, 2145,
879 2133, 2153,10283, 2157, 2146, 2173, 2167, 2174, 2180, 2182,
880 2169, 2170, 2184, 2186, 2197, 2196, 2192, 2195, 2198, 2200,
881 2212, 2223, 2218, 2210, 2227, 2231, 2237, 2235, 2236, 2222,
882 2239, 2242, 2246, 2252, 2247, 2265, 2257, 2269, 2250, 2276,
883 2287, 2273, 2277, 2296, 2293, 2266, 2282, 2300, 2299, 2294,
884 2303, 2304, 2321, 2330, 2317, 2335, 2341, 2306, 2320, 2347,
885 2333, 2351, 2336, 2337, 2343, 2346, 2363, 2364, 2367, 2360,
886 2370, 2374, 2357, 2376, 2396, 2378, 2391, 2380, 2390, 2394,
887
888 2392, 2388, 2405, 2410, 2407, 2412, 2422, 2426, 2423, 2427,
889 2438, 2433, 2429, 2454, 2434, 2449, 2451, 2450, 2461, 2463,
890 2465, 2467, 2475, 2478, 2489, 2473, 2481, 2493, 2485, 2492,
891 2495, 2487, 2506, 2505, 2523, 2516, 2524, 2525, 2520, 2526,
892 2522, 2531, 2519, 2536, 2556, 2539, 2550, 2532,10283, 2551,
893 2574, 2553, 2567, 2548, 2554, 2558, 2591, 2580, 2582, 2572,
894 2568, 2584, 2630,10283, 2581,10283,10283, 2585,10283,10283,
895 2601, 2607,10283, 2592, 2618, 2617, 2611, 2629, 2620, 2645,
896 2644, 2640, 2647, 2616, 2669, 2696, 2648, 2660, 2657, 2662,
897 2679, 2666, 2682, 2689, 2672, 2699, 2705, 2709, 2716, 2733,
898
899 2730, 2711, 2725, 2717, 2744, 2743, 2747, 2746, 2753, 2752,
900 2756, 2736, 2758, 2739, 2757, 2761, 2764, 2772, 2779, 2789,
901 2780, 2782, 2775, 2805, 2796, 2804, 2810,10283, 2803, 2816,
902 2799, 2817, 2814, 2820, 2824, 2807, 2821, 2822, 2833, 2828,
903 2832, 2834, 2838, 2845, 2835, 2841, 2848, 2858, 2855, 2862,
904 2871, 2878, 2868,10283, 2865, 2872, 2859, 2885, 2879, 2873,
905 2891, 2893, 2877, 2900, 2898, 2921, 2899, 2918, 2915, 2905,
906 2922, 2917, 2910, 2932,10283, 2937, 2933, 2926, 2945, 2940,
907 2936, 2949, 2951, 2955, 2962, 2957, 2977, 2967, 2960, 2927,
908 2982, 2974, 2976, 2978, 2996, 2984, 2987, 3001, 2994, 2993,
909
910 3006, 3007, 3020, 3011, 3008, 3012, 3014, 3021, 3024, 3026,
911 3035, 3050, 3041, 3054, 3043, 3045, 3066, 3069, 3056, 3059,
912 3068, 3070, 3058, 3073, 3071, 3081, 3086, 3072, 3091, 3096,
913 3083, 3094, 3093, 3107, 3106, 3119, 3110, 3123, 3128, 3113,
914 3121, 3137, 3126,10283, 3120, 3143,10283, 3146, 3138, 3139,
915 3185, 3175, 3173, 3165, 3178, 3156, 3187, 3182, 3184, 3205,
916 3199, 3227, 3207, 3215, 3231, 3204, 3233, 3218, 3234, 3222,
917 3172, 3237, 3232, 3245, 3246, 3262, 3148, 3168, 3244, 381,
918 3258, 3254, 3261, 3264, 3309, 3257, 3265, 3272, 3275, 3292,
919 3295, 3297, 3314, 3284, 3285, 3299, 3322, 3306, 3316, 3327,
920
921 3333, 3331, 3334, 3341, 3340, 3342, 3343,10283, 3358, 3361,
922 3353, 3366, 3362, 3381, 3377, 3365,10283, 3374, 3378, 3379,
923 3386, 3385, 3388, 3391, 3397, 3389, 3399, 3408, 3416, 3418,
924 3422, 3412, 3405,10283, 3415,10283, 3423, 3413, 3436, 3432,
925 3434, 3435, 3442, 3460, 3461,10283,10283, 3462, 3463, 3469,
926 3476, 3478, 3468, 3459, 3485,10283, 3475, 3481,10283, 3505,
927 3480, 3486, 3494, 3495, 3497, 3503, 3502, 3524, 3508, 3525,
928 3519, 3518, 3512,10283, 3530, 3537, 3527, 3542, 3544, 3543,
929 3551, 3557, 3558, 3553,10283, 3550, 3552, 3566, 3571, 3573,
930 3579, 3564, 3578, 3593, 3583, 3577, 3587, 3599, 3584, 3608,
931
932 3617, 3618, 3611, 3614, 3622, 3620, 3623,10283, 3626, 3609,
933 3610, 3637, 3628, 3639, 3642, 3647, 3635, 3641, 3644, 3645,
934 3658, 3654, 3668, 3652, 3664, 3674, 3682, 3685, 3669, 3689,
935 3687, 3679, 3688, 3692, 3681, 91, 3695, 3696, 3691, 3703,
936 10283, 3708, 3707, 3709, 3719, 3733, 3721, 128, 3725, 3730,
937 3731, 3737, 3740, 3747, 3736, 3755, 3758, 3746, 3754, 3769,
938 3770, 3763, 3764, 3774, 3765, 3768, 3781, 3784, 3790,10283,
939 3793, 3786, 3776, 3795, 3806, 3796, 3826,10283, 3820, 3827,
940 3814, 3825, 3822, 3821, 3841, 3811, 3832, 3851, 3856, 3846,
941 3852, 3839, 3858, 3862, 3859, 3855,10283, 3875, 3879, 3888,
942
943 3878, 3889, 3877, 3886, 3885, 3892, 3890, 3911, 3903, 3917,
944 3916, 3910, 3905, 3913, 3927, 3920, 3915, 3919, 3932, 3940,
945 3942, 3944, 3953, 3945, 3943, 3946, 3979, 3955,10283, 3982,
946 3966, 3969, 3970, 3967, 3973, 3980, 3974, 4003, 3992, 3990,
947 4002, 3998, 4042, 4005, 4012, 4025, 4026, 4017, 4031, 4029,
948 4030, 4032, 4045, 4039, 4062, 4076, 4048, 4053, 4088, 4075,
949 4066, 4080, 4077, 4078, 4099, 4102, 4095, 4097, 4103, 4135,
950 4104, 4105, 4113, 4136, 4110,10283, 4129, 4123, 4127, 4130,
951 4125, 4150, 4120, 4156, 4154, 4158, 4160, 4165, 4175, 4163,
952 4169, 4181, 4183, 4185, 4195, 4187, 4194, 4197, 4180, 4188,
953
954 4212, 4205, 4208, 4209, 4227,10283, 4216, 4228, 4215, 4232,
955 4237, 4218, 4247, 4248, 4246, 4231, 4236, 4245, 4253, 4242,
956 4250, 4268, 4261, 4275, 4277, 4274, 4284, 4269,10283, 4288,
957 4270, 4279, 4294, 4276, 4295, 4297, 4302, 4313, 4315, 4322,
958 4325, 4310, 4327, 4324, 4326,10283, 4340, 4341, 4343, 4351,
959 4346, 4335, 4319, 4334, 4359, 4349,10283, 4358, 4361, 4354,
960 4362, 4360, 4370, 4387, 4389, 4368,10283, 4397, 4385, 4382,
961 4383, 4386, 4394, 4400, 4410, 4395, 4392, 4413, 4423, 4433,
962 4416, 4429,10283, 4422, 4451, 4430, 4427, 4444, 4445, 4438,
963 4449, 4465, 4460, 4472, 4463,10283, 4486, 4458, 4471, 4488,
964
965 4476, 4479, 4466, 4497, 4503, 4507, 4492, 4494, 4511, 4498,
966 10283, 4506, 4499, 4509, 4522, 4524, 4513, 4529, 4547, 4534,
967 4536, 4538, 4539, 4544, 4545, 4543, 4563, 4569, 4572, 4564,
968 4567, 4574, 4580, 4570, 4584, 4578, 4591, 4605, 4607, 4599,
969 4615, 4606, 4608, 4601, 4600, 4618, 4627, 4629, 4634, 4630,
970 4635,10283, 4637, 4642, 4638, 4633, 4640, 4639, 4644, 4648,
971 4667, 4650, 4664, 4671, 4669, 4662, 4690, 4692, 4673, 4687,
972 4682, 4685, 4675, 4700, 4694, 4696, 4706, 4711, 4702, 4698,
973 4709, 4727, 4720, 4731, 4746, 4723, 4725, 4729, 4730, 4734,
974 4741, 4738, 4745, 4762, 4764, 4751, 4758, 4769, 4774, 4779,
975
976 4778, 4780, 4775, 4786, 4785, 4797,10283, 4782, 4787, 4802,
977 4801, 4804, 4818, 4827, 4828, 4819, 4822, 4838, 4831, 4833,
978 4846, 4847, 4824, 4830, 4848, 4843, 4852,10283, 4853,10283,
979 4851, 4876, 4855, 4858, 4864,10283, 4886,10283, 4885, 4887,
980 4873, 4874, 4877,10283, 4894, 4875, 4898, 4883, 4902, 4904,
981 4911, 4906, 4909, 4925, 4920, 4912, 4936, 4931, 4917, 4933,
982 4916, 4939, 4945, 4942, 4947, 4966, 4955, 4950, 4972, 4958,
983 4979, 4962, 4968, 4977, 4986, 4975, 4991,10283, 4981, 4997,
984 4999, 5004, 5003, 4983, 5002, 5013, 5008, 5017, 5024, 5029,
985 5018, 5021, 5020, 5028, 5045, 5043, 5051, 5049, 5062, 5046,
986
987 5067,10283, 5044, 5074, 5056, 5073,10283, 5077, 5060, 5085,
988 5087, 5078, 5080, 5076, 5093, 5094, 5081, 5104, 5090, 5121,
989 5102, 5123, 5130,10283, 5125, 5131, 5113, 5129, 5135, 5117,
990 5147, 5150, 5148, 5145, 5163, 5152, 5162, 5156, 5160, 5165,
991 5161, 5168, 5175, 5187, 5190, 5188, 5191, 5174, 5194, 5200,
992 5198, 5186, 5189, 5210, 5192, 5208, 5214, 5218, 5215, 5213,
993 5219, 5241, 5225, 5227,10283, 5235, 5236, 5240, 5256, 5237,
994 5242, 5246, 5262, 5251,10283, 5277, 5259, 5282, 5269, 5289,
995 5273, 5278, 5267, 5280, 5286, 5296, 5294, 5315, 5304,10283,
996 5314,10283, 5285, 5323, 5330, 5332, 5321, 5317, 5336, 5340,
997
998 5342, 5345, 5338, 5346, 5347, 5356, 5361, 5359, 5362, 5378,
999 5371, 5351, 5358, 5385, 5373, 5383, 5376, 5370, 5397, 5406,
1000 5404, 5403,10283,10283, 5391, 5407, 5421, 5410, 5418, 5434,
1001 5431, 5429, 5423, 5433, 5436, 5449, 5469,10283, 5456, 5459,
1002 5450, 5466, 5461, 5452, 5462, 5481, 5487, 5485, 5477, 5492,
1003 5489,10283, 5483, 5486, 5497, 5493, 5502, 5514,10283, 5507,
1004 10283, 5504, 5509, 5516, 5513, 5520, 5517, 5524, 5530, 5532,
1005 5540, 5542, 5549, 5551, 5563, 5557, 5548, 5565, 5553, 5550,
1006 5552, 5574, 5569, 5590, 5564, 5577, 5576,10283, 5589, 5579,
1007 5598, 5600, 5587, 5603, 5606, 5601, 5592,10283, 5612, 5609,
1008
1009 5619, 5628, 5616, 5624, 5625, 5629, 5634, 5647, 5643, 5652,
1010 5636, 5642,10283, 5645, 5646, 5665, 5650, 5658, 5672, 5682,
1011 5680, 5687,10283, 5685, 5679, 5670, 5694, 5684, 5693, 5697,
1012 5681, 5691, 5698, 5708, 5714, 5724, 5721, 5720, 5718, 5731,
1013 5728, 5722, 5749, 5739, 5747, 5704, 5707, 5746,10283, 5752,
1014 5751, 5753, 5759, 5763, 5780, 5771, 5764, 5784, 5793, 5776,
1015 5800, 5803, 5792, 5794, 5795, 5801, 5802, 5810, 5805,10283,
1016 5822, 5807, 5823, 5819, 5811, 5838, 5826, 5827, 5834, 5844,
1017 5830, 5835, 5843, 5850, 5857, 5854, 5865, 5875, 5849, 5846,
1018 5870, 5872, 5873,10283, 5903, 5881, 5886, 5877, 5896, 5897,
1019
1020 5883, 5900, 5891, 5898, 5905, 5914, 5925, 5915, 5921, 5928,
1021 5931, 5917,10283,10283, 5933, 5920, 5941,10283, 5942, 5936,
1022 5954, 5949, 5959, 5952, 5956, 5967, 5966, 5961, 5979, 5963,
1023 5969,10283, 5996, 5977, 6000, 5983, 5990, 6004, 6006,10283,
1024 5986, 6016, 6015, 6013, 6010, 6001, 6007, 6017, 6024, 6022,
1025 6011, 6028, 6038, 6046, 6055, 6037, 6043, 6056,10283, 6041,
1026 6040, 6064, 6059, 6047, 6053, 6063,10283, 6073, 6075, 6093,
1027 6089, 6088, 6077, 6103, 6098, 6101, 6090, 6096, 6099, 6108,
1028 6112, 6122, 6123, 6117, 6128, 6133, 6124, 6134, 6127, 6130,
1029 6149,10283, 6154, 6151, 6144, 6160, 6152,10283, 6166, 6177,
1030
1031 6173,10283, 6187, 6157, 6180, 6174, 6193,10283, 6184, 6191,
1032 6190, 6197, 6178, 6204, 6194, 6211, 6208, 6200, 6206, 6210,
1033 6220,10283, 6222, 6209, 6235,10283, 6236, 6243, 6241, 6245,
1034 6230, 6253, 6246, 6249, 6258, 6242,10283, 6255,10283, 6262,
1035 6263, 6273,10283, 6271, 6272, 6281, 6288, 6285, 6290, 6291,
1036 6300, 6293, 6277, 6298, 6287, 6309, 6302, 6311, 6314, 6308,
1037 6310, 6313, 6325,10283, 6344, 6324, 6338, 6340, 6330, 6353,
1038 6351, 6336, 6341, 6359, 6357,10283,10283, 6361,10283, 6376,
1039 6366, 6369, 6374,10283, 6377, 6380, 6378, 6381, 6399, 6393,
1040 6384, 6410, 6405,10283, 6414, 6415,10283, 6401, 6412, 6404,
1041
1042 6409, 6426, 6408, 6427, 6437, 6443, 6428, 6434, 6436, 6441,
1043 6450, 6432, 6451, 6478,10283, 6461, 6459, 6460, 6467, 6473,
1044 6475, 6487, 6493, 6476,10283, 6499, 6508, 6474, 6501, 6505,
1045 10283, 6507,10283, 6503, 6518, 6517, 6511, 6522, 6520,10283,
1046 6534, 6528, 6546, 6524, 6547, 6551, 6554, 6555, 6539, 6540,
1047 6544, 6567, 6565, 6562, 6571, 6593, 6568,10283, 6577, 6585,
1048 6590, 6600, 6594, 6591, 6587, 6613, 6604, 6614, 6597, 6603,
1049 6622, 6617, 6624, 6634, 6628, 6640, 6621,10283, 6643, 6641,
1050 6652, 6636, 6665, 6646, 6660, 6659,10283, 6663, 6673, 6677,
1051 10283, 6670, 6668, 6667, 6689, 6681, 6693, 6694, 6690, 6666,
1052
1053 6687, 6692, 6708,10283, 6710, 6715, 6703, 6719, 6720, 6732,
1054 6718,10283,10283, 6737,10283, 6738, 6730, 6733, 6740, 6747,
1055 6746, 6761, 6757, 6762, 6751, 6760, 6773, 6771, 6768,10283,
1056 6767, 6795, 6770, 6807, 6796, 6806, 6802, 6801, 6790,10283,
1057 10283, 6811, 6815, 6812, 6818, 6819, 6813, 6808, 6817, 6822,
1058 6823, 6831, 6850, 6861,10283, 6856, 6839, 6858, 6843,10283,
1059 6840, 6864, 6848, 6857, 6868, 6875, 6878, 6854, 6892, 6881,
1060 6879, 6900, 6895, 6902, 6891, 6885, 6896, 6901, 6898, 6921,
1061 6919, 6915, 6916,10283, 6927, 6920, 6930, 6931, 6928, 6937,
1062 6944, 6946, 6953, 6947, 6957,10283, 6954,10283, 6943, 6958,
1063
1064 6973, 6980, 6966, 6975, 6984, 6988, 6974, 6981, 6983, 6985,
1065 7002, 7004, 7015, 7019, 7006, 7007, 7022, 7025, 7027, 7028,
1066 7035, 7032,10283, 7033, 7031, 7041, 7044, 7040, 7043, 7050,
1067 7045, 7055, 7057, 7059, 7070, 7076, 7079, 7066, 7072, 7068,
1068 7077, 7071,10283, 7082, 7089, 7086, 7092, 7093, 7110, 7116,
1069 7118, 7123, 7125, 7107, 7113, 7127,10283, 7120, 7114, 7130,
1070 10283, 7138, 7144, 7140, 7146, 7160, 7168, 7150, 7165, 7157,
1071 7166,10283, 7174, 7155, 7171, 7162, 7182, 7186, 7179, 7184,
1072 7206, 7203, 7213, 7223,10283, 7219, 7205, 7220, 7224, 7193,
1073 7209, 7227, 7230, 7232,10283, 7233, 7250, 7256, 7249, 7268,
1074
1075 7271, 7246, 7254, 7276, 7273, 7274, 7247, 7277, 7281, 7260,
1076 7283, 7288, 7293, 7300, 7298, 7291, 7294, 7310,10283, 7296,
1077 10283, 7306, 7304, 7321, 7333, 7329, 7323, 7334, 7337, 7324,
1078 10283, 7331, 7336, 7345, 7339, 7358,10283, 7343, 7359, 7353,
1079 7364,10283, 7374, 7373, 7363, 7372, 7387, 7388,10283, 7392,
1080 7390, 7391, 7402, 7403, 7397, 7407, 7394, 7411, 7401, 7395,
1081 7418, 7424, 7431, 7427, 7438,10283, 7428, 7439, 7444, 7445,
1082 7448, 7440, 7447, 7458, 7457, 7446, 7466,10283, 7455, 7469,
1083 7470, 7471, 7467, 7482, 7472, 7495, 7436, 7496, 7503, 7483,
1084 7488, 7493, 7506, 7505, 7514,10283, 7509, 7508, 7520, 7542,
1085
1086 7545, 7535, 7544,10283, 7540,10283, 7536, 7553, 7552, 7556,
1087 7531, 7560,10283,10283, 7562, 7547, 7563, 7564, 7569,10283,
1088 10283, 7565,10283, 7567,10283, 7581, 7582,10283,10283, 7592,
1089 7573, 7580, 7605, 7606, 7603,10283, 7604,10283, 7618, 7594,
1090 7615, 7607, 7613, 7612,10283, 7627, 7626, 7624, 7637, 7620,
1091 10283, 7639, 7651, 7632, 7634, 7640,10283, 7658, 7662, 7641,
1092 7653,10283, 7668, 7670, 7667, 7656, 7677, 7675, 7676, 7689,
1093 7679, 7695, 7678, 7702, 7692, 7694, 7705, 7700, 7711, 7723,
1094 7724, 7713, 7708, 7728, 7729, 7741, 7743, 7719, 7727, 7736,
1095 7739, 7740, 7746, 7745, 7757, 7764, 7765, 7766, 7778, 7767,
1096
1097 7773, 7769, 7763, 7782, 7775, 7791, 7785, 7788, 7798, 7790,
1098 7793, 7806, 7799, 7807, 7805, 7826, 7817, 7830, 7832, 7820,
1099 7822,10283, 7818, 7838, 7843, 7848, 7847, 7862, 7864, 7852,
1100 7871, 7872,10283, 7875,10283, 7879, 7859, 7870, 7863, 7868,
1101 10283, 7865, 7887, 7889, 7893, 7892, 7895, 7916, 7897, 7903,
1102 7907, 7922,10283, 7927, 7926, 7919, 7914, 7920, 7935,10283,
1103 7928, 7939, 7941, 7943, 7947, 7944, 7942, 7949, 7954, 7963,
1104 7956, 7966, 7977, 7980, 7962, 7969, 7985,10283, 7995, 7997,
1105 7990, 7983, 7993, 7988, 7986, 7994, 8014, 7996, 8015, 8007,
1106 8020, 8029, 8033, 8034, 8037,10283, 8021,10283, 8030, 8032,
1107
1108 8038, 8035, 8044, 8063, 8052, 8054,10283,10283, 8060, 8056,
1109 8066, 8070, 8071, 8057, 8085, 8077, 8076, 8090,10283, 8093,
1110 8083, 8101, 8092, 8096,10283, 8099, 8102, 8104, 8106,10283,
1111 8113, 8118, 8107, 8129, 8137, 8120, 8142, 8138, 8135, 8132,
1112 8134, 8133, 8150,10283,10283,10283,10283, 8154, 8136, 8167,
1113 8159, 8161, 8163, 8169, 8170, 8175, 8168, 8171, 8177,10283,
1114 8183,10283,10283, 8182,10283, 8188, 8186, 8202, 8181, 8198,
1115 8203, 8213,10283, 8208,10283, 8219, 8226, 8218, 8222, 8228,
1116 8227, 8237, 8236, 8234, 8238, 8239, 8244, 8242, 8247, 8266,
1117 8258, 8270, 8272, 8276,10283,10283, 8264, 8278, 8279, 8286,
1118
1119 8283, 8285, 8281, 8292, 8294, 8291, 8302, 8265, 8293, 8303,
1120 8319, 8321, 8322, 8314, 8331,10283, 8325, 8328, 8334,10283,
1121 8323,10283, 8338, 8339, 8340, 8329, 8350, 8348, 8359, 8372,
1122 8360, 8371,10283,10283, 8361, 8383, 8374,10283,10283, 8362,
1123 8365, 8377, 8375, 8382, 8384, 8386, 8406, 8399, 8401, 8393,
1124 8398,10283, 8404,10283, 8402, 8423, 8430, 8409, 8428, 8440,
1125 8420, 8442, 8439, 8437, 8426, 8443,10283, 8447, 8446,10283,
1126 8457, 8455, 8464, 8449, 8460, 8462,10283, 8470, 8461, 8480,
1127 8481,10283, 8492, 8489, 8491, 8485,10283, 8499,10283, 8482,
1128 8495, 8498, 8533, 8503,10283, 8497, 8504,10283, 8511, 8513,
1129
1130 8514, 8531, 8522, 8523,10283, 8539, 8525,10283, 8526, 8545,
1131 8547, 8551, 8540, 8554, 8544, 8538, 8550, 8552, 8559, 8565,
1132 10283,10283, 8573, 8571, 73, 8585, 8566, 8567, 8568, 8584,
1133 8602, 8574, 8600, 8605,10283,10283, 8601,10283, 8610, 8616,
1134 10283, 8582, 8617, 8612, 8624, 8603, 8630, 8629, 8609, 8625,
1135 8639, 8651, 8644, 8636, 8652,10283, 8664, 8670, 8665, 8661,
1136 8666, 8671, 8673, 8676, 8682, 8679, 8681, 8685, 8688, 8693,
1137 8691, 8697, 8712, 8710, 8701, 8706, 8709,10283, 8725, 8727,
1138 8728, 8724, 8720,10283, 8735, 8733, 8742, 8744,10283, 8745,
1139 8741, 8752, 8754, 8755,10283, 8748, 8759, 8770, 8769, 8765,
1140
1141 8768, 8767, 8783, 8785,10283, 8776, 8775, 8795,10283,10283,
1142 10283, 8801, 8804, 8793,10283, 8808, 8803, 8788, 8791,10283,
1143 8819, 8812, 8811,10283,10283,10283, 8802, 8832, 8815,10283,
1144 8825, 8846,10283, 8831,10283, 8826,10283, 8844, 8850, 8856,
1145 8851,10283, 8858, 8848, 8852, 8864,10283, 8862, 8867, 8869,
1146 8871, 8877, 8881, 8894,10283, 8886, 8896, 8898, 8902, 8887,
1147 8904, 8885, 8910, 8891, 8922, 8895, 8911,10283, 8930, 8914,
1148 8935, 8938, 8925, 8933, 8936,10283, 8949,10283, 8945,10283,
1149 8937, 8941, 8943, 8955, 8964, 8958, 8960, 8972, 8983, 8970,
1150 8991, 8975, 8971, 8967, 8995, 9003, 8985,10283,10283, 9013,
1151
1152 8999, 9009,10283, 9000,10283, 9014,10283, 9007, 9008, 9020,
1153 9012, 9032,10283,10283, 9029, 9018, 9033, 9048, 9026, 9027,
1154 10283, 9043, 9047, 9039, 9057,10283, 9067,10283, 9052, 9068,
1155 9073,10283, 9055, 9080, 9081, 9071, 9063, 9087, 9082, 9088,
1156 9069, 9096, 9084, 9090, 9092, 9101, 9107, 9115, 9123, 9120,
1157 10283,10283,10283, 9113, 9111, 9132, 9135, 9133, 9137, 9128,
1158 10283, 9138, 9141, 9139, 9142, 9156, 9157, 9154,10283, 9155,
1159 9158, 9152, 9159, 9178, 9168, 9164, 9181,10283, 9189, 9192,
1160 9193, 9191, 9183, 9195, 9198, 9206, 9209, 9211, 9199, 9202,
1161 9218, 9210,10283,10283, 9221, 9214,10283, 9231,10283, 9213,
1162
1163 10283, 9222, 9224, 9216, 9225, 9233,10283, 9250, 9227, 9237,
1164 9249, 9245, 9257, 9267, 9268,10283, 9251, 9275, 9259, 9262,
1165 9277,10283,10283, 9264, 9287,10283, 9288, 9292, 9284, 9280,
1166 9289, 9291, 9300, 9305,10283, 9309, 9312, 9302, 9303, 9315,
1167 9319, 9327,10283, 9326, 9316, 9318, 9321,10283, 9337, 9336,
1168 9339, 9346, 9354,10283, 9364, 9350, 9376, 9373,10283, 9360,
1169 9371, 9362,10283,10283,10283, 9372, 9385, 9384,10283,10283,
1170 10283,10283, 9390, 9387, 9389, 9393,10283, 9391,10283, 9395,
1171 9411, 9425, 9404, 9427, 9409,10283, 9416, 9419, 9429, 9412,
1172 9418,10283,10283, 9433, 9417, 9422, 9436, 9447, 9431,10283,
1173
1174 10283, 9440, 9443, 9449, 9457, 9456,10283, 9454, 9468, 9462,
1175 9470, 9474, 9482, 9485, 9476, 9481, 9478, 9515, 9493, 9469,
1176 9489, 9498, 9502, 9506, 9503, 9523, 9529, 9520, 9527, 9528,
1177 9517, 9530,10283,10283, 9536,10283, 9537, 9531,10283, 9521,
1178 10283, 9541, 9543, 9545, 9551,10283, 9552, 9560, 9561, 9565,
1179 9547,10283, 9562, 9569, 9575, 9567, 9568, 9557,10283, 9581,
1180 9563, 9583, 9570, 9578, 9574, 9592, 9599,10283, 9596, 9606,
1181 10283,10283, 9597, 9613, 9595, 9624, 9609,10283, 9614, 9619,
1182 9618, 9623, 9610, 9612, 9631,10283, 9643, 9626,10283,10283,
1183 9656, 9646,10283,10283, 9637, 9645,10283,10283,10283,10283,
1184
1185 10283,10283,10283,10283, 9662, 9666,10283,10283, 9655, 9671,
1186 9675,10283, 9677,10283, 9657, 9670, 9674, 9683,10283, 9672,
1187 10283, 9658, 9689, 9704, 9710, 9696, 9690, 9701, 9702, 9697,
1188 9706, 9707, 9720, 9716, 9728, 9739, 9724, 9741, 9731, 9726,
1189 9734, 9751,10283,10283,10283, 9743, 9749, 9760, 9755, 9763,
1190 9773, 9765, 9775, 9761, 9759, 9782, 9784, 9788, 9770, 9783,
1191 9639, 9790, 9787, 9800, 9794, 9803, 9808, 9813,10283, 9818,
1192 9809, 9810, 9819,10283, 9826,10283, 9815,10283,10283, 9828,
1193 9837, 9831, 9825, 9848, 9852, 9835, 9821, 9840, 9858, 9854,
1194 10283, 9857,10283,10283,10283, 9851, 9850,10283, 9855, 9876,
1195
1196 10283, 9867, 9868, 9864, 9861, 9879, 9885, 9884, 9888, 9898,
1197 10283,10283, 9882, 9890, 9886, 9918, 9916, 9927, 9922, 9919,
1198 9925, 9928, 9907, 9932,10283, 9936, 9934, 9937,10283, 9938,
1199 9943, 9940, 9949, 9952, 9945, 9954, 9964,10283, 9955,10283,
1200 9958, 9966, 9979, 9961, 9967, 9974, 9989, 9991, 9995,10283,
1201 9983, 9998, 9993,10002,10014, 9992,10020,10013,10021,10023,
1202 10029,10033,10030,10036,10019,10039,10026,10283,10034,10048,
1203 10283,10046,10047,10049,10050,10061,10283,10080,10063,10064,
1204 10084,10081,10079,10283,10087,10092,10090,10283,10088,10283,
1205 10283,10094,10103,10104,10098,10100,10283,10283,10283,10163,
1206
1207 10170,10177,10184,10191,10198,10205, 102,10212,10219,10226,
1208 10233,10240,10247,10254,10261,10268,10275
1209 } ;
1210
1211 static const flex_int16_t yy_def[3618] =
1212 { 0,
1213 3599, 1, 3600, 3600, 3601, 3601, 3602, 3602, 3603, 3603,
1214 3604, 3604, 3605, 3605, 3606, 3606, 3599, 3607, 3599, 3599,
1215 3599, 3599, 3608, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1216 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1217 3607, 3607, 3607, 3607, 3607, 3607, 3609, 3599, 3599, 3599,
1218 3609, 3610, 3599, 3599, 3599, 3610, 3611, 3599, 3599, 3599,
1219 3599, 3611, 3612, 3599, 3599, 3599, 3612, 3613, 3599, 3614,
1220 3599, 3613, 3613, 3615, 3599, 3599, 3599, 3599, 3615, 3616,
1221 3599, 3599, 3599, 3616, 3607, 3607, 3599, 3617, 3608, 3617,
1222 3608, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1223
1224 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1225 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1226 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1227 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1228 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1229 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3609,
1230 3609, 3610, 3610, 3611, 3611, 3599, 3612, 3612, 3613, 3613,
1231 3614, 3614, 3613, 3615, 3615, 3599, 3616, 3616, 3607, 3607,
1232 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1233 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1234
1235 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1236 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1237 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1238 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1239 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1240 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1241 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1242 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1243 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1244 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1245
1246 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1247 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1248 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1249 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1250 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1251 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1252 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1253 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1254 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1255 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1256
1257 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1258 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1259 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1260 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1261 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1262 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1263 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1264 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1265 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1266 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1267
1268 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1269 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1270 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1271 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1272 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1273 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1274 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1275 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1276 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1277 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1278
1279 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1280 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1281 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1282 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1283 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1284 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1285 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1286 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1287 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1288 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1289
1290 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1291 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1292 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1293 3607, 3607, 3607, 3607, 3607, 3613, 3607, 3607, 3607, 3607,
1294 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1295 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1296 3607, 3607, 3607, 3599, 3607, 3599, 3599, 3607, 3599, 3599,
1297 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1298 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1299 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1300
1301 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1302 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1303 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1304 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1305 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1306 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1307 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1308 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1309 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1310 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1311
1312 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1313 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1314 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1315 3607, 3607, 3607, 3607, 3607, 3613, 3607, 3607, 3607, 3607,
1316 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607, 3607,
1317 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1318 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1319 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1320 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1321 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1322
1323 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1324 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1325 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1326 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607,
1327 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3607, 3607,
1328 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607,
1329 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1330 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1331 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1332 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1333
1334 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1335 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1336 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1337 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1338 3599, 3607, 3607, 3607, 3607, 3607, 3613, 3613, 3607, 3607,
1339 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1340 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1341 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1342 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1343 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1344
1345 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1346 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1347 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1348 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1349 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1350 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1351 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1352 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1353 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1354 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1355
1356 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1357 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1358 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1359 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1360 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1361 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1362 3613, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1363 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1364 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1365 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1366
1367 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1368 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1369 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1370 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1371 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1372 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1373 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1374 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1375 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1376 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1377
1378 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1379 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1380 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599,
1381 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
1382 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1383 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1384 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1385 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1386 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1387 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1388
1389 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1390 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1391 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1392 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1393 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1394 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1395 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1396 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1397 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1398 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1399
1400 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1401 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1402 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1403 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1404 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1405 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1406 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1407 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1408 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1409 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1410
1411 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1412 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1413 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1414 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1415 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1416 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1417 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1418 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1419 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1420 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1421
1422 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1423 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3599, 3607, 3607,
1424 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1425 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1426 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1427 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1428 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1429 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1430 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1431 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1432
1433 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1434 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3613,
1435 3607, 3599, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1436 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607,
1437 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1438 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1439 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1440 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3599, 3607,
1441 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1442 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607, 3607,
1443
1444 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1445 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1446 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1447 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1448 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1449 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1450 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1451 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1452 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1453 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1454
1455 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1456 3607, 3599, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1457 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1458 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1459 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1460 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599,
1461 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1462 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1463 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1464 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
1465
1466 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1467 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1468 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1469 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1470 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1471 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1472 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1473 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1474 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1475 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1476
1477 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1478 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1479 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3613, 3607,
1480 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1481 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1482 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1483 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1484 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1485 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1486 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1487
1488 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607,
1489 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3599,
1490 3599, 3607, 3599, 3607, 3599, 3607, 3607, 3599, 3599, 3607,
1491 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
1492 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1493 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1494 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1495 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1496 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1497 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1498
1499 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1500 3607, 3607, 3607, 3607, 3607, 3607, 3613, 3607, 3607, 3607,
1501 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1502 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1503 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1504 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1505 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1506 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1507 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1508 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
1509
1510 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3607,
1511 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1512 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599,
1513 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1514 3607, 3607, 3607, 3599, 3599, 3599, 3599, 3607, 3607, 3607,
1515 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1516 3607, 3599, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1517 3607, 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1518 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1519 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607,
1520
1521 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1522 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599,
1523 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1524 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3599, 3599, 3607,
1525 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1526 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1527 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599,
1528 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1529 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607,
1530 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607,
1531
1532 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3607, 3607,
1533 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1534 3599, 3599, 3607, 3607, 3613, 3607, 3607, 3607, 3607, 3607,
1535 3607, 3607, 3607, 3607, 3599, 3599, 3607, 3599, 3607, 3607,
1536 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1537 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1538 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1539 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1540 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607,
1541 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1542
1543 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599, 3599,
1544 3599, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599,
1545 3607, 3607, 3607, 3599, 3599, 3599, 3607, 3607, 3607, 3599,
1546 3607, 3607, 3599, 3607, 3599, 3607, 3599, 3607, 3607, 3607,
1547 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1548 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1549 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1550 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3599,
1551 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1552 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3599, 3607,
1553
1554 3607, 3607, 3599, 3607, 3599, 3607, 3599, 3607, 3607, 3607,
1555 3607, 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607,
1556 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3607,
1557 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1558 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1559 3599, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1560 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1561 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1562 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1563 3607, 3607, 3599, 3599, 3607, 3607, 3599, 3607, 3599, 3607,
1564
1565 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1566 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1567 3607, 3599, 3599, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1568 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3607,
1569 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1570 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607,
1571 3607, 3607, 3599, 3599, 3599, 3607, 3607, 3607, 3599, 3599,
1572 3599, 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3599, 3607,
1573 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1574 3607, 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1575
1576 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1577 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1578 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1579 3607, 3607, 3599, 3599, 3607, 3599, 3607, 3607, 3599, 3607,
1580 3599, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3607,
1581 3607, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1582 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1583 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1584 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3599, 3599,
1585 3607, 3607, 3599, 3599, 3607, 3607, 3599, 3599, 3599, 3599,
1586
1587 3599, 3599, 3599, 3599, 3607, 3607, 3599, 3599, 3607, 3607,
1588 3607, 3599, 3607, 3599, 3607, 3607, 3607, 3607, 3599, 3607,
1589 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1590 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1591 3607, 3607, 3599, 3599, 3599, 3607, 3607, 3607, 3607, 3607,
1592 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1593 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607,
1594 3607, 3607, 3607, 3599, 3607, 3599, 3607, 3599, 3599, 3607,
1595 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1596 3599, 3607, 3599, 3599, 3599, 3607, 3607, 3599, 3607, 3607,
1597
1598 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1599 3599, 3599, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1600 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599, 3607,
1601 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3599,
1602 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599,
1603 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3607,
1604 3607, 3607, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607,
1605 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3607, 3607, 3607,
1606 3607, 3607, 3607, 3599, 3607, 3607, 3607, 3599, 3607, 3599,
1607 3599, 3607, 3607, 3607, 3607, 3607, 3599, 3599, 0, 3599,
1608
1609 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
1610 3599, 3599, 3599, 3599, 3599, 3599, 3599
1611 } ;
1612
1613 static const flex_int16_t yy_nxt[10350] =
1614 { 0,
1615 18, 19, 20, 21, 22, 23, 22, 18, 18, 18,
1616 18, 18, 22, 24, 25, 26, 27, 28, 29, 18,
1617 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
1618 40, 41, 42, 43, 44, 18, 18, 18, 45, 46,
1619 24, 25, 26, 27, 28, 29, 18, 30, 31, 32,
1620 33, 34, 35, 36, 37, 38, 39, 40, 41, 42,
1621 43, 44, 18, 18, 18, 45, 48, 49, 50, 48,
1622 49, 50, 53, 54, 53, 54, 55, 119, 55, 58,
1623 59, 60, 61, 120, 22, 58, 59, 60, 61, 86,
1624 22, 64, 65, 66, 64, 65, 66, 87, 160, 160,
1625
1626 1351, 88, 85, 51, 119, 86, 51, 167, 167, 56,
1627 120, 56, 170, 75, 76, 77, 78, 62, 22, 75,
1628 76, 77, 78, 62, 22, 81, 82, 83, 67, 97,
1629 86, 67, 19, 20, 21, 69, 70, 71, 19, 20,
1630 21, 69, 70, 71, 81, 82, 83, 121, 108, 177,
1631 177, 79, 72, 159, 413, 86, 97, 79, 72, 86,
1632 137, 90, 84, 90, 90, 86, 90, 170, 109, 178,
1633 73, 86, 90, 86, 121, 108, 73, 176, 87, 72,
1634 159, 84, 88, 86, 130, 72, 112, 137, 110, 162,
1635 86, 175, 162, 173, 113, 109, 98, 170, 188, 91,
1636
1637 92, 93, 111, 99, 94, 114, 170, 100, 187, 95,
1638 101, 130, 86, 112, 86, 110, 86, 86, 96, 168,
1639 173, 113, 86, 98, 86, 188, 166, 92, 93, 111,
1640 99, 94, 114, 165, 100, 187, 95, 101, 85, 162,
1641 85, 85, 162, 85, 163, 96, 102, 161, 115, 85,
1642 103, 116, 189, 104, 181, 105, 106, 253, 117, 164,
1643 118, 164, 164, 293, 164, 86, 107, 90, 86, 90,
1644 90, 86, 90, 102, 86, 115, 122, 103, 116, 189,
1645 104, 181, 105, 106, 123, 117, 180, 118, 126, 86,
1646 124, 86, 127, 107, 125, 86, 156, 160, 160, 148,
1647
1648 157, 149, 86, 122, 158, 172, 128, 178, 129, 86,
1649 150, 123, 176, 180, 86, 126, 151, 124, 179, 127,
1650 175, 125, 86, 156, 152, 86, 148, 157, 149, 167,
1651 167, 158, 170, 128, 153, 129, 131, 150, 154, 155,
1652 132, 182, 86, 151, 133, 179, 331, 86, 168, 206,
1653 134, 152, 169, 135, 169, 169, 86, 169, 86, 184,
1654 136, 153, 86, 131, 195, 154, 155, 132, 182, 86,
1655 174, 133, 174, 174, 166, 174, 206, 134, 86, 85,
1656 135, 85, 85, 86, 85, 335, 184, 136, 138, 1198,
1657 85, 195, 139, 90, 183, 90, 90, 207, 90, 185,
1658
1659 165, 86, 140, 141, 90, 142, 86, 193, 194, 197,
1660 196, 163, 186, 161, 86, 138, 86, 86, 86, 139,
1661 86, 183, 262, 86, 207, 337, 185, 198, 86, 140,
1662 141, 91, 142, 143, 193, 194, 144, 196, 190, 186,
1663 199, 86, 200, 145, 191, 202, 192, 146, 147, 262,
1664 341, 201, 86, 86, 198, 86, 208, 86, 210, 86,
1665 143, 209, 86, 144, 86, 190, 343, 199, 86, 200,
1666 145, 191, 202, 192, 146, 147, 203, 204, 201, 86,
1667 86, 211, 86, 208, 205, 210, 216, 3599, 209, 218,
1668 212, 3599, 86, 213, 86, 177, 177, 86, 86, 219,
1669
1670 3599, 3599, 3599, 203, 204, 221, 214, 215, 211, 222,
1671 217, 205, 227, 3599, 86, 226, 218, 212, 86, 220,
1672 213, 86, 224, 228, 229, 223, 219, 225, 86, 86,
1673 86, 232, 221, 214, 215, 86, 222, 217, 86, 227,
1674 230, 231, 226, 86, 235, 86, 220, 234, 233, 224,
1675 228, 229, 223, 86, 225, 86, 236, 237, 232, 86,
1676 86, 3599, 241, 3599, 246, 238, 86, 230, 231, 239,
1677 86, 235, 3599, 240, 234, 233, 86, 3599, 242, 86,
1678 86, 247, 86, 236, 237, 86, 243, 86, 86, 241,
1679 248, 246, 238, 252, 261, 244, 239, 254, 86, 249,
1680
1681 240, 245, 86, 3599, 260, 242, 3599, 86, 247, 86,
1682 250, 3599, 86, 243, 251, 86, 255, 248, 258, 263,
1683 252, 261, 244, 86, 254, 270, 249, 3599, 245, 259,
1684 86, 260, 267, 256, 86, 268, 257, 250, 86, 269,
1685 264, 251, 86, 255, 3599, 258, 263, 86, 271, 265,
1686 3599, 272, 270, 3599, 86, 3599, 259, 86, 3599, 267,
1687 256, 266, 268, 257, 86, 86, 269, 264, 273, 164,
1688 86, 164, 164, 275, 164, 271, 265, 169, 272, 169,
1689 169, 90, 169, 90, 90, 274, 90, 276, 266, 277,
1690 278, 174, 170, 174, 174, 273, 174, 281, 86, 279,
1691
1692 283, 282, 86, 284, 3599, 86, 280, 86, 86, 285,
1693 374, 345, 274, 86, 276, 86, 277, 278, 86, 172,
1694 86, 287, 286, 290, 281, 86, 279, 283, 282, 86,
1695 284, 86, 288, 280, 291, 86, 285, 374, 289, 86,
1696 292, 294, 304, 86, 302, 295, 306, 305, 287, 286,
1697 290, 310, 3599, 303, 86, 307, 86, 308, 86, 314,
1698 309, 291, 296, 3599, 86, 289, 86, 292, 86, 86,
1699 86, 302, 295, 306, 86, 86, 311, 86, 310, 86,
1700 303, 86, 307, 315, 308, 316, 314, 309, 313, 296,
1701 297, 317, 320, 3599, 86, 298, 3599, 3599, 86, 318,
1702
1703 299, 86, 319, 86, 312, 3599, 300, 301, 86, 332,
1704 315, 86, 316, 86, 86, 313, 321, 297, 317, 320,
1705 322, 3599, 298, 328, 348, 329, 318, 299, 330, 319,
1706 333, 312, 86, 300, 301, 86, 332, 336, 86, 86,
1707 338, 334, 86, 321, 86, 86, 344, 322, 323, 342,
1708 328, 324, 329, 325, 339, 330, 86, 340, 350, 3599,
1709 3599, 346, 86, 86, 336, 326, 347, 327, 334, 86,
1710 3599, 86, 86, 344, 86, 323, 342, 349, 324, 86,
1711 325, 339, 351, 3599, 340, 350, 86, 352, 346, 86,
1712 3599, 86, 326, 347, 327, 357, 353, 355, 356, 359,
1713
1714 358, 362, 360, 368, 349, 354, 363, 3599, 86, 351,
1715 86, 86, 86, 86, 352, 364, 86, 86, 86, 371,
1716 366, 361, 357, 353, 355, 356, 359, 358, 86, 360,
1717 365, 367, 354, 86, 373, 86, 86, 86, 372, 86,
1718 369, 370, 364, 86, 375, 86, 376, 366, 361, 86,
1719 377, 86, 86, 378, 379, 380, 86, 365, 367, 381,
1720 385, 373, 86, 382, 384, 372, 86, 369, 370, 383,
1721 387, 375, 388, 376, 86, 3599, 86, 3599, 391, 392,
1722 390, 379, 86, 386, 86, 86, 381, 86, 3599, 389,
1723 382, 86, 86, 393, 170, 86, 383, 86, 394, 388,
1724
1725 86, 86, 86, 3599, 395, 391, 392, 390, 396, 397,
1726 386, 86, 398, 86, 399, 400, 389, 86, 401, 402,
1727 393, 403, 408, 405, 86, 394, 404, 409, 406, 411,
1728 86, 395, 86, 86, 410, 396, 397, 86, 407, 86,
1729 86, 86, 400, 412, 86, 401, 86, 415, 403, 408,
1730 405, 86, 416, 404, 86, 406, 411, 86, 86, 86,
1731 418, 410, 414, 3599, 417, 407, 419, 421, 422, 86,
1732 412, 86, 86, 86, 415, 86, 420, 424, 86, 416,
1733 423, 426, 428, 425, 432, 86, 86, 418, 86, 414,
1734 86, 417, 427, 419, 421, 422, 86, 431, 429, 86,
1735
1736 433, 436, 434, 420, 3599, 3599, 86, 423, 86, 86,
1737 425, 432, 440, 86, 86, 430, 438, 86, 437, 427,
1738 442, 86, 86, 86, 431, 429, 435, 86, 436, 86,
1739 439, 441, 86, 443, 86, 446, 450, 445, 86, 440,
1740 444, 447, 430, 438, 86, 437, 86, 442, 86, 448,
1741 86, 86, 451, 435, 452, 86, 86, 439, 441, 453,
1742 443, 86, 446, 450, 445, 460, 449, 444, 447, 462,
1743 3599, 461, 3599, 86, 86, 3599, 448, 3599, 86, 494,
1744 86, 452, 467, 86, 86, 3599, 453, 3599, 3599, 474,
1745 3599, 86, 460, 449, 454, 3599, 462, 455, 461, 463,
1746
1747 469, 464, 456, 457, 458, 459, 86, 475, 468, 467,
1748 3599, 86, 86, 86, 465, 86, 474, 466, 470, 471,
1749 472, 454, 86, 86, 455, 473, 463, 469, 464, 456,
1750 457, 458, 459, 482, 86, 468, 478, 476, 479, 3599,
1751 477, 465, 484, 86, 466, 470, 471, 86, 86, 3599,
1752 86, 86, 86, 483, 485, 489, 480, 481, 3599, 486,
1753 482, 487, 488, 478, 476, 479, 86, 477, 501, 86,
1754 491, 86, 492, 3599, 86, 490, 86, 86, 86, 86,
1755 483, 485, 489, 480, 481, 86, 486, 86, 487, 488,
1756 86, 493, 3599, 495, 499, 496, 507, 491, 512, 492,
1757
1758 86, 86, 490, 86, 497, 500, 502, 503, 515, 86,
1759 514, 498, 505, 504, 506, 3599, 86, 557, 493, 86,
1760 495, 499, 496, 507, 513, 512, 570, 86, 86, 86,
1761 508, 497, 500, 502, 503, 86, 86, 516, 498, 505,
1762 504, 506, 86, 509, 530, 529, 510, 534, 511, 86,
1763 86, 513, 86, 532, 86, 533, 537, 508, 86, 86,
1764 86, 3599, 531, 535, 516, 86, 3599, 86, 86, 86,
1765 509, 530, 529, 510, 534, 511, 517, 547, 518, 536,
1766 532, 548, 533, 537, 519, 546, 549, 86, 520, 531,
1767 535, 553, 552, 521, 3599, 86, 522, 86, 170, 86,
1768
1769 550, 556, 86, 517, 547, 518, 536, 551, 568, 86,
1770 554, 519, 546, 86, 555, 520, 558, 86, 553, 552,
1771 521, 86, 86, 522, 523, 560, 524, 550, 556, 559,
1772 86, 561, 86, 567, 551, 568, 86, 554, 86, 525,
1773 562, 555, 526, 558, 527, 86, 528, 575, 609, 3599,
1774 86, 523, 560, 524, 565, 566, 559, 3599, 3599, 3599,
1775 567, 86, 86, 86, 3599, 569, 525, 562, 3599, 526,
1776 571, 527, 3599, 528, 538, 539, 563, 86, 573, 86,
1777 86, 565, 566, 572, 540, 541, 542, 543, 544, 577,
1778 86, 545, 569, 86, 564, 574, 86, 571, 86, 86,
1779
1780 86, 538, 539, 563, 576, 573, 86, 578, 86, 3599,
1781 572, 540, 541, 542, 543, 544, 577, 581, 545, 579,
1782 580, 564, 574, 586, 86, 582, 583, 584, 3599, 86,
1783 585, 576, 3599, 593, 578, 590, 86, 86, 587, 588,
1784 86, 594, 3599, 614, 581, 86, 591, 3599, 86, 86,
1785 586, 3599, 582, 583, 584, 86, 589, 585, 86, 86,
1786 593, 592, 590, 86, 595, 587, 588, 596, 594, 86,
1787 597, 598, 610, 591, 611, 86, 86, 3599, 86, 86,
1788 612, 599, 600, 589, 86, 3599, 613, 618, 592, 616,
1789 86, 595, 617, 601, 596, 602, 86, 597, 598, 610,
1790
1791 86, 611, 619, 86, 86, 3599, 615, 612, 599, 600,
1792 86, 86, 86, 613, 618, 86, 616, 621, 3599, 617,
1793 601, 620, 602, 603, 86, 623, 622, 624, 86, 619,
1794 626, 604, 605, 615, 629, 606, 607, 625, 627, 608,
1795 86, 630, 628, 86, 621, 86, 86, 86, 620, 86,
1796 603, 86, 86, 622, 624, 631, 86, 626, 604, 605,
1797 635, 629, 606, 607, 625, 86, 608, 632, 630, 628,
1798 86, 633, 637, 636, 640, 86, 638, 86, 639, 634,
1799 86, 86, 631, 643, 641, 3599, 645, 635, 646, 86,
1800 644, 86, 86, 642, 632, 3599, 86, 86, 633, 637,
1801
1802 636, 640, 86, 638, 648, 639, 634, 86, 86, 86,
1803 643, 641, 86, 645, 86, 646, 647, 644, 649, 650,
1804 642, 86, 651, 652, 86, 654, 653, 655, 86, 656,
1805 86, 648, 86, 657, 86, 658, 3599, 662, 86, 659,
1806 664, 86, 86, 647, 86, 649, 650, 86, 86, 651,
1807 652, 660, 654, 653, 655, 661, 656, 663, 86, 665,
1808 657, 666, 658, 669, 667, 671, 659, 668, 86, 86,
1809 673, 675, 86, 674, 86, 86, 670, 86, 660, 672,
1810 86, 86, 661, 86, 663, 676, 665, 86, 666, 86,
1811 669, 667, 671, 679, 668, 86, 678, 86, 675, 680,
1812
1813 674, 681, 86, 670, 86, 683, 672, 86, 677, 86,
1814 682, 686, 684, 687, 685, 86, 688, 86, 697, 3599,
1815 679, 86, 86, 678, 86, 86, 680, 86, 681, 3599,
1816 86, 700, 683, 86, 701, 677, 86, 682, 686, 684,
1817 687, 685, 86, 688, 689, 697, 698, 712, 699, 690,
1818 702, 691, 86, 703, 86, 707, 704, 692, 700, 693,
1819 86, 701, 694, 695, 86, 86, 3599, 86, 3599, 696,
1820 86, 689, 86, 698, 712, 699, 690, 702, 691, 86,
1821 703, 705, 707, 704, 692, 706, 693, 708, 710, 694,
1822 695, 711, 713, 715, 718, 716, 696, 3599, 86, 86,
1823
1824 720, 717, 714, 86, 719, 86, 86, 709, 705, 86,
1825 722, 86, 706, 3599, 708, 710, 726, 721, 711, 86,
1826 715, 718, 716, 723, 86, 86, 86, 720, 717, 714,
1827 724, 719, 727, 728, 709, 86, 86, 722, 86, 725,
1828 86, 729, 86, 726, 721, 86, 730, 731, 733, 732,
1829 723, 86, 734, 3599, 735, 86, 737, 724, 3599, 727,
1830 728, 86, 736, 86, 86, 738, 725, 744, 729, 86,
1831 86, 739, 742, 730, 731, 733, 732, 86, 740, 734,
1832 86, 735, 741, 86, 86, 170, 86, 743, 86, 736,
1833 86, 746, 738, 745, 744, 86, 86, 747, 739, 742,
1834
1835 86, 749, 748, 750, 751, 740, 752, 86, 3599, 741,
1836 753, 3599, 754, 755, 743, 756, 86, 3599, 746, 86,
1837 745, 86, 757, 758, 747, 86, 86, 86, 86, 748,
1838 768, 751, 771, 3599, 762, 86, 86, 753, 86, 754,
1839 755, 759, 756, 766, 86, 86, 765, 86, 760, 757,
1840 758, 761, 763, 767, 769, 770, 774, 764, 772, 86,
1841 86, 762, 86, 773, 86, 86, 775, 777, 759, 3599,
1842 86, 776, 86, 765, 778, 760, 780, 779, 761, 3599,
1843 86, 86, 86, 774, 86, 86, 86, 781, 782, 784,
1844 86, 86, 786, 775, 777, 86, 86, 86, 776, 785,
1845
1846 787, 778, 783, 780, 779, 788, 86, 86, 789, 790,
1847 86, 86, 791, 794, 781, 782, 784, 86, 792, 86,
1848 795, 793, 86, 797, 86, 86, 785, 787, 86, 783,
1849 796, 86, 788, 86, 86, 789, 790, 799, 86, 791,
1850 794, 800, 86, 801, 86, 792, 798, 795, 793, 806,
1851 797, 807, 808, 86, 809, 3599, 86, 796, 86, 812,
1852 810, 86, 811, 86, 814, 86, 802, 815, 800, 86,
1853 801, 803, 86, 798, 804, 805, 806, 86, 807, 808,
1854 813, 809, 86, 817, 86, 86, 812, 810, 816, 811,
1855 86, 819, 86, 802, 815, 820, 86, 822, 803, 821,
1856
1857 823, 804, 805, 824, 828, 818, 86, 813, 86, 86,
1858 817, 825, 86, 86, 826, 816, 829, 835, 819, 86,
1859 3599, 86, 820, 86, 822, 86, 821, 823, 827, 830,
1860 824, 86, 818, 831, 86, 86, 86, 86, 825, 86,
1861 832, 826, 834, 829, 833, 836, 837, 838, 839, 86,
1862 840, 86, 842, 841, 847, 827, 830, 86, 3599, 3599,
1863 831, 86, 86, 845, 849, 843, 86, 832, 844, 834,
1864 86, 833, 836, 837, 86, 86, 86, 840, 86, 842,
1865 841, 86, 848, 846, 850, 86, 86, 851, 3599, 86,
1866 845, 86, 843, 852, 853, 844, 86, 861, 855, 854,
1867
1868 860, 3599, 856, 862, 86, 86, 3599, 865, 86, 848,
1869 846, 850, 86, 857, 851, 86, 86, 863, 3599, 876,
1870 852, 86, 866, 867, 861, 855, 86, 858, 859, 856,
1871 862, 864, 86, 86, 865, 86, 868, 870, 86, 86,
1872 857, 871, 86, 86, 863, 86, 876, 3599, 874, 866,
1873 867, 869, 872, 875, 858, 859, 86, 877, 864, 86,
1874 86, 878, 873, 868, 879, 880, 881, 882, 871, 86,
1875 3599, 886, 86, 883, 86, 86, 86, 884, 869, 872,
1876 86, 888, 86, 887, 877, 86, 86, 891, 878, 873,
1877 86, 879, 880, 881, 882, 885, 86, 889, 896, 86,
1878
1879 883, 890, 86, 86, 884, 895, 86, 892, 888, 86,
1880 887, 893, 897, 86, 891, 86, 898, 86, 899, 86,
1881 894, 901, 885, 900, 889, 3599, 903, 86, 890, 86,
1882 86, 86, 895, 86, 892, 86, 902, 904, 893, 897,
1883 905, 3599, 913, 898, 86, 899, 86, 894, 901, 86,
1884 900, 86, 906, 903, 909, 911, 907, 908, 910, 912,
1885 915, 86, 86, 902, 904, 86, 86, 905, 86, 913,
1886 914, 3599, 86, 86, 917, 3599, 918, 86, 919, 906,
1887 916, 909, 911, 907, 908, 910, 912, 915, 86, 86,
1888 86, 920, 922, 86, 923, 924, 921, 914, 927, 3599,
1889
1890 86, 917, 86, 918, 86, 919, 86, 916, 925, 926,
1891 928, 930, 86, 932, 86, 929, 931, 86, 920, 922,
1892 86, 923, 924, 921, 86, 927, 86, 933, 86, 934,
1893 935, 86, 86, 936, 86, 925, 926, 928, 930, 937,
1894 932, 938, 929, 931, 86, 86, 939, 940, 944, 941,
1895 3599, 947, 943, 949, 933, 170, 934, 942, 86, 86,
1896 936, 86, 86, 86, 86, 86, 937, 948, 938, 945,
1897 86, 86, 954, 939, 940, 86, 941, 946, 86, 943,
1898 949, 951, 950, 953, 942, 952, 3599, 86, 956, 86,
1899 86, 955, 86, 86, 948, 86, 945, 86, 957, 954,
1900
1901 958, 959, 960, 3599, 946, 961, 86, 86, 970, 950,
1902 953, 86, 952, 86, 971, 956, 962, 3599, 955, 86,
1903 86, 86, 972, 86, 86, 973, 974, 958, 959, 960,
1904 86, 86, 961, 979, 3599, 970, 975, 3599, 976, 977,
1905 86, 971, 3599, 962, 963, 978, 86, 964, 984, 972,
1906 86, 965, 973, 974, 966, 86, 86, 86, 980, 86,
1907 979, 967, 968, 975, 969, 976, 977, 981, 86, 86,
1908 982, 963, 978, 983, 964, 984, 985, 994, 965, 86,
1909 993, 966, 3599, 86, 86, 980, 86, 86, 967, 968,
1910 995, 969, 996, 3599, 981, 997, 86, 982, 999, 86,
1911
1912 983, 86, 998, 1002, 994, 86, 1001, 993, 86, 986,
1913 987, 86, 988, 3599, 1000, 989, 1003, 995, 86, 996,
1914 990, 86, 997, 3599, 1010, 999, 991, 992, 86, 998,
1915 1002, 1006, 1004, 1001, 1012, 86, 986, 987, 86, 988,
1916 1007, 1000, 989, 1003, 86, 1008, 1005, 990, 86, 1009,
1917 86, 1010, 1011, 991, 992, 86, 86, 1013, 1006, 1004,
1918 1014, 1012, 1015, 1016, 86, 1017, 1018, 1020, 3599, 86,
1919 3599, 1022, 86, 1005, 1021, 86, 1009, 1025, 86, 1011,
1920 1019, 1024, 86, 86, 1013, 86, 86, 1014, 1023, 1015,
1921 1016, 86, 86, 1018, 1020, 86, 86, 86, 1022, 1026,
1922
1923 86, 1021, 1028, 86, 1025, 1027, 1030, 1019, 1024, 1031,
1924 1029, 86, 1032, 1033, 86, 1023, 1034, 1035, 86, 86,
1925 1037, 86, 1036, 1038, 1040, 1044, 1026, 1042, 86, 1028,
1926 1039, 1041, 1027, 1030, 1046, 86, 1031, 1029, 86, 1043,
1927 1033, 1045, 86, 86, 86, 1047, 86, 1037, 1048, 86,
1928 3599, 1050, 1044, 86, 1051, 86, 86, 1039, 1041, 86,
1929 86, 86, 1049, 86, 1052, 1053, 1043, 86, 1045, 1054,
1930 1056, 86, 86, 86, 86, 1048, 1057, 86, 1050, 1055,
1931 86, 1051, 1058, 1059, 86, 1060, 1062, 86, 1067, 1049,
1932 3599, 1052, 1053, 1063, 86, 1064, 1054, 86, 86, 1061,
1933
1934 1066, 86, 1065, 1057, 86, 3599, 1055, 86, 1068, 1058,
1935 86, 86, 86, 1062, 1070, 1067, 86, 86, 86, 1069,
1936 1063, 1071, 1064, 1072, 86, 1075, 1061, 1066, 1073, 1065,
1937 86, 1076, 86, 1074, 1098, 1068, 1078, 86, 86, 86,
1938 1081, 1070, 1077, 1079, 86, 1085, 1069, 1082, 1071, 86,
1939 1072, 1084, 1075, 1080, 86, 1083, 86, 86, 1076, 1086,
1940 86, 86, 1087, 1078, 3599, 86, 86, 1081, 1089, 1077,
1941 1079, 86, 86, 1088, 1082, 86, 86, 3599, 1084, 86,
1942 1080, 1090, 1083, 1093, 86, 1091, 1086, 1092, 86, 1087,
1943 86, 1097, 1094, 1095, 86, 1089, 86, 1096, 1100, 86,
1944
1945 1088, 86, 1104, 1099, 1101, 1108, 86, 1105, 1090, 1102,
1946 1093, 1107, 1091, 86, 1092, 86, 86, 86, 1097, 1094,
1947 1095, 86, 1103, 86, 1096, 1100, 86, 1106, 1113, 1104,
1948 1099, 1101, 86, 86, 1105, 86, 1102, 1109, 1107, 1110,
1949 86, 1111, 1119, 1112, 1114, 86, 86, 86, 1115, 1103,
1950 86, 86, 1116, 86, 1106, 1113, 1117, 1120, 1118, 86,
1951 86, 1122, 3599, 86, 1109, 86, 1110, 1121, 1111, 1123,
1952 1112, 1114, 1127, 1125, 86, 1115, 1126, 1124, 1134, 1116,
1953 86, 3599, 86, 1117, 86, 1118, 1133, 1131, 1135, 86,
1954 1128, 1132, 1129, 86, 1121, 86, 1123, 86, 86, 1127,
1955
1956 1130, 1136, 1137, 1139, 1124, 86, 1141, 86, 86, 86,
1957 86, 86, 86, 1133, 1131, 1140, 1138, 1128, 1132, 1129,
1958 86, 1144, 86, 1142, 1143, 86, 1147, 1130, 1136, 1137,
1959 86, 1148, 86, 86, 1145, 86, 1146, 1149, 3599, 1150,
1960 3599, 1151, 1140, 1138, 3599, 86, 86, 1152, 1144, 86,
1961 1142, 1143, 86, 1153, 1154, 1195, 1156, 1155, 170, 86,
1962 86, 1145, 86, 1146, 1149, 86, 1150, 86, 1151, 1157,
1963 1159, 1158, 1160, 3599, 1152, 1196, 86, 86, 86, 3599,
1964 1153, 1154, 86, 1156, 1155, 86, 3599, 86, 1167, 1168,
1965 1170, 3599, 1169, 1171, 3599, 86, 1157, 1159, 1158, 1160,
1966
1967 1161, 3599, 1162, 1172, 86, 1189, 1163, 86, 1164, 1173,
1968 1174, 86, 86, 1165, 86, 1167, 1168, 86, 1166, 1169,
1969 1171, 86, 1175, 86, 86, 1176, 86, 1161, 1179, 1162,
1970 1172, 1183, 1189, 1163, 1177, 1164, 1173, 1174, 86, 1178,
1971 1165, 1180, 1186, 86, 86, 1166, 86, 1181, 1188, 1175,
1972 1184, 1187, 1176, 1191, 86, 1179, 1197, 86, 1183, 1182,
1973 1185, 86, 1192, 1190, 1193, 1199, 86, 3599, 1180, 1186,
1974 86, 86, 86, 86, 1181, 1188, 86, 1184, 1187, 1194,
1975 1191, 1210, 1211, 86, 86, 86, 1182, 1185, 1200, 1192,
1976 1190, 1193, 1201, 86, 1202, 3599, 86, 86, 1212, 1213,
1977
1978 86, 86, 3599, 86, 86, 1214, 1194, 3599, 1210, 1211,
1979 1218, 86, 1215, 1222, 86, 1200, 1219, 1216, 3599, 1201,
1980 3599, 1202, 1203, 86, 86, 1212, 1213, 1204, 3599, 1205,
1981 1220, 86, 1214, 1223, 86, 1206, 86, 1218, 86, 1215,
1982 1207, 1208, 1217, 1219, 1216, 86, 3599, 1209, 86, 1203,
1983 1221, 1224, 1229, 86, 1204, 86, 1205, 1220, 1230, 1226,
1984 1223, 86, 1206, 1225, 1227, 1232, 86, 1207, 1208, 1217,
1985 86, 1228, 86, 86, 1209, 1231, 1233, 1221, 1224, 86,
1986 86, 86, 86, 1235, 1234, 1230, 1226, 1236, 1237, 3599,
1987 1225, 1227, 86, 1243, 1238, 1240, 1239, 86, 1228, 1241,
1988
1989 86, 86, 1231, 1233, 86, 86, 1244, 1242, 1246, 3599,
1990 1235, 1234, 1255, 86, 1236, 1248, 86, 86, 86, 1245,
1991 86, 1238, 1240, 1239, 86, 86, 1241, 86, 86, 1247,
1992 86, 1249, 1250, 1244, 1242, 1246, 86, 1251, 86, 1252,
1993 1253, 1254, 1248, 1256, 86, 1258, 1245, 86, 3599, 1257,
1994 3599, 86, 86, 1259, 86, 86, 1247, 86, 1249, 1250,
1995 1261, 86, 86, 1260, 1251, 1262, 1252, 1253, 1254, 1263,
1996 1256, 86, 1258, 86, 86, 86, 1257, 1264, 1265, 1266,
1997 1259, 86, 1268, 1269, 1267, 1270, 1272, 1261, 1275, 1271,
1998 1260, 3599, 1262, 1276, 3599, 1279, 1263, 3599, 86, 86,
1999
2000 86, 86, 86, 1274, 1264, 1265, 1266, 86, 86, 1268,
2001 1273, 1267, 1280, 1272, 86, 86, 1271, 86, 1277, 86,
2002 86, 1278, 1279, 1282, 86, 86, 1281, 1283, 1284, 1285,
2003 1274, 1286, 1288, 86, 86, 1290, 86, 1273, 1291, 1280,
2004 1287, 86, 86, 1292, 86, 1277, 1289, 86, 1278, 3599,
2005 1282, 86, 1293, 1281, 1283, 1284, 1285, 86, 86, 1295,
2006 1294, 1296, 1290, 86, 86, 1291, 86, 1287, 1302, 86,
2007 1292, 1297, 1298, 1289, 1299, 1300, 86, 1301, 1305, 1293,
2008 1303, 86, 86, 86, 1304, 1306, 1295, 1294, 1296, 86,
2009 86, 86, 86, 1309, 1308, 1302, 86, 86, 1297, 1298,
2010
2011 1307, 1299, 1300, 86, 1301, 86, 1310, 1303, 1312, 1315,
2012 86, 1304, 86, 1311, 1314, 1316, 86, 86, 86, 1313,
2013 1309, 1308, 86, 86, 1317, 1318, 86, 1307, 1319, 1321,
2014 1323, 1320, 86, 1310, 3599, 1312, 1315, 1322, 86, 1325,
2015 1311, 1314, 1326, 1324, 1327, 1328, 1313, 86, 86, 86,
2016 86, 1329, 1332, 86, 3599, 1319, 86, 86, 1320, 86,
2017 1335, 86, 86, 1330, 1322, 86, 1325, 86, 1331, 1326,
2018 1324, 1333, 1328, 1336, 86, 1334, 86, 1337, 86, 1332,
2019 86, 86, 1339, 86, 86, 1338, 86, 1335, 1340, 1342,
2020 1330, 86, 1343, 86, 3599, 1331, 1344, 86, 1333, 1346,
2021
2022 1336, 3599, 1334, 86, 1337, 1341, 1345, 86, 86, 1339,
2023 1347, 1350, 1338, 86, 1348, 1340, 1349, 1353, 86, 1357,
2024 86, 86, 1354, 1344, 86, 1352, 86, 86, 86, 1358,
2025 86, 86, 1341, 1345, 86, 86, 1359, 1347, 1350, 1356,
2026 1355, 1348, 86, 1349, 1353, 3599, 86, 86, 86, 1354,
2027 1360, 1362, 1352, 1361, 1365, 1364, 1358, 1363, 86, 1367,
2028 170, 1366, 1369, 1359, 86, 1370, 1356, 1355, 1368, 86,
2029 86, 1372, 86, 3599, 1371, 86, 86, 1360, 1362, 86,
2030 1361, 1365, 1364, 1373, 1363, 86, 86, 1374, 1366, 1375,
2031 1376, 1377, 1378, 86, 86, 1368, 3599, 86, 1372, 1379,
2032
2033 1380, 1371, 86, 86, 86, 1383, 1385, 86, 86, 86,
2034 1373, 1381, 1384, 86, 1374, 86, 1375, 1376, 1377, 1378,
2035 86, 1382, 1386, 86, 1387, 86, 1379, 1380, 1388, 86,
2036 3599, 1395, 86, 1385, 86, 86, 1393, 1396, 1381, 1384,
2037 1394, 1397, 1400, 1389, 3599, 86, 1406, 1398, 1382, 1386,
2038 86, 1387, 1390, 86, 1391, 1388, 1399, 1392, 1395, 86,
2039 86, 86, 1401, 1393, 86, 86, 86, 1394, 1397, 1400,
2040 1389, 86, 1402, 1403, 1398, 1407, 1405, 1404, 86, 1390,
2041 86, 1391, 1409, 1399, 1392, 86, 1410, 1411, 1408, 1401,
2042 86, 86, 3599, 1416, 86, 86, 1412, 86, 86, 1402,
2043
2044 1403, 86, 1407, 1405, 1404, 1413, 1415, 1417, 3599, 1409,
2045 1414, 3599, 1418, 1410, 86, 1408, 86, 86, 86, 1419,
2046 1416, 1420, 1431, 1412, 86, 86, 1421, 86, 86, 86,
2047 1423, 86, 1413, 1415, 1417, 1422, 1424, 1414, 1427, 1418,
2048 1425, 1426, 86, 1428, 86, 1429, 1419, 1430, 1420, 86,
2049 86, 1432, 86, 1421, 86, 86, 86, 1423, 86, 86,
2050 3599, 1434, 1422, 1424, 1433, 1427, 86, 1425, 1426, 1435,
2051 1428, 86, 1429, 1440, 1430, 1436, 1438, 1437, 1432, 86,
2052 1439, 86, 86, 86, 86, 86, 1441, 1442, 1434, 1443,
2053 1446, 1433, 86, 1444, 86, 1445, 1435, 1449, 1450, 1447,
2054
2055 1440, 1448, 1436, 1438, 1437, 86, 86, 1439, 86, 86,
2056 1451, 1456, 86, 86, 1442, 1452, 1454, 1446, 86, 86,
2057 1444, 86, 1445, 1453, 1449, 1450, 1447, 1455, 1448, 86,
2058 1464, 86, 1466, 1465, 1468, 3599, 1470, 86, 1456, 1467,
2059 3599, 86, 86, 1454, 86, 3599, 3599, 1471, 3599, 1472,
2060 1453, 86, 1469, 3599, 1455, 1457, 86, 1464, 1473, 1458,
2061 1465, 1468, 1459, 1460, 86, 86, 1467, 1461, 86, 86,
2062 86, 86, 1474, 1462, 1471, 1475, 1472, 1463, 86, 1469,
2063 1478, 86, 1457, 1479, 86, 1473, 1458, 86, 3599, 1459,
2064 1460, 1476, 86, 1477, 1461, 1480, 1481, 1483, 1482, 1474,
2065
2066 1462, 86, 1475, 1484, 1463, 86, 1486, 1478, 1485, 1487,
2067 1479, 3599, 1488, 1489, 86, 86, 86, 86, 1476, 86,
2068 1477, 1496, 3599, 1481, 1483, 1482, 1498, 86, 1490, 3599,
2069 1484, 1497, 1506, 1501, 86, 1485, 86, 1507, 86, 1488,
2070 1489, 86, 86, 86, 86, 1502, 1499, 1500, 1496, 86,
2071 1503, 1505, 86, 1498, 1509, 1490, 1491, 1504, 1497, 86,
2072 1501, 1492, 86, 1493, 86, 1494, 86, 1495, 86, 86,
2073 1516, 1508, 1502, 1510, 86, 86, 3599, 1503, 1505, 1512,
2074 1511, 1509, 1517, 1491, 1504, 3599, 3599, 3599, 1492, 86,
2075 1493, 1513, 1494, 86, 1495, 86, 1514, 86, 1508, 86,
2076
2077 1510, 1515, 86, 1519, 86, 1518, 1512, 1511, 86, 1517,
2078 1525, 1520, 1521, 1522, 86, 1523, 1524, 1528, 1513, 86,
2079 86, 1530, 86, 1514, 86, 1526, 86, 86, 1515, 1527,
2080 1519, 1532, 1518, 86, 86, 1529, 86, 1525, 1520, 1521,
2081 1522, 1531, 1523, 1524, 86, 1533, 1534, 86, 86, 1536,
2082 1537, 86, 1526, 1535, 86, 86, 1527, 86, 1532, 1538,
2083 3599, 1539, 1529, 1540, 1541, 1544, 86, 86, 1531, 1542,
2084 86, 86, 1533, 1534, 1545, 86, 86, 1537, 1543, 1546,
2085 1535, 86, 1549, 1547, 86, 86, 86, 86, 1539, 86,
2086 1540, 1541, 86, 1548, 1550, 1551, 1542, 1555, 1552, 1553,
2087
2088 86, 1545, 1558, 1554, 1556, 1543, 1546, 86, 86, 86,
2089 1547, 1557, 1559, 86, 86, 86, 86, 1560, 86, 1561,
2090 1548, 1550, 1551, 86, 1555, 1552, 1553, 86, 1562, 1558,
2091 1554, 1556, 1563, 86, 86, 1564, 86, 3599, 1557, 1559,
2092 1566, 86, 1565, 1568, 1560, 1567, 1561, 1570, 1571, 86,
2093 1576, 1569, 86, 1574, 86, 1562, 1575, 1577, 86, 1563,
2094 1572, 86, 1564, 86, 86, 86, 86, 1566, 1573, 1565,
2095 1568, 1578, 1567, 86, 86, 1580, 1582, 1576, 1569, 86,
2096 86, 1579, 86, 1575, 1577, 86, 1588, 1572, 86, 1583,
2097 86, 1581, 1584, 86, 1586, 1573, 1587, 86, 86, 86,
2098
2099 86, 170, 1580, 1582, 1589, 1585, 3599, 86, 1579, 86,
2100 1594, 1590, 3599, 1588, 1592, 1593, 1583, 1591, 1581, 1584,
2101 1595, 86, 86, 1597, 86, 86, 86, 1598, 86, 1599,
2102 1596, 86, 1585, 86, 86, 3599, 86, 1594, 1590, 86,
2103 1601, 1592, 1593, 1600, 1591, 1602, 1604, 1595, 1609, 86,
2104 1597, 1603, 86, 1605, 1598, 86, 1599, 1596, 1606, 3599,
2105 1608, 86, 86, 1607, 1610, 1612, 86, 1601, 86, 86,
2106 1600, 1611, 86, 1604, 1621, 1609, 1613, 86, 1603, 1614,
2107 1605, 1617, 1615, 86, 86, 1616, 1618, 1608, 86, 1619,
2108 86, 1610, 1612, 1620, 1622, 1623, 1627, 86, 1611, 86,
2109
2110 1624, 1621, 86, 1613, 86, 86, 1614, 1625, 1617, 1615,
2111 86, 86, 1616, 1618, 1628, 86, 1619, 1626, 86, 3599,
2112 1629, 1622, 1631, 1627, 1630, 86, 1632, 86, 1633, 1636,
2113 1634, 86, 1635, 86, 1625, 1638, 86, 86, 86, 1637,
2114 1639, 1628, 86, 1640, 1626, 86, 86, 1629, 86, 1631,
2115 86, 1630, 86, 1632, 1642, 1633, 1636, 1634, 1643, 1635,
2116 1641, 86, 1638, 86, 1644, 1646, 1637, 1639, 86, 1645,
2117 1640, 1647, 1648, 86, 1649, 86, 3599, 86, 86, 3599,
2118 1650, 3599, 86, 86, 86, 1643, 86, 1641, 1651, 1652,
2119 3599, 1644, 1646, 1656, 1653, 1655, 1645, 1657, 1647, 1648,
2120
2121 1654, 1649, 86, 86, 1660, 1658, 86, 1650, 86, 86,
2122 1659, 86, 1661, 86, 1662, 1651, 1652, 86, 1665, 86,
2123 1656, 1653, 1655, 86, 1657, 1663, 1666, 1654, 1664, 1667,
2124 86, 1660, 1658, 1668, 1670, 1669, 1671, 1659, 86, 86,
2125 86, 1672, 3599, 1673, 86, 86, 86, 86, 1674, 1675,
2126 3599, 3599, 1663, 1666, 86, 1664, 1667, 86, 1676, 1677,
2127 1668, 3599, 1669, 1678, 1679, 1680, 86, 1682, 86, 86,
2128 1673, 1681, 86, 86, 86, 1674, 86, 86, 86, 86,
2129 1683, 86, 1684, 86, 1685, 1676, 1677, 86, 1686, 86,
2130 1678, 1679, 1680, 1688, 1682, 1687, 1697, 1689, 1681, 1691,
2131
2132 1694, 86, 1690, 86, 1692, 1693, 86, 1683, 86, 1684,
2133 86, 1685, 86, 1695, 86, 1686, 1696, 1698, 1702, 1703,
2134 1688, 86, 1687, 1697, 86, 1699, 86, 1694, 1700, 86,
2135 1704, 86, 1693, 86, 1706, 86, 1701, 86, 3599, 86,
2136 1695, 86, 3599, 1696, 1698, 86, 1703, 1705, 86, 1708,
2137 86, 1707, 1699, 1709, 1710, 1700, 1711, 1704, 3599, 86,
2138 1712, 1713, 86, 1701, 86, 1714, 86, 1715, 86, 86,
2139 86, 1716, 1717, 86, 1705, 1718, 1708, 86, 1707, 1719,
2140 86, 1710, 1720, 1711, 86, 86, 1723, 1712, 1713, 1721,
2141 86, 1724, 1714, 1722, 1715, 1725, 1726, 86, 1716, 1717,
2142
2143 1727, 86, 1718, 86, 1734, 3599, 1719, 1728, 86, 1720,
2144 1729, 1730, 1733, 86, 86, 1731, 1721, 86, 86, 86,
2145 1722, 86, 1725, 1726, 86, 86, 86, 1727, 1732, 1735,
2146 1738, 1734, 1737, 1736, 1728, 1740, 86, 1729, 1730, 1733,
2147 86, 86, 1731, 86, 1739, 1743, 1741, 1742, 1744, 1745,
2148 1751, 1749, 3599, 3599, 1748, 1732, 1735, 86, 86, 1737,
2149 1736, 86, 1746, 86, 1752, 1757, 86, 86, 1756, 86,
2150 86, 1739, 86, 1741, 1742, 1744, 1745, 86, 1749, 1747,
2151 1750, 1748, 86, 1753, 1754, 86, 86, 86, 3599, 1746,
2152 86, 86, 86, 1755, 86, 1756, 1758, 86, 1759, 1761,
2153
2154 1760, 1762, 1763, 86, 1768, 1764, 1747, 1750, 1766, 1765,
2155 1753, 1754, 86, 86, 86, 86, 86, 1770, 3599, 1776,
2156 1755, 3599, 86, 1758, 86, 86, 86, 1760, 1762, 1763,
2157 1767, 1768, 1764, 86, 1769, 1766, 1765, 86, 1771, 1772,
2158 1773, 86, 1774, 86, 1770, 86, 1775, 1779, 86, 1777,
2159 86, 86, 1778, 1781, 3599, 86, 86, 1767, 1783, 86,
2160 1780, 1769, 1788, 3599, 86, 1771, 1772, 1773, 1784, 1774,
2161 86, 1782, 86, 1775, 1779, 86, 1777, 1785, 86, 1778,
2162 1781, 86, 1787, 1786, 86, 1783, 86, 1780, 1789, 86,
2163 1790, 3599, 1791, 1798, 86, 1784, 1792, 86, 1782, 1793,
2164
2165 1794, 86, 1795, 3599, 1785, 86, 1796, 86, 1797, 1787,
2166 1786, 86, 1799, 1803, 86, 1789, 86, 1790, 86, 1791,
2167 86, 1801, 86, 1792, 1800, 86, 1793, 1794, 1804, 1795,
2168 86, 1802, 1813, 1796, 1807, 1797, 86, 1809, 86, 1799,
2169 1803, 86, 170, 86, 1805, 1806, 1810, 86, 1801, 1814,
2170 1811, 1800, 86, 1812, 1808, 1804, 86, 86, 1802, 86,
2171 86, 1807, 1815, 86, 1809, 1817, 1818, 86, 86, 1819,
2172 1822, 1805, 1806, 1810, 1821, 1816, 1814, 1811, 1820, 3599,
2173 1812, 1808, 86, 86, 86, 86, 1823, 1824, 86, 1815,
2174 86, 1825, 1817, 1818, 1826, 86, 1827, 1822, 1828, 86,
2175
2176 1829, 86, 1816, 1832, 1830, 1820, 86, 1834, 1833, 1841,
2177 1831, 1835, 86, 86, 1824, 86, 86, 86, 1825, 86,
2178 86, 1826, 1837, 1827, 86, 1828, 86, 1829, 1836, 86,
2179 1832, 1830, 86, 86, 1834, 1833, 1838, 1831, 1835, 1839,
2180 1842, 86, 3599, 86, 1848, 1843, 1845, 1849, 1846, 1837,
2181 1847, 1840, 86, 1850, 1851, 1836, 86, 1852, 1854, 1856,
2182 86, 1844, 86, 1838, 86, 1853, 1839, 1842, 86, 86,
2183 86, 1848, 1843, 1845, 86, 1846, 1855, 1847, 1840, 1857,
2184 1850, 1858, 1863, 1862, 86, 1854, 86, 86, 1844, 86,
2185 1859, 86, 1853, 1861, 1864, 86, 1860, 1865, 1867, 86,
2186
2187 86, 86, 86, 1855, 86, 1866, 1857, 86, 1858, 1868,
2188 1862, 1869, 1870, 86, 86, 1871, 1872, 1859, 3599, 3599,
2189 1861, 1873, 3599, 1860, 1875, 86, 86, 86, 86, 86,
2190 86, 86, 1866, 86, 1876, 1881, 1868, 86, 1869, 86,
2191 1877, 1874, 1871, 1872, 1878, 1879, 1884, 86, 1873, 86,
2192 1880, 1875, 86, 86, 86, 1882, 1883, 86, 86, 1885,
2193 1886, 1876, 1881, 1888, 86, 1887, 86, 1877, 1874, 1889,
2194 1890, 1878, 1879, 1884, 86, 86, 86, 1880, 1891, 86,
2195 86, 86, 1882, 1883, 1893, 86, 1885, 1886, 1892, 1894,
2196 86, 1895, 1887, 1897, 3599, 86, 1889, 1890, 86, 1896,
2197
2198 1899, 86, 1898, 1901, 1900, 1891, 86, 1903, 86, 3599,
2199 1902, 1893, 86, 1905, 3599, 1892, 86, 86, 1895, 86,
2200 1897, 86, 1911, 1904, 86, 86, 1896, 1899, 86, 1898,
2201 1901, 1900, 1908, 86, 1903, 86, 1906, 1902, 1912, 1907,
2202 1905, 1909, 1913, 86, 1914, 1915, 1910, 1916, 3599, 1911,
2203 1904, 1917, 1918, 86, 86, 1921, 86, 3599, 1931, 1908,
2204 86, 1922, 86, 1906, 1923, 1912, 1907, 1919, 1909, 86,
2205 1932, 86, 1915, 1910, 1916, 86, 1920, 86, 1917, 86,
2206 1926, 86, 1921, 3599, 86, 86, 86, 1924, 1922, 1925,
2207 86, 1923, 1930, 1927, 1919, 86, 1937, 86, 86, 1928,
2208
2209 86, 86, 1929, 1920, 1933, 1934, 1936, 1926, 1935, 86,
2210 86, 3599, 86, 1939, 1924, 86, 1925, 86, 1940, 1930,
2211 1927, 1941, 86, 1937, 86, 1938, 1928, 1942, 1943, 1929,
2212 86, 1933, 1934, 1936, 1945, 1935, 86, 1944, 1946, 1947,
2213 1954, 3599, 86, 86, 1950, 86, 86, 1948, 1941, 86,
2214 1952, 1949, 1938, 1953, 1942, 1943, 3599, 86, 1951, 1965,
2215 86, 1945, 86, 1955, 1944, 1946, 1947, 1954, 86, 1956,
2216 86, 1950, 86, 86, 1948, 86, 1958, 1952, 1949, 1957,
2217 1953, 1959, 1960, 1963, 1962, 1951, 1961, 1964, 86, 86,
2218 1955, 86, 1966, 1967, 1968, 86, 1956, 3599, 86, 1971,
2219
2220 86, 86, 1969, 1970, 1975, 86, 1957, 1972, 86, 1960,
2221 1963, 1962, 1974, 1961, 1964, 1973, 86, 1977, 1976, 1966,
2222 86, 1979, 86, 1978, 86, 86, 86, 1980, 86, 1969,
2223 1970, 86, 86, 1984, 1972, 1981, 86, 1985, 1986, 1974,
2224 1982, 86, 1973, 86, 1977, 1976, 86, 1983, 86, 1987,
2225 1978, 1988, 86, 86, 1980, 86, 86, 1989, 1994, 86,
2226 1984, 1992, 1981, 86, 1985, 1986, 1990, 1982, 1991, 86,
2227 1995, 86, 1996, 1997, 1983, 3599, 1987, 1998, 1988, 86,
2228 2000, 86, 1993, 2001, 1989, 1999, 2002, 86, 86, 86,
2229 86, 86, 86, 1990, 2003, 1991, 86, 2004, 2005, 1996,
2230
2231 1997, 2008, 86, 86, 86, 2006, 2007, 2000, 86, 1993,
2232 2001, 2009, 1999, 86, 2010, 86, 86, 2011, 86, 2012,
2233 2013, 2003, 2015, 2014, 3599, 2005, 86, 2016, 86, 86,
2234 2018, 86, 2006, 2007, 2019, 2017, 2022, 86, 2009, 86,
2235 86, 2010, 86, 2021, 2011, 86, 2012, 2013, 86, 2015,
2236 2014, 86, 2020, 2024, 2016, 86, 2023, 2018, 86, 2026,
2237 2029, 2019, 2017, 86, 86, 2025, 2030, 170, 86, 2027,
2238 2021, 2028, 2033, 86, 2034, 86, 2031, 2042, 2032, 2020,
2239 2024, 86, 86, 2023, 86, 86, 86, 2029, 2035, 86,
2240 2036, 86, 2025, 2030, 2037, 2038, 2027, 86, 2028, 2039,
2241
2242 2041, 2034, 2040, 2031, 86, 2032, 2043, 2045, 2044, 86,
2243 3599, 86, 2046, 2047, 2065, 2035, 2064, 2036, 86, 86,
2244 86, 86, 2038, 86, 86, 2048, 86, 2041, 2049, 2040,
2245 86, 2051, 86, 86, 2045, 2044, 86, 86, 2050, 2046,
2246 2047, 2052, 2053, 86, 2054, 2055, 86, 86, 2056, 2057,
2247 3599, 3599, 2048, 86, 2059, 2049, 2062, 86, 2051, 86,
2248 86, 86, 2058, 86, 3599, 2050, 2060, 86, 2052, 2053,
2249 86, 2054, 2055, 2061, 2063, 2056, 2057, 2075, 86, 2066,
2250 2067, 2059, 2068, 2062, 2069, 86, 86, 2070, 86, 2058,
2251 86, 86, 86, 2060, 2072, 2071, 2076, 2073, 86, 2074,
2252
2253 2061, 2063, 86, 86, 2075, 2077, 2066, 2067, 2078, 2068,
2254 86, 2069, 2079, 2084, 2070, 86, 2080, 2086, 2085, 86,
2255 2087, 2072, 2071, 86, 2073, 2081, 2074, 2082, 2083, 2088,
2256 2090, 86, 86, 86, 86, 2078, 2091, 2089, 2094, 86,
2257 86, 86, 86, 2080, 86, 2085, 86, 2087, 2092, 86,
2258 86, 2096, 2081, 2093, 2082, 2083, 2097, 2098, 86, 2095,
2259 2100, 86, 86, 2091, 2089, 86, 86, 2101, 2099, 86,
2260 2102, 2103, 2104, 86, 86, 2092, 2110, 86, 2096, 2112,
2261 2093, 2109, 86, 86, 2098, 86, 2095, 2100, 86, 86,
2262 2121, 2118, 3599, 86, 2101, 2099, 86, 2102, 2103, 2105,
2263
2264 2106, 2107, 2111, 2110, 86, 2113, 2108, 2116, 2109, 86,
2265 2114, 86, 86, 2117, 86, 2115, 86, 2125, 2118, 2119,
2266 86, 2122, 86, 2123, 2120, 86, 2105, 2106, 2107, 2111,
2267 86, 2124, 2113, 2108, 2116, 86, 86, 86, 2127, 86,
2268 2117, 2130, 86, 2131, 86, 2133, 2119, 2128, 2122, 2132,
2269 2123, 2120, 2126, 86, 86, 2129, 86, 2134, 2124, 86,
2270 86, 2138, 2135, 2136, 86, 2127, 3599, 86, 2130, 2137,
2271 86, 2140, 86, 3599, 2128, 86, 2132, 2139, 3599, 2126,
2272 86, 86, 2129, 2142, 2134, 2141, 2143, 2144, 86, 2135,
2273 2136, 86, 2146, 86, 2150, 86, 2137, 2148, 86, 2145,
2274
2275 86, 2147, 86, 2149, 2139, 86, 86, 2151, 86, 2153,
2276 2142, 2154, 2141, 2143, 2144, 2152, 86, 2156, 86, 2146,
2277 2155, 2150, 86, 2157, 2148, 86, 2145, 2158, 2147, 86,
2278 2159, 2160, 2163, 2161, 3599, 86, 2153, 2165, 2162, 86,
2279 86, 2166, 2152, 86, 2156, 86, 86, 2155, 2164, 86,
2280 86, 2168, 86, 2169, 86, 86, 86, 2159, 2160, 2163,
2281 2161, 86, 2170, 86, 2165, 2162, 2167, 86, 2166, 2171,
2282 2172, 2178, 2173, 2175, 2176, 2164, 86, 86, 2168, 86,
2283 86, 2177, 86, 2179, 2180, 86, 86, 3599, 2174, 2187,
2284 2181, 2183, 86, 2167, 86, 86, 2171, 2172, 86, 2173,
2285
2286 2175, 2176, 86, 86, 2182, 3599, 2184, 2185, 2177, 2186,
2287 2179, 2180, 86, 2191, 86, 2174, 86, 2181, 2183, 2188,
2288 3599, 2189, 2193, 2192, 2199, 2195, 2190, 86, 86, 86,
2289 2194, 2182, 86, 2184, 2185, 86, 2186, 86, 86, 2204,
2290 86, 2202, 86, 2205, 2196, 3599, 2188, 86, 2189, 2193,
2291 2192, 86, 2195, 2190, 2197, 2198, 86, 2194, 2200, 2203,
2292 2201, 86, 86, 86, 2212, 2206, 86, 86, 2202, 86,
2293 2205, 2196, 86, 86, 2208, 2207, 2210, 2211, 2213, 2209,
2294 2216, 2197, 2198, 86, 2214, 2200, 2203, 2201, 86, 2215,
2295 86, 86, 2206, 86, 2217, 2218, 86, 2219, 2220, 86,
2296
2297 2221, 2208, 2207, 2210, 2211, 86, 2209, 2223, 2222, 3599,
2298 2225, 2227, 86, 86, 2224, 2226, 86, 86, 2229, 86,
2299 2230, 3599, 2218, 86, 2219, 2220, 86, 2233, 2228, 86,
2300 86, 2231, 86, 86, 2223, 2222, 86, 2225, 2232, 86,
2301 2236, 2224, 2226, 86, 2234, 86, 2235, 86, 86, 170,
2302 86, 2238, 2237, 2240, 2233, 2228, 2239, 2241, 2231, 86,
2303 2243, 86, 2242, 2247, 2244, 2232, 2245, 2236, 3599, 86,
2304 3599, 2234, 2248, 2235, 86, 86, 2246, 2249, 2238, 2237,
2305 86, 86, 86, 2239, 86, 86, 2251, 2250, 86, 2242,
2306 2247, 2244, 86, 2245, 86, 2252, 2253, 86, 2254, 2248,
2307
2308 2255, 86, 86, 2246, 2249, 2260, 2256, 2257, 2258, 2261,
2309 86, 86, 86, 2251, 2250, 2259, 86, 2263, 2265, 2262,
2310 86, 2267, 2252, 2253, 86, 2254, 86, 86, 2266, 86,
2311 86, 2269, 86, 2256, 2257, 2258, 2261, 86, 2268, 86,
2312 2264, 86, 2259, 2270, 2263, 2265, 2262, 86, 86, 86,
2313 86, 2271, 86, 86, 2274, 2266, 3599, 2272, 2269, 2275,
2314 2280, 2276, 2277, 86, 86, 2268, 2278, 2264, 2273, 86,
2315 2270, 3599, 2279, 2284, 2281, 86, 2282, 86, 2271, 86,
2316 86, 2274, 2283, 86, 2272, 2291, 2275, 2280, 2276, 2277,
2317 86, 2285, 86, 2278, 2286, 2273, 86, 2287, 86, 2279,
2318
2319 86, 2281, 2288, 2282, 2289, 86, 2290, 2294, 86, 2283,
2320 2292, 2302, 2293, 86, 2295, 86, 86, 86, 2285, 86,
2321 86, 2286, 2296, 86, 2287, 2297, 2298, 3599, 2299, 2288,
2322 2301, 2289, 86, 2290, 2294, 2303, 2300, 2292, 86, 2293,
2323 86, 2295, 2305, 86, 86, 2304, 3599, 86, 86, 86,
2324 2307, 86, 2297, 86, 86, 2299, 2308, 2301, 2311, 2306,
2325 2312, 2310, 2303, 2300, 2309, 86, 86, 86, 2313, 2305,
2326 2315, 86, 2304, 86, 2314, 86, 86, 2307, 2316, 2323,
2327 86, 3599, 86, 2308, 2322, 2311, 2306, 2312, 2310, 86,
2328 86, 2309, 2317, 2320, 2321, 2313, 2318, 2315, 86, 86,
2329
2330 86, 2314, 2326, 2324, 2331, 2316, 86, 2325, 2328, 2319,
2331 2327, 2322, 86, 86, 86, 86, 2329, 86, 2332, 2317,
2332 2320, 2321, 2330, 2318, 2333, 2338, 86, 2340, 2334, 2326,
2333 2324, 2331, 86, 2335, 2325, 2328, 2319, 2327, 86, 2336,
2334 86, 2337, 86, 2329, 86, 2332, 86, 86, 2341, 2330,
2335 86, 2333, 2338, 2339, 2342, 2334, 86, 86, 2343, 86,
2336 2335, 86, 2344, 86, 2345, 2346, 2336, 86, 2337, 2349,
2337 2350, 2347, 2348, 86, 2352, 2341, 2351, 3599, 86, 86,
2338 2339, 2342, 2353, 86, 3599, 86, 86, 2354, 2358, 2344,
2339 86, 2345, 2346, 86, 86, 2355, 2349, 2350, 2347, 2348,
2340
2341 2356, 86, 2361, 2351, 86, 2357, 86, 86, 2359, 2353,
2342 86, 2360, 3599, 2362, 2354, 2358, 86, 2363, 2364, 2365,
2343 2366, 2367, 2355, 2370, 86, 3599, 86, 2369, 2368, 86,
2344 86, 2371, 86, 86, 2372, 2359, 86, 2374, 2360, 86,
2345 2362, 2373, 86, 86, 2363, 2364, 2365, 2375, 2367, 2376,
2346 2370, 2378, 86, 86, 2369, 2368, 86, 2377, 2371, 2379,
2347 86, 86, 2380, 86, 2374, 2381, 2382, 86, 2373, 2383,
2348 2386, 3599, 2384, 86, 2375, 86, 2376, 2385, 2378, 86,
2349 86, 2387, 86, 2388, 2377, 86, 2379, 2389, 2394, 2380,
2350 2390, 86, 2381, 2382, 2391, 2392, 2383, 2386, 86, 86,
2351
2352 2393, 2395, 86, 2400, 86, 86, 86, 86, 2387, 86,
2353 2388, 2396, 86, 2401, 2389, 2394, 86, 2390, 2399, 2402,
2354 86, 2391, 2392, 2397, 2398, 2403, 86, 2393, 86, 86,
2355 2400, 86, 86, 86, 2404, 2406, 2407, 2408, 2396, 2405,
2356 2401, 3599, 86, 3599, 3599, 2399, 2402, 86, 2410, 86,
2357 2397, 2398, 2403, 2409, 86, 2411, 2413, 86, 86, 86,
2358 2415, 2404, 2406, 2407, 2408, 2414, 2405, 2418, 2412, 86,
2359 2416, 86, 86, 2419, 2421, 2410, 86, 86, 2420, 86,
2360 2409, 2422, 2411, 2413, 2417, 86, 86, 2415, 2425, 2424,
2361 86, 2423, 2414, 2426, 2418, 2412, 86, 2416, 2427, 86,
2362
2363 86, 86, 2428, 2432, 2429, 2420, 86, 86, 2422, 170,
2364 86, 2417, 86, 2433, 2430, 2425, 2424, 2434, 2423, 2431,
2365 2426, 2435, 2436, 2437, 2446, 2427, 3599, 3599, 2438, 86,
2366 2442, 2429, 2443, 2441, 86, 86, 2448, 2444, 2445, 2447,
2367 86, 86, 2439, 2449, 2434, 86, 86, 86, 2435, 2436,
2368 86, 86, 86, 2440, 86, 2438, 86, 86, 86, 2443,
2369 2441, 86, 86, 2448, 2444, 2445, 2447, 2450, 2451, 2439,
2370 86, 2453, 2452, 3599, 2454, 2455, 3599, 2456, 86, 86,
2371 2440, 2457, 86, 2458, 2459, 2460, 2463, 86, 3599, 86,
2372 3599, 2466, 3599, 86, 2450, 86, 86, 86, 2453, 2452,
2373
2374 86, 2454, 2455, 86, 2456, 2461, 2462, 86, 2457, 2464,
2375 2458, 2459, 2460, 2463, 86, 2465, 2467, 86, 86, 2469,
2376 86, 2470, 2468, 2471, 86, 2473, 2472, 3599, 2478, 2474,
2377 86, 86, 2461, 2462, 86, 86, 2464, 86, 2475, 86,
2378 86, 86, 2465, 2467, 2476, 2477, 2469, 2479, 2470, 2468,
2379 2471, 2480, 2473, 2472, 86, 86, 2474, 3599, 86, 86,
2380 86, 2481, 2482, 2483, 2489, 2475, 86, 86, 2491, 86,
2381 86, 2476, 2477, 2484, 2479, 2485, 86, 2487, 2480, 2486,
2382 2488, 2490, 86, 86, 2492, 86, 86, 2496, 2481, 2482,
2383 2483, 2493, 86, 86, 2494, 2491, 86, 86, 2495, 2499,
2384
2385 2484, 2497, 2485, 2498, 2487, 86, 2486, 2488, 2490, 2501,
2386 2502, 2492, 86, 86, 86, 2503, 2504, 2500, 2493, 86,
2387 86, 2494, 86, 86, 86, 2495, 2499, 86, 2497, 2505,
2388 2498, 2506, 2508, 2507, 3599, 2509, 2501, 2502, 2510, 3599,
2389 2513, 86, 2503, 86, 2500, 86, 86, 2514, 2511, 2515,
2390 2516, 2512, 2520, 3599, 86, 2521, 2505, 2523, 86, 2508,
2391 2507, 86, 2509, 2517, 86, 2510, 86, 86, 2519, 2525,
2392 86, 86, 86, 2518, 86, 2511, 2515, 2516, 2512, 86,
2393 86, 2522, 86, 86, 86, 2524, 2526, 2527, 2528, 86,
2394 2517, 2529, 2530, 2531, 86, 2519, 86, 2532, 86, 2535,
2395
2396 2518, 2536, 2534, 2533, 2538, 86, 3599, 86, 2522, 86,
2397 86, 86, 2524, 2526, 2527, 86, 86, 2537, 86, 2530,
2398 2531, 86, 3599, 2539, 2532, 86, 2535, 2540, 86, 2534,
2399 2533, 86, 86, 2542, 2541, 3599, 2543, 2545, 2546, 3599,
2400 2547, 2548, 2551, 3599, 2537, 2550, 86, 2549, 3599, 86,
2401 2539, 2544, 86, 86, 2540, 86, 3599, 86, 3599, 86,
2402 2542, 2541, 86, 2543, 86, 2546, 86, 2547, 2548, 86,
2403 2552, 2553, 2550, 2555, 2549, 2554, 2556, 86, 2544, 86,
2404 2557, 2558, 2559, 86, 2560, 86, 2562, 2563, 2565, 86,
2405 2564, 3599, 3599, 2561, 86, 3599, 86, 2552, 2553, 86,
2406
2407 2555, 86, 2554, 2556, 86, 86, 2568, 86, 2558, 2559,
2408 86, 2560, 2566, 86, 2563, 2565, 2567, 2564, 86, 2570,
2409 2561, 86, 2569, 86, 2571, 86, 2576, 2572, 3599, 2577,
2410 2580, 3599, 86, 2568, 2581, 3599, 3599, 2578, 2573, 2566,
2411 3599, 2579, 86, 2567, 86, 86, 2570, 2583, 86, 2569,
2412 2585, 2571, 86, 2574, 2572, 2575, 2577, 2580, 86, 86,
2413 2582, 2581, 86, 86, 2578, 2573, 86, 2586, 2579, 86,
2414 2584, 86, 86, 2587, 2583, 2589, 2588, 2585, 2590, 2591,
2415 2574, 2592, 2575, 2593, 2596, 86, 86, 2582, 86, 86,
2416 2594, 2595, 2599, 86, 2586, 86, 2598, 2584, 2605, 86,
2417
2418 2587, 2606, 2597, 2588, 2600, 3599, 2591, 86, 2592, 2601,
2419 86, 2596, 86, 86, 2602, 86, 86, 2594, 2595, 2599,
2420 86, 2603, 86, 2598, 2604, 2610, 2607, 86, 2608, 2597,
2421 86, 2600, 86, 86, 2611, 86, 2601, 86, 2609, 86,
2422 2612, 2602, 2613, 86, 2615, 86, 3599, 2616, 2603, 86,
2423 2614, 2604, 2610, 2607, 2617, 2608, 2618, 2622, 2619, 2620,
2424 86, 2611, 86, 86, 2621, 2609, 2623, 2625, 86, 2613,
2425 86, 2615, 86, 86, 2616, 86, 170, 2614, 86, 2624,
2426 2627, 2617, 86, 2618, 86, 2619, 2620, 2626, 2628, 2629,
2427 2630, 2621, 86, 2623, 2625, 2631, 2632, 86, 86, 2633,
2428
2429 3599, 2634, 86, 86, 2635, 2636, 2624, 2627, 2637, 2638,
2430 2639, 86, 86, 86, 2626, 2628, 2629, 2630, 2640, 2641,
2431 2642, 2645, 2631, 2632, 2643, 2644, 86, 86, 2634, 86,
2432 86, 86, 2636, 86, 86, 2637, 86, 2647, 2648, 3599,
2433 86, 86, 86, 2670, 2651, 2640, 86, 2642, 2645, 2646,
2434 86, 2643, 2644, 2649, 2652, 2650, 2653, 86, 2660, 3599,
2435 3599, 2656, 2654, 86, 2647, 2655, 86, 86, 2657, 3599,
2436 86, 2651, 2662, 2659, 3599, 86, 2646, 86, 86, 86,
2437 2649, 2652, 2650, 86, 86, 86, 86, 86, 2656, 2654,
2438 2658, 2661, 2655, 2666, 86, 2657, 86, 86, 2667, 2662,
2439
2440 2659, 2663, 2664, 2665, 2668, 86, 86, 3599, 86, 86,
2441 86, 86, 2669, 2673, 2671, 3599, 2672, 2658, 2661, 2674,
2442 2666, 86, 86, 2676, 2675, 2667, 2678, 86, 2663, 2664,
2443 2665, 2668, 86, 2679, 86, 86, 2680, 2681, 2677, 2669,
2444 2673, 2671, 86, 2672, 86, 86, 2674, 86, 86, 2682,
2445 2676, 2675, 2683, 86, 2694, 2684, 3599, 3599, 2685, 86,
2446 2679, 2686, 2687, 2680, 2681, 2677, 2688, 2689, 3599, 2691,
2447 86, 2690, 3599, 2692, 86, 86, 2696, 2698, 2693, 86,
2448 3599, 86, 2684, 86, 86, 2685, 86, 2695, 2686, 2687,
2449 2697, 86, 86, 2688, 2689, 86, 2691, 2699, 2690, 86,
2450
2451 2692, 86, 86, 86, 86, 2693, 86, 2700, 86, 2702,
2452 2701, 2703, 86, 2704, 2695, 2707, 2708, 2697, 3599, 86,
2453 86, 86, 2705, 2706, 2699, 2709, 2710, 3599, 2711, 2714,
2454 3599, 86, 2719, 86, 2700, 2712, 2702, 2701, 2703, 2722,
2455 2704, 2716, 86, 86, 86, 86, 86, 2713, 2717, 2705,
2456 2706, 86, 86, 2710, 86, 2711, 2714, 86, 2715, 86,
2457 2720, 2718, 2712, 86, 2723, 86, 86, 2724, 2716, 2721,
2458 2725, 86, 2727, 86, 2713, 2717, 86, 2726, 86, 86,
2459 86, 2729, 2730, 2728, 2731, 2715, 2732, 2720, 2718, 3599,
2460 86, 2723, 86, 2735, 2724, 86, 2721, 86, 2733, 2727,
2461
2462 2734, 86, 2739, 2736, 2726, 2737, 86, 86, 2729, 86,
2463 2728, 2731, 2744, 2732, 86, 86, 86, 86, 86, 2740,
2464 2735, 2738, 2743, 2745, 2741, 2733, 2742, 2734, 86, 2739,
2465 2736, 86, 2737, 86, 86, 2746, 2747, 2748, 2749, 86,
2466 3599, 86, 2751, 2754, 86, 2750, 2740, 86, 2738, 2743,
2467 86, 2741, 86, 2742, 2752, 3599, 2753, 2760, 86, 2755,
2468 2756, 3599, 86, 86, 2748, 2749, 86, 86, 86, 2751,
2469 2754, 2757, 2750, 2758, 2759, 86, 2762, 2763, 86, 86,
2470 86, 2752, 86, 2753, 86, 86, 2755, 2756, 2761, 2764,
2471 2765, 2766, 2767, 2768, 3599, 2769, 86, 2773, 2757, 2770,
2472
2473 2758, 2759, 86, 86, 86, 86, 86, 2771, 86, 2774,
2474 2775, 3599, 86, 3599, 86, 2761, 2764, 86, 2766, 2767,
2475 2768, 86, 2769, 2772, 86, 2777, 2770, 86, 2776, 86,
2476 86, 2778, 86, 2780, 2771, 2779, 2774, 86, 86, 2781,
2477 2782, 2783, 3599, 2784, 86, 86, 86, 2786, 2788, 2787,
2478 2772, 3599, 2777, 2785, 3599, 2776, 170, 86, 2778, 86,
2479 2780, 86, 2779, 2791, 2795, 86, 2781, 2782, 2783, 86,
2480 2784, 86, 2789, 2792, 2786, 2788, 2787, 86, 2790, 2793,
2481 2785, 2794, 86, 2796, 3599, 2797, 86, 86, 2798, 2800,
2482 2791, 86, 2799, 2801, 2802, 2803, 3599, 2804, 86, 2789,
2483
2484 2792, 86, 86, 86, 86, 2790, 2793, 86, 2794, 86,
2485 86, 86, 2797, 2808, 86, 2798, 2800, 2805, 86, 2799,
2486 2801, 2802, 2803, 2806, 2804, 2807, 86, 2809, 86, 2811,
2487 2810, 86, 86, 2812, 86, 2814, 86, 2813, 2816, 3599,
2488 2808, 2819, 86, 2815, 2805, 2817, 86, 2820, 2818, 2821,
2489 2806, 2822, 2807, 86, 2809, 86, 2811, 2810, 86, 86,
2490 2812, 86, 2814, 2826, 2813, 86, 86, 86, 2819, 2827,
2491 2815, 2823, 2817, 2824, 86, 2818, 2821, 2825, 86, 2828,
2492 86, 86, 86, 86, 2829, 2832, 86, 2831, 86, 2833,
2493 2826, 2830, 2834, 86, 2835, 86, 2827, 2840, 2823, 2836,
2494
2495 2824, 86, 86, 2837, 2825, 86, 2828, 2838, 86, 2839,
2496 3599, 2829, 2832, 2841, 2831, 2843, 86, 2844, 2830, 86,
2497 2845, 2835, 86, 2842, 86, 86, 2836, 86, 2847, 86,
2498 2837, 2846, 86, 86, 86, 86, 86, 2850, 2848, 2849,
2499 2841, 3599, 2843, 2851, 2844, 2852, 86, 2845, 2853, 2854,
2500 2842, 2856, 2855, 86, 86, 2847, 3599, 3599, 2846, 86,
2501 86, 2860, 2858, 2857, 2850, 2848, 2849, 2859, 86, 86,
2502 2851, 86, 86, 86, 86, 2853, 86, 86, 2856, 2855,
2503 2861, 2866, 2867, 86, 2862, 2863, 2865, 2869, 2860, 2858,
2504 2857, 86, 2864, 86, 2859, 86, 86, 2870, 2868, 86,
2505
2506 2871, 2875, 86, 2872, 2877, 86, 2873, 2861, 2866, 86,
2507 86, 2862, 2863, 2865, 2869, 86, 86, 2876, 2882, 2864,
2508 2874, 2878, 86, 2885, 86, 2868, 2879, 2871, 2875, 86,
2509 2872, 86, 86, 2873, 2880, 86, 2881, 2883, 86, 2884,
2510 86, 86, 2886, 86, 2876, 86, 86, 2874, 2878, 2887,
2511 2885, 2888, 86, 2879, 2889, 2890, 2891, 86, 2893, 86,
2512 2892, 2880, 2895, 2881, 2883, 2894, 2884, 2896, 86, 2886,
2513 2897, 86, 86, 86, 86, 86, 86, 86, 2888, 2898,
2514 2905, 86, 2890, 2891, 2899, 2893, 2900, 2892, 2901, 86,
2515 2902, 2903, 2894, 86, 2896, 2908, 2904, 2897, 86, 2909,
2516
2517 86, 2913, 86, 2906, 2907, 2910, 86, 86, 86, 86,
2518 86, 2899, 2911, 2900, 86, 2901, 86, 2902, 2903, 2912,
2519 86, 86, 86, 2904, 2915, 86, 2909, 86, 2913, 2914,
2520 2906, 2907, 2910, 2916, 2921, 2917, 2918, 86, 3599, 2911,
2521 2922, 86, 86, 2919, 2923, 2920, 2912, 86, 2925, 2930,
2522 3599, 2915, 86, 2926, 3599, 2927, 2914, 86, 86, 3599,
2523 2916, 86, 2917, 2918, 2931, 86, 86, 86, 2924, 2928,
2524 2919, 2923, 2920, 86, 2929, 170, 86, 86, 86, 2932,
2525 2926, 86, 2927, 86, 2935, 2933, 86, 2934, 2936, 2937,
2526 2938, 2931, 2949, 2940, 2939, 2924, 2928, 86, 2941, 2945,
2527
2528 2942, 2929, 2943, 86, 86, 86, 2932, 2944, 2947, 86,
2529 2946, 86, 2933, 2950, 2934, 86, 2937, 86, 86, 2949,
2530 86, 2939, 86, 2948, 86, 86, 2952, 2942, 2953, 2943,
2531 86, 86, 86, 86, 2944, 2947, 2951, 2946, 2955, 2954,
2532 2950, 86, 86, 2956, 2957, 2958, 3599, 2960, 3599, 2959,
2533 2948, 3599, 3599, 86, 3599, 2961, 2962, 2963, 86, 2964,
2534 86, 86, 86, 2951, 86, 2955, 2954, 86, 86, 2966,
2535 86, 2957, 2958, 86, 2960, 2965, 2959, 86, 86, 86,
2536 2967, 2969, 2961, 2962, 2963, 2968, 2964, 86, 2970, 86,
2537 2972, 2971, 2973, 2974, 2978, 3599, 2966, 2975, 86, 86,
2538
2539 86, 86, 2965, 2979, 86, 2984, 2977, 2967, 2969, 2976,
2540 86, 86, 2968, 86, 86, 2970, 86, 2980, 2971, 2973,
2541 2974, 86, 86, 86, 2975, 86, 2982, 2981, 2983, 2985,
2542 2979, 2986, 86, 2977, 2987, 2991, 2976, 86, 86, 2988,
2543 86, 86, 2989, 86, 2980, 86, 2990, 2992, 86, 2994,
2544 2993, 2995, 3599, 2982, 2981, 2983, 2985, 2996, 2986, 86,
2545 2998, 2987, 86, 2997, 3001, 86, 2988, 86, 2999, 86,
2546 3002, 3000, 3005, 2990, 3599, 3004, 86, 2993, 86, 86,
2547 3003, 86, 86, 3007, 2996, 86, 86, 2998, 86, 3006,
2548 2997, 3008, 3009, 3010, 86, 2999, 86, 3002, 3000, 86,
2549
2550 86, 86, 3004, 86, 3011, 3012, 3014, 3003, 3013, 86,
2551 3007, 3015, 3017, 3599, 3016, 3599, 3006, 3023, 3008, 86,
2552 86, 86, 3018, 3024, 86, 3025, 3026, 3021, 86, 3022,
2553 86, 86, 3012, 3014, 86, 3013, 86, 86, 86, 3017,
2554 3019, 3016, 86, 86, 3023, 3020, 3027, 3028, 3029, 3018,
2555 86, 3030, 86, 86, 3021, 3031, 3022, 3033, 3032, 3041,
2556 3034, 86, 86, 3035, 86, 86, 3037, 3036, 3039, 3038,
2557 86, 3042, 86, 3027, 3028, 3029, 3040, 86, 86, 86,
2558 3044, 3043, 3031, 86, 86, 3032, 86, 3034, 3045, 86,
2559 86, 86, 3046, 86, 3036, 3039, 3038, 3047, 86, 3049,
2560
2561 3050, 3048, 3051, 3040, 86, 86, 86, 86, 3043, 3052,
2562 86, 3053, 86, 86, 3599, 3045, 3054, 3055, 3056, 3059,
2563 3064, 86, 3599, 86, 86, 3061, 3049, 3050, 3048, 3051,
2564 3057, 3058, 3060, 3599, 3599, 3067, 3599, 3068, 3053, 86,
2565 86, 86, 86, 3054, 86, 3056, 3059, 3064, 86, 86,
2566 3599, 86, 3061, 3062, 3063, 86, 86, 3057, 3058, 3060,
2567 3065, 3066, 3067, 86, 86, 3069, 3070, 3073, 86, 86,
2568 3072, 3075, 3074, 3080, 3071, 86, 3076, 3077, 86, 3081,
2569 3062, 3063, 3078, 86, 3082, 3599, 3083, 3065, 3066, 3084,
2570 86, 86, 3069, 3070, 3073, 3085, 3079, 3072, 3087, 3074,
2571
2572 86, 3071, 3599, 86, 86, 86, 3081, 3086, 3091, 86,
2573 86, 3082, 86, 3083, 3599, 86, 3084, 3088, 86, 3090,
2574 86, 86, 3085, 3079, 86, 3087, 3089, 86, 3092, 3093,
2575 86, 3094, 86, 3095, 3086, 3091, 86, 3098, 3096, 3099,
2576 86, 3097, 3101, 3100, 3088, 86, 3090, 3103, 86, 86,
2577 3102, 86, 3104, 3089, 3105, 3092, 3093, 3107, 3094, 86,
2578 3095, 3106, 3108, 86, 86, 3096, 86, 86, 3097, 3101,
2579 3100, 3113, 86, 3109, 86, 3110, 3111, 3102, 3112, 3104,
2580 86, 86, 3114, 86, 86, 3115, 3116, 86, 3106, 3108,
2581 3118, 86, 3120, 86, 86, 3599, 3123, 3121, 86, 3117,
2582
2583 3109, 3122, 3110, 3111, 86, 3112, 86, 86, 86, 86,
2584 3119, 3124, 3115, 3116, 86, 86, 3126, 3118, 3125, 3127,
2585 3128, 3131, 86, 3123, 86, 3130, 3117, 86, 3122, 3129,
2586 86, 3132, 86, 3133, 86, 3134, 3137, 3119, 3124, 3135,
2587 86, 86, 86, 86, 3599, 3125, 3127, 86, 3131, 3136,
2588 86, 86, 3130, 3139, 86, 3140, 3129, 3138, 86, 3141,
2589 3133, 3142, 3134, 3137, 86, 86, 3135, 3143, 3599, 3144,
2590 86, 86, 3145, 3147, 3151, 3146, 3136, 3149, 3148, 3152,
2591 3150, 3153, 3140, 86, 3138, 86, 3141, 86, 3142, 86,
2592 86, 86, 3154, 3158, 3143, 86, 3144, 86, 3599, 3145,
2593
2594 3147, 86, 3146, 86, 3149, 3148, 86, 3150, 86, 3155,
2595 86, 3157, 3156, 3159, 3161, 3160, 86, 3162, 3164, 3154,
2596 86, 3166, 3599, 3169, 86, 86, 86, 3165, 3163, 3167,
2597 86, 3171, 3168, 86, 86, 86, 3155, 86, 3157, 3156,
2598 3159, 86, 3160, 86, 3162, 3164, 3170, 3599, 3166, 86,
2599 86, 3173, 3172, 86, 3165, 3163, 3174, 3178, 3171, 3168,
2600 3175, 86, 3179, 3176, 86, 3599, 3180, 3599, 3181, 86,
2601 3599, 3182, 86, 3170, 86, 86, 86, 86, 3173, 3172,
2602 86, 3177, 86, 3174, 86, 3183, 3184, 3175, 86, 3179,
2603 3176, 3185, 3186, 3180, 86, 3181, 3190, 86, 3182, 86,
2604
2605 3187, 3191, 3188, 86, 3189, 3192, 86, 3193, 3177, 86,
2606 86, 86, 3183, 3184, 86, 3194, 3195, 3198, 3185, 3186,
2607 3196, 3199, 86, 3190, 86, 3197, 3201, 3187, 3191, 3188,
2608 86, 3189, 3192, 3200, 86, 3202, 3203, 3204, 86, 86,
2609 3205, 3207, 86, 3195, 3198, 3599, 86, 86, 86, 3206,
2610 3208, 86, 86, 86, 3209, 3210, 3213, 86, 3212, 86,
2611 3200, 3211, 3202, 3203, 3204, 86, 86, 3205, 86, 3216,
2612 3215, 86, 86, 3214, 3217, 3219, 3206, 3208, 86, 3599,
2613 3599, 3209, 86, 3213, 3218, 3212, 86, 86, 3211, 3221,
2614 3220, 86, 3222, 3223, 86, 3225, 86, 3215, 3224, 3226,
2615
2616 3214, 3230, 86, 3231, 3599, 3228, 86, 86, 86, 3229,
2617 86, 3218, 86, 3235, 3233, 3232, 3221, 3220, 3227, 86,
2618 86, 86, 3225, 86, 3234, 3224, 86, 86, 3230, 86,
2619 3237, 86, 3228, 3239, 3236, 86, 3229, 3240, 3238, 3242,
2620 86, 3233, 3232, 3241, 3245, 3227, 86, 3243, 3244, 3599,
2621 86, 3234, 86, 3248, 86, 3247, 3249, 3237, 3246, 86,
2622 3239, 3236, 86, 3251, 3240, 3238, 3254, 86, 3599, 3599,
2623 3241, 86, 86, 3250, 86, 3244, 86, 86, 86, 3255,
2624 86, 86, 3247, 3249, 3258, 3246, 3252, 3253, 3256, 3257,
2625 3259, 86, 3261, 86, 86, 86, 86, 86, 86, 3260,
2626
2627 3250, 3263, 3262, 86, 3264, 3265, 3255, 86, 3266, 3267,
2628 3269, 3258, 3268, 3252, 3253, 3256, 3257, 86, 3270, 3261,
2629 86, 3271, 86, 3272, 3273, 3275, 3260, 3276, 86, 3262,
2630 86, 86, 86, 3277, 86, 3266, 3267, 86, 86, 3268,
2631 3274, 86, 3278, 3279, 3280, 86, 3285, 3283, 86, 86,
2632 86, 3273, 86, 86, 3276, 86, 3281, 86, 3282, 3284,
2633 86, 86, 3286, 86, 86, 3287, 86, 3274, 3288, 3278,
2634 86, 3280, 86, 3285, 3283, 3289, 86, 3290, 3291, 3292,
2635 3293, 3294, 3295, 3281, 86, 3282, 3284, 3304, 86, 86,
2636 86, 3296, 3287, 3297, 3298, 3288, 86, 3299, 86, 3300,
2637
2638 3301, 86, 3289, 86, 3290, 3291, 86, 86, 3294, 3302,
2639 3303, 3306, 3307, 3305, 86, 3599, 86, 3599, 3296, 86,
2640 3297, 3298, 3308, 86, 3299, 3309, 86, 86, 86, 3310,
2641 86, 86, 3313, 3599, 3311, 3312, 3302, 3303, 3306, 86,
2642 3305, 86, 86, 3314, 86, 3315, 3316, 3317, 86, 3308,
2643 3318, 86, 3309, 3319, 86, 86, 3310, 86, 86, 3313,
2644 86, 3311, 3312, 3599, 3321, 86, 86, 3320, 3322, 3323,
2645 3314, 3325, 3315, 3316, 3317, 86, 86, 3318, 86, 3324,
2646 3319, 3326, 3327, 3328, 3333, 86, 3331, 3332, 3599, 86,
2647 3329, 3321, 3330, 86, 3320, 3322, 3323, 3334, 3325, 86,
2648
2649 3335, 86, 3336, 86, 3337, 3339, 3324, 3341, 3326, 3327,
2650 86, 86, 86, 3331, 3332, 86, 3346, 3329, 3340, 3330,
2651 3338, 3342, 3343, 86, 86, 3349, 86, 3335, 86, 86,
2652 86, 3337, 86, 3350, 86, 3344, 3345, 3347, 3348, 3599,
2653 3351, 3352, 3353, 86, 3354, 3340, 3355, 3338, 86, 3356,
2654 86, 86, 3349, 3358, 3357, 86, 86, 86, 86, 3359,
2655 3350, 86, 3362, 3360, 86, 3363, 86, 3351, 86, 3353,
2656 86, 3354, 86, 3355, 3368, 86, 3356, 3361, 3364, 86,
2657 3358, 3357, 86, 3365, 3366, 3367, 86, 3370, 86, 3362,
2658 3360, 3369, 3363, 86, 3371, 86, 86, 3372, 3374, 3375,
2659
2660 3379, 86, 3376, 3373, 3361, 3364, 3380, 86, 86, 86,
2661 3365, 3366, 3367, 86, 3370, 86, 3381, 86, 3369, 3383,
2662 86, 86, 3377, 3384, 86, 3374, 3375, 3378, 86, 3376,
2663 3373, 3382, 86, 3380, 3385, 3386, 3387, 86, 3388, 3389,
2664 3390, 86, 86, 3381, 3391, 86, 3383, 3392, 3393, 3394,
2665 3384, 3396, 3395, 3397, 86, 3398, 86, 3399, 3382, 86,
2666 86, 3385, 86, 3400, 3401, 3388, 86, 86, 86, 86,
2667 86, 3391, 3402, 3403, 3392, 86, 86, 3404, 3396, 3395,
2668 86, 3407, 86, 3406, 86, 3405, 86, 3408, 3409, 3411,
2669 86, 86, 3410, 3412, 3413, 3414, 86, 3415, 3417, 86,
2670
2671 86, 86, 86, 3416, 86, 3418, 86, 86, 86, 86,
2672 3406, 3419, 3405, 86, 86, 3409, 3411, 86, 3421, 3410,
2673 86, 3413, 86, 3420, 3415, 3417, 3428, 3422, 3423, 3427,
2674 3416, 86, 3418, 3424, 86, 86, 86, 3425, 86, 3426,
2675 3430, 3431, 3432, 3599, 3429, 86, 3487, 3435, 86, 86,
2676 3420, 86, 86, 86, 3422, 3423, 3427, 86, 86, 3433,
2677 3424, 3434, 86, 86, 3425, 86, 3426, 3430, 3431, 3432,
2678 86, 3429, 3436, 3437, 3435, 3438, 86, 3439, 86, 3440,
2679 3442, 3441, 86, 3443, 86, 86, 3433, 3444, 3434, 3445,
2680 3448, 3447, 3446, 3451, 86, 86, 86, 86, 3450, 3436,
2681
2682 3437, 86, 3438, 3456, 3439, 86, 3440, 3442, 3441, 86,
2683 86, 86, 3452, 86, 86, 3449, 86, 3448, 3447, 3446,
2684 3451, 3453, 86, 3455, 3454, 3450, 3457, 3459, 86, 86,
2685 3456, 3599, 3599, 3458, 3460, 86, 86, 3463, 3469, 3452,
2686 86, 86, 3449, 86, 3461, 86, 86, 3462, 3453, 86,
2687 3455, 3454, 3464, 3457, 3459, 86, 3465, 3466, 3467, 86,
2688 3458, 3460, 3468, 86, 3463, 86, 3470, 86, 3471, 3472,
2689 86, 3461, 3474, 86, 3462, 3476, 3475, 3478, 86, 3464,
2690 86, 3473, 86, 3465, 3466, 3467, 3477, 3479, 86, 3468,
2691 86, 3481, 3480, 3470, 86, 3471, 3472, 3482, 86, 86,
2692
2693 86, 3483, 86, 3475, 86, 3484, 3491, 3485, 3473, 86,
2694 3486, 3489, 86, 3477, 86, 3599, 3488, 3490, 3481, 3480,
2695 3493, 86, 86, 86, 3482, 3494, 86, 86, 3483, 86,
2696 3495, 3498, 3484, 86, 3485, 3492, 3496, 3486, 3489, 86,
2697 3501, 3497, 86, 3488, 3490, 3500, 3508, 86, 86, 86,
2698 3502, 3503, 86, 3499, 86, 3505, 3504, 86, 86, 3506,
2699 86, 3507, 3492, 3496, 86, 86, 3511, 86, 3497, 3512,
2700 86, 3509, 3500, 3508, 86, 3510, 86, 3502, 3503, 86,
2701 3499, 3515, 3514, 3504, 3513, 3518, 3520, 86, 3507, 86,
2702 86, 86, 3516, 86, 86, 3519, 86, 86, 3509, 3517,
2703
2704 86, 3523, 3510, 86, 3521, 3524, 86, 86, 3515, 3514,
2705 3525, 3513, 3518, 3520, 3526, 86, 3522, 3528, 86, 3516,
2706 3527, 86, 3519, 86, 86, 86, 3517, 86, 3523, 86,
2707 3529, 3521, 3524, 3530, 3531, 3532, 3533, 86, 3536, 3537,
2708 3599, 3526, 3534, 3522, 3528, 3535, 86, 3527, 3538, 3540,
2709 3599, 3539, 3546, 3599, 3541, 86, 3599, 86, 86, 3543,
2710 3530, 86, 3532, 3533, 86, 3536, 86, 86, 3549, 3534,
2711 3550, 86, 3535, 86, 3542, 86, 86, 86, 3539, 86,
2712 3544, 3541, 86, 3545, 86, 3547, 3543, 3551, 86, 3548,
2713 3552, 86, 3554, 86, 86, 3549, 3553, 86, 3555, 3556,
2714
2715 86, 3542, 3557, 86, 3599, 86, 86, 3544, 3558, 3565,
2716 3545, 3561, 3547, 86, 3551, 3563, 3548, 3552, 86, 3554,
2717 3559, 3560, 86, 3553, 3562, 3555, 3556, 3564, 86, 3557,
2718 86, 86, 86, 3568, 86, 3558, 3565, 86, 3561, 3566,
2719 3569, 86, 3563, 3570, 3567, 3571, 3577, 3559, 3560, 3572,
2720 3574, 3562, 86, 86, 3564, 3573, 3575, 3576, 86, 86,
2721 86, 3599, 86, 3579, 3580, 86, 3566, 3569, 86, 86,
2722 3570, 3567, 86, 86, 3583, 86, 3572, 3574, 86, 3578,
2723 3581, 3582, 3573, 3575, 3576, 86, 86, 86, 86, 86,
2724 3579, 3580, 3584, 3588, 3585, 3586, 3599, 3587, 3589, 3590,
2725
2726 86, 3583, 86, 86, 3591, 3593, 3578, 3581, 3582, 3592,
2727 3597, 3594, 3598, 3599, 3599, 3599, 3599, 3599, 86, 86,
2728 86, 3585, 3586, 86, 3587, 3589, 86, 86, 3599, 86,
2729 3599, 86, 3593, 86, 3595, 3596, 3592, 86, 3594, 86,
2730 3599, 3599, 86, 86, 3599, 3599, 3599, 3599, 3599, 3599,
2731 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2732 3599, 3595, 3596, 47, 47, 47, 47, 47, 47, 47,
2733 52, 52, 52, 52, 52, 52, 52, 57, 57, 57,
2734 57, 57, 57, 57, 63, 63, 63, 63, 63, 63,
2735 63, 68, 68, 68, 68, 68, 68, 68, 74, 74,
2736
2737 74, 74, 74, 74, 74, 80, 80, 80, 80, 80,
2738 80, 80, 89, 89, 3599, 89, 89, 89, 89, 160,
2739 160, 3599, 3599, 3599, 160, 160, 162, 162, 3599, 3599,
2740 162, 3599, 162, 164, 3599, 3599, 3599, 3599, 3599, 164,
2741 167, 167, 3599, 3599, 3599, 167, 167, 169, 3599, 3599,
2742 3599, 3599, 3599, 169, 171, 171, 3599, 171, 171, 171,
2743 171, 174, 3599, 3599, 3599, 3599, 3599, 174, 177, 177,
2744 3599, 3599, 3599, 177, 177, 90, 90, 3599, 90, 90,
2745 90, 90, 17, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2746 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2747
2748 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2749 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2750 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2751 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
2752 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599
2753 } ;
2754
2755 static const flex_int16_t yy_chk[10350] =
2756 { 0,
2757 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2758 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2759 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2760 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2761 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2762 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2763 1, 1, 1, 1, 1, 1, 3, 3, 3, 4,
2764 4, 4, 5, 5, 6, 6, 5, 32, 6, 7,
2765 7, 7, 7, 33, 7, 8, 8, 8, 8, 32,
2766 8, 9, 9, 9, 10, 10, 10, 19, 51, 51,
2767
2768 1136, 19, 3607, 3, 32, 33, 4, 67, 67, 5,
2769 33, 6, 2925, 13, 13, 13, 13, 7, 13, 14,
2770 14, 14, 14, 8, 14, 15, 15, 15, 9, 25,
2771 1136, 10, 11, 11, 11, 11, 11, 11, 12, 12,
2772 12, 12, 12, 12, 16, 16, 16, 34, 28, 84,
2773 84, 13, 11, 45, 294, 25, 25, 14, 12, 34,
2774 39, 23, 15, 23, 23, 45, 23, 1148, 28, 177,
2775 11, 28, 23, 39, 34, 28, 12, 176, 87, 11,
2776 45, 16, 87, 294, 37, 12, 30, 39, 29, 56,
2777 37, 174, 56, 72, 30, 28, 26, 169, 100, 23,
2778
2779 24, 24, 29, 26, 24, 30, 72, 26, 99, 24,
2780 26, 37, 30, 30, 29, 29, 100, 99, 24, 167,
2781 72, 30, 26, 26, 24, 100, 166, 24, 24, 29,
2782 26, 24, 30, 164, 26, 99, 24, 26, 46, 163,
2783 46, 46, 163, 46, 162, 24, 27, 160, 31, 46,
2784 27, 31, 101, 27, 94, 27, 27, 145, 31, 62,
2785 31, 62, 62, 195, 62, 101, 27, 70, 27, 70,
2786 70, 31, 70, 27, 94, 31, 35, 27, 31, 101,
2787 27, 94, 27, 27, 35, 31, 93, 31, 36, 145,
2788 35, 85, 36, 27, 35, 195, 44, 161, 161, 42,
2789
2790 44, 42, 35, 35, 44, 70, 36, 80, 36, 93,
2791 42, 35, 75, 93, 36, 36, 42, 35, 92, 36,
2792 74, 35, 44, 44, 43, 42, 42, 44, 42, 168,
2793 168, 44, 68, 36, 43, 36, 38, 42, 43, 43,
2794 38, 95, 92, 42, 38, 92, 220, 43, 63, 111,
2795 38, 43, 73, 38, 73, 73, 95, 73, 111, 97,
2796 38, 43, 38, 38, 104, 43, 43, 38, 95, 104,
2797 79, 38, 79, 79, 58, 79, 111, 38, 220, 86,
2798 38, 86, 86, 97, 86, 223, 97, 38, 40, 980,
2799 86, 104, 40, 89, 96, 89, 89, 112, 89, 98,
2800
2801 57, 96, 40, 40, 89, 40, 112, 103, 103, 106,
2802 105, 52, 98, 47, 40, 40, 103, 223, 105, 40,
2803 980, 96, 151, 98, 112, 225, 98, 106, 151, 40,
2804 40, 89, 40, 41, 103, 103, 41, 105, 102, 98,
2805 107, 106, 108, 41, 102, 109, 102, 41, 41, 151,
2806 228, 108, 109, 107, 106, 41, 113, 225, 115, 102,
2807 41, 114, 18, 41, 108, 102, 230, 107, 114, 108,
2808 41, 102, 109, 102, 41, 41, 110, 110, 108, 113,
2809 115, 116, 228, 113, 110, 115, 118, 17, 114, 119,
2810 117, 0, 110, 117, 116, 178, 178, 119, 230, 120,
2811
2812 0, 0, 0, 110, 110, 121, 117, 117, 116, 121,
2813 118, 110, 124, 0, 117, 123, 119, 117, 118, 120,
2814 117, 120, 122, 125, 126, 121, 120, 122, 123, 121,
2815 122, 129, 121, 117, 117, 124, 121, 118, 126, 124,
2816 127, 128, 123, 125, 132, 129, 120, 131, 130, 122,
2817 125, 126, 121, 132, 122, 130, 133, 134, 129, 128,
2818 127, 0, 137, 0, 140, 135, 134, 127, 128, 135,
2819 131, 132, 0, 136, 131, 130, 140, 0, 138, 133,
2820 136, 141, 141, 133, 134, 138, 139, 135, 137, 137,
2821 142, 140, 135, 144, 150, 139, 135, 146, 142, 143,
2822
2823 136, 139, 150, 0, 149, 138, 0, 144, 141, 139,
2824 143, 0, 146, 139, 143, 149, 147, 142, 148, 152,
2825 144, 150, 139, 143, 146, 157, 143, 0, 139, 148,
2826 152, 149, 154, 147, 157, 155, 147, 143, 148, 156,
2827 153, 143, 147, 147, 0, 148, 152, 154, 158, 153,
2828 0, 159, 157, 0, 156, 0, 148, 155, 0, 154,
2829 147, 153, 155, 147, 159, 153, 156, 153, 173, 165,
2830 158, 165, 165, 180, 165, 158, 153, 170, 159, 170,
2831 170, 171, 170, 171, 171, 179, 171, 180, 153, 181,
2832 182, 175, 173, 175, 175, 173, 175, 184, 181, 183,
2833
2834 186, 185, 182, 187, 0, 180, 183, 179, 186, 188,
2835 257, 232, 179, 184, 180, 187, 181, 182, 183, 171,
2836 185, 190, 189, 192, 184, 192, 183, 186, 185, 189,
2837 187, 188, 191, 183, 193, 257, 188, 257, 191, 190,
2838 194, 196, 200, 232, 198, 196, 201, 200, 190, 189,
2839 192, 205, 0, 199, 201, 202, 193, 203, 205, 208,
2840 204, 193, 196, 0, 191, 191, 194, 194, 199, 196,
2841 198, 198, 196, 201, 200, 204, 206, 202, 205, 203,
2842 199, 208, 202, 209, 203, 210, 208, 204, 207, 196,
2843 197, 211, 213, 0, 209, 197, 0, 0, 210, 212,
2844
2845 197, 213, 212, 211, 206, 0, 197, 197, 206, 221,
2846 209, 207, 210, 197, 212, 207, 214, 197, 211, 213,
2847 215, 0, 197, 217, 234, 218, 212, 197, 219, 212,
2848 222, 206, 218, 197, 197, 221, 221, 224, 214, 219,
2849 226, 222, 215, 214, 224, 217, 231, 215, 216, 229,
2850 217, 216, 218, 216, 226, 219, 234, 227, 236, 0,
2851 0, 233, 222, 227, 224, 216, 233, 216, 222, 231,
2852 0, 229, 226, 231, 216, 216, 229, 235, 216, 236,
2853 216, 226, 237, 0, 227, 236, 233, 238, 233, 237,
2854 0, 235, 216, 233, 216, 242, 239, 240, 241, 244,
2855
2856 243, 247, 245, 252, 235, 239, 247, 0, 238, 237,
2857 239, 244, 241, 245, 238, 248, 240, 242, 243, 254,
2858 250, 246, 242, 239, 240, 241, 244, 243, 246, 245,
2859 249, 251, 239, 247, 256, 252, 251, 248, 255, 249,
2860 253, 253, 248, 250, 258, 255, 259, 250, 246, 253,
2861 260, 254, 258, 261, 262, 263, 256, 249, 251, 264,
2862 268, 256, 262, 265, 267, 255, 259, 253, 253, 266,
2863 269, 258, 270, 259, 264, 0, 265, 0, 272, 273,
2864 271, 262, 260, 268, 271, 261, 264, 263, 0, 270,
2865 265, 267, 268, 274, 273, 266, 266, 270, 275, 270,
2866
2867 272, 274, 269, 0, 276, 272, 273, 271, 277, 278,
2868 268, 276, 279, 278, 280, 281, 270, 275, 282, 283,
2869 274, 284, 289, 286, 289, 275, 285, 290, 287, 292,
2870 277, 276, 286, 284, 291, 277, 278, 281, 288, 285,
2871 282, 287, 281, 293, 279, 282, 280, 296, 284, 289,
2872 286, 283, 297, 285, 292, 287, 292, 288, 291, 290,
2873 299, 291, 295, 0, 298, 288, 300, 302, 303, 293,
2874 293, 295, 299, 296, 296, 298, 301, 306, 297, 297,
2875 304, 308, 310, 307, 313, 302, 303, 299, 304, 295,
2876 300, 298, 309, 300, 302, 303, 307, 312, 311, 301,
2877
2878 314, 316, 315, 301, 0, 0, 313, 304, 316, 306,
2879 307, 313, 320, 308, 310, 311, 318, 309, 317, 309,
2880 322, 311, 318, 312, 312, 311, 315, 317, 316, 322,
2881 319, 321, 314, 323, 315, 326, 329, 325, 320, 320,
2882 324, 327, 311, 318, 319, 317, 325, 322, 324, 328,
2883 327, 329, 330, 315, 331, 321, 323, 319, 321, 332,
2884 323, 326, 326, 329, 325, 334, 328, 324, 327, 336,
2885 0, 335, 0, 328, 332, 0, 328, 0, 331, 361,
2886 335, 331, 338, 334, 330, 0, 332, 0, 0, 343,
2887 0, 336, 334, 328, 333, 0, 336, 333, 335, 337,
2888
2889 340, 337, 333, 333, 333, 333, 338, 344, 339, 338,
2890 0, 361, 333, 343, 337, 340, 343, 337, 341, 341,
2891 342, 333, 339, 337, 333, 342, 337, 340, 337, 333,
2892 333, 333, 333, 349, 344, 339, 346, 345, 347, 0,
2893 345, 337, 351, 341, 337, 341, 341, 345, 346, 0,
2894 347, 349, 342, 350, 352, 356, 348, 348, 0, 353,
2895 349, 354, 355, 346, 345, 347, 348, 345, 366, 351,
2896 358, 350, 359, 0, 355, 357, 352, 356, 358, 359,
2897 350, 352, 356, 348, 348, 353, 353, 354, 354, 355,
2898 357, 360, 0, 362, 364, 362, 370, 358, 372, 359,
2899
2900 366, 364, 357, 360, 362, 365, 367, 368, 375, 370,
2901 374, 362, 369, 368, 369, 0, 372, 397, 360, 362,
2902 362, 364, 362, 370, 373, 372, 408, 365, 367, 368,
2903 371, 362, 365, 367, 368, 375, 369, 376, 362, 369,
2904 368, 369, 374, 371, 380, 379, 371, 383, 371, 397,
2905 373, 373, 379, 381, 371, 382, 386, 371, 408, 376,
2906 383, 0, 380, 385, 376, 381, 0, 382, 380, 386,
2907 371, 380, 379, 371, 383, 371, 377, 389, 377, 385,
2908 381, 390, 382, 386, 377, 388, 390, 385, 377, 380,
2909 385, 393, 392, 377, 0, 389, 377, 388, 392, 393,
2910
2911 391, 396, 377, 377, 389, 377, 385, 391, 406, 396,
2912 394, 377, 388, 390, 395, 377, 398, 398, 393, 392,
2913 377, 391, 394, 377, 378, 400, 378, 391, 396, 399,
2914 406, 401, 395, 405, 391, 406, 399, 394, 400, 378,
2915 401, 395, 378, 398, 378, 405, 378, 413, 435, 0,
2916 378, 378, 400, 378, 403, 404, 399, 0, 0, 0,
2917 405, 403, 404, 401, 0, 407, 378, 401, 0, 378,
2918 409, 378, 0, 378, 387, 387, 402, 407, 411, 413,
2919 435, 403, 404, 410, 387, 387, 387, 387, 387, 415,
2920 410, 387, 407, 411, 402, 412, 409, 409, 402, 387,
2921
2922 415, 387, 387, 402, 414, 411, 414, 416, 412, 0,
2923 410, 387, 387, 387, 387, 387, 415, 418, 387, 417,
2924 417, 402, 412, 423, 418, 419, 420, 421, 0, 416,
2925 422, 414, 0, 427, 416, 425, 419, 420, 424, 424,
2926 421, 428, 0, 440, 418, 423, 426, 0, 417, 428,
2927 423, 0, 419, 420, 421, 422, 424, 422, 425, 427,
2928 427, 426, 425, 424, 429, 424, 424, 430, 428, 426,
2929 431, 432, 436, 426, 437, 440, 429, 0, 430, 431,
2930 438, 433, 433, 424, 432, 0, 439, 444, 426, 442,
2931 436, 429, 443, 433, 430, 433, 437, 431, 432, 436,
2932
2933 433, 437, 445, 438, 439, 0, 441, 438, 433, 433,
2934 442, 444, 441, 439, 444, 443, 442, 447, 0, 443,
2935 433, 446, 433, 434, 445, 449, 448, 450, 446, 445,
2936 452, 434, 434, 441, 455, 434, 434, 451, 453, 434,
2937 448, 456, 454, 447, 447, 434, 455, 456, 446, 450,
2938 434, 451, 449, 448, 450, 457, 452, 452, 434, 434,
2939 460, 455, 434, 434, 451, 454, 434, 458, 456, 454,
2940 453, 459, 462, 461, 465, 460, 463, 457, 464, 459,
2941 461, 462, 457, 468, 466, 0, 470, 460, 471, 458,
2942 469, 463, 470, 467, 458, 0, 465, 459, 459, 462,
2943
2944 461, 465, 464, 463, 474, 464, 459, 466, 467, 468,
2945 468, 466, 469, 470, 471, 471, 472, 469, 476, 477,
2946 467, 472, 478, 479, 476, 481, 480, 482, 478, 483,
2947 474, 474, 480, 485, 482, 485, 0, 489, 477, 486,
2948 491, 479, 485, 472, 483, 476, 477, 481, 486, 478,
2949 479, 487, 481, 480, 482, 488, 483, 490, 487, 492,
2950 485, 493, 485, 495, 494, 497, 486, 494, 488, 489,
2951 499, 501, 491, 500, 493, 490, 496, 497, 487, 498,
2952 500, 492, 488, 494, 490, 502, 492, 495, 493, 496,
2953 495, 494, 497, 504, 494, 501, 503, 498, 501, 505,
2954
2955 500, 506, 499, 496, 505, 508, 498, 506, 502, 503,
2956 507, 511, 509, 512, 510, 504, 513, 502, 516, 0,
2957 504, 512, 511, 503, 509, 516, 505, 508, 506, 0,
2958 513, 519, 508, 507, 520, 502, 510, 507, 511, 509,
2959 512, 510, 520, 513, 514, 516, 517, 528, 518, 514,
2960 521, 514, 517, 522, 519, 525, 523, 514, 519, 514,
2961 518, 520, 514, 514, 522, 528, 0, 525, 0, 514,
2962 514, 514, 521, 517, 528, 518, 514, 521, 514, 523,
2963 522, 524, 525, 523, 514, 524, 514, 526, 527, 514,
2964 514, 527, 529, 530, 533, 531, 514, 0, 533, 527,
2965
2966 535, 532, 529, 524, 534, 530, 531, 526, 524, 526,
2967 537, 534, 524, 0, 526, 527, 541, 536, 527, 536,
2968 530, 533, 531, 538, 529, 532, 535, 535, 532, 529,
2969 539, 534, 542, 543, 526, 538, 537, 537, 543, 540,
2970 542, 544, 541, 541, 536, 539, 545, 546, 548, 547,
2971 538, 540, 550, 0, 551, 546, 553, 539, 0, 542,
2972 543, 547, 552, 544, 545, 554, 540, 560, 544, 548,
2973 550, 555, 558, 545, 546, 548, 547, 551, 556, 550,
2974 554, 551, 557, 555, 558, 552, 556, 559, 553, 552,
2975 560, 562, 554, 561, 560, 557, 559, 563, 555, 558,
2976
2977 563, 565, 564, 566, 567, 556, 568, 561, 0, 557,
2978 569, 0, 570, 571, 559, 572, 562, 0, 562, 567,
2979 561, 564, 573, 574, 563, 569, 571, 572, 565, 564,
2980 581, 567, 584, 0, 576, 566, 570, 569, 568, 570,
2981 571, 575, 572, 579, 573, 576, 578, 574, 575, 573,
2982 574, 575, 577, 580, 582, 583, 586, 577, 585, 575,
2983 578, 576, 581, 585, 584, 586, 587, 589, 575, 0,
2984 579, 588, 587, 578, 590, 575, 592, 591, 575, 0,
2985 580, 582, 583, 586, 577, 591, 588, 593, 594, 596,
2986 585, 589, 598, 587, 589, 592, 590, 596, 588, 597,
2987
2988 599, 590, 595, 592, 591, 600, 595, 599, 601, 602,
2989 594, 593, 603, 606, 593, 594, 596, 601, 604, 606,
2990 607, 605, 597, 609, 598, 603, 597, 599, 600, 595,
2991 608, 602, 600, 605, 609, 601, 602, 611, 608, 603,
2992 606, 612, 607, 613, 604, 604, 610, 607, 605, 615,
2993 609, 616, 617, 610, 618, 0, 613, 608, 615, 621,
2994 619, 617, 620, 612, 624, 618, 614, 625, 612, 611,
2995 613, 614, 621, 610, 614, 614, 615, 616, 616, 617,
2996 622, 618, 619, 627, 620, 625, 621, 619, 626, 620,
2997 614, 628, 622, 614, 625, 629, 624, 631, 614, 630,
2998
2999 632, 614, 614, 633, 637, 627, 627, 622, 631, 632,
3000 627, 634, 626, 628, 635, 626, 638, 644, 628, 629,
3001 0, 630, 629, 633, 631, 634, 630, 632, 636, 639,
3002 633, 637, 627, 640, 638, 636, 635, 639, 634, 640,
3003 641, 635, 643, 638, 642, 645, 646, 647, 647, 644,
3004 648, 641, 650, 649, 655, 636, 639, 643, 0, 0,
3005 640, 650, 642, 653, 657, 651, 645, 641, 652, 643,
3006 646, 642, 645, 646, 648, 649, 647, 648, 651, 650,
3007 649, 652, 656, 654, 658, 653, 655, 659, 0, 659,
3008 653, 654, 651, 660, 661, 652, 657, 666, 662, 661,
3009
3010 665, 0, 663, 667, 656, 666, 0, 670, 658, 656,
3011 654, 658, 662, 664, 659, 660, 663, 668, 0, 678,
3012 660, 667, 671, 672, 666, 662, 661, 664, 664, 663,
3013 667, 669, 665, 670, 670, 664, 673, 674, 669, 668,
3014 664, 675, 671, 672, 668, 678, 678, 0, 677, 671,
3015 672, 673, 676, 677, 664, 664, 675, 679, 669, 679,
3016 673, 680, 676, 673, 681, 682, 683, 684, 675, 674,
3017 0, 688, 681, 685, 676, 683, 684, 686, 673, 676,
3018 677, 690, 685, 689, 679, 686, 680, 693, 680, 676,
3019 682, 681, 682, 683, 684, 687, 693, 691, 697, 690,
3020
3021 685, 692, 687, 688, 686, 696, 689, 694, 690, 691,
3022 689, 695, 698, 692, 693, 694, 699, 696, 700, 698,
3023 695, 702, 687, 701, 691, 0, 704, 702, 692, 699,
3024 697, 701, 696, 700, 694, 695, 703, 705, 695, 698,
3025 706, 0, 713, 699, 703, 700, 705, 695, 702, 704,
3026 701, 706, 707, 704, 709, 711, 708, 708, 710, 712,
3027 715, 707, 709, 703, 705, 708, 710, 706, 713, 713,
3028 714, 0, 712, 715, 717, 0, 718, 711, 719, 707,
3029 716, 709, 711, 708, 708, 710, 712, 715, 716, 718,
3030 717, 720, 722, 714, 723, 724, 721, 714, 727, 0,
3031
3032 719, 717, 720, 718, 721, 719, 722, 716, 725, 726,
3033 728, 730, 726, 732, 723, 729, 731, 724, 720, 722,
3034 727, 723, 724, 721, 729, 727, 732, 733, 725, 734,
3035 735, 730, 728, 736, 731, 725, 726, 728, 730, 737,
3036 732, 738, 729, 731, 734, 733, 739, 740, 744, 741,
3037 0, 746, 743, 748, 733, 736, 734, 742, 743, 739,
3038 736, 741, 735, 737, 738, 740, 737, 747, 738, 745,
3039 742, 748, 754, 739, 740, 744, 741, 745, 746, 743,
3040 748, 751, 750, 753, 742, 752, 0, 754, 756, 747,
3041 750, 755, 752, 755, 747, 745, 745, 756, 757, 754,
3042
3043 758, 759, 760, 0, 745, 761, 753, 761, 765, 750,
3044 753, 760, 752, 751, 768, 756, 762, 0, 755, 758,
3045 765, 759, 771, 762, 768, 772, 774, 758, 759, 760,
3046 757, 774, 761, 779, 0, 765, 775, 0, 776, 777,
3047 771, 768, 0, 762, 763, 778, 772, 763, 784, 771,
3048 777, 763, 772, 774, 763, 784, 776, 775, 780, 779,
3049 779, 763, 763, 775, 763, 776, 777, 781, 778, 763,
3050 782, 763, 778, 783, 763, 784, 785, 788, 763, 782,
3051 787, 763, 0, 781, 780, 780, 783, 787, 763, 763,
3052 789, 763, 790, 0, 781, 791, 789, 782, 793, 788,
3053
3054 783, 790, 792, 795, 788, 792, 794, 787, 785, 786,
3055 786, 795, 786, 0, 793, 786, 796, 789, 791, 790,
3056 786, 793, 791, 0, 802, 793, 786, 786, 794, 792,
3057 795, 799, 797, 794, 804, 786, 786, 786, 796, 786,
3058 800, 793, 786, 796, 797, 800, 798, 786, 798, 801,
3059 802, 802, 803, 786, 786, 799, 804, 805, 799, 797,
3060 806, 804, 807, 808, 803, 809, 810, 812, 0, 801,
3061 0, 814, 800, 798, 813, 812, 801, 817, 814, 803,
3062 811, 816, 806, 805, 805, 808, 807, 806, 815, 807,
3063 808, 810, 809, 810, 812, 811, 815, 813, 814, 818,
3064
3065 816, 813, 820, 817, 817, 819, 822, 811, 816, 823,
3066 821, 818, 824, 825, 823, 815, 826, 827, 819, 821,
3067 829, 822, 827, 830, 832, 836, 818, 834, 820, 820,
3068 831, 833, 819, 822, 838, 825, 823, 821, 831, 835,
3069 825, 837, 829, 826, 824, 839, 836, 829, 840, 827,
3070 0, 842, 836, 833, 843, 830, 832, 831, 833, 834,
3071 837, 838, 841, 835, 844, 845, 835, 840, 837, 846,
3072 848, 841, 839, 842, 845, 840, 849, 843, 842, 847,
3073 846, 843, 850, 851, 844, 852, 855, 847, 860, 841,
3074 0, 844, 845, 856, 849, 857, 846, 848, 857, 853,
3075
3076 859, 850, 858, 849, 855, 0, 847, 853, 861, 850,
3077 851, 856, 860, 855, 863, 860, 863, 852, 859, 862,
3078 856, 864, 857, 865, 858, 867, 853, 859, 866, 858,
3079 861, 868, 862, 866, 890, 861, 870, 865, 867, 864,
3080 873, 863, 869, 871, 870, 877, 862, 874, 864, 873,
3081 865, 876, 867, 872, 869, 874, 872, 868, 868, 878,
3082 866, 871, 879, 870, 0, 878, 890, 873, 881, 869,
3083 871, 874, 877, 880, 874, 881, 876, 0, 876, 880,
3084 872, 882, 874, 885, 879, 883, 878, 884, 882, 879,
3085 883, 889, 886, 887, 884, 881, 886, 888, 892, 889,
3086
3087 880, 885, 896, 891, 893, 900, 888, 897, 882, 894,
3088 885, 899, 883, 892, 884, 893, 887, 894, 889, 886,
3089 887, 891, 895, 896, 888, 892, 897, 898, 905, 896,
3090 891, 893, 900, 899, 897, 895, 894, 901, 899, 902,
3091 898, 903, 911, 904, 906, 901, 902, 905, 907, 895,
3092 904, 906, 908, 907, 898, 905, 909, 912, 910, 903,
3093 908, 914, 0, 909, 901, 910, 902, 913, 903, 915,
3094 904, 906, 919, 917, 911, 907, 918, 916, 925, 908,
3095 913, 0, 915, 909, 916, 910, 924, 922, 926, 912,
3096 920, 923, 921, 914, 913, 919, 915, 923, 920, 919,
3097
3098 921, 927, 928, 930, 916, 917, 932, 921, 918, 922,
3099 925, 928, 924, 924, 922, 931, 929, 920, 923, 921,
3100 926, 935, 931, 933, 934, 927, 936, 921, 927, 928,
3101 929, 936, 933, 932, 935, 930, 935, 937, 0, 938,
3102 0, 939, 931, 929, 0, 935, 934, 940, 935, 937,
3103 933, 934, 940, 941, 942, 977, 945, 943, 936, 945,
3104 941, 935, 938, 935, 937, 943, 938, 939, 939, 946,
3105 949, 948, 950, 0, 940, 978, 942, 949, 950, 0,
3106 941, 942, 946, 945, 943, 948, 0, 977, 952, 953,
3107 955, 0, 954, 956, 0, 956, 946, 949, 948, 950,
3108
3109 951, 0, 951, 957, 954, 971, 951, 978, 951, 958,
3110 959, 971, 953, 951, 952, 952, 953, 955, 951, 954,
3111 956, 958, 960, 959, 951, 961, 957, 951, 963, 951,
3112 957, 966, 971, 951, 962, 951, 958, 959, 961, 962,
3113 951, 964, 968, 966, 960, 951, 963, 965, 970, 960,
3114 967, 969, 961, 973, 964, 963, 979, 968, 966, 965,
3115 967, 970, 974, 972, 975, 981, 962, 0, 964, 968,
3116 965, 973, 967, 969, 965, 970, 972, 967, 969, 976,
3117 973, 986, 987, 979, 974, 975, 965, 967, 982, 974,
3118 972, 975, 983, 982, 984, 0, 986, 981, 988, 989,
3119
3120 983, 976, 0, 984, 987, 990, 976, 0, 986, 987,
3121 994, 988, 991, 998, 989, 982, 995, 992, 0, 983,
3122 0, 984, 985, 994, 995, 988, 989, 985, 0, 985,
3123 996, 990, 990, 999, 991, 985, 992, 994, 996, 991,
3124 985, 985, 993, 995, 992, 998, 0, 985, 985, 985,
3125 997, 1000, 1005, 993, 985, 999, 985, 996, 1006, 1002,
3126 999, 997, 985, 1001, 1003, 1009, 1000, 985, 985, 993,
3127 1002, 1004, 1001, 1003, 985, 1007, 1010, 997, 1000, 1005,
3128 1004, 1006, 1007, 1012, 1011, 1006, 1002, 1013, 1014, 0,
3129 1001, 1003, 1011, 1021, 1015, 1018, 1016, 1009, 1004, 1019,
3130
3131 1010, 1013, 1007, 1010, 1016, 1012, 1022, 1020, 1024, 0,
3132 1012, 1011, 1033, 1018, 1013, 1026, 1015, 1019, 1020, 1023,
3133 1014, 1015, 1018, 1016, 1022, 1021, 1019, 1023, 1026, 1025,
3134 1024, 1027, 1028, 1022, 1020, 1024, 1025, 1029, 1027, 1030,
3135 1031, 1032, 1026, 1035, 1033, 1038, 1023, 1028, 0, 1037,
3136 0, 1032, 1038, 1039, 1035, 1029, 1025, 1030, 1027, 1028,
3137 1041, 1031, 1037, 1040, 1029, 1042, 1030, 1031, 1032, 1043,
3138 1035, 1040, 1038, 1041, 1042, 1039, 1037, 1044, 1045, 1048,
3139 1039, 1043, 1050, 1051, 1049, 1052, 1054, 1041, 1058, 1053,
3140 1040, 0, 1042, 1058, 0, 1061, 1043, 0, 1054, 1044,
3141
3142 1045, 1048, 1049, 1057, 1044, 1045, 1048, 1053, 1050, 1050,
3143 1055, 1049, 1062, 1054, 1057, 1051, 1053, 1052, 1060, 1061,
3144 1058, 1060, 1061, 1064, 1055, 1062, 1063, 1065, 1066, 1067,
3145 1057, 1068, 1070, 1063, 1064, 1072, 1065, 1055, 1073, 1062,
3146 1069, 1067, 1066, 1075, 1060, 1060, 1071, 1069, 1060, 0,
3147 1064, 1073, 1076, 1063, 1065, 1066, 1067, 1072, 1071, 1078,
3148 1077, 1079, 1072, 1068, 1070, 1073, 1077, 1069, 1086, 1075,
3149 1075, 1080, 1081, 1071, 1082, 1083, 1076, 1084, 1089, 1076,
3150 1087, 1078, 1080, 1079, 1088, 1090, 1078, 1077, 1079, 1086,
3151 1081, 1087, 1084, 1093, 1092, 1086, 1082, 1083, 1080, 1081,
3152
3153 1091, 1082, 1083, 1092, 1084, 1088, 1094, 1087, 1096, 1099,
3154 1089, 1088, 1090, 1095, 1098, 1100, 1096, 1093, 1091, 1097,
3155 1093, 1092, 1095, 1099, 1101, 1102, 1097, 1091, 1103, 1105,
3156 1107, 1104, 1094, 1094, 0, 1096, 1099, 1106, 1098, 1110,
3157 1095, 1098, 1111, 1109, 1112, 1113, 1097, 1100, 1110, 1111,
3158 1103, 1114, 1117, 1104, 0, 1103, 1101, 1102, 1104, 1106,
3159 1120, 1105, 1107, 1115, 1106, 1109, 1110, 1113, 1116, 1111,
3160 1109, 1118, 1113, 1121, 1117, 1119, 1112, 1122, 1114, 1117,
3161 1118, 1115, 1124, 1119, 1120, 1123, 1116, 1120, 1125, 1127,
3162 1115, 1124, 1128, 1122, 0, 1116, 1129, 1121, 1118, 1131,
3163
3164 1121, 0, 1119, 1125, 1122, 1126, 1130, 1123, 1129, 1124,
3165 1132, 1135, 1123, 1126, 1133, 1125, 1134, 1138, 1132, 1143,
3166 1135, 1127, 1139, 1129, 1128, 1137, 1131, 1133, 1130, 1144,
3167 1139, 1134, 1126, 1130, 1137, 1138, 1145, 1132, 1135, 1142,
3168 1140, 1133, 1140, 1134, 1138, 0, 1143, 1142, 1144, 1139,
3169 1146, 1149, 1137, 1147, 1152, 1151, 1144, 1150, 1145, 1154,
3170 1147, 1153, 1156, 1145, 1149, 1157, 1142, 1140, 1155, 1150,
3171 1151, 1159, 1146, 0, 1158, 1155, 1152, 1146, 1149, 1153,
3172 1147, 1152, 1151, 1160, 1150, 1158, 1154, 1161, 1153, 1162,
3173 1163, 1164, 1165, 1159, 1156, 1155, 0, 1157, 1159, 1166,
3174
3175 1167, 1158, 1162, 1163, 1165, 1171, 1173, 1166, 1160, 1161,
3176 1160, 1168, 1172, 1164, 1161, 1173, 1162, 1163, 1164, 1165,
3177 1167, 1169, 1174, 1168, 1175, 1172, 1166, 1167, 1176, 1169,
3178 0, 1181, 1171, 1173, 1174, 1176, 1179, 1182, 1168, 1172,
3179 1180, 1183, 1186, 1177, 0, 1175, 1192, 1184, 1169, 1174,
3180 1186, 1175, 1177, 1181, 1177, 1176, 1185, 1177, 1181, 1179,
3181 1184, 1183, 1187, 1179, 1182, 1177, 1180, 1180, 1183, 1186,
3182 1177, 1187, 1188, 1189, 1184, 1193, 1191, 1190, 1192, 1177,
3183 1185, 1177, 1195, 1185, 1177, 1190, 1196, 1198, 1194, 1187,
3184 1188, 1191, 0, 1203, 1196, 1189, 1199, 1193, 1195, 1188,
3185
3186 1189, 1194, 1193, 1191, 1190, 1200, 1202, 1204, 0, 1195,
3187 1201, 0, 1205, 1196, 1198, 1194, 1203, 1201, 1199, 1206,
3188 1203, 1207, 1217, 1199, 1205, 1204, 1208, 1200, 1202, 1207,
3189 1209, 1206, 1200, 1202, 1204, 1208, 1210, 1201, 1213, 1205,
3190 1211, 1212, 1209, 1214, 1213, 1215, 1206, 1216, 1207, 1212,
3191 1208, 1218, 1214, 1208, 1217, 1211, 1210, 1209, 1218, 1216,
3192 0, 1220, 1208, 1210, 1219, 1213, 1215, 1211, 1212, 1221,
3193 1214, 1219, 1215, 1226, 1216, 1222, 1224, 1223, 1218, 1220,
3194 1225, 1221, 1225, 1222, 1224, 1226, 1227, 1228, 1220, 1230,
3195 1233, 1219, 1223, 1231, 1228, 1232, 1221, 1236, 1237, 1234,
3196
3197 1226, 1235, 1222, 1224, 1223, 1231, 1234, 1225, 1232, 1233,
3198 1238, 1242, 1235, 1237, 1228, 1238, 1240, 1233, 1227, 1236,
3199 1231, 1230, 1232, 1239, 1236, 1237, 1234, 1241, 1235, 1240,
3200 1244, 1239, 1246, 1245, 1248, 0, 1250, 1242, 1242, 1247,
3201 0, 1241, 1238, 1240, 1244, 0, 0, 1251, 0, 1252,
3202 1239, 1245, 1249, 0, 1241, 1243, 1248, 1244, 1253, 1243,
3203 1245, 1248, 1243, 1243, 1246, 1247, 1247, 1243, 1250, 1251,
3204 1249, 1252, 1254, 1243, 1251, 1255, 1252, 1243, 1254, 1249,
3205 1257, 1243, 1243, 1258, 1253, 1253, 1243, 1257, 0, 1243,
3206 1243, 1256, 1258, 1256, 1243, 1259, 1260, 1262, 1261, 1254,
3207
3208 1243, 1255, 1255, 1263, 1243, 1261, 1265, 1257, 1264, 1266,
3209 1258, 0, 1267, 1268, 1260, 1256, 1263, 1264, 1256, 1262,
3210 1256, 1271, 0, 1260, 1262, 1261, 1273, 1259, 1269, 0,
3211 1263, 1272, 1281, 1275, 1267, 1264, 1268, 1281, 1265, 1267,
3212 1268, 1266, 1269, 1271, 1272, 1277, 1274, 1274, 1271, 1275,
3213 1278, 1280, 1273, 1273, 1283, 1269, 1270, 1279, 1272, 1283,
3214 1275, 1270, 1278, 1270, 1281, 1270, 1279, 1270, 1277, 1280,
3215 1290, 1282, 1277, 1284, 1270, 1274, 0, 1278, 1280, 1286,
3216 1285, 1283, 1291, 1270, 1279, 0, 0, 0, 1270, 1282,
3217 1270, 1287, 1270, 1285, 1270, 1284, 1288, 1286, 1282, 1287,
3218
3219 1284, 1289, 1290, 1293, 1288, 1292, 1286, 1285, 1291, 1291,
3220 1299, 1294, 1295, 1296, 1289, 1297, 1298, 1302, 1287, 1299,
3221 1292, 1304, 1293, 1288, 1294, 1300, 1296, 1300, 1289, 1301,
3222 1293, 1307, 1292, 1297, 1295, 1303, 1298, 1299, 1294, 1295,
3223 1296, 1305, 1297, 1298, 1302, 1308, 1309, 1303, 1304, 1311,
3224 1312, 1301, 1300, 1310, 1309, 1307, 1301, 1312, 1307, 1313,
3225 0, 1314, 1303, 1315, 1316, 1319, 1305, 1308, 1305, 1317,
3226 1316, 1310, 1308, 1309, 1320, 1317, 1311, 1312, 1318, 1321,
3227 1310, 1320, 1324, 1322, 1318, 1315, 1313, 1314, 1314, 1321,
3228 1315, 1316, 1319, 1323, 1325, 1326, 1317, 1331, 1327, 1328,
3229
3230 1323, 1320, 1334, 1330, 1332, 1318, 1321, 1322, 1328, 1331,
3231 1322, 1333, 1335, 1326, 1324, 1334, 1325, 1336, 1332, 1337,
3232 1323, 1325, 1326, 1327, 1331, 1327, 1328, 1330, 1338, 1334,
3233 1330, 1332, 1339, 1333, 1335, 1340, 1336, 0, 1333, 1335,
3234 1342, 1337, 1341, 1344, 1336, 1343, 1337, 1347, 1348, 1342,
3235 1353, 1345, 1338, 1351, 1339, 1338, 1352, 1354, 1353, 1339,
3236 1349, 1340, 1340, 1344, 1341, 1345, 1343, 1342, 1350, 1341,
3237 1344, 1355, 1343, 1354, 1352, 1358, 1360, 1353, 1345, 1347,
3238 1348, 1356, 1349, 1352, 1354, 1351, 1366, 1349, 1356, 1361,
3239 1350, 1359, 1362, 1360, 1364, 1350, 1365, 1358, 1355, 1362,
3240
3241 1359, 1361, 1358, 1360, 1368, 1363, 0, 1366, 1356, 1363,
3242 1372, 1369, 0, 1366, 1370, 1371, 1361, 1369, 1359, 1362,
3243 1373, 1370, 1371, 1375, 1369, 1372, 1364, 1376, 1365, 1377,
3244 1374, 1377, 1363, 1373, 1376, 0, 1368, 1372, 1369, 1374,
3245 1379, 1370, 1371, 1378, 1369, 1380, 1382, 1373, 1387, 1375,
3246 1375, 1381, 1378, 1384, 1376, 1381, 1377, 1374, 1385, 0,
3247 1386, 1384, 1379, 1385, 1388, 1390, 1387, 1379, 1382, 1386,
3248 1378, 1389, 1380, 1382, 1398, 1387, 1391, 1390, 1381, 1391,
3249 1384, 1393, 1392, 1388, 1389, 1392, 1394, 1386, 1391, 1395,
3250 1385, 1388, 1390, 1397, 1399, 1400, 1403, 1398, 1389, 1393,
3251
3252 1400, 1398, 1395, 1391, 1392, 1403, 1391, 1401, 1393, 1392,
3253 1399, 1394, 1392, 1394, 1404, 1401, 1395, 1402, 1402, 0,
3254 1405, 1399, 1407, 1403, 1406, 1397, 1408, 1400, 1409, 1413,
3255 1410, 1407, 1412, 1408, 1401, 1415, 1404, 1410, 1413, 1414,
3256 1416, 1404, 1405, 1417, 1402, 1412, 1406, 1405, 1414, 1407,
3257 1409, 1406, 1417, 1408, 1419, 1409, 1413, 1410, 1420, 1412,
3258 1418, 1415, 1415, 1416, 1421, 1423, 1414, 1416, 1418, 1422,
3259 1417, 1424, 1425, 1420, 1426, 1421, 0, 1422, 1423, 0,
3260 1427, 0, 1426, 1424, 1425, 1420, 1419, 1418, 1428, 1429,
3261 0, 1421, 1423, 1433, 1430, 1432, 1422, 1434, 1424, 1425,
3262
3263 1431, 1426, 1427, 1430, 1437, 1435, 1431, 1427, 1428, 1434,
3264 1436, 1429, 1438, 1432, 1439, 1428, 1429, 1436, 1442, 1433,
3265 1433, 1430, 1432, 1435, 1434, 1440, 1443, 1431, 1441, 1444,
3266 1437, 1437, 1435, 1445, 1447, 1446, 1448, 1436, 1440, 1445,
3267 1444, 1449, 0, 1450, 1438, 1442, 1439, 1443, 1451, 1453,
3268 0, 0, 1440, 1443, 1441, 1441, 1444, 1446, 1454, 1455,
3269 1445, 0, 1446, 1456, 1457, 1458, 1447, 1460, 1448, 1450,
3270 1450, 1459, 1456, 1449, 1451, 1451, 1453, 1455, 1458, 1457,
3271 1461, 1454, 1462, 1459, 1463, 1454, 1455, 1460, 1464, 1462,
3272 1456, 1457, 1458, 1466, 1460, 1465, 1473, 1467, 1459, 1468,
3273
3274 1470, 1466, 1467, 1463, 1468, 1469, 1461, 1461, 1465, 1462,
3275 1464, 1463, 1469, 1471, 1473, 1464, 1472, 1474, 1478, 1479,
3276 1466, 1471, 1465, 1473, 1472, 1475, 1470, 1470, 1476, 1467,
3277 1480, 1468, 1469, 1475, 1482, 1476, 1477, 1480, 0, 1474,
3278 1471, 1479, 0, 1472, 1474, 1477, 1479, 1481, 1481, 1484,
3279 1478, 1483, 1475, 1485, 1486, 1476, 1487, 1480, 0, 1483,
3280 1488, 1489, 1486, 1477, 1487, 1490, 1482, 1491, 1488, 1489,
3281 1484, 1492, 1493, 1490, 1481, 1494, 1484, 1492, 1483, 1495,
3282 1491, 1486, 1496, 1487, 1493, 1485, 1499, 1488, 1489, 1497,
3283 1496, 1500, 1490, 1498, 1491, 1501, 1502, 1497, 1492, 1493,
3284
3285 1503, 1494, 1494, 1495, 1509, 0, 1495, 1504, 1498, 1496,
3286 1505, 1506, 1508, 1499, 1503, 1506, 1497, 1501, 1500, 1502,
3287 1498, 1508, 1501, 1502, 1505, 1504, 1509, 1503, 1506, 1510,
3288 1513, 1509, 1512, 1511, 1504, 1515, 1506, 1505, 1506, 1508,
3289 1511, 1510, 1506, 1512, 1514, 1518, 1516, 1517, 1519, 1520,
3290 1526, 1524, 0, 0, 1523, 1506, 1510, 1513, 1516, 1512,
3291 1511, 1517, 1521, 1523, 1527, 1534, 1514, 1515, 1533, 1524,
3292 1519, 1514, 1520, 1516, 1517, 1519, 1520, 1518, 1524, 1522,
3293 1525, 1523, 1526, 1529, 1531, 1521, 1522, 1525, 0, 1521,
3294 1531, 1527, 1529, 1532, 1533, 1533, 1535, 1534, 1537, 1540,
3295
3296 1539, 1541, 1542, 1535, 1548, 1543, 1522, 1525, 1546, 1545,
3297 1529, 1531, 1541, 1542, 1546, 1532, 1543, 1550, 0, 1556,
3298 1532, 0, 1548, 1535, 1539, 1537, 1540, 1539, 1541, 1542,
3299 1547, 1548, 1543, 1545, 1549, 1546, 1545, 1547, 1551, 1552,
3300 1553, 1549, 1554, 1550, 1550, 1552, 1555, 1559, 1553, 1557,
3301 1551, 1556, 1558, 1561, 0, 1561, 1559, 1547, 1563, 1555,
3302 1560, 1549, 1568, 0, 1554, 1551, 1552, 1553, 1564, 1554,
3303 1558, 1562, 1560, 1555, 1559, 1557, 1557, 1565, 1562, 1558,
3304 1561, 1564, 1567, 1566, 1563, 1563, 1565, 1560, 1569, 1568,
3305 1570, 0, 1571, 1579, 1567, 1564, 1572, 1570, 1562, 1573,
3306
3307 1574, 1572, 1575, 0, 1565, 1566, 1576, 1573, 1577, 1567,
3308 1566, 1569, 1580, 1584, 1576, 1569, 1574, 1570, 1571, 1571,
3309 1579, 1582, 1584, 1572, 1581, 1575, 1573, 1574, 1585, 1575,
3310 1577, 1583, 1593, 1576, 1587, 1577, 1580, 1589, 1581, 1580,
3311 1584, 1585, 1583, 1582, 1586, 1586, 1590, 1587, 1582, 1594,
3312 1591, 1581, 1586, 1592, 1588, 1585, 1588, 1591, 1583, 1593,
3313 1592, 1587, 1595, 1589, 1589, 1597, 1598, 1594, 1590, 1599,
3314 1603, 1586, 1586, 1590, 1601, 1596, 1594, 1591, 1600, 0,
3315 1592, 1588, 1596, 1603, 1595, 1600, 1604, 1605, 1598, 1595,
3316 1597, 1606, 1597, 1598, 1608, 1605, 1609, 1603, 1610, 1609,
3317
3318 1611, 1599, 1596, 1614, 1612, 1600, 1601, 1616, 1615, 1621,
3319 1613, 1617, 1606, 1604, 1605, 1614, 1608, 1612, 1606, 1613,
3320 1617, 1608, 1619, 1609, 1610, 1610, 1611, 1611, 1618, 1619,
3321 1614, 1612, 1615, 1616, 1616, 1615, 1620, 1613, 1617, 1620,
3322 1622, 1621, 0, 1618, 1628, 1623, 1625, 1629, 1626, 1619,
3323 1627, 1620, 1627, 1630, 1631, 1618, 1630, 1632, 1634, 1636,
3324 1620, 1623, 1622, 1620, 1625, 1633, 1620, 1622, 1628, 1623,
3325 1626, 1628, 1623, 1625, 1629, 1626, 1635, 1627, 1620, 1637,
3326 1630, 1638, 1643, 1642, 1634, 1634, 1631, 1633, 1623, 1632,
3327 1639, 1636, 1633, 1641, 1644, 1638, 1640, 1645, 1647, 1639,
3328
3329 1641, 1637, 1635, 1635, 1640, 1646, 1637, 1642, 1638, 1648,
3330 1642, 1649, 1650, 1648, 1643, 1651, 1652, 1639, 0, 0,
3331 1641, 1653, 0, 1640, 1655, 1652, 1644, 1646, 1653, 1645,
3332 1647, 1655, 1646, 1649, 1656, 1661, 1648, 1651, 1649, 1650,
3333 1657, 1654, 1651, 1652, 1658, 1659, 1664, 1656, 1653, 1654,
3334 1660, 1655, 1660, 1657, 1659, 1662, 1663, 1658, 1661, 1666,
3335 1667, 1656, 1661, 1669, 1663, 1668, 1664, 1657, 1654, 1670,
3336 1671, 1658, 1659, 1664, 1666, 1667, 1670, 1660, 1672, 1668,
3337 1662, 1671, 1662, 1663, 1674, 1672, 1666, 1667, 1673, 1676,
3338 1674, 1677, 1668, 1679, 0, 1669, 1670, 1671, 1677, 1678,
3339
3340 1681, 1673, 1680, 1683, 1682, 1672, 1683, 1685, 1679, 0,
3341 1684, 1674, 1681, 1687, 0, 1673, 1676, 1682, 1677, 1684,
3342 1679, 1678, 1693, 1686, 1693, 1685, 1678, 1681, 1680, 1680,
3343 1683, 1682, 1689, 1687, 1685, 1686, 1688, 1684, 1694, 1688,
3344 1687, 1691, 1695, 1689, 1696, 1697, 1691, 1698, 0, 1693,
3345 1686, 1699, 1700, 1691, 1688, 1703, 1698, 0, 1712, 1689,
3346 1697, 1704, 1694, 1688, 1705, 1694, 1688, 1701, 1691, 1695,
3347 1713, 1696, 1697, 1691, 1698, 1699, 1702, 1703, 1699, 1700,
3348 1708, 1701, 1703, 0, 1702, 1704, 1705, 1706, 1704, 1707,
3349 1712, 1705, 1711, 1709, 1701, 1706, 1718, 1713, 1708, 1710,
3350
3351 1707, 1709, 1710, 1702, 1714, 1715, 1717, 1708, 1716, 1718,
3352 1711, 0, 1715, 1720, 1706, 1717, 1707, 1710, 1720, 1711,
3353 1709, 1721, 1716, 1718, 1714, 1719, 1710, 1722, 1725, 1710,
3354 1725, 1714, 1715, 1717, 1727, 1716, 1719, 1726, 1728, 1729,
3355 1733, 0, 1722, 1721, 1731, 1720, 1726, 1730, 1721, 1728,
3356 1732, 1730, 1719, 1732, 1722, 1725, 0, 1729, 1731, 1744,
3357 1727, 1727, 1733, 1734, 1726, 1728, 1729, 1733, 1732, 1735,
3358 1731, 1731, 1734, 1730, 1730, 1735, 1737, 1732, 1730, 1736,
3359 1732, 1737, 1739, 1742, 1741, 1731, 1740, 1743, 1736, 1741,
3360 1734, 1744, 1745, 1746, 1747, 1739, 1735, 0, 1740, 1750,
3361
3362 1743, 1745, 1748, 1749, 1755, 1742, 1736, 1751, 1737, 1739,
3363 1742, 1741, 1754, 1740, 1743, 1753, 1749, 1757, 1756, 1745,
3364 1746, 1758, 1753, 1757, 1748, 1754, 1747, 1760, 1751, 1748,
3365 1749, 1750, 1756, 1765, 1751, 1762, 1755, 1766, 1767, 1754,
3366 1763, 1757, 1753, 1762, 1757, 1756, 1760, 1764, 1763, 1768,
3367 1757, 1769, 1765, 1758, 1760, 1764, 1767, 1770, 1774, 1766,
3368 1765, 1773, 1762, 1768, 1766, 1767, 1771, 1763, 1772, 1769,
3369 1775, 1770, 1776, 1777, 1764, 0, 1768, 1778, 1769, 1771,
3370 1780, 1772, 1773, 1781, 1770, 1779, 1782, 1777, 1773, 1780,
3371 1774, 1781, 1779, 1771, 1783, 1772, 1776, 1784, 1785, 1776,
3372
3373 1777, 1789, 1775, 1785, 1778, 1786, 1787, 1780, 1783, 1773,
3374 1781, 1790, 1779, 1782, 1791, 1787, 1786, 1792, 1790, 1793,
3375 1794, 1783, 1796, 1795, 0, 1785, 1793, 1797, 1789, 1784,
3376 1800, 1797, 1786, 1787, 1801, 1799, 1804, 1791, 1790, 1792,
3377 1796, 1791, 1794, 1803, 1792, 1795, 1793, 1794, 1800, 1796,
3378 1795, 1799, 1802, 1806, 1797, 1803, 1805, 1800, 1801, 1808,
3379 1811, 1801, 1799, 1804, 1805, 1807, 1812, 1802, 1806, 1809,
3380 1803, 1810, 1816, 1807, 1817, 1811, 1814, 1826, 1815, 1802,
3381 1806, 1812, 1809, 1805, 1814, 1815, 1808, 1811, 1818, 1817,
3382 1819, 1810, 1807, 1812, 1820, 1821, 1809, 1818, 1810, 1822,
3383
3384 1825, 1817, 1824, 1814, 1816, 1815, 1827, 1829, 1828, 1826,
3385 0, 1819, 1830, 1831, 1847, 1818, 1846, 1819, 1825, 1821,
3386 1831, 1820, 1821, 1828, 1824, 1832, 1822, 1825, 1833, 1824,
3387 1832, 1835, 1829, 1827, 1829, 1828, 1830, 1833, 1834, 1830,
3388 1831, 1836, 1837, 1846, 1838, 1839, 1847, 1834, 1840, 1841,
3389 0, 0, 1832, 1835, 1842, 1833, 1844, 1839, 1835, 1838,
3390 1837, 1842, 1841, 1836, 0, 1834, 1843, 1841, 1836, 1837,
3391 1840, 1838, 1839, 1843, 1845, 1840, 1841, 1857, 1844, 1848,
3392 1850, 1842, 1851, 1844, 1852, 1848, 1845, 1853, 1843, 1841,
3393 1851, 1850, 1852, 1843, 1855, 1854, 1858, 1856, 1853, 1856,
3394
3395 1843, 1845, 1854, 1857, 1857, 1859, 1848, 1850, 1860, 1851,
3396 1856, 1852, 1861, 1866, 1853, 1860, 1862, 1868, 1867, 1855,
3397 1869, 1855, 1854, 1858, 1856, 1863, 1856, 1864, 1865, 1871,
3398 1873, 1863, 1859, 1864, 1865, 1860, 1874, 1872, 1877, 1861,
3399 1866, 1867, 1862, 1862, 1869, 1867, 1872, 1869, 1875, 1868,
3400 1875, 1879, 1863, 1876, 1864, 1865, 1880, 1881, 1874, 1878,
3401 1883, 1871, 1873, 1874, 1872, 1877, 1878, 1884, 1882, 1881,
3402 1885, 1886, 1887, 1879, 1882, 1875, 1890, 1876, 1879, 1892,
3403 1876, 1889, 1883, 1880, 1881, 1890, 1878, 1883, 1889, 1884,
3404 1901, 1898, 0, 1886, 1884, 1882, 1885, 1885, 1886, 1888,
3405
3406 1888, 1888, 1891, 1890, 1887, 1893, 1888, 1896, 1889, 1891,
3407 1895, 1892, 1893, 1897, 1888, 1895, 1898, 1905, 1898, 1899,
3408 1896, 1902, 1901, 1903, 1900, 1897, 1888, 1888, 1888, 1891,
3409 1903, 1904, 1893, 1888, 1896, 1899, 1900, 1904, 1907, 1902,
3410 1897, 1910, 1895, 1911, 1905, 1915, 1899, 1908, 1902, 1912,
3411 1903, 1900, 1906, 1906, 1908, 1909, 1912, 1916, 1904, 1916,
3412 1909, 1921, 1917, 1919, 1907, 1907, 0, 1910, 1910, 1920,
3413 1911, 1923, 1915, 0, 1908, 1920, 1912, 1922, 0, 1906,
3414 1917, 1919, 1909, 1925, 1916, 1924, 1926, 1927, 1922, 1917,
3415 1919, 1924, 1929, 1921, 1934, 1925, 1920, 1931, 1923, 1928,
3416
3417 1928, 1930, 1930, 1933, 1922, 1927, 1926, 1935, 1931, 1937,
3418 1925, 1938, 1924, 1926, 1927, 1936, 1934, 1941, 1929, 1929,
3419 1939, 1934, 1936, 1942, 1931, 1941, 1928, 1943, 1930, 1937,
3420 1944, 1945, 1948, 1946, 0, 1933, 1937, 1950, 1947, 1935,
3421 1946, 1951, 1936, 1938, 1941, 1939, 1947, 1939, 1949, 1945,
3422 1951, 1953, 1944, 1954, 1943, 1942, 1948, 1944, 1945, 1948,
3423 1946, 1950, 1955, 1949, 1950, 1947, 1952, 1952, 1951, 1956,
3424 1957, 1963, 1958, 1960, 1961, 1949, 1956, 1953, 1953, 1961,
3425 1960, 1962, 1957, 1964, 1965, 1954, 1964, 0, 1958, 1973,
3426 1966, 1969, 1965, 1952, 1955, 1958, 1956, 1957, 1963, 1958,
3427
3428 1960, 1961, 1966, 1962, 1968, 0, 1970, 1971, 1962, 1972,
3429 1964, 1965, 1968, 1976, 1969, 1958, 1973, 1966, 1969, 1974,
3430 0, 1975, 1978, 1977, 1984, 1980, 1975, 1972, 1971, 1977,
3431 1979, 1968, 1970, 1970, 1971, 1978, 1972, 1975, 1979, 1989,
3432 1976, 1987, 1974, 1990, 1981, 0, 1974, 1980, 1975, 1978,
3433 1977, 1981, 1980, 1975, 1982, 1983, 1984, 1979, 1985, 1988,
3434 1986, 1982, 1983, 1987, 1997, 1991, 1989, 1985, 1987, 1990,
3435 1990, 1981, 1986, 1988, 1994, 1993, 1995, 1996, 1999, 1994,
3436 2001, 1982, 1983, 1995, 2000, 1985, 1988, 1986, 1991, 2000,
3437 1994, 1997, 1991, 1993, 2003, 2004, 2004, 2005, 2006, 1996,
3438
3439 2007, 1994, 1993, 1995, 1996, 1999, 1994, 2010, 2009, 0,
3440 2012, 2014, 2001, 2006, 2011, 2013, 2000, 2013, 2016, 2005,
3441 2017, 0, 2004, 2009, 2005, 2006, 2003, 2020, 2015, 2011,
3442 2010, 2018, 2007, 2015, 2010, 2009, 2012, 2012, 2019, 2018,
3443 2024, 2011, 2013, 2014, 2021, 2019, 2023, 2017, 2024, 2020,
3444 2016, 2027, 2025, 2029, 2020, 2015, 2028, 2030, 2018, 2021,
3445 2032, 2023, 2031, 2036, 2033, 2019, 2034, 2024, 0, 2031,
3446 0, 2021, 2038, 2023, 2025, 2027, 2035, 2040, 2027, 2025,
3447 2029, 2036, 2028, 2028, 2030, 2033, 2042, 2041, 2034, 2031,
3448 2036, 2033, 2032, 2034, 2038, 2044, 2045, 2035, 2046, 2038,
3449
3450 2047, 2040, 2041, 2035, 2040, 2052, 2048, 2049, 2050, 2053,
3451 2044, 2045, 2042, 2042, 2041, 2051, 2053, 2055, 2057, 2054,
3452 2046, 2059, 2044, 2045, 2048, 2046, 2055, 2047, 2058, 2049,
3453 2050, 2061, 2052, 2048, 2049, 2050, 2053, 2054, 2060, 2051,
3454 2056, 2057, 2051, 2062, 2055, 2057, 2054, 2060, 2056, 2061,
3455 2058, 2063, 2062, 2059, 2066, 2058, 0, 2065, 2061, 2067,
3456 2072, 2068, 2069, 2066, 2063, 2060, 2070, 2056, 2065, 2069,
3457 2062, 0, 2071, 2078, 2073, 2072, 2074, 2067, 2063, 2068,
3458 2073, 2066, 2075, 2065, 2065, 2087, 2067, 2072, 2068, 2069,
3459 2071, 2080, 2070, 2070, 2081, 2065, 2075, 2082, 2074, 2071,
3460
3461 2078, 2073, 2083, 2074, 2085, 2081, 2086, 2090, 2082, 2075,
3462 2088, 2100, 2089, 2083, 2091, 2080, 2085, 2087, 2080, 2086,
3463 2088, 2081, 2092, 2091, 2082, 2093, 2095, 0, 2096, 2083,
3464 2099, 2085, 2090, 2086, 2090, 2101, 2098, 2088, 2089, 2089,
3465 2098, 2091, 2103, 2100, 2093, 2102, 0, 2103, 2101, 2092,
3466 2105, 2099, 2093, 2095, 2096, 2096, 2106, 2099, 2108, 2104,
3467 2109, 2107, 2101, 2098, 2106, 2102, 2104, 2107, 2110, 2103,
3468 2112, 2112, 2102, 2108, 2111, 2109, 2105, 2105, 2113, 2119,
3469 2110, 0, 2106, 2106, 2118, 2108, 2104, 2109, 2107, 2111,
3470 2113, 2106, 2114, 2116, 2117, 2110, 2114, 2112, 2117, 2118,
3471
3472 2116, 2111, 2122, 2120, 2128, 2113, 2119, 2121, 2124, 2114,
3473 2123, 2118, 2120, 2128, 2121, 2124, 2126, 2114, 2129, 2114,
3474 2116, 2117, 2127, 2114, 2130, 2137, 2122, 2139, 2132, 2122,
3475 2120, 2128, 2123, 2134, 2121, 2124, 2114, 2123, 2126, 2135,
3476 2129, 2136, 2134, 2126, 2130, 2129, 2132, 2127, 2141, 2127,
3477 2137, 2130, 2137, 2138, 2142, 2132, 2136, 2135, 2143, 2139,
3478 2134, 2138, 2144, 2144, 2145, 2146, 2135, 2142, 2136, 2149,
3479 2150, 2147, 2148, 2141, 2152, 2141, 2151, 0, 2149, 2150,
3480 2138, 2142, 2153, 2151, 0, 2143, 2145, 2154, 2157, 2144,
3481 2146, 2145, 2146, 2147, 2148, 2155, 2149, 2150, 2147, 2148,
3482
3483 2156, 2154, 2161, 2151, 2153, 2156, 2152, 2157, 2159, 2153,
3484 2155, 2160, 0, 2162, 2154, 2157, 2159, 2163, 2164, 2165,
3485 2166, 2167, 2155, 2170, 2160, 0, 2165, 2169, 2168, 2161,
3486 2164, 2170, 2156, 2163, 2171, 2159, 2169, 2173, 2160, 2162,
3487 2162, 2172, 2170, 2167, 2163, 2164, 2165, 2174, 2167, 2175,
3488 2170, 2177, 2166, 2168, 2169, 2168, 2172, 2176, 2170, 2179,
3489 2177, 2171, 2180, 2173, 2173, 2180, 2181, 2175, 2172, 2182,
3490 2184, 0, 2183, 2174, 2174, 2182, 2175, 2183, 2177, 2176,
3491 2180, 2185, 2179, 2186, 2176, 2184, 2179, 2188, 2194, 2180,
3492 2189, 2181, 2180, 2181, 2190, 2192, 2182, 2184, 2186, 2185,
3493
3494 2193, 2195, 2188, 2200, 2183, 2200, 2194, 2193, 2185, 2192,
3495 2186, 2196, 2189, 2201, 2188, 2194, 2190, 2189, 2199, 2202,
3496 2196, 2190, 2192, 2197, 2198, 2203, 2201, 2193, 2195, 2199,
3497 2200, 2202, 2197, 2198, 2205, 2207, 2208, 2209, 2196, 2206,
3498 2201, 0, 2207, 0, 0, 2199, 2202, 2203, 2211, 2205,
3499 2197, 2198, 2203, 2210, 2206, 2214, 2216, 2211, 2208, 2209,
3500 2218, 2205, 2207, 2208, 2209, 2217, 2206, 2221, 2214, 2217,
3501 2219, 2210, 2218, 2222, 2224, 2211, 2214, 2216, 2223, 2219,
3502 2210, 2225, 2214, 2216, 2220, 2221, 2220, 2218, 2228, 2227,
3503 2225, 2226, 2217, 2229, 2221, 2214, 2223, 2219, 2231, 2226,
3504
3505 2222, 2224, 2232, 2235, 2233, 2223, 2231, 2229, 2225, 2233,
3506 2228, 2220, 2227, 2236, 2234, 2228, 2227, 2237, 2226, 2234,
3507 2229, 2238, 2239, 2242, 2249, 2231, 0, 0, 2243, 2239,
3508 2245, 2233, 2246, 2244, 2232, 2235, 2251, 2247, 2248, 2250,
3509 2238, 2237, 2243, 2252, 2237, 2236, 2234, 2248, 2238, 2239,
3510 2242, 2244, 2247, 2243, 2243, 2243, 2249, 2245, 2246, 2246,
3511 2244, 2250, 2251, 2251, 2247, 2248, 2250, 2253, 2254, 2243,
3512 2252, 2257, 2256, 0, 2258, 2259, 0, 2261, 2257, 2261,
3513 2243, 2262, 2259, 2263, 2264, 2265, 2268, 2263, 0, 2253,
3514 0, 2271, 0, 2268, 2253, 2256, 2264, 2258, 2257, 2256,
3515
3516 2254, 2258, 2259, 2262, 2261, 2266, 2267, 2265, 2262, 2269,
3517 2263, 2264, 2265, 2268, 2266, 2270, 2272, 2267, 2271, 2274,
3518 2270, 2275, 2273, 2276, 2276, 2278, 2277, 0, 2283, 2279,
3519 2275, 2269, 2266, 2267, 2273, 2277, 2269, 2279, 2280, 2272,
3520 2278, 2274, 2270, 2272, 2281, 2282, 2274, 2285, 2275, 2273,
3521 2276, 2286, 2278, 2277, 2282, 2283, 2279, 0, 2281, 2286,
3522 2280, 2287, 2288, 2289, 2295, 2280, 2285, 2289, 2299, 2287,
3523 2288, 2281, 2282, 2290, 2285, 2291, 2290, 2293, 2286, 2292,
3524 2294, 2297, 2299, 2291, 2300, 2292, 2294, 2304, 2287, 2288,
3525 2289, 2301, 2293, 2297, 2302, 2299, 2295, 2300, 2303, 2307,
3526
3527 2290, 2305, 2291, 2306, 2293, 2303, 2292, 2294, 2297, 2309,
3528 2310, 2300, 2301, 2307, 2304, 2311, 2312, 2308, 2301, 2302,
3529 2308, 2302, 2309, 2305, 2310, 2303, 2307, 2306, 2305, 2313,
3530 2306, 2314, 2316, 2315, 0, 2317, 2309, 2310, 2318, 0,
3531 2320, 2311, 2311, 2312, 2308, 2315, 2316, 2321, 2319, 2322,
3532 2324, 2319, 2328, 0, 2313, 2329, 2313, 2331, 2314, 2316,
3533 2315, 2317, 2317, 2325, 2318, 2318, 2319, 2320, 2327, 2333,
3534 2325, 2322, 2324, 2326, 2321, 2319, 2322, 2324, 2319, 2328,
3535 2326, 2330, 2329, 2327, 2331, 2332, 2334, 2335, 2336, 2330,
3536 2325, 2337, 2338, 2339, 2332, 2327, 2333, 2340, 2334, 2344,
3537
3538 2326, 2345, 2342, 2341, 2347, 2338, 0, 2340, 2330, 2335,
3539 2342, 2339, 2332, 2334, 2335, 2336, 2341, 2346, 2337, 2338,
3540 2339, 2344, 0, 2348, 2340, 2346, 2344, 2349, 2345, 2342,
3541 2341, 2347, 2348, 2351, 2350, 0, 2352, 2353, 2354, 0,
3542 2355, 2356, 2360, 0, 2346, 2359, 2354, 2358, 0, 2349,
3543 2348, 2352, 2355, 2359, 2349, 2350, 0, 2351, 0, 2358,
3544 2351, 2350, 2352, 2352, 2353, 2354, 2356, 2355, 2356, 2360,
3545 2362, 2363, 2359, 2365, 2358, 2364, 2366, 2362, 2352, 2364,
3546 2367, 2368, 2369, 2363, 2370, 2365, 2373, 2374, 2376, 2368,
3547 2375, 0, 0, 2371, 2374, 0, 2370, 2362, 2363, 2366,
3548
3549 2365, 2376, 2364, 2366, 2369, 2371, 2379, 2367, 2368, 2369,
3550 2375, 2370, 2377, 2373, 2374, 2376, 2378, 2375, 2379, 2381,
3551 2371, 2377, 2380, 2380, 2382, 2378, 2386, 2383, 0, 2387,
3552 2390, 0, 2390, 2379, 2391, 0, 0, 2388, 2384, 2377,
3553 0, 2389, 2382, 2378, 2387, 2381, 2381, 2393, 2391, 2380,
3554 2396, 2382, 2383, 2384, 2383, 2384, 2387, 2390, 2386, 2388,
3555 2392, 2391, 2384, 2389, 2388, 2384, 2392, 2397, 2389, 2393,
3556 2394, 2394, 2396, 2398, 2393, 2400, 2399, 2396, 2401, 2402,
3557 2384, 2403, 2384, 2404, 2407, 2402, 2407, 2392, 2399, 2397,
3558 2405, 2406, 2410, 2403, 2397, 2398, 2409, 2394, 2416, 2410,
3559
3560 2398, 2417, 2408, 2399, 2411, 0, 2402, 2400, 2403, 2412,
3561 2401, 2407, 2405, 2406, 2413, 2404, 2408, 2405, 2406, 2410,
3562 2409, 2414, 2411, 2409, 2415, 2423, 2418, 2412, 2420, 2408,
3563 2416, 2411, 2413, 2417, 2424, 2420, 2412, 2415, 2422, 2414,
3564 2425, 2413, 2426, 2423, 2427, 2422, 0, 2428, 2414, 2418,
3565 2426, 2415, 2423, 2418, 2429, 2420, 2430, 2434, 2430, 2432,
3566 2424, 2424, 2427, 2430, 2433, 2422, 2435, 2438, 2426, 2426,
3567 2432, 2427, 2425, 2428, 2428, 2433, 2429, 2426, 2435, 2436,
3568 2440, 2429, 2438, 2430, 2434, 2430, 2432, 2439, 2441, 2443,
3569 2444, 2433, 2440, 2435, 2438, 2445, 2446, 2436, 2439, 2447,
3570
3571 0, 2448, 2445, 2441, 2450, 2451, 2436, 2440, 2452, 2453,
3572 2454, 2446, 2444, 2443, 2439, 2441, 2443, 2444, 2455, 2456,
3573 2457, 2460, 2445, 2446, 2458, 2459, 2447, 2448, 2448, 2451,
3574 2452, 2450, 2451, 2457, 2460, 2452, 2455, 2462, 2463, 0,
3575 2459, 2453, 2454, 2487, 2467, 2455, 2456, 2457, 2460, 2461,
3576 2458, 2458, 2459, 2464, 2468, 2465, 2469, 2461, 2476, 0,
3577 0, 2472, 2470, 2462, 2462, 2471, 2464, 2467, 2473, 0,
3578 2463, 2467, 2479, 2475, 0, 2487, 2461, 2465, 2468, 2472,
3579 2464, 2468, 2465, 2469, 2470, 2476, 2473, 2471, 2472, 2470,
3580 2474, 2477, 2471, 2483, 2479, 2473, 2475, 2474, 2484, 2479,
3581
3582 2475, 2480, 2481, 2482, 2485, 2477, 2483, 0, 2480, 2481,
3583 2482, 2485, 2486, 2490, 2488, 0, 2489, 2474, 2477, 2491,
3584 2483, 2484, 2490, 2493, 2492, 2484, 2495, 2491, 2480, 2481,
3585 2482, 2485, 2492, 2497, 2486, 2488, 2498, 2499, 2494, 2486,
3586 2490, 2488, 2489, 2489, 2494, 2493, 2491, 2498, 2497, 2500,
3587 2493, 2492, 2501, 2495, 2516, 2502, 0, 0, 2503, 2499,
3588 2497, 2505, 2507, 2498, 2499, 2494, 2508, 2509, 0, 2511,
3589 2511, 2510, 0, 2512, 2502, 2507, 2518, 2522, 2515, 2505,
3590 0, 2500, 2502, 2503, 2501, 2503, 2516, 2517, 2505, 2507,
3591 2519, 2509, 2508, 2508, 2509, 2510, 2511, 2524, 2510, 2512,
3592
3593 2512, 2515, 2517, 2518, 2522, 2515, 2524, 2526, 2519, 2530,
3594 2527, 2531, 2531, 2532, 2517, 2535, 2537, 2519, 0, 2532,
3595 2526, 2527, 2533, 2534, 2524, 2539, 2540, 0, 2541, 2544,
3596 0, 2530, 2550, 2540, 2526, 2542, 2530, 2527, 2531, 2554,
3597 2532, 2547, 2535, 2537, 2533, 2534, 2542, 2543, 2548, 2533,
3598 2534, 2544, 2543, 2540, 2541, 2541, 2544, 2539, 2546, 2550,
3599 2552, 2549, 2542, 2548, 2555, 2547, 2546, 2556, 2547, 2553,
3600 2558, 2554, 2560, 2555, 2543, 2548, 2549, 2559, 2552, 2556,
3601 2560, 2563, 2564, 2561, 2565, 2546, 2566, 2552, 2549, 0,
3602 2553, 2555, 2561, 2569, 2556, 2566, 2553, 2558, 2567, 2560,
3603
3604 2568, 2559, 2573, 2570, 2559, 2571, 2565, 2563, 2563, 2564,
3605 2561, 2565, 2578, 2566, 2568, 2569, 2567, 2573, 2571, 2574,
3606 2569, 2572, 2577, 2579, 2575, 2567, 2576, 2568, 2570, 2573,
3607 2570, 2575, 2571, 2576, 2572, 2580, 2581, 2582, 2583, 2578,
3608 0, 2574, 2585, 2588, 2577, 2584, 2574, 2583, 2572, 2577,
3609 2579, 2575, 2582, 2576, 2586, 0, 2587, 2594, 2588, 2589,
3610 2590, 0, 2580, 2581, 2582, 2583, 2589, 2584, 2585, 2585,
3611 2588, 2591, 2584, 2592, 2593, 2590, 2596, 2597, 2591, 2592,
3612 2586, 2586, 2587, 2587, 2594, 2593, 2589, 2590, 2595, 2598,
3613 2599, 2600, 2601, 2602, 0, 2603, 2595, 2607, 2591, 2604,
3614
3615 2592, 2593, 2603, 2596, 2597, 2598, 2600, 2605, 2602, 2608,
3616 2609, 0, 2601, 0, 2605, 2595, 2598, 2599, 2600, 2601,
3617 2602, 2604, 2603, 2606, 2607, 2611, 2604, 2608, 2610, 2610,
3618 2606, 2612, 2611, 2614, 2605, 2613, 2608, 2609, 2613, 2615,
3619 2616, 2617, 0, 2618, 2615, 2612, 2614, 2620, 2623, 2621,
3620 2606, 0, 2611, 2619, 0, 2610, 2617, 2623, 2612, 2620,
3621 2614, 2621, 2613, 2626, 2630, 2616, 2615, 2616, 2617, 2618,
3622 2618, 2619, 2624, 2627, 2620, 2623, 2621, 2624, 2625, 2628,
3623 2619, 2629, 2625, 2631, 0, 2632, 2627, 2626, 2634, 2637,
3624 2626, 2630, 2636, 2638, 2639, 2640, 0, 2642, 2637, 2624,
3625
3626 2627, 2628, 2639, 2629, 2642, 2625, 2628, 2640, 2629, 2638,
3627 2631, 2632, 2632, 2646, 2634, 2634, 2637, 2643, 2636, 2636,
3628 2638, 2639, 2640, 2644, 2642, 2645, 2643, 2647, 2644, 2649,
3629 2648, 2646, 2645, 2650, 2647, 2652, 2649, 2651, 2655, 0,
3630 2646, 2658, 2650, 2654, 2643, 2656, 2651, 2659, 2657, 2661,
3631 2644, 2662, 2645, 2657, 2647, 2648, 2649, 2648, 2656, 2658,
3632 2650, 2652, 2652, 2666, 2651, 2655, 2654, 2661, 2658, 2667,
3633 2654, 2663, 2656, 2664, 2659, 2657, 2661, 2665, 2662, 2668,
3634 2663, 2667, 2664, 2666, 2669, 2672, 2665, 2671, 2668, 2673,
3635 2666, 2670, 2674, 2669, 2675, 2671, 2667, 2681, 2663, 2676,
3636
3637 2664, 2675, 2670, 2677, 2665, 2672, 2668, 2679, 2676, 2680,
3638 0, 2669, 2672, 2682, 2671, 2684, 2673, 2685, 2670, 2674,
3639 2686, 2675, 2682, 2683, 2677, 2685, 2676, 2684, 2688, 2681,
3640 2677, 2687, 2683, 2686, 2679, 2688, 2680, 2691, 2689, 2690,
3641 2682, 0, 2684, 2692, 2685, 2693, 2690, 2686, 2694, 2695,
3642 2683, 2699, 2697, 2687, 2689, 2688, 0, 0, 2687, 2691,
3643 2697, 2703, 2701, 2700, 2691, 2689, 2690, 2702, 2692, 2699,
3644 2692, 2700, 2693, 2694, 2702, 2694, 2695, 2701, 2699, 2697,
3645 2704, 2711, 2712, 2703, 2705, 2706, 2710, 2714, 2703, 2701,
3646 2700, 2705, 2709, 2706, 2702, 2710, 2714, 2715, 2713, 2709,
3647
3648 2716, 2721, 2704, 2717, 2723, 2711, 2718, 2704, 2711, 2712,
3649 2713, 2705, 2706, 2710, 2714, 2717, 2716, 2722, 2729, 2709,
3650 2720, 2724, 2721, 2733, 2715, 2713, 2726, 2716, 2721, 2718,
3651 2717, 2723, 2720, 2718, 2727, 2724, 2728, 2731, 2726, 2732,
3652 2722, 2727, 2734, 2728, 2722, 2729, 2733, 2720, 2724, 2735,
3653 2733, 2736, 2731, 2726, 2737, 2738, 2739, 2732, 2741, 2736,
3654 2740, 2727, 2743, 2728, 2731, 2742, 2732, 2748, 2734, 2734,
3655 2749, 2740, 2742, 2741, 2739, 2749, 2735, 2738, 2736, 2750,
3656 2757, 2737, 2738, 2739, 2751, 2741, 2752, 2740, 2753, 2743,
3657 2754, 2755, 2742, 2748, 2748, 2761, 2756, 2749, 2751, 2764,
3658
3659 2752, 2769, 2753, 2758, 2759, 2766, 2750, 2757, 2754, 2755,
3660 2758, 2751, 2767, 2752, 2756, 2753, 2759, 2754, 2755, 2768,
3661 2769, 2764, 2761, 2756, 2771, 2767, 2764, 2766, 2769, 2770,
3662 2758, 2759, 2766, 2772, 2779, 2774, 2776, 2770, 0, 2767,
3663 2780, 2768, 2771, 2777, 2781, 2778, 2768, 2774, 2783, 2788,
3664 0, 2771, 2772, 2784, 0, 2785, 2770, 2778, 2776, 0,
3665 2772, 2779, 2774, 2776, 2789, 2777, 2781, 2780, 2782, 2786,
3666 2777, 2781, 2778, 2784, 2787, 2783, 2782, 2785, 2786, 2790,
3667 2784, 2788, 2785, 2787, 2793, 2791, 2789, 2792, 2794, 2797,
3668 2798, 2789, 2808, 2800, 2799, 2782, 2786, 2791, 2800, 2804,
3669
3670 2801, 2787, 2802, 2797, 2808, 2790, 2790, 2803, 2806, 2792,
3671 2805, 2793, 2791, 2809, 2792, 2794, 2797, 2798, 2799, 2808,
3672 2803, 2799, 2801, 2807, 2802, 2800, 2811, 2801, 2812, 2802,
3673 2806, 2804, 2809, 2805, 2803, 2806, 2810, 2805, 2814, 2813,
3674 2809, 2807, 2810, 2815, 2817, 2818, 0, 2821, 0, 2819,
3675 2807, 0, 0, 2814, 0, 2823, 2824, 2825, 2811, 2826,
3676 2812, 2813, 2821, 2810, 2817, 2814, 2813, 2818, 2826, 2828,
3677 2815, 2817, 2818, 2819, 2821, 2827, 2819, 2823, 2824, 2825,
3678 2829, 2831, 2823, 2824, 2825, 2830, 2826, 2828, 2832, 2827,
3679 2836, 2835, 2837, 2840, 2844, 0, 2828, 2841, 2829, 2831,
3680
3681 2835, 2840, 2827, 2845, 2841, 2850, 2843, 2829, 2831, 2842,
3682 2832, 2830, 2830, 2837, 2843, 2832, 2842, 2846, 2835, 2837,
3683 2840, 2844, 2836, 2845, 2841, 2846, 2848, 2847, 2849, 2851,
3684 2845, 2853, 2850, 2843, 2855, 2859, 2842, 2851, 2848, 2856,
3685 2849, 2855, 2857, 2853, 2846, 2847, 2858, 2860, 2858, 2862,
3686 2861, 2863, 0, 2848, 2847, 2849, 2851, 2864, 2853, 2861,
3687 2866, 2855, 2856, 2865, 2871, 2865, 2856, 2859, 2868, 2857,
3688 2872, 2869, 2875, 2858, 0, 2874, 2864, 2861, 2863, 2860,
3689 2873, 2862, 2866, 2878, 2864, 2869, 2868, 2866, 2874, 2876,
3690 2865, 2879, 2880, 2881, 2872, 2868, 2871, 2872, 2869, 2875,
3691
3692 2879, 2876, 2874, 2873, 2883, 2884, 2886, 2873, 2885, 2878,
3693 2878, 2888, 2891, 0, 2890, 0, 2876, 2897, 2879, 2880,
3694 2881, 2890, 2892, 2899, 2886, 2900, 2901, 2894, 2884, 2896,
3695 2885, 2883, 2884, 2886, 2891, 2885, 2896, 2892, 2888, 2891,
3696 2893, 2890, 2894, 2897, 2897, 2893, 2902, 2903, 2904, 2892,
3697 2899, 2906, 2900, 2901, 2894, 2907, 2896, 2910, 2909, 2918,
3698 2911, 2903, 2904, 2912, 2907, 2909, 2914, 2913, 2916, 2915,
3699 2902, 2919, 2893, 2902, 2903, 2904, 2917, 2916, 2906, 2913,
3700 2923, 2920, 2907, 2915, 2910, 2909, 2911, 2911, 2924, 2917,
3701 2912, 2918, 2926, 2914, 2913, 2916, 2915, 2926, 2919, 2928,
3702
3703 2929, 2927, 2930, 2917, 2920, 2927, 2928, 2929, 2920, 2931,
3704 2924, 2932, 2923, 2932, 0, 2924, 2933, 2934, 2937, 2942,
3705 2946, 2942, 0, 2930, 2926, 2944, 2928, 2929, 2927, 2930,
3706 2939, 2940, 2943, 0, 0, 2949, 0, 2950, 2932, 2933,
3707 2937, 2931, 2946, 2933, 2934, 2937, 2942, 2946, 2949, 2939,
3708 0, 2944, 2944, 2945, 2945, 2940, 2943, 2939, 2940, 2943,
3709 2947, 2948, 2949, 2945, 2950, 2951, 2952, 2954, 2948, 2947,
3710 2953, 2957, 2955, 2960, 2952, 2954, 2957, 2958, 2951, 2961,
3711 2945, 2945, 2958, 2953, 2962, 0, 2963, 2947, 2948, 2964,
3712 2952, 2955, 2951, 2952, 2954, 2965, 2959, 2953, 2967, 2955,
3713
3714 2960, 2952, 0, 2957, 2959, 2961, 2961, 2966, 2971, 2958,
3715 2962, 2962, 2963, 2963, 0, 2964, 2964, 2968, 2966, 2970,
3716 2967, 2965, 2965, 2959, 2968, 2967, 2969, 2969, 2972, 2973,
3717 2971, 2974, 2970, 2975, 2966, 2971, 2972, 2979, 2976, 2980,
3718 2975, 2977, 2982, 2981, 2968, 2976, 2970, 2985, 2977, 2974,
3719 2983, 2973, 2986, 2969, 2987, 2972, 2973, 2990, 2974, 2983,
3720 2975, 2988, 2991, 2982, 2979, 2976, 2980, 2981, 2977, 2982,
3721 2981, 2997, 2986, 2992, 2985, 2993, 2994, 2983, 2996, 2986,
3722 2991, 2987, 2998, 2988, 2990, 2999, 3000, 2996, 2988, 2991,
3723 3002, 2992, 3004, 2993, 2994, 0, 3007, 3004, 2997, 3001,
3724
3725 2992, 3006, 2993, 2994, 3000, 2996, 3002, 3001, 2999, 2998,
3726 3003, 3008, 2999, 3000, 3007, 3006, 3013, 3002, 3012, 3014,
3727 3016, 3019, 3003, 3007, 3004, 3018, 3001, 3018, 3006, 3017,
3728 3019, 3021, 3014, 3022, 3008, 3023, 3029, 3003, 3008, 3027,
3729 3012, 3027, 3017, 3013, 0, 3012, 3014, 3016, 3019, 3028,
3730 3023, 3022, 3018, 3032, 3029, 3034, 3017, 3031, 3021, 3036,
3731 3022, 3038, 3023, 3029, 3031, 3036, 3027, 3039, 0, 3040,
3732 3034, 3028, 3041, 3044, 3048, 3043, 3028, 3046, 3045, 3049,
3733 3046, 3050, 3034, 3038, 3031, 3032, 3036, 3044, 3038, 3039,
3734 3041, 3045, 3051, 3056, 3039, 3040, 3040, 3043, 0, 3041,
3735
3736 3044, 3048, 3043, 3046, 3046, 3045, 3049, 3046, 3050, 3052,
3737 3051, 3054, 3053, 3057, 3059, 3058, 3052, 3060, 3062, 3051,
3738 3053, 3064, 0, 3067, 3062, 3056, 3060, 3063, 3061, 3065,
3739 3064, 3070, 3066, 3054, 3066, 3057, 3052, 3058, 3054, 3053,
3740 3057, 3059, 3058, 3061, 3060, 3062, 3069, 0, 3064, 3063,
3741 3067, 3072, 3071, 3070, 3063, 3061, 3073, 3079, 3070, 3066,
3742 3074, 3065, 3081, 3075, 3073, 0, 3082, 0, 3083, 3069,
3743 0, 3084, 3074, 3069, 3071, 3075, 3081, 3072, 3072, 3071,
3744 3082, 3077, 3083, 3073, 3079, 3085, 3086, 3074, 3077, 3081,
3745 3075, 3087, 3088, 3082, 3084, 3083, 3092, 3086, 3084, 3087,
3746
3747 3089, 3093, 3090, 3085, 3091, 3094, 3094, 3095, 3077, 3090,
3748 3093, 3088, 3085, 3086, 3092, 3096, 3097, 3101, 3087, 3088,
3749 3100, 3102, 3089, 3092, 3097, 3100, 3106, 3089, 3093, 3090,
3750 3091, 3091, 3094, 3104, 3095, 3108, 3109, 3110, 3101, 3104,
3751 3111, 3115, 3096, 3097, 3101, 0, 3108, 3109, 3102, 3112,
3752 3116, 3111, 3100, 3106, 3117, 3118, 3122, 3116, 3120, 3110,
3753 3104, 3119, 3108, 3109, 3110, 3119, 3120, 3111, 3115, 3125,
3754 3124, 3112, 3117, 3123, 3127, 3130, 3112, 3116, 3124, 0,
3755 0, 3117, 3122, 3122, 3129, 3120, 3123, 3118, 3119, 3133,
3756 3131, 3129, 3134, 3135, 3133, 3137, 3125, 3124, 3136, 3138,
3757
3758 3123, 3141, 3137, 3142, 0, 3139, 3127, 3130, 3141, 3140,
3759 3136, 3129, 3131, 3146, 3144, 3143, 3133, 3131, 3138, 3134,
3760 3135, 3139, 3137, 3143, 3145, 3136, 3138, 3140, 3141, 3144,
3761 3148, 3145, 3139, 3150, 3147, 3142, 3140, 3154, 3149, 3156,
3762 3146, 3144, 3143, 3155, 3159, 3138, 3147, 3157, 3158, 0,
3763 3155, 3145, 3154, 3163, 3148, 3162, 3164, 3148, 3160, 3150,
3764 3150, 3147, 3149, 3166, 3154, 3149, 3168, 3160, 0, 0,
3765 3155, 3156, 3158, 3165, 3157, 3158, 3159, 3162, 3164, 3170,
3766 3163, 3165, 3162, 3164, 3173, 3160, 3167, 3167, 3171, 3172,
3767 3174, 3172, 3176, 3168, 3170, 3166, 3167, 3171, 3173, 3175,
3768
3769 3165, 3179, 3177, 3176, 3180, 3181, 3170, 3175, 3182, 3183,
3770 3185, 3173, 3184, 3167, 3167, 3171, 3172, 3174, 3186, 3176,
3771 3177, 3187, 3183, 3188, 3189, 3191, 3175, 3192, 3179, 3177,
3772 3182, 3180, 3181, 3195, 3184, 3182, 3183, 3185, 3189, 3184,
3773 3190, 3190, 3196, 3198, 3200, 3186, 3206, 3204, 3187, 3192,
3774 3188, 3189, 3200, 3196, 3192, 3204, 3202, 3191, 3203, 3205,
3775 3195, 3202, 3208, 3203, 3205, 3209, 3209, 3190, 3210, 3196,
3776 3198, 3200, 3206, 3206, 3204, 3211, 3210, 3212, 3213, 3214,
3777 3215, 3217, 3218, 3202, 3212, 3203, 3205, 3230, 3211, 3208,
3778 3217, 3219, 3209, 3220, 3221, 3210, 3213, 3224, 3219, 3225,
3779
3780 3227, 3220, 3211, 3224, 3212, 3213, 3214, 3215, 3217, 3228,
3781 3229, 3232, 3233, 3231, 3218, 0, 3221, 0, 3219, 3230,
3782 3220, 3221, 3234, 3229, 3224, 3236, 3225, 3227, 3231, 3237,
3783 3232, 3228, 3240, 0, 3238, 3239, 3228, 3229, 3232, 3233,
3784 3231, 3238, 3239, 3241, 3234, 3242, 3244, 3245, 3236, 3234,
3785 3246, 3237, 3236, 3247, 3240, 3245, 3237, 3246, 3241, 3240,
3786 3247, 3238, 3239, 0, 3250, 3244, 3242, 3249, 3251, 3251,
3787 3241, 3253, 3242, 3244, 3245, 3250, 3249, 3246, 3251, 3252,
3788 3247, 3255, 3256, 3257, 3266, 3252, 3261, 3262, 0, 3256,
3789 3258, 3250, 3260, 3253, 3249, 3251, 3251, 3267, 3253, 3260,
3790
3791 3268, 3262, 3273, 3255, 3274, 3276, 3252, 3280, 3255, 3256,
3792 3261, 3266, 3258, 3261, 3262, 3257, 3283, 3258, 3278, 3260,
3793 3275, 3281, 3281, 3268, 3267, 3285, 3274, 3268, 3275, 3273,
3794 3278, 3274, 3276, 3287, 3280, 3282, 3282, 3284, 3284, 0,
3795 3288, 3289, 3290, 3283, 3291, 3278, 3294, 3275, 3285, 3295,
3796 3281, 3290, 3285, 3297, 3296, 3287, 3295, 3291, 3288, 3298,
3797 3287, 3296, 3303, 3299, 3282, 3304, 3284, 3288, 3289, 3290,
3798 3299, 3291, 3294, 3294, 3310, 3297, 3295, 3302, 3305, 3302,
3799 3297, 3296, 3303, 3306, 3308, 3309, 3298, 3312, 3304, 3303,
3800 3299, 3311, 3304, 3308, 3313, 3306, 3305, 3314, 3316, 3317,
3801
3802 3319, 3310, 3317, 3315, 3302, 3305, 3320, 3309, 3320, 3311,
3803 3306, 3308, 3309, 3312, 3312, 3315, 3321, 3317, 3311, 3323,
3804 3316, 3313, 3318, 3324, 3314, 3316, 3317, 3318, 3321, 3317,
3805 3315, 3322, 3319, 3320, 3325, 3326, 3327, 3322, 3328, 3329,
3806 3330, 3323, 3325, 3321, 3331, 3324, 3323, 3332, 3335, 3337,
3807 3324, 3340, 3338, 3342, 3318, 3343, 3331, 3344, 3322, 3328,
3808 3340, 3325, 3326, 3345, 3347, 3328, 3329, 3330, 3327, 3332,
3809 3338, 3331, 3348, 3349, 3332, 3335, 3337, 3350, 3340, 3338,
3810 3342, 3354, 3343, 3353, 3344, 3351, 3351, 3355, 3356, 3358,
3811 3345, 3347, 3357, 3360, 3361, 3362, 3358, 3363, 3365, 3348,
3812
3813 3349, 3353, 3361, 3364, 3350, 3366, 3356, 3357, 3354, 3363,
3814 3353, 3367, 3351, 3365, 3355, 3356, 3358, 3364, 3370, 3357,
3815 3360, 3361, 3362, 3369, 3363, 3365, 3380, 3373, 3374, 3379,
3816 3364, 3366, 3366, 3375, 3375, 3369, 3373, 3376, 3367, 3377,
3817 3382, 3383, 3384, 0, 3381, 3370, 3461, 3388, 3377, 3383,
3818 3369, 3384, 3374, 3379, 3373, 3374, 3379, 3381, 3380, 3385,
3819 3375, 3387, 3382, 3376, 3376, 3388, 3377, 3382, 3383, 3384,
3820 3385, 3381, 3391, 3392, 3388, 3395, 3395, 3396, 3461, 3405,
3821 3409, 3406, 3387, 3410, 3396, 3392, 3385, 3411, 3387, 3413,
3822 3417, 3416, 3415, 3422, 3409, 3391, 3415, 3422, 3420, 3391,
3823
3824 3392, 3405, 3395, 3427, 3396, 3406, 3405, 3409, 3406, 3416,
3825 3410, 3420, 3423, 3417, 3411, 3418, 3413, 3417, 3416, 3415,
3826 3422, 3424, 3418, 3426, 3425, 3420, 3428, 3430, 3423, 3427,
3827 3427, 0, 0, 3429, 3431, 3426, 3430, 3434, 3440, 3423,
3828 3428, 3429, 3418, 3424, 3432, 3431, 3432, 3433, 3424, 3425,
3829 3426, 3425, 3435, 3428, 3430, 3434, 3436, 3437, 3438, 3433,
3830 3429, 3431, 3439, 3437, 3434, 3440, 3441, 3435, 3442, 3446,
3831 3439, 3432, 3448, 3441, 3433, 3450, 3449, 3452, 3436, 3435,
3832 3438, 3447, 3446, 3436, 3437, 3438, 3451, 3453, 3447, 3439,
3833 3442, 3455, 3454, 3441, 3449, 3442, 3446, 3456, 3455, 3448,
3834
3835 3454, 3457, 3450, 3449, 3452, 3458, 3465, 3459, 3447, 3459,
3836 3460, 3463, 3451, 3451, 3453, 0, 3462, 3464, 3455, 3454,
3837 3467, 3456, 3460, 3457, 3456, 3468, 3463, 3458, 3457, 3462,
3838 3470, 3473, 3458, 3465, 3459, 3466, 3471, 3460, 3463, 3464,
3839 3480, 3472, 3466, 3462, 3464, 3477, 3487, 3467, 3471, 3472,
3840 3481, 3482, 3468, 3475, 3477, 3484, 3483, 3470, 3473, 3485,
3841 3487, 3486, 3466, 3471, 3483, 3475, 3490, 3480, 3472, 3492,
3842 3482, 3488, 3477, 3487, 3486, 3489, 3481, 3481, 3482, 3488,
3843 3475, 3499, 3497, 3483, 3496, 3503, 3505, 3484, 3486, 3497,
3844 3496, 3485, 3500, 3490, 3499, 3504, 3492, 3489, 3488, 3502,
3845
3846 3505, 3508, 3489, 3504, 3506, 3509, 3502, 3503, 3499, 3497,
3847 3510, 3496, 3503, 3505, 3513, 3500, 3507, 3515, 3506, 3500,
3848 3514, 3513, 3504, 3508, 3507, 3515, 3502, 3509, 3508, 3514,
3849 3516, 3506, 3509, 3517, 3518, 3519, 3520, 3510, 3523, 3524,
3850 0, 3513, 3521, 3507, 3515, 3522, 3523, 3514, 3526, 3528,
3851 0, 3527, 3535, 0, 3530, 3517, 0, 3516, 3520, 3532,
3852 3517, 3519, 3519, 3520, 3521, 3523, 3518, 3522, 3539, 3521,
3853 3541, 3524, 3522, 3527, 3531, 3526, 3528, 3530, 3527, 3532,
3854 3533, 3530, 3531, 3534, 3535, 3536, 3532, 3542, 3533, 3537,
3855 3542, 3534, 3544, 3536, 3539, 3539, 3543, 3541, 3545, 3546,
3856
3857 3544, 3531, 3547, 3537, 0, 3542, 3545, 3533, 3548, 3556,
3858 3534, 3552, 3536, 3546, 3542, 3554, 3537, 3542, 3543, 3544,
3859 3549, 3551, 3551, 3543, 3553, 3545, 3546, 3555, 3547, 3547,
3860 3548, 3556, 3553, 3559, 3549, 3548, 3556, 3552, 3552, 3557,
3861 3560, 3554, 3554, 3561, 3558, 3562, 3569, 3549, 3551, 3563,
3862 3565, 3553, 3558, 3555, 3555, 3564, 3566, 3567, 3565, 3557,
3863 3559, 0, 3560, 3572, 3573, 3567, 3557, 3560, 3561, 3563,
3864 3561, 3558, 3562, 3569, 3576, 3564, 3563, 3565, 3566, 3570,
3865 3574, 3575, 3564, 3566, 3567, 3572, 3573, 3570, 3574, 3575,
3866 3572, 3573, 3578, 3582, 3579, 3580, 0, 3581, 3583, 3585,
3867
3868 3576, 3576, 3579, 3580, 3586, 3589, 3570, 3574, 3575, 3587,
3869 3595, 3592, 3596, 0, 0, 0, 0, 0, 3583, 3578,
3870 3582, 3579, 3580, 3581, 3581, 3583, 3585, 3589, 0, 3587,
3871 0, 3586, 3589, 3592, 3593, 3594, 3587, 3595, 3592, 3596,
3872 0, 0, 3593, 3594, 0, 0, 0, 0, 0, 0,
3873 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3874 0, 3593, 3594, 3600, 3600, 3600, 3600, 3600, 3600, 3600,
3875 3601, 3601, 3601, 3601, 3601, 3601, 3601, 3602, 3602, 3602,
3876 3602, 3602, 3602, 3602, 3603, 3603, 3603, 3603, 3603, 3603,
3877 3603, 3604, 3604, 3604, 3604, 3604, 3604, 3604, 3605, 3605,
3878
3879 3605, 3605, 3605, 3605, 3605, 3606, 3606, 3606, 3606, 3606,
3880 3606, 3606, 3608, 3608, 0, 3608, 3608, 3608, 3608, 3609,
3881 3609, 0, 0, 0, 3609, 3609, 3610, 3610, 0, 0,
3882 3610, 0, 3610, 3611, 0, 0, 0, 0, 0, 3611,
3883 3612, 3612, 0, 0, 0, 3612, 3612, 3613, 0, 0,
3884 0, 0, 0, 3613, 3614, 3614, 0, 3614, 3614, 3614,
3885 3614, 3615, 0, 0, 0, 0, 0, 3615, 3616, 3616,
3886 0, 0, 0, 3616, 3616, 3617, 3617, 0, 3617, 3617,
3887 3617, 3617, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
3888 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
3889
3890 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
3891 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
3892 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
3893 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599,
3894 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599, 3599
3895 } ;
3896
3897 static yy_state_type yy_last_accepting_state;
3898 static char *yy_last_accepting_cpos;
3899
3900 extern int yy_flex_debug;
3901 int yy_flex_debug = 0;
3902
3903 /* The intent behind this definition is that it'll catch
3904 * any uses of REJECT which flex missed.
3905 */
3906 #define REJECT reject_used_but_not_detected
3907 static int yy_more_flag = 0;
3908 static int yy_more_len = 0;
3909 #define yymore() ((yy_more_flag) = 1)
3910 #define YY_MORE_ADJ (yy_more_len)
3911 #define YY_RESTORE_YY_MORE_OFFSET
3912 char *yytext;
3913 #line 1 "util/configlexer.lex"
3914 #line 2 "util/configlexer.lex"
3915 /*
3916 * configlexer.lex - lexical analyzer for unbound config file
3917 *
3918 * Copyright (c) 2001-2006, NLnet Labs. All rights reserved
3919 *
3920 * See LICENSE for the license.
3921 *
3922 */
3923
3924 /* because flex keeps having sign-unsigned compare problems that are unfixed*/
3925 #if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
3926 #pragma GCC diagnostic ignored "-Wsign-compare"
3927 #endif
3928
3929 #include <ctype.h>
3930 #include <strings.h>
3931 #ifdef HAVE_GLOB_H
3932 # include <glob.h>
3933 #endif
3934
3935 #include "util/config_file.h"
3936 #include "util/configparser.h"
3937 void ub_c_error(const char *message);
3938
3939 #if 0
3940 #define LEXOUT(s) printf s /* used ONLY when debugging */
3941 #else
3942 #define LEXOUT(s)
3943 #endif
3944
3945 /** avoid warning in about fwrite return value */
3946 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
3947
3948 /** A parser variable, this is a statement in the config file which is
3949 * of the form variable: value1 value2 ... nargs is the number of values. */
3950 #define YDVAR(nargs, var) \
3951 num_args=(nargs); \
3952 LEXOUT(("v(%s%d) ", yytext, num_args)); \
3953 if(num_args > 0) { BEGIN(val); } \
3954 return (var);
3955
3956 struct inc_state {
3957 char* filename;
3958 int line;
3959 YY_BUFFER_STATE buffer;
3960 struct inc_state* next;
3961 int inc_toplevel;
3962 };
3963 static struct inc_state* config_include_stack = NULL;
3964 static int inc_depth = 0;
3965 static int inc_prev = 0;
3966 static int num_args = 0;
3967 static int inc_toplevel = 0;
3968
init_cfg_parse(void)3969 void init_cfg_parse(void)
3970 {
3971 config_include_stack = NULL;
3972 inc_depth = 0;
3973 inc_prev = 0;
3974 num_args = 0;
3975 inc_toplevel = 0;
3976 }
3977
config_start_include(const char * filename,int toplevel)3978 static void config_start_include(const char* filename, int toplevel)
3979 {
3980 FILE *input;
3981 struct inc_state* s;
3982 char* nm;
3983 if(inc_depth+1 > 100000) {
3984 ub_c_error_msg("too many include files");
3985 return;
3986 }
3987 if(*filename == '\0') {
3988 ub_c_error_msg("empty include file name");
3989 return;
3990 }
3991 s = (struct inc_state*)malloc(sizeof(*s));
3992 if(!s) {
3993 ub_c_error_msg("include %s: malloc failure", filename);
3994 return;
3995 }
3996 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
3997 strlen(cfg_parser->chroot)) == 0) {
3998 filename += strlen(cfg_parser->chroot);
3999 }
4000 nm = strdup(filename);
4001 if(!nm) {
4002 ub_c_error_msg("include %s: strdup failure", filename);
4003 free(s);
4004 return;
4005 }
4006 input = fopen(filename, "r");
4007 if(!input) {
4008 ub_c_error_msg("cannot open include file '%s': %s",
4009 filename, strerror(errno));
4010 free(s);
4011 free(nm);
4012 return;
4013 }
4014 LEXOUT(("switch_to_include_file(%s)\n", filename));
4015 inc_depth++;
4016 s->filename = cfg_parser->filename;
4017 s->line = cfg_parser->line;
4018 s->buffer = YY_CURRENT_BUFFER;
4019 s->inc_toplevel = inc_toplevel;
4020 s->next = config_include_stack;
4021 config_include_stack = s;
4022 cfg_parser->filename = nm;
4023 cfg_parser->line = 1;
4024 inc_toplevel = toplevel;
4025 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
4026 }
4027
config_start_include_glob(const char * filename,int toplevel)4028 static void config_start_include_glob(const char* filename, int toplevel)
4029 {
4030
4031 /* check for wildcards */
4032 #ifdef HAVE_GLOB
4033 glob_t g;
4034 int i, r, flags;
4035 if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
4036 !strchr(filename, '{') && !strchr(filename, '~'))) {
4037 flags = 0
4038 #ifdef GLOB_ERR
4039 | GLOB_ERR
4040 #endif
4041 /* do not set GLOB_NOSORT so the results are sorted
4042 and in a predictable order. */
4043 #ifdef GLOB_BRACE
4044 | GLOB_BRACE
4045 #endif
4046 #ifdef GLOB_TILDE
4047 | GLOB_TILDE
4048 #endif
4049 ;
4050 memset(&g, 0, sizeof(g));
4051 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
4052 strlen(cfg_parser->chroot)) == 0) {
4053 filename += strlen(cfg_parser->chroot);
4054 }
4055 r = glob(filename, flags, NULL, &g);
4056 if(r) {
4057 /* some error */
4058 globfree(&g);
4059 if(r == GLOB_NOMATCH)
4060 return; /* no matches for pattern */
4061 config_start_include(filename, toplevel); /* let original deal with it */
4062 return;
4063 }
4064 /* process files found, if any */
4065 for(i=(int)g.gl_pathc-1; i>=0; i--) {
4066 config_start_include(g.gl_pathv[i], toplevel);
4067 }
4068 globfree(&g);
4069 return;
4070 }
4071 #endif /* HAVE_GLOB */
4072
4073 config_start_include(filename, toplevel);
4074 }
4075
config_end_include(void)4076 static void config_end_include(void)
4077 {
4078 struct inc_state* s = config_include_stack;
4079 --inc_depth;
4080 if(!s) return;
4081 free(cfg_parser->filename);
4082 cfg_parser->filename = s->filename;
4083 cfg_parser->line = s->line;
4084 yy_delete_buffer(YY_CURRENT_BUFFER);
4085 yy_switch_to_buffer(s->buffer);
4086 config_include_stack = s->next;
4087 inc_toplevel = s->inc_toplevel;
4088 free(s);
4089 }
4090
4091 #ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
4092 #define yy_set_bol(at_bol) \
4093 { \
4094 if ( ! yy_current_buffer ) \
4095 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4096 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
4097 }
4098 #endif
4099
4100 #line 4098 "<stdout>"
4101 #define YY_NO_INPUT 1
4102 #line 191 "util/configlexer.lex"
4103 #ifndef YY_NO_UNPUT
4104 #define YY_NO_UNPUT 1
4105 #endif
4106 #ifndef YY_NO_INPUT
4107 #define YY_NO_INPUT 1
4108 #endif
4109 #line 4107 "<stdout>"
4110
4111 #line 4109 "<stdout>"
4112
4113 #define INITIAL 0
4114 #define quotedstring 1
4115 #define singlequotedstr 2
4116 #define include 3
4117 #define include_quoted 4
4118 #define val 5
4119 #define include_toplevel 6
4120 #define include_toplevel_quoted 7
4121
4122 #ifndef YY_NO_UNISTD_H
4123 /* Special case for "unistd.h", since it is non-ANSI. We include it way
4124 * down here because we want the user's section 1 to have been scanned first.
4125 * The user has a chance to override it with an option.
4126 */
4127 #include <unistd.h>
4128 #endif
4129
4130 #ifndef YY_EXTRA_TYPE
4131 #define YY_EXTRA_TYPE void *
4132 #endif
4133
4134 static int yy_init_globals ( void );
4135
4136 /* Accessor methods to globals.
4137 These are made visible to non-reentrant scanners for convenience. */
4138
4139 int yylex_destroy ( void );
4140
4141 int yyget_debug ( void );
4142
4143 void yyset_debug ( int debug_flag );
4144
4145 YY_EXTRA_TYPE yyget_extra ( void );
4146
4147 void yyset_extra ( YY_EXTRA_TYPE user_defined );
4148
4149 FILE *yyget_in ( void );
4150
4151 void yyset_in ( FILE * _in_str );
4152
4153 FILE *yyget_out ( void );
4154
4155 void yyset_out ( FILE * _out_str );
4156
4157 int yyget_leng ( void );
4158
4159 char *yyget_text ( void );
4160
4161 int yyget_lineno ( void );
4162
4163 void yyset_lineno ( int _line_number );
4164
4165 /* Macros after this point can all be overridden by user definitions in
4166 * section 1.
4167 */
4168
4169 #ifndef YY_SKIP_YYWRAP
4170 #ifdef __cplusplus
4171 extern "C" int yywrap ( void );
4172 #else
4173 extern int yywrap ( void );
4174 #endif
4175 #endif
4176
4177 #ifndef YY_NO_UNPUT
4178
4179 #endif
4180
4181 #ifndef yytext_ptr
4182 static void yy_flex_strncpy ( char *, const char *, int );
4183 #endif
4184
4185 #ifdef YY_NEED_STRLEN
4186 static int yy_flex_strlen ( const char * );
4187 #endif
4188
4189 #ifndef YY_NO_INPUT
4190 #ifdef __cplusplus
4191 static int yyinput ( void );
4192 #else
4193 static int input ( void );
4194 #endif
4195
4196 #endif
4197
4198 /* Amount of stuff to slurp up with each read. */
4199 #ifndef YY_READ_BUF_SIZE
4200 #ifdef __ia64__
4201 /* On IA-64, the buffer size is 16k, not 8k */
4202 #define YY_READ_BUF_SIZE 16384
4203 #else
4204 #define YY_READ_BUF_SIZE 8192
4205 #endif /* __ia64__ */
4206 #endif
4207
4208 /* Copy whatever the last rule matched to the standard output. */
4209 #ifndef ECHO
4210 /* This used to be an fputs(), but since the string might contain NUL's,
4211 * we now use fwrite().
4212 */
4213 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
4214 #endif
4215
4216 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
4217 * is returned in "result".
4218 */
4219 #ifndef YY_INPUT
4220 #define YY_INPUT(buf,result,max_size) \
4221 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
4222 { \
4223 int c = '*'; \
4224 int n; \
4225 for ( n = 0; n < max_size && \
4226 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
4227 buf[n] = (char) c; \
4228 if ( c == '\n' ) \
4229 buf[n++] = (char) c; \
4230 if ( c == EOF && ferror( yyin ) ) \
4231 YY_FATAL_ERROR( "input in flex scanner failed" ); \
4232 result = n; \
4233 } \
4234 else \
4235 { \
4236 errno=0; \
4237 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
4238 { \
4239 if( errno != EINTR) \
4240 { \
4241 YY_FATAL_ERROR( "input in flex scanner failed" ); \
4242 break; \
4243 } \
4244 errno=0; \
4245 clearerr(yyin); \
4246 } \
4247 }\
4248 \
4249
4250 #endif
4251
4252 /* No semi-colon after return; correct usage is to write "yyterminate();" -
4253 * we don't want an extra ';' after the "return" because that will cause
4254 * some compilers to complain about unreachable statements.
4255 */
4256 #ifndef yyterminate
4257 #define yyterminate() return YY_NULL
4258 #endif
4259
4260 /* Number of entries by which start-condition stack grows. */
4261 #ifndef YY_START_STACK_INCR
4262 #define YY_START_STACK_INCR 25
4263 #endif
4264
4265 /* Report a fatal error. */
4266 #ifndef YY_FATAL_ERROR
4267 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
4268 #endif
4269
4270 /* end tables serialization structures and prototypes */
4271
4272 /* Default declaration of generated scanner - a define so the user can
4273 * easily add parameters.
4274 */
4275 #ifndef YY_DECL
4276 #define YY_DECL_IS_OURS 1
4277
4278 extern int yylex (void);
4279
4280 #define YY_DECL int yylex (void)
4281 #endif /* !YY_DECL */
4282
4283 /* Code executed at the beginning of each rule, after yytext and yyleng
4284 * have been set up.
4285 */
4286 #ifndef YY_USER_ACTION
4287 #define YY_USER_ACTION
4288 #endif
4289
4290 /* Code executed at the end of each rule. */
4291 #ifndef YY_BREAK
4292 #define YY_BREAK /*LINTED*/break;
4293 #endif
4294
4295 #define YY_RULE_SETUP \
4296 YY_USER_ACTION
4297
4298 /** The main scanner function which does all the work.
4299 */
4300 YY_DECL
4301 {
4302 yy_state_type yy_current_state;
4303 char *yy_cp, *yy_bp;
4304 int yy_act;
4305
4306 if ( !(yy_init) )
4307 {
4308 (yy_init) = 1;
4309
4310 #ifdef YY_USER_INIT
4311 YY_USER_INIT;
4312 #endif
4313
4314 if ( ! (yy_start) )
4315 (yy_start) = 1; /* first start state */
4316
4317 if ( ! yyin )
4318 yyin = stdin;
4319
4320 if ( ! yyout )
4321 yyout = stdout;
4322
4323 if ( ! YY_CURRENT_BUFFER ) {
4324 yyensure_buffer_stack ();
4325 YY_CURRENT_BUFFER_LVALUE =
4326 yy_create_buffer( yyin, YY_BUF_SIZE );
4327 }
4328
4329 yy_load_buffer_state( );
4330 }
4331
4332 {
4333 #line 211 "util/configlexer.lex"
4334
4335 #line 4333 "<stdout>"
4336
4337 while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
4338 {
4339 (yy_more_len) = 0;
4340 if ( (yy_more_flag) )
4341 {
4342 (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
4343 (yy_more_flag) = 0;
4344 }
4345 yy_cp = (yy_c_buf_p);
4346
4347 /* Support of yytext. */
4348 *yy_cp = (yy_hold_char);
4349
4350 /* yy_bp points to the position in yy_ch_buf of the start of
4351 * the current run.
4352 */
4353 yy_bp = yy_cp;
4354
4355 yy_current_state = (yy_start);
4356 yy_match:
4357 do
4358 {
4359 YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
4360 if ( yy_accept[yy_current_state] )
4361 {
4362 (yy_last_accepting_state) = yy_current_state;
4363 (yy_last_accepting_cpos) = yy_cp;
4364 }
4365 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
4366 {
4367 yy_current_state = (int) yy_def[yy_current_state];
4368 if ( yy_current_state >= 3600 )
4369 yy_c = yy_meta[yy_c];
4370 }
4371 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
4372 ++yy_cp;
4373 }
4374 while ( yy_base[yy_current_state] != 10283 );
4375
4376 yy_find_action:
4377 yy_act = yy_accept[yy_current_state];
4378 if ( yy_act == 0 )
4379 { /* have to back up */
4380 yy_cp = (yy_last_accepting_cpos);
4381 yy_current_state = (yy_last_accepting_state);
4382 yy_act = yy_accept[yy_current_state];
4383 }
4384
4385 YY_DO_BEFORE_ACTION;
4386
4387 do_action: /* This label is used only to access EOF actions. */
4388
4389 switch ( yy_act )
4390 { /* beginning of action switch */
4391 case 0: /* must back up */
4392 /* undo the effects of YY_DO_BEFORE_ACTION */
4393 *yy_cp = (yy_hold_char);
4394 yy_cp = (yy_last_accepting_cpos);
4395 yy_current_state = (yy_last_accepting_state);
4396 goto yy_find_action;
4397
4398 case 1:
4399 YY_RULE_SETUP
4400 #line 212 "util/configlexer.lex"
4401 {
4402 LEXOUT(("SP ")); /* ignore */ }
4403 YY_BREAK
4404 case 2:
4405 YY_RULE_SETUP
4406 #line 214 "util/configlexer.lex"
4407 {
4408 /* note that flex makes the longest match and '.' is any but not nl */
4409 LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
4410 YY_BREAK
4411 case 3:
4412 YY_RULE_SETUP
4413 #line 217 "util/configlexer.lex"
4414 { YDVAR(0, VAR_SERVER) }
4415 YY_BREAK
4416 case 4:
4417 YY_RULE_SETUP
4418 #line 218 "util/configlexer.lex"
4419 { YDVAR(1, VAR_QNAME_MINIMISATION) }
4420 YY_BREAK
4421 case 5:
4422 YY_RULE_SETUP
4423 #line 219 "util/configlexer.lex"
4424 { YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
4425 YY_BREAK
4426 case 6:
4427 YY_RULE_SETUP
4428 #line 220 "util/configlexer.lex"
4429 { YDVAR(1, VAR_NUM_THREADS) }
4430 YY_BREAK
4431 case 7:
4432 YY_RULE_SETUP
4433 #line 221 "util/configlexer.lex"
4434 { YDVAR(1, VAR_VERBOSITY) }
4435 YY_BREAK
4436 case 8:
4437 YY_RULE_SETUP
4438 #line 222 "util/configlexer.lex"
4439 { YDVAR(1, VAR_PORT) }
4440 YY_BREAK
4441 case 9:
4442 YY_RULE_SETUP
4443 #line 223 "util/configlexer.lex"
4444 { YDVAR(1, VAR_OUTGOING_RANGE) }
4445 YY_BREAK
4446 case 10:
4447 YY_RULE_SETUP
4448 #line 224 "util/configlexer.lex"
4449 { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
4450 YY_BREAK
4451 case 11:
4452 YY_RULE_SETUP
4453 #line 225 "util/configlexer.lex"
4454 { YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
4455 YY_BREAK
4456 case 12:
4457 YY_RULE_SETUP
4458 #line 226 "util/configlexer.lex"
4459 { YDVAR(1, VAR_OUTGOING_NUM_TCP) }
4460 YY_BREAK
4461 case 13:
4462 YY_RULE_SETUP
4463 #line 227 "util/configlexer.lex"
4464 { YDVAR(1, VAR_INCOMING_NUM_TCP) }
4465 YY_BREAK
4466 case 14:
4467 YY_RULE_SETUP
4468 #line 228 "util/configlexer.lex"
4469 { YDVAR(1, VAR_DO_IP4) }
4470 YY_BREAK
4471 case 15:
4472 YY_RULE_SETUP
4473 #line 229 "util/configlexer.lex"
4474 { YDVAR(1, VAR_DO_IP6) }
4475 YY_BREAK
4476 case 16:
4477 YY_RULE_SETUP
4478 #line 230 "util/configlexer.lex"
4479 { YDVAR(1, VAR_PREFER_IP4) }
4480 YY_BREAK
4481 case 17:
4482 YY_RULE_SETUP
4483 #line 231 "util/configlexer.lex"
4484 { YDVAR(1, VAR_PREFER_IP6) }
4485 YY_BREAK
4486 case 18:
4487 YY_RULE_SETUP
4488 #line 232 "util/configlexer.lex"
4489 { YDVAR(1, VAR_DO_UDP) }
4490 YY_BREAK
4491 case 19:
4492 YY_RULE_SETUP
4493 #line 233 "util/configlexer.lex"
4494 { YDVAR(1, VAR_DO_TCP) }
4495 YY_BREAK
4496 case 20:
4497 YY_RULE_SETUP
4498 #line 234 "util/configlexer.lex"
4499 { YDVAR(1, VAR_TCP_UPSTREAM) }
4500 YY_BREAK
4501 case 21:
4502 YY_RULE_SETUP
4503 #line 235 "util/configlexer.lex"
4504 { YDVAR(1, VAR_TCP_MSS) }
4505 YY_BREAK
4506 case 22:
4507 YY_RULE_SETUP
4508 #line 236 "util/configlexer.lex"
4509 { YDVAR(1, VAR_OUTGOING_TCP_MSS) }
4510 YY_BREAK
4511 case 23:
4512 YY_RULE_SETUP
4513 #line 237 "util/configlexer.lex"
4514 { YDVAR(1, VAR_TCP_IDLE_TIMEOUT) }
4515 YY_BREAK
4516 case 24:
4517 YY_RULE_SETUP
4518 #line 238 "util/configlexer.lex"
4519 { YDVAR(1, VAR_MAX_REUSE_TCP_QUERIES) }
4520 YY_BREAK
4521 case 25:
4522 YY_RULE_SETUP
4523 #line 239 "util/configlexer.lex"
4524 { YDVAR(1, VAR_TCP_REUSE_TIMEOUT) }
4525 YY_BREAK
4526 case 26:
4527 YY_RULE_SETUP
4528 #line 240 "util/configlexer.lex"
4529 { YDVAR(1, VAR_TCP_AUTH_QUERY_TIMEOUT) }
4530 YY_BREAK
4531 case 27:
4532 YY_RULE_SETUP
4533 #line 241 "util/configlexer.lex"
4534 { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) }
4535 YY_BREAK
4536 case 28:
4537 YY_RULE_SETUP
4538 #line 242 "util/configlexer.lex"
4539 { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) }
4540 YY_BREAK
4541 case 29:
4542 YY_RULE_SETUP
4543 #line 243 "util/configlexer.lex"
4544 { YDVAR(1, VAR_SSL_UPSTREAM) }
4545 YY_BREAK
4546 case 30:
4547 YY_RULE_SETUP
4548 #line 244 "util/configlexer.lex"
4549 { YDVAR(1, VAR_SSL_UPSTREAM) }
4550 YY_BREAK
4551 case 31:
4552 YY_RULE_SETUP
4553 #line 245 "util/configlexer.lex"
4554 { YDVAR(1, VAR_SSL_SERVICE_KEY) }
4555 YY_BREAK
4556 case 32:
4557 YY_RULE_SETUP
4558 #line 246 "util/configlexer.lex"
4559 { YDVAR(1, VAR_SSL_SERVICE_KEY) }
4560 YY_BREAK
4561 case 33:
4562 YY_RULE_SETUP
4563 #line 247 "util/configlexer.lex"
4564 { YDVAR(1, VAR_SSL_SERVICE_PEM) }
4565 YY_BREAK
4566 case 34:
4567 YY_RULE_SETUP
4568 #line 248 "util/configlexer.lex"
4569 { YDVAR(1, VAR_SSL_SERVICE_PEM) }
4570 YY_BREAK
4571 case 35:
4572 YY_RULE_SETUP
4573 #line 249 "util/configlexer.lex"
4574 { YDVAR(1, VAR_SSL_PORT) }
4575 YY_BREAK
4576 case 36:
4577 YY_RULE_SETUP
4578 #line 250 "util/configlexer.lex"
4579 { YDVAR(1, VAR_SSL_PORT) }
4580 YY_BREAK
4581 case 37:
4582 YY_RULE_SETUP
4583 #line 251 "util/configlexer.lex"
4584 { YDVAR(1, VAR_TLS_CERT_BUNDLE) }
4585 YY_BREAK
4586 case 38:
4587 YY_RULE_SETUP
4588 #line 252 "util/configlexer.lex"
4589 { YDVAR(1, VAR_TLS_CERT_BUNDLE) }
4590 YY_BREAK
4591 case 39:
4592 YY_RULE_SETUP
4593 #line 253 "util/configlexer.lex"
4594 { YDVAR(1, VAR_TLS_WIN_CERT) }
4595 YY_BREAK
4596 case 40:
4597 YY_RULE_SETUP
4598 #line 254 "util/configlexer.lex"
4599 { YDVAR(1, VAR_TLS_WIN_CERT) }
4600 YY_BREAK
4601 case 41:
4602 YY_RULE_SETUP
4603 #line 255 "util/configlexer.lex"
4604 { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
4605 YY_BREAK
4606 case 42:
4607 YY_RULE_SETUP
4608 #line 256 "util/configlexer.lex"
4609 { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
4610 YY_BREAK
4611 case 43:
4612 YY_RULE_SETUP
4613 #line 257 "util/configlexer.lex"
4614 { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
4615 YY_BREAK
4616 case 44:
4617 YY_RULE_SETUP
4618 #line 258 "util/configlexer.lex"
4619 { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
4620 YY_BREAK
4621 case 45:
4622 YY_RULE_SETUP
4623 #line 259 "util/configlexer.lex"
4624 { YDVAR(1, VAR_TLS_SESSION_TICKET_KEYS) }
4625 YY_BREAK
4626 case 46:
4627 YY_RULE_SETUP
4628 #line 260 "util/configlexer.lex"
4629 { YDVAR(1, VAR_TLS_CIPHERS) }
4630 YY_BREAK
4631 case 47:
4632 YY_RULE_SETUP
4633 #line 261 "util/configlexer.lex"
4634 { YDVAR(1, VAR_TLS_CIPHERSUITES) }
4635 YY_BREAK
4636 case 48:
4637 YY_RULE_SETUP
4638 #line 262 "util/configlexer.lex"
4639 { YDVAR(1, VAR_TLS_USE_SNI) }
4640 YY_BREAK
4641 case 49:
4642 YY_RULE_SETUP
4643 #line 263 "util/configlexer.lex"
4644 { YDVAR(1, VAR_HTTPS_PORT) }
4645 YY_BREAK
4646 case 50:
4647 YY_RULE_SETUP
4648 #line 264 "util/configlexer.lex"
4649 { YDVAR(1, VAR_HTTP_ENDPOINT) }
4650 YY_BREAK
4651 case 51:
4652 YY_RULE_SETUP
4653 #line 265 "util/configlexer.lex"
4654 { YDVAR(1, VAR_HTTP_MAX_STREAMS) }
4655 YY_BREAK
4656 case 52:
4657 YY_RULE_SETUP
4658 #line 266 "util/configlexer.lex"
4659 { YDVAR(1, VAR_HTTP_QUERY_BUFFER_SIZE) }
4660 YY_BREAK
4661 case 53:
4662 YY_RULE_SETUP
4663 #line 267 "util/configlexer.lex"
4664 { YDVAR(1, VAR_HTTP_RESPONSE_BUFFER_SIZE) }
4665 YY_BREAK
4666 case 54:
4667 YY_RULE_SETUP
4668 #line 268 "util/configlexer.lex"
4669 { YDVAR(1, VAR_HTTP_NODELAY) }
4670 YY_BREAK
4671 case 55:
4672 YY_RULE_SETUP
4673 #line 269 "util/configlexer.lex"
4674 { YDVAR(1, VAR_HTTP_NOTLS_DOWNSTREAM) }
4675 YY_BREAK
4676 case 56:
4677 YY_RULE_SETUP
4678 #line 270 "util/configlexer.lex"
4679 { YDVAR(1, VAR_USE_SYSTEMD) }
4680 YY_BREAK
4681 case 57:
4682 YY_RULE_SETUP
4683 #line 271 "util/configlexer.lex"
4684 { YDVAR(1, VAR_DO_DAEMONIZE) }
4685 YY_BREAK
4686 case 58:
4687 YY_RULE_SETUP
4688 #line 272 "util/configlexer.lex"
4689 { YDVAR(1, VAR_INTERFACE) }
4690 YY_BREAK
4691 case 59:
4692 YY_RULE_SETUP
4693 #line 273 "util/configlexer.lex"
4694 { YDVAR(1, VAR_INTERFACE) }
4695 YY_BREAK
4696 case 60:
4697 YY_RULE_SETUP
4698 #line 274 "util/configlexer.lex"
4699 { YDVAR(1, VAR_OUTGOING_INTERFACE) }
4700 YY_BREAK
4701 case 61:
4702 YY_RULE_SETUP
4703 #line 275 "util/configlexer.lex"
4704 { YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
4705 YY_BREAK
4706 case 62:
4707 YY_RULE_SETUP
4708 #line 276 "util/configlexer.lex"
4709 { YDVAR(1, VAR_INTERFACE_AUTOMATIC_PORTS) }
4710 YY_BREAK
4711 case 63:
4712 YY_RULE_SETUP
4713 #line 277 "util/configlexer.lex"
4714 { YDVAR(1, VAR_SO_RCVBUF) }
4715 YY_BREAK
4716 case 64:
4717 YY_RULE_SETUP
4718 #line 278 "util/configlexer.lex"
4719 { YDVAR(1, VAR_SO_SNDBUF) }
4720 YY_BREAK
4721 case 65:
4722 YY_RULE_SETUP
4723 #line 279 "util/configlexer.lex"
4724 { YDVAR(1, VAR_SO_REUSEPORT) }
4725 YY_BREAK
4726 case 66:
4727 YY_RULE_SETUP
4728 #line 280 "util/configlexer.lex"
4729 { YDVAR(1, VAR_IP_TRANSPARENT) }
4730 YY_BREAK
4731 case 67:
4732 YY_RULE_SETUP
4733 #line 281 "util/configlexer.lex"
4734 { YDVAR(1, VAR_IP_FREEBIND) }
4735 YY_BREAK
4736 case 68:
4737 YY_RULE_SETUP
4738 #line 282 "util/configlexer.lex"
4739 { YDVAR(1, VAR_IP_DSCP) }
4740 YY_BREAK
4741 case 69:
4742 YY_RULE_SETUP
4743 #line 283 "util/configlexer.lex"
4744 { YDVAR(1, VAR_CHROOT) }
4745 YY_BREAK
4746 case 70:
4747 YY_RULE_SETUP
4748 #line 284 "util/configlexer.lex"
4749 { YDVAR(1, VAR_USERNAME) }
4750 YY_BREAK
4751 case 71:
4752 YY_RULE_SETUP
4753 #line 285 "util/configlexer.lex"
4754 { YDVAR(1, VAR_DIRECTORY) }
4755 YY_BREAK
4756 case 72:
4757 YY_RULE_SETUP
4758 #line 286 "util/configlexer.lex"
4759 { YDVAR(1, VAR_LOGFILE) }
4760 YY_BREAK
4761 case 73:
4762 YY_RULE_SETUP
4763 #line 287 "util/configlexer.lex"
4764 { YDVAR(1, VAR_PIDFILE) }
4765 YY_BREAK
4766 case 74:
4767 YY_RULE_SETUP
4768 #line 288 "util/configlexer.lex"
4769 { YDVAR(1, VAR_ROOT_HINTS) }
4770 YY_BREAK
4771 case 75:
4772 YY_RULE_SETUP
4773 #line 289 "util/configlexer.lex"
4774 { YDVAR(1, VAR_STREAM_WAIT_SIZE) }
4775 YY_BREAK
4776 case 76:
4777 YY_RULE_SETUP
4778 #line 290 "util/configlexer.lex"
4779 { YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
4780 YY_BREAK
4781 case 77:
4782 YY_RULE_SETUP
4783 #line 291 "util/configlexer.lex"
4784 { YDVAR(1, VAR_MSG_BUFFER_SIZE) }
4785 YY_BREAK
4786 case 78:
4787 YY_RULE_SETUP
4788 #line 292 "util/configlexer.lex"
4789 { YDVAR(1, VAR_MSG_CACHE_SIZE) }
4790 YY_BREAK
4791 case 79:
4792 YY_RULE_SETUP
4793 #line 293 "util/configlexer.lex"
4794 { YDVAR(1, VAR_MSG_CACHE_SLABS) }
4795 YY_BREAK
4796 case 80:
4797 YY_RULE_SETUP
4798 #line 294 "util/configlexer.lex"
4799 { YDVAR(1, VAR_RRSET_CACHE_SIZE) }
4800 YY_BREAK
4801 case 81:
4802 YY_RULE_SETUP
4803 #line 295 "util/configlexer.lex"
4804 { YDVAR(1, VAR_RRSET_CACHE_SLABS) }
4805 YY_BREAK
4806 case 82:
4807 YY_RULE_SETUP
4808 #line 296 "util/configlexer.lex"
4809 { YDVAR(1, VAR_CACHE_MAX_TTL) }
4810 YY_BREAK
4811 case 83:
4812 YY_RULE_SETUP
4813 #line 297 "util/configlexer.lex"
4814 { YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
4815 YY_BREAK
4816 case 84:
4817 YY_RULE_SETUP
4818 #line 298 "util/configlexer.lex"
4819 { YDVAR(1, VAR_CACHE_MIN_TTL) }
4820 YY_BREAK
4821 case 85:
4822 YY_RULE_SETUP
4823 #line 299 "util/configlexer.lex"
4824 { YDVAR(1, VAR_INFRA_HOST_TTL) }
4825 YY_BREAK
4826 case 86:
4827 YY_RULE_SETUP
4828 #line 300 "util/configlexer.lex"
4829 { YDVAR(1, VAR_INFRA_LAME_TTL) }
4830 YY_BREAK
4831 case 87:
4832 YY_RULE_SETUP
4833 #line 301 "util/configlexer.lex"
4834 { YDVAR(1, VAR_INFRA_CACHE_SLABS) }
4835 YY_BREAK
4836 case 88:
4837 YY_RULE_SETUP
4838 #line 302 "util/configlexer.lex"
4839 { YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
4840 YY_BREAK
4841 case 89:
4842 YY_RULE_SETUP
4843 #line 303 "util/configlexer.lex"
4844 { YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
4845 YY_BREAK
4846 case 90:
4847 YY_RULE_SETUP
4848 #line 304 "util/configlexer.lex"
4849 { YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
4850 YY_BREAK
4851 case 91:
4852 YY_RULE_SETUP
4853 #line 305 "util/configlexer.lex"
4854 { YDVAR(1, VAR_INFRA_CACHE_MAX_RTT) }
4855 YY_BREAK
4856 case 92:
4857 YY_RULE_SETUP
4858 #line 306 "util/configlexer.lex"
4859 { YDVAR(1, VAR_INFRA_KEEP_PROBING) }
4860 YY_BREAK
4861 case 93:
4862 YY_RULE_SETUP
4863 #line 307 "util/configlexer.lex"
4864 { YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
4865 YY_BREAK
4866 case 94:
4867 YY_RULE_SETUP
4868 #line 308 "util/configlexer.lex"
4869 { YDVAR(1, VAR_JOSTLE_TIMEOUT) }
4870 YY_BREAK
4871 case 95:
4872 YY_RULE_SETUP
4873 #line 309 "util/configlexer.lex"
4874 { YDVAR(1, VAR_DELAY_CLOSE) }
4875 YY_BREAK
4876 case 96:
4877 YY_RULE_SETUP
4878 #line 310 "util/configlexer.lex"
4879 { YDVAR(1, VAR_UDP_CONNECT) }
4880 YY_BREAK
4881 case 97:
4882 YY_RULE_SETUP
4883 #line 311 "util/configlexer.lex"
4884 { YDVAR(1, VAR_TARGET_FETCH_POLICY) }
4885 YY_BREAK
4886 case 98:
4887 YY_RULE_SETUP
4888 #line 312 "util/configlexer.lex"
4889 { YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
4890 YY_BREAK
4891 case 99:
4892 YY_RULE_SETUP
4893 #line 313 "util/configlexer.lex"
4894 { YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
4895 YY_BREAK
4896 case 100:
4897 YY_RULE_SETUP
4898 #line 314 "util/configlexer.lex"
4899 { YDVAR(1, VAR_HARDEN_GLUE) }
4900 YY_BREAK
4901 case 101:
4902 YY_RULE_SETUP
4903 #line 315 "util/configlexer.lex"
4904 { YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
4905 YY_BREAK
4906 case 102:
4907 YY_RULE_SETUP
4908 #line 316 "util/configlexer.lex"
4909 { YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
4910 YY_BREAK
4911 case 103:
4912 YY_RULE_SETUP
4913 #line 317 "util/configlexer.lex"
4914 { YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
4915 YY_BREAK
4916 case 104:
4917 YY_RULE_SETUP
4918 #line 318 "util/configlexer.lex"
4919 { YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
4920 YY_BREAK
4921 case 105:
4922 YY_RULE_SETUP
4923 #line 319 "util/configlexer.lex"
4924 { YDVAR(1, VAR_USE_CAPS_FOR_ID) }
4925 YY_BREAK
4926 case 106:
4927 YY_RULE_SETUP
4928 #line 320 "util/configlexer.lex"
4929 { YDVAR(1, VAR_CAPS_WHITELIST) }
4930 YY_BREAK
4931 case 107:
4932 YY_RULE_SETUP
4933 #line 321 "util/configlexer.lex"
4934 { YDVAR(1, VAR_CAPS_WHITELIST) }
4935 YY_BREAK
4936 case 108:
4937 YY_RULE_SETUP
4938 #line 322 "util/configlexer.lex"
4939 { YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
4940 YY_BREAK
4941 case 109:
4942 YY_RULE_SETUP
4943 #line 323 "util/configlexer.lex"
4944 { YDVAR(1, VAR_PRIVATE_ADDRESS) }
4945 YY_BREAK
4946 case 110:
4947 YY_RULE_SETUP
4948 #line 324 "util/configlexer.lex"
4949 { YDVAR(1, VAR_PRIVATE_DOMAIN) }
4950 YY_BREAK
4951 case 111:
4952 YY_RULE_SETUP
4953 #line 325 "util/configlexer.lex"
4954 { YDVAR(1, VAR_PREFETCH_KEY) }
4955 YY_BREAK
4956 case 112:
4957 YY_RULE_SETUP
4958 #line 326 "util/configlexer.lex"
4959 { YDVAR(1, VAR_PREFETCH) }
4960 YY_BREAK
4961 case 113:
4962 YY_RULE_SETUP
4963 #line 327 "util/configlexer.lex"
4964 { YDVAR(1, VAR_DENY_ANY) }
4965 YY_BREAK
4966 case 114:
4967 YY_RULE_SETUP
4968 #line 328 "util/configlexer.lex"
4969 { YDVAR(0, VAR_STUB_ZONE) }
4970 YY_BREAK
4971 case 115:
4972 YY_RULE_SETUP
4973 #line 329 "util/configlexer.lex"
4974 { YDVAR(1, VAR_NAME) }
4975 YY_BREAK
4976 case 116:
4977 YY_RULE_SETUP
4978 #line 330 "util/configlexer.lex"
4979 { YDVAR(1, VAR_STUB_ADDR) }
4980 YY_BREAK
4981 case 117:
4982 YY_RULE_SETUP
4983 #line 331 "util/configlexer.lex"
4984 { YDVAR(1, VAR_STUB_HOST) }
4985 YY_BREAK
4986 case 118:
4987 YY_RULE_SETUP
4988 #line 332 "util/configlexer.lex"
4989 { YDVAR(1, VAR_STUB_PRIME) }
4990 YY_BREAK
4991 case 119:
4992 YY_RULE_SETUP
4993 #line 333 "util/configlexer.lex"
4994 { YDVAR(1, VAR_STUB_FIRST) }
4995 YY_BREAK
4996 case 120:
4997 YY_RULE_SETUP
4998 #line 334 "util/configlexer.lex"
4999 { YDVAR(1, VAR_STUB_NO_CACHE) }
5000 YY_BREAK
5001 case 121:
5002 YY_RULE_SETUP
5003 #line 335 "util/configlexer.lex"
5004 { YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
5005 YY_BREAK
5006 case 122:
5007 YY_RULE_SETUP
5008 #line 336 "util/configlexer.lex"
5009 { YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
5010 YY_BREAK
5011 case 123:
5012 YY_RULE_SETUP
5013 #line 337 "util/configlexer.lex"
5014 { YDVAR(1, VAR_STUB_TCP_UPSTREAM) }
5015 YY_BREAK
5016 case 124:
5017 YY_RULE_SETUP
5018 #line 338 "util/configlexer.lex"
5019 { YDVAR(0, VAR_FORWARD_ZONE) }
5020 YY_BREAK
5021 case 125:
5022 YY_RULE_SETUP
5023 #line 339 "util/configlexer.lex"
5024 { YDVAR(1, VAR_FORWARD_ADDR) }
5025 YY_BREAK
5026 case 126:
5027 YY_RULE_SETUP
5028 #line 340 "util/configlexer.lex"
5029 { YDVAR(1, VAR_FORWARD_HOST) }
5030 YY_BREAK
5031 case 127:
5032 YY_RULE_SETUP
5033 #line 341 "util/configlexer.lex"
5034 { YDVAR(1, VAR_FORWARD_FIRST) }
5035 YY_BREAK
5036 case 128:
5037 YY_RULE_SETUP
5038 #line 342 "util/configlexer.lex"
5039 { YDVAR(1, VAR_FORWARD_NO_CACHE) }
5040 YY_BREAK
5041 case 129:
5042 YY_RULE_SETUP
5043 #line 343 "util/configlexer.lex"
5044 { YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
5045 YY_BREAK
5046 case 130:
5047 YY_RULE_SETUP
5048 #line 344 "util/configlexer.lex"
5049 { YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
5050 YY_BREAK
5051 case 131:
5052 YY_RULE_SETUP
5053 #line 345 "util/configlexer.lex"
5054 { YDVAR(1, VAR_FORWARD_TCP_UPSTREAM) }
5055 YY_BREAK
5056 case 132:
5057 YY_RULE_SETUP
5058 #line 346 "util/configlexer.lex"
5059 { YDVAR(0, VAR_AUTH_ZONE) }
5060 YY_BREAK
5061 case 133:
5062 YY_RULE_SETUP
5063 #line 347 "util/configlexer.lex"
5064 { YDVAR(0, VAR_RPZ) }
5065 YY_BREAK
5066 case 134:
5067 YY_RULE_SETUP
5068 #line 348 "util/configlexer.lex"
5069 { YDVAR(1, VAR_TAGS) }
5070 YY_BREAK
5071 case 135:
5072 YY_RULE_SETUP
5073 #line 349 "util/configlexer.lex"
5074 { YDVAR(1, VAR_RPZ_ACTION_OVERRIDE) }
5075 YY_BREAK
5076 case 136:
5077 YY_RULE_SETUP
5078 #line 350 "util/configlexer.lex"
5079 { YDVAR(1, VAR_RPZ_CNAME_OVERRIDE) }
5080 YY_BREAK
5081 case 137:
5082 YY_RULE_SETUP
5083 #line 351 "util/configlexer.lex"
5084 { YDVAR(1, VAR_RPZ_LOG) }
5085 YY_BREAK
5086 case 138:
5087 YY_RULE_SETUP
5088 #line 352 "util/configlexer.lex"
5089 { YDVAR(1, VAR_RPZ_LOG_NAME) }
5090 YY_BREAK
5091 case 139:
5092 YY_RULE_SETUP
5093 #line 353 "util/configlexer.lex"
5094 { YDVAR(1, VAR_RPZ_SIGNAL_NXDOMAIN_RA) }
5095 YY_BREAK
5096 case 140:
5097 YY_RULE_SETUP
5098 #line 354 "util/configlexer.lex"
5099 { YDVAR(1, VAR_ZONEFILE) }
5100 YY_BREAK
5101 case 141:
5102 YY_RULE_SETUP
5103 #line 355 "util/configlexer.lex"
5104 { YDVAR(1, VAR_MASTER) }
5105 YY_BREAK
5106 case 142:
5107 YY_RULE_SETUP
5108 #line 356 "util/configlexer.lex"
5109 { YDVAR(1, VAR_MASTER) }
5110 YY_BREAK
5111 case 143:
5112 YY_RULE_SETUP
5113 #line 357 "util/configlexer.lex"
5114 { YDVAR(1, VAR_URL) }
5115 YY_BREAK
5116 case 144:
5117 YY_RULE_SETUP
5118 #line 358 "util/configlexer.lex"
5119 { YDVAR(1, VAR_ALLOW_NOTIFY) }
5120 YY_BREAK
5121 case 145:
5122 YY_RULE_SETUP
5123 #line 359 "util/configlexer.lex"
5124 { YDVAR(1, VAR_FOR_DOWNSTREAM) }
5125 YY_BREAK
5126 case 146:
5127 YY_RULE_SETUP
5128 #line 360 "util/configlexer.lex"
5129 { YDVAR(1, VAR_FOR_UPSTREAM) }
5130 YY_BREAK
5131 case 147:
5132 YY_RULE_SETUP
5133 #line 361 "util/configlexer.lex"
5134 { YDVAR(1, VAR_FALLBACK_ENABLED) }
5135 YY_BREAK
5136 case 148:
5137 YY_RULE_SETUP
5138 #line 362 "util/configlexer.lex"
5139 { YDVAR(0, VAR_VIEW) }
5140 YY_BREAK
5141 case 149:
5142 YY_RULE_SETUP
5143 #line 363 "util/configlexer.lex"
5144 { YDVAR(1, VAR_VIEW_FIRST) }
5145 YY_BREAK
5146 case 150:
5147 YY_RULE_SETUP
5148 #line 364 "util/configlexer.lex"
5149 { YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
5150 YY_BREAK
5151 case 151:
5152 YY_RULE_SETUP
5153 #line 365 "util/configlexer.lex"
5154 { YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
5155 YY_BREAK
5156 case 152:
5157 YY_RULE_SETUP
5158 #line 366 "util/configlexer.lex"
5159 { YDVAR(2, VAR_ACCESS_CONTROL) }
5160 YY_BREAK
5161 case 153:
5162 YY_RULE_SETUP
5163 #line 367 "util/configlexer.lex"
5164 { YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
5165 YY_BREAK
5166 case 154:
5167 YY_RULE_SETUP
5168 #line 368 "util/configlexer.lex"
5169 { YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
5170 YY_BREAK
5171 case 155:
5172 YY_RULE_SETUP
5173 #line 369 "util/configlexer.lex"
5174 { YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
5175 YY_BREAK
5176 case 156:
5177 YY_RULE_SETUP
5178 #line 370 "util/configlexer.lex"
5179 { YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
5180 YY_BREAK
5181 case 157:
5182 YY_RULE_SETUP
5183 #line 371 "util/configlexer.lex"
5184 { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
5185 YY_BREAK
5186 case 158:
5187 YY_RULE_SETUP
5188 #line 372 "util/configlexer.lex"
5189 { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
5190 YY_BREAK
5191 case 159:
5192 YY_RULE_SETUP
5193 #line 373 "util/configlexer.lex"
5194 { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) }
5195 YY_BREAK
5196 case 160:
5197 YY_RULE_SETUP
5198 #line 374 "util/configlexer.lex"
5199 { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) }
5200 YY_BREAK
5201 case 161:
5202 YY_RULE_SETUP
5203 #line 375 "util/configlexer.lex"
5204 { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) }
5205 YY_BREAK
5206 case 162:
5207 YY_RULE_SETUP
5208 #line 376 "util/configlexer.lex"
5209 { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) }
5210 YY_BREAK
5211 case 163:
5212 YY_RULE_SETUP
5213 #line 377 "util/configlexer.lex"
5214 { YDVAR(1, VAR_HIDE_IDENTITY) }
5215 YY_BREAK
5216 case 164:
5217 YY_RULE_SETUP
5218 #line 378 "util/configlexer.lex"
5219 { YDVAR(1, VAR_HIDE_VERSION) }
5220 YY_BREAK
5221 case 165:
5222 YY_RULE_SETUP
5223 #line 379 "util/configlexer.lex"
5224 { YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
5225 YY_BREAK
5226 case 166:
5227 YY_RULE_SETUP
5228 #line 380 "util/configlexer.lex"
5229 { YDVAR(1, VAR_HIDE_HTTP_USER_AGENT) }
5230 YY_BREAK
5231 case 167:
5232 YY_RULE_SETUP
5233 #line 381 "util/configlexer.lex"
5234 { YDVAR(1, VAR_IDENTITY) }
5235 YY_BREAK
5236 case 168:
5237 YY_RULE_SETUP
5238 #line 382 "util/configlexer.lex"
5239 { YDVAR(1, VAR_VERSION) }
5240 YY_BREAK
5241 case 169:
5242 YY_RULE_SETUP
5243 #line 383 "util/configlexer.lex"
5244 { YDVAR(1, VAR_HTTP_USER_AGENT) }
5245 YY_BREAK
5246 case 170:
5247 YY_RULE_SETUP
5248 #line 384 "util/configlexer.lex"
5249 { YDVAR(1, VAR_MODULE_CONF) }
5250 YY_BREAK
5251 case 171:
5252 YY_RULE_SETUP
5253 #line 385 "util/configlexer.lex"
5254 { YDVAR(1, VAR_DLV_ANCHOR) }
5255 YY_BREAK
5256 case 172:
5257 YY_RULE_SETUP
5258 #line 386 "util/configlexer.lex"
5259 { YDVAR(1, VAR_DLV_ANCHOR_FILE) }
5260 YY_BREAK
5261 case 173:
5262 YY_RULE_SETUP
5263 #line 387 "util/configlexer.lex"
5264 { YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
5265 YY_BREAK
5266 case 174:
5267 YY_RULE_SETUP
5268 #line 388 "util/configlexer.lex"
5269 { YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
5270 YY_BREAK
5271 case 175:
5272 YY_RULE_SETUP
5273 #line 389 "util/configlexer.lex"
5274 { YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
5275 YY_BREAK
5276 case 176:
5277 YY_RULE_SETUP
5278 #line 390 "util/configlexer.lex"
5279 { YDVAR(1, VAR_TRUST_ANCHOR) }
5280 YY_BREAK
5281 case 177:
5282 YY_RULE_SETUP
5283 #line 391 "util/configlexer.lex"
5284 { YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
5285 YY_BREAK
5286 case 178:
5287 YY_RULE_SETUP
5288 #line 392 "util/configlexer.lex"
5289 { YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
5290 YY_BREAK
5291 case 179:
5292 YY_RULE_SETUP
5293 #line 393 "util/configlexer.lex"
5294 { YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
5295 YY_BREAK
5296 case 180:
5297 YY_RULE_SETUP
5298 #line 394 "util/configlexer.lex"
5299 { YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
5300 YY_BREAK
5301 case 181:
5302 YY_RULE_SETUP
5303 #line 395 "util/configlexer.lex"
5304 { YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
5305 YY_BREAK
5306 case 182:
5307 YY_RULE_SETUP
5308 #line 396 "util/configlexer.lex"
5309 { YDVAR(1, VAR_VAL_MAX_RESTART) }
5310 YY_BREAK
5311 case 183:
5312 YY_RULE_SETUP
5313 #line 397 "util/configlexer.lex"
5314 { YDVAR(1, VAR_BOGUS_TTL) }
5315 YY_BREAK
5316 case 184:
5317 YY_RULE_SETUP
5318 #line 398 "util/configlexer.lex"
5319 { YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
5320 YY_BREAK
5321 case 185:
5322 YY_RULE_SETUP
5323 #line 399 "util/configlexer.lex"
5324 { YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
5325 YY_BREAK
5326 case 186:
5327 YY_RULE_SETUP
5328 #line 400 "util/configlexer.lex"
5329 { YDVAR(1, VAR_AGGRESSIVE_NSEC) }
5330 YY_BREAK
5331 case 187:
5332 YY_RULE_SETUP
5333 #line 401 "util/configlexer.lex"
5334 { YDVAR(1, VAR_IGNORE_CD_FLAG) }
5335 YY_BREAK
5336 case 188:
5337 YY_RULE_SETUP
5338 #line 402 "util/configlexer.lex"
5339 { YDVAR(1, VAR_SERVE_EXPIRED) }
5340 YY_BREAK
5341 case 189:
5342 YY_RULE_SETUP
5343 #line 403 "util/configlexer.lex"
5344 { YDVAR(1, VAR_SERVE_EXPIRED_TTL) }
5345 YY_BREAK
5346 case 190:
5347 YY_RULE_SETUP
5348 #line 404 "util/configlexer.lex"
5349 { YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) }
5350 YY_BREAK
5351 case 191:
5352 YY_RULE_SETUP
5353 #line 405 "util/configlexer.lex"
5354 { YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) }
5355 YY_BREAK
5356 case 192:
5357 YY_RULE_SETUP
5358 #line 406 "util/configlexer.lex"
5359 { YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) }
5360 YY_BREAK
5361 case 193:
5362 YY_RULE_SETUP
5363 #line 407 "util/configlexer.lex"
5364 { YDVAR(1, VAR_EDE_SERVE_EXPIRED) }
5365 YY_BREAK
5366 case 194:
5367 YY_RULE_SETUP
5368 #line 408 "util/configlexer.lex"
5369 { YDVAR(1, VAR_SERVE_ORIGINAL_TTL) }
5370 YY_BREAK
5371 case 195:
5372 YY_RULE_SETUP
5373 #line 409 "util/configlexer.lex"
5374 { YDVAR(1, VAR_FAKE_DSA) }
5375 YY_BREAK
5376 case 196:
5377 YY_RULE_SETUP
5378 #line 410 "util/configlexer.lex"
5379 { YDVAR(1, VAR_FAKE_SHA1) }
5380 YY_BREAK
5381 case 197:
5382 YY_RULE_SETUP
5383 #line 411 "util/configlexer.lex"
5384 { YDVAR(1, VAR_VAL_LOG_LEVEL) }
5385 YY_BREAK
5386 case 198:
5387 YY_RULE_SETUP
5388 #line 412 "util/configlexer.lex"
5389 { YDVAR(1, VAR_KEY_CACHE_SIZE) }
5390 YY_BREAK
5391 case 199:
5392 YY_RULE_SETUP
5393 #line 413 "util/configlexer.lex"
5394 { YDVAR(1, VAR_KEY_CACHE_SLABS) }
5395 YY_BREAK
5396 case 200:
5397 YY_RULE_SETUP
5398 #line 414 "util/configlexer.lex"
5399 { YDVAR(1, VAR_NEG_CACHE_SIZE) }
5400 YY_BREAK
5401 case 201:
5402 YY_RULE_SETUP
5403 #line 415 "util/configlexer.lex"
5404 {
5405 YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
5406 YY_BREAK
5407 case 202:
5408 YY_RULE_SETUP
5409 #line 417 "util/configlexer.lex"
5410 { YDVAR(1, VAR_ZONEMD_PERMISSIVE_MODE) }
5411 YY_BREAK
5412 case 203:
5413 YY_RULE_SETUP
5414 #line 418 "util/configlexer.lex"
5415 { YDVAR(1, VAR_ZONEMD_CHECK) }
5416 YY_BREAK
5417 case 204:
5418 YY_RULE_SETUP
5419 #line 419 "util/configlexer.lex"
5420 { YDVAR(1, VAR_ZONEMD_REJECT_ABSENCE) }
5421 YY_BREAK
5422 case 205:
5423 YY_RULE_SETUP
5424 #line 420 "util/configlexer.lex"
5425 { YDVAR(1, VAR_ADD_HOLDDOWN) }
5426 YY_BREAK
5427 case 206:
5428 YY_RULE_SETUP
5429 #line 421 "util/configlexer.lex"
5430 { YDVAR(1, VAR_DEL_HOLDDOWN) }
5431 YY_BREAK
5432 case 207:
5433 YY_RULE_SETUP
5434 #line 422 "util/configlexer.lex"
5435 { YDVAR(1, VAR_KEEP_MISSING) }
5436 YY_BREAK
5437 case 208:
5438 YY_RULE_SETUP
5439 #line 423 "util/configlexer.lex"
5440 { YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
5441 YY_BREAK
5442 case 209:
5443 YY_RULE_SETUP
5444 #line 424 "util/configlexer.lex"
5445 { YDVAR(1, VAR_USE_SYSLOG) }
5446 YY_BREAK
5447 case 210:
5448 YY_RULE_SETUP
5449 #line 425 "util/configlexer.lex"
5450 { YDVAR(1, VAR_LOG_IDENTITY) }
5451 YY_BREAK
5452 case 211:
5453 YY_RULE_SETUP
5454 #line 426 "util/configlexer.lex"
5455 { YDVAR(1, VAR_LOG_TIME_ASCII) }
5456 YY_BREAK
5457 case 212:
5458 YY_RULE_SETUP
5459 #line 427 "util/configlexer.lex"
5460 { YDVAR(1, VAR_LOG_QUERIES) }
5461 YY_BREAK
5462 case 213:
5463 YY_RULE_SETUP
5464 #line 428 "util/configlexer.lex"
5465 { YDVAR(1, VAR_LOG_REPLIES) }
5466 YY_BREAK
5467 case 214:
5468 YY_RULE_SETUP
5469 #line 429 "util/configlexer.lex"
5470 { YDVAR(1, VAR_LOG_TAG_QUERYREPLY) }
5471 YY_BREAK
5472 case 215:
5473 YY_RULE_SETUP
5474 #line 430 "util/configlexer.lex"
5475 { YDVAR(1, VAR_LOG_LOCAL_ACTIONS) }
5476 YY_BREAK
5477 case 216:
5478 YY_RULE_SETUP
5479 #line 431 "util/configlexer.lex"
5480 { YDVAR(1, VAR_LOG_SERVFAIL) }
5481 YY_BREAK
5482 case 217:
5483 YY_RULE_SETUP
5484 #line 432 "util/configlexer.lex"
5485 { YDVAR(2, VAR_LOCAL_ZONE) }
5486 YY_BREAK
5487 case 218:
5488 YY_RULE_SETUP
5489 #line 433 "util/configlexer.lex"
5490 { YDVAR(1, VAR_LOCAL_DATA) }
5491 YY_BREAK
5492 case 219:
5493 YY_RULE_SETUP
5494 #line 434 "util/configlexer.lex"
5495 { YDVAR(1, VAR_LOCAL_DATA_PTR) }
5496 YY_BREAK
5497 case 220:
5498 YY_RULE_SETUP
5499 #line 435 "util/configlexer.lex"
5500 { YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
5501 YY_BREAK
5502 case 221:
5503 YY_RULE_SETUP
5504 #line 436 "util/configlexer.lex"
5505 { YDVAR(1, VAR_INSECURE_LAN_ZONES) }
5506 YY_BREAK
5507 case 222:
5508 YY_RULE_SETUP
5509 #line 437 "util/configlexer.lex"
5510 { YDVAR(1, VAR_STATISTICS_INTERVAL) }
5511 YY_BREAK
5512 case 223:
5513 YY_RULE_SETUP
5514 #line 438 "util/configlexer.lex"
5515 { YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
5516 YY_BREAK
5517 case 224:
5518 YY_RULE_SETUP
5519 #line 439 "util/configlexer.lex"
5520 { YDVAR(1, VAR_EXTENDED_STATISTICS) }
5521 YY_BREAK
5522 case 225:
5523 YY_RULE_SETUP
5524 #line 440 "util/configlexer.lex"
5525 { YDVAR(1, VAR_SHM_ENABLE) }
5526 YY_BREAK
5527 case 226:
5528 YY_RULE_SETUP
5529 #line 441 "util/configlexer.lex"
5530 { YDVAR(1, VAR_SHM_KEY) }
5531 YY_BREAK
5532 case 227:
5533 YY_RULE_SETUP
5534 #line 442 "util/configlexer.lex"
5535 { YDVAR(0, VAR_REMOTE_CONTROL) }
5536 YY_BREAK
5537 case 228:
5538 YY_RULE_SETUP
5539 #line 443 "util/configlexer.lex"
5540 { YDVAR(1, VAR_CONTROL_ENABLE) }
5541 YY_BREAK
5542 case 229:
5543 YY_RULE_SETUP
5544 #line 444 "util/configlexer.lex"
5545 { YDVAR(1, VAR_CONTROL_INTERFACE) }
5546 YY_BREAK
5547 case 230:
5548 YY_RULE_SETUP
5549 #line 445 "util/configlexer.lex"
5550 { YDVAR(1, VAR_CONTROL_PORT) }
5551 YY_BREAK
5552 case 231:
5553 YY_RULE_SETUP
5554 #line 446 "util/configlexer.lex"
5555 { YDVAR(1, VAR_CONTROL_USE_CERT) }
5556 YY_BREAK
5557 case 232:
5558 YY_RULE_SETUP
5559 #line 447 "util/configlexer.lex"
5560 { YDVAR(1, VAR_SERVER_KEY_FILE) }
5561 YY_BREAK
5562 case 233:
5563 YY_RULE_SETUP
5564 #line 448 "util/configlexer.lex"
5565 { YDVAR(1, VAR_SERVER_CERT_FILE) }
5566 YY_BREAK
5567 case 234:
5568 YY_RULE_SETUP
5569 #line 449 "util/configlexer.lex"
5570 { YDVAR(1, VAR_CONTROL_KEY_FILE) }
5571 YY_BREAK
5572 case 235:
5573 YY_RULE_SETUP
5574 #line 450 "util/configlexer.lex"
5575 { YDVAR(1, VAR_CONTROL_CERT_FILE) }
5576 YY_BREAK
5577 case 236:
5578 YY_RULE_SETUP
5579 #line 451 "util/configlexer.lex"
5580 { YDVAR(1, VAR_PYTHON_SCRIPT) }
5581 YY_BREAK
5582 case 237:
5583 YY_RULE_SETUP
5584 #line 452 "util/configlexer.lex"
5585 { YDVAR(0, VAR_PYTHON) }
5586 YY_BREAK
5587 case 238:
5588 YY_RULE_SETUP
5589 #line 453 "util/configlexer.lex"
5590 { YDVAR(1, VAR_DYNLIB_FILE) }
5591 YY_BREAK
5592 case 239:
5593 YY_RULE_SETUP
5594 #line 454 "util/configlexer.lex"
5595 { YDVAR(0, VAR_DYNLIB) }
5596 YY_BREAK
5597 case 240:
5598 YY_RULE_SETUP
5599 #line 455 "util/configlexer.lex"
5600 { YDVAR(1, VAR_DOMAIN_INSECURE) }
5601 YY_BREAK
5602 case 241:
5603 YY_RULE_SETUP
5604 #line 456 "util/configlexer.lex"
5605 { YDVAR(1, VAR_MINIMAL_RESPONSES) }
5606 YY_BREAK
5607 case 242:
5608 YY_RULE_SETUP
5609 #line 457 "util/configlexer.lex"
5610 { YDVAR(1, VAR_RRSET_ROUNDROBIN) }
5611 YY_BREAK
5612 case 243:
5613 YY_RULE_SETUP
5614 #line 458 "util/configlexer.lex"
5615 { YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) }
5616 YY_BREAK
5617 case 244:
5618 YY_RULE_SETUP
5619 #line 459 "util/configlexer.lex"
5620 { YDVAR(1, VAR_MAX_UDP_SIZE) }
5621 YY_BREAK
5622 case 245:
5623 YY_RULE_SETUP
5624 #line 460 "util/configlexer.lex"
5625 { YDVAR(1, VAR_DNS64_PREFIX) }
5626 YY_BREAK
5627 case 246:
5628 YY_RULE_SETUP
5629 #line 461 "util/configlexer.lex"
5630 { YDVAR(1, VAR_DNS64_SYNTHALL) }
5631 YY_BREAK
5632 case 247:
5633 YY_RULE_SETUP
5634 #line 462 "util/configlexer.lex"
5635 { YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
5636 YY_BREAK
5637 case 248:
5638 YY_RULE_SETUP
5639 #line 463 "util/configlexer.lex"
5640 { YDVAR(1, VAR_DEFINE_TAG) }
5641 YY_BREAK
5642 case 249:
5643 YY_RULE_SETUP
5644 #line 464 "util/configlexer.lex"
5645 { YDVAR(2, VAR_LOCAL_ZONE_TAG) }
5646 YY_BREAK
5647 case 250:
5648 YY_RULE_SETUP
5649 #line 465 "util/configlexer.lex"
5650 { YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
5651 YY_BREAK
5652 case 251:
5653 YY_RULE_SETUP
5654 #line 466 "util/configlexer.lex"
5655 { YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
5656 YY_BREAK
5657 case 252:
5658 YY_RULE_SETUP
5659 #line 467 "util/configlexer.lex"
5660 { YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
5661 YY_BREAK
5662 case 253:
5663 YY_RULE_SETUP
5664 #line 468 "util/configlexer.lex"
5665 { YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
5666 YY_BREAK
5667 case 254:
5668 YY_RULE_SETUP
5669 #line 469 "util/configlexer.lex"
5670 { YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
5671 YY_BREAK
5672 case 255:
5673 YY_RULE_SETUP
5674 #line 470 "util/configlexer.lex"
5675 { YDVAR(0, VAR_DNSTAP) }
5676 YY_BREAK
5677 case 256:
5678 YY_RULE_SETUP
5679 #line 471 "util/configlexer.lex"
5680 { YDVAR(1, VAR_DNSTAP_ENABLE) }
5681 YY_BREAK
5682 case 257:
5683 YY_RULE_SETUP
5684 #line 472 "util/configlexer.lex"
5685 { YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) }
5686 YY_BREAK
5687 case 258:
5688 YY_RULE_SETUP
5689 #line 473 "util/configlexer.lex"
5690 { YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
5691 YY_BREAK
5692 case 259:
5693 YY_RULE_SETUP
5694 #line 474 "util/configlexer.lex"
5695 { YDVAR(1, VAR_DNSTAP_IP) }
5696 YY_BREAK
5697 case 260:
5698 YY_RULE_SETUP
5699 #line 475 "util/configlexer.lex"
5700 { YDVAR(1, VAR_DNSTAP_TLS) }
5701 YY_BREAK
5702 case 261:
5703 YY_RULE_SETUP
5704 #line 476 "util/configlexer.lex"
5705 { YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) }
5706 YY_BREAK
5707 case 262:
5708 YY_RULE_SETUP
5709 #line 477 "util/configlexer.lex"
5710 { YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) }
5711 YY_BREAK
5712 case 263:
5713 YY_RULE_SETUP
5714 #line 478 "util/configlexer.lex"
5715 {
5716 YDVAR(1, VAR_DNSTAP_TLS_CLIENT_KEY_FILE) }
5717 YY_BREAK
5718 case 264:
5719 YY_RULE_SETUP
5720 #line 480 "util/configlexer.lex"
5721 {
5722 YDVAR(1, VAR_DNSTAP_TLS_CLIENT_CERT_FILE) }
5723 YY_BREAK
5724 case 265:
5725 YY_RULE_SETUP
5726 #line 482 "util/configlexer.lex"
5727 { YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
5728 YY_BREAK
5729 case 266:
5730 YY_RULE_SETUP
5731 #line 483 "util/configlexer.lex"
5732 { YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
5733 YY_BREAK
5734 case 267:
5735 YY_RULE_SETUP
5736 #line 484 "util/configlexer.lex"
5737 { YDVAR(1, VAR_DNSTAP_IDENTITY) }
5738 YY_BREAK
5739 case 268:
5740 YY_RULE_SETUP
5741 #line 485 "util/configlexer.lex"
5742 { YDVAR(1, VAR_DNSTAP_VERSION) }
5743 YY_BREAK
5744 case 269:
5745 YY_RULE_SETUP
5746 #line 486 "util/configlexer.lex"
5747 {
5748 YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
5749 YY_BREAK
5750 case 270:
5751 YY_RULE_SETUP
5752 #line 488 "util/configlexer.lex"
5753 {
5754 YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
5755 YY_BREAK
5756 case 271:
5757 YY_RULE_SETUP
5758 #line 490 "util/configlexer.lex"
5759 {
5760 YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
5761 YY_BREAK
5762 case 272:
5763 YY_RULE_SETUP
5764 #line 492 "util/configlexer.lex"
5765 {
5766 YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
5767 YY_BREAK
5768 case 273:
5769 YY_RULE_SETUP
5770 #line 494 "util/configlexer.lex"
5771 {
5772 YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
5773 YY_BREAK
5774 case 274:
5775 YY_RULE_SETUP
5776 #line 496 "util/configlexer.lex"
5777 {
5778 YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
5779 YY_BREAK
5780 case 275:
5781 YY_RULE_SETUP
5782 #line 498 "util/configlexer.lex"
5783 { YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
5784 YY_BREAK
5785 case 276:
5786 YY_RULE_SETUP
5787 #line 499 "util/configlexer.lex"
5788 { YDVAR(1, VAR_IP_RATELIMIT) }
5789 YY_BREAK
5790 case 277:
5791 YY_RULE_SETUP
5792 #line 500 "util/configlexer.lex"
5793 { YDVAR(1, VAR_RATELIMIT) }
5794 YY_BREAK
5795 case 278:
5796 YY_RULE_SETUP
5797 #line 501 "util/configlexer.lex"
5798 { YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
5799 YY_BREAK
5800 case 279:
5801 YY_RULE_SETUP
5802 #line 502 "util/configlexer.lex"
5803 { YDVAR(1, VAR_RATELIMIT_SLABS) }
5804 YY_BREAK
5805 case 280:
5806 YY_RULE_SETUP
5807 #line 503 "util/configlexer.lex"
5808 { YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
5809 YY_BREAK
5810 case 281:
5811 YY_RULE_SETUP
5812 #line 504 "util/configlexer.lex"
5813 { YDVAR(1, VAR_RATELIMIT_SIZE) }
5814 YY_BREAK
5815 case 282:
5816 YY_RULE_SETUP
5817 #line 505 "util/configlexer.lex"
5818 { YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
5819 YY_BREAK
5820 case 283:
5821 YY_RULE_SETUP
5822 #line 506 "util/configlexer.lex"
5823 { YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
5824 YY_BREAK
5825 case 284:
5826 YY_RULE_SETUP
5827 #line 507 "util/configlexer.lex"
5828 { YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
5829 YY_BREAK
5830 case 285:
5831 YY_RULE_SETUP
5832 #line 508 "util/configlexer.lex"
5833 { YDVAR(1, VAR_RATELIMIT_FACTOR) }
5834 YY_BREAK
5835 case 286:
5836 YY_RULE_SETUP
5837 #line 509 "util/configlexer.lex"
5838 { YDVAR(1, VAR_IP_RATELIMIT_BACKOFF) }
5839 YY_BREAK
5840 case 287:
5841 YY_RULE_SETUP
5842 #line 510 "util/configlexer.lex"
5843 { YDVAR(1, VAR_RATELIMIT_BACKOFF) }
5844 YY_BREAK
5845 case 288:
5846 YY_RULE_SETUP
5847 #line 511 "util/configlexer.lex"
5848 { YDVAR(1, VAR_OUTBOUND_MSG_RETRY) }
5849 YY_BREAK
5850 case 289:
5851 YY_RULE_SETUP
5852 #line 512 "util/configlexer.lex"
5853 { YDVAR(1, VAR_LOW_RTT) }
5854 YY_BREAK
5855 case 290:
5856 YY_RULE_SETUP
5857 #line 513 "util/configlexer.lex"
5858 { YDVAR(1, VAR_FAST_SERVER_NUM) }
5859 YY_BREAK
5860 case 291:
5861 YY_RULE_SETUP
5862 #line 514 "util/configlexer.lex"
5863 { YDVAR(1, VAR_FAST_SERVER_PERMIL) }
5864 YY_BREAK
5865 case 292:
5866 YY_RULE_SETUP
5867 #line 515 "util/configlexer.lex"
5868 { YDVAR(1, VAR_FAST_SERVER_PERMIL) }
5869 YY_BREAK
5870 case 293:
5871 YY_RULE_SETUP
5872 #line 516 "util/configlexer.lex"
5873 { YDVAR(1, VAR_FAST_SERVER_PERMIL) }
5874 YY_BREAK
5875 case 294:
5876 YY_RULE_SETUP
5877 #line 517 "util/configlexer.lex"
5878 { YDVAR(2, VAR_RESPONSE_IP_TAG) }
5879 YY_BREAK
5880 case 295:
5881 YY_RULE_SETUP
5882 #line 518 "util/configlexer.lex"
5883 { YDVAR(2, VAR_RESPONSE_IP) }
5884 YY_BREAK
5885 case 296:
5886 YY_RULE_SETUP
5887 #line 519 "util/configlexer.lex"
5888 { YDVAR(2, VAR_RESPONSE_IP_DATA) }
5889 YY_BREAK
5890 case 297:
5891 YY_RULE_SETUP
5892 #line 520 "util/configlexer.lex"
5893 { YDVAR(0, VAR_DNSCRYPT) }
5894 YY_BREAK
5895 case 298:
5896 YY_RULE_SETUP
5897 #line 521 "util/configlexer.lex"
5898 { YDVAR(1, VAR_DNSCRYPT_ENABLE) }
5899 YY_BREAK
5900 case 299:
5901 YY_RULE_SETUP
5902 #line 522 "util/configlexer.lex"
5903 { YDVAR(1, VAR_DNSCRYPT_PORT) }
5904 YY_BREAK
5905 case 300:
5906 YY_RULE_SETUP
5907 #line 523 "util/configlexer.lex"
5908 { YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
5909 YY_BREAK
5910 case 301:
5911 YY_RULE_SETUP
5912 #line 524 "util/configlexer.lex"
5913 { YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
5914 YY_BREAK
5915 case 302:
5916 YY_RULE_SETUP
5917 #line 525 "util/configlexer.lex"
5918 { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
5919 YY_BREAK
5920 case 303:
5921 YY_RULE_SETUP
5922 #line 526 "util/configlexer.lex"
5923 { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
5924 YY_BREAK
5925 case 304:
5926 YY_RULE_SETUP
5927 #line 527 "util/configlexer.lex"
5928 {
5929 YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
5930 YY_BREAK
5931 case 305:
5932 YY_RULE_SETUP
5933 #line 529 "util/configlexer.lex"
5934 {
5935 YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
5936 YY_BREAK
5937 case 306:
5938 YY_RULE_SETUP
5939 #line 531 "util/configlexer.lex"
5940 { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
5941 YY_BREAK
5942 case 307:
5943 YY_RULE_SETUP
5944 #line 532 "util/configlexer.lex"
5945 { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
5946 YY_BREAK
5947 case 308:
5948 YY_RULE_SETUP
5949 #line 533 "util/configlexer.lex"
5950 { YDVAR(1, VAR_PAD_RESPONSES) }
5951 YY_BREAK
5952 case 309:
5953 YY_RULE_SETUP
5954 #line 534 "util/configlexer.lex"
5955 { YDVAR(1, VAR_PAD_RESPONSES_BLOCK_SIZE) }
5956 YY_BREAK
5957 case 310:
5958 YY_RULE_SETUP
5959 #line 535 "util/configlexer.lex"
5960 { YDVAR(1, VAR_PAD_QUERIES) }
5961 YY_BREAK
5962 case 311:
5963 YY_RULE_SETUP
5964 #line 536 "util/configlexer.lex"
5965 { YDVAR(1, VAR_PAD_QUERIES_BLOCK_SIZE) }
5966 YY_BREAK
5967 case 312:
5968 YY_RULE_SETUP
5969 #line 537 "util/configlexer.lex"
5970 { YDVAR(1, VAR_IPSECMOD_ENABLED) }
5971 YY_BREAK
5972 case 313:
5973 YY_RULE_SETUP
5974 #line 538 "util/configlexer.lex"
5975 { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
5976 YY_BREAK
5977 case 314:
5978 YY_RULE_SETUP
5979 #line 539 "util/configlexer.lex"
5980 { YDVAR(1, VAR_IPSECMOD_HOOK) }
5981 YY_BREAK
5982 case 315:
5983 YY_RULE_SETUP
5984 #line 540 "util/configlexer.lex"
5985 { YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
5986 YY_BREAK
5987 case 316:
5988 YY_RULE_SETUP
5989 #line 541 "util/configlexer.lex"
5990 { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
5991 YY_BREAK
5992 case 317:
5993 YY_RULE_SETUP
5994 #line 542 "util/configlexer.lex"
5995 { YDVAR(1, VAR_IPSECMOD_WHITELIST) }
5996 YY_BREAK
5997 case 318:
5998 YY_RULE_SETUP
5999 #line 543 "util/configlexer.lex"
6000 { YDVAR(1, VAR_IPSECMOD_STRICT) }
6001 YY_BREAK
6002 case 319:
6003 YY_RULE_SETUP
6004 #line 544 "util/configlexer.lex"
6005 { YDVAR(0, VAR_CACHEDB) }
6006 YY_BREAK
6007 case 320:
6008 YY_RULE_SETUP
6009 #line 545 "util/configlexer.lex"
6010 { YDVAR(1, VAR_CACHEDB_BACKEND) }
6011 YY_BREAK
6012 case 321:
6013 YY_RULE_SETUP
6014 #line 546 "util/configlexer.lex"
6015 { YDVAR(1, VAR_CACHEDB_SECRETSEED) }
6016 YY_BREAK
6017 case 322:
6018 YY_RULE_SETUP
6019 #line 547 "util/configlexer.lex"
6020 { YDVAR(1, VAR_CACHEDB_REDISHOST) }
6021 YY_BREAK
6022 case 323:
6023 YY_RULE_SETUP
6024 #line 548 "util/configlexer.lex"
6025 { YDVAR(1, VAR_CACHEDB_REDISPORT) }
6026 YY_BREAK
6027 case 324:
6028 YY_RULE_SETUP
6029 #line 549 "util/configlexer.lex"
6030 { YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
6031 YY_BREAK
6032 case 325:
6033 YY_RULE_SETUP
6034 #line 550 "util/configlexer.lex"
6035 { YDVAR(1, VAR_CACHEDB_REDISEXPIRERECORDS) }
6036 YY_BREAK
6037 case 326:
6038 YY_RULE_SETUP
6039 #line 551 "util/configlexer.lex"
6040 { YDVAR(0, VAR_IPSET) }
6041 YY_BREAK
6042 case 327:
6043 YY_RULE_SETUP
6044 #line 552 "util/configlexer.lex"
6045 { YDVAR(1, VAR_IPSET_NAME_V4) }
6046 YY_BREAK
6047 case 328:
6048 YY_RULE_SETUP
6049 #line 553 "util/configlexer.lex"
6050 { YDVAR(1, VAR_IPSET_NAME_V6) }
6051 YY_BREAK
6052 case 329:
6053 YY_RULE_SETUP
6054 #line 554 "util/configlexer.lex"
6055 { YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
6056 YY_BREAK
6057 case 330:
6058 YY_RULE_SETUP
6059 #line 555 "util/configlexer.lex"
6060 { YDVAR(2, VAR_TCP_CONNECTION_LIMIT) }
6061 YY_BREAK
6062 case 331:
6063 YY_RULE_SETUP
6064 #line 556 "util/configlexer.lex"
6065 { YDVAR(2, VAR_EDNS_CLIENT_STRING) }
6066 YY_BREAK
6067 case 332:
6068 YY_RULE_SETUP
6069 #line 557 "util/configlexer.lex"
6070 { YDVAR(1, VAR_EDNS_CLIENT_STRING_OPCODE) }
6071 YY_BREAK
6072 case 333:
6073 YY_RULE_SETUP
6074 #line 558 "util/configlexer.lex"
6075 { YDVAR(1, VAR_NSID ) }
6076 YY_BREAK
6077 case 334:
6078 YY_RULE_SETUP
6079 #line 559 "util/configlexer.lex"
6080 { YDVAR(1, VAR_EDE ) }
6081 YY_BREAK
6082 case 335:
6083 /* rule 335 can match eol */
6084 YY_RULE_SETUP
6085 #line 560 "util/configlexer.lex"
6086 { LEXOUT(("NL\n")); cfg_parser->line++; }
6087 YY_BREAK
6088 /* Quoted strings. Strip leading and ending quotes */
6089 case 336:
6090 YY_RULE_SETUP
6091 #line 563 "util/configlexer.lex"
6092 { BEGIN(quotedstring); LEXOUT(("QS ")); }
6093 YY_BREAK
6094 case YY_STATE_EOF(quotedstring):
6095 #line 564 "util/configlexer.lex"
6096 {
6097 yyerror("EOF inside quoted string");
6098 if(--num_args == 0) { BEGIN(INITIAL); }
6099 else { BEGIN(val); }
6100 }
6101 YY_BREAK
6102 case 337:
6103 YY_RULE_SETUP
6104 #line 569 "util/configlexer.lex"
6105 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6106 YY_BREAK
6107 case 338:
6108 /* rule 338 can match eol */
6109 YY_RULE_SETUP
6110 #line 570 "util/configlexer.lex"
6111 { yyerror("newline inside quoted string, no end \"");
6112 cfg_parser->line++; BEGIN(INITIAL); }
6113 YY_BREAK
6114 case 339:
6115 YY_RULE_SETUP
6116 #line 572 "util/configlexer.lex"
6117 {
6118 LEXOUT(("QE "));
6119 if(--num_args == 0) { BEGIN(INITIAL); }
6120 else { BEGIN(val); }
6121 yytext[yyleng - 1] = '\0';
6122 yylval.str = strdup(yytext);
6123 if(!yylval.str)
6124 yyerror("out of memory");
6125 return STRING_ARG;
6126 }
6127 YY_BREAK
6128 /* Single Quoted strings. Strip leading and ending quotes */
6129 case 340:
6130 YY_RULE_SETUP
6131 #line 584 "util/configlexer.lex"
6132 { BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
6133 YY_BREAK
6134 case YY_STATE_EOF(singlequotedstr):
6135 #line 585 "util/configlexer.lex"
6136 {
6137 yyerror("EOF inside quoted string");
6138 if(--num_args == 0) { BEGIN(INITIAL); }
6139 else { BEGIN(val); }
6140 }
6141 YY_BREAK
6142 case 341:
6143 YY_RULE_SETUP
6144 #line 590 "util/configlexer.lex"
6145 { LEXOUT(("STR(%s) ", yytext)); yymore(); }
6146 YY_BREAK
6147 case 342:
6148 /* rule 342 can match eol */
6149 YY_RULE_SETUP
6150 #line 591 "util/configlexer.lex"
6151 { yyerror("newline inside quoted string, no end '");
6152 cfg_parser->line++; BEGIN(INITIAL); }
6153 YY_BREAK
6154 case 343:
6155 YY_RULE_SETUP
6156 #line 593 "util/configlexer.lex"
6157 {
6158 LEXOUT(("SQE "));
6159 if(--num_args == 0) { BEGIN(INITIAL); }
6160 else { BEGIN(val); }
6161 yytext[yyleng - 1] = '\0';
6162 yylval.str = strdup(yytext);
6163 if(!yylval.str)
6164 yyerror("out of memory");
6165 return STRING_ARG;
6166 }
6167 YY_BREAK
6168 /* include: directive */
6169 case 344:
6170 YY_RULE_SETUP
6171 #line 605 "util/configlexer.lex"
6172 {
6173 LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
6174 YY_BREAK
6175 case YY_STATE_EOF(include):
6176 #line 607 "util/configlexer.lex"
6177 {
6178 yyerror("EOF inside include directive");
6179 BEGIN(inc_prev);
6180 }
6181 YY_BREAK
6182 case 345:
6183 YY_RULE_SETUP
6184 #line 611 "util/configlexer.lex"
6185 { LEXOUT(("ISP ")); /* ignore */ }
6186 YY_BREAK
6187 case 346:
6188 /* rule 346 can match eol */
6189 YY_RULE_SETUP
6190 #line 612 "util/configlexer.lex"
6191 { LEXOUT(("NL\n")); cfg_parser->line++;}
6192 YY_BREAK
6193 case 347:
6194 YY_RULE_SETUP
6195 #line 613 "util/configlexer.lex"
6196 { LEXOUT(("IQS ")); BEGIN(include_quoted); }
6197 YY_BREAK
6198 case 348:
6199 YY_RULE_SETUP
6200 #line 614 "util/configlexer.lex"
6201 {
6202 LEXOUT(("Iunquotedstr(%s) ", yytext));
6203 config_start_include_glob(yytext, 0);
6204 BEGIN(inc_prev);
6205 }
6206 YY_BREAK
6207 case YY_STATE_EOF(include_quoted):
6208 #line 619 "util/configlexer.lex"
6209 {
6210 yyerror("EOF inside quoted string");
6211 BEGIN(inc_prev);
6212 }
6213 YY_BREAK
6214 case 349:
6215 YY_RULE_SETUP
6216 #line 623 "util/configlexer.lex"
6217 { LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
6218 YY_BREAK
6219 case 350:
6220 /* rule 350 can match eol */
6221 YY_RULE_SETUP
6222 #line 624 "util/configlexer.lex"
6223 { yyerror("newline before \" in include name");
6224 cfg_parser->line++; BEGIN(inc_prev); }
6225 YY_BREAK
6226 case 351:
6227 YY_RULE_SETUP
6228 #line 626 "util/configlexer.lex"
6229 {
6230 LEXOUT(("IQE "));
6231 yytext[yyleng - 1] = '\0';
6232 config_start_include_glob(yytext, 0);
6233 BEGIN(inc_prev);
6234 }
6235 YY_BREAK
6236 case YY_STATE_EOF(INITIAL):
6237 case YY_STATE_EOF(val):
6238 #line 632 "util/configlexer.lex"
6239 {
6240 LEXOUT(("LEXEOF "));
6241 yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
6242 if (!config_include_stack) {
6243 yyterminate();
6244 } else {
6245 int prev_toplevel = inc_toplevel;
6246 fclose(yyin);
6247 config_end_include();
6248 if(prev_toplevel) return (VAR_FORCE_TOPLEVEL);
6249 }
6250 }
6251 YY_BREAK
6252 /* include-toplevel: directive */
6253 case 352:
6254 YY_RULE_SETUP
6255 #line 646 "util/configlexer.lex"
6256 {
6257 LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include_toplevel);
6258 }
6259 YY_BREAK
6260 case YY_STATE_EOF(include_toplevel):
6261 #line 649 "util/configlexer.lex"
6262 {
6263 yyerror("EOF inside include_toplevel directive");
6264 BEGIN(inc_prev);
6265 }
6266 YY_BREAK
6267 case 353:
6268 YY_RULE_SETUP
6269 #line 653 "util/configlexer.lex"
6270 { LEXOUT(("ITSP ")); /* ignore */ }
6271 YY_BREAK
6272 case 354:
6273 /* rule 354 can match eol */
6274 YY_RULE_SETUP
6275 #line 654 "util/configlexer.lex"
6276 { LEXOUT(("NL\n")); cfg_parser->line++; }
6277 YY_BREAK
6278 case 355:
6279 YY_RULE_SETUP
6280 #line 655 "util/configlexer.lex"
6281 { LEXOUT(("ITQS ")); BEGIN(include_toplevel_quoted); }
6282 YY_BREAK
6283 case 356:
6284 YY_RULE_SETUP
6285 #line 656 "util/configlexer.lex"
6286 {
6287 LEXOUT(("ITunquotedstr(%s) ", yytext));
6288 config_start_include_glob(yytext, 1);
6289 BEGIN(inc_prev);
6290 return (VAR_FORCE_TOPLEVEL);
6291 }
6292 YY_BREAK
6293 case YY_STATE_EOF(include_toplevel_quoted):
6294 #line 662 "util/configlexer.lex"
6295 {
6296 yyerror("EOF inside quoted string");
6297 BEGIN(inc_prev);
6298 }
6299 YY_BREAK
6300 case 357:
6301 YY_RULE_SETUP
6302 #line 666 "util/configlexer.lex"
6303 { LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
6304 YY_BREAK
6305 case 358:
6306 /* rule 358 can match eol */
6307 YY_RULE_SETUP
6308 #line 667 "util/configlexer.lex"
6309 {
6310 yyerror("newline before \" in include name");
6311 cfg_parser->line++; BEGIN(inc_prev);
6312 }
6313 YY_BREAK
6314 case 359:
6315 YY_RULE_SETUP
6316 #line 671 "util/configlexer.lex"
6317 {
6318 LEXOUT(("ITQE "));
6319 yytext[yyleng - 1] = '\0';
6320 config_start_include_glob(yytext, 1);
6321 BEGIN(inc_prev);
6322 return (VAR_FORCE_TOPLEVEL);
6323 }
6324 YY_BREAK
6325 case 360:
6326 YY_RULE_SETUP
6327 #line 679 "util/configlexer.lex"
6328 { LEXOUT(("unquotedstr(%s) ", yytext));
6329 if(--num_args == 0) { BEGIN(INITIAL); }
6330 yylval.str = strdup(yytext); return STRING_ARG; }
6331 YY_BREAK
6332 case 361:
6333 YY_RULE_SETUP
6334 #line 683 "util/configlexer.lex"
6335 {
6336 ub_c_error_msg("unknown keyword '%s'", yytext);
6337 }
6338 YY_BREAK
6339 case 362:
6340 YY_RULE_SETUP
6341 #line 687 "util/configlexer.lex"
6342 {
6343 ub_c_error_msg("stray '%s'", yytext);
6344 }
6345 YY_BREAK
6346 case 363:
6347 YY_RULE_SETUP
6348 #line 691 "util/configlexer.lex"
6349 ECHO;
6350 YY_BREAK
6351 #line 6349 "<stdout>"
6352
6353 case YY_END_OF_BUFFER:
6354 {
6355 /* Amount of text matched not including the EOB char. */
6356 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
6357
6358 /* Undo the effects of YY_DO_BEFORE_ACTION. */
6359 *yy_cp = (yy_hold_char);
6360 YY_RESTORE_YY_MORE_OFFSET
6361
6362 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
6363 {
6364 /* We're scanning a new file or input source. It's
6365 * possible that this happened because the user
6366 * just pointed yyin at a new source and called
6367 * yylex(). If so, then we have to assure
6368 * consistency between YY_CURRENT_BUFFER and our
6369 * globals. Here is the right place to do so, because
6370 * this is the first action (other than possibly a
6371 * back-up) that will match for the new input source.
6372 */
6373 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
6374 YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
6375 YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
6376 }
6377
6378 /* Note that here we test for yy_c_buf_p "<=" to the position
6379 * of the first EOB in the buffer, since yy_c_buf_p will
6380 * already have been incremented past the NUL character
6381 * (since all states make transitions on EOB to the
6382 * end-of-buffer state). Contrast this with the test
6383 * in input().
6384 */
6385 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
6386 { /* This was really a NUL. */
6387 yy_state_type yy_next_state;
6388
6389 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
6390
6391 yy_current_state = yy_get_previous_state( );
6392
6393 /* Okay, we're now positioned to make the NUL
6394 * transition. We couldn't have
6395 * yy_get_previous_state() go ahead and do it
6396 * for us because it doesn't know how to deal
6397 * with the possibility of jamming (and we don't
6398 * want to build jamming into it because then it
6399 * will run more slowly).
6400 */
6401
6402 yy_next_state = yy_try_NUL_trans( yy_current_state );
6403
6404 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
6405
6406 if ( yy_next_state )
6407 {
6408 /* Consume the NUL. */
6409 yy_cp = ++(yy_c_buf_p);
6410 yy_current_state = yy_next_state;
6411 goto yy_match;
6412 }
6413
6414 else
6415 {
6416 yy_cp = (yy_c_buf_p);
6417 goto yy_find_action;
6418 }
6419 }
6420
6421 else switch ( yy_get_next_buffer( ) )
6422 {
6423 case EOB_ACT_END_OF_FILE:
6424 {
6425 (yy_did_buffer_switch_on_eof) = 0;
6426
6427 if ( yywrap( ) )
6428 {
6429 /* Note: because we've taken care in
6430 * yy_get_next_buffer() to have set up
6431 * yytext, we can now set up
6432 * yy_c_buf_p so that if some total
6433 * hoser (like flex itself) wants to
6434 * call the scanner after we return the
6435 * YY_NULL, it'll still work - another
6436 * YY_NULL will get returned.
6437 */
6438 (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
6439
6440 yy_act = YY_STATE_EOF(YY_START);
6441 goto do_action;
6442 }
6443
6444 else
6445 {
6446 if ( ! (yy_did_buffer_switch_on_eof) )
6447 YY_NEW_FILE;
6448 }
6449 break;
6450 }
6451
6452 case EOB_ACT_CONTINUE_SCAN:
6453 (yy_c_buf_p) =
6454 (yytext_ptr) + yy_amount_of_matched_text;
6455
6456 yy_current_state = yy_get_previous_state( );
6457
6458 yy_cp = (yy_c_buf_p);
6459 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
6460 goto yy_match;
6461
6462 case EOB_ACT_LAST_MATCH:
6463 (yy_c_buf_p) =
6464 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
6465
6466 yy_current_state = yy_get_previous_state( );
6467
6468 yy_cp = (yy_c_buf_p);
6469 yy_bp = (yytext_ptr) + YY_MORE_ADJ;
6470 goto yy_find_action;
6471 }
6472 break;
6473 }
6474
6475 default:
6476 YY_FATAL_ERROR(
6477 "fatal flex scanner internal error--no action found" );
6478 } /* end of action switch */
6479 } /* end of scanning one token */
6480 } /* end of user's declarations */
6481 } /* end of yylex */
6482
6483 /* yy_get_next_buffer - try to read in a new buffer
6484 *
6485 * Returns a code representing an action:
6486 * EOB_ACT_LAST_MATCH -
6487 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
6488 * EOB_ACT_END_OF_FILE - end of file
6489 */
yy_get_next_buffer(void)6490 static int yy_get_next_buffer (void)
6491 {
6492 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
6493 char *source = (yytext_ptr);
6494 int number_to_move, i;
6495 int ret_val;
6496
6497 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
6498 YY_FATAL_ERROR(
6499 "fatal flex scanner internal error--end of buffer missed" );
6500
6501 if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
6502 { /* Don't try to fill the buffer, so this is an EOF. */
6503 if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
6504 {
6505 /* We matched a single character, the EOB, so
6506 * treat this as a final EOF.
6507 */
6508 return EOB_ACT_END_OF_FILE;
6509 }
6510
6511 else
6512 {
6513 /* We matched some text prior to the EOB, first
6514 * process it.
6515 */
6516 return EOB_ACT_LAST_MATCH;
6517 }
6518 }
6519
6520 /* Try to read more data. */
6521
6522 /* First move last chars to start of buffer. */
6523 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
6524
6525 for ( i = 0; i < number_to_move; ++i )
6526 *(dest++) = *(source++);
6527
6528 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
6529 /* don't do the read, it's not guaranteed to return an EOF,
6530 * just force an EOF
6531 */
6532 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
6533
6534 else
6535 {
6536 int num_to_read =
6537 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
6538
6539 while ( num_to_read <= 0 )
6540 { /* Not enough room in the buffer - grow it. */
6541
6542 /* just a shorter name for the current buffer */
6543 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
6544
6545 int yy_c_buf_p_offset =
6546 (int) ((yy_c_buf_p) - b->yy_ch_buf);
6547
6548 if ( b->yy_is_our_buffer )
6549 {
6550 int new_size = b->yy_buf_size * 2;
6551
6552 if ( new_size <= 0 )
6553 b->yy_buf_size += b->yy_buf_size / 8;
6554 else
6555 b->yy_buf_size *= 2;
6556
6557 b->yy_ch_buf = (char *)
6558 /* Include room in for 2 EOB chars. */
6559 yyrealloc( (void *) b->yy_ch_buf,
6560 (yy_size_t) (b->yy_buf_size + 2) );
6561 }
6562 else
6563 /* Can't grow it, we don't own it. */
6564 b->yy_ch_buf = NULL;
6565
6566 if ( ! b->yy_ch_buf )
6567 YY_FATAL_ERROR(
6568 "fatal error - scanner input buffer overflow" );
6569
6570 (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
6571
6572 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
6573 number_to_move - 1;
6574
6575 }
6576
6577 if ( num_to_read > YY_READ_BUF_SIZE )
6578 num_to_read = YY_READ_BUF_SIZE;
6579
6580 /* Read in more data. */
6581 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
6582 (yy_n_chars), num_to_read );
6583
6584 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
6585 }
6586
6587 if ( (yy_n_chars) == 0 )
6588 {
6589 if ( number_to_move == YY_MORE_ADJ )
6590 {
6591 ret_val = EOB_ACT_END_OF_FILE;
6592 yyrestart( yyin );
6593 }
6594
6595 else
6596 {
6597 ret_val = EOB_ACT_LAST_MATCH;
6598 YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
6599 YY_BUFFER_EOF_PENDING;
6600 }
6601 }
6602
6603 else
6604 ret_val = EOB_ACT_CONTINUE_SCAN;
6605
6606 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
6607 /* Extend the array by 50%, plus the number we really need. */
6608 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
6609 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
6610 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
6611 if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
6612 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
6613 /* "- 2" to take care of EOB's */
6614 YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
6615 }
6616
6617 (yy_n_chars) += number_to_move;
6618 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
6619 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
6620
6621 (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
6622
6623 return ret_val;
6624 }
6625
6626 /* yy_get_previous_state - get the state just before the EOB char was reached */
6627
yy_get_previous_state(void)6628 static yy_state_type yy_get_previous_state (void)
6629 {
6630 yy_state_type yy_current_state;
6631 char *yy_cp;
6632
6633 yy_current_state = (yy_start);
6634
6635 for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
6636 {
6637 YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
6638 if ( yy_accept[yy_current_state] )
6639 {
6640 (yy_last_accepting_state) = yy_current_state;
6641 (yy_last_accepting_cpos) = yy_cp;
6642 }
6643 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
6644 {
6645 yy_current_state = (int) yy_def[yy_current_state];
6646 if ( yy_current_state >= 3600 )
6647 yy_c = yy_meta[yy_c];
6648 }
6649 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
6650 }
6651
6652 return yy_current_state;
6653 }
6654
6655 /* yy_try_NUL_trans - try to make a transition on the NUL character
6656 *
6657 * synopsis
6658 * next_state = yy_try_NUL_trans( current_state );
6659 */
yy_try_NUL_trans(yy_state_type yy_current_state)6660 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
6661 {
6662 int yy_is_jam;
6663 char *yy_cp = (yy_c_buf_p);
6664
6665 YY_CHAR yy_c = 1;
6666 if ( yy_accept[yy_current_state] )
6667 {
6668 (yy_last_accepting_state) = yy_current_state;
6669 (yy_last_accepting_cpos) = yy_cp;
6670 }
6671 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
6672 {
6673 yy_current_state = (int) yy_def[yy_current_state];
6674 if ( yy_current_state >= 3600 )
6675 yy_c = yy_meta[yy_c];
6676 }
6677 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
6678 yy_is_jam = (yy_current_state == 3599);
6679
6680 return yy_is_jam ? 0 : yy_current_state;
6681 }
6682
6683 #ifndef YY_NO_UNPUT
6684
6685 #endif
6686
6687 #ifndef YY_NO_INPUT
6688 #ifdef __cplusplus
yyinput(void)6689 static int yyinput (void)
6690 #else
6691 static int input (void)
6692 #endif
6693
6694 {
6695 int c;
6696
6697 *(yy_c_buf_p) = (yy_hold_char);
6698
6699 if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
6700 {
6701 /* yy_c_buf_p now points to the character we want to return.
6702 * If this occurs *before* the EOB characters, then it's a
6703 * valid NUL; if not, then we've hit the end of the buffer.
6704 */
6705 if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
6706 /* This was really a NUL. */
6707 *(yy_c_buf_p) = '\0';
6708
6709 else
6710 { /* need more input */
6711 int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
6712 ++(yy_c_buf_p);
6713
6714 switch ( yy_get_next_buffer( ) )
6715 {
6716 case EOB_ACT_LAST_MATCH:
6717 /* This happens because yy_g_n_b()
6718 * sees that we've accumulated a
6719 * token and flags that we need to
6720 * try matching the token before
6721 * proceeding. But for input(),
6722 * there's no matching to consider.
6723 * So convert the EOB_ACT_LAST_MATCH
6724 * to EOB_ACT_END_OF_FILE.
6725 */
6726
6727 /* Reset buffer status. */
6728 yyrestart( yyin );
6729
6730 /*FALLTHROUGH*/
6731
6732 case EOB_ACT_END_OF_FILE:
6733 {
6734 if ( yywrap( ) )
6735 return 0;
6736
6737 if ( ! (yy_did_buffer_switch_on_eof) )
6738 YY_NEW_FILE;
6739 #ifdef __cplusplus
6740 return yyinput();
6741 #else
6742 return input();
6743 #endif
6744 }
6745
6746 case EOB_ACT_CONTINUE_SCAN:
6747 (yy_c_buf_p) = (yytext_ptr) + offset;
6748 break;
6749 }
6750 }
6751 }
6752
6753 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
6754 *(yy_c_buf_p) = '\0'; /* preserve yytext */
6755 (yy_hold_char) = *++(yy_c_buf_p);
6756
6757 return c;
6758 }
6759 #endif /* ifndef YY_NO_INPUT */
6760
6761 /** Immediately switch to a different input stream.
6762 * @param input_file A readable stream.
6763 *
6764 * @note This function does not reset the start condition to @c INITIAL .
6765 */
yyrestart(FILE * input_file)6766 void yyrestart (FILE * input_file )
6767 {
6768
6769 if ( ! YY_CURRENT_BUFFER ){
6770 yyensure_buffer_stack ();
6771 YY_CURRENT_BUFFER_LVALUE =
6772 yy_create_buffer( yyin, YY_BUF_SIZE );
6773 }
6774
6775 yy_init_buffer( YY_CURRENT_BUFFER, input_file );
6776 yy_load_buffer_state( );
6777 }
6778
6779 /** Switch to a different input buffer.
6780 * @param new_buffer The new input buffer.
6781 *
6782 */
yy_switch_to_buffer(YY_BUFFER_STATE new_buffer)6783 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
6784 {
6785
6786 /* TODO. We should be able to replace this entire function body
6787 * with
6788 * yypop_buffer_state();
6789 * yypush_buffer_state(new_buffer);
6790 */
6791 yyensure_buffer_stack ();
6792 if ( YY_CURRENT_BUFFER == new_buffer )
6793 return;
6794
6795 if ( YY_CURRENT_BUFFER )
6796 {
6797 /* Flush out information for old buffer. */
6798 *(yy_c_buf_p) = (yy_hold_char);
6799 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
6800 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
6801 }
6802
6803 YY_CURRENT_BUFFER_LVALUE = new_buffer;
6804 yy_load_buffer_state( );
6805
6806 /* We don't actually know whether we did this switch during
6807 * EOF (yywrap()) processing, but the only time this flag
6808 * is looked at is after yywrap() is called, so it's safe
6809 * to go ahead and always set it.
6810 */
6811 (yy_did_buffer_switch_on_eof) = 1;
6812 }
6813
yy_load_buffer_state(void)6814 static void yy_load_buffer_state (void)
6815 {
6816 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
6817 (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
6818 yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
6819 (yy_hold_char) = *(yy_c_buf_p);
6820 }
6821
6822 /** Allocate and initialize an input buffer state.
6823 * @param file A readable stream.
6824 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
6825 *
6826 * @return the allocated buffer state.
6827 */
yy_create_buffer(FILE * file,int size)6828 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
6829 {
6830 YY_BUFFER_STATE b;
6831
6832 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
6833 if ( ! b )
6834 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
6835
6836 b->yy_buf_size = size;
6837
6838 /* yy_ch_buf has to be 2 characters longer than the size given because
6839 * we need to put in 2 end-of-buffer characters.
6840 */
6841 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
6842 if ( ! b->yy_ch_buf )
6843 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
6844
6845 b->yy_is_our_buffer = 1;
6846
6847 yy_init_buffer( b, file );
6848
6849 return b;
6850 }
6851
6852 /** Destroy the buffer.
6853 * @param b a buffer created with yy_create_buffer()
6854 *
6855 */
yy_delete_buffer(YY_BUFFER_STATE b)6856 void yy_delete_buffer (YY_BUFFER_STATE b )
6857 {
6858
6859 if ( ! b )
6860 return;
6861
6862 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
6863 YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
6864
6865 if ( b->yy_is_our_buffer )
6866 yyfree( (void *) b->yy_ch_buf );
6867
6868 yyfree( (void *) b );
6869 }
6870
6871 /* Initializes or reinitializes a buffer.
6872 * This function is sometimes called more than once on the same buffer,
6873 * such as during a yyrestart() or at EOF.
6874 */
yy_init_buffer(YY_BUFFER_STATE b,FILE * file)6875 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
6876
6877 {
6878 int oerrno = errno;
6879
6880 yy_flush_buffer( b );
6881
6882 b->yy_input_file = file;
6883 b->yy_fill_buffer = 1;
6884
6885 /* If b is the current buffer, then yy_init_buffer was _probably_
6886 * called from yyrestart() or through yy_get_next_buffer.
6887 * In that case, we don't want to reset the lineno or column.
6888 */
6889 if (b != YY_CURRENT_BUFFER){
6890 b->yy_bs_lineno = 1;
6891 b->yy_bs_column = 0;
6892 }
6893
6894 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
6895
6896 errno = oerrno;
6897 }
6898
6899 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
6900 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
6901 *
6902 */
yy_flush_buffer(YY_BUFFER_STATE b)6903 void yy_flush_buffer (YY_BUFFER_STATE b )
6904 {
6905 if ( ! b )
6906 return;
6907
6908 b->yy_n_chars = 0;
6909
6910 /* We always need two end-of-buffer characters. The first causes
6911 * a transition to the end-of-buffer state. The second causes
6912 * a jam in that state.
6913 */
6914 b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
6915 b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
6916
6917 b->yy_buf_pos = &b->yy_ch_buf[0];
6918
6919 b->yy_at_bol = 1;
6920 b->yy_buffer_status = YY_BUFFER_NEW;
6921
6922 if ( b == YY_CURRENT_BUFFER )
6923 yy_load_buffer_state( );
6924 }
6925
6926 /** Pushes the new state onto the stack. The new state becomes
6927 * the current state. This function will allocate the stack
6928 * if necessary.
6929 * @param new_buffer The new state.
6930 *
6931 */
yypush_buffer_state(YY_BUFFER_STATE new_buffer)6932 void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
6933 {
6934 if (new_buffer == NULL)
6935 return;
6936
6937 yyensure_buffer_stack();
6938
6939 /* This block is copied from yy_switch_to_buffer. */
6940 if ( YY_CURRENT_BUFFER )
6941 {
6942 /* Flush out information for old buffer. */
6943 *(yy_c_buf_p) = (yy_hold_char);
6944 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
6945 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
6946 }
6947
6948 /* Only push if top exists. Otherwise, replace top. */
6949 if (YY_CURRENT_BUFFER)
6950 (yy_buffer_stack_top)++;
6951 YY_CURRENT_BUFFER_LVALUE = new_buffer;
6952
6953 /* copied from yy_switch_to_buffer. */
6954 yy_load_buffer_state( );
6955 (yy_did_buffer_switch_on_eof) = 1;
6956 }
6957
6958 /** Removes and deletes the top of the stack, if present.
6959 * The next element becomes the new top.
6960 *
6961 */
yypop_buffer_state(void)6962 void yypop_buffer_state (void)
6963 {
6964 if (!YY_CURRENT_BUFFER)
6965 return;
6966
6967 yy_delete_buffer(YY_CURRENT_BUFFER );
6968 YY_CURRENT_BUFFER_LVALUE = NULL;
6969 if ((yy_buffer_stack_top) > 0)
6970 --(yy_buffer_stack_top);
6971
6972 if (YY_CURRENT_BUFFER) {
6973 yy_load_buffer_state( );
6974 (yy_did_buffer_switch_on_eof) = 1;
6975 }
6976 }
6977
6978 /* Allocates the stack if it does not exist.
6979 * Guarantees space for at least one push.
6980 */
yyensure_buffer_stack(void)6981 static void yyensure_buffer_stack (void)
6982 {
6983 yy_size_t num_to_alloc;
6984
6985 if (!(yy_buffer_stack)) {
6986
6987 /* First allocation is just for 2 elements, since we don't know if this
6988 * scanner will even need a stack. We use 2 instead of 1 to avoid an
6989 * immediate realloc on the next call.
6990 */
6991 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
6992 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
6993 (num_to_alloc * sizeof(struct yy_buffer_state*)
6994 );
6995 if ( ! (yy_buffer_stack) )
6996 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
6997
6998 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
6999
7000 (yy_buffer_stack_max) = num_to_alloc;
7001 (yy_buffer_stack_top) = 0;
7002 return;
7003 }
7004
7005 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
7006
7007 /* Increase the buffer to prepare for a possible push. */
7008 yy_size_t grow_size = 8 /* arbitrary grow size */;
7009
7010 num_to_alloc = (yy_buffer_stack_max) + grow_size;
7011 (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
7012 ((yy_buffer_stack),
7013 num_to_alloc * sizeof(struct yy_buffer_state*)
7014 );
7015 if ( ! (yy_buffer_stack) )
7016 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
7017
7018 /* zero only the new slots.*/
7019 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
7020 (yy_buffer_stack_max) = num_to_alloc;
7021 }
7022 }
7023
7024 /** Setup the input buffer state to scan directly from a user-specified character buffer.
7025 * @param base the character buffer
7026 * @param size the size in bytes of the character buffer
7027 *
7028 * @return the newly allocated buffer state object.
7029 */
yy_scan_buffer(char * base,yy_size_t size)7030 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
7031 {
7032 YY_BUFFER_STATE b;
7033
7034 if ( size < 2 ||
7035 base[size-2] != YY_END_OF_BUFFER_CHAR ||
7036 base[size-1] != YY_END_OF_BUFFER_CHAR )
7037 /* They forgot to leave room for the EOB's. */
7038 return NULL;
7039
7040 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
7041 if ( ! b )
7042 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
7043
7044 b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
7045 b->yy_buf_pos = b->yy_ch_buf = base;
7046 b->yy_is_our_buffer = 0;
7047 b->yy_input_file = NULL;
7048 b->yy_n_chars = b->yy_buf_size;
7049 b->yy_is_interactive = 0;
7050 b->yy_at_bol = 1;
7051 b->yy_fill_buffer = 0;
7052 b->yy_buffer_status = YY_BUFFER_NEW;
7053
7054 yy_switch_to_buffer( b );
7055
7056 return b;
7057 }
7058
7059 /** Setup the input buffer state to scan a string. The next call to yylex() will
7060 * scan from a @e copy of @a str.
7061 * @param yystr a NUL-terminated string to scan
7062 *
7063 * @return the newly allocated buffer state object.
7064 * @note If you want to scan bytes that may contain NUL values, then use
7065 * yy_scan_bytes() instead.
7066 */
yy_scan_string(const char * yystr)7067 YY_BUFFER_STATE yy_scan_string (const char * yystr )
7068 {
7069
7070 return yy_scan_bytes( yystr, (int) strlen(yystr) );
7071 }
7072
7073 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
7074 * scan from a @e copy of @a bytes.
7075 * @param yybytes the byte buffer to scan
7076 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
7077 *
7078 * @return the newly allocated buffer state object.
7079 */
yy_scan_bytes(const char * yybytes,int _yybytes_len)7080 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
7081 {
7082 YY_BUFFER_STATE b;
7083 char *buf;
7084 yy_size_t n;
7085 int i;
7086
7087 /* Get memory for full buffer, including space for trailing EOB's. */
7088 n = (yy_size_t) (_yybytes_len + 2);
7089 buf = (char *) yyalloc( n );
7090 if ( ! buf )
7091 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
7092
7093 for ( i = 0; i < _yybytes_len; ++i )
7094 buf[i] = yybytes[i];
7095
7096 buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
7097
7098 b = yy_scan_buffer( buf, n );
7099 if ( ! b )
7100 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
7101
7102 /* It's okay to grow etc. this buffer, and we should throw it
7103 * away when we're done.
7104 */
7105 b->yy_is_our_buffer = 1;
7106
7107 return b;
7108 }
7109
7110 #ifndef YY_EXIT_FAILURE
7111 #define YY_EXIT_FAILURE 2
7112 #endif
7113
yy_fatal_error(const char * msg)7114 static void yynoreturn yy_fatal_error (const char* msg )
7115 {
7116 fprintf( stderr, "%s\n", msg );
7117 exit( YY_EXIT_FAILURE );
7118 }
7119
7120 /* Redefine yyless() so it works in section 3 code. */
7121
7122 #undef yyless
7123 #define yyless(n) \
7124 do \
7125 { \
7126 /* Undo effects of setting up yytext. */ \
7127 int yyless_macro_arg = (n); \
7128 YY_LESS_LINENO(yyless_macro_arg);\
7129 yytext[yyleng] = (yy_hold_char); \
7130 (yy_c_buf_p) = yytext + yyless_macro_arg; \
7131 (yy_hold_char) = *(yy_c_buf_p); \
7132 *(yy_c_buf_p) = '\0'; \
7133 yyleng = yyless_macro_arg; \
7134 } \
7135 while ( 0 )
7136
7137 /* Accessor methods (get/set functions) to struct members. */
7138
7139 /** Get the current line number.
7140 *
7141 */
yyget_lineno(void)7142 int yyget_lineno (void)
7143 {
7144
7145 return yylineno;
7146 }
7147
7148 /** Get the input stream.
7149 *
7150 */
yyget_in(void)7151 FILE *yyget_in (void)
7152 {
7153 return yyin;
7154 }
7155
7156 /** Get the output stream.
7157 *
7158 */
yyget_out(void)7159 FILE *yyget_out (void)
7160 {
7161 return yyout;
7162 }
7163
7164 /** Get the length of the current token.
7165 *
7166 */
yyget_leng(void)7167 int yyget_leng (void)
7168 {
7169 return yyleng;
7170 }
7171
7172 /** Get the current token.
7173 *
7174 */
7175
yyget_text(void)7176 char *yyget_text (void)
7177 {
7178 return yytext;
7179 }
7180
7181 /** Set the current line number.
7182 * @param _line_number line number
7183 *
7184 */
yyset_lineno(int _line_number)7185 void yyset_lineno (int _line_number )
7186 {
7187
7188 yylineno = _line_number;
7189 }
7190
7191 /** Set the input stream. This does not discard the current
7192 * input buffer.
7193 * @param _in_str A readable stream.
7194 *
7195 * @see yy_switch_to_buffer
7196 */
yyset_in(FILE * _in_str)7197 void yyset_in (FILE * _in_str )
7198 {
7199 yyin = _in_str ;
7200 }
7201
yyset_out(FILE * _out_str)7202 void yyset_out (FILE * _out_str )
7203 {
7204 yyout = _out_str ;
7205 }
7206
yyget_debug(void)7207 int yyget_debug (void)
7208 {
7209 return yy_flex_debug;
7210 }
7211
yyset_debug(int _bdebug)7212 void yyset_debug (int _bdebug )
7213 {
7214 yy_flex_debug = _bdebug ;
7215 }
7216
yy_init_globals(void)7217 static int yy_init_globals (void)
7218 {
7219 /* Initialization is the same as for the non-reentrant scanner.
7220 * This function is called from yylex_destroy(), so don't allocate here.
7221 */
7222
7223 (yy_buffer_stack) = NULL;
7224 (yy_buffer_stack_top) = 0;
7225 (yy_buffer_stack_max) = 0;
7226 (yy_c_buf_p) = NULL;
7227 (yy_init) = 0;
7228 (yy_start) = 0;
7229
7230 /* Defined in main.c */
7231 #ifdef YY_STDINIT
7232 yyin = stdin;
7233 yyout = stdout;
7234 #else
7235 yyin = NULL;
7236 yyout = NULL;
7237 #endif
7238
7239 /* For future reference: Set errno on error, since we are called by
7240 * yylex_init()
7241 */
7242 return 0;
7243 }
7244
7245 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
yylex_destroy(void)7246 int yylex_destroy (void)
7247 {
7248
7249 /* Pop the buffer stack, destroying each element. */
7250 while(YY_CURRENT_BUFFER){
7251 yy_delete_buffer( YY_CURRENT_BUFFER );
7252 YY_CURRENT_BUFFER_LVALUE = NULL;
7253 yypop_buffer_state();
7254 }
7255
7256 /* Destroy the stack itself. */
7257 yyfree((yy_buffer_stack) );
7258 (yy_buffer_stack) = NULL;
7259
7260 /* Reset the globals. This is important in a non-reentrant scanner so the next time
7261 * yylex() is called, initialization will occur. */
7262 yy_init_globals( );
7263
7264 return 0;
7265 }
7266
7267 /*
7268 * Internal utility routines.
7269 */
7270
7271 #ifndef yytext_ptr
yy_flex_strncpy(char * s1,const char * s2,int n)7272 static void yy_flex_strncpy (char* s1, const char * s2, int n )
7273 {
7274
7275 int i;
7276 for ( i = 0; i < n; ++i )
7277 s1[i] = s2[i];
7278 }
7279 #endif
7280
7281 #ifdef YY_NEED_STRLEN
yy_flex_strlen(const char * s)7282 static int yy_flex_strlen (const char * s )
7283 {
7284 int n;
7285 for ( n = 0; s[n]; ++n )
7286 ;
7287
7288 return n;
7289 }
7290 #endif
7291
yyalloc(yy_size_t size)7292 void *yyalloc (yy_size_t size )
7293 {
7294 return malloc(size);
7295 }
7296
yyrealloc(void * ptr,yy_size_t size)7297 void *yyrealloc (void * ptr, yy_size_t size )
7298 {
7299
7300 /* The cast to (char *) in the following accommodates both
7301 * implementations that use char* generic pointers, and those
7302 * that use void* generic pointers. It works with the latter
7303 * because both ANSI C and C++ allow castless assignment from
7304 * any pointer type to void*, and deal with argument conversions
7305 * as though doing an assignment.
7306 */
7307 return realloc(ptr, size);
7308 }
7309
yyfree(void * ptr)7310 void yyfree (void * ptr )
7311 {
7312 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
7313 }
7314
7315 #define YYTABLES_NAME "yytables"
7316
7317 #line 691 "util/configlexer.lex"
7318
7319
7320