mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-22 06:32:55 -05:00
This adds the option http-notls-downstream: yesno to change that, and the dohclient test code has the -n option.
6203 lines
228 KiB
C
6203 lines
228 KiB
C
#include "config.h"
|
|
#include "util/configyyrename.h"
|
|
|
|
#line 2 "<stdout>"
|
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
/* A lexical scanner generated by flex */
|
|
|
|
#define FLEX_SCANNER
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
|
#define YY_FLEX_MINOR_VERSION 6
|
|
#define YY_FLEX_SUBMINOR_VERSION 4
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
#define FLEX_BETA
|
|
#endif
|
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
/* begin standard C headers. */
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
|
|
/* end standard C headers. */
|
|
|
|
/* flex integer type definitions */
|
|
|
|
#ifndef FLEXINT_H
|
|
#define FLEXINT_H
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
* if you want the limit (max/min) macros for int types.
|
|
*/
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
#define __STDC_LIMIT_MACROS 1
|
|
#endif
|
|
|
|
#include <inttypes.h>
|
|
typedef int8_t flex_int8_t;
|
|
typedef uint8_t flex_uint8_t;
|
|
typedef int16_t flex_int16_t;
|
|
typedef uint16_t flex_uint16_t;
|
|
typedef int32_t flex_int32_t;
|
|
typedef uint32_t flex_uint32_t;
|
|
#else
|
|
typedef signed char flex_int8_t;
|
|
typedef short int flex_int16_t;
|
|
typedef int flex_int32_t;
|
|
typedef unsigned char flex_uint8_t;
|
|
typedef unsigned short int flex_uint16_t;
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
/* Limits of integral types. */
|
|
#ifndef INT8_MIN
|
|
#define INT8_MIN (-128)
|
|
#endif
|
|
#ifndef INT16_MIN
|
|
#define INT16_MIN (-32767-1)
|
|
#endif
|
|
#ifndef INT32_MIN
|
|
#define INT32_MIN (-2147483647-1)
|
|
#endif
|
|
#ifndef INT8_MAX
|
|
#define INT8_MAX (127)
|
|
#endif
|
|
#ifndef INT16_MAX
|
|
#define INT16_MAX (32767)
|
|
#endif
|
|
#ifndef INT32_MAX
|
|
#define INT32_MAX (2147483647)
|
|
#endif
|
|
#ifndef UINT8_MAX
|
|
#define UINT8_MAX (255U)
|
|
#endif
|
|
#ifndef UINT16_MAX
|
|
#define UINT16_MAX (65535U)
|
|
#endif
|
|
#ifndef UINT32_MAX
|
|
#define UINT32_MAX (4294967295U)
|
|
#endif
|
|
|
|
#ifndef SIZE_MAX
|
|
#define SIZE_MAX (~(size_t)0)
|
|
#endif
|
|
|
|
#endif /* ! C99 */
|
|
|
|
#endif /* ! FLEXINT_H */
|
|
|
|
/* begin standard C++ headers. */
|
|
|
|
/* TODO: this is always defined, so inline it */
|
|
#define yyconst const
|
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
#define yynoreturn __attribute__((__noreturn__))
|
|
#else
|
|
#define yynoreturn
|
|
#endif
|
|
|
|
/* Returned upon end-of-file. */
|
|
#define YY_NULL 0
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an
|
|
* integer in range [0..255] for use as an array index.
|
|
*/
|
|
#define YY_SC_TO_UI(c) ((YY_CHAR) (c))
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
* definition of BEGIN.
|
|
*/
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
|
/* Translate the current start state into a value that can be later handed
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
* compatibility.
|
|
*/
|
|
#define YY_START (((yy_start) - 1) / 2)
|
|
#define YYSTATE YY_START
|
|
/* Action number for EOF rule of a given start state. */
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
/* Special action meaning "start processing a new file". */
|
|
#define YY_NEW_FILE yyrestart( yyin )
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
/* Size of default input buffer. */
|
|
#ifndef YY_BUF_SIZE
|
|
#ifdef __ia64__
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
* Ditto for the __ia64__ case accordingly.
|
|
*/
|
|
#define YY_BUF_SIZE 32768
|
|
#else
|
|
#define YY_BUF_SIZE 16384
|
|
#endif /* __ia64__ */
|
|
#endif
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
*/
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
|
#endif
|
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
typedef size_t yy_size_t;
|
|
#endif
|
|
|
|
extern int yyleng;
|
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
#define YY_LESS_LINENO(n)
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
|
#define yyless(n) \
|
|
do \
|
|
{ \
|
|
/* Undo effects of setting up yytext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
*yy_cp = (yy_hold_char); \
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
|
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
|
} \
|
|
while ( 0 )
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
|
struct yy_buffer_state
|
|
{
|
|
FILE *yy_input_file;
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
* characters.
|
|
*/
|
|
int yy_buf_size;
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
* characters.
|
|
*/
|
|
int yy_n_chars;
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
* and can realloc() it to grow it, and should free() it to
|
|
* delete it.
|
|
*/
|
|
int yy_is_our_buffer;
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
* if we're using stdio for input, then we want to use getc()
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
* each newline.
|
|
*/
|
|
int yy_is_interactive;
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
* not.
|
|
*/
|
|
int yy_at_bol;
|
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
int yy_bs_column; /**< The column count. */
|
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
* end of it.
|
|
*/
|
|
int yy_fill_buffer;
|
|
|
|
int yy_buffer_status;
|
|
|
|
#define YY_BUFFER_NEW 0
|
|
#define YY_BUFFER_NORMAL 1
|
|
/* When an EOF's been seen but there's still some text to process
|
|
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
|
* shouldn't try reading from the input source any more. We might
|
|
* still have a bunch of tokens to match, though, because of
|
|
* possible backing-up.
|
|
*
|
|
* When we actually see the EOF, we change the status to "new"
|
|
* (via yyrestart()), so that the user can continue scanning by
|
|
* just pointing yyin at a new input file.
|
|
*/
|
|
#define YY_BUFFER_EOF_PENDING 2
|
|
|
|
};
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
|
|
|
/* Stack of input buffers. */
|
|
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
|
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
|
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
* future we want to put the buffer states in a more general
|
|
* "scanner state".
|
|
*
|
|
* Returns the top of the stack, or NULL.
|
|
*/
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
: NULL)
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
*/
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
static char yy_hold_char;
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
int yyleng;
|
|
|
|
/* Points to current character in buffer. */
|
|
static char *yy_c_buf_p = NULL;
|
|
static int yy_init = 0; /* whether we need to initialize */
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
/* Flag which is used to allow yywrap()'s to do buffer switches
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
*/
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
void yyrestart ( FILE *input_file );
|
|
void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
|
|
YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
|
|
void yy_delete_buffer ( YY_BUFFER_STATE b );
|
|
void yy_flush_buffer ( YY_BUFFER_STATE b );
|
|
void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
|
|
void yypop_buffer_state ( void );
|
|
|
|
static void yyensure_buffer_stack ( void );
|
|
static void yy_load_buffer_state ( void );
|
|
static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
|
|
YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
|
|
YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
|
|
|
|
void *yyalloc ( yy_size_t );
|
|
void *yyrealloc ( void *, yy_size_t );
|
|
void yyfree ( void * );
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
#define yy_set_interactive(is_interactive) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
yyensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
yy_create_buffer( yyin, YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
|
}
|
|
#define yy_set_bol(at_bol) \
|
|
{ \
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
yyensure_buffer_stack (); \
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
yy_create_buffer( yyin, YY_BUF_SIZE ); \
|
|
} \
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
|
}
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
/* Begin user sect3 */
|
|
typedef flex_uint8_t YY_CHAR;
|
|
|
|
FILE *yyin = NULL, *yyout = NULL;
|
|
|
|
typedef int yy_state_type;
|
|
|
|
extern int yylineno;
|
|
int yylineno = 1;
|
|
|
|
extern char *yytext;
|
|
#ifdef yytext_ptr
|
|
#undef yytext_ptr
|
|
#endif
|
|
#define yytext_ptr yytext
|
|
|
|
static yy_state_type yy_get_previous_state ( void );
|
|
static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
|
|
static int yy_get_next_buffer ( void );
|
|
static void yynoreturn yy_fatal_error ( const char* msg );
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
* corresponding action - sets up yytext.
|
|
*/
|
|
#define YY_DO_BEFORE_ACTION \
|
|
(yytext_ptr) = yy_bp; \
|
|
(yytext_ptr) -= (yy_more_len); \
|
|
yyleng = (int) (yy_cp - (yytext_ptr)); \
|
|
(yy_hold_char) = *yy_cp; \
|
|
*yy_cp = '\0'; \
|
|
(yy_c_buf_p) = yy_cp;
|
|
#define YY_NUM_RULES 335
|
|
#define YY_END_OF_BUFFER 336
|
|
/* This struct is not used in this scanner,
|
|
but its presence is necessary. */
|
|
struct yy_trans_info
|
|
{
|
|
flex_int32_t yy_verify;
|
|
flex_int32_t yy_nxt;
|
|
};
|
|
static const flex_int16_t yy_accept[3268] =
|
|
{ 0,
|
|
1, 1, 309, 309, 313, 313, 317, 317, 321, 321,
|
|
1, 1, 325, 325, 329, 329, 336, 333, 1, 307,
|
|
307, 334, 2, 334, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 309, 310, 310, 311,
|
|
334, 313, 314, 314, 315, 334, 320, 317, 318, 318,
|
|
319, 334, 321, 322, 322, 323, 334, 332, 308, 2,
|
|
312, 334, 332, 328, 325, 326, 326, 327, 334, 329,
|
|
330, 330, 331, 334, 333, 0, 1, 2, 2, 2,
|
|
2, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 309, 0, 313,
|
|
0, 320, 0, 317, 321, 0, 332, 0, 2, 2,
|
|
332, 328, 0, 325, 329, 0, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 332, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 123, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 132, 333, 333, 333, 333, 333, 333,
|
|
333, 332, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
107, 333, 333, 333, 333, 333, 333, 8, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 124, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 137, 333, 332,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 300, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 332,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 64, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 236, 333, 14,
|
|
15, 333, 19, 18, 333, 333, 220, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 130, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 218,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 3, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 332, 333, 333, 333, 333, 333, 333, 333,
|
|
294, 333, 333, 293, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 316, 333, 333, 333, 333, 333, 333, 333, 63,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 67, 333, 267, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 301, 302, 333,
|
|
333, 333, 333, 333, 68, 333, 333, 131, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 127, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 207, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 21, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 156, 333, 333, 332, 316, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 105, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 275, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 179, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 155, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 104, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 32, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 33, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 65, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 129, 332,
|
|
333, 333, 333, 333, 333, 122, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 66, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 240, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 180, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 54, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 258, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 58, 333, 59, 333, 333,
|
|
333, 333, 333, 108, 333, 109, 333, 333, 333, 333,
|
|
106, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 7,
|
|
333, 332, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
229, 333, 333, 333, 333, 158, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 241, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 45,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 55, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 199, 333, 198, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 16, 17, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 69, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 206,
|
|
333, 333, 333, 333, 333, 333, 111, 333, 110, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
190, 333, 333, 333, 333, 333, 333, 333, 333, 138,
|
|
332, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 99, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 88, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 219, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 92, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 62, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 193, 194, 333, 333,
|
|
333, 269, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 6, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 273, 333, 333, 333,
|
|
333, 333, 333, 295, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 42, 333, 333, 333, 333, 44,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 52, 333,
|
|
333, 333, 333, 333, 333, 333, 332, 333, 186, 333,
|
|
333, 333, 133, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 211, 333, 187, 333, 333, 333, 226,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
53, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 135, 116, 333, 117, 333, 333, 333, 115, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 153, 333, 333,
|
|
50, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 257, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 188, 333, 333, 333,
|
|
333, 333, 191, 333, 197, 333, 333, 333, 333, 333,
|
|
225, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 103, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 128, 333, 333, 333, 333, 333,
|
|
333, 60, 333, 333, 333, 26, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 20, 333, 333, 333, 333,
|
|
333, 333, 27, 36, 333, 163, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 332,
|
|
333, 333, 333, 333, 333, 333, 77, 79, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 277, 333, 333, 333, 333, 237, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 118,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 152,
|
|
333, 46, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 288, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 157, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 217, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 298, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 174, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 112, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 169, 333, 181, 333,
|
|
333, 333, 333, 332, 333, 141, 333, 333, 333, 333,
|
|
333, 98, 333, 333, 333, 333, 209, 333, 333, 333,
|
|
333, 333, 333, 227, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
249, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 134, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 173, 333, 333, 333,
|
|
|
|
333, 333, 333, 80, 81, 333, 333, 333, 333, 333,
|
|
61, 291, 333, 333, 333, 333, 333, 87, 182, 333,
|
|
200, 333, 230, 333, 333, 192, 270, 333, 333, 333,
|
|
333, 333, 73, 333, 184, 333, 333, 333, 333, 333,
|
|
9, 333, 333, 333, 102, 333, 333, 333, 333, 262,
|
|
333, 333, 333, 333, 208, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
332, 333, 333, 333, 333, 172, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 159, 333, 276, 333,
|
|
333, 333, 333, 333, 248, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 221, 333, 333, 305,
|
|
333, 333, 333, 268, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 292, 333, 183, 333, 333, 333, 333,
|
|
333, 333, 333, 72, 74, 333, 333, 333, 333, 333,
|
|
333, 333, 101, 333, 333, 333, 333, 260, 333, 333,
|
|
|
|
333, 333, 272, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 213, 34, 28, 30, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 35, 333, 29,
|
|
31, 333, 333, 333, 333, 333, 333, 333, 333, 97,
|
|
333, 333, 333, 333, 333, 333, 332, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 215, 212,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 71, 333,
|
|
333, 333, 136, 333, 119, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 154, 47, 333, 333, 333, 324, 13,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 286,
|
|
333, 289, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 12, 333, 333, 22, 333, 333, 333, 266,
|
|
333, 333, 333, 333, 274, 333, 333, 333, 75, 333,
|
|
223, 333, 333, 333, 333, 214, 333, 333, 70, 333,
|
|
333, 333, 333, 23, 333, 43, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 168, 167,
|
|
324, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
216, 210, 333, 228, 333, 333, 278, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 82,
|
|
333, 333, 333, 261, 333, 333, 333, 333, 196, 333,
|
|
333, 333, 333, 222, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 296, 297, 165, 333, 333, 76, 333,
|
|
333, 333, 333, 175, 333, 333, 113, 114, 333, 333,
|
|
333, 333, 160, 333, 162, 333, 201, 333, 333, 333,
|
|
333, 166, 333, 333, 231, 333, 333, 333, 333, 333,
|
|
333, 333, 143, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 239, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 24, 333, 271, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 202, 333, 333, 259, 333, 290, 333, 195, 333,
|
|
333, 333, 333, 56, 333, 333, 333, 333, 4, 333,
|
|
333, 333, 333, 126, 142, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 234, 37, 38, 333, 333, 333, 333,
|
|
333, 333, 333, 279, 333, 333, 333, 333, 333, 333,
|
|
333, 247, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
205, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
|
|
333, 333, 333, 85, 333, 57, 265, 333, 235, 333,
|
|
333, 333, 333, 11, 333, 333, 333, 333, 333, 333,
|
|
125, 333, 333, 333, 333, 203, 89, 333, 40, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 171, 333, 333,
|
|
333, 333, 333, 145, 333, 333, 333, 333, 238, 333,
|
|
333, 333, 333, 333, 246, 333, 333, 333, 333, 139,
|
|
333, 333, 333, 120, 121, 333, 333, 333, 91, 95,
|
|
90, 333, 333, 333, 333, 83, 333, 333, 333, 333,
|
|
333, 10, 333, 333, 333, 263, 299, 333, 333, 333,
|
|
333, 304, 39, 333, 333, 333, 333, 333, 170, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 96, 94, 333, 51, 333, 333, 84, 287,
|
|
333, 333, 333, 333, 333, 333, 333, 189, 333, 333,
|
|
333, 333, 333, 204, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 161, 78, 333, 333, 333, 333, 333, 280,
|
|
333, 333, 333, 333, 333, 333, 333, 243, 333, 333,
|
|
242, 140, 306, 333, 93, 48, 333, 146, 147, 150,
|
|
151, 148, 149, 86, 333, 264, 333, 333, 333, 333,
|
|
164, 333, 333, 333, 333, 333, 233, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 177, 176, 41, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 100, 333, 232, 333, 256, 284, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 49, 5, 333, 333, 224, 333, 333, 285, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 244, 25,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 245, 333, 333, 333, 144, 333, 333, 333,
|
|
|
|
333, 333, 333, 333, 333, 178, 333, 185, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 281, 333, 333,
|
|
333, 333, 333, 333, 333, 333, 333, 333, 333, 333,
|
|
333, 333, 333, 333, 333, 303, 333, 333, 252, 333,
|
|
333, 333, 333, 333, 282, 333, 333, 333, 333, 333,
|
|
333, 283, 333, 333, 333, 250, 333, 253, 254, 333,
|
|
333, 333, 333, 333, 251, 255, 0
|
|
} ;
|
|
|
|
static const YY_CHAR yy_ec[256] =
|
|
{ 0,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
|
|
1, 1, 1, 1, 8, 1, 1, 1, 9, 1,
|
|
10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 14, 1, 1, 1, 1, 15, 16, 17, 18,
|
|
|
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
|
|
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
|
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1
|
|
} ;
|
|
|
|
static const YY_CHAR yy_meta[41] =
|
|
{ 0,
|
|
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
|
|
1, 1, 7, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
|
} ;
|
|
|
|
static const flex_int16_t yy_base[3286] =
|
|
{ 0,
|
|
0, 0, 38, 41, 44, 46, 59, 65, 71, 77,
|
|
90, 112, 96, 118, 124, 136, 3868, 3794, 81, 6384,
|
|
6384, 6384, 129, 52, 130, 63, 131, 152, 70, 140,
|
|
149, 156, 57, 88, 76, 173, 175, 95, 184, 145,
|
|
185, 205, 194, 204, 178, 123, 3568, 6384, 6384, 6384,
|
|
107, 3343, 6384, 6384, 6384, 154, 2940, 2739, 6384, 6384,
|
|
6384, 226, 2537, 6384, 6384, 6384, 163, 2356, 6384, 238,
|
|
6384, 242, 148, 2314, 2201, 6384, 6384, 6384, 246, 1728,
|
|
6384, 6384, 6384, 250, 1651, 254, 219, 0, 258, 0,
|
|
0, 165, 250, 191, 215, 243, 252, 256, 92, 260,
|
|
|
|
261, 262, 264, 265, 266, 273, 270, 277, 278, 281,
|
|
271, 279, 290, 288, 296, 295, 299, 310, 303, 306,
|
|
313, 314, 307, 323, 317, 312, 328, 326, 330, 334,
|
|
337, 340, 342, 343, 344, 346, 349, 354, 348, 356,
|
|
364, 357, 361, 359, 372, 376, 365, 360, 377, 380,
|
|
384, 385, 387, 388, 391, 399, 389, 1400, 411, 1203,
|
|
415, 1088, 422, 1027, 689, 426, 406, 430, 434, 0,
|
|
411, 280, 438, 233, 181, 442, 430, 442, 419, 438,
|
|
439, 441, 440, 443, 444, 445, 446, 449, 463, 455,
|
|
456, 467, 471, 472, 469, 476, 474, 460, 482, 488,
|
|
|
|
484, 481, 491, 494, 495, 497, 502, 503, 505, 504,
|
|
506, 507, 523, 510, 499, 509, 532, 530, 534, 539,
|
|
535, 542, 544, 537, 551, 547, 554, 556, 557, 508,
|
|
559, 546, 561, 549, 560, 563, 569, 570, 572, 573,
|
|
575, 583, 580, 578, 584, 581, 592, 590, 597, 593,
|
|
594, 598, 601, 604, 612, 616, 602, 623, 607, 614,
|
|
624, 627, 635, 636, 631, 615, 632, 622, 639, 640,
|
|
641, 642, 643, 651, 652, 644, 654, 662, 655, 657,
|
|
660, 663, 664, 665, 673, 676, 680, 668, 684, 674,
|
|
685, 687, 675, 683, 693, 695, 694, 697, 707, 700,
|
|
|
|
708, 709, 710, 712, 717, 715, 719, 727, 705, 722,
|
|
723, 605, 728, 731, 724, 726, 732, 735, 736, 738,
|
|
745, 743, 747, 749, 750, 766, 754, 739, 759, 767,
|
|
758, 760, 768, 774, 793, 779, 781, 789, 790, 791,
|
|
795, 797, 805, 807, 796, 809, 803, 810, 812, 813,
|
|
822, 818, 6384, 817, 820, 833, 826, 834, 835, 836,
|
|
841, 842, 823, 849, 847, 848, 852, 874, 856, 858,
|
|
854, 863, 866, 6384, 864, 868, 898, 870, 872, 892,
|
|
888, 884, 887, 889, 899, 896, 909, 902, 907, 911,
|
|
922, 918, 919, 920, 921, 924, 930, 937, 932, 934,
|
|
|
|
859, 935, 944, 942, 943, 946, 950, 952, 953, 955,
|
|
956, 769, 958, 962, 964, 973, 957, 965, 963, 975,
|
|
977, 981, 982, 992, 985, 984, 998, 988, 1010, 1005,
|
|
1006, 1007, 1013, 1009, 1008, 1017, 1019, 1021, 1022, 1023,
|
|
1024, 1035, 1030, 1031, 1033, 1037, 1038, 1039, 1041, 1044,
|
|
1045, 1047, 1049, 1051, 1050, 1056, 1060, 1058, 1066, 1061,
|
|
6384, 1068, 1070, 1072, 1073, 1074, 1075, 6384, 1077, 1071,
|
|
1076, 1078, 1090, 1093, 1104, 1081, 1085, 1100, 1103, 1101,
|
|
1105, 1113, 1109, 1114, 1116, 1112, 1118, 1119, 1121, 1124,
|
|
1122, 1125, 1130, 1131, 1132, 1133, 1152, 6384, 1136, 1139,
|
|
|
|
1144, 1138, 1143, 1145, 1164, 1150, 1162, 1161, 1170, 1181,
|
|
1174, 1182, 1176, 1163, 1187, 1184, 1191, 1189, 1193, 1195,
|
|
1194, 1196, 1197, 1198, 1200, 1201, 1206, 6384, 1208, 1211,
|
|
1220, 1221, 1222, 1223, 1224, 1225, 1137, 1226, 1228, 1227,
|
|
1231, 1235, 1245, 1252, 1236, 1253, 1239, 1254, 1249, 1250,
|
|
1256, 1259, 1258, 1260, 1270, 1266, 1272, 1281, 1284, 1283,
|
|
1286, 1293, 1295, 1275, 1288, 1298, 1268, 1290, 1291, 1302,
|
|
1292, 1303, 1304, 1306, 1313, 1308, 1311, 1314, 1316, 1317,
|
|
1320, 1315, 1322, 1321, 1324, 1331, 1328, 1332, 1339, 1334,
|
|
1340, 1338, 1343, 1345, 1348, 1349, 1354, 6384, 1361, 1357,
|
|
|
|
1362, 1360, 1367, 1368, 1370, 1358, 1373, 1376, 1377, 1379,
|
|
1378, 1381, 1385, 1382, 1387, 1388, 1392, 1395, 1393, 1402,
|
|
1409, 1408, 1410, 1396, 1412, 1419, 1416, 1423, 1422, 1418,
|
|
1424, 1433, 1428, 1431, 1430, 1440, 1420, 1436, 1437, 1438,
|
|
1446, 1448, 1451, 1459, 1452, 1456, 1463, 1465, 1460, 1232,
|
|
1467, 1468, 1471, 1472, 1473, 1474, 1475, 1482, 1477, 1478,
|
|
1479, 1483, 1484, 1480, 1488, 1492, 1503, 1496, 1501, 1504,
|
|
1505, 1508, 1509, 1506, 1511, 1514, 1515, 1516, 1517, 1518,
|
|
1526, 1520, 1525, 1528, 1535, 1537, 1538, 1541, 1543, 1544,
|
|
1545, 1546, 1555, 1547, 1556, 1558, 1548, 1559, 1561, 1564,
|
|
|
|
1571, 1566, 1572, 1575, 1576, 1578, 1577, 1580, 1581, 1588,
|
|
1589, 1593, 6384, 1585, 1601, 1583, 1596, 1597, 1599, 1605,
|
|
1612, 1607, 1610, 1608, 1611, 1613, 1637, 6384, 1614, 6384,
|
|
6384, 315, 6384, 6384, 1616, 1621, 6384, 1622, 1631, 1618,
|
|
1641, 1619, 1643, 1647, 1630, 1638, 1635, 1660, 1661, 1664,
|
|
1632, 1666, 1667, 1650, 1672, 1670, 1677, 1678, 1681, 1682,
|
|
1689, 1687, 1690, 1686, 1697, 1695, 1699, 1703, 1705, 1707,
|
|
1710, 1711, 1712, 1713, 1715, 1717, 1718, 1714, 1721, 1723,
|
|
1720, 1727, 1726, 1737, 1736, 1743, 1746, 6384, 1744, 1753,
|
|
1756, 1752, 1760, 1755, 1759, 1761, 1763, 1767, 1764, 1768,
|
|
|
|
1770, 1771, 1732, 1774, 1776, 1779, 1781, 1783, 1782, 6384,
|
|
1784, 1788, 1789, 1790, 1791, 1796, 1798, 1792, 1794, 1802,
|
|
1804, 1815, 1807, 1805, 1810, 1812, 1816, 1822, 6384, 1824,
|
|
1828, 1818, 1830, 1823, 1831, 1832, 1834, 1837, 1836, 1838,
|
|
1842, 1841, 1843, 1853, 1849, 1848, 1850, 1854, 1864, 1863,
|
|
1866, 1873, 1855, 1865, 1867, 1876, 1878, 1879, 1880, 1882,
|
|
1889, 1891, 1881, 1892, 1888, 1896, 1900, 1893, 1903, 1904,
|
|
1905, 1906, 1911, 1913, 1914, 1915, 1918, 1925, 1909, 1921,
|
|
1923, 1930, 1938, 1928, 1936, 1944, 1926, 1934, 1942, 1939,
|
|
6384, 1946, 1949, 6384, 1951, 1952, 1950, 1973, 1955, 1953,
|
|
|
|
1959, 1961, 1962, 1965, 1966, 1977, 1975, 1979, 1996, 1983,
|
|
1985, 1997, 1988, 2000, 1986, 2002, 2004, 2006, 2008, 2010,
|
|
2011, 2009, 2026, 2029, 1968, 2021, 2030, 2012, 2025, 2028,
|
|
2047, 2031, 2032, 2035, 2033, 2038, 2036, 2042, 2040, 2051,
|
|
2052, 2056, 2063, 2059, 2062, 2058, 2065, 2060, 2069, 2075,
|
|
2077, 6384, 2086, 2082, 2083, 2087, 2090, 2088, 2089, 6384,
|
|
2092, 2094, 2091, 2104, 2096, 2095, 2106, 2099, 2109, 2110,
|
|
2112, 2113, 2116, 2115, 2117, 2126, 6384, 2127, 6384, 2118,
|
|
2128, 2131, 2133, 2135, 2129, 2136, 2137, 6384, 6384, 2140,
|
|
2146, 2138, 2157, 2149, 6384, 2152, 2160, 6384, 2163, 2158,
|
|
|
|
2156, 2165, 2166, 2169, 2171, 2173, 2178, 2174, 2181, 2176,
|
|
2190, 2179, 6384, 2177, 2183, 2192, 2196, 2186, 2198, 2200,
|
|
2199, 6384, 2206, 2207, 2208, 2215, 2217, 2210, 2213, 2218,
|
|
2224, 2220, 2222, 2226, 2227, 2229, 2234, 2239, 2232, 2235,
|
|
2243, 2250, 6384, 2236, 2245, 2253, 2251, 2258, 2252, 2255,
|
|
2249, 2259, 2260, 2266, 2262, 2268, 2270, 2271, 2280, 2281,
|
|
2272, 2279, 2277, 2283, 2285, 2288, 2293, 2291, 2292, 2294,
|
|
2295, 6384, 2296, 2298, 2303, 171, 2304, 2306, 2305, 2307,
|
|
2310, 2325, 2308, 2322, 2332, 2311, 2329, 2331, 2330, 2336,
|
|
2337, 2338, 2339, 2340, 2341, 2342, 2344, 6384, 2346, 2347,
|
|
|
|
2349, 2353, 2352, 2355, 2360, 6384, 2362, 2369, 2372, 2381,
|
|
2364, 2373, 2382, 2378, 2383, 2384, 2386, 2388, 2390, 2389,
|
|
2392, 2398, 2395, 6384, 2400, 2403, 2405, 2396, 2412, 2411,
|
|
2404, 2418, 2419, 2420, 2423, 2421, 2422, 2425, 2424, 2426,
|
|
2427, 2432, 2431, 2428, 2430, 2440, 2441, 2442, 2451, 2452,
|
|
2444, 2453, 2454, 6384, 2464, 2455, 2459, 2457, 2460, 2462,
|
|
2466, 2482, 2472, 2475, 2477, 2483, 2492, 2485, 2479, 2502,
|
|
2486, 2494, 2495, 2509, 2507, 2508, 2516, 2506, 2518, 2520,
|
|
2510, 2514, 2522, 2521, 2524, 2526, 2528, 2539, 2542, 2538,
|
|
2544, 2545, 2534, 2552, 2547, 6384, 2551, 2553, 2556, 2557,
|
|
|
|
2570, 2562, 2560, 2567, 2573, 2575, 2576, 2577, 2578, 2585,
|
|
2580, 2583, 2586, 2588, 2589, 2590, 2594, 2597, 2601, 2605,
|
|
2598, 2608, 2609, 6384, 2614, 2610, 2602, 2616, 2619, 2620,
|
|
2624, 2626, 2628, 2629, 2630, 2632, 2634, 2635, 2636, 2637,
|
|
2639, 2641, 2644, 6384, 2646, 2645, 2647, 2653, 2658, 2657,
|
|
2659, 2661, 2668, 2670, 2655, 2671, 2672, 2674, 6384, 2682,
|
|
2684, 2680, 2689, 2681, 2686, 2688, 2692, 2693, 6384, 2694,
|
|
2695, 2696, 2703, 2704, 2700, 6384, 2707, 2702, 2708, 2710,
|
|
2711, 2712, 2714, 2717, 2720, 2721, 2724, 2729, 2736, 2725,
|
|
2733, 6384, 2731, 2745, 2737, 2743, 2741, 2747, 2751, 2753,
|
|
|
|
2754, 2756, 2758, 2763, 6384, 2770, 2769, 2767, 2780, 2757,
|
|
2772, 2775, 2781, 2782, 2783, 2784, 2785, 2788, 6384, 2789,
|
|
2791, 2792, 2794, 2796, 2797, 2799, 2811, 2802, 2806, 2807,
|
|
2812, 2813, 2816, 2817, 2819, 2824, 2820, 2823, 2830, 2833,
|
|
2834, 2836, 2839, 2847, 2850, 2837, 2846, 2849, 2842, 2852,
|
|
2854, 2863, 2866, 2861, 2864, 6384, 2868, 2870, 2869, 2853,
|
|
2872, 2875, 2876, 2879, 2880, 2877, 2882, 2883, 2885, 2887,
|
|
2901, 2904, 2892, 2893, 2896, 2902, 2905, 2908, 2907, 2909,
|
|
2910, 2917, 2918, 2916, 2925, 2920, 2924, 2933, 2922, 2931,
|
|
2932, 2934, 2935, 2936, 2937, 2943, 2945, 2946, 2955, 2960,
|
|
|
|
2956, 2962, 2963, 2938, 2964, 2965, 6384, 2968, 2969, 2970,
|
|
2972, 2973, 2979, 2975, 2987, 2982, 2983, 2988, 2990, 2991,
|
|
2998, 2999, 3000, 3007, 3003, 6384, 3004, 6384, 3005, 3006,
|
|
3008, 3016, 3012, 6384, 3014, 6384, 3021, 3028, 3015, 3019,
|
|
6384, 3030, 3023, 3025, 3036, 3029, 3038, 3039, 3040, 3041,
|
|
3046, 3042, 3048, 3049, 3050, 3052, 3054, 3056, 3057, 3061,
|
|
3070, 3063, 3060, 3071, 3065, 3073, 3077, 3078, 3083, 6384,
|
|
3086, 3079, 3082, 3089, 3090, 3091, 3092, 3093, 3096, 3098,
|
|
3099, 3107, 3102, 3108, 3104, 3112, 3115, 3122, 3121, 3129,
|
|
6384, 3125, 3127, 3128, 3130, 6384, 3132, 3131, 3133, 3142,
|
|
|
|
3135, 3138, 3144, 3145, 3150, 3140, 3152, 3146, 3154, 3167,
|
|
3163, 3162, 6384, 3169, 3170, 3171, 3173, 3180, 3183, 3188,
|
|
3184, 3185, 3190, 3193, 3192, 3194, 3195, 3198, 3199, 3200,
|
|
3208, 3210, 3201, 3211, 3209, 3215, 3222, 3218, 3212, 3214,
|
|
3216, 3224, 3225, 3226, 3227, 3228, 3229, 3235, 3231, 6384,
|
|
3242, 3243, 3244, 3247, 3246, 3248, 3249, 3153, 6384, 3252,
|
|
3256, 3259, 3258, 3260, 3262, 3265, 3267, 3269, 3271, 3273,
|
|
3274, 3283, 3278, 6384, 3282, 6384, 3275, 3286, 3285, 3299,
|
|
3293, 3272, 3301, 3307, 3296, 3303, 3308, 3310, 3311, 3312,
|
|
3314, 3316, 3317, 3318, 3325, 3321, 3324, 3332, 3331, 3333,
|
|
|
|
3334, 3336, 6384, 6384, 3337, 3338, 3339, 3341, 3342, 3353,
|
|
3354, 3352, 3360, 3359, 3346, 3363, 3372, 6384, 3368, 3370,
|
|
3373, 3374, 3384, 3375, 3387, 3389, 3391, 3394, 3392, 6384,
|
|
3380, 3376, 3403, 3399, 3401, 3408, 6384, 3405, 6384, 3406,
|
|
3407, 3409, 3411, 3414, 3415, 3416, 3418, 3422, 3429, 3437,
|
|
3433, 3435, 3419, 3424, 3436, 3438, 3447, 3440, 3444, 3445,
|
|
6384, 3449, 3450, 3452, 3453, 3454, 3461, 3464, 3457, 6384,
|
|
3465, 3467, 3469, 3471, 3472, 3474, 3476, 3478, 3479, 3483,
|
|
3485, 6384, 3481, 3487, 3494, 3489, 3491, 3496, 3499, 3503,
|
|
3505, 6384, 3508, 3510, 3517, 3515, 3512, 3516, 3520, 3521,
|
|
|
|
3522, 3525, 3527, 3526, 3528, 3529, 3530, 3532, 3534, 3537,
|
|
3535, 3548, 3549, 3536, 3557, 3558, 3540, 6384, 3550, 3562,
|
|
3563, 3564, 3565, 3571, 3572, 3575, 3577, 3566, 3581, 3588,
|
|
3570, 3578, 3593, 3590, 3601, 3597, 6384, 3602, 3598, 3609,
|
|
3583, 3604, 3606, 3610, 3612, 3614, 3611, 3615, 3618, 3619,
|
|
3622, 3631, 3621, 3624, 3628, 3638, 3629, 6384, 3643, 3639,
|
|
3641, 3645, 3646, 3650, 3658, 3651, 3654, 3655, 3662, 3659,
|
|
3663, 3666, 3667, 3668, 3671, 3672, 6384, 6384, 3678, 3673,
|
|
3675, 6384, 3679, 3680, 3687, 3683, 3690, 3691, 3693, 3694,
|
|
3695, 3696, 3699, 3702, 6384, 3704, 3713, 3708, 3705, 3716,
|
|
|
|
3720, 3723, 3719, 3717, 3715, 3727, 3729, 3730, 3731, 3732,
|
|
3736, 3740, 3744, 3739, 3742, 3743, 6384, 3745, 3748, 3750,
|
|
3752, 3753, 3754, 6384, 3756, 3760, 3761, 3762, 3774, 3776,
|
|
3766, 3779, 3768, 3781, 3783, 3785, 3784, 3786, 3793, 3788,
|
|
3791, 3798, 3799, 3801, 6384, 3807, 3808, 3792, 3810, 6384,
|
|
3814, 3821, 3817, 3828, 3818, 3825, 3823, 3832, 6384, 3827,
|
|
3829, 3831, 3834, 3842, 3838, 3846, 3845, 3837, 6384, 3841,
|
|
3847, 3851, 6384, 3852, 3857, 3862, 3864, 3848, 3871, 3867,
|
|
3869, 3870, 3872, 6384, 3875, 6384, 3879, 3877, 3883, 6384,
|
|
3878, 3885, 3886, 3888, 3892, 3893, 3894, 3900, 3896, 3902,
|
|
|
|
3904, 3905, 3906, 3907, 3909, 3916, 3908, 3912, 3915, 3917,
|
|
6384, 3918, 3920, 3927, 3928, 3934, 3932, 3937, 3924, 3939,
|
|
3940, 6384, 6384, 3943, 6384, 3947, 3946, 3948, 6384, 3951,
|
|
3954, 3958, 3955, 3956, 3959, 3970, 3963, 6384, 3974, 3975,
|
|
6384, 3960, 3978, 3985, 3980, 3967, 3977, 3981, 3986, 3988,
|
|
3990, 3991, 3992, 3993, 3996, 3994, 6384, 3998, 3999, 4005,
|
|
4007, 4008, 4001, 4012, 4020, 4010, 6384, 4023, 4014, 4024,
|
|
4027, 4029, 6384, 4031, 6384, 4033, 4034, 4035, 4037, 4038,
|
|
6384, 4044, 4041, 4049, 4045, 4053, 4050, 4054, 4056, 4060,
|
|
4062, 4069, 4065, 4064, 4066, 6384, 4067, 4073, 4076, 4079,
|
|
|
|
4068, 4072, 4090, 4088, 4089, 4081, 4094, 4096, 4085, 4100,
|
|
4103, 4098, 4106, 4105, 6384, 4108, 4112, 4109, 4119, 4115,
|
|
4116, 6384, 4121, 4122, 4126, 6384, 4125, 4129, 4132, 4135,
|
|
4136, 4137, 4140, 4139, 4142, 6384, 4146, 4147, 4143, 4145,
|
|
4160, 4152, 6384, 6384, 4162, 6384, 4164, 4144, 4151, 4169,
|
|
4148, 4171, 4175, 4176, 4178, 4172, 4179, 4184, 4182, 4186,
|
|
4194, 4196, 4198, 4197, 4199, 4201, 6384, 6384, 4203, 4204,
|
|
4206, 4210, 4211, 4213, 4214, 4222, 4218, 4226, 4229, 4231,
|
|
4239, 6384, 4220, 4217, 4234, 4235, 6384, 4240, 4241, 4243,
|
|
4242, 4244, 4245, 4248, 4247, 4251, 4250, 4253, 4254, 4259,
|
|
|
|
4268, 4260, 4262, 4270, 4261, 4271, 4275, 4277, 4279, 6384,
|
|
4281, 4283, 4284, 4285, 4287, 4290, 4291, 4292, 4293, 6384,
|
|
4298, 6384, 4294, 4296, 4299, 4315, 4301, 4316, 4319, 4318,
|
|
4306, 4323, 4324, 4327, 4329, 4330, 4333, 4334, 4332, 4338,
|
|
4340, 4342, 6384, 4343, 4349, 4350, 4351, 4353, 4355, 4356,
|
|
4358, 4359, 4361, 4364, 4362, 4366, 4372, 4368, 4374, 4373,
|
|
4376, 6384, 4380, 4389, 4378, 4391, 4381, 4386, 4393, 4400,
|
|
4403, 4394, 4404, 4398, 4406, 6384, 4407, 4408, 4409, 4410,
|
|
4412, 4415, 4418, 4420, 4421, 6384, 4426, 4422, 4430, 4429,
|
|
4428, 4432, 4433, 4438, 4440, 4445, 4448, 6384, 4441, 4452,
|
|
|
|
4455, 4444, 4454, 4456, 4458, 4461, 6384, 4465, 4471, 4464,
|
|
4478, 4462, 4480, 4481, 4484, 4473, 4475, 4482, 4490, 4491,
|
|
4492, 4493, 4494, 4503, 4510, 4505, 6384, 4495, 6384, 4507,
|
|
4511, 4519, 4517, 4520, 4514, 6384, 4506, 4521, 4524, 4527,
|
|
4529, 6384, 4528, 4530, 4532, 4531, 6384, 4541, 4545, 4533,
|
|
4539, 4549, 4554, 6384, 4557, 4558, 4559, 4566, 4568, 4563,
|
|
4570, 4565, 4573, 4571, 4567, 4575, 4576, 4584, 4582, 4580,
|
|
6384, 4586, 4588, 4593, 4595, 4603, 4589, 4587, 4601, 4609,
|
|
4599, 6384, 4606, 4604, 4610, 4613, 4614, 4615, 4616, 4623,
|
|
4619, 4620, 4622, 4626, 4628, 4629, 6384, 4631, 4632, 4634,
|
|
|
|
4642, 4644, 4647, 6384, 6384, 4637, 4653, 4655, 4640, 4656,
|
|
6384, 6384, 4659, 4667, 4660, 4665, 4662, 6384, 6384, 4669,
|
|
6384, 4670, 6384, 4673, 4674, 6384, 6384, 4675, 4676, 4677,
|
|
4678, 4685, 6384, 4692, 6384, 4695, 4693, 4681, 4679, 4698,
|
|
6384, 4686, 4696, 4700, 6384, 4704, 4712, 4707, 4709, 6384,
|
|
4711, 4714, 4715, 4718, 6384, 4719, 4722, 4723, 4726, 4729,
|
|
4727, 4731, 4716, 4735, 4739, 4737, 4740, 4741, 4748, 4753,
|
|
4755, 4757, 4750, 4743, 4758, 4764, 4766, 4759, 4768, 4769,
|
|
4770, 4773, 4774, 4776, 4778, 4779, 4782, 4781, 4783, 4784,
|
|
4787, 4785, 4791, 4797, 4798, 4799, 4800, 4801, 4802, 4803,
|
|
|
|
4806, 4808, 4810, 4812, 4813, 6384, 4815, 4816, 4821, 4829,
|
|
4822, 4830, 4834, 4824, 4841, 4842, 6384, 4845, 6384, 4847,
|
|
4831, 4850, 4837, 4851, 6384, 4852, 4853, 4854, 4855, 4858,
|
|
4857, 4860, 4859, 4863, 4864, 4868, 6384, 4874, 4865, 6384,
|
|
4870, 4878, 4884, 6384, 4885, 4889, 4886, 4890, 4891, 4895,
|
|
4893, 4896, 4897, 4899, 4901, 4903, 4905, 4906, 4909, 4917,
|
|
4920, 4927, 4912, 4907, 4923, 4926, 4928, 4929, 4932, 4933,
|
|
4939, 4934, 4941, 6384, 4943, 6384, 4944, 4945, 4946, 4947,
|
|
4950, 4951, 4954, 6384, 6384, 4952, 4956, 4961, 4963, 4957,
|
|
4966, 4970, 6384, 4968, 4976, 4982, 4977, 6384, 4969, 4979,
|
|
|
|
4985, 4987, 6384, 4988, 4989, 4991, 4993, 4994, 4997, 5001,
|
|
5002, 5003, 5004, 5008, 6384, 6384, 6384, 6384, 5009, 5012,
|
|
5015, 5017, 5018, 5020, 5023, 5022, 5024, 6384, 5026, 6384,
|
|
6384, 5028, 5035, 5027, 5037, 5036, 5038, 5043, 5045, 6384,
|
|
5046, 5049, 5050, 5047, 5059, 5064, 5066, 5060, 5051, 5068,
|
|
5069, 5076, 5072, 5073, 5075, 5078, 5080, 5082, 6384, 6384,
|
|
5071, 5089, 5091, 5098, 5095, 5096, 5085, 5108, 5103, 5104,
|
|
5105, 5106, 5110, 5111, 5119, 5122, 5112, 5115, 6384, 5120,
|
|
5123, 5126, 6384, 5125, 6384, 5130, 5133, 5124, 5131, 5134,
|
|
5139, 5140, 5145, 6384, 6384, 5146, 5153, 5149, 6384, 6384,
|
|
|
|
5150, 5151, 5156, 5158, 5159, 5152, 5162, 5166, 5160, 6384,
|
|
5167, 6384, 5163, 5168, 5174, 5170, 5186, 5187, 5190, 5189,
|
|
5185, 5191, 6384, 5192, 5194, 6384, 5198, 5197, 5199, 6384,
|
|
5203, 5200, 5206, 5209, 6384, 5213, 5215, 5216, 6384, 5223,
|
|
6384, 5210, 5220, 5217, 5232, 6384, 5224, 5227, 6384, 5234,
|
|
5236, 5237, 5238, 6384, 5239, 6384, 5241, 5243, 5245, 5248,
|
|
5249, 5253, 5250, 5254, 5255, 5262, 5259, 5266, 6384, 6384,
|
|
135, 5274, 5260, 5265, 5267, 5271, 5281, 5276, 5278, 5280,
|
|
6384, 6384, 5284, 6384, 5286, 5288, 6384, 5290, 5292, 5296,
|
|
5293, 5298, 5299, 5300, 5302, 5305, 5307, 5319, 5309, 5306,
|
|
|
|
5318, 5324, 5314, 5312, 5329, 5332, 5334, 5336, 5338, 5340,
|
|
5341, 5342, 5343, 5344, 5345, 5347, 5348, 5350, 5351, 6384,
|
|
5354, 5355, 5359, 6384, 5361, 5365, 5367, 5363, 6384, 5374,
|
|
5375, 5376, 5378, 6384, 5379, 5381, 5382, 5383, 5388, 5395,
|
|
5391, 5390, 5396, 6384, 6384, 6384, 5393, 5402, 6384, 5406,
|
|
5407, 5408, 5409, 6384, 5410, 5411, 6384, 6384, 5412, 5413,
|
|
5414, 5424, 6384, 5416, 6384, 5415, 6384, 5420, 5426, 5429,
|
|
5432, 6384, 5435, 5438, 6384, 5444, 5446, 5448, 5449, 5450,
|
|
5452, 5451, 6384, 5459, 5455, 5457, 5464, 5454, 5461, 5465,
|
|
5469, 5466, 5481, 5467, 5477, 6384, 5478, 5480, 5483, 5489,
|
|
|
|
5468, 5479, 5491, 5493, 6384, 5496, 6384, 5497, 5498, 5499,
|
|
5500, 5501, 5502, 5504, 5514, 5507, 5515, 5505, 5516, 5526,
|
|
5518, 6384, 5528, 5530, 6384, 5520, 6384, 5532, 6384, 5522,
|
|
5533, 5534, 5535, 6384, 5544, 5536, 5539, 5545, 6384, 5546,
|
|
5551, 5548, 5553, 6384, 6384, 5554, 5561, 5558, 5557, 5560,
|
|
5569, 5566, 5571, 5572, 5573, 5575, 5584, 5577, 5576, 5580,
|
|
5592, 5594, 5598, 6384, 6384, 6384, 5581, 5585, 5607, 5603,
|
|
5606, 5610, 5608, 6384, 5611, 5613, 5614, 5615, 5623, 5618,
|
|
5621, 6384, 5625, 5622, 5624, 5628, 5630, 5627, 5638, 5639,
|
|
6384, 5632, 5644, 5645, 5633, 5651, 5653, 5655, 5658, 5659,
|
|
|
|
5660, 5667, 5663, 6384, 5665, 6384, 6384, 5662, 6384, 5666,
|
|
5669, 5670, 5673, 6384, 5676, 5671, 5677, 5678, 5680, 5683,
|
|
6384, 5690, 5689, 5693, 5694, 6384, 6384, 5696, 6384, 5701,
|
|
5698, 5702, 5710, 5705, 5706, 5708, 5713, 6384, 5711, 5715,
|
|
5719, 5720, 5721, 6384, 5722, 5723, 5725, 5726, 6384, 5729,
|
|
5728, 5733, 5734, 5736, 6384, 5738, 5737, 5754, 5753, 6384,
|
|
5739, 5756, 5749, 6384, 6384, 5764, 5766, 5767, 6384, 6384,
|
|
6384, 5769, 5770, 5760, 5773, 6384, 5777, 5783, 5787, 5791,
|
|
5774, 6384, 5793, 5782, 5790, 6384, 6384, 5786, 5794, 5796,
|
|
5798, 6384, 6384, 5795, 5802, 5799, 5807, 5808, 6384, 5810,
|
|
|
|
5812, 5817, 5825, 5827, 5815, 5829, 5831, 5838, 5811, 5819,
|
|
5833, 5835, 5836, 5842, 5839, 5846, 5855, 5851, 5853, 5860,
|
|
5862, 5863, 6384, 6384, 5865, 6384, 5867, 5813, 6384, 6384,
|
|
5870, 5872, 5874, 5876, 5878, 5880, 5882, 6384, 5883, 5885,
|
|
5886, 5740, 5887, 6384, 5889, 5891, 5888, 5893, 5897, 5898,
|
|
5896, 5901, 6384, 6384, 5894, 5902, 5904, 5913, 5910, 6384,
|
|
5915, 5922, 5917, 5919, 5920, 5923, 5921, 6384, 5926, 5925,
|
|
6384, 6384, 6384, 5927, 6384, 6384, 5929, 6384, 6384, 6384,
|
|
6384, 6384, 6384, 6384, 5933, 6384, 5935, 5944, 5946, 5950,
|
|
6384, 5938, 5947, 5850, 5940, 5951, 6384, 5952, 5953, 5954,
|
|
|
|
5587, 5957, 5962, 5958, 5966, 5968, 5967, 5969, 5973, 5970,
|
|
5977, 5974, 5976, 5978, 5982, 6384, 6384, 6384, 5990, 5980,
|
|
5992, 5984, 5997, 6001, 6006, 6008, 5999, 6003, 6009, 6010,
|
|
6011, 6013, 6014, 6025, 6017, 6020, 6021, 6022, 6028, 6034,
|
|
6024, 6030, 6036, 6384, 6037, 6384, 6040, 6384, 6384, 6044,
|
|
6045, 6047, 6041, 6054, 6056, 6051, 6053, 6057, 6059, 6062,
|
|
6068, 6384, 6384, 6063, 6069, 6384, 6071, 6070, 6384, 6072,
|
|
6073, 6075, 6077, 6080, 6079, 6081, 6082, 6096, 6384, 6384,
|
|
6083, 6088, 6091, 6100, 6097, 6107, 6104, 6108, 6109, 6111,
|
|
6112, 6121, 6384, 6118, 6119, 6123, 6384, 6125, 6120, 6126,
|
|
|
|
6127, 6128, 6136, 6132, 6135, 6384, 6137, 6384, 6141, 6143,
|
|
6144, 6134, 6142, 6145, 6156, 6154, 6150, 6384, 6160, 6164,
|
|
6162, 6166, 6168, 6170, 6171, 6172, 6174, 6177, 6183, 6180,
|
|
6187, 6188, 6184, 6192, 6189, 6384, 6199, 6190, 6384, 6196,
|
|
6200, 6193, 6202, 6206, 6384, 6211, 6204, 6213, 6214, 6217,
|
|
6218, 6384, 6220, 6227, 6222, 6384, 6228, 6384, 6384, 6230,
|
|
6224, 6231, 6237, 6239, 6384, 6384, 6384, 6264, 6271, 6278,
|
|
6285, 6292, 6299, 6306, 88, 6313, 6320, 6327, 6334, 6341,
|
|
6348, 6355, 6362, 6369, 6376
|
|
} ;
|
|
|
|
static const flex_int16_t yy_def[3286] =
|
|
{ 0,
|
|
3267, 1, 3268, 3268, 3269, 3269, 3270, 3270, 3271, 3271,
|
|
3272, 3272, 3273, 3273, 3274, 3274, 3267, 3275, 3267, 3267,
|
|
3267, 3267, 3276, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3277, 3267, 3267, 3267,
|
|
3277, 3278, 3267, 3267, 3267, 3278, 3279, 3267, 3267, 3267,
|
|
3267, 3279, 3280, 3267, 3267, 3267, 3280, 3281, 3267, 3282,
|
|
3267, 3281, 3281, 3283, 3267, 3267, 3267, 3267, 3283, 3284,
|
|
3267, 3267, 3267, 3284, 3275, 3275, 3267, 3285, 3276, 3285,
|
|
3276, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3277, 3277, 3278,
|
|
3278, 3279, 3279, 3267, 3280, 3280, 3281, 3281, 3282, 3282,
|
|
3281, 3283, 3283, 3267, 3284, 3284, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3281, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3281, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3281,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3281,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267,
|
|
3267, 3275, 3267, 3267, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3281, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3267, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3281, 3281, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3281,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3281, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3267, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3281, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3267, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3281, 3275, 3267, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3267, 3275, 3267, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3267, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3281,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3281, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3267, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3267, 3275, 3275, 3275, 3275, 3275, 3267, 3267, 3275,
|
|
3267, 3275, 3267, 3275, 3275, 3267, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3281, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3267, 3267, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3281, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3267, 3275, 3275, 3275, 3267, 3267,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3267, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3267, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3267,
|
|
3281, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3267, 3275, 3267, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3267, 3267, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3267, 3267, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3267, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3267, 3275, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3267, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3267, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3267, 3267, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3267, 3267, 3275, 3275, 3275, 3267, 3267,
|
|
3267, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3267, 3267, 3275, 3275, 3275,
|
|
3275, 3267, 3267, 3275, 3275, 3275, 3275, 3275, 3267, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3267, 3275, 3267, 3275, 3275, 3267, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3267, 3275, 3275, 3275, 3275, 3275, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3267, 3267, 3267, 3275, 3267, 3267, 3275, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3275, 3267, 3275, 3275, 3275, 3275,
|
|
3267, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3267, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3267, 3275, 3267, 3275, 3267, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3267, 3275, 3275, 3267, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3267,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3267, 3275, 3275, 3275, 3267, 3275, 3275, 3275,
|
|
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3275, 3275, 3275, 3275, 3267, 3275, 3275, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3275, 3275, 3275, 3275, 3275,
|
|
3275, 3267, 3275, 3275, 3275, 3267, 3275, 3267, 3267, 3275,
|
|
3275, 3275, 3275, 3275, 3267, 3267, 0, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3267
|
|
} ;
|
|
|
|
static const flex_int16_t yy_nxt[6425] =
|
|
{ 0,
|
|
18, 19, 20, 21, 22, 23, 22, 18, 18, 18,
|
|
18, 18, 22, 24, 25, 26, 27, 28, 29, 30,
|
|
18, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
|
40, 41, 42, 43, 44, 45, 18, 18, 18, 46,
|
|
48, 49, 50, 48, 49, 50, 53, 54, 53, 54,
|
|
55, 51, 55, 85, 51, 85, 85, 56, 85, 56,
|
|
58, 59, 60, 61, 85, 22, 58, 59, 60, 61,
|
|
86, 22, 62, 64, 65, 66, 86, 97, 62, 64,
|
|
65, 66, 87, 86, 67, 119, 88, 108, 85, 86,
|
|
67, 19, 20, 21, 69, 70, 71, 75, 76, 77,
|
|
|
|
78, 86, 22, 72, 121, 86, 120, 109, 86, 79,
|
|
158, 158, 73, 19, 20, 21, 69, 70, 71, 75,
|
|
76, 77, 78, 185, 22, 72, 81, 82, 83, 129,
|
|
90, 79, 90, 90, 73, 90, 86, 84, 81, 82,
|
|
83, 90, 91, 86, 86, 98, 92, 93, 168, 84,
|
|
94, 157, 99, 86, 110, 95, 100, 160, 86, 101,
|
|
160, 168, 86, 112, 96, 86, 165, 165, 111, 86,
|
|
102, 113, 135, 115, 103, 171, 116, 104, 86, 105,
|
|
106, 177, 114, 117, 168, 118, 86, 122, 86, 126,
|
|
107, 86, 154, 127, 176, 123, 155, 86, 86, 136,
|
|
|
|
156, 124, 130, 137, 86, 125, 131, 86, 146, 128,
|
|
147, 179, 132, 138, 139, 133, 140, 86, 86, 148,
|
|
87, 150, 134, 141, 88, 149, 142, 162, 86, 162,
|
|
162, 151, 162, 143, 174, 152, 153, 144, 145, 90,
|
|
180, 90, 90, 167, 90, 167, 167, 172, 167, 172,
|
|
172, 170, 172, 175, 175, 85, 86, 85, 85, 90,
|
|
85, 90, 90, 86, 90, 86, 85, 178, 182, 86,
|
|
90, 91, 183, 86, 86, 86, 181, 86, 86, 86,
|
|
195, 188, 186, 86, 86, 184, 86, 189, 187, 190,
|
|
86, 86, 86, 173, 86, 191, 192, 197, 194, 196,
|
|
|
|
193, 86, 203, 86, 198, 200, 201, 205, 86, 86,
|
|
204, 199, 86, 202, 207, 209, 86, 213, 210, 86,
|
|
86, 206, 208, 86, 216, 86, 86, 86, 86, 218,
|
|
86, 211, 212, 219, 223, 215, 86, 225, 226, 86,
|
|
224, 86, 214, 86, 217, 918, 221, 86, 227, 220,
|
|
86, 222, 228, 86, 231, 86, 86, 86, 236, 86,
|
|
233, 86, 86, 229, 234, 230, 238, 86, 248, 86,
|
|
86, 232, 86, 86, 86, 239, 235, 86, 86, 237,
|
|
244, 240, 241, 247, 249, 86, 250, 242, 243, 86,
|
|
86, 245, 256, 86, 255, 246, 253, 86, 86, 259,
|
|
|
|
86, 86, 86, 251, 86, 263, 252, 254, 260, 258,
|
|
262, 257, 86, 264, 158, 158, 267, 266, 160, 168,
|
|
261, 160, 265, 162, 168, 162, 162, 268, 162, 165,
|
|
165, 167, 86, 167, 167, 90, 167, 90, 90, 172,
|
|
90, 172, 172, 86, 172, 175, 175, 170, 269, 270,
|
|
272, 86, 86, 86, 86, 86, 86, 86, 86, 86,
|
|
274, 277, 86, 280, 271, 276, 273, 275, 86, 86,
|
|
283, 282, 279, 86, 286, 278, 86, 284, 288, 281,
|
|
86, 287, 86, 289, 86, 86, 292, 86, 290, 86,
|
|
297, 293, 299, 285, 86, 86, 294, 86, 304, 298,
|
|
|
|
300, 86, 295, 296, 86, 291, 301, 86, 86, 302,
|
|
86, 306, 86, 307, 303, 86, 86, 86, 86, 86,
|
|
86, 86, 86, 86, 314, 315, 308, 305, 321, 309,
|
|
311, 310, 322, 312, 339, 313, 86, 316, 323, 324,
|
|
317, 326, 318, 86, 325, 86, 328, 86, 86, 330,
|
|
86, 331, 86, 327, 319, 86, 320, 86, 334, 86,
|
|
86, 336, 86, 337, 86, 335, 332, 86, 329, 86,
|
|
86, 333, 86, 86, 86, 343, 86, 338, 340, 341,
|
|
342, 345, 86, 86, 344, 86, 86, 347, 86, 346,
|
|
352, 86, 348, 86, 86, 353, 86, 86, 354, 358,
|
|
|
|
349, 356, 350, 86, 361, 86, 86, 86, 351, 355,
|
|
86, 86, 363, 364, 86, 86, 357, 86, 86, 367,
|
|
86, 359, 360, 368, 366, 86, 362, 86, 86, 86,
|
|
370, 428, 371, 365, 369, 168, 86, 86, 373, 374,
|
|
86, 372, 375, 377, 86, 86, 378, 382, 86, 86,
|
|
381, 380, 86, 86, 86, 86, 86, 86, 388, 389,
|
|
386, 384, 390, 379, 86, 86, 376, 86, 86, 392,
|
|
86, 383, 391, 86, 385, 86, 86, 86, 86, 387,
|
|
399, 86, 402, 393, 394, 397, 86, 86, 86, 86,
|
|
396, 395, 400, 86, 403, 401, 86, 86, 86, 405,
|
|
|
|
86, 406, 166, 398, 407, 404, 86, 86, 86, 409,
|
|
86, 408, 410, 86, 413, 415, 411, 417, 86, 412,
|
|
86, 86, 86, 86, 416, 86, 422, 414, 86, 418,
|
|
86, 420, 86, 421, 423, 86, 86, 86, 425, 86,
|
|
86, 86, 429, 432, 86, 86, 419, 430, 86, 86,
|
|
435, 86, 86, 426, 440, 431, 86, 427, 86, 424,
|
|
86, 437, 86, 86, 433, 441, 434, 86, 439, 436,
|
|
450, 86, 86, 86, 455, 442, 449, 451, 438, 86,
|
|
86, 86, 86, 452, 563, 453, 456, 86, 443, 458,
|
|
459, 444, 86, 457, 86, 462, 445, 446, 447, 448,
|
|
|
|
460, 454, 86, 86, 86, 461, 86, 468, 86, 86,
|
|
86, 463, 466, 467, 464, 469, 86, 465, 86, 470,
|
|
86, 471, 86, 86, 472, 86, 86, 473, 474, 478,
|
|
86, 86, 479, 86, 480, 86, 86, 496, 483, 86,
|
|
484, 477, 475, 481, 485, 476, 86, 86, 86, 86,
|
|
482, 488, 486, 489, 86, 86, 497, 491, 487, 498,
|
|
86, 86, 86, 490, 495, 86, 499, 86, 500, 86,
|
|
492, 86, 86, 493, 501, 494, 86, 86, 502, 86,
|
|
515, 86, 512, 86, 551, 86, 503, 86, 504, 510,
|
|
505, 513, 511, 514, 526, 517, 516, 168, 525, 527,
|
|
|
|
86, 86, 86, 506, 528, 86, 507, 529, 508, 86,
|
|
509, 86, 86, 518, 519, 86, 535, 532, 530, 531,
|
|
86, 533, 86, 520, 86, 521, 522, 523, 534, 539,
|
|
524, 86, 86, 86, 86, 86, 541, 86, 538, 540,
|
|
537, 536, 546, 86, 548, 86, 549, 86, 86, 545,
|
|
86, 553, 543, 544, 542, 86, 86, 86, 547, 86,
|
|
557, 558, 552, 86, 556, 86, 86, 550, 86, 86,
|
|
86, 86, 555, 564, 565, 86, 86, 86, 86, 567,
|
|
554, 568, 560, 562, 561, 559, 86, 570, 86, 571,
|
|
86, 566, 573, 572, 86, 86, 569, 86, 86, 584,
|
|
|
|
579, 86, 586, 576, 575, 86, 574, 585, 580, 581,
|
|
588, 86, 582, 583, 577, 587, 578, 589, 86, 86,
|
|
86, 86, 86, 86, 592, 591, 86, 594, 164, 593,
|
|
86, 596, 86, 598, 86, 86, 86, 86, 601, 590,
|
|
599, 595, 602, 86, 86, 597, 86, 603, 86, 600,
|
|
86, 86, 86, 608, 86, 606, 607, 86, 86, 604,
|
|
86, 609, 86, 86, 86, 614, 610, 605, 615, 86,
|
|
617, 86, 613, 86, 86, 616, 612, 611, 618, 86,
|
|
620, 86, 622, 86, 86, 86, 86, 86, 86, 86,
|
|
86, 86, 619, 624, 86, 625, 621, 633, 86, 636,
|
|
|
|
627, 163, 630, 86, 623, 632, 86, 626, 628, 631,
|
|
629, 635, 637, 86, 86, 634, 86, 86, 86, 640,
|
|
643, 638, 86, 646, 639, 86, 86, 86, 641, 86,
|
|
645, 86, 86, 642, 86, 86, 649, 86, 86, 648,
|
|
653, 652, 644, 86, 86, 86, 86, 647, 655, 86,
|
|
86, 86, 86, 654, 650, 651, 86, 86, 86, 658,
|
|
656, 669, 672, 86, 657, 86, 659, 668, 707, 667,
|
|
670, 660, 671, 661, 86, 86, 86, 86, 675, 662,
|
|
676, 663, 673, 86, 664, 665, 674, 86, 680, 86,
|
|
677, 666, 679, 678, 86, 86, 685, 86, 683, 681,
|
|
|
|
86, 686, 86, 682, 86, 688, 86, 86, 86, 86,
|
|
86, 86, 684, 86, 86, 694, 161, 689, 690, 86,
|
|
695, 86, 687, 691, 168, 698, 692, 701, 700, 697,
|
|
699, 693, 696, 86, 86, 86, 86, 86, 86, 86,
|
|
86, 86, 710, 708, 86, 86, 702, 832, 86, 86,
|
|
703, 705, 86, 706, 709, 704, 712, 713, 86, 714,
|
|
716, 715, 86, 86, 717, 86, 86, 86, 711, 86,
|
|
718, 86, 86, 86, 721, 722, 719, 727, 720, 86,
|
|
723, 86, 728, 86, 730, 86, 741, 724, 86, 726,
|
|
725, 732, 729, 731, 86, 733, 86, 86, 734, 86,
|
|
|
|
735, 86, 736, 86, 86, 86, 86, 737, 86, 738,
|
|
745, 86, 743, 739, 740, 86, 86, 86, 744, 86,
|
|
749, 86, 742, 748, 86, 750, 86, 86, 86, 86,
|
|
86, 754, 752, 86, 86, 86, 747, 86, 760, 746,
|
|
757, 86, 751, 753, 86, 86, 761, 86, 755, 756,
|
|
758, 86, 86, 86, 767, 763, 86, 759, 86, 762,
|
|
764, 86, 86, 770, 765, 766, 771, 86, 774, 768,
|
|
86, 86, 769, 86, 86, 86, 772, 777, 776, 775,
|
|
86, 86, 773, 86, 780, 779, 86, 782, 781, 86,
|
|
86, 86, 86, 788, 86, 86, 784, 786, 86, 778,
|
|
|
|
86, 86, 794, 785, 783, 86, 86, 789, 86, 86,
|
|
792, 787, 795, 159, 790, 86, 791, 793, 796, 797,
|
|
798, 86, 86, 86, 799, 86, 803, 801, 800, 86,
|
|
805, 86, 86, 86, 804, 86, 86, 86, 806, 802,
|
|
809, 86, 808, 86, 86, 810, 86, 816, 813, 86,
|
|
86, 86, 817, 86, 811, 819, 807, 812, 818, 86,
|
|
821, 86, 814, 815, 86, 86, 825, 823, 822, 86,
|
|
828, 820, 86, 86, 827, 829, 86, 826, 86, 830,
|
|
86, 86, 824, 834, 86, 86, 86, 86, 86, 840,
|
|
86, 86, 86, 86, 841, 86, 86, 86, 831, 833,
|
|
|
|
842, 86, 835, 836, 837, 86, 838, 843, 839, 86,
|
|
849, 844, 846, 847, 86, 845, 86, 86, 86, 86,
|
|
848, 86, 86, 850, 86, 854, 851, 86, 86, 86,
|
|
86, 86, 863, 86, 861, 856, 852, 853, 86, 86,
|
|
855, 86, 857, 864, 862, 858, 859, 860, 86, 866,
|
|
86, 86, 865, 868, 86, 867, 86, 86, 86, 86,
|
|
86, 86, 873, 872, 875, 874, 869, 871, 86, 86,
|
|
870, 86, 86, 876, 86, 880, 878, 168, 877, 86,
|
|
879, 881, 883, 885, 86, 86, 882, 884, 86, 86,
|
|
86, 86, 891, 86, 86, 892, 86, 887, 86, 886,
|
|
|
|
894, 86, 86, 893, 888, 889, 86, 895, 898, 86,
|
|
86, 890, 86, 900, 86, 896, 899, 897, 86, 904,
|
|
86, 86, 901, 86, 86, 86, 86, 86, 905, 86,
|
|
906, 86, 86, 925, 86, 86, 903, 902, 919, 907,
|
|
920, 921, 917, 86, 86, 86, 909, 923, 86, 908,
|
|
86, 86, 910, 922, 86, 911, 86, 926, 924, 912,
|
|
86, 928, 913, 86, 86, 929, 940, 931, 930, 914,
|
|
915, 927, 916, 86, 86, 932, 933, 86, 934, 86,
|
|
86, 935, 939, 86, 942, 86, 936, 943, 946, 944,
|
|
86, 86, 937, 938, 86, 86, 951, 941, 950, 86,
|
|
|
|
86, 952, 86, 86, 954, 945, 948, 953, 86, 947,
|
|
86, 956, 86, 957, 955, 958, 86, 960, 86, 949,
|
|
86, 959, 961, 86, 86, 86, 86, 86, 86, 964,
|
|
86, 86, 968, 86, 86, 962, 86, 971, 967, 86,
|
|
86, 176, 969, 963, 975, 86, 965, 966, 970, 86,
|
|
86, 972, 973, 978, 976, 977, 86, 86, 979, 86,
|
|
981, 974, 980, 982, 994, 86, 86, 984, 86, 86,
|
|
983, 985, 86, 86, 86, 988, 86, 86, 986, 989,
|
|
86, 86, 987, 86, 86, 990, 995, 86, 992, 86,
|
|
999, 993, 86, 998, 86, 86, 86, 86, 996, 991,
|
|
|
|
997, 86, 86, 86, 86, 86, 1001, 86, 1004, 86,
|
|
1002, 86, 1006, 1005, 1000, 86, 1007, 86, 86, 1008,
|
|
86, 1014, 1012, 86, 1010, 86, 1003, 1013, 86, 86,
|
|
1011, 86, 1009, 1015, 1017, 86, 86, 86, 1019, 1021,
|
|
1022, 86, 1016, 86, 86, 86, 1020, 86, 1024, 86,
|
|
86, 86, 1023, 1018, 86, 86, 86, 1025, 1030, 1032,
|
|
1035, 86, 86, 86, 1026, 1027, 86, 86, 86, 1028,
|
|
1029, 1036, 1033, 1037, 1031, 1034, 86, 86, 86, 86,
|
|
86, 1039, 1038, 1040, 1042, 1043, 86, 1045, 1044, 86,
|
|
1041, 86, 86, 86, 86, 86, 1052, 1047, 1053, 1055,
|
|
|
|
1046, 86, 86, 1057, 86, 86, 86, 1058, 1054, 86,
|
|
1059, 1048, 1050, 86, 1049, 1051, 86, 86, 86, 86,
|
|
1066, 1056, 86, 1063, 86, 1065, 86, 86, 86, 1061,
|
|
1067, 86, 1070, 1072, 86, 1060, 86, 1062, 86, 86,
|
|
1064, 86, 1071, 86, 1069, 1075, 1068, 86, 1074, 86,
|
|
1076, 168, 86, 1078, 1073, 86, 1077, 86, 1079, 86,
|
|
1082, 1080, 86, 86, 86, 86, 86, 1081, 86, 1095,
|
|
1096, 1083, 86, 1098, 86, 86, 1085, 1086, 86, 86,
|
|
1124, 86, 1100, 1084, 1088, 1087, 86, 1097, 86, 1089,
|
|
86, 1090, 86, 1103, 1101, 1091, 86, 1092, 86, 86,
|
|
|
|
1099, 86, 1093, 1105, 1102, 1107, 1104, 1094, 1106, 86,
|
|
86, 1114, 1108, 86, 1109, 86, 1111, 86, 1112, 86,
|
|
1115, 86, 86, 86, 86, 86, 1110, 1121, 1113, 1125,
|
|
1120, 1116, 1119, 1122, 86, 1118, 1123, 1126, 86, 86,
|
|
1117, 86, 86, 86, 86, 86, 86, 1127, 86, 86,
|
|
1138, 86, 1141, 86, 1142, 86, 1137, 1128, 1140, 1129,
|
|
86, 1130, 1139, 1143, 86, 86, 1131, 1144, 1132, 86,
|
|
1148, 86, 86, 86, 1133, 86, 86, 1149, 86, 1134,
|
|
1135, 1154, 86, 1145, 1146, 1147, 1136, 1150, 86, 1151,
|
|
86, 1153, 1155, 1157, 1152, 86, 86, 1161, 1158, 86,
|
|
|
|
86, 86, 86, 86, 86, 86, 1162, 86, 86, 86,
|
|
1156, 1167, 86, 1160, 1164, 1159, 1165, 86, 1168, 86,
|
|
1166, 1163, 86, 86, 1170, 86, 86, 1169, 86, 86,
|
|
86, 86, 1171, 1179, 1177, 1175, 1172, 1174, 1176, 86,
|
|
86, 86, 86, 1173, 86, 1181, 86, 1178, 86, 86,
|
|
86, 86, 1191, 86, 1187, 1188, 1180, 1186, 1189, 86,
|
|
1184, 1182, 86, 1183, 1192, 86, 1185, 1195, 1190, 86,
|
|
86, 86, 1196, 86, 1199, 1193, 86, 1197, 86, 86,
|
|
1198, 1194, 86, 1200, 86, 1206, 86, 86, 1208, 86,
|
|
86, 86, 86, 1212, 86, 1202, 86, 1204, 1201, 86,
|
|
|
|
1203, 1205, 174, 86, 1209, 86, 1211, 1207, 1210, 86,
|
|
1214, 86, 86, 86, 1215, 1216, 1217, 1213, 1218, 86,
|
|
86, 86, 1223, 86, 1219, 1220, 86, 1222, 86, 1224,
|
|
86, 86, 1225, 86, 1227, 86, 1221, 86, 1228, 86,
|
|
86, 1234, 86, 1232, 1226, 86, 1235, 86, 86, 86,
|
|
1236, 1229, 86, 1237, 1230, 1233, 86, 1239, 86, 1231,
|
|
1242, 1238, 86, 86, 86, 86, 86, 1240, 86, 1243,
|
|
1244, 86, 86, 86, 1245, 86, 1249, 1246, 1241, 86,
|
|
1247, 86, 1250, 86, 86, 86, 1251, 1255, 1256, 1259,
|
|
86, 1248, 86, 86, 86, 1253, 86, 1258, 86, 1252,
|
|
|
|
1257, 86, 1263, 1254, 86, 86, 86, 86, 86, 86,
|
|
1269, 86, 1261, 1262, 1265, 1260, 168, 86, 86, 86,
|
|
86, 86, 1264, 86, 86, 1274, 1266, 173, 1268, 1278,
|
|
1273, 1271, 1275, 1267, 1272, 86, 1270, 1276, 86, 1279,
|
|
1280, 1277, 86, 86, 86, 86, 1282, 1281, 1283, 86,
|
|
86, 86, 86, 86, 86, 86, 1286, 86, 1292, 86,
|
|
86, 1289, 86, 1284, 1285, 86, 86, 1287, 86, 168,
|
|
1290, 1296, 1288, 86, 1293, 86, 1291, 86, 1298, 1302,
|
|
1294, 1295, 86, 1303, 1306, 86, 86, 1299, 1297, 1300,
|
|
1304, 86, 1301, 1305, 86, 86, 86, 86, 1308, 86,
|
|
|
|
1307, 86, 86, 86, 1312, 86, 1311, 1315, 86, 86,
|
|
1309, 86, 1319, 86, 1310, 1314, 86, 86, 86, 1316,
|
|
1313, 1320, 1317, 1321, 86, 86, 1325, 1318, 1324, 1322,
|
|
1323, 86, 86, 86, 86, 86, 86, 86, 86, 86,
|
|
86, 86, 1331, 86, 86, 86, 1326, 1327, 1329, 1330,
|
|
1332, 1336, 1328, 86, 86, 86, 1333, 86, 1335, 1337,
|
|
1334, 1338, 1340, 1339, 86, 86, 86, 86, 86, 1341,
|
|
86, 1348, 86, 86, 1342, 86, 1343, 86, 1351, 86,
|
|
1353, 1346, 1345, 1349, 1344, 86, 1350, 1347, 86, 1355,
|
|
86, 1354, 86, 1352, 1356, 86, 86, 1360, 86, 86,
|
|
|
|
1371, 1369, 1358, 1359, 1357, 86, 1361, 86, 86, 1370,
|
|
1362, 1368, 1372, 1363, 1364, 86, 1374, 1373, 1365, 86,
|
|
86, 86, 86, 86, 1366, 1375, 1376, 86, 1367, 86,
|
|
1377, 86, 1379, 86, 86, 86, 1380, 86, 1381, 86,
|
|
1378, 86, 1386, 1382, 1384, 1383, 1389, 86, 1398, 1390,
|
|
166, 86, 86, 1387, 1385, 86, 1391, 86, 86, 1388,
|
|
86, 1392, 1399, 1400, 86, 86, 86, 1393, 1402, 86,
|
|
86, 1401, 1394, 86, 1395, 86, 1396, 1406, 1397, 1405,
|
|
86, 1403, 1407, 86, 1408, 1410, 86, 1404, 86, 86,
|
|
86, 86, 1416, 86, 1417, 1409, 86, 1412, 86, 86,
|
|
|
|
1411, 86, 86, 86, 1418, 1415, 1420, 86, 1413, 1414,
|
|
86, 86, 1422, 1419, 86, 86, 1421, 1426, 86, 1425,
|
|
1428, 86, 86, 86, 1429, 1423, 1427, 86, 1431, 86,
|
|
1430, 1434, 86, 86, 1432, 1424, 1436, 86, 1433, 86,
|
|
1437, 86, 86, 86, 1441, 86, 1438, 86, 86, 86,
|
|
86, 1443, 86, 1435, 86, 1445, 1447, 86, 86, 86,
|
|
86, 1446, 1449, 1439, 1440, 1451, 86, 1442, 86, 1444,
|
|
86, 86, 86, 1450, 86, 1448, 1453, 1455, 1454, 1456,
|
|
1452, 86, 1457, 86, 86, 86, 1459, 86, 1458, 1463,
|
|
1460, 1464, 1461, 86, 86, 86, 1466, 86, 1465, 86,
|
|
|
|
1462, 86, 86, 1467, 1470, 86, 86, 168, 86, 86,
|
|
1475, 1476, 1469, 86, 1478, 86, 86, 86, 1468, 1477,
|
|
86, 86, 1472, 86, 86, 86, 1471, 86, 1473, 1479,
|
|
86, 1486, 1474, 86, 86, 1480, 1483, 86, 86, 1484,
|
|
164, 1481, 86, 1482, 86, 1485, 86, 1490, 1491, 86,
|
|
86, 1493, 1495, 1487, 86, 1489, 86, 1496, 86, 1488,
|
|
86, 1492, 1499, 1494, 86, 1498, 86, 86, 1497, 86,
|
|
86, 86, 1504, 1507, 1500, 1505, 86, 1509, 1506, 1501,
|
|
86, 1502, 86, 86, 1503, 86, 1510, 1512, 86, 1514,
|
|
1508, 1511, 1513, 86, 86, 86, 86, 86, 86, 1517,
|
|
|
|
1518, 86, 86, 1521, 86, 86, 1516, 86, 1526, 86,
|
|
86, 1515, 86, 1527, 1519, 86, 1523, 1520, 1530, 86,
|
|
86, 1522, 1524, 1525, 86, 86, 86, 1531, 1528, 86,
|
|
86, 1529, 86, 86, 1533, 1537, 86, 86, 1532, 1538,
|
|
1534, 1535, 1539, 86, 1542, 1541, 86, 86, 1536, 86,
|
|
86, 1540, 86, 1546, 1547, 86, 1544, 1548, 1550, 86,
|
|
86, 1543, 86, 86, 1549, 86, 86, 86, 1551, 1545,
|
|
1555, 1552, 1554, 1556, 86, 1557, 86, 86, 1558, 86,
|
|
1559, 86, 86, 86, 1562, 86, 1553, 1560, 86, 86,
|
|
86, 1561, 86, 86, 1567, 86, 86, 1563, 86, 1566,
|
|
|
|
86, 1570, 1564, 1569, 1565, 86, 86, 1578, 1573, 86,
|
|
1568, 1575, 1571, 1574, 86, 86, 1576, 86, 86, 1572,
|
|
86, 86, 86, 86, 1586, 1577, 1582, 1581, 1579, 86,
|
|
86, 86, 1589, 86, 1580, 86, 1587, 86, 86, 1583,
|
|
1592, 1585, 1584, 1591, 86, 86, 86, 86, 86, 86,
|
|
86, 86, 1590, 163, 1593, 1588, 86, 1600, 86, 86,
|
|
1608, 1601, 1597, 1594, 1595, 1599, 1596, 1603, 86, 86,
|
|
1598, 1602, 1604, 86, 1605, 86, 86, 86, 86, 1606,
|
|
1610, 86, 86, 86, 1611, 86, 86, 1614, 86, 1607,
|
|
1609, 1618, 86, 1619, 1620, 86, 86, 1612, 1615, 1613,
|
|
|
|
86, 86, 1617, 86, 86, 1616, 1623, 1624, 1625, 1622,
|
|
1621, 86, 86, 86, 1629, 1630, 86, 86, 86, 86,
|
|
86, 86, 1634, 1635, 1633, 86, 1637, 86, 86, 86,
|
|
1627, 1626, 86, 1628, 86, 1631, 86, 1638, 86, 1632,
|
|
1639, 86, 86, 86, 1640, 1636, 1642, 1644, 1641, 86,
|
|
1645, 86, 86, 86, 86, 86, 1643, 1646, 1649, 86,
|
|
1651, 86, 86, 86, 1652, 86, 1656, 86, 1650, 86,
|
|
86, 1648, 1647, 86, 86, 1659, 86, 1654, 86, 1653,
|
|
1662, 1657, 1661, 86, 86, 1664, 86, 1658, 1655, 1660,
|
|
86, 86, 168, 1663, 1667, 86, 86, 1666, 1670, 86,
|
|
|
|
1665, 1669, 86, 86, 86, 86, 86, 1678, 1671, 86,
|
|
1668, 86, 86, 1672, 1679, 86, 1673, 86, 1676, 1682,
|
|
86, 86, 1674, 1675, 1683, 86, 1684, 1686, 86, 1688,
|
|
1677, 1680, 1681, 1687, 86, 86, 1690, 1685, 86, 1692,
|
|
86, 86, 86, 86, 86, 86, 86, 1697, 86, 1694,
|
|
1695, 86, 1691, 86, 1689, 86, 1698, 86, 86, 86,
|
|
1693, 1702, 1699, 86, 1703, 86, 86, 86, 1696, 1700,
|
|
1707, 1704, 1701, 1708, 1710, 86, 86, 1705, 1712, 1706,
|
|
86, 1711, 86, 86, 86, 1709, 86, 1757, 1715, 1717,
|
|
1719, 1714, 1718, 86, 1713, 1720, 86, 86, 86, 1722,
|
|
|
|
1724, 86, 1721, 86, 1723, 86, 86, 86, 86, 1716,
|
|
1725, 86, 86, 86, 86, 1731, 1730, 1732, 1734, 1733,
|
|
1726, 86, 86, 86, 86, 86, 1727, 86, 86, 86,
|
|
1728, 86, 1729, 1736, 1737, 86, 1738, 86, 86, 86,
|
|
86, 86, 86, 1739, 86, 1735, 1747, 1740, 86, 1741,
|
|
1748, 1742, 1743, 1744, 1753, 86, 86, 86, 1745, 86,
|
|
86, 86, 86, 1749, 1758, 86, 1746, 1750, 1751, 86,
|
|
1752, 86, 86, 86, 1762, 86, 1756, 1760, 86, 1754,
|
|
86, 1755, 86, 1761, 86, 86, 86, 86, 86, 1759,
|
|
1763, 86, 1764, 1767, 1769, 86, 86, 1777, 86, 86,
|
|
|
|
1766, 1768, 1776, 1780, 1765, 1770, 86, 1772, 1771, 86,
|
|
1773, 1778, 86, 1775, 86, 1774, 86, 1781, 1779, 1782,
|
|
86, 86, 1783, 86, 86, 86, 1785, 86, 1786, 86,
|
|
86, 86, 1794, 1795, 86, 1784, 1789, 86, 86, 1791,
|
|
1793, 1788, 1792, 1787, 86, 86, 86, 86, 1790, 86,
|
|
86, 86, 86, 1804, 86, 86, 161, 1796, 1797, 86,
|
|
1799, 1801, 1798, 1800, 1806, 86, 86, 86, 1808, 1803,
|
|
1805, 1807, 86, 86, 1810, 1802, 86, 1811, 1812, 1816,
|
|
1814, 86, 1809, 86, 1817, 86, 86, 86, 86, 86,
|
|
1813, 1822, 1821, 86, 1815, 1818, 1825, 86, 1819, 1824,
|
|
|
|
86, 1827, 86, 1830, 86, 86, 1823, 86, 1820, 1826,
|
|
1831, 1828, 86, 1829, 86, 1835, 86, 1833, 86, 86,
|
|
86, 86, 86, 1834, 86, 1832, 1836, 86, 86, 86,
|
|
1839, 86, 86, 1840, 1845, 86, 1847, 86, 1837, 1838,
|
|
1841, 1842, 86, 1843, 1848, 1844, 86, 1850, 86, 86,
|
|
86, 86, 1851, 86, 1855, 1852, 1846, 86, 86, 1849,
|
|
86, 1859, 86, 86, 1854, 86, 86, 86, 1853, 1861,
|
|
86, 1862, 1863, 1857, 86, 1856, 1858, 86, 168, 1864,
|
|
86, 1869, 86, 1860, 86, 86, 1865, 86, 1873, 86,
|
|
1867, 86, 86, 1866, 86, 1868, 86, 1871, 86, 1875,
|
|
|
|
86, 1880, 86, 1870, 86, 1874, 1872, 86, 1876, 86,
|
|
1877, 1884, 86, 1878, 1881, 1883, 86, 1886, 86, 1885,
|
|
1879, 86, 1882, 86, 1889, 86, 1887, 1890, 86, 86,
|
|
86, 1892, 1888, 86, 86, 86, 1893, 1891, 86, 86,
|
|
86, 86, 86, 86, 1898, 86, 1899, 86, 86, 86,
|
|
86, 1900, 1903, 86, 1894, 1901, 1896, 1895, 1897, 1904,
|
|
1902, 86, 86, 86, 1910, 1912, 1907, 1909, 1906, 1911,
|
|
86, 86, 1905, 1908, 1913, 86, 86, 86, 86, 86,
|
|
1918, 159, 1914, 86, 86, 86, 1921, 1922, 86, 1923,
|
|
86, 86, 1916, 1925, 86, 1915, 86, 1917, 1919, 1924,
|
|
|
|
1920, 86, 1926, 86, 1927, 1929, 86, 1930, 1931, 1933,
|
|
86, 86, 1928, 1932, 86, 86, 1935, 86, 1938, 86,
|
|
1937, 1936, 86, 86, 86, 86, 1941, 86, 86, 1934,
|
|
1940, 86, 86, 1945, 86, 86, 1944, 86, 1947, 1942,
|
|
1946, 86, 86, 1939, 86, 1954, 1948, 1949, 1950, 1943,
|
|
1956, 86, 86, 1951, 86, 1957, 86, 1952, 86, 86,
|
|
1960, 1953, 1955, 86, 86, 1963, 1958, 86, 86, 1959,
|
|
1961, 86, 86, 1964, 1967, 86, 86, 1969, 1962, 86,
|
|
86, 86, 1972, 1973, 86, 86, 86, 1965, 86, 1966,
|
|
1975, 86, 86, 86, 1980, 1981, 86, 1977, 1968, 1970,
|
|
|
|
86, 1978, 1971, 86, 86, 1974, 86, 86, 86, 86,
|
|
1987, 1976, 86, 1984, 1979, 86, 1985, 86, 86, 1983,
|
|
1991, 86, 1990, 1994, 1982, 1993, 86, 1995, 86, 86,
|
|
86, 1989, 86, 86, 1986, 1996, 86, 1997, 1988, 1998,
|
|
86, 1992, 86, 86, 86, 86, 2002, 2006, 1999, 86,
|
|
2005, 2007, 86, 86, 2001, 86, 86, 86, 86, 2000,
|
|
2010, 86, 2003, 86, 2015, 86, 86, 86, 2014, 86,
|
|
2009, 2004, 2008, 86, 86, 86, 2011, 2019, 2012, 86,
|
|
2020, 86, 2017, 2013, 2021, 2016, 2022, 86, 2018, 86,
|
|
2024, 2026, 86, 2023, 86, 2025, 86, 86, 86, 86,
|
|
|
|
2033, 86, 2027, 2030, 86, 86, 86, 86, 2028, 2035,
|
|
2036, 86, 86, 2037, 86, 2029, 2034, 2031, 2038, 2032,
|
|
86, 86, 2043, 86, 2047, 2042, 2044, 86, 2045, 2039,
|
|
86, 86, 2040, 2046, 86, 2048, 86, 2041, 86, 2052,
|
|
86, 86, 86, 2050, 86, 86, 2054, 86, 2051, 2057,
|
|
86, 86, 2053, 2059, 86, 86, 2055, 2049, 168, 86,
|
|
86, 86, 2061, 2060, 86, 86, 2062, 3267, 2065, 2064,
|
|
86, 2066, 2056, 2058, 2067, 86, 2068, 86, 2070, 2063,
|
|
86, 2069, 86, 86, 86, 86, 2071, 2072, 86, 2073,
|
|
86, 86, 86, 2075, 2074, 2076, 86, 2078, 86, 86,
|
|
|
|
2082, 86, 2077, 2079, 2081, 86, 86, 86, 2087, 86,
|
|
2080, 2084, 2085, 86, 2083, 86, 2086, 86, 86, 86,
|
|
86, 86, 86, 2094, 2092, 86, 2089, 2093, 86, 86,
|
|
86, 86, 2099, 86, 2096, 2088, 2090, 86, 2091, 2095,
|
|
86, 86, 2103, 2100, 2098, 86, 2097, 86, 2104, 2102,
|
|
86, 2101, 86, 86, 2105, 2110, 86, 2108, 2107, 86,
|
|
86, 86, 2106, 2111, 86, 2116, 2109, 86, 86, 86,
|
|
2118, 86, 86, 86, 2119, 2112, 86, 2113, 3267, 2114,
|
|
86, 2115, 2120, 86, 2121, 2117, 2122, 86, 86, 2123,
|
|
86, 86, 2126, 86, 86, 2130, 2124, 2125, 86, 86,
|
|
|
|
2127, 86, 2128, 86, 86, 86, 86, 86, 2131, 86,
|
|
2129, 86, 86, 2138, 86, 2133, 2134, 2135, 86, 2143,
|
|
86, 86, 2132, 86, 2137, 86, 2139, 86, 2146, 2150,
|
|
2142, 2140, 2136, 86, 2145, 2141, 86, 86, 2147, 2144,
|
|
86, 2149, 86, 2148, 86, 2152, 86, 86, 86, 2153,
|
|
86, 86, 2158, 2154, 86, 2151, 2156, 86, 86, 2160,
|
|
2157, 2162, 86, 86, 2155, 2165, 86, 86, 2161, 86,
|
|
2159, 2164, 2166, 86, 2167, 86, 2170, 86, 86, 86,
|
|
86, 86, 86, 2171, 2163, 86, 86, 2173, 2176, 86,
|
|
2172, 2168, 86, 2177, 86, 2169, 2178, 2180, 86, 2174,
|
|
|
|
2175, 86, 86, 86, 2182, 2179, 2181, 86, 2186, 86,
|
|
2187, 86, 2183, 86, 2188, 2184, 86, 2189, 86, 86,
|
|
2190, 86, 86, 2185, 2191, 86, 2197, 2195, 86, 86,
|
|
2193, 2198, 86, 2194, 86, 86, 2192, 2199, 86, 86,
|
|
2202, 2200, 86, 2196, 2203, 86, 2201, 2207, 86, 86,
|
|
86, 2204, 86, 86, 2206, 86, 86, 86, 86, 86,
|
|
86, 86, 2205, 2216, 86, 86, 2211, 2208, 2209, 2210,
|
|
2212, 2213, 2214, 86, 2218, 86, 2215, 86, 2217, 2223,
|
|
2222, 2219, 86, 2221, 86, 86, 2225, 2227, 86, 86,
|
|
2229, 86, 86, 2226, 2220, 86, 2231, 86, 2228, 168,
|
|
|
|
2224, 2235, 2232, 2237, 2230, 2238, 2236, 86, 2233, 86,
|
|
86, 86, 86, 2239, 86, 2242, 86, 86, 2243, 86,
|
|
2240, 2234, 2247, 86, 86, 2248, 86, 86, 2246, 2251,
|
|
86, 86, 2244, 86, 2241, 86, 2252, 2257, 2249, 86,
|
|
2253, 2254, 86, 2245, 86, 2250, 2256, 86, 86, 2255,
|
|
2258, 2259, 86, 86, 86, 86, 86, 86, 86, 2262,
|
|
86, 86, 2265, 86, 86, 2271, 86, 86, 2260, 2269,
|
|
2264, 2272, 86, 86, 86, 86, 2266, 2267, 2261, 2263,
|
|
2268, 86, 2276, 86, 86, 2270, 2274, 2273, 86, 2279,
|
|
86, 2282, 86, 2278, 86, 2277, 86, 86, 86, 2275,
|
|
|
|
86, 2280, 2283, 86, 86, 86, 86, 86, 2281, 86,
|
|
3267, 86, 86, 2297, 86, 2284, 2285, 2290, 2295, 86,
|
|
2293, 2286, 2288, 2294, 2287, 2289, 2292, 2291, 86, 86,
|
|
2296, 86, 86, 2301, 2298, 2299, 86, 86, 2303, 2304,
|
|
86, 2305, 86, 86, 2300, 86, 86, 86, 2308, 2302,
|
|
2311, 86, 2312, 86, 2309, 86, 86, 2310, 2306, 2307,
|
|
2313, 2314, 86, 86, 86, 2318, 86, 2319, 86, 86,
|
|
2321, 86, 86, 2323, 86, 86, 2317, 86, 2326, 86,
|
|
2325, 86, 2315, 2316, 2327, 86, 86, 86, 2320, 86,
|
|
2322, 86, 2324, 86, 86, 2328, 2329, 3267, 2332, 86,
|
|
|
|
2330, 2333, 86, 2335, 86, 2337, 86, 86, 2331, 2338,
|
|
2334, 86, 2336, 86, 2339, 2341, 86, 86, 2345, 86,
|
|
86, 86, 86, 86, 2350, 86, 2342, 2349, 86, 2340,
|
|
2344, 86, 2343, 86, 86, 86, 2352, 2348, 2355, 86,
|
|
2346, 86, 86, 86, 2347, 86, 86, 2351, 2353, 2354,
|
|
2357, 86, 2362, 86, 86, 2356, 2358, 86, 86, 2359,
|
|
2364, 86, 2363, 2360, 2365, 86, 2368, 86, 86, 86,
|
|
2369, 86, 2361, 2370, 86, 86, 2374, 86, 86, 2366,
|
|
2372, 2367, 2371, 2376, 86, 2379, 86, 2381, 86, 2377,
|
|
2373, 86, 2378, 86, 86, 86, 2380, 86, 2386, 2382,
|
|
|
|
2375, 2385, 2383, 86, 86, 86, 86, 86, 86, 3267,
|
|
2392, 2384, 2387, 2388, 2389, 2390, 86, 2393, 86, 86,
|
|
86, 2391, 2394, 86, 86, 2397, 2398, 86, 2395, 2396,
|
|
86, 2399, 86, 168, 86, 2404, 2406, 86, 2401, 2400,
|
|
86, 86, 86, 86, 86, 86, 86, 2402, 3267, 2403,
|
|
2405, 2408, 86, 2409, 86, 2407, 2412, 2413, 86, 2410,
|
|
2411, 2417, 86, 2414, 2416, 3267, 2415, 86, 2418, 2419,
|
|
86, 86, 86, 2422, 2420, 2423, 86, 2421, 86, 86,
|
|
86, 86, 2425, 86, 86, 2424, 86, 2427, 86, 86,
|
|
2431, 2432, 2426, 86, 2429, 86, 2428, 86, 2434, 86,
|
|
|
|
86, 86, 86, 2435, 2436, 2437, 86, 2430, 86, 2433,
|
|
2439, 2441, 86, 2438, 86, 2440, 86, 86, 2443, 86,
|
|
2442, 2444, 86, 86, 2446, 2445, 86, 86, 86, 86,
|
|
2453, 2450, 86, 86, 2452, 86, 86, 2447, 2454, 86,
|
|
2449, 86, 86, 2448, 86, 86, 2458, 86, 2451, 2463,
|
|
86, 2455, 2462, 86, 2456, 86, 2460, 86, 2457, 3267,
|
|
86, 2461, 2465, 2459, 2466, 2464, 86, 2467, 86, 86,
|
|
2470, 2468, 86, 86, 2472, 86, 2471, 2474, 86, 2469,
|
|
86, 2476, 86, 86, 2475, 2473, 86, 86, 86, 86,
|
|
86, 86, 86, 2480, 86, 2482, 2483, 2484, 86, 86,
|
|
|
|
2478, 2477, 2486, 2479, 2485, 86, 86, 2487, 86, 86,
|
|
2488, 86, 2493, 86, 2489, 2481, 2490, 86, 2491, 2495,
|
|
86, 2492, 86, 2498, 86, 86, 2494, 86, 86, 86,
|
|
2499, 86, 86, 2502, 2503, 86, 86, 2497, 2496, 86,
|
|
86, 2504, 86, 2509, 86, 2507, 2508, 2500, 86, 2501,
|
|
86, 2506, 86, 86, 86, 2512, 86, 2505, 3267, 2514,
|
|
2515, 86, 2510, 86, 2511, 2516, 86, 2517, 86, 2518,
|
|
86, 86, 86, 2513, 2520, 2519, 2521, 86, 2522, 86,
|
|
2523, 86, 86, 86, 2524, 2528, 86, 86, 2530, 86,
|
|
2531, 86, 86, 2525, 86, 86, 86, 86, 86, 2527,
|
|
|
|
86, 2534, 2526, 2532, 86, 2537, 2529, 2533, 2535, 2540,
|
|
86, 86, 86, 86, 86, 86, 86, 2536, 2538, 168,
|
|
2541, 86, 2548, 86, 2539, 86, 86, 2544, 86, 86,
|
|
2546, 2547, 2549, 2543, 86, 86, 2559, 86, 2542, 2545,
|
|
2550, 2551, 86, 86, 86, 2555, 2552, 86, 2557, 2556,
|
|
86, 2553, 2558, 2560, 86, 86, 2561, 2554, 86, 2562,
|
|
86, 2563, 2564, 86, 86, 86, 86, 86, 86, 2566,
|
|
86, 86, 86, 86, 2565, 2574, 86, 86, 86, 2567,
|
|
2572, 86, 2578, 86, 2569, 2568, 2579, 86, 2571, 2570,
|
|
2573, 86, 2575, 2580, 2576, 2577, 2583, 86, 86, 86,
|
|
|
|
2582, 2585, 86, 86, 86, 2581, 86, 2584, 86, 86,
|
|
86, 2588, 86, 2594, 86, 2595, 86, 2586, 86, 86,
|
|
86, 2587, 86, 2589, 2590, 86, 2592, 2591, 2598, 2599,
|
|
86, 2593, 2600, 86, 2601, 2603, 86, 2597, 2596, 86,
|
|
86, 86, 86, 2602, 2605, 86, 86, 86, 2609, 2611,
|
|
2608, 2610, 86, 2612, 86, 2604, 86, 86, 86, 86,
|
|
86, 2606, 2607, 86, 86, 86, 2614, 86, 2618, 86,
|
|
86, 2616, 2622, 2623, 86, 2613, 86, 2615, 2626, 86,
|
|
2617, 86, 86, 86, 2619, 2621, 2620, 2627, 2625, 86,
|
|
86, 2624, 86, 2629, 2630, 86, 2628, 2632, 86, 2635,
|
|
|
|
86, 86, 86, 2631, 86, 2639, 86, 86, 2638, 2641,
|
|
86, 2637, 2633, 2636, 86, 86, 86, 86, 2634, 2642,
|
|
2646, 86, 86, 2647, 2643, 86, 2640, 2649, 86, 2645,
|
|
86, 86, 2644, 86, 2654, 86, 86, 86, 2656, 86,
|
|
86, 86, 2652, 2650, 2651, 2653, 2657, 2648, 86, 86,
|
|
86, 86, 2655, 2658, 2659, 2660, 86, 2661, 86, 86,
|
|
86, 3267, 86, 86, 86, 2663, 2664, 2666, 2667, 2673,
|
|
2662, 2669, 86, 86, 2665, 2668, 2670, 86, 2671, 168,
|
|
2672, 86, 86, 2676, 86, 86, 86, 2678, 86, 86,
|
|
2677, 86, 2681, 86, 2682, 86, 2680, 2683, 86, 2674,
|
|
|
|
2675, 2684, 86, 2679, 86, 2686, 3267, 2685, 86, 86,
|
|
2687, 86, 2690, 2688, 2689, 2691, 86, 86, 86, 86,
|
|
2692, 86, 2693, 86, 86, 86, 2698, 2694, 86, 2699,
|
|
2700, 2696, 86, 86, 2695, 86, 86, 86, 86, 86,
|
|
2701, 2703, 2704, 86, 86, 2697, 86, 86, 2706, 2702,
|
|
2705, 2707, 86, 86, 2712, 2708, 2710, 2709, 86, 86,
|
|
2715, 2711, 86, 86, 86, 86, 86, 2713, 2716, 86,
|
|
2720, 86, 86, 86, 2722, 86, 86, 2714, 2724, 86,
|
|
86, 86, 2717, 86, 2718, 2728, 2729, 86, 2719, 3267,
|
|
2723, 2721, 2725, 2731, 2732, 2726, 2727, 2733, 86, 86,
|
|
|
|
86, 2734, 86, 86, 86, 86, 2735, 86, 2730, 2736,
|
|
86, 86, 86, 86, 2737, 2739, 86, 2742, 2744, 86,
|
|
2738, 2745, 86, 86, 2740, 2746, 86, 2741, 86, 86,
|
|
86, 2743, 2747, 86, 2748, 2749, 86, 86, 2751, 2753,
|
|
86, 2756, 2752, 2750, 2754, 86, 2757, 86, 2758, 86,
|
|
86, 86, 86, 2759, 86, 2763, 86, 2755, 86, 2764,
|
|
2765, 86, 86, 86, 2760, 2767, 86, 86, 86, 2771,
|
|
2761, 2772, 86, 86, 2762, 86, 2768, 2766, 86, 86,
|
|
86, 2774, 2770, 2773, 86, 2769, 2775, 86, 2780, 86,
|
|
2779, 86, 2783, 86, 86, 2782, 2776, 86, 2777, 86,
|
|
|
|
2778, 86, 2784, 86, 2786, 86, 86, 2785, 2788, 86,
|
|
2789, 86, 86, 86, 2781, 86, 2792, 2796, 86, 86,
|
|
86, 2804, 86, 2790, 2791, 86, 2805, 86, 2787, 2795,
|
|
2793, 86, 86, 2794, 2797, 2798, 2800, 86, 2801, 2802,
|
|
2803, 2807, 86, 2799, 2806, 86, 2808, 86, 2809, 86,
|
|
2810, 86, 2811, 86, 86, 86, 86, 86, 86, 2813,
|
|
86, 86, 2816, 86, 86, 2818, 2822, 86, 86, 2812,
|
|
2819, 2823, 86, 2825, 86, 2814, 86, 2817, 86, 2827,
|
|
86, 2828, 2815, 2820, 2821, 2826, 2829, 86, 86, 86,
|
|
2824, 86, 86, 2834, 86, 86, 86, 2830, 2831, 2835,
|
|
|
|
2832, 86, 2838, 86, 86, 2836, 86, 2839, 86, 86,
|
|
2833, 2843, 2841, 2842, 2844, 86, 2837, 2840, 2845, 86,
|
|
86, 86, 86, 86, 86, 86, 86, 86, 86, 86,
|
|
3267, 2854, 2849, 86, 2846, 2852, 2850, 86, 2857, 86,
|
|
2848, 2855, 86, 2859, 2858, 86, 2847, 2853, 86, 2856,
|
|
2851, 86, 2862, 2861, 2860, 2863, 2864, 86, 2865, 86,
|
|
2866, 86, 86, 86, 86, 86, 2871, 86, 86, 2870,
|
|
86, 2867, 86, 2872, 86, 2873, 2874, 86, 86, 86,
|
|
86, 86, 86, 2868, 2869, 2875, 2876, 2878, 2880, 2882,
|
|
86, 86, 86, 86, 86, 2883, 86, 2879, 2884, 2877,
|
|
|
|
2887, 2885, 86, 2886, 86, 2881, 86, 2888, 2891, 86,
|
|
86, 86, 86, 86, 86, 86, 2894, 86, 86, 2889,
|
|
86, 2900, 2895, 2892, 2893, 2898, 2890, 86, 86, 86,
|
|
2896, 86, 2899, 86, 2897, 86, 2902, 2901, 2904, 86,
|
|
2906, 86, 2907, 86, 2909, 86, 86, 86, 86, 86,
|
|
2905, 2910, 86, 2913, 2908, 2903, 2914, 86, 86, 86,
|
|
2918, 86, 2911, 2912, 86, 2921, 86, 86, 2923, 2915,
|
|
86, 86, 2926, 86, 86, 2916, 2924, 2917, 2919, 86,
|
|
2920, 2927, 86, 2929, 86, 86, 86, 2922, 86, 86,
|
|
86, 2934, 2925, 86, 86, 2932, 2931, 86, 86, 2928,
|
|
|
|
86, 2936, 3127, 2930, 2938, 86, 2941, 86, 2933, 2935,
|
|
2939, 86, 2940, 2937, 2943, 2944, 86, 2946, 2942, 86,
|
|
86, 86, 2945, 86, 86, 2949, 86, 86, 86, 2948,
|
|
2952, 86, 2950, 2955, 86, 86, 86, 86, 86, 2947,
|
|
86, 86, 2960, 86, 2964, 86, 86, 2951, 2953, 2954,
|
|
2956, 86, 86, 2957, 2959, 2962, 2965, 86, 86, 2961,
|
|
2967, 2963, 2958, 2966, 86, 2969, 86, 2970, 86, 2968,
|
|
2971, 86, 86, 86, 2974, 86, 86, 2976, 86, 86,
|
|
86, 2975, 86, 86, 86, 2972, 86, 2981, 2982, 86,
|
|
86, 86, 2986, 86, 2977, 2987, 86, 2988, 2983, 2973,
|
|
|
|
2985, 2978, 86, 86, 2979, 2980, 86, 86, 2992, 86,
|
|
2984, 86, 2991, 2993, 86, 86, 2994, 2996, 86, 86,
|
|
2999, 86, 2989, 86, 86, 2990, 86, 2998, 86, 2995,
|
|
2997, 3000, 86, 86, 86, 86, 86, 3003, 86, 86,
|
|
3005, 86, 86, 3006, 3001, 3004, 86, 86, 3002, 86,
|
|
86, 86, 86, 86, 3015, 3007, 3016, 3011, 3008, 3009,
|
|
3010, 3018, 86, 3012, 3013, 3088, 86, 86, 3014, 86,
|
|
3017, 3019, 3020, 86, 3021, 3022, 3023, 86, 3024, 86,
|
|
86, 3026, 86, 86, 3025, 3029, 86, 86, 3027, 3030,
|
|
86, 3037, 3028, 3031, 3032, 86, 86, 3033, 3034, 86,
|
|
|
|
86, 3035, 3036, 86, 86, 3038, 86, 86, 86, 86,
|
|
3044, 86, 86, 3039, 3043, 86, 3047, 3040, 3061, 3041,
|
|
86, 86, 3046, 86, 86, 86, 86, 3042, 86, 3048,
|
|
86, 3052, 86, 3045, 3051, 3077, 3049, 3053, 86, 3054,
|
|
86, 3050, 86, 3055, 86, 3059, 86, 3056, 86, 86,
|
|
3060, 86, 86, 3057, 3065, 86, 3058, 3062, 3068, 86,
|
|
3066, 3063, 3069, 86, 86, 3071, 86, 3121, 86, 3064,
|
|
3070, 3067, 3072, 86, 3073, 86, 86, 3075, 86, 3076,
|
|
86, 3074, 3078, 86, 3079, 86, 3080, 86, 3081, 86,
|
|
3082, 86, 3083, 86, 3084, 86, 86, 3086, 86, 86,
|
|
|
|
86, 86, 86, 3091, 86, 3085, 86, 86, 3087, 86,
|
|
86, 86, 3095, 3097, 86, 86, 3092, 86, 3099, 3093,
|
|
3089, 3090, 3094, 86, 3096, 3098, 86, 3101, 86, 3104,
|
|
86, 3103, 86, 86, 86, 86, 86, 3106, 86, 86,
|
|
86, 3102, 86, 3100, 3105, 3110, 86, 3111, 86, 3114,
|
|
3109, 86, 3107, 86, 3108, 3112, 3116, 86, 3117, 86,
|
|
86, 3115, 3118, 86, 86, 86, 86, 86, 3113, 3120,
|
|
86, 86, 3126, 3122, 3119, 86, 3129, 3125, 3123, 86,
|
|
86, 86, 86, 86, 3130, 3128, 86, 86, 3124, 86,
|
|
86, 86, 3136, 86, 3139, 86, 3133, 86, 3131, 3132,
|
|
|
|
3141, 3135, 3137, 86, 3144, 86, 3145, 3134, 3138, 3146,
|
|
86, 3140, 86, 3143, 86, 3147, 86, 3142, 3148, 86,
|
|
3149, 86, 86, 86, 86, 3152, 86, 86, 3153, 3154,
|
|
86, 3150, 3157, 86, 86, 86, 3151, 86, 86, 3160,
|
|
3162, 86, 3156, 86, 3158, 3159, 3163, 86, 3166, 86,
|
|
86, 3155, 3164, 86, 86, 3161, 3169, 86, 86, 3170,
|
|
86, 3173, 3165, 3174, 86, 3167, 86, 86, 3171, 86,
|
|
86, 3168, 86, 3172, 3179, 86, 86, 3178, 3175, 3176,
|
|
3180, 86, 86, 86, 86, 86, 86, 3184, 86, 3177,
|
|
86, 3186, 86, 86, 86, 86, 86, 3181, 3183, 3191,
|
|
|
|
3192, 86, 3182, 3188, 86, 3185, 3189, 3187, 3193, 86,
|
|
86, 3190, 3197, 86, 3199, 3198, 3194, 86, 3200, 3195,
|
|
86, 86, 86, 3196, 86, 86, 3201, 3202, 3205, 3203,
|
|
3206, 86, 86, 86, 86, 3208, 86, 3207, 86, 86,
|
|
86, 86, 3209, 3214, 3204, 86, 3211, 86, 86, 86,
|
|
86, 3217, 3210, 3218, 86, 86, 86, 86, 86, 3212,
|
|
3213, 3216, 3221, 86, 3215, 3219, 3222, 86, 3220, 86,
|
|
3225, 3224, 3226, 86, 3223, 86, 3227, 86, 3229, 86,
|
|
3231, 86, 3232, 86, 86, 86, 3236, 86, 3233, 3267,
|
|
86, 3234, 3239, 86, 3230, 3237, 86, 86, 3238, 3228,
|
|
|
|
86, 86, 86, 86, 3235, 86, 86, 3240, 3241, 86,
|
|
3243, 3245, 86, 86, 3247, 86, 3242, 86, 3248, 86,
|
|
3251, 3244, 3246, 3252, 86, 3249, 86, 86, 3255, 3256,
|
|
86, 86, 3258, 86, 3250, 86, 3253, 86, 3257, 3259,
|
|
86, 86, 3260, 86, 86, 3254, 3261, 3267, 3262, 3265,
|
|
86, 3266, 86, 3267, 3267, 3267, 3263, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3264, 47, 47, 47, 47, 47, 47,
|
|
47, 52, 52, 52, 52, 52, 52, 52, 57, 57,
|
|
57, 57, 57, 57, 57, 63, 63, 63, 63, 63,
|
|
63, 63, 68, 68, 68, 68, 68, 68, 68, 74,
|
|
|
|
74, 74, 74, 74, 74, 74, 80, 80, 80, 80,
|
|
80, 80, 80, 89, 89, 3267, 89, 89, 89, 89,
|
|
158, 158, 3267, 3267, 3267, 158, 158, 160, 160, 3267,
|
|
3267, 160, 3267, 160, 162, 3267, 3267, 3267, 3267, 3267,
|
|
162, 165, 165, 3267, 3267, 3267, 165, 165, 167, 3267,
|
|
3267, 3267, 3267, 3267, 167, 169, 169, 3267, 169, 169,
|
|
169, 169, 172, 3267, 3267, 3267, 3267, 3267, 172, 175,
|
|
175, 3267, 3267, 3267, 175, 175, 90, 90, 3267, 90,
|
|
90, 90, 90, 17, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267
|
|
} ;
|
|
|
|
static const flex_int16_t yy_chk[6425] =
|
|
{ 0,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
3, 3, 3, 4, 4, 4, 5, 5, 6, 6,
|
|
5, 3, 6, 24, 4, 24, 24, 5, 24, 6,
|
|
7, 7, 7, 7, 24, 7, 8, 8, 8, 8,
|
|
33, 8, 7, 9, 9, 9, 26, 26, 8, 10,
|
|
10, 10, 19, 29, 9, 33, 19, 29, 3275, 35,
|
|
10, 11, 11, 11, 11, 11, 11, 13, 13, 13,
|
|
|
|
13, 34, 13, 11, 35, 99, 34, 29, 38, 13,
|
|
51, 51, 11, 12, 12, 12, 12, 12, 12, 14,
|
|
14, 14, 14, 99, 14, 12, 15, 15, 15, 38,
|
|
23, 14, 23, 23, 12, 23, 46, 15, 16, 16,
|
|
16, 23, 23, 25, 27, 27, 25, 25, 2671, 16,
|
|
25, 46, 27, 30, 30, 25, 27, 56, 40, 27,
|
|
56, 73, 31, 31, 25, 28, 67, 67, 30, 32,
|
|
28, 31, 40, 32, 28, 73, 32, 28, 92, 28,
|
|
28, 92, 31, 32, 1076, 32, 36, 36, 37, 37,
|
|
28, 45, 45, 37, 175, 36, 45, 39, 41, 41,
|
|
|
|
45, 36, 39, 41, 94, 36, 39, 43, 43, 37,
|
|
43, 94, 39, 41, 41, 39, 41, 44, 42, 43,
|
|
87, 44, 39, 42, 87, 43, 42, 62, 95, 62,
|
|
62, 44, 62, 42, 174, 44, 44, 42, 42, 70,
|
|
95, 70, 70, 72, 70, 72, 72, 79, 72, 79,
|
|
79, 70, 79, 84, 84, 86, 96, 86, 86, 89,
|
|
86, 89, 89, 93, 89, 97, 86, 93, 97, 98,
|
|
89, 89, 98, 100, 101, 102, 96, 103, 104, 105,
|
|
106, 102, 100, 107, 111, 98, 106, 102, 101, 102,
|
|
108, 109, 112, 172, 110, 103, 103, 107, 105, 106,
|
|
|
|
104, 114, 111, 113, 108, 110, 110, 113, 116, 115,
|
|
112, 109, 117, 110, 115, 117, 119, 118, 117, 120,
|
|
123, 114, 116, 118, 120, 126, 121, 122, 732, 121,
|
|
125, 117, 117, 121, 123, 119, 124, 125, 126, 128,
|
|
124, 127, 118, 129, 120, 732, 122, 130, 127, 121,
|
|
131, 122, 128, 132, 131, 133, 134, 135, 135, 136,
|
|
133, 139, 137, 129, 133, 130, 137, 138, 143, 140,
|
|
142, 132, 144, 148, 143, 137, 134, 141, 147, 136,
|
|
141, 137, 138, 142, 144, 145, 145, 139, 140, 146,
|
|
149, 141, 148, 150, 147, 141, 146, 151, 152, 151,
|
|
|
|
153, 154, 157, 145, 155, 153, 145, 146, 151, 150,
|
|
152, 149, 156, 154, 159, 159, 157, 156, 161, 167,
|
|
151, 161, 155, 163, 171, 163, 163, 171, 163, 166,
|
|
166, 168, 179, 168, 168, 169, 168, 169, 169, 173,
|
|
169, 173, 173, 177, 173, 176, 176, 169, 177, 178,
|
|
179, 180, 181, 183, 182, 178, 184, 185, 186, 187,
|
|
181, 183, 188, 186, 178, 182, 180, 181, 190, 191,
|
|
189, 188, 185, 198, 191, 184, 189, 189, 193, 187,
|
|
192, 192, 195, 194, 193, 194, 195, 197, 194, 196,
|
|
196, 195, 198, 190, 202, 199, 195, 201, 203, 197,
|
|
|
|
199, 200, 195, 195, 203, 194, 200, 204, 205, 201,
|
|
206, 204, 215, 205, 202, 207, 208, 210, 209, 211,
|
|
212, 230, 216, 214, 211, 212, 206, 203, 214, 207,
|
|
209, 208, 215, 209, 230, 210, 213, 213, 216, 217,
|
|
213, 219, 213, 218, 218, 217, 220, 219, 221, 222,
|
|
224, 223, 220, 219, 213, 222, 213, 223, 225, 232,
|
|
226, 227, 234, 228, 225, 226, 223, 227, 221, 228,
|
|
229, 224, 231, 235, 233, 234, 236, 229, 231, 232,
|
|
233, 235, 237, 238, 234, 239, 240, 237, 241, 236,
|
|
242, 244, 238, 243, 246, 242, 242, 245, 243, 247,
|
|
|
|
239, 245, 240, 248, 249, 247, 250, 251, 241, 244,
|
|
249, 252, 251, 252, 253, 257, 246, 254, 312, 255,
|
|
259, 248, 248, 256, 254, 255, 250, 260, 266, 256,
|
|
258, 312, 259, 253, 257, 268, 258, 261, 261, 262,
|
|
262, 260, 263, 264, 265, 267, 265, 268, 263, 264,
|
|
267, 266, 269, 270, 271, 272, 273, 276, 274, 275,
|
|
272, 270, 276, 265, 274, 275, 263, 277, 279, 278,
|
|
280, 269, 277, 281, 271, 278, 282, 283, 284, 273,
|
|
285, 288, 288, 279, 280, 283, 285, 290, 293, 286,
|
|
282, 281, 286, 287, 289, 287, 294, 289, 291, 291,
|
|
|
|
292, 292, 165, 284, 293, 290, 295, 297, 296, 295,
|
|
298, 294, 296, 300, 299, 301, 297, 303, 309, 298,
|
|
299, 301, 302, 303, 302, 304, 307, 300, 306, 304,
|
|
305, 305, 307, 306, 308, 310, 311, 315, 309, 316,
|
|
308, 313, 313, 316, 314, 317, 304, 314, 318, 319,
|
|
319, 320, 328, 310, 323, 315, 322, 311, 321, 308,
|
|
323, 321, 324, 325, 317, 324, 318, 327, 322, 320,
|
|
328, 331, 329, 332, 331, 325, 327, 329, 321, 326,
|
|
330, 333, 412, 330, 412, 330, 332, 334, 326, 334,
|
|
334, 326, 336, 333, 337, 336, 326, 326, 326, 326,
|
|
|
|
335, 330, 338, 339, 340, 335, 335, 341, 341, 345,
|
|
342, 337, 339, 340, 337, 342, 347, 338, 343, 343,
|
|
344, 344, 346, 348, 345, 349, 350, 346, 347, 351,
|
|
354, 352, 352, 355, 352, 351, 363, 363, 355, 357,
|
|
356, 350, 348, 352, 357, 349, 356, 358, 359, 360,
|
|
354, 359, 358, 359, 361, 362, 364, 361, 358, 365,
|
|
365, 366, 364, 360, 362, 367, 366, 371, 367, 369,
|
|
361, 370, 401, 361, 367, 361, 372, 375, 367, 373,
|
|
375, 376, 371, 378, 401, 379, 367, 368, 368, 369,
|
|
368, 372, 370, 373, 379, 376, 375, 382, 378, 380,
|
|
|
|
383, 381, 384, 368, 380, 380, 368, 381, 368, 386,
|
|
368, 377, 385, 377, 377, 388, 387, 384, 382, 383,
|
|
389, 385, 387, 377, 390, 377, 377, 377, 386, 391,
|
|
377, 392, 393, 394, 395, 391, 392, 396, 390, 391,
|
|
389, 388, 396, 397, 398, 399, 399, 400, 402, 395,
|
|
398, 403, 393, 394, 392, 404, 405, 403, 397, 406,
|
|
407, 407, 402, 407, 406, 408, 409, 400, 410, 411,
|
|
417, 413, 405, 413, 413, 414, 419, 415, 418, 414,
|
|
404, 415, 409, 411, 410, 408, 416, 416, 420, 417,
|
|
421, 413, 419, 418, 422, 423, 415, 426, 425, 424,
|
|
|
|
423, 428, 426, 422, 421, 424, 420, 425, 423, 423,
|
|
428, 427, 423, 423, 422, 427, 422, 429, 430, 431,
|
|
432, 435, 434, 429, 432, 431, 433, 434, 164, 433,
|
|
436, 436, 437, 438, 438, 439, 440, 441, 441, 430,
|
|
439, 435, 442, 443, 444, 437, 445, 443, 442, 440,
|
|
446, 447, 448, 448, 449, 446, 447, 450, 451, 444,
|
|
452, 448, 453, 455, 454, 453, 449, 445, 454, 456,
|
|
456, 458, 452, 457, 460, 455, 451, 450, 457, 459,
|
|
459, 462, 462, 463, 470, 464, 465, 466, 467, 471,
|
|
469, 472, 458, 464, 476, 465, 460, 473, 477, 476,
|
|
|
|
467, 162, 470, 473, 463, 472, 474, 466, 469, 471,
|
|
469, 475, 477, 478, 480, 474, 479, 475, 481, 479,
|
|
482, 478, 483, 485, 478, 486, 482, 484, 480, 485,
|
|
484, 487, 488, 481, 489, 491, 487, 490, 492, 486,
|
|
491, 490, 483, 493, 494, 495, 496, 485, 493, 499,
|
|
537, 502, 500, 492, 488, 489, 503, 501, 504, 496,
|
|
494, 501, 504, 506, 495, 497, 497, 500, 537, 499,
|
|
502, 497, 503, 497, 508, 507, 514, 505, 506, 497,
|
|
507, 497, 505, 509, 497, 497, 505, 511, 510, 513,
|
|
508, 497, 509, 508, 510, 512, 514, 516, 512, 510,
|
|
|
|
515, 515, 518, 511, 517, 517, 519, 521, 520, 522,
|
|
523, 524, 513, 525, 526, 523, 160, 518, 519, 527,
|
|
524, 529, 516, 520, 530, 527, 521, 531, 530, 526,
|
|
529, 522, 525, 531, 532, 533, 534, 535, 536, 538,
|
|
540, 539, 540, 538, 541, 650, 532, 650, 542, 545,
|
|
533, 535, 547, 536, 539, 534, 542, 543, 543, 544,
|
|
546, 545, 549, 550, 547, 544, 546, 548, 541, 551,
|
|
548, 553, 552, 554, 551, 552, 549, 555, 550, 556,
|
|
553, 567, 555, 555, 557, 557, 567, 553, 564, 554,
|
|
553, 559, 556, 558, 558, 560, 560, 559, 561, 561,
|
|
|
|
562, 565, 563, 568, 569, 571, 562, 563, 563, 564,
|
|
571, 566, 569, 565, 566, 570, 572, 573, 570, 574,
|
|
575, 576, 568, 574, 577, 576, 575, 578, 582, 579,
|
|
580, 580, 578, 581, 584, 583, 573, 585, 586, 572,
|
|
583, 587, 577, 579, 586, 588, 587, 590, 581, 582,
|
|
584, 592, 589, 591, 591, 589, 593, 585, 594, 588,
|
|
589, 595, 596, 594, 589, 590, 595, 597, 599, 592,
|
|
600, 606, 593, 602, 599, 601, 596, 602, 601, 600,
|
|
603, 604, 597, 605, 604, 603, 607, 606, 605, 608,
|
|
609, 611, 610, 612, 612, 614, 608, 610, 613, 602,
|
|
|
|
615, 616, 618, 609, 607, 617, 619, 613, 618, 624,
|
|
616, 611, 619, 158, 614, 620, 615, 617, 620, 621,
|
|
621, 622, 621, 623, 622, 625, 626, 624, 623, 627,
|
|
628, 630, 626, 637, 627, 629, 628, 631, 629, 625,
|
|
632, 633, 631, 635, 634, 632, 632, 636, 635, 638,
|
|
639, 640, 637, 636, 633, 639, 630, 634, 638, 641,
|
|
641, 642, 635, 635, 643, 645, 644, 643, 642, 646,
|
|
647, 640, 644, 649, 646, 647, 647, 645, 648, 648,
|
|
651, 652, 643, 652, 653, 654, 655, 656, 657, 658,
|
|
659, 660, 661, 664, 659, 658, 662, 663, 649, 651,
|
|
|
|
660, 665, 653, 654, 655, 666, 656, 661, 657, 668,
|
|
667, 662, 664, 665, 669, 663, 667, 670, 671, 674,
|
|
666, 672, 673, 668, 675, 672, 669, 676, 677, 678,
|
|
679, 680, 680, 682, 678, 674, 670, 671, 683, 681,
|
|
673, 684, 675, 681, 679, 676, 676, 677, 685, 683,
|
|
686, 687, 682, 685, 688, 684, 689, 690, 691, 692,
|
|
694, 697, 690, 689, 692, 691, 686, 688, 693, 695,
|
|
687, 696, 698, 693, 699, 697, 695, 700, 694, 702,
|
|
696, 698, 700, 702, 701, 703, 699, 701, 704, 705,
|
|
707, 706, 708, 708, 709, 709, 716, 704, 714, 703,
|
|
|
|
710, 710, 711, 709, 705, 706, 712, 711, 715, 717,
|
|
718, 707, 719, 717, 715, 712, 716, 714, 720, 721,
|
|
722, 724, 718, 723, 725, 721, 726, 729, 722, 735,
|
|
723, 740, 742, 742, 736, 738, 720, 719, 735, 724,
|
|
736, 738, 729, 745, 739, 751, 726, 740, 747, 725,
|
|
727, 746, 727, 739, 741, 727, 743, 743, 741, 727,
|
|
744, 745, 727, 754, 85, 746, 751, 748, 747, 727,
|
|
727, 744, 727, 748, 749, 749, 749, 750, 749, 752,
|
|
753, 749, 750, 756, 753, 755, 749, 754, 756, 755,
|
|
757, 758, 749, 749, 759, 760, 761, 752, 760, 764,
|
|
|
|
762, 761, 761, 763, 763, 755, 758, 762, 766, 757,
|
|
765, 765, 767, 766, 764, 767, 768, 769, 769, 759,
|
|
770, 768, 770, 771, 772, 773, 774, 778, 775, 773,
|
|
776, 777, 777, 781, 779, 771, 780, 780, 776, 783,
|
|
782, 80, 778, 772, 784, 803, 774, 775, 779, 785,
|
|
784, 781, 782, 787, 785, 786, 786, 789, 787, 787,
|
|
790, 783, 789, 791, 803, 792, 790, 793, 794, 791,
|
|
792, 794, 795, 793, 796, 797, 797, 799, 795, 798,
|
|
798, 800, 796, 801, 802, 799, 804, 804, 801, 805,
|
|
808, 802, 806, 807, 807, 809, 808, 811, 805, 800,
|
|
|
|
806, 812, 813, 814, 815, 818, 811, 819, 814, 816,
|
|
812, 817, 816, 815, 809, 820, 817, 821, 824, 818,
|
|
823, 823, 822, 825, 820, 826, 813, 822, 822, 827,
|
|
821, 832, 819, 824, 826, 828, 834, 830, 828, 830,
|
|
831, 831, 825, 833, 835, 836, 828, 837, 833, 839,
|
|
838, 840, 832, 827, 842, 841, 843, 834, 839, 841,
|
|
844, 846, 845, 847, 835, 836, 844, 848, 853, 837,
|
|
838, 845, 842, 846, 840, 843, 850, 849, 854, 851,
|
|
855, 848, 847, 849, 851, 852, 852, 854, 853, 856,
|
|
850, 857, 858, 859, 863, 860, 861, 856, 862, 864,
|
|
|
|
855, 865, 861, 866, 862, 864, 868, 867, 863, 866,
|
|
868, 857, 859, 867, 858, 860, 869, 870, 871, 872,
|
|
874, 865, 879, 871, 873, 873, 874, 875, 876, 870,
|
|
875, 877, 878, 880, 880, 869, 881, 870, 878, 887,
|
|
872, 884, 879, 882, 877, 883, 876, 888, 882, 885,
|
|
883, 883, 890, 885, 881, 889, 884, 886, 886, 892,
|
|
889, 887, 893, 897, 895, 896, 900, 888, 899, 899,
|
|
900, 890, 901, 902, 902, 903, 893, 895, 904, 905,
|
|
925, 925, 904, 892, 897, 896, 898, 901, 907, 898,
|
|
906, 898, 908, 907, 905, 898, 910, 898, 911, 915,
|
|
|
|
903, 913, 898, 909, 906, 910, 908, 898, 909, 909,
|
|
912, 915, 911, 914, 912, 916, 913, 917, 914, 918,
|
|
916, 919, 922, 920, 921, 928, 912, 922, 914, 926,
|
|
921, 917, 920, 923, 926, 919, 924, 927, 929, 923,
|
|
918, 930, 924, 927, 932, 933, 935, 928, 934, 937,
|
|
933, 936, 936, 939, 937, 938, 932, 929, 935, 930,
|
|
931, 931, 934, 938, 940, 941, 931, 939, 931, 942,
|
|
943, 946, 944, 948, 931, 945, 943, 944, 947, 931,
|
|
931, 949, 949, 940, 941, 942, 931, 945, 950, 946,
|
|
951, 948, 950, 953, 947, 954, 955, 957, 954, 953,
|
|
|
|
956, 958, 959, 957, 963, 961, 958, 962, 966, 965,
|
|
951, 964, 968, 956, 961, 955, 962, 964, 965, 967,
|
|
963, 959, 969, 970, 967, 971, 972, 966, 974, 973,
|
|
975, 980, 968, 976, 974, 972, 969, 971, 973, 976,
|
|
978, 981, 985, 970, 982, 980, 983, 975, 984, 986,
|
|
987, 992, 992, 990, 986, 987, 978, 985, 990, 991,
|
|
983, 981, 994, 982, 993, 996, 984, 997, 991, 1001,
|
|
993, 1000, 997, 997, 1000, 994, 999, 999, 1002, 1003,
|
|
999, 996, 1004, 1001, 1005, 1007, 1006, 1008, 1009, 1010,
|
|
1014, 1007, 1012, 1014, 1009, 1003, 1015, 1005, 1002, 1018,
|
|
|
|
1004, 1006, 75, 1011, 1010, 1016, 1012, 1008, 1011, 1017,
|
|
1016, 1019, 1021, 1020, 1017, 1018, 1019, 1015, 1020, 1023,
|
|
1024, 1025, 1026, 1028, 1021, 1023, 1029, 1025, 1026, 1027,
|
|
1027, 1030, 1028, 1032, 1030, 1033, 1024, 1031, 1031, 1034,
|
|
1035, 1037, 1036, 1035, 1029, 1039, 1038, 1037, 1040, 1044,
|
|
1039, 1032, 1038, 1040, 1033, 1036, 1041, 1042, 1045, 1034,
|
|
1046, 1041, 1051, 1042, 1047, 1049, 1046, 1044, 1050, 1047,
|
|
1048, 1048, 1052, 1053, 1049, 1055, 1053, 1050, 1045, 1054,
|
|
1051, 1056, 1054, 1057, 1058, 1061, 1055, 1059, 1060, 1063,
|
|
1063, 1052, 1062, 1059, 1060, 1057, 1064, 1062, 1065, 1056,
|
|
|
|
1061, 1066, 1067, 1058, 1068, 1069, 1067, 1070, 1071, 1073,
|
|
1074, 1074, 1065, 1066, 1069, 1064, 1075, 1077, 1079, 1078,
|
|
1080, 1083, 1068, 1081, 1086, 1080, 1070, 74, 1073, 1084,
|
|
1079, 1077, 1081, 1071, 1078, 1084, 1075, 1082, 1082, 1085,
|
|
1086, 1083, 1087, 1089, 1088, 1085, 1088, 1087, 1089, 1090,
|
|
1091, 1092, 1093, 1094, 1095, 1096, 1092, 1097, 1099, 1099,
|
|
1100, 1095, 1101, 1090, 1091, 1103, 1102, 1093, 1104, 68,
|
|
1096, 1103, 1094, 1105, 1100, 1107, 1097, 1111, 1105, 1107,
|
|
1101, 1102, 1108, 1108, 1111, 1109, 1112, 1105, 1104, 1105,
|
|
1109, 1114, 1105, 1110, 1110, 1113, 1115, 1116, 1113, 1117,
|
|
|
|
1112, 1118, 1120, 1119, 1117, 1121, 1116, 1120, 1123, 1128,
|
|
1114, 1122, 1125, 1125, 1115, 1119, 1126, 1131, 1127, 1121,
|
|
1118, 1126, 1122, 1127, 1130, 1129, 1131, 1123, 1130, 1128,
|
|
1129, 1132, 1133, 1134, 1136, 1137, 1135, 1139, 1138, 1140,
|
|
1141, 1144, 1137, 1145, 1143, 1142, 1132, 1133, 1135, 1136,
|
|
1138, 1142, 1134, 1146, 1147, 1148, 1139, 1151, 1141, 1143,
|
|
1140, 1144, 1146, 1145, 1149, 1150, 1152, 1153, 1156, 1147,
|
|
1158, 1155, 1157, 1159, 1148, 1160, 1149, 1155, 1158, 1161,
|
|
1160, 1152, 1151, 1156, 1150, 1163, 1157, 1153, 1164, 1162,
|
|
1165, 1161, 1169, 1159, 1162, 1162, 1166, 1166, 1168, 1171,
|
|
|
|
1171, 1169, 1164, 1165, 1163, 1167, 1167, 1172, 1173, 1170,
|
|
1167, 1168, 1172, 1167, 1167, 1170, 1174, 1173, 1167, 1178,
|
|
1175, 1176, 1174, 1181, 1167, 1175, 1176, 1182, 1167, 1177,
|
|
1177, 1179, 1179, 1180, 1184, 1183, 1180, 1185, 1180, 1186,
|
|
1178, 1187, 1185, 1181, 1183, 1182, 1188, 1193, 1193, 1189,
|
|
63, 1190, 1188, 1186, 1184, 1189, 1190, 1191, 1192, 1187,
|
|
1195, 1191, 1194, 1194, 1197, 1194, 1198, 1192, 1197, 1199,
|
|
1200, 1195, 1192, 1203, 1192, 1202, 1192, 1201, 1192, 1200,
|
|
1204, 1198, 1201, 1201, 1202, 1204, 1205, 1199, 1206, 1207,
|
|
1208, 1209, 1210, 1211, 1211, 1203, 1212, 1206, 1210, 1213,
|
|
|
|
1205, 1214, 1215, 1216, 1212, 1209, 1214, 1217, 1207, 1208,
|
|
1218, 1221, 1216, 1213, 1219, 1227, 1215, 1220, 1220, 1219,
|
|
1222, 1222, 1223, 1226, 1223, 1217, 1221, 1225, 1226, 1228,
|
|
1225, 1229, 1229, 1230, 1227, 1218, 1231, 1231, 1228, 1232,
|
|
1232, 1233, 1234, 1235, 1236, 1236, 1233, 1237, 1238, 1239,
|
|
1240, 1238, 1241, 1230, 1242, 1240, 1242, 1243, 1246, 1245,
|
|
1247, 1241, 1245, 1234, 1235, 1247, 1248, 1237, 1255, 1239,
|
|
1250, 1249, 1251, 1246, 1252, 1243, 1249, 1251, 1250, 1252,
|
|
1248, 1253, 1253, 1254, 1256, 1257, 1255, 1258, 1254, 1260,
|
|
1256, 1261, 1257, 1262, 1264, 1260, 1263, 1261, 1262, 1265,
|
|
|
|
1258, 1266, 1263, 1264, 1267, 1267, 1268, 1270, 1271, 1272,
|
|
1273, 1274, 1266, 1275, 1277, 1278, 1273, 1274, 1265, 1275,
|
|
1277, 1279, 1270, 1280, 1281, 1282, 1268, 1283, 1271, 1278,
|
|
1284, 1284, 1272, 1285, 1286, 1278, 1281, 1287, 1290, 1282,
|
|
58, 1279, 1288, 1280, 1293, 1283, 1291, 1288, 1289, 1289,
|
|
1295, 1291, 1294, 1285, 1297, 1287, 1296, 1294, 1294, 1286,
|
|
1298, 1290, 1297, 1293, 1299, 1296, 1300, 1301, 1295, 1302,
|
|
1310, 1303, 1301, 1303, 1298, 1301, 1304, 1306, 1302, 1299,
|
|
1308, 1300, 1307, 1306, 1300, 1311, 1307, 1309, 1312, 1310,
|
|
1304, 1308, 1309, 1309, 1313, 1314, 1315, 1316, 1317, 1313,
|
|
|
|
1314, 1318, 1320, 1317, 1321, 1322, 1312, 1323, 1323, 1324,
|
|
1325, 1311, 1326, 1324, 1315, 1328, 1320, 1316, 1327, 1329,
|
|
1330, 1318, 1321, 1322, 1327, 1331, 1332, 1328, 1325, 1333,
|
|
1334, 1326, 1335, 1337, 1330, 1334, 1338, 1336, 1329, 1335,
|
|
1331, 1332, 1336, 1339, 1339, 1338, 1340, 1341, 1333, 1342,
|
|
1346, 1337, 1343, 1343, 1344, 1349, 1341, 1345, 1347, 1347,
|
|
1344, 1340, 1348, 1345, 1346, 1350, 1360, 1351, 1348, 1342,
|
|
1352, 1349, 1351, 1353, 1354, 1354, 1352, 1355, 1355, 1353,
|
|
1357, 1357, 1359, 1358, 1360, 1361, 1350, 1358, 1362, 1363,
|
|
1366, 1359, 1364, 1365, 1365, 1367, 1368, 1361, 1369, 1364,
|
|
|
|
1370, 1368, 1362, 1367, 1363, 1373, 1374, 1374, 1371, 1375,
|
|
1366, 1372, 1369, 1371, 1371, 1376, 1372, 1372, 1377, 1370,
|
|
1379, 1378, 1380, 1381, 1382, 1373, 1378, 1377, 1375, 1384,
|
|
1382, 1383, 1385, 1386, 1376, 1389, 1383, 1387, 1385, 1379,
|
|
1388, 1381, 1380, 1387, 1390, 1391, 1388, 1392, 1393, 1394,
|
|
1395, 1404, 1386, 57, 1389, 1384, 1396, 1396, 1397, 1398,
|
|
1404, 1397, 1393, 1390, 1391, 1395, 1392, 1399, 1399, 1401,
|
|
1394, 1398, 1400, 1400, 1401, 1402, 1403, 1405, 1406, 1402,
|
|
1406, 1408, 1409, 1410, 1406, 1411, 1412, 1409, 1414, 1403,
|
|
1405, 1413, 1413, 1414, 1415, 1416, 1417, 1406, 1410, 1408,
|
|
|
|
1415, 1418, 1412, 1419, 1420, 1411, 1418, 1419, 1420, 1417,
|
|
1416, 1421, 1422, 1423, 1424, 1425, 1425, 1427, 1429, 1430,
|
|
1424, 1431, 1431, 1432, 1430, 1433, 1435, 1435, 1439, 1432,
|
|
1422, 1421, 1440, 1423, 1437, 1427, 1443, 1437, 1444, 1429,
|
|
1438, 1438, 1446, 1442, 1439, 1433, 1442, 1444, 1440, 1445,
|
|
1445, 1447, 1448, 1449, 1450, 1452, 1443, 1446, 1449, 1451,
|
|
1451, 1453, 1454, 1455, 1452, 1456, 1456, 1457, 1450, 1458,
|
|
1459, 1448, 1447, 1463, 1460, 1459, 1462, 1454, 1465, 1453,
|
|
1462, 1457, 1461, 1461, 1464, 1464, 1466, 1458, 1455, 1460,
|
|
1467, 1468, 1472, 1463, 1467, 1473, 1469, 1466, 1471, 1471,
|
|
|
|
1465, 1469, 1474, 1475, 1476, 1477, 1478, 1478, 1472, 1479,
|
|
1468, 1480, 1481, 1473, 1479, 1483, 1474, 1485, 1476, 1482,
|
|
1482, 1484, 1475, 1475, 1483, 1486, 1484, 1486, 1487, 1488,
|
|
1477, 1480, 1481, 1487, 1489, 1488, 1490, 1485, 1492, 1493,
|
|
1493, 1494, 1490, 1495, 1498, 1497, 1499, 1499, 1501, 1495,
|
|
1497, 1502, 1492, 1506, 1489, 1500, 1500, 1503, 1504, 1508,
|
|
1494, 1504, 1501, 1505, 1505, 1507, 1558, 1509, 1498, 1502,
|
|
1509, 1506, 1503, 1509, 1510, 1512, 1511, 1507, 1512, 1508,
|
|
1510, 1511, 1514, 1515, 1516, 1509, 1517, 1558, 1515, 1517,
|
|
1519, 1514, 1518, 1518, 1512, 1520, 1519, 1521, 1522, 1522,
|
|
|
|
1524, 1520, 1521, 1523, 1523, 1525, 1524, 1526, 1527, 1516,
|
|
1525, 1528, 1529, 1530, 1533, 1531, 1530, 1532, 1534, 1533,
|
|
1526, 1531, 1535, 1532, 1534, 1539, 1527, 1540, 1536, 1541,
|
|
1528, 1538, 1529, 1536, 1537, 1537, 1538, 1542, 1543, 1544,
|
|
1545, 1546, 1547, 1539, 1549, 1535, 1547, 1540, 1548, 1541,
|
|
1548, 1542, 1543, 1544, 1554, 1551, 1552, 1553, 1545, 1555,
|
|
1554, 1556, 1557, 1549, 1560, 1560, 1546, 1551, 1552, 1561,
|
|
1553, 1563, 1562, 1564, 1564, 1565, 1557, 1562, 1566, 1555,
|
|
1567, 1556, 1568, 1563, 1569, 1582, 1570, 1571, 1577, 1561,
|
|
1565, 1573, 1566, 1569, 1571, 1575, 1572, 1579, 1579, 1578,
|
|
|
|
1568, 1570, 1578, 1582, 1567, 1572, 1581, 1573, 1572, 1585,
|
|
1575, 1580, 1580, 1577, 1583, 1575, 1586, 1583, 1581, 1584,
|
|
1584, 1587, 1585, 1588, 1589, 1590, 1587, 1591, 1588, 1592,
|
|
1593, 1594, 1595, 1596, 1596, 1586, 1591, 1597, 1595, 1593,
|
|
1594, 1590, 1593, 1589, 1599, 1598, 1600, 1601, 1592, 1602,
|
|
1605, 1606, 1607, 1607, 1608, 1609, 52, 1597, 1598, 1615,
|
|
1600, 1602, 1599, 1601, 1609, 1612, 1610, 1611, 1611, 1606,
|
|
1608, 1610, 1614, 1613, 1612, 1605, 1616, 1612, 1613, 1617,
|
|
1615, 1619, 1611, 1620, 1617, 1617, 1621, 1622, 1624, 1632,
|
|
1614, 1623, 1622, 1631, 1616, 1619, 1626, 1623, 1620, 1625,
|
|
|
|
1625, 1628, 1626, 1632, 1627, 1629, 1624, 1628, 1621, 1627,
|
|
1633, 1629, 1634, 1631, 1635, 1636, 1633, 1635, 1638, 1640,
|
|
1641, 1636, 1642, 1635, 1643, 1634, 1638, 1644, 1645, 1646,
|
|
1642, 1647, 1653, 1643, 1648, 1648, 1649, 1654, 1640, 1641,
|
|
1644, 1645, 1649, 1646, 1650, 1647, 1651, 1652, 1652, 1655,
|
|
1650, 1656, 1653, 1658, 1657, 1654, 1648, 1659, 1660, 1651,
|
|
1657, 1662, 1662, 1663, 1656, 1664, 1665, 1666, 1655, 1664,
|
|
1669, 1665, 1666, 1659, 1667, 1658, 1660, 1668, 1671, 1667,
|
|
1672, 1673, 1673, 1663, 1674, 1675, 1668, 1676, 1677, 1677,
|
|
1671, 1678, 1679, 1669, 1683, 1672, 1680, 1675, 1681, 1679,
|
|
|
|
1684, 1685, 1686, 1674, 1687, 1678, 1676, 1685, 1680, 1688,
|
|
1681, 1689, 1689, 1683, 1686, 1688, 1690, 1691, 1691, 1690,
|
|
1684, 1693, 1687, 1694, 1695, 1697, 1693, 1696, 1696, 1698,
|
|
1695, 1698, 1694, 1699, 1700, 1701, 1699, 1697, 1702, 1704,
|
|
1703, 1705, 1706, 1707, 1704, 1708, 1705, 1709, 1711, 1714,
|
|
1710, 1706, 1709, 1717, 1700, 1707, 1702, 1701, 1703, 1710,
|
|
1708, 1712, 1713, 1719, 1714, 1716, 1712, 1713, 1711, 1715,
|
|
1715, 1716, 1710, 1712, 1717, 1720, 1721, 1722, 1723, 1728,
|
|
1723, 47, 1719, 1731, 1724, 1725, 1725, 1726, 1726, 1727,
|
|
1727, 1732, 1721, 1729, 1729, 1720, 1741, 1722, 1724, 1728,
|
|
|
|
1724, 1730, 1730, 1734, 1731, 1733, 1733, 1734, 1735, 1738,
|
|
1736, 1739, 1732, 1736, 1735, 1738, 1740, 1742, 1743, 1743,
|
|
1742, 1741, 1740, 1744, 1747, 1745, 1746, 1746, 1748, 1739,
|
|
1745, 1749, 1750, 1750, 1753, 1751, 1749, 1754, 1752, 1747,
|
|
1751, 1755, 1757, 1744, 1752, 1756, 1753, 1753, 1753, 1748,
|
|
1759, 1756, 1760, 1753, 1761, 1759, 1759, 1754, 1762, 1763,
|
|
1762, 1755, 1757, 1764, 1766, 1765, 1760, 1767, 1768, 1761,
|
|
1763, 1765, 1770, 1766, 1769, 1769, 1771, 1771, 1764, 1772,
|
|
1773, 1774, 1774, 1775, 1775, 1776, 1780, 1767, 1781, 1768,
|
|
1779, 1779, 1783, 1784, 1785, 1786, 1786, 1781, 1770, 1772,
|
|
|
|
1785, 1783, 1773, 1787, 1788, 1776, 1789, 1790, 1791, 1792,
|
|
1792, 1780, 1793, 1789, 1784, 1794, 1790, 1796, 1799, 1788,
|
|
1797, 1798, 1796, 1800, 1787, 1799, 1797, 1801, 1805, 1800,
|
|
1804, 1794, 1803, 1801, 1791, 1802, 1802, 1803, 1793, 1804,
|
|
1806, 1798, 1807, 1808, 1809, 1810, 1808, 1812, 1805, 1811,
|
|
1811, 1813, 1814, 1812, 1807, 1815, 1816, 1813, 1818, 1806,
|
|
1816, 1819, 1809, 1820, 1821, 1821, 1822, 1823, 1820, 1825,
|
|
1815, 1810, 1814, 1826, 1827, 1828, 1816, 1826, 1818, 1831,
|
|
1827, 1833, 1823, 1819, 1828, 1822, 1829, 1829, 1825, 1830,
|
|
1831, 1832, 1832, 1830, 1834, 1831, 1835, 1837, 1836, 1838,
|
|
|
|
1839, 1840, 1833, 1836, 1841, 1848, 1839, 18, 1834, 1841,
|
|
1842, 1842, 1843, 1843, 1844, 1835, 1840, 1837, 1844, 1838,
|
|
1846, 1847, 1849, 1849, 1853, 1848, 1851, 1851, 1852, 1846,
|
|
1853, 1855, 1847, 1852, 1852, 1854, 1857, 1847, 1856, 1858,
|
|
1860, 1854, 1861, 1856, 1862, 1858, 1861, 1863, 1857, 1864,
|
|
1868, 1865, 1860, 1866, 1870, 1864, 1862, 1855, 1867, 1866,
|
|
1871, 1878, 1868, 1867, 1872, 1874, 1870, 17, 1874, 1872,
|
|
1875, 1875, 1863, 1865, 1876, 1876, 1877, 1877, 1879, 1871,
|
|
1880, 1878, 1881, 1882, 1879, 1883, 1880, 1881, 1885, 1882,
|
|
1888, 1891, 1887, 1885, 1883, 1887, 1889, 1889, 1892, 1893,
|
|
|
|
1894, 1894, 1888, 1891, 1893, 1895, 1896, 1897, 1899, 1899,
|
|
1892, 1896, 1897, 1898, 1895, 1900, 1898, 1901, 1902, 1903,
|
|
1904, 1907, 1905, 1906, 1904, 1908, 1901, 1905, 1909, 1906,
|
|
1910, 1912, 1912, 1913, 1908, 1900, 1902, 1919, 1903, 1907,
|
|
1914, 1915, 1915, 1912, 1910, 1917, 1909, 1916, 1916, 1914,
|
|
1918, 1913, 1920, 1921, 1917, 1924, 1924, 1920, 1919, 1927,
|
|
1926, 1928, 1918, 1926, 1930, 1932, 1921, 1931, 1933, 1934,
|
|
1934, 1932, 1935, 1942, 1935, 1927, 1937, 1928, 0, 1930,
|
|
1946, 1931, 1936, 1936, 1937, 1933, 1939, 1939, 1940, 1940,
|
|
1947, 1943, 1944, 1945, 1948, 1948, 1942, 1943, 1944, 1949,
|
|
|
|
1945, 1950, 1946, 1951, 1952, 1953, 1954, 1956, 1949, 1955,
|
|
1947, 1958, 1959, 1956, 1963, 1951, 1952, 1953, 1960, 1961,
|
|
1961, 1962, 1950, 1966, 1955, 1964, 1956, 1969, 1964, 1969,
|
|
1960, 1958, 1954, 1965, 1963, 1959, 1968, 1970, 1965, 1962,
|
|
1971, 1968, 1972, 1966, 1974, 1971, 1976, 1977, 1978, 1972,
|
|
1979, 1980, 1979, 1974, 1983, 1970, 1977, 1982, 1985, 1982,
|
|
1978, 1984, 1984, 1987, 1976, 1987, 1986, 1988, 1983, 1989,
|
|
1980, 1986, 1988, 1990, 1989, 1991, 1992, 1994, 1993, 1995,
|
|
1997, 2001, 1992, 1993, 1985, 2002, 1998, 1995, 1999, 1999,
|
|
1994, 1990, 2000, 2000, 2006, 1991, 2001, 2003, 2009, 1997,
|
|
|
|
1998, 2004, 2005, 2003, 2005, 2002, 2004, 2007, 2008, 2008,
|
|
2009, 2012, 2006, 2010, 2010, 2007, 2011, 2011, 2014, 2013,
|
|
2012, 2016, 2018, 2007, 2013, 2017, 2019, 2017, 2020, 2021,
|
|
2016, 2019, 2019, 2016, 2023, 2024, 2014, 2020, 2027, 2025,
|
|
2024, 2021, 2028, 2018, 2025, 2029, 2023, 2030, 2030, 2031,
|
|
2032, 2027, 2034, 2033, 2029, 2035, 2039, 2048, 2040, 2037,
|
|
2038, 2051, 2028, 2040, 2049, 2042, 2034, 2031, 2032, 2033,
|
|
2035, 2037, 2038, 2041, 2042, 2045, 2039, 2047, 2041, 2049,
|
|
2048, 2045, 2050, 2047, 2052, 2056, 2051, 2053, 2053, 2054,
|
|
2055, 2055, 2057, 2052, 2045, 2059, 2057, 2058, 2054, 2060,
|
|
|
|
2050, 2061, 2058, 2062, 2056, 2063, 2061, 2061, 2059, 2062,
|
|
2064, 2063, 2065, 2064, 2066, 2069, 2069, 2070, 2070, 2071,
|
|
2065, 2060, 2072, 2072, 2073, 2073, 2074, 2075, 2071, 2076,
|
|
2084, 2077, 2070, 2083, 2066, 2076, 2077, 2083, 2074, 2078,
|
|
2078, 2079, 2079, 2070, 2080, 2075, 2081, 2085, 2086, 2080,
|
|
2084, 2085, 2081, 2088, 2089, 2091, 2090, 2092, 2093, 2089,
|
|
2095, 2094, 2092, 2097, 2096, 2098, 2098, 2099, 2086, 2096,
|
|
2091, 2099, 2100, 2102, 2105, 2103, 2093, 2094, 2088, 2090,
|
|
2095, 2101, 2103, 2104, 2106, 2097, 2101, 2100, 2107, 2106,
|
|
2108, 2109, 2109, 2105, 2111, 2104, 2112, 2113, 2114, 2102,
|
|
|
|
2115, 2107, 2111, 2116, 2117, 2118, 2119, 2123, 2108, 2124,
|
|
0, 2121, 2125, 2127, 2127, 2112, 2113, 2118, 2125, 2131,
|
|
2123, 2114, 2116, 2124, 2115, 2117, 2121, 2119, 2126, 2128,
|
|
2126, 2130, 2129, 2131, 2128, 2129, 2132, 2133, 2133, 2134,
|
|
2134, 2135, 2135, 2136, 2130, 2139, 2137, 2138, 2138, 2132,
|
|
2140, 2140, 2141, 2141, 2139, 2142, 2144, 2139, 2136, 2137,
|
|
2142, 2144, 2145, 2146, 2147, 2148, 2148, 2149, 2149, 2150,
|
|
2151, 2151, 2152, 2153, 2153, 2155, 2147, 2154, 2156, 2156,
|
|
2155, 2158, 2145, 2146, 2157, 2157, 2160, 2159, 2150, 2161,
|
|
2152, 2165, 2154, 2163, 2167, 2158, 2159, 0, 2163, 2168,
|
|
|
|
2160, 2164, 2164, 2166, 2166, 2168, 2169, 2172, 2161, 2169,
|
|
2165, 2174, 2167, 2170, 2170, 2171, 2171, 2173, 2175, 2175,
|
|
2177, 2178, 2179, 2180, 2181, 2181, 2172, 2180, 2182, 2170,
|
|
2174, 2183, 2173, 2184, 2185, 2188, 2183, 2179, 2187, 2187,
|
|
2177, 2191, 2190, 2189, 2178, 2192, 2193, 2182, 2184, 2185,
|
|
2189, 2194, 2194, 2195, 2199, 2188, 2190, 2202, 2196, 2191,
|
|
2196, 2197, 2195, 2192, 2197, 2200, 2199, 2203, 2201, 2204,
|
|
2200, 2205, 2193, 2201, 2206, 2212, 2205, 2210, 2208, 2197,
|
|
2203, 2197, 2202, 2208, 2209, 2211, 2216, 2213, 2217, 2209,
|
|
2204, 2211, 2210, 2213, 2214, 2218, 2212, 2215, 2218, 2214,
|
|
|
|
2206, 2217, 2215, 2219, 2220, 2221, 2222, 2223, 2228, 0,
|
|
2224, 2216, 2219, 2220, 2221, 2222, 2224, 2225, 2226, 2237,
|
|
2230, 2223, 2226, 2225, 2231, 2231, 2232, 2235, 2228, 2230,
|
|
2233, 2233, 2232, 2234, 2238, 2237, 2239, 2239, 2234, 2233,
|
|
2240, 2243, 2241, 2244, 2246, 2245, 2250, 2235, 0, 2235,
|
|
2238, 2241, 2251, 2243, 2248, 2240, 2246, 2248, 2249, 2244,
|
|
2245, 2252, 2252, 2249, 2251, 0, 2250, 2253, 2253, 2255,
|
|
2255, 2256, 2257, 2258, 2256, 2259, 2260, 2257, 2262, 2258,
|
|
2265, 2259, 2261, 2261, 2264, 2260, 2263, 2263, 2266, 2267,
|
|
2267, 2268, 2262, 2270, 2265, 2269, 2264, 2268, 2270, 2272,
|
|
|
|
2278, 2273, 2277, 2272, 2273, 2274, 2274, 2266, 2275, 2269,
|
|
2276, 2277, 2281, 2275, 2279, 2276, 2276, 2284, 2279, 2283,
|
|
2278, 2280, 2280, 2285, 2283, 2281, 2286, 2287, 2288, 2289,
|
|
2290, 2287, 2291, 2292, 2289, 2293, 2290, 2284, 2291, 2294,
|
|
2286, 2295, 2296, 2285, 2298, 2299, 2295, 2300, 2288, 2301,
|
|
2306, 2292, 2300, 2309, 2293, 2301, 2298, 2302, 2294, 0,
|
|
2303, 2299, 2303, 2296, 2306, 2302, 2307, 2307, 2308, 2310,
|
|
2310, 2308, 2313, 2315, 2314, 2317, 2313, 2316, 2316, 2309,
|
|
2314, 2320, 2320, 2322, 2317, 2315, 2324, 2325, 2328, 2329,
|
|
2330, 2331, 2339, 2328, 2338, 2330, 2331, 2332, 2332, 2342,
|
|
|
|
2324, 2322, 2336, 2325, 2334, 2334, 2337, 2337, 2336, 2343,
|
|
2338, 2340, 2344, 2344, 2339, 2329, 2340, 2346, 2342, 2347,
|
|
2348, 2343, 2349, 2351, 2351, 2347, 2346, 2352, 2353, 2363,
|
|
2352, 2354, 2356, 2356, 2357, 2357, 2358, 2349, 2348, 2359,
|
|
2361, 2358, 2360, 2363, 2362, 2361, 2362, 2353, 2364, 2354,
|
|
2366, 2360, 2365, 2367, 2368, 2366, 2374, 2359, 0, 2368,
|
|
2369, 2369, 2364, 2373, 2365, 2370, 2370, 2371, 2371, 2372,
|
|
2372, 2375, 2378, 2367, 2374, 2373, 2375, 2376, 2376, 2377,
|
|
2377, 2379, 2380, 2381, 2378, 2382, 2382, 2383, 2384, 2384,
|
|
2385, 2385, 2386, 2379, 2388, 2387, 2389, 2390, 2392, 2381,
|
|
|
|
2391, 2388, 2380, 2386, 2393, 2391, 2383, 2387, 2389, 2394,
|
|
2394, 2395, 2396, 2397, 2398, 2399, 2400, 2390, 2392, 2401,
|
|
2395, 2402, 2402, 2403, 2393, 2404, 2405, 2398, 2407, 2408,
|
|
2400, 2401, 2403, 2397, 2409, 2411, 2414, 2414, 2396, 2399,
|
|
2404, 2405, 2410, 2412, 2421, 2410, 2407, 2413, 2412, 2411,
|
|
2423, 2408, 2413, 2415, 2415, 2416, 2416, 2409, 2418, 2418,
|
|
2420, 2420, 2421, 2422, 2424, 2426, 2427, 2428, 2429, 2423,
|
|
2431, 2430, 2433, 2432, 2422, 2432, 2434, 2435, 2439, 2424,
|
|
2430, 2436, 2436, 2441, 2427, 2426, 2438, 2438, 2429, 2428,
|
|
2431, 2442, 2433, 2439, 2434, 2435, 2443, 2443, 2445, 2447,
|
|
|
|
2442, 2446, 2446, 2448, 2449, 2441, 2451, 2445, 2450, 2452,
|
|
2453, 2449, 2454, 2455, 2455, 2456, 2456, 2447, 2457, 2458,
|
|
2464, 2448, 2459, 2450, 2451, 2463, 2453, 2452, 2459, 2460,
|
|
2460, 2454, 2461, 2461, 2462, 2464, 2465, 2458, 2457, 2466,
|
|
2462, 2467, 2468, 2463, 2466, 2469, 2470, 2472, 2470, 2472,
|
|
2469, 2471, 2471, 2473, 2473, 2465, 2475, 2477, 2478, 2479,
|
|
2480, 2467, 2468, 2481, 2482, 2486, 2477, 2483, 2481, 2487,
|
|
2490, 2479, 2487, 2488, 2488, 2475, 2489, 2478, 2491, 2491,
|
|
2480, 2494, 2499, 2492, 2482, 2486, 2483, 2492, 2490, 2495,
|
|
2497, 2489, 2500, 2495, 2496, 2496, 2494, 2499, 2501, 2502,
|
|
|
|
2502, 2504, 2505, 2497, 2506, 2507, 2507, 2508, 2506, 2509,
|
|
2509, 2505, 2500, 2504, 2510, 2511, 2512, 2513, 2501, 2510,
|
|
2514, 2514, 2519, 2519, 2511, 2520, 2508, 2521, 2521, 2513,
|
|
2522, 2523, 2512, 2524, 2526, 2526, 2525, 2527, 2529, 2529,
|
|
2534, 2532, 2524, 2522, 2523, 2525, 2532, 2520, 2533, 2536,
|
|
2535, 2537, 2527, 2533, 2534, 2535, 2538, 2536, 2539, 2541,
|
|
2544, 0, 2542, 2543, 2549, 2538, 2539, 2542, 2543, 2549,
|
|
2537, 2545, 2545, 2548, 2541, 2544, 2546, 2546, 2547, 2547,
|
|
2548, 2550, 2551, 2552, 2561, 2553, 2554, 2554, 2555, 2552,
|
|
2553, 2556, 2557, 2557, 2558, 2558, 2556, 2561, 2567, 2550,
|
|
|
|
2551, 2562, 2562, 2555, 2563, 2564, 0, 2563, 2565, 2566,
|
|
2564, 2564, 2567, 2565, 2566, 2568, 2569, 2570, 2571, 2572,
|
|
2569, 2568, 2570, 2573, 2574, 2577, 2575, 2571, 2578, 2576,
|
|
2577, 2573, 2575, 2580, 2572, 2576, 2581, 2588, 2584, 2582,
|
|
2578, 2581, 2582, 2586, 2589, 2574, 2587, 2590, 2586, 2580,
|
|
2584, 2587, 2591, 2592, 2592, 2588, 2590, 2589, 2593, 2596,
|
|
2597, 2591, 2598, 2601, 2602, 2606, 2597, 2593, 2598, 2603,
|
|
2604, 2604, 2605, 2609, 2606, 2607, 2613, 2596, 2608, 2608,
|
|
2611, 2614, 2601, 2616, 2602, 2614, 2615, 2615, 2603, 0,
|
|
2607, 2605, 2609, 2617, 2618, 2611, 2613, 2619, 2621, 2617,
|
|
|
|
2618, 2620, 2620, 2619, 2622, 2624, 2621, 2625, 2616, 2622,
|
|
2628, 2627, 2629, 2632, 2624, 2627, 2631, 2631, 2633, 2633,
|
|
2625, 2634, 2634, 2642, 2628, 2636, 2636, 2629, 2637, 2638,
|
|
2644, 2632, 2637, 2643, 2638, 2640, 2640, 2647, 2643, 2645,
|
|
2648, 2648, 2644, 2642, 2645, 2645, 2650, 2650, 2651, 2651,
|
|
2652, 2653, 2655, 2652, 2657, 2658, 2658, 2647, 2659, 2659,
|
|
2660, 2660, 2661, 2663, 2653, 2662, 2662, 2664, 2665, 2666,
|
|
2655, 2667, 2667, 2673, 2657, 2666, 2663, 2661, 2674, 2668,
|
|
2675, 2672, 2665, 2668, 2676, 2664, 2672, 2672, 2677, 2678,
|
|
2676, 2679, 2680, 2680, 2677, 2679, 2673, 2683, 2674, 2685,
|
|
|
|
2675, 2686, 2683, 2688, 2686, 2689, 2691, 2685, 2689, 2690,
|
|
2690, 2692, 2693, 2694, 2678, 2695, 2692, 2696, 2696, 2700,
|
|
2697, 2703, 2699, 2691, 2691, 2704, 2703, 2703, 2688, 2695,
|
|
2693, 2701, 2698, 2694, 2697, 2698, 2699, 2702, 2700, 2701,
|
|
2702, 2705, 2705, 2698, 2704, 2706, 2706, 2707, 2707, 2708,
|
|
2708, 2709, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2711,
|
|
2716, 2717, 2714, 2718, 2719, 2716, 2721, 2721, 2722, 2710,
|
|
2717, 2722, 2723, 2725, 2725, 2712, 2728, 2715, 2726, 2727,
|
|
2727, 2728, 2713, 2718, 2719, 2726, 2730, 2730, 2731, 2732,
|
|
2723, 2733, 2735, 2736, 2736, 2737, 2738, 2731, 2732, 2737,
|
|
|
|
2733, 2739, 2740, 2742, 2741, 2738, 2747, 2740, 2740, 2743,
|
|
2735, 2747, 2742, 2743, 2748, 2748, 2739, 2741, 2750, 2750,
|
|
2751, 2752, 2753, 2755, 2756, 2759, 2760, 2761, 2766, 2764,
|
|
0, 2762, 2755, 2768, 2751, 2760, 2756, 2762, 2768, 2769,
|
|
2753, 2764, 2770, 2770, 2769, 2771, 2752, 2761, 2773, 2766,
|
|
2759, 2774, 2774, 2773, 2771, 2774, 2776, 2776, 2777, 2777,
|
|
2778, 2778, 2779, 2780, 2782, 2781, 2784, 2788, 2785, 2782,
|
|
2786, 2779, 2784, 2785, 2789, 2786, 2787, 2787, 2790, 2792,
|
|
2794, 2801, 2791, 2780, 2781, 2788, 2789, 2791, 2793, 2795,
|
|
2795, 2797, 2802, 2798, 2793, 2797, 2799, 2792, 2798, 2790,
|
|
|
|
2801, 2799, 2800, 2800, 2803, 2794, 2804, 2802, 2806, 2806,
|
|
2808, 2809, 2810, 2811, 2812, 2813, 2810, 2814, 2818, 2803,
|
|
2816, 2816, 2811, 2808, 2809, 2814, 2804, 2815, 2817, 2819,
|
|
2812, 2821, 2815, 2826, 2813, 2830, 2818, 2817, 2820, 2820,
|
|
2823, 2823, 2824, 2824, 2828, 2828, 2831, 2832, 2833, 2836,
|
|
2821, 2830, 2837, 2833, 2826, 2819, 2835, 2835, 2838, 2840,
|
|
2840, 2842, 2831, 2832, 2841, 2843, 2843, 2846, 2847, 2836,
|
|
2849, 2848, 2850, 2850, 2847, 2837, 2848, 2838, 2841, 2852,
|
|
2842, 2851, 2851, 2853, 2853, 2854, 2855, 2846, 2856, 2859,
|
|
2858, 2857, 2849, 2860, 2867, 2855, 2854, 2857, 2868, 2852,
|
|
|
|
3101, 2859, 3101, 2853, 2861, 2861, 2867, 2862, 2856, 2858,
|
|
2862, 2863, 2863, 2860, 2869, 2870, 2870, 2872, 2868, 2871,
|
|
2869, 2873, 2871, 2872, 2875, 2876, 2876, 2877, 2878, 2875,
|
|
2879, 2880, 2877, 2881, 2881, 2884, 2879, 2885, 2883, 2873,
|
|
2888, 2886, 2887, 2887, 2892, 2892, 2895, 2878, 2880, 2880,
|
|
2883, 2889, 2890, 2884, 2886, 2889, 2893, 2893, 2894, 2888,
|
|
2895, 2890, 2885, 2894, 2896, 2897, 2897, 2898, 2898, 2896,
|
|
2899, 2899, 2900, 2901, 2902, 2908, 2903, 2905, 2905, 2910,
|
|
2902, 2903, 2911, 2912, 2916, 2900, 2913, 2913, 2915, 2915,
|
|
2917, 2918, 2919, 2919, 2908, 2920, 2920, 2922, 2916, 2901,
|
|
|
|
2918, 2910, 2923, 2922, 2911, 2912, 2924, 2925, 2928, 2928,
|
|
2917, 2931, 2925, 2930, 2930, 2932, 2931, 2933, 2934, 2935,
|
|
2936, 2936, 2923, 2933, 2939, 2924, 2937, 2935, 2940, 2932,
|
|
2934, 2937, 2941, 2942, 2943, 2945, 2946, 2941, 2947, 2948,
|
|
2943, 2951, 2950, 2945, 2939, 2942, 2952, 2953, 2940, 2954,
|
|
2957, 2956, 2961, 3042, 2954, 2946, 2956, 2951, 2947, 2948,
|
|
2950, 2958, 2963, 2952, 2952, 3042, 2959, 2958, 2953, 2962,
|
|
2957, 2959, 2961, 2974, 2962, 2963, 2966, 2966, 2967, 2967,
|
|
2968, 2972, 2972, 2973, 2968, 2975, 2975, 2981, 2973, 2977,
|
|
2977, 2981, 2974, 2978, 2978, 2984, 2978, 2979, 2979, 2988,
|
|
|
|
2979, 2980, 2980, 2985, 2980, 2983, 2983, 2989, 2994, 2990,
|
|
2991, 2991, 2996, 2984, 2990, 2995, 2996, 2985, 3009, 2988,
|
|
2997, 2998, 2995, 3000, 3009, 3001, 3028, 2989, 3005, 2997,
|
|
3002, 3002, 3010, 2994, 3001, 3028, 2998, 3003, 3003, 3004,
|
|
3004, 3000, 3006, 3005, 3007, 3008, 3011, 3006, 3012, 3013,
|
|
3008, 3008, 3015, 3007, 3013, 3014, 3007, 3010, 3016, 3016,
|
|
3014, 3011, 3017, 3094, 3018, 3019, 3019, 3094, 3017, 3012,
|
|
3018, 3015, 3020, 3020, 3021, 3021, 3022, 3025, 3025, 3027,
|
|
3027, 3022, 3031, 3031, 3032, 3032, 3033, 3033, 3034, 3034,
|
|
3035, 3035, 3036, 3036, 3037, 3037, 3039, 3040, 3040, 3041,
|
|
|
|
3043, 3047, 3045, 3046, 3046, 3039, 3048, 3055, 3041, 3051,
|
|
3049, 3050, 3050, 3052, 3052, 3056, 3047, 3057, 3056, 3048,
|
|
3043, 3045, 3049, 3059, 3051, 3055, 3058, 3058, 3061, 3062,
|
|
3063, 3061, 3064, 3065, 3067, 3062, 3066, 3064, 3070, 3069,
|
|
3074, 3059, 3077, 3057, 3063, 3069, 3085, 3070, 3087, 3085,
|
|
3067, 3092, 3065, 3095, 3066, 3074, 3088, 3088, 3089, 3089,
|
|
3093, 3087, 3090, 3090, 3096, 3098, 3099, 3100, 3077, 3093,
|
|
3102, 3104, 3100, 3095, 3092, 3103, 3103, 3099, 3096, 3105,
|
|
3107, 3106, 3108, 3110, 3104, 3102, 3109, 3112, 3098, 3113,
|
|
3111, 3114, 3110, 3120, 3113, 3115, 3107, 3122, 3105, 3106,
|
|
|
|
3115, 3109, 3111, 3119, 3121, 3121, 3122, 3108, 3112, 3123,
|
|
3123, 3114, 3127, 3120, 3124, 3124, 3128, 3119, 3125, 3125,
|
|
3126, 3126, 3129, 3130, 3131, 3129, 3132, 3133, 3130, 3131,
|
|
3135, 3127, 3134, 3136, 3137, 3138, 3128, 3141, 3134, 3137,
|
|
3139, 3139, 3133, 3142, 3135, 3136, 3140, 3140, 3143, 3143,
|
|
3145, 3132, 3141, 3147, 3153, 3138, 3150, 3150, 3151, 3151,
|
|
3152, 3154, 3142, 3155, 3156, 3145, 3157, 3154, 3152, 3155,
|
|
3158, 3147, 3159, 3153, 3160, 3160, 3164, 3159, 3156, 3157,
|
|
3161, 3161, 3165, 3168, 3167, 3170, 3171, 3168, 3172, 3158,
|
|
3173, 3171, 3175, 3174, 3176, 3177, 3181, 3164, 3167, 3176,
|
|
|
|
3177, 3182, 3165, 3173, 3183, 3170, 3174, 3172, 3178, 3178,
|
|
3185, 3175, 3184, 3184, 3186, 3185, 3181, 3187, 3187, 3182,
|
|
3186, 3188, 3189, 3183, 3190, 3191, 3188, 3189, 3192, 3190,
|
|
3194, 3194, 3195, 3199, 3192, 3196, 3196, 3195, 3198, 3200,
|
|
3201, 3202, 3198, 3203, 3191, 3204, 3200, 3212, 3205, 3203,
|
|
3207, 3207, 3199, 3209, 3209, 3213, 3210, 3211, 3214, 3201,
|
|
3202, 3205, 3211, 3217, 3204, 3210, 3212, 3216, 3210, 3215,
|
|
3215, 3214, 3216, 3219, 3213, 3221, 3217, 3220, 3220, 3222,
|
|
3222, 3223, 3223, 3224, 3225, 3226, 3227, 3227, 3224, 0,
|
|
3228, 3225, 3230, 3230, 3221, 3228, 3229, 3233, 3229, 3219,
|
|
|
|
3231, 3232, 3235, 3238, 3226, 3234, 3242, 3231, 3232, 3240,
|
|
3234, 3237, 3237, 3241, 3240, 3243, 3233, 3247, 3241, 3244,
|
|
3244, 3235, 3238, 3246, 3246, 3242, 3248, 3249, 3249, 3250,
|
|
3250, 3251, 3253, 3253, 3243, 3255, 3247, 3261, 3251, 3254,
|
|
3254, 3257, 3255, 3260, 3262, 3248, 3257, 0, 3260, 3263,
|
|
3263, 3264, 3264, 0, 0, 0, 3261, 0, 0, 0,
|
|
0, 0, 0, 3262, 3268, 3268, 3268, 3268, 3268, 3268,
|
|
3268, 3269, 3269, 3269, 3269, 3269, 3269, 3269, 3270, 3270,
|
|
3270, 3270, 3270, 3270, 3270, 3271, 3271, 3271, 3271, 3271,
|
|
3271, 3271, 3272, 3272, 3272, 3272, 3272, 3272, 3272, 3273,
|
|
|
|
3273, 3273, 3273, 3273, 3273, 3273, 3274, 3274, 3274, 3274,
|
|
3274, 3274, 3274, 3276, 3276, 0, 3276, 3276, 3276, 3276,
|
|
3277, 3277, 0, 0, 0, 3277, 3277, 3278, 3278, 0,
|
|
0, 3278, 0, 3278, 3279, 0, 0, 0, 0, 0,
|
|
3279, 3280, 3280, 0, 0, 0, 3280, 3280, 3281, 0,
|
|
0, 0, 0, 0, 3281, 3282, 3282, 0, 3282, 3282,
|
|
3282, 3282, 3283, 0, 0, 0, 0, 0, 3283, 3284,
|
|
3284, 0, 0, 0, 3284, 3284, 3285, 3285, 0, 3285,
|
|
3285, 3285, 3285, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267, 3267,
|
|
3267, 3267, 3267, 3267
|
|
} ;
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
extern int yy_flex_debug;
|
|
int yy_flex_debug = 0;
|
|
|
|
/* The intent behind this definition is that it'll catch
|
|
* any uses of REJECT which flex missed.
|
|
*/
|
|
#define REJECT reject_used_but_not_detected
|
|
static int yy_more_flag = 0;
|
|
static int yy_more_len = 0;
|
|
#define yymore() ((yy_more_flag) = 1)
|
|
#define YY_MORE_ADJ (yy_more_len)
|
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
char *yytext;
|
|
#line 1 "./util/configlexer.lex"
|
|
#line 2 "./util/configlexer.lex"
|
|
/*
|
|
* configlexer.lex - lexical analyzer for unbound config file
|
|
*
|
|
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
|
|
*
|
|
* See LICENSE for the license.
|
|
*
|
|
*/
|
|
|
|
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
|
|
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
|
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
|
#endif
|
|
|
|
#include <ctype.h>
|
|
#include <strings.h>
|
|
#ifdef HAVE_GLOB_H
|
|
# include <glob.h>
|
|
#endif
|
|
|
|
#include "util/config_file.h"
|
|
#include "util/configparser.h"
|
|
void ub_c_error(const char *message);
|
|
|
|
#if 0
|
|
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
|
#else
|
|
#define LEXOUT(s)
|
|
#endif
|
|
|
|
/** avoid warning in about fwrite return value */
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
#define YDVAR(nargs, var) \
|
|
num_args=(nargs); \
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
return (var);
|
|
|
|
struct inc_state {
|
|
char* filename;
|
|
int line;
|
|
YY_BUFFER_STATE buffer;
|
|
struct inc_state* next;
|
|
int inc_toplevel;
|
|
};
|
|
static struct inc_state* config_include_stack = NULL;
|
|
static int inc_depth = 0;
|
|
static int inc_prev = 0;
|
|
static int num_args = 0;
|
|
static int inc_toplevel = 0;
|
|
|
|
void init_cfg_parse(void)
|
|
{
|
|
config_include_stack = NULL;
|
|
inc_depth = 0;
|
|
inc_prev = 0;
|
|
num_args = 0;
|
|
inc_toplevel = 0;
|
|
}
|
|
|
|
static void config_start_include(const char* filename, int toplevel)
|
|
{
|
|
FILE *input;
|
|
struct inc_state* s;
|
|
char* nm;
|
|
if(inc_depth+1 > 100000) {
|
|
ub_c_error_msg("too many include files");
|
|
return;
|
|
}
|
|
if(*filename == '\0') {
|
|
ub_c_error_msg("empty include file name");
|
|
return;
|
|
}
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
if(!s) {
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
|
return;
|
|
}
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
filename += strlen(cfg_parser->chroot);
|
|
}
|
|
nm = strdup(filename);
|
|
if(!nm) {
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
|
free(s);
|
|
return;
|
|
}
|
|
input = fopen(filename, "r");
|
|
if(!input) {
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
filename, strerror(errno));
|
|
free(s);
|
|
free(nm);
|
|
return;
|
|
}
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
inc_depth++;
|
|
s->filename = cfg_parser->filename;
|
|
s->line = cfg_parser->line;
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
s->inc_toplevel = inc_toplevel;
|
|
s->next = config_include_stack;
|
|
config_include_stack = s;
|
|
cfg_parser->filename = nm;
|
|
cfg_parser->line = 1;
|
|
inc_toplevel = toplevel;
|
|
yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
|
|
}
|
|
|
|
static void config_start_include_glob(const char* filename, int toplevel)
|
|
{
|
|
|
|
/* check for wildcards */
|
|
#ifdef HAVE_GLOB
|
|
glob_t g;
|
|
int i, r, flags;
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
flags = 0
|
|
#ifdef GLOB_ERR
|
|
| GLOB_ERR
|
|
#endif
|
|
/* do not set GLOB_NOSORT so the results are sorted
|
|
and in a predictable order. */
|
|
#ifdef GLOB_BRACE
|
|
| GLOB_BRACE
|
|
#endif
|
|
#ifdef GLOB_TILDE
|
|
| GLOB_TILDE
|
|
#endif
|
|
;
|
|
memset(&g, 0, sizeof(g));
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
filename += strlen(cfg_parser->chroot);
|
|
}
|
|
r = glob(filename, flags, NULL, &g);
|
|
if(r) {
|
|
/* some error */
|
|
globfree(&g);
|
|
if(r == GLOB_NOMATCH)
|
|
return; /* no matches for pattern */
|
|
config_start_include(filename, toplevel); /* let original deal with it */
|
|
return;
|
|
}
|
|
/* process files found, if any */
|
|
for(i=(int)g.gl_pathc-1; i>=0; i--) {
|
|
config_start_include(g.gl_pathv[i], toplevel);
|
|
}
|
|
globfree(&g);
|
|
return;
|
|
}
|
|
#endif /* HAVE_GLOB */
|
|
|
|
config_start_include(filename, toplevel);
|
|
}
|
|
|
|
static void config_end_include(void)
|
|
{
|
|
struct inc_state* s = config_include_stack;
|
|
--inc_depth;
|
|
if(!s) return;
|
|
free(cfg_parser->filename);
|
|
cfg_parser->filename = s->filename;
|
|
cfg_parser->line = s->line;
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
|
yy_switch_to_buffer(s->buffer);
|
|
config_include_stack = s->next;
|
|
inc_toplevel = s->inc_toplevel;
|
|
free(s);
|
|
}
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
#define yy_set_bol(at_bol) \
|
|
{ \
|
|
if ( ! yy_current_buffer ) \
|
|
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
}
|
|
#endif
|
|
|
|
#line 3122 "<stdout>"
|
|
#define YY_NO_INPUT 1
|
|
#line 191 "./util/configlexer.lex"
|
|
#ifndef YY_NO_UNPUT
|
|
#define YY_NO_UNPUT 1
|
|
#endif
|
|
#ifndef YY_NO_INPUT
|
|
#define YY_NO_INPUT 1
|
|
#endif
|
|
#line 3131 "<stdout>"
|
|
|
|
#line 3133 "<stdout>"
|
|
|
|
#define INITIAL 0
|
|
#define quotedstring 1
|
|
#define singlequotedstr 2
|
|
#define include 3
|
|
#define include_quoted 4
|
|
#define val 5
|
|
#define include_toplevel 6
|
|
#define include_toplevel_quoted 7
|
|
|
|
#ifndef YY_NO_UNISTD_H
|
|
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
|
* down here because we want the user's section 1 to have been scanned first.
|
|
* The user has a chance to override it with an option.
|
|
*/
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
#ifndef YY_EXTRA_TYPE
|
|
#define YY_EXTRA_TYPE void *
|
|
#endif
|
|
|
|
static int yy_init_globals ( void );
|
|
|
|
/* Accessor methods to globals.
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
int yylex_destroy ( void );
|
|
|
|
int yyget_debug ( void );
|
|
|
|
void yyset_debug ( int debug_flag );
|
|
|
|
YY_EXTRA_TYPE yyget_extra ( void );
|
|
|
|
void yyset_extra ( YY_EXTRA_TYPE user_defined );
|
|
|
|
FILE *yyget_in ( void );
|
|
|
|
void yyset_in ( FILE * _in_str );
|
|
|
|
FILE *yyget_out ( void );
|
|
|
|
void yyset_out ( FILE * _out_str );
|
|
|
|
int yyget_leng ( void );
|
|
|
|
char *yyget_text ( void );
|
|
|
|
int yyget_lineno ( void );
|
|
|
|
void yyset_lineno ( int _line_number );
|
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
* section 1.
|
|
*/
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
#ifdef __cplusplus
|
|
extern "C" int yywrap ( void );
|
|
#else
|
|
extern int yywrap ( void );
|
|
#endif
|
|
#endif
|
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
#endif
|
|
|
|
#ifndef yytext_ptr
|
|
static void yy_flex_strncpy ( char *, const char *, int );
|
|
#endif
|
|
|
|
#ifdef YY_NEED_STRLEN
|
|
static int yy_flex_strlen ( const char * );
|
|
#endif
|
|
|
|
#ifndef YY_NO_INPUT
|
|
#ifdef __cplusplus
|
|
static int yyinput ( void );
|
|
#else
|
|
static int input ( void );
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
#ifndef YY_READ_BUF_SIZE
|
|
#ifdef __ia64__
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
#define YY_READ_BUF_SIZE 16384
|
|
#else
|
|
#define YY_READ_BUF_SIZE 8192
|
|
#endif /* __ia64__ */
|
|
#endif
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
#ifndef ECHO
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
* we now use fwrite().
|
|
*/
|
|
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
|
|
#endif
|
|
|
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
|
* is returned in "result".
|
|
*/
|
|
#ifndef YY_INPUT
|
|
#define YY_INPUT(buf,result,max_size) \
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
|
{ \
|
|
int c = '*'; \
|
|
int n; \
|
|
for ( n = 0; n < max_size && \
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
buf[n] = (char) c; \
|
|
if ( c == '\n' ) \
|
|
buf[n++] = (char) c; \
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
result = n; \
|
|
} \
|
|
else \
|
|
{ \
|
|
errno=0; \
|
|
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
|
{ \
|
|
if( errno != EINTR) \
|
|
{ \
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
break; \
|
|
} \
|
|
errno=0; \
|
|
clearerr(yyin); \
|
|
} \
|
|
}\
|
|
\
|
|
|
|
#endif
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
* some compilers to complain about unreachable statements.
|
|
*/
|
|
#ifndef yyterminate
|
|
#define yyterminate() return YY_NULL
|
|
#endif
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
#ifndef YY_START_STACK_INCR
|
|
#define YY_START_STACK_INCR 25
|
|
#endif
|
|
|
|
/* Report a fatal error. */
|
|
#ifndef YY_FATAL_ERROR
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
#endif
|
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
* easily add parameters.
|
|
*/
|
|
#ifndef YY_DECL
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
extern int yylex (void);
|
|
|
|
#define YY_DECL int yylex (void)
|
|
#endif /* !YY_DECL */
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
* have been set up.
|
|
*/
|
|
#ifndef YY_USER_ACTION
|
|
#define YY_USER_ACTION
|
|
#endif
|
|
|
|
/* Code executed at the end of each rule. */
|
|
#ifndef YY_BREAK
|
|
#define YY_BREAK /*LINTED*/break;
|
|
#endif
|
|
|
|
#define YY_RULE_SETUP \
|
|
YY_USER_ACTION
|
|
|
|
/** The main scanner function which does all the work.
|
|
*/
|
|
YY_DECL
|
|
{
|
|
yy_state_type yy_current_state;
|
|
char *yy_cp, *yy_bp;
|
|
int yy_act;
|
|
|
|
if ( !(yy_init) )
|
|
{
|
|
(yy_init) = 1;
|
|
|
|
#ifdef YY_USER_INIT
|
|
YY_USER_INIT;
|
|
#endif
|
|
|
|
if ( ! (yy_start) )
|
|
(yy_start) = 1; /* first start state */
|
|
|
|
if ( ! yyin )
|
|
yyin = stdin;
|
|
|
|
if ( ! yyout )
|
|
yyout = stdout;
|
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
yyensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
yy_create_buffer( yyin, YY_BUF_SIZE );
|
|
}
|
|
|
|
yy_load_buffer_state( );
|
|
}
|
|
|
|
{
|
|
#line 211 "./util/configlexer.lex"
|
|
|
|
#line 3357 "<stdout>"
|
|
|
|
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
|
{
|
|
(yy_more_len) = 0;
|
|
if ( (yy_more_flag) )
|
|
{
|
|
(yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
|
|
(yy_more_flag) = 0;
|
|
}
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
/* Support of yytext. */
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
/* yy_bp points to the position in yy_ch_buf of the start of
|
|
* the current run.
|
|
*/
|
|
yy_bp = yy_cp;
|
|
|
|
yy_current_state = (yy_start);
|
|
yy_match:
|
|
do
|
|
{
|
|
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(yy_last_accepting_cpos) = yy_cp;
|
|
}
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
{
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
|
if ( yy_current_state >= 3268 )
|
|
yy_c = yy_meta[yy_c];
|
|
}
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
|
|
++yy_cp;
|
|
}
|
|
while ( yy_base[yy_current_state] != 6384 );
|
|
|
|
yy_find_action:
|
|
yy_act = yy_accept[yy_current_state];
|
|
if ( yy_act == 0 )
|
|
{ /* have to back up */
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
yy_current_state = (yy_last_accepting_state);
|
|
yy_act = yy_accept[yy_current_state];
|
|
}
|
|
|
|
YY_DO_BEFORE_ACTION;
|
|
|
|
do_action: /* This label is used only to access EOF actions. */
|
|
|
|
switch ( yy_act )
|
|
{ /* beginning of action switch */
|
|
case 0: /* must back up */
|
|
/* undo the effects of YY_DO_BEFORE_ACTION */
|
|
*yy_cp = (yy_hold_char);
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
yy_current_state = (yy_last_accepting_state);
|
|
goto yy_find_action;
|
|
|
|
case 1:
|
|
YY_RULE_SETUP
|
|
#line 212 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("SP ")); /* ignore */ }
|
|
YY_BREAK
|
|
case 2:
|
|
YY_RULE_SETUP
|
|
#line 214 "./util/configlexer.lex"
|
|
{
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
|
YY_BREAK
|
|
case 3:
|
|
YY_RULE_SETUP
|
|
#line 217 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_SERVER) }
|
|
YY_BREAK
|
|
case 4:
|
|
YY_RULE_SETUP
|
|
#line 218 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
|
YY_BREAK
|
|
case 5:
|
|
YY_RULE_SETUP
|
|
#line 219 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
|
YY_BREAK
|
|
case 6:
|
|
YY_RULE_SETUP
|
|
#line 220 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
|
YY_BREAK
|
|
case 7:
|
|
YY_RULE_SETUP
|
|
#line 221 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
|
YY_BREAK
|
|
case 8:
|
|
YY_RULE_SETUP
|
|
#line 222 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PORT) }
|
|
YY_BREAK
|
|
case 9:
|
|
YY_RULE_SETUP
|
|
#line 223 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
|
YY_BREAK
|
|
case 10:
|
|
YY_RULE_SETUP
|
|
#line 224 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
|
YY_BREAK
|
|
case 11:
|
|
YY_RULE_SETUP
|
|
#line 225 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
|
YY_BREAK
|
|
case 12:
|
|
YY_RULE_SETUP
|
|
#line 226 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
|
YY_BREAK
|
|
case 13:
|
|
YY_RULE_SETUP
|
|
#line 227 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
|
YY_BREAK
|
|
case 14:
|
|
YY_RULE_SETUP
|
|
#line 228 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
|
YY_BREAK
|
|
case 15:
|
|
YY_RULE_SETUP
|
|
#line 229 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
|
YY_BREAK
|
|
case 16:
|
|
YY_RULE_SETUP
|
|
#line 230 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PREFER_IP4) }
|
|
YY_BREAK
|
|
case 17:
|
|
YY_RULE_SETUP
|
|
#line 231 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
|
YY_BREAK
|
|
case 18:
|
|
YY_RULE_SETUP
|
|
#line 232 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
|
YY_BREAK
|
|
case 19:
|
|
YY_RULE_SETUP
|
|
#line 233 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
|
YY_BREAK
|
|
case 20:
|
|
YY_RULE_SETUP
|
|
#line 234 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
|
YY_BREAK
|
|
case 21:
|
|
YY_RULE_SETUP
|
|
#line 235 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
|
YY_BREAK
|
|
case 22:
|
|
YY_RULE_SETUP
|
|
#line 236 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
|
YY_BREAK
|
|
case 23:
|
|
YY_RULE_SETUP
|
|
#line 237 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TCP_IDLE_TIMEOUT) }
|
|
YY_BREAK
|
|
case 24:
|
|
YY_RULE_SETUP
|
|
#line 238 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) }
|
|
YY_BREAK
|
|
case 25:
|
|
YY_RULE_SETUP
|
|
#line 239 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) }
|
|
YY_BREAK
|
|
case 26:
|
|
YY_RULE_SETUP
|
|
#line 240 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
|
YY_BREAK
|
|
case 27:
|
|
YY_RULE_SETUP
|
|
#line 241 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
|
YY_BREAK
|
|
case 28:
|
|
YY_RULE_SETUP
|
|
#line 242 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
|
YY_BREAK
|
|
case 29:
|
|
YY_RULE_SETUP
|
|
#line 243 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
|
YY_BREAK
|
|
case 30:
|
|
YY_RULE_SETUP
|
|
#line 244 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
|
YY_BREAK
|
|
case 31:
|
|
YY_RULE_SETUP
|
|
#line 245 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
|
YY_BREAK
|
|
case 32:
|
|
YY_RULE_SETUP
|
|
#line 246 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
|
YY_BREAK
|
|
case 33:
|
|
YY_RULE_SETUP
|
|
#line 247 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
|
YY_BREAK
|
|
case 34:
|
|
YY_RULE_SETUP
|
|
#line 248 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
|
YY_BREAK
|
|
case 35:
|
|
YY_RULE_SETUP
|
|
#line 249 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
|
YY_BREAK
|
|
case 36:
|
|
YY_RULE_SETUP
|
|
#line 250 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_WIN_CERT) }
|
|
YY_BREAK
|
|
case 37:
|
|
YY_RULE_SETUP
|
|
#line 251 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
|
YY_BREAK
|
|
case 38:
|
|
YY_RULE_SETUP
|
|
#line 252 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
|
YY_BREAK
|
|
case 39:
|
|
YY_RULE_SETUP
|
|
#line 253 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
|
YY_BREAK
|
|
case 40:
|
|
YY_RULE_SETUP
|
|
#line 254 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
|
YY_BREAK
|
|
case 41:
|
|
YY_RULE_SETUP
|
|
#line 255 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_SESSION_TICKET_KEYS) }
|
|
YY_BREAK
|
|
case 42:
|
|
YY_RULE_SETUP
|
|
#line 256 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_CIPHERS) }
|
|
YY_BREAK
|
|
case 43:
|
|
YY_RULE_SETUP
|
|
#line 257 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_CIPHERSUITES) }
|
|
YY_BREAK
|
|
case 44:
|
|
YY_RULE_SETUP
|
|
#line 258 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TLS_USE_SNI) }
|
|
YY_BREAK
|
|
case 45:
|
|
YY_RULE_SETUP
|
|
#line 259 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTPS_PORT) }
|
|
YY_BREAK
|
|
case 46:
|
|
YY_RULE_SETUP
|
|
#line 260 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTP_ENDPOINT) }
|
|
YY_BREAK
|
|
case 47:
|
|
YY_RULE_SETUP
|
|
#line 261 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTP_MAX_STREAMS) }
|
|
YY_BREAK
|
|
case 48:
|
|
YY_RULE_SETUP
|
|
#line 262 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTP_QUERY_BUFFER_SIZE) }
|
|
YY_BREAK
|
|
case 49:
|
|
YY_RULE_SETUP
|
|
#line 263 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTP_RESPONSE_BUFFER_SIZE) }
|
|
YY_BREAK
|
|
case 50:
|
|
YY_RULE_SETUP
|
|
#line 264 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTP_NODELAY) }
|
|
YY_BREAK
|
|
case 51:
|
|
YY_RULE_SETUP
|
|
#line 265 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HTTP_NOTLS_DOWNSTREAM) }
|
|
YY_BREAK
|
|
case 52:
|
|
YY_RULE_SETUP
|
|
#line 266 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
|
YY_BREAK
|
|
case 53:
|
|
YY_RULE_SETUP
|
|
#line 267 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
|
YY_BREAK
|
|
case 54:
|
|
YY_RULE_SETUP
|
|
#line 268 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
|
YY_BREAK
|
|
case 55:
|
|
YY_RULE_SETUP
|
|
#line 269 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
|
YY_BREAK
|
|
case 56:
|
|
YY_RULE_SETUP
|
|
#line 270 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
|
YY_BREAK
|
|
case 57:
|
|
YY_RULE_SETUP
|
|
#line 271 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
|
YY_BREAK
|
|
case 58:
|
|
YY_RULE_SETUP
|
|
#line 272 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
|
YY_BREAK
|
|
case 59:
|
|
YY_RULE_SETUP
|
|
#line 273 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
|
YY_BREAK
|
|
case 60:
|
|
YY_RULE_SETUP
|
|
#line 274 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
|
YY_BREAK
|
|
case 61:
|
|
YY_RULE_SETUP
|
|
#line 275 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
|
YY_BREAK
|
|
case 62:
|
|
YY_RULE_SETUP
|
|
#line 276 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
|
YY_BREAK
|
|
case 63:
|
|
YY_RULE_SETUP
|
|
#line 277 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_DSCP) }
|
|
YY_BREAK
|
|
case 64:
|
|
YY_RULE_SETUP
|
|
#line 278 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CHROOT) }
|
|
YY_BREAK
|
|
case 65:
|
|
YY_RULE_SETUP
|
|
#line 279 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_USERNAME) }
|
|
YY_BREAK
|
|
case 66:
|
|
YY_RULE_SETUP
|
|
#line 280 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
|
YY_BREAK
|
|
case 67:
|
|
YY_RULE_SETUP
|
|
#line 281 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
|
YY_BREAK
|
|
case 68:
|
|
YY_RULE_SETUP
|
|
#line 282 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
|
YY_BREAK
|
|
case 69:
|
|
YY_RULE_SETUP
|
|
#line 283 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
|
YY_BREAK
|
|
case 70:
|
|
YY_RULE_SETUP
|
|
#line 284 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STREAM_WAIT_SIZE) }
|
|
YY_BREAK
|
|
case 71:
|
|
YY_RULE_SETUP
|
|
#line 285 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
|
YY_BREAK
|
|
case 72:
|
|
YY_RULE_SETUP
|
|
#line 286 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
|
YY_BREAK
|
|
case 73:
|
|
YY_RULE_SETUP
|
|
#line 287 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
|
YY_BREAK
|
|
case 74:
|
|
YY_RULE_SETUP
|
|
#line 288 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
|
YY_BREAK
|
|
case 75:
|
|
YY_RULE_SETUP
|
|
#line 289 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
|
YY_BREAK
|
|
case 76:
|
|
YY_RULE_SETUP
|
|
#line 290 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
|
YY_BREAK
|
|
case 77:
|
|
YY_RULE_SETUP
|
|
#line 291 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
|
YY_BREAK
|
|
case 78:
|
|
YY_RULE_SETUP
|
|
#line 292 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
|
YY_BREAK
|
|
case 79:
|
|
YY_RULE_SETUP
|
|
#line 293 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
|
YY_BREAK
|
|
case 80:
|
|
YY_RULE_SETUP
|
|
#line 294 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
|
YY_BREAK
|
|
case 81:
|
|
YY_RULE_SETUP
|
|
#line 295 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
|
YY_BREAK
|
|
case 82:
|
|
YY_RULE_SETUP
|
|
#line 296 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
|
YY_BREAK
|
|
case 83:
|
|
YY_RULE_SETUP
|
|
#line 297 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
|
YY_BREAK
|
|
case 84:
|
|
YY_RULE_SETUP
|
|
#line 298 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
|
YY_BREAK
|
|
case 85:
|
|
YY_RULE_SETUP
|
|
#line 299 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
|
YY_BREAK
|
|
case 86:
|
|
YY_RULE_SETUP
|
|
#line 300 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
|
YY_BREAK
|
|
case 87:
|
|
YY_RULE_SETUP
|
|
#line 301 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
|
YY_BREAK
|
|
case 88:
|
|
YY_RULE_SETUP
|
|
#line 302 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
|
YY_BREAK
|
|
case 89:
|
|
YY_RULE_SETUP
|
|
#line 303 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
|
YY_BREAK
|
|
case 90:
|
|
YY_RULE_SETUP
|
|
#line 304 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
|
YY_BREAK
|
|
case 91:
|
|
YY_RULE_SETUP
|
|
#line 305 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
|
YY_BREAK
|
|
case 92:
|
|
YY_RULE_SETUP
|
|
#line 306 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
|
YY_BREAK
|
|
case 93:
|
|
YY_RULE_SETUP
|
|
#line 307 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
|
YY_BREAK
|
|
case 94:
|
|
YY_RULE_SETUP
|
|
#line 308 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
|
YY_BREAK
|
|
case 95:
|
|
YY_RULE_SETUP
|
|
#line 309 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
|
YY_BREAK
|
|
case 96:
|
|
YY_RULE_SETUP
|
|
#line 310 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
|
YY_BREAK
|
|
case 97:
|
|
YY_RULE_SETUP
|
|
#line 311 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
|
YY_BREAK
|
|
case 98:
|
|
YY_RULE_SETUP
|
|
#line 312 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
|
YY_BREAK
|
|
case 99:
|
|
YY_RULE_SETUP
|
|
#line 313 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
|
YY_BREAK
|
|
case 100:
|
|
YY_RULE_SETUP
|
|
#line 314 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
|
YY_BREAK
|
|
case 101:
|
|
YY_RULE_SETUP
|
|
#line 315 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
|
YY_BREAK
|
|
case 102:
|
|
YY_RULE_SETUP
|
|
#line 316 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
|
YY_BREAK
|
|
case 103:
|
|
YY_RULE_SETUP
|
|
#line 317 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
|
YY_BREAK
|
|
case 104:
|
|
YY_RULE_SETUP
|
|
#line 318 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
|
YY_BREAK
|
|
case 105:
|
|
YY_RULE_SETUP
|
|
#line 319 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DENY_ANY) }
|
|
YY_BREAK
|
|
case 106:
|
|
YY_RULE_SETUP
|
|
#line 320 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
|
YY_BREAK
|
|
case 107:
|
|
YY_RULE_SETUP
|
|
#line 321 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_NAME) }
|
|
YY_BREAK
|
|
case 108:
|
|
YY_RULE_SETUP
|
|
#line 322 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
|
YY_BREAK
|
|
case 109:
|
|
YY_RULE_SETUP
|
|
#line 323 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
|
YY_BREAK
|
|
case 110:
|
|
YY_RULE_SETUP
|
|
#line 324 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
|
YY_BREAK
|
|
case 111:
|
|
YY_RULE_SETUP
|
|
#line 325 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
|
YY_BREAK
|
|
case 112:
|
|
YY_RULE_SETUP
|
|
#line 326 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_NO_CACHE) }
|
|
YY_BREAK
|
|
case 113:
|
|
YY_RULE_SETUP
|
|
#line 327 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
|
YY_BREAK
|
|
case 114:
|
|
YY_RULE_SETUP
|
|
#line 328 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
|
YY_BREAK
|
|
case 115:
|
|
YY_RULE_SETUP
|
|
#line 329 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
|
YY_BREAK
|
|
case 116:
|
|
YY_RULE_SETUP
|
|
#line 330 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
|
YY_BREAK
|
|
case 117:
|
|
YY_RULE_SETUP
|
|
#line 331 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
|
YY_BREAK
|
|
case 118:
|
|
YY_RULE_SETUP
|
|
#line 332 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
|
YY_BREAK
|
|
case 119:
|
|
YY_RULE_SETUP
|
|
#line 333 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FORWARD_NO_CACHE) }
|
|
YY_BREAK
|
|
case 120:
|
|
YY_RULE_SETUP
|
|
#line 334 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
|
YY_BREAK
|
|
case 121:
|
|
YY_RULE_SETUP
|
|
#line 335 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
|
YY_BREAK
|
|
case 122:
|
|
YY_RULE_SETUP
|
|
#line 336 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
|
YY_BREAK
|
|
case 123:
|
|
YY_RULE_SETUP
|
|
#line 337 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_RPZ) }
|
|
YY_BREAK
|
|
case 124:
|
|
YY_RULE_SETUP
|
|
#line 338 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TAGS) }
|
|
YY_BREAK
|
|
case 125:
|
|
YY_RULE_SETUP
|
|
#line 339 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RPZ_ACTION_OVERRIDE) }
|
|
YY_BREAK
|
|
case 126:
|
|
YY_RULE_SETUP
|
|
#line 340 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RPZ_CNAME_OVERRIDE) }
|
|
YY_BREAK
|
|
case 127:
|
|
YY_RULE_SETUP
|
|
#line 341 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RPZ_LOG) }
|
|
YY_BREAK
|
|
case 128:
|
|
YY_RULE_SETUP
|
|
#line 342 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RPZ_LOG_NAME) }
|
|
YY_BREAK
|
|
case 129:
|
|
YY_RULE_SETUP
|
|
#line 343 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
|
YY_BREAK
|
|
case 130:
|
|
YY_RULE_SETUP
|
|
#line 344 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MASTER) }
|
|
YY_BREAK
|
|
case 131:
|
|
YY_RULE_SETUP
|
|
#line 345 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MASTER) }
|
|
YY_BREAK
|
|
case 132:
|
|
YY_RULE_SETUP
|
|
#line 346 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_URL) }
|
|
YY_BREAK
|
|
case 133:
|
|
YY_RULE_SETUP
|
|
#line 347 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_ALLOW_NOTIFY) }
|
|
YY_BREAK
|
|
case 134:
|
|
YY_RULE_SETUP
|
|
#line 348 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
|
YY_BREAK
|
|
case 135:
|
|
YY_RULE_SETUP
|
|
#line 349 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
|
YY_BREAK
|
|
case 136:
|
|
YY_RULE_SETUP
|
|
#line 350 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
|
YY_BREAK
|
|
case 137:
|
|
YY_RULE_SETUP
|
|
#line 351 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_VIEW) }
|
|
YY_BREAK
|
|
case 138:
|
|
YY_RULE_SETUP
|
|
#line 352 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
|
YY_BREAK
|
|
case 139:
|
|
YY_RULE_SETUP
|
|
#line 353 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
|
YY_BREAK
|
|
case 140:
|
|
YY_RULE_SETUP
|
|
#line 354 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
|
YY_BREAK
|
|
case 141:
|
|
YY_RULE_SETUP
|
|
#line 355 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
|
YY_BREAK
|
|
case 142:
|
|
YY_RULE_SETUP
|
|
#line 356 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
|
YY_BREAK
|
|
case 143:
|
|
YY_RULE_SETUP
|
|
#line 357 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
|
YY_BREAK
|
|
case 144:
|
|
YY_RULE_SETUP
|
|
#line 358 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
|
YY_BREAK
|
|
case 145:
|
|
YY_RULE_SETUP
|
|
#line 359 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
|
YY_BREAK
|
|
case 146:
|
|
YY_RULE_SETUP
|
|
#line 360 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
|
YY_BREAK
|
|
case 147:
|
|
YY_RULE_SETUP
|
|
#line 361 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
|
YY_BREAK
|
|
case 148:
|
|
YY_RULE_SETUP
|
|
#line 362 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) }
|
|
YY_BREAK
|
|
case 149:
|
|
YY_RULE_SETUP
|
|
#line 363 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) }
|
|
YY_BREAK
|
|
case 150:
|
|
YY_RULE_SETUP
|
|
#line 364 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) }
|
|
YY_BREAK
|
|
case 151:
|
|
YY_RULE_SETUP
|
|
#line 365 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) }
|
|
YY_BREAK
|
|
case 152:
|
|
YY_RULE_SETUP
|
|
#line 366 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
|
YY_BREAK
|
|
case 153:
|
|
YY_RULE_SETUP
|
|
#line 367 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
|
YY_BREAK
|
|
case 154:
|
|
YY_RULE_SETUP
|
|
#line 368 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
|
YY_BREAK
|
|
case 155:
|
|
YY_RULE_SETUP
|
|
#line 369 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
|
YY_BREAK
|
|
case 156:
|
|
YY_RULE_SETUP
|
|
#line 370 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VERSION) }
|
|
YY_BREAK
|
|
case 157:
|
|
YY_RULE_SETUP
|
|
#line 371 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
|
YY_BREAK
|
|
case 158:
|
|
YY_RULE_SETUP
|
|
#line 372 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
|
YY_BREAK
|
|
case 159:
|
|
YY_RULE_SETUP
|
|
#line 373 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
|
YY_BREAK
|
|
case 160:
|
|
YY_RULE_SETUP
|
|
#line 374 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
|
YY_BREAK
|
|
case 161:
|
|
YY_RULE_SETUP
|
|
#line 375 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
|
YY_BREAK
|
|
case 162:
|
|
YY_RULE_SETUP
|
|
#line 376 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
|
YY_BREAK
|
|
case 163:
|
|
YY_RULE_SETUP
|
|
#line 377 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
|
YY_BREAK
|
|
case 164:
|
|
YY_RULE_SETUP
|
|
#line 378 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
|
YY_BREAK
|
|
case 165:
|
|
YY_RULE_SETUP
|
|
#line 379 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
|
|
YY_BREAK
|
|
case 166:
|
|
YY_RULE_SETUP
|
|
#line 380 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
|
YY_BREAK
|
|
case 167:
|
|
YY_RULE_SETUP
|
|
#line 381 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
|
YY_BREAK
|
|
case 168:
|
|
YY_RULE_SETUP
|
|
#line 382 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
|
YY_BREAK
|
|
case 169:
|
|
YY_RULE_SETUP
|
|
#line 383 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
|
YY_BREAK
|
|
case 170:
|
|
YY_RULE_SETUP
|
|
#line 384 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
|
YY_BREAK
|
|
case 171:
|
|
YY_RULE_SETUP
|
|
#line 385 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
|
YY_BREAK
|
|
case 172:
|
|
YY_RULE_SETUP
|
|
#line 386 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
|
YY_BREAK
|
|
case 173:
|
|
YY_RULE_SETUP
|
|
#line 387 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
|
YY_BREAK
|
|
case 174:
|
|
YY_RULE_SETUP
|
|
#line 388 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
|
YY_BREAK
|
|
case 175:
|
|
YY_RULE_SETUP
|
|
#line 389 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED_TTL) }
|
|
YY_BREAK
|
|
case 176:
|
|
YY_RULE_SETUP
|
|
#line 390 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) }
|
|
YY_BREAK
|
|
case 177:
|
|
YY_RULE_SETUP
|
|
#line 391 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) }
|
|
YY_BREAK
|
|
case 178:
|
|
YY_RULE_SETUP
|
|
#line 392 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) }
|
|
YY_BREAK
|
|
case 179:
|
|
YY_RULE_SETUP
|
|
#line 393 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
|
YY_BREAK
|
|
case 180:
|
|
YY_RULE_SETUP
|
|
#line 394 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
|
YY_BREAK
|
|
case 181:
|
|
YY_RULE_SETUP
|
|
#line 395 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
|
YY_BREAK
|
|
case 182:
|
|
YY_RULE_SETUP
|
|
#line 396 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
|
YY_BREAK
|
|
case 183:
|
|
YY_RULE_SETUP
|
|
#line 397 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
|
YY_BREAK
|
|
case 184:
|
|
YY_RULE_SETUP
|
|
#line 398 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
|
YY_BREAK
|
|
case 185:
|
|
YY_RULE_SETUP
|
|
#line 399 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
|
YY_BREAK
|
|
case 186:
|
|
YY_RULE_SETUP
|
|
#line 401 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
|
YY_BREAK
|
|
case 187:
|
|
YY_RULE_SETUP
|
|
#line 402 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
|
YY_BREAK
|
|
case 188:
|
|
YY_RULE_SETUP
|
|
#line 403 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
|
YY_BREAK
|
|
case 189:
|
|
YY_RULE_SETUP
|
|
#line 404 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
|
YY_BREAK
|
|
case 190:
|
|
YY_RULE_SETUP
|
|
#line 405 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
|
YY_BREAK
|
|
case 191:
|
|
YY_RULE_SETUP
|
|
#line 406 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
|
YY_BREAK
|
|
case 192:
|
|
YY_RULE_SETUP
|
|
#line 407 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
|
YY_BREAK
|
|
case 193:
|
|
YY_RULE_SETUP
|
|
#line 408 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
|
YY_BREAK
|
|
case 194:
|
|
YY_RULE_SETUP
|
|
#line 409 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
|
YY_BREAK
|
|
case 195:
|
|
YY_RULE_SETUP
|
|
#line 410 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_TAG_QUERYREPLY) }
|
|
YY_BREAK
|
|
case 196:
|
|
YY_RULE_SETUP
|
|
#line 411 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_LOCAL_ACTIONS) }
|
|
YY_BREAK
|
|
case 197:
|
|
YY_RULE_SETUP
|
|
#line 412 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOG_SERVFAIL) }
|
|
YY_BREAK
|
|
case 198:
|
|
YY_RULE_SETUP
|
|
#line 413 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
|
YY_BREAK
|
|
case 199:
|
|
YY_RULE_SETUP
|
|
#line 414 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
|
YY_BREAK
|
|
case 200:
|
|
YY_RULE_SETUP
|
|
#line 415 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
|
YY_BREAK
|
|
case 201:
|
|
YY_RULE_SETUP
|
|
#line 416 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
|
YY_BREAK
|
|
case 202:
|
|
YY_RULE_SETUP
|
|
#line 417 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
|
YY_BREAK
|
|
case 203:
|
|
YY_RULE_SETUP
|
|
#line 418 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
|
YY_BREAK
|
|
case 204:
|
|
YY_RULE_SETUP
|
|
#line 419 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
|
YY_BREAK
|
|
case 205:
|
|
YY_RULE_SETUP
|
|
#line 420 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
|
YY_BREAK
|
|
case 206:
|
|
YY_RULE_SETUP
|
|
#line 421 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
|
YY_BREAK
|
|
case 207:
|
|
YY_RULE_SETUP
|
|
#line 422 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
|
YY_BREAK
|
|
case 208:
|
|
YY_RULE_SETUP
|
|
#line 423 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
|
YY_BREAK
|
|
case 209:
|
|
YY_RULE_SETUP
|
|
#line 424 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
|
YY_BREAK
|
|
case 210:
|
|
YY_RULE_SETUP
|
|
#line 425 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
|
YY_BREAK
|
|
case 211:
|
|
YY_RULE_SETUP
|
|
#line 426 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
|
YY_BREAK
|
|
case 212:
|
|
YY_RULE_SETUP
|
|
#line 427 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
|
YY_BREAK
|
|
case 213:
|
|
YY_RULE_SETUP
|
|
#line 428 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
|
YY_BREAK
|
|
case 214:
|
|
YY_RULE_SETUP
|
|
#line 429 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
|
YY_BREAK
|
|
case 215:
|
|
YY_RULE_SETUP
|
|
#line 430 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
|
YY_BREAK
|
|
case 216:
|
|
YY_RULE_SETUP
|
|
#line 431 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
|
YY_BREAK
|
|
case 217:
|
|
YY_RULE_SETUP
|
|
#line 432 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
|
YY_BREAK
|
|
case 218:
|
|
YY_RULE_SETUP
|
|
#line 433 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_PYTHON) }
|
|
YY_BREAK
|
|
case 219:
|
|
YY_RULE_SETUP
|
|
#line 434 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DYNLIB_FILE) }
|
|
YY_BREAK
|
|
case 220:
|
|
YY_RULE_SETUP
|
|
#line 435 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_DYNLIB) }
|
|
YY_BREAK
|
|
case 221:
|
|
YY_RULE_SETUP
|
|
#line 436 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
|
YY_BREAK
|
|
case 222:
|
|
YY_RULE_SETUP
|
|
#line 437 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
|
YY_BREAK
|
|
case 223:
|
|
YY_RULE_SETUP
|
|
#line 438 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
|
YY_BREAK
|
|
case 224:
|
|
YY_RULE_SETUP
|
|
#line 439 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) }
|
|
YY_BREAK
|
|
case 225:
|
|
YY_RULE_SETUP
|
|
#line 440 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
|
YY_BREAK
|
|
case 226:
|
|
YY_RULE_SETUP
|
|
#line 441 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
|
YY_BREAK
|
|
case 227:
|
|
YY_RULE_SETUP
|
|
#line 442 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
|
YY_BREAK
|
|
case 228:
|
|
YY_RULE_SETUP
|
|
#line 443 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
|
|
YY_BREAK
|
|
case 229:
|
|
YY_RULE_SETUP
|
|
#line 444 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
|
YY_BREAK
|
|
case 230:
|
|
YY_RULE_SETUP
|
|
#line 445 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
|
YY_BREAK
|
|
case 231:
|
|
YY_RULE_SETUP
|
|
#line 446 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
|
YY_BREAK
|
|
case 232:
|
|
YY_RULE_SETUP
|
|
#line 447 "./util/configlexer.lex"
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
|
YY_BREAK
|
|
case 233:
|
|
YY_RULE_SETUP
|
|
#line 448 "./util/configlexer.lex"
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
|
YY_BREAK
|
|
case 234:
|
|
YY_RULE_SETUP
|
|
#line 449 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
|
YY_BREAK
|
|
case 235:
|
|
YY_RULE_SETUP
|
|
#line 450 "./util/configlexer.lex"
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
|
YY_BREAK
|
|
case 236:
|
|
YY_RULE_SETUP
|
|
#line 451 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
|
YY_BREAK
|
|
case 237:
|
|
YY_RULE_SETUP
|
|
#line 452 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
|
YY_BREAK
|
|
case 238:
|
|
YY_RULE_SETUP
|
|
#line 453 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) }
|
|
YY_BREAK
|
|
case 239:
|
|
YY_RULE_SETUP
|
|
#line 454 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
|
YY_BREAK
|
|
case 240:
|
|
YY_RULE_SETUP
|
|
#line 455 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_IP) }
|
|
YY_BREAK
|
|
case 241:
|
|
YY_RULE_SETUP
|
|
#line 456 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_TLS) }
|
|
YY_BREAK
|
|
case 242:
|
|
YY_RULE_SETUP
|
|
#line 457 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) }
|
|
YY_BREAK
|
|
case 243:
|
|
YY_RULE_SETUP
|
|
#line 458 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) }
|
|
YY_BREAK
|
|
case 244:
|
|
YY_RULE_SETUP
|
|
#line 459 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_TLS_CLIENT_KEY_FILE) }
|
|
YY_BREAK
|
|
case 245:
|
|
YY_RULE_SETUP
|
|
#line 461 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_TLS_CLIENT_CERT_FILE) }
|
|
YY_BREAK
|
|
case 246:
|
|
YY_RULE_SETUP
|
|
#line 463 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
|
YY_BREAK
|
|
case 247:
|
|
YY_RULE_SETUP
|
|
#line 464 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
|
YY_BREAK
|
|
case 248:
|
|
YY_RULE_SETUP
|
|
#line 465 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
|
YY_BREAK
|
|
case 249:
|
|
YY_RULE_SETUP
|
|
#line 466 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
|
YY_BREAK
|
|
case 250:
|
|
YY_RULE_SETUP
|
|
#line 467 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
|
YY_BREAK
|
|
case 251:
|
|
YY_RULE_SETUP
|
|
#line 469 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
|
YY_BREAK
|
|
case 252:
|
|
YY_RULE_SETUP
|
|
#line 471 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
|
YY_BREAK
|
|
case 253:
|
|
YY_RULE_SETUP
|
|
#line 473 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
|
YY_BREAK
|
|
case 254:
|
|
YY_RULE_SETUP
|
|
#line 475 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
|
YY_BREAK
|
|
case 255:
|
|
YY_RULE_SETUP
|
|
#line 477 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
|
YY_BREAK
|
|
case 256:
|
|
YY_RULE_SETUP
|
|
#line 479 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
|
YY_BREAK
|
|
case 257:
|
|
YY_RULE_SETUP
|
|
#line 480 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
|
YY_BREAK
|
|
case 258:
|
|
YY_RULE_SETUP
|
|
#line 481 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
|
YY_BREAK
|
|
case 259:
|
|
YY_RULE_SETUP
|
|
#line 482 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
|
YY_BREAK
|
|
case 260:
|
|
YY_RULE_SETUP
|
|
#line 483 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
|
YY_BREAK
|
|
case 261:
|
|
YY_RULE_SETUP
|
|
#line 484 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
|
YY_BREAK
|
|
case 262:
|
|
YY_RULE_SETUP
|
|
#line 485 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
|
YY_BREAK
|
|
case 263:
|
|
YY_RULE_SETUP
|
|
#line 486 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
|
YY_BREAK
|
|
case 264:
|
|
YY_RULE_SETUP
|
|
#line 487 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
|
YY_BREAK
|
|
case 265:
|
|
YY_RULE_SETUP
|
|
#line 488 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
|
YY_BREAK
|
|
case 266:
|
|
YY_RULE_SETUP
|
|
#line 489 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
|
YY_BREAK
|
|
case 267:
|
|
YY_RULE_SETUP
|
|
#line 490 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_LOW_RTT) }
|
|
YY_BREAK
|
|
case 268:
|
|
YY_RULE_SETUP
|
|
#line 491 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FAST_SERVER_NUM) }
|
|
YY_BREAK
|
|
case 269:
|
|
YY_RULE_SETUP
|
|
#line 492 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
|
|
YY_BREAK
|
|
case 270:
|
|
YY_RULE_SETUP
|
|
#line 493 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
|
|
YY_BREAK
|
|
case 271:
|
|
YY_RULE_SETUP
|
|
#line 494 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_FAST_SERVER_PERMIL) }
|
|
YY_BREAK
|
|
case 272:
|
|
YY_RULE_SETUP
|
|
#line 495 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
|
YY_BREAK
|
|
case 273:
|
|
YY_RULE_SETUP
|
|
#line 496 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
|
YY_BREAK
|
|
case 274:
|
|
YY_RULE_SETUP
|
|
#line 497 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
|
YY_BREAK
|
|
case 275:
|
|
YY_RULE_SETUP
|
|
#line 498 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
|
YY_BREAK
|
|
case 276:
|
|
YY_RULE_SETUP
|
|
#line 499 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
|
YY_BREAK
|
|
case 277:
|
|
YY_RULE_SETUP
|
|
#line 500 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
|
YY_BREAK
|
|
case 278:
|
|
YY_RULE_SETUP
|
|
#line 501 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
|
YY_BREAK
|
|
case 279:
|
|
YY_RULE_SETUP
|
|
#line 502 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
|
YY_BREAK
|
|
case 280:
|
|
YY_RULE_SETUP
|
|
#line 503 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
|
YY_BREAK
|
|
case 281:
|
|
YY_RULE_SETUP
|
|
#line 504 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
|
YY_BREAK
|
|
case 282:
|
|
YY_RULE_SETUP
|
|
#line 505 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
|
YY_BREAK
|
|
case 283:
|
|
YY_RULE_SETUP
|
|
#line 507 "./util/configlexer.lex"
|
|
{
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
|
YY_BREAK
|
|
case 284:
|
|
YY_RULE_SETUP
|
|
#line 509 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
|
YY_BREAK
|
|
case 285:
|
|
YY_RULE_SETUP
|
|
#line 510 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
|
YY_BREAK
|
|
case 286:
|
|
YY_RULE_SETUP
|
|
#line 511 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
|
YY_BREAK
|
|
case 287:
|
|
YY_RULE_SETUP
|
|
#line 512 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
|
YY_BREAK
|
|
case 288:
|
|
YY_RULE_SETUP
|
|
#line 513 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
|
YY_BREAK
|
|
case 289:
|
|
YY_RULE_SETUP
|
|
#line 514 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
|
YY_BREAK
|
|
case 290:
|
|
YY_RULE_SETUP
|
|
#line 515 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
|
YY_BREAK
|
|
case 291:
|
|
YY_RULE_SETUP
|
|
#line 516 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
|
YY_BREAK
|
|
case 292:
|
|
YY_RULE_SETUP
|
|
#line 517 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
|
YY_BREAK
|
|
case 293:
|
|
YY_RULE_SETUP
|
|
#line 518 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
|
YY_BREAK
|
|
case 294:
|
|
YY_RULE_SETUP
|
|
#line 519 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
|
YY_BREAK
|
|
case 295:
|
|
YY_RULE_SETUP
|
|
#line 520 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
|
YY_BREAK
|
|
case 296:
|
|
YY_RULE_SETUP
|
|
#line 521 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
|
YY_BREAK
|
|
case 297:
|
|
YY_RULE_SETUP
|
|
#line 522 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
|
YY_BREAK
|
|
case 298:
|
|
YY_RULE_SETUP
|
|
#line 523 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
|
YY_BREAK
|
|
case 299:
|
|
YY_RULE_SETUP
|
|
#line 524 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_CACHEDB_REDISEXPIRERECORDS) }
|
|
YY_BREAK
|
|
case 300:
|
|
YY_RULE_SETUP
|
|
#line 525 "./util/configlexer.lex"
|
|
{ YDVAR(0, VAR_IPSET) }
|
|
YY_BREAK
|
|
case 301:
|
|
YY_RULE_SETUP
|
|
#line 526 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSET_NAME_V4) }
|
|
YY_BREAK
|
|
case 302:
|
|
YY_RULE_SETUP
|
|
#line 527 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_IPSET_NAME_V6) }
|
|
YY_BREAK
|
|
case 303:
|
|
YY_RULE_SETUP
|
|
#line 528 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
YY_BREAK
|
|
case 304:
|
|
YY_RULE_SETUP
|
|
#line 529 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_TCP_CONNECTION_LIMIT) }
|
|
YY_BREAK
|
|
case 305:
|
|
YY_RULE_SETUP
|
|
#line 530 "./util/configlexer.lex"
|
|
{ YDVAR(2, VAR_EDNS_CLIENT_TAG) }
|
|
YY_BREAK
|
|
case 306:
|
|
YY_RULE_SETUP
|
|
#line 531 "./util/configlexer.lex"
|
|
{ YDVAR(1, VAR_EDNS_CLIENT_TAG_OPCODE) }
|
|
YY_BREAK
|
|
case 307:
|
|
/* rule 307 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 532 "./util/configlexer.lex"
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
YY_BREAK
|
|
/* Quoted strings. Strip leading and ending quotes */
|
|
case 308:
|
|
YY_RULE_SETUP
|
|
#line 535 "./util/configlexer.lex"
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
YY_BREAK
|
|
case YY_STATE_EOF(quotedstring):
|
|
#line 536 "./util/configlexer.lex"
|
|
{
|
|
yyerror("EOF inside quoted string");
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
|
else { BEGIN(val); }
|
|
}
|
|
YY_BREAK
|
|
case 309:
|
|
YY_RULE_SETUP
|
|
#line 541 "./util/configlexer.lex"
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
|
YY_BREAK
|
|
case 310:
|
|
/* rule 310 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 542 "./util/configlexer.lex"
|
|
{ yyerror("newline inside quoted string, no end \"");
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
|
YY_BREAK
|
|
case 311:
|
|
YY_RULE_SETUP
|
|
#line 544 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("QE "));
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
|
else { BEGIN(val); }
|
|
yytext[yyleng - 1] = '\0';
|
|
yylval.str = strdup(yytext);
|
|
if(!yylval.str)
|
|
yyerror("out of memory");
|
|
return STRING_ARG;
|
|
}
|
|
YY_BREAK
|
|
/* Single Quoted strings. Strip leading and ending quotes */
|
|
case 312:
|
|
YY_RULE_SETUP
|
|
#line 556 "./util/configlexer.lex"
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
YY_BREAK
|
|
case YY_STATE_EOF(singlequotedstr):
|
|
#line 557 "./util/configlexer.lex"
|
|
{
|
|
yyerror("EOF inside quoted string");
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
|
else { BEGIN(val); }
|
|
}
|
|
YY_BREAK
|
|
case 313:
|
|
YY_RULE_SETUP
|
|
#line 562 "./util/configlexer.lex"
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
|
YY_BREAK
|
|
case 314:
|
|
/* rule 314 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 563 "./util/configlexer.lex"
|
|
{ yyerror("newline inside quoted string, no end '");
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
|
YY_BREAK
|
|
case 315:
|
|
YY_RULE_SETUP
|
|
#line 565 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("SQE "));
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
|
else { BEGIN(val); }
|
|
yytext[yyleng - 1] = '\0';
|
|
yylval.str = strdup(yytext);
|
|
if(!yylval.str)
|
|
yyerror("out of memory");
|
|
return STRING_ARG;
|
|
}
|
|
YY_BREAK
|
|
/* include: directive */
|
|
case 316:
|
|
YY_RULE_SETUP
|
|
#line 577 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
|
|
YY_BREAK
|
|
case YY_STATE_EOF(include):
|
|
#line 579 "./util/configlexer.lex"
|
|
{
|
|
yyerror("EOF inside include directive");
|
|
BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case 317:
|
|
YY_RULE_SETUP
|
|
#line 583 "./util/configlexer.lex"
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
|
YY_BREAK
|
|
case 318:
|
|
/* rule 318 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 584 "./util/configlexer.lex"
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
|
YY_BREAK
|
|
case 319:
|
|
YY_RULE_SETUP
|
|
#line 585 "./util/configlexer.lex"
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
YY_BREAK
|
|
case 320:
|
|
YY_RULE_SETUP
|
|
#line 586 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("Iunquotedstr(%s) ", yytext));
|
|
config_start_include_glob(yytext, 0);
|
|
BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(include_quoted):
|
|
#line 591 "./util/configlexer.lex"
|
|
{
|
|
yyerror("EOF inside quoted string");
|
|
BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case 321:
|
|
YY_RULE_SETUP
|
|
#line 595 "./util/configlexer.lex"
|
|
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
|
|
YY_BREAK
|
|
case 322:
|
|
/* rule 322 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 596 "./util/configlexer.lex"
|
|
{ yyerror("newline before \" in include name");
|
|
cfg_parser->line++; BEGIN(inc_prev); }
|
|
YY_BREAK
|
|
case 323:
|
|
YY_RULE_SETUP
|
|
#line 598 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("IQE "));
|
|
yytext[yyleng - 1] = '\0';
|
|
config_start_include_glob(yytext, 0);
|
|
BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(INITIAL):
|
|
case YY_STATE_EOF(val):
|
|
#line 604 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("LEXEOF "));
|
|
yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
|
|
if (!config_include_stack) {
|
|
yyterminate();
|
|
} else {
|
|
int prev_toplevel = inc_toplevel;
|
|
fclose(yyin);
|
|
config_end_include();
|
|
if(prev_toplevel) return (VAR_FORCE_TOPLEVEL);
|
|
}
|
|
}
|
|
YY_BREAK
|
|
/* include-toplevel: directive */
|
|
case 324:
|
|
YY_RULE_SETUP
|
|
#line 618 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include_toplevel);
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(include_toplevel):
|
|
#line 621 "./util/configlexer.lex"
|
|
{
|
|
yyerror("EOF inside include_toplevel directive");
|
|
BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case 325:
|
|
YY_RULE_SETUP
|
|
#line 625 "./util/configlexer.lex"
|
|
{ LEXOUT(("ITSP ")); /* ignore */ }
|
|
YY_BREAK
|
|
case 326:
|
|
/* rule 326 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 626 "./util/configlexer.lex"
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
YY_BREAK
|
|
case 327:
|
|
YY_RULE_SETUP
|
|
#line 627 "./util/configlexer.lex"
|
|
{ LEXOUT(("ITQS ")); BEGIN(include_toplevel_quoted); }
|
|
YY_BREAK
|
|
case 328:
|
|
YY_RULE_SETUP
|
|
#line 628 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("ITunquotedstr(%s) ", yytext));
|
|
config_start_include_glob(yytext, 1);
|
|
BEGIN(inc_prev);
|
|
return (VAR_FORCE_TOPLEVEL);
|
|
}
|
|
YY_BREAK
|
|
case YY_STATE_EOF(include_toplevel_quoted):
|
|
#line 634 "./util/configlexer.lex"
|
|
{
|
|
yyerror("EOF inside quoted string");
|
|
BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case 329:
|
|
YY_RULE_SETUP
|
|
#line 638 "./util/configlexer.lex"
|
|
{ LEXOUT(("ITSTR(%s) ", yytext)); yymore(); }
|
|
YY_BREAK
|
|
case 330:
|
|
/* rule 330 can match eol */
|
|
YY_RULE_SETUP
|
|
#line 639 "./util/configlexer.lex"
|
|
{
|
|
yyerror("newline before \" in include name");
|
|
cfg_parser->line++; BEGIN(inc_prev);
|
|
}
|
|
YY_BREAK
|
|
case 331:
|
|
YY_RULE_SETUP
|
|
#line 643 "./util/configlexer.lex"
|
|
{
|
|
LEXOUT(("ITQE "));
|
|
yytext[yyleng - 1] = '\0';
|
|
config_start_include_glob(yytext, 1);
|
|
BEGIN(inc_prev);
|
|
return (VAR_FORCE_TOPLEVEL);
|
|
}
|
|
YY_BREAK
|
|
case 332:
|
|
YY_RULE_SETUP
|
|
#line 651 "./util/configlexer.lex"
|
|
{ LEXOUT(("unquotedstr(%s) ", yytext));
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
|
yylval.str = strdup(yytext); return STRING_ARG; }
|
|
YY_BREAK
|
|
case 333:
|
|
YY_RULE_SETUP
|
|
#line 655 "./util/configlexer.lex"
|
|
{
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
}
|
|
YY_BREAK
|
|
case 334:
|
|
YY_RULE_SETUP
|
|
#line 659 "./util/configlexer.lex"
|
|
{
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
}
|
|
YY_BREAK
|
|
case 335:
|
|
YY_RULE_SETUP
|
|
#line 663 "./util/configlexer.lex"
|
|
ECHO;
|
|
YY_BREAK
|
|
#line 5233 "<stdout>"
|
|
|
|
case YY_END_OF_BUFFER:
|
|
{
|
|
/* Amount of text matched not including the EOB char. */
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
|
*yy_cp = (yy_hold_char);
|
|
YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
|
{
|
|
/* We're scanning a new file or input source. It's
|
|
* possible that this happened because the user
|
|
* just pointed yyin at a new source and called
|
|
* yylex(). If so, then we have to assure
|
|
* consistency between YY_CURRENT_BUFFER and our
|
|
* globals. Here is the right place to do so, because
|
|
* this is the first action (other than possibly a
|
|
* back-up) that will match for the new input source.
|
|
*/
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
|
|
}
|
|
|
|
/* Note that here we test for yy_c_buf_p "<=" to the position
|
|
* of the first EOB in the buffer, since yy_c_buf_p will
|
|
* already have been incremented past the NUL character
|
|
* (since all states make transitions on EOB to the
|
|
* end-of-buffer state). Contrast this with the test
|
|
* in input().
|
|
*/
|
|
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
|
{ /* This was really a NUL. */
|
|
yy_state_type yy_next_state;
|
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
|
|
|
yy_current_state = yy_get_previous_state( );
|
|
|
|
/* Okay, we're now positioned to make the NUL
|
|
* transition. We couldn't have
|
|
* yy_get_previous_state() go ahead and do it
|
|
* for us because it doesn't know how to deal
|
|
* with the possibility of jamming (and we don't
|
|
* want to build jamming into it because then it
|
|
* will run more slowly).
|
|
*/
|
|
|
|
yy_next_state = yy_try_NUL_trans( yy_current_state );
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
|
|
|
if ( yy_next_state )
|
|
{
|
|
/* Consume the NUL. */
|
|
yy_cp = ++(yy_c_buf_p);
|
|
yy_current_state = yy_next_state;
|
|
goto yy_match;
|
|
}
|
|
|
|
else
|
|
{
|
|
yy_cp = (yy_c_buf_p);
|
|
goto yy_find_action;
|
|
}
|
|
}
|
|
|
|
else switch ( yy_get_next_buffer( ) )
|
|
{
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
|
|
|
if ( yywrap( ) )
|
|
{
|
|
/* Note: because we've taken care in
|
|
* yy_get_next_buffer() to have set up
|
|
* yytext, we can now set up
|
|
* yy_c_buf_p so that if some total
|
|
* hoser (like flex itself) wants to
|
|
* call the scanner after we return the
|
|
* YY_NULL, it'll still work - another
|
|
* YY_NULL will get returned.
|
|
*/
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
goto do_action;
|
|
}
|
|
|
|
else
|
|
{
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
|
YY_NEW_FILE;
|
|
}
|
|
break;
|
|
}
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
|
(yy_c_buf_p) =
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
|
|
|
yy_current_state = yy_get_previous_state( );
|
|
|
|
yy_cp = (yy_c_buf_p);
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
|
goto yy_match;
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
(yy_c_buf_p) =
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
|
|
|
yy_current_state = yy_get_previous_state( );
|
|
|
|
yy_cp = (yy_c_buf_p);
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
|
goto yy_find_action;
|
|
}
|
|
break;
|
|
}
|
|
|
|
default:
|
|
YY_FATAL_ERROR(
|
|
"fatal flex scanner internal error--no action found" );
|
|
} /* end of action switch */
|
|
} /* end of scanning one token */
|
|
} /* end of user's declarations */
|
|
} /* end of yylex */
|
|
|
|
/* yy_get_next_buffer - try to read in a new buffer
|
|
*
|
|
* Returns a code representing an action:
|
|
* EOB_ACT_LAST_MATCH -
|
|
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
|
* EOB_ACT_END_OF_FILE - end of file
|
|
*/
|
|
static int yy_get_next_buffer (void)
|
|
{
|
|
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
char *source = (yytext_ptr);
|
|
int number_to_move, i;
|
|
int ret_val;
|
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
|
YY_FATAL_ERROR(
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
|
{
|
|
/* We matched a single character, the EOB, so
|
|
* treat this as a final EOF.
|
|
*/
|
|
return EOB_ACT_END_OF_FILE;
|
|
}
|
|
|
|
else
|
|
{
|
|
/* We matched some text prior to the EOB, first
|
|
* process it.
|
|
*/
|
|
return EOB_ACT_LAST_MATCH;
|
|
}
|
|
}
|
|
|
|
/* Try to read more data. */
|
|
|
|
/* First move last chars to start of buffer. */
|
|
number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
*(dest++) = *(source++);
|
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
* just force an EOF
|
|
*/
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
|
|
|
else
|
|
{
|
|
int num_to_read =
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
|
|
|
while ( num_to_read <= 0 )
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
/* just a shorter name for the current buffer */
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
|
|
|
int yy_c_buf_p_offset =
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
{
|
|
int new_size = b->yy_buf_size * 2;
|
|
|
|
if ( new_size <= 0 )
|
|
b->yy_buf_size += b->yy_buf_size / 8;
|
|
else
|
|
b->yy_buf_size *= 2;
|
|
|
|
b->yy_ch_buf = (char *)
|
|
/* Include room in for 2 EOB chars. */
|
|
yyrealloc( (void *) b->yy_ch_buf,
|
|
(yy_size_t) (b->yy_buf_size + 2) );
|
|
}
|
|
else
|
|
/* Can't grow it, we don't own it. */
|
|
b->yy_ch_buf = NULL;
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
YY_FATAL_ERROR(
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
|
number_to_move - 1;
|
|
|
|
}
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
/* Read in more data. */
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
|
(yy_n_chars), num_to_read );
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
if ( (yy_n_chars) == 0 )
|
|
{
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
{
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
|
yyrestart( yyin );
|
|
}
|
|
|
|
else
|
|
{
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
|
YY_BUFFER_EOF_PENDING;
|
|
}
|
|
}
|
|
|
|
else
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
|
/* Extend the array by 50%, plus the number we really need. */
|
|
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
|
|
(void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
/* "- 2" to take care of EOB's */
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
|
|
}
|
|
|
|
(yy_n_chars) += number_to_move;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
|
|
|
return ret_val;
|
|
}
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
{
|
|
yy_state_type yy_current_state;
|
|
char *yy_cp;
|
|
|
|
yy_current_state = (yy_start);
|
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
|
{
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(yy_last_accepting_cpos) = yy_cp;
|
|
}
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
{
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
|
if ( yy_current_state >= 3268 )
|
|
yy_c = yy_meta[yy_c];
|
|
}
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
|
|
}
|
|
|
|
return yy_current_state;
|
|
}
|
|
|
|
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
|
*
|
|
* synopsis
|
|
* next_state = yy_try_NUL_trans( current_state );
|
|
*/
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
|
{
|
|
int yy_is_jam;
|
|
char *yy_cp = (yy_c_buf_p);
|
|
|
|
YY_CHAR yy_c = 1;
|
|
if ( yy_accept[yy_current_state] )
|
|
{
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
(yy_last_accepting_cpos) = yy_cp;
|
|
}
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
{
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
|
if ( yy_current_state >= 3268 )
|
|
yy_c = yy_meta[yy_c];
|
|
}
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
|
|
yy_is_jam = (yy_current_state == 3267);
|
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
|
}
|
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
#endif
|
|
|
|
#ifndef YY_NO_INPUT
|
|
#ifdef __cplusplus
|
|
static int yyinput (void)
|
|
#else
|
|
static int input (void)
|
|
#endif
|
|
|
|
{
|
|
int c;
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
|
{
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
*/
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
|
/* This was really a NUL. */
|
|
*(yy_c_buf_p) = '\0';
|
|
|
|
else
|
|
{ /* need more input */
|
|
int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
|
|
++(yy_c_buf_p);
|
|
|
|
switch ( yy_get_next_buffer( ) )
|
|
{
|
|
case EOB_ACT_LAST_MATCH:
|
|
/* This happens because yy_g_n_b()
|
|
* sees that we've accumulated a
|
|
* token and flags that we need to
|
|
* try matching the token before
|
|
* proceeding. But for input(),
|
|
* there's no matching to consider.
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
* to EOB_ACT_END_OF_FILE.
|
|
*/
|
|
|
|
/* Reset buffer status. */
|
|
yyrestart( yyin );
|
|
|
|
/*FALLTHROUGH*/
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
{
|
|
if ( yywrap( ) )
|
|
return 0;
|
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
|
YY_NEW_FILE;
|
|
#ifdef __cplusplus
|
|
return yyinput();
|
|
#else
|
|
return input();
|
|
#endif
|
|
}
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
|
|
|
return c;
|
|
}
|
|
#endif /* ifndef YY_NO_INPUT */
|
|
|
|
/** Immediately switch to a different input stream.
|
|
* @param input_file A readable stream.
|
|
*
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
*/
|
|
void yyrestart (FILE * input_file )
|
|
{
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
yyensure_buffer_stack ();
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
yy_create_buffer( yyin, YY_BUF_SIZE );
|
|
}
|
|
|
|
yy_init_buffer( YY_CURRENT_BUFFER, input_file );
|
|
yy_load_buffer_state( );
|
|
}
|
|
|
|
/** Switch to a different input buffer.
|
|
* @param new_buffer The new input buffer.
|
|
*
|
|
*/
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
* with
|
|
* yypop_buffer_state();
|
|
* yypush_buffer_state(new_buffer);
|
|
*/
|
|
yyensure_buffer_stack ();
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
|
return;
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
{
|
|
/* Flush out information for old buffer. */
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
yy_load_buffer_state( );
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
* to go ahead and always set it.
|
|
*/
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
|
|
static void yy_load_buffer_state (void)
|
|
{
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
}
|
|
|
|
/** Allocate and initialize an input buffer state.
|
|
* @param file A readable stream.
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
*
|
|
* @return the allocated buffer state.
|
|
*/
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
b->yy_buf_size = size;
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
* we need to put in 2 end-of-buffer characters.
|
|
*/
|
|
b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
|
|
if ( ! b->yy_ch_buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
yy_init_buffer( b, file );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Destroy the buffer.
|
|
* @param b a buffer created with yy_create_buffer()
|
|
*
|
|
*/
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
{
|
|
|
|
if ( ! b )
|
|
return;
|
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
yyfree( (void *) b->yy_ch_buf );
|
|
|
|
yyfree( (void *) b );
|
|
}
|
|
|
|
/* Initializes or reinitializes a buffer.
|
|
* This function is sometimes called more than once on the same buffer,
|
|
* such as during a yyrestart() or at EOF.
|
|
*/
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
|
|
|
{
|
|
int oerrno = errno;
|
|
|
|
yy_flush_buffer( b );
|
|
|
|
b->yy_input_file = file;
|
|
b->yy_fill_buffer = 1;
|
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
* In that case, we don't want to reset the lineno or column.
|
|
*/
|
|
if (b != YY_CURRENT_BUFFER){
|
|
b->yy_bs_lineno = 1;
|
|
b->yy_bs_column = 0;
|
|
}
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
errno = oerrno;
|
|
}
|
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
*
|
|
*/
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
{
|
|
if ( ! b )
|
|
return;
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
* a transition to the end-of-buffer state. The second causes
|
|
* a jam in that state.
|
|
*/
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
b->yy_at_bol = 1;
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
|
yy_load_buffer_state( );
|
|
}
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
* the current state. This function will allocate the stack
|
|
* if necessary.
|
|
* @param new_buffer The new state.
|
|
*
|
|
*/
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
{
|
|
if (new_buffer == NULL)
|
|
return;
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
if ( YY_CURRENT_BUFFER )
|
|
{
|
|
/* Flush out information for old buffer. */
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
}
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
if (YY_CURRENT_BUFFER)
|
|
(yy_buffer_stack_top)++;
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
|
yy_load_buffer_state( );
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
* The next element becomes the new top.
|
|
*
|
|
*/
|
|
void yypop_buffer_state (void)
|
|
{
|
|
if (!YY_CURRENT_BUFFER)
|
|
return;
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
if ((yy_buffer_stack_top) > 0)
|
|
--(yy_buffer_stack_top);
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
yy_load_buffer_state( );
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
}
|
|
}
|
|
|
|
/* Allocates the stack if it does not exist.
|
|
* Guarantees space for at least one push.
|
|
*/
|
|
static void yyensure_buffer_stack (void)
|
|
{
|
|
yy_size_t num_to_alloc;
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
* immediate realloc on the next call.
|
|
*/
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
(yy_buffer_stack_top) = 0;
|
|
return;
|
|
}
|
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
|
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
|
|
|
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
|
|
((yy_buffer_stack),
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
);
|
|
if ( ! (yy_buffer_stack) )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
|
|
|
/* zero only the new slots.*/
|
|
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
}
|
|
}
|
|
|
|
/** Setup the input buffer state to scan directly from a user-specified character buffer.
|
|
* @param base the character buffer
|
|
* @param size the size in bytes of the character buffer
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
*/
|
|
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
|
|
if ( size < 2 ||
|
|
base[size-2] != YY_END_OF_BUFFER_CHAR ||
|
|
base[size-1] != YY_END_OF_BUFFER_CHAR )
|
|
/* They forgot to leave room for the EOB's. */
|
|
return NULL;
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
b->yy_is_our_buffer = 0;
|
|
b->yy_input_file = NULL;
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
b->yy_is_interactive = 0;
|
|
b->yy_at_bol = 1;
|
|
b->yy_fill_buffer = 0;
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
yy_switch_to_buffer( b );
|
|
|
|
return b;
|
|
}
|
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
* scan from a @e copy of @a str.
|
|
* @param yystr a NUL-terminated string to scan
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
* yy_scan_bytes() instead.
|
|
*/
|
|
YY_BUFFER_STATE yy_scan_string (const char * yystr )
|
|
{
|
|
|
|
return yy_scan_bytes( yystr, (int) strlen(yystr) );
|
|
}
|
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
* scan from a @e copy of @a bytes.
|
|
* @param yybytes the byte buffer to scan
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
*
|
|
* @return the newly allocated buffer state object.
|
|
*/
|
|
YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
|
|
{
|
|
YY_BUFFER_STATE b;
|
|
char *buf;
|
|
yy_size_t n;
|
|
int i;
|
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
|
n = (yy_size_t) (_yybytes_len + 2);
|
|
buf = (char *) yyalloc( n );
|
|
if ( ! buf )
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
buf[i] = yybytes[i];
|
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
b = yy_scan_buffer( buf, n );
|
|
if ( ! b )
|
|
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
|
|
|
/* It's okay to grow etc. this buffer, and we should throw it
|
|
* away when we're done.
|
|
*/
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
return b;
|
|
}
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
#define YY_EXIT_FAILURE 2
|
|
#endif
|
|
|
|
static void yynoreturn yy_fatal_error (const char* msg )
|
|
{
|
|
fprintf( stderr, "%s\n", msg );
|
|
exit( YY_EXIT_FAILURE );
|
|
}
|
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
|
|
|
#undef yyless
|
|
#define yyless(n) \
|
|
do \
|
|
{ \
|
|
/* Undo effects of setting up yytext. */ \
|
|
int yyless_macro_arg = (n); \
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
yytext[yyleng] = (yy_hold_char); \
|
|
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
*(yy_c_buf_p) = '\0'; \
|
|
yyleng = yyless_macro_arg; \
|
|
} \
|
|
while ( 0 )
|
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
|
|
|
/** Get the current line number.
|
|
*
|
|
*/
|
|
int yyget_lineno (void)
|
|
{
|
|
|
|
return yylineno;
|
|
}
|
|
|
|
/** Get the input stream.
|
|
*
|
|
*/
|
|
FILE *yyget_in (void)
|
|
{
|
|
return yyin;
|
|
}
|
|
|
|
/** Get the output stream.
|
|
*
|
|
*/
|
|
FILE *yyget_out (void)
|
|
{
|
|
return yyout;
|
|
}
|
|
|
|
/** Get the length of the current token.
|
|
*
|
|
*/
|
|
int yyget_leng (void)
|
|
{
|
|
return yyleng;
|
|
}
|
|
|
|
/** Get the current token.
|
|
*
|
|
*/
|
|
|
|
char *yyget_text (void)
|
|
{
|
|
return yytext;
|
|
}
|
|
|
|
/** Set the current line number.
|
|
* @param _line_number line number
|
|
*
|
|
*/
|
|
void yyset_lineno (int _line_number )
|
|
{
|
|
|
|
yylineno = _line_number;
|
|
}
|
|
|
|
/** Set the input stream. This does not discard the current
|
|
* input buffer.
|
|
* @param _in_str A readable stream.
|
|
*
|
|
* @see yy_switch_to_buffer
|
|
*/
|
|
void yyset_in (FILE * _in_str )
|
|
{
|
|
yyin = _in_str ;
|
|
}
|
|
|
|
void yyset_out (FILE * _out_str )
|
|
{
|
|
yyout = _out_str ;
|
|
}
|
|
|
|
int yyget_debug (void)
|
|
{
|
|
return yy_flex_debug;
|
|
}
|
|
|
|
void yyset_debug (int _bdebug )
|
|
{
|
|
yy_flex_debug = _bdebug ;
|
|
}
|
|
|
|
static int yy_init_globals (void)
|
|
{
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
* This function is called from yylex_destroy(), so don't allocate here.
|
|
*/
|
|
|
|
(yy_buffer_stack) = NULL;
|
|
(yy_buffer_stack_top) = 0;
|
|
(yy_buffer_stack_max) = 0;
|
|
(yy_c_buf_p) = NULL;
|
|
(yy_init) = 0;
|
|
(yy_start) = 0;
|
|
|
|
/* Defined in main.c */
|
|
#ifdef YY_STDINIT
|
|
yyin = stdin;
|
|
yyout = stdout;
|
|
#else
|
|
yyin = NULL;
|
|
yyout = NULL;
|
|
#endif
|
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
* yylex_init()
|
|
*/
|
|
return 0;
|
|
}
|
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
int yylex_destroy (void)
|
|
{
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
while(YY_CURRENT_BUFFER){
|
|
yy_delete_buffer( YY_CURRENT_BUFFER );
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
yypop_buffer_state();
|
|
}
|
|
|
|
/* Destroy the stack itself. */
|
|
yyfree((yy_buffer_stack) );
|
|
(yy_buffer_stack) = NULL;
|
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
* yylex() is called, initialization will occur. */
|
|
yy_init_globals( );
|
|
|
|
return 0;
|
|
}
|
|
|
|
/*
|
|
* Internal utility routines.
|
|
*/
|
|
|
|
#ifndef yytext_ptr
|
|
static void yy_flex_strncpy (char* s1, const char * s2, int n )
|
|
{
|
|
|
|
int i;
|
|
for ( i = 0; i < n; ++i )
|
|
s1[i] = s2[i];
|
|
}
|
|
#endif
|
|
|
|
#ifdef YY_NEED_STRLEN
|
|
static int yy_flex_strlen (const char * s )
|
|
{
|
|
int n;
|
|
for ( n = 0; s[n]; ++n )
|
|
;
|
|
|
|
return n;
|
|
}
|
|
#endif
|
|
|
|
void *yyalloc (yy_size_t size )
|
|
{
|
|
return malloc(size);
|
|
}
|
|
|
|
void *yyrealloc (void * ptr, yy_size_t size )
|
|
{
|
|
|
|
/* The cast to (char *) in the following accommodates both
|
|
* implementations that use char* generic pointers, and those
|
|
* that use void* generic pointers. It works with the latter
|
|
* because both ANSI C and C++ allow castless assignment from
|
|
* any pointer type to void*, and deal with argument conversions
|
|
* as though doing an assignment.
|
|
*/
|
|
return realloc(ptr, size);
|
|
}
|
|
|
|
void yyfree (void * ptr )
|
|
{
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
|
}
|
|
|
|
#define YYTABLES_NAME "yytables"
|
|
|
|
#line 663 "./util/configlexer.lex"
|
|
|
|
|