#include "config.h" #include "util/configyyrename.h" #line 3 "" #define YY_INT_ALIGNED short int /* $OpenBSD: configlexer.c,v 1.20 2024/09/05 08:22:47 florian Exp $ */ /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 39 #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 #include #include #include /* end standard C headers. */ /* $OpenBSD: configlexer.c,v 1.20 2024/09/05 08:22:47 florian Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . 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 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 #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned 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 #define YY_BUF_SIZE 16384 #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 yy_size_t 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. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t 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 = 0; /**< 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 yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; 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 (yyconst char *yy_str ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t 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 unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern int yylineno; int yylineno = 1; extern char *yytext; #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 yy_fatal_error (yyconst 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 = (size_t) (yy_cp - (yytext_ptr)); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 394 #define YY_END_OF_BUFFER 395 /* 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 yyconst flex_int16_t yy_accept[3921] = { 0, 1, 1, 368, 368, 372, 372, 376, 376, 380, 380, 1, 1, 384, 384, 388, 388, 395, 392, 1, 366, 366, 393, 2, 393, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 368, 369, 369, 370, 393, 372, 373, 373, 374, 393, 379, 376, 377, 377, 378, 393, 380, 381, 381, 382, 393, 391, 367, 2, 371, 393, 391, 387, 384, 385, 385, 386, 393, 388, 389, 389, 390, 393, 392, 0, 1, 2, 2, 2, 2, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 368, 0, 372, 0, 379, 0, 376, 380, 0, 391, 0, 2, 2, 391, 387, 0, 384, 388, 0, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 364, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 137, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 147, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 119, 392, 392, 363, 392, 392, 392, 392, 392, 392, 392, 392, 8, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 138, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 152, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 353, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 71, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 273, 392, 14, 15, 392, 392, 20, 19, 392, 392, 247, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 145, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 245, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 3, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 342, 392, 392, 392, 341, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 375, 392, 392, 392, 392, 392, 392, 392, 392, 70, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 74, 392, 311, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 354, 355, 392, 392, 392, 392, 392, 392, 392, 392, 392, 75, 392, 392, 146, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 141, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 234, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 22, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 173, 392, 392, 392, 392, 392, 392, 391, 375, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 117, 392, 392, 392, 392, 392, 392, 392, 392, 392, 319, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 16, 392, 392, 392, 392, 392, 392, 392, 392, 201, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 172, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 116, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 37, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 38, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 72, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 144, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 136, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 73, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 277, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 202, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 60, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 297, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 65, 392, 66, 392, 392, 392, 392, 392, 392, 120, 392, 121, 392, 392, 392, 392, 392, 118, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 7, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 262, 392, 392, 392, 392, 392, 392, 176, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 278, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 51, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 61, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 225, 392, 224, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 17, 18, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 76, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 233, 392, 392, 392, 392, 392, 392, 392, 123, 392, 122, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 215, 392, 392, 392, 392, 392, 392, 392, 392, 392, 153, 392, 253, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 111, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 98, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 246, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 103, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 69, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 218, 219, 392, 392, 392, 313, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 6, 392, 392, 392, 392, 392, 392, 392, 332, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 317, 392, 392, 392, 392, 392, 392, 392, 343, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 48, 392, 392, 392, 392, 392, 50, 392, 392, 392, 99, 392, 392, 392, 392, 392, 58, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 211, 392, 392, 392, 148, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 238, 392, 392, 212, 392, 392, 392, 392, 392, 258, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 59, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 150, 129, 392, 130, 392, 392, 392, 392, 128, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 169, 392, 392, 56, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 295, 392, 392, 392, 392, 392, 392, 392, 392, 392, 213, 392, 392, 392, 392, 392, 223, 216, 392, 222, 392, 392, 392, 392, 392, 392, 392, 392, 257, 392, 392, 392, 392, 392, 392, 261, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 115, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 142, 392, 392, 392, 392, 392, 392, 392, 392, 67, 392, 392, 392, 392, 31, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 21, 392, 392, 392, 392, 392, 392, 392, 32, 41, 392, 181, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 209, 392, 392, 391, 392, 392, 392, 392, 358, 392, 392, 84, 392, 87, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 359, 392, 392, 392, 392, 392, 392, 392, 392, 321, 392, 392, 392, 392, 274, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 131, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 168, 392, 52, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 268, 392, 392, 392, 392, 392, 392, 392, 392, 336, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 175, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 330, 392, 392, 392, 392, 244, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 350, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 194, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 124, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 188, 392, 203, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 156, 392, 392, 392, 392, 392, 392, 392, 392, 110, 392, 392, 392, 392, 236, 392, 392, 392, 392, 392, 392, 392, 392, 392, 259, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 286, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 149, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 192, 392, 392, 392, 392, 392, 392, 392, 88, 392, 89, 392, 392, 392, 392, 392, 271, 392, 392, 392, 392, 392, 68, 339, 392, 392, 392, 392, 392, 97, 204, 392, 226, 392, 263, 392, 392, 217, 314, 392, 392, 392, 392, 309, 392, 392, 392, 80, 392, 206, 392, 392, 392, 392, 392, 392, 9, 392, 392, 392, 392, 392, 114, 392, 392, 392, 392, 392, 392, 301, 392, 392, 392, 392, 392, 392, 235, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 191, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 193, 252, 177, 392, 320, 392, 392, 392, 392, 392, 285, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 248, 392, 392, 392, 392, 392, 392, 312, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 174, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 340, 392, 205, 392, 392, 392, 392, 392, 392, 392, 392, 392, 79, 81, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 113, 392, 392, 392, 392, 392, 392, 299, 392, 392, 392, 392, 392, 392, 392, 316, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 240, 392, 39, 33, 35, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 40, 392, 34, 36, 392, 42, 392, 392, 392, 392, 392, 392, 392, 109, 392, 187, 392, 392, 392, 392, 392, 392, 392, 392, 392, 391, 392, 392, 392, 392, 392, 392, 392, 392, 344, 392, 392, 392, 392, 392, 242, 239, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 78, 392, 392, 392, 151, 392, 132, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 170, 53, 392, 392, 392, 383, 13, 392, 392, 392, 392, 392, 392, 392, 157, 392, 392, 392, 392, 392, 392, 392, 392, 334, 392, 337, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 12, 392, 392, 23, 392, 392, 392, 392, 392, 392, 392, 305, 392, 392, 352, 392, 392, 392, 392, 318, 392, 392, 392, 392, 82, 392, 250, 392, 392, 392, 392, 392, 241, 392, 392, 392, 392, 77, 392, 392, 392, 392, 392, 392, 24, 392, 392, 49, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 186, 185, 392, 392, 392, 392, 383, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 243, 237, 392, 392, 260, 392, 392, 322, 392, 392, 392, 392, 392, 392, 293, 392, 392, 392, 392, 392, 392, 392, 392, 199, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 90, 392, 392, 392, 392, 392, 392, 392, 392, 300, 392, 392, 392, 392, 221, 392, 392, 392, 392, 392, 392, 249, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 307, 392, 392, 392, 346, 392, 348, 347, 183, 392, 392, 392, 83, 392, 392, 392, 392, 195, 392, 392, 392, 392, 392, 125, 127, 126, 392, 392, 392, 26, 392, 392, 178, 392, 180, 392, 227, 392, 392, 392, 392, 184, 392, 392, 254, 392, 392, 392, 392, 264, 392, 392, 392, 392, 392, 392, 392, 392, 392, 159, 360, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 276, 392, 392, 392, 392, 392, 392, 392, 361, 392, 28, 392, 315, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 95, 228, 392, 392, 270, 392, 392, 392, 298, 392, 338, 392, 220, 392, 392, 310, 392, 392, 392, 308, 62, 392, 392, 392, 392, 392, 392, 392, 4, 392, 392, 392, 392, 392, 140, 392, 158, 392, 392, 392, 200, 30, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 267, 43, 44, 392, 392, 392, 392, 392, 392, 392, 392, 392, 323, 392, 392, 392, 392, 392, 392, 392, 284, 392, 392, 392, 392, 392, 392, 392, 392, 231, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 94, 93, 392, 392, 63, 392, 392, 296, 304, 392, 272, 392, 392, 392, 392, 392, 11, 392, 392, 392, 392, 365, 392, 392, 392, 392, 392, 139, 392, 392, 392, 392, 392, 392, 229, 100, 392, 392, 46, 392, 392, 392, 392, 392, 392, 392, 392, 190, 392, 255, 392, 392, 392, 392, 392, 392, 392, 392, 392, 161, 392, 392, 392, 392, 275, 392, 392, 392, 392, 392, 283, 392, 392, 392, 392, 154, 392, 392, 392, 133, 135, 134, 392, 392, 392, 102, 106, 101, 392, 171, 392, 392, 392, 392, 91, 392, 269, 306, 392, 392, 392, 392, 392, 392, 10, 392, 392, 392, 392, 392, 302, 351, 392, 392, 392, 392, 392, 392, 392, 392, 357, 45, 392, 392, 392, 392, 392, 189, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 107, 105, 392, 392, 57, 392, 392, 92, 392, 335, 392, 392, 392, 392, 25, 392, 392, 392, 392, 392, 214, 392, 392, 349, 392, 392, 392, 392, 230, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 210, 392, 392, 179, 85, 86, 392, 392, 392, 392, 392, 392, 324, 392, 392, 392, 392, 392, 392, 392, 280, 392, 392, 279, 155, 392, 392, 104, 392, 54, 392, 392, 162, 163, 166, 167, 164, 165, 96, 333, 392, 392, 303, 143, 392, 392, 392, 392, 27, 392, 182, 392, 392, 392, 392, 392, 208, 392, 266, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 197, 196, 232, 47, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 331, 392, 392, 392, 392, 112, 392, 392, 265, 392, 392, 294, 328, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 362, 392, 108, 55, 64, 5, 392, 392, 251, 392, 392, 392, 392, 329, 392, 392, 392, 392, 392, 392, 392, 392, 392, 281, 29, 392, 392, 392, 256, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 282, 392, 392, 392, 392, 160, 392, 392, 392, 392, 392, 392, 392, 392, 198, 392, 207, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 325, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 392, 356, 345, 392, 392, 289, 392, 392, 392, 392, 392, 326, 392, 392, 392, 392, 392, 392, 327, 392, 392, 392, 287, 392, 290, 291, 392, 392, 392, 392, 392, 288, 292, 0 } ; static yyconst flex_int32_t 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 yyconst flex_int32_t 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 yyconst flex_int16_t yy_base[3939] = { 0, 0, 0, 38, 41, 44, 46, 59, 65, 71, 77, 90, 112, 96, 118, 124, 136, 4305, 4135, 81, 7635, 7635, 7635, 129, 52, 137, 63, 130, 159, 70, 132, 134, 146, 57, 88, 76, 166, 177, 95, 199, 155, 187, 201, 210, 172, 156, 97, 148, 3302, 7635, 7635, 7635, 189, 3258, 7635, 7635, 7635, 204, 2724, 2475, 7635, 7635, 7635, 239, 2125, 7635, 7635, 7635, 228, 1886, 7635, 243, 7635, 247, 193, 1806, 1730, 7635, 7635, 7635, 251, 1683, 7635, 7635, 7635, 235, 1535, 257, 261, 0, 264, 0, 0, 212, 258, 259, 183, 170, 251, 265, 267, 92, 260, 261, 272, 273, 274, 279, 287, 280, 285, 277, 293, 288, 289, 309, 282, 303, 301, 311, 316, 318, 319, 320, 321, 322, 325, 326, 328, 332, 338, 139, 334, 342, 349, 351, 350, 356, 352, 357, 353, 362, 359, 360, 363, 376, 364, 384, 380, 388, 393, 369, 383, 370, 396, 397, 395, 398, 401, 404, 405, 414, 415, 1388, 426, 1269, 428, 1184, 437, 1115, 984, 441, 899, 445, 449, 0, 441, 707, 455, 535, 479, 460, 419, 453, 434, 454, 223, 455, 456, 457, 458, 459, 461, 460, 464, 472, 482, 468, 473, 484, 492, 491, 495, 496, 488, 507, 471, 498, 505, 502, 508, 518, 513, 519, 520, 521, 522, 527, 525, 526, 529, 544, 533, 532, 530, 553, 554, 557, 565, 540, 567, 572, 549, 574, 571, 558, 575, 573, 584, 580, 585, 583, 586, 588, 589, 590, 591, 593, 594, 597, 600, 598, 604, 599, 611, 616, 606, 614, 617, 628, 623, 625, 632, 627, 629, 631, 630, 637, 646, 651, 635, 656, 643, 638, 657, 660, 667, 668, 663, 648, 653, 664, 666, 670, 672, 674, 676, 675, 679, 683, 692, 688, 690, 697, 687, 696, 699, 700, 701, 703, 704, 712, 705, 714, 718, 720, 725, 713, 723, 726, 728, 732, 734, 735, 736, 740, 738, 7635, 748, 741, 752, 751, 756, 754, 759, 761, 768, 769, 764, 765, 770, 730, 771, 773, 767, 774, 777, 779, 780, 782, 786, 787, 798, 790, 795, 808, 794, 801, 804, 829, 802, 810, 818, 811, 822, 836, 835, 840, 824, 837, 842, 843, 845, 849, 856, 859, 862, 865, 851, 853, 867, 869, 870, 871, 873, 880, 882, 7635, 875, 879, 892, 893, 897, 900, 890, 912, 907, 878, 913, 915, 917, 919, 929, 951, 911, 918, 920, 922, 927, 7635, 940, 934, 975, 945, 944, 962, 955, 958, 925, 877, 965, 957, 963, 979, 968, 969, 976, 983, 998, 999, 981, 985, 993, 1006, 1007, 1000, 1009, 1013, 1010, 1016, 1017, 1018, 1025, 1020, 815, 1021, 1036, 1023, 1024, 1031, 1037, 1027, 1038, 1046, 1052, 1056, 1057, 1048, 1039, 1050, 1059, 1062, 1063, 1070, 1093, 1073, 1074, 1064, 1081, 1082, 1094, 1066, 1089, 1096, 933, 1097, 1084, 1108, 1029, 1113, 1115, 1086, 1116, 1124, 1121, 1101, 1119, 1122, 1123, 1125, 1131, 1127, 1129, 1133, 1135, 1068, 1136, 1137, 1141, 1144, 1138, 1152, 1154, 1145, 1155, 1158, 7635, 1167, 1162, 7635, 1160, 1164, 1165, 1168, 1169, 1170, 1171, 1173, 7635, 1174, 1178, 1179, 1182, 1183, 1193, 1189, 1201, 1200, 1188, 1203, 1204, 1206, 1208, 1209, 1216, 1212, 1219, 1221, 1213, 1224, 1225, 1217, 1226, 1228, 1231, 1233, 1235, 1234, 1237, 1241, 1257, 7635, 1242, 1243, 1244, 1249, 1251, 1255, 1252, 1274, 1275, 1246, 1267, 1266, 1279, 1293, 1281, 1286, 1291, 1289, 1290, 1299, 1295, 1303, 1301, 1297, 1306, 1307, 1305, 1311, 1313, 1314, 1315, 1317, 1319, 7635, 1326, 1322, 1335, 1336, 1343, 1329, 1327, 1328, 1330, 1351, 1346, 1348, 1349, 1350, 1352, 1355, 1356, 1358, 1365, 1360, 1368, 1373, 1369, 1371, 1370, 1375, 1377, 1376, 1383, 1378, 1385, 1399, 1389, 1392, 1396, 1405, 1406, 1408, 1410, 1417, 1419, 1404, 1412, 1414, 1420, 1416, 1415, 1424, 1425, 1430, 1427, 1429, 1436, 1437, 1438, 1439, 1441, 1442, 1446, 1444, 1449, 1451, 1452, 1454, 1453, 1455, 1462, 1461, 1463, 1468, 1465, 1481, 1467, 1470, 1484, 1487, 1474, 1478, 7635, 1496, 1491, 1494, 1495, 1498, 1501, 1502, 1503, 1504, 1507, 1509, 1510, 1513, 1511, 1515, 1519, 1522, 1524, 1512, 1526, 1527, 1530, 1532, 1542, 1545, 1534, 1549, 1538, 1550, 1552, 1548, 1555, 1556, 1558, 1559, 1567, 1560, 1568, 1571, 1564, 1572, 1575, 1582, 1573, 1579, 1583, 1590, 1580, 1585, 1593, 1587, 1596, 1601, 1604, 1606, 1616, 1600, 1613, 1620, 1621, 1605, 1615, 1623, 1625, 1626, 1631, 1632, 1633, 1629, 1634, 1641, 1636, 1637, 1638, 1643, 1639, 1644, 1652, 1645, 1662, 1659, 1661, 1665, 1666, 1667, 1668, 1669, 1671, 1670, 1672, 1674, 1676, 1678, 1691, 1680, 1681, 1698, 1699, 1684, 1700, 1701, 1704, 1705, 1706, 1707, 1710, 1714, 1716, 1708, 1722, 1724, 1712, 1726, 1728, 1731, 1734, 1735, 1736, 1746, 1742, 1738, 1749, 1750, 1751, 1739, 1752, 1756, 1757, 1759, 1762, 1767, 1768, 1765, 7635, 1769, 1781, 1772, 1776, 1779, 1777, 1780, 1782, 1790, 1792, 1785, 1787, 1795, 1797, 1798, 1823, 7635, 1799, 7635, 7635, 1804, 1802, 7635, 7635, 1803, 1809, 7635, 1807, 1810, 1808, 1811, 1820, 1830, 1833, 1826, 1821, 1836, 1838, 1846, 1859, 1844, 1847, 1841, 1849, 1851, 1848, 1853, 1865, 1856, 1869, 1868, 1854, 1881, 1888, 1885, 1889, 1876, 1893, 1894, 1896, 1897, 1899, 1903, 1905, 1906, 1908, 1909, 1910, 1912, 1911, 1914, 1917, 1916, 1920, 1921, 1923, 1925, 1924, 1935, 1928, 1939, 1948, 7635, 1940, 1949, 1926, 1950, 1951, 1958, 1954, 1961, 1953, 1957, 1960, 1965, 1967, 1962, 1970, 1972, 1974, 1973, 1975, 1976, 1981, 1983, 1985, 1986, 1988, 1992, 1993, 1989, 1998, 7635, 1999, 2000, 2001, 2003, 2005, 2004, 2011, 2015, 2012, 2006, 2019, 2016, 2033, 2021, 2022, 2024, 2030, 2034, 2036, 2037, 2041, 7635, 2038, 2046, 2042, 2048, 2047, 2051, 2050, 2054, 2057, 2058, 2062, 2059, 2061, 2066, 2064, 2073, 2072, 2075, 2069, 2076, 2077, 2080, 2088, 2089, 2092, 2094, 2090, 2098, 2099, 2100, 2102, 2101, 2104, 2105, 2107, 2111, 2112, 2119, 2114, 2122, 2115, 2117, 2136, 2138, 2135, 2123, 2133, 2141, 2134, 2143, 2154, 2156, 2149, 2140, 2147, 2157, 2159, 2162, 2163, 2164, 2165, 2166, 2173, 2168, 2171, 2185, 2174, 2178, 2176, 2187, 2180, 7635, 2188, 2189, 2190, 7635, 2194, 2195, 2197, 2219, 2200, 2201, 2206, 2208, 2214, 2209, 2216, 2211, 2217, 2225, 2233, 2227, 2243, 2236, 2244, 2246, 2248, 2251, 2247, 2249, 2253, 2261, 2255, 2257, 2264, 2265, 2268, 2272, 2275, 2284, 2280, 2286, 2288, 2283, 2285, 2289, 2308, 2287, 2290, 2292, 2291, 2293, 2296, 2302, 2297, 2313, 2298, 2300, 2317, 2315, 2324, 2320, 2321, 2323, 2326, 2330, 2332, 2338, 2335, 2340, 7635, 2349, 2226, 2344, 2346, 2345, 2353, 2352, 2354, 7635, 2355, 2356, 2359, 2367, 2362, 2366, 2369, 2368, 2370, 2376, 2372, 2378, 2380, 2382, 2381, 2379, 2399, 7635, 2386, 7635, 2383, 2394, 2395, 2398, 2406, 2404, 2401, 2407, 2409, 2405, 2408, 7635, 7635, 2411, 2412, 2418, 2421, 2432, 2434, 2429, 2430, 2431, 7635, 2419, 2442, 7635, 2439, 2433, 2446, 2437, 2447, 2450, 2452, 2453, 2455, 2454, 2462, 2457, 2464, 2460, 2465, 2472, 7635, 2473, 2476, 2461, 2478, 2480, 2481, 2484, 2487, 2489, 2488, 7635, 2490, 2491, 2495, 2498, 2505, 2503, 2504, 2506, 2508, 2509, 2512, 2514, 2515, 2517, 2516, 2527, 2528, 2531, 2518, 2532, 2540, 2536, 2544, 7635, 2542, 2539, 2526, 2549, 2545, 2552, 2553, 2554, 2555, 2548, 2556, 2558, 2564, 2559, 2568, 2565, 2569, 2571, 2578, 2580, 2576, 2577, 2585, 2579, 2586, 2587, 2588, 2593, 2592, 2594, 2595, 2596, 7635, 2597, 2602, 2605, 2601, 2607, 2608, 2615, 426, 2617, 2618, 2620, 2619, 2625, 2622, 2627, 2623, 2636, 2644, 2639, 2640, 2629, 2641, 2648, 2649, 2628, 2651, 2652, 2653, 2656, 2658, 2659, 2662, 2660, 7635, 2664, 2667, 2669, 2671, 2670, 2672, 2676, 2674, 2684, 7635, 2686, 2691, 2678, 2696, 2697, 2693, 2685, 2702, 2701, 2707, 2708, 7635, 2709, 2710, 2711, 2718, 2716, 2713, 2715, 2719, 7635, 2731, 2728, 2732, 2722, 2734, 2736, 2735, 2741, 2743, 2745, 2747, 2746, 2748, 2751, 2749, 2752, 2753, 2754, 2757, 2765, 2775, 2762, 2766, 2770, 2774, 2777, 2778, 2780, 2767, 2783, 2787, 2784, 7635, 2791, 2788, 2793, 2794, 2795, 2797, 2800, 2806, 2817, 2801, 2808, 2810, 2824, 2826, 2819, 2812, 2836, 2828, 2809, 2833, 2838, 2846, 2843, 2850, 2841, 2844, 2851, 2853, 2854, 2857, 2866, 2867, 2859, 2863, 2864, 2868, 2869, 2870, 2877, 2876, 2885, 2881, 2887, 2880, 2889, 2890, 2878, 2896, 2902, 2901, 7635, 2904, 2906, 2894, 2910, 2911, 2919, 2915, 2916, 2917, 2922, 2923, 2926, 2929, 2930, 2931, 2938, 2933, 2940, 2936, 2941, 2942, 2943, 2950, 2946, 2951, 2954, 2956, 2963, 2958, 2965, 2966, 2968, 7635, 2972, 2976, 2967, 2974, 2978, 2960, 2985, 2987, 2989, 2982, 2990, 2991, 2993, 2995, 2996, 2997, 2998, 3005, 3001, 3007, 3002, 3008, 7635, 3014, 3009, 3010, 3020, 3019, 3022, 3021, 3030, 3028, 3032, 3038, 3036, 3034, 3040, 3042, 3043, 7635, 3050, 3051, 3048, 3054, 3061, 3057, 3058, 3060, 3063, 3047, 3064, 7635, 3065, 3068, 3069, 3072, 3073, 3074, 3081, 3082, 3083, 3080, 7635, 3094, 3078, 3085, 3090, 3102, 3100, 3101, 3103, 3104, 3106, 3108, 3109, 3111, 3110, 3112, 3119, 3114, 3116, 7635, 3123, 3124, 3126, 3133, 3125, 3131, 3136, 3135, 3141, 3145, 3146, 3148, 3150, 3147, 7635, 3159, 3155, 3158, 3164, 3173, 3165, 3166, 3168, 3169, 3176, 3177, 3170, 3178, 3180, 3179, 7635, 3183, 3187, 3189, 3190, 3196, 3193, 3194, 3201, 3202, 3203, 3204, 3206, 3209, 3210, 3208, 3212, 3215, 3216, 3218, 3226, 3228, 3229, 3230, 3232, 3233, 3234, 3243, 3241, 3245, 3237, 3252, 3256, 3257, 3246, 3248, 3259, 3266, 3267, 3271, 3272, 3274, 7635, 3277, 3278, 3270, 3250, 3280, 3281, 3283, 3284, 3285, 3287, 3289, 3288, 3290, 3299, 3306, 3309, 3310, 3301, 3311, 3313, 3315, 3316, 3317, 3319, 3320, 3323, 3330, 3326, 3327, 3328, 3329, 3333, 3342, 3335, 3337, 3352, 3339, 3347, 3349, 3350, 3351, 3353, 3357, 3355, 3360, 3361, 3363, 3364, 3365, 3367, 3374, 3378, 3380, 3382, 3381, 3387, 3388, 3390, 3389, 7635, 3392, 3393, 3399, 3398, 3400, 3401, 3406, 3407, 3415, 3411, 3414, 3422, 3418, 3421, 3424, 3419, 3429, 3431, 3430, 3438, 3434, 7635, 3435, 7635, 3442, 3437, 3441, 3443, 3451, 3448, 7635, 3455, 7635, 3449, 3457, 3459, 3460, 3461, 7635, 3462, 3463, 3466, 3464, 3467, 3469, 3474, 3471, 3472, 3478, 3479, 3488, 3480, 3485, 3490, 3495, 3496, 3497, 3498, 3500, 3501, 3502, 3503, 3505, 3509, 3506, 3511, 3515, 3516, 3520, 3523, 3522, 3524, 7635, 3533, 3540, 3525, 3530, 3542, 3536, 3538, 3544, 3545, 3546, 3548, 3550, 3553, 3557, 3549, 3561, 3551, 3567, 3555, 3576, 3563, 3577, 3568, 3578, 3579, 3587, 3583, 3591, 3589, 7635, 3586, 3593, 3590, 3595, 3596, 3598, 7635, 3597, 3599, 3605, 3607, 3610, 3611, 3612, 3613, 3617, 3615, 3619, 3620, 3632, 3622, 3636, 3621, 3625, 7635, 3637, 3642, 3639, 3645, 3652, 3641, 3649, 3659, 3655, 3656, 3661, 3669, 3666, 3654, 3658, 3668, 3670, 3672, 3679, 3680, 3683, 3681, 3684, 3682, 3688, 3692, 3689, 3685, 3695, 3696, 3697, 3698, 3699, 3700, 3706, 3701, 3702, 3704, 3707, 3710, 3717, 7635, 3721, 3722, 3712, 3732, 3723, 3728, 3730, 3731, 3735, 3736, 3739, 7635, 3741, 3742, 3746, 3747, 3752, 3749, 3754, 3755, 3757, 3758, 3761, 3763, 3760, 3765, 7635, 3771, 7635, 3766, 3773, 3774, 3783, 3788, 3778, 3785, 3789, 3794, 3795, 3780, 3796, 3797, 3804, 3800, 3805, 3806, 3811, 3809, 3812, 3814, 3813, 3815, 3822, 3820, 3828, 3829, 3817, 3832, 3833, 3836, 3840, 3838, 3841, 7635, 7635, 3842, 3844, 3845, 3848, 3854, 3855, 3856, 3858, 3860, 3863, 3865, 3871, 3874, 3875, 3882, 7635, 3877, 3879, 3878, 3880, 3883, 3890, 3886, 3888, 3898, 3896, 3899, 3908, 3903, 7635, 3905, 3906, 3907, 3916, 3911, 3914, 3918, 7635, 3919, 7635, 3915, 3920, 3922, 3928, 3930, 3929, 3931, 3933, 3932, 3937, 3940, 3947, 3949, 3956, 3952, 3948, 3958, 3953, 3959, 3960, 3963, 3965, 3970, 3966, 3967, 3969, 7635, 3972, 3974, 3976, 3981, 3975, 3984, 3985, 3982, 3992, 7635, 3993, 7635, 3997, 4000, 3998, 3999, 4002, 4004, 4005, 4006, 4010, 4013, 4014, 4016, 4020, 4021, 4025, 4022, 4026, 4023, 7635, 4028, 4031, 4041, 4036, 4038, 4039, 4050, 4052, 4040, 4054, 7635, 4057, 4064, 4044, 4061, 4069, 4066, 4067, 4071, 4072, 4068, 4074, 4076, 4077, 4078, 4080, 4081, 4086, 4082, 4084, 4087, 4091, 4099, 4102, 4101, 4093, 4104, 4111, 4109, 7635, 4110, 4112, 4115, 4116, 4117, 4118, 4122, 4123, 4128, 4140, 4121, 4143, 4144, 4125, 4129, 4133, 4148, 4042, 4155, 4153, 7635, 4157, 4152, 4164, 4159, 4160, 4161, 4163, 4168, 4169, 4171, 4173, 4162, 4174, 4175, 4178, 4184, 4187, 4194, 4190, 4179, 4193, 4181, 4197, 4196, 4198, 4200, 4205, 7635, 4214, 4206, 4212, 4215, 4219, 4221, 4228, 4223, 4224, 4225, 4234, 4226, 4237, 4229, 4231, 4239, 4242, 4248, 4235, 7635, 7635, 4251, 4243, 4245, 7635, 4256, 4257, 4264, 4260, 4259, 4262, 4267, 4261, 4269, 4263, 4271, 4272, 4273, 4286, 4277, 4281, 7635, 4289, 4287, 4294, 4290, 4293, 4301, 4302, 7635, 4296, 4305, 4307, 4308, 4309, 4311, 4312, 4314, 4316, 4317, 4320, 4321, 4322, 4324, 4334, 4330, 4337, 4327, 4335, 4336, 7635, 4338, 4341, 4344, 4346, 4343, 4351, 4353, 7635, 4352, 4355, 4360, 4366, 4364, 4375, 4369, 4376, 4377, 4382, 4362, 4365, 4384, 4385, 4386, 4387, 4389, 4397, 4392, 4396, 4394, 4395, 4401, 4404, 4398, 7635, 4412, 4413, 4414, 4415, 4417, 7635, 4419, 4428, 4431, 7635, 4432, 4423, 4430, 4433, 4442, 7635, 4438, 4437, 4439, 4443, 4440, 4452, 4447, 4454, 4453, 4455, 4457, 4458, 4459, 4461, 4462, 7635, 4463, 4464, 4467, 7635, 4471, 4354, 4480, 4485, 4486, 4489, 4482, 4478, 4490, 4497, 4492, 4494, 4495, 4496, 7635, 4502, 4509, 7635, 4511, 4500, 4506, 4512, 4515, 7635, 4513, 4517, 4518, 4520, 4521, 4526, 4528, 4532, 4537, 4522, 4534, 4538, 4539, 4546, 4541, 4544, 4553, 4548, 4550, 4551, 4554, 7635, 4560, 4552, 4555, 4562, 4557, 4573, 4567, 4563, 4565, 4578, 4579, 7635, 7635, 4581, 7635, 4582, 4584, 4587, 4588, 7635, 4590, 4593, 4595, 4591, 4596, 4599, 4598, 4602, 4610, 4606, 7635, 4616, 4617, 7635, 4611, 4613, 4627, 4622, 4623, 4624, 4625, 4628, 4631, 4626, 4637, 4638, 4633, 4639, 4635, 4643, 4641, 4659, 4642, 4660, 7635, 4644, 4654, 4655, 4669, 4657, 4670, 4671, 4673, 4672, 7635, 4676, 4680, 4683, 4684, 4686, 7635, 7635, 4685, 7635, 4687, 4688, 4691, 4696, 4695, 4699, 4706, 4702, 7635, 4707, 4704, 4711, 4708, 4712, 4713, 7635, 4716, 4720, 4723, 4724, 4726, 4733, 4730, 4731, 4728, 4738, 4739, 7635, 4729, 4736, 4743, 4752, 4753, 4745, 4749, 4757, 4765, 4758, 4760, 4761, 4772, 4767, 4769, 4770, 4773, 4780, 4776, 4784, 4778, 7635, 4786, 4788, 4791, 4771, 4804, 4787, 4801, 4794, 7635, 4795, 4802, 4807, 4811, 7635, 4805, 4809, 4813, 4820, 4815, 4821, 4823, 4824, 4825, 4828, 4830, 4826, 7635, 4832, 4834, 4827, 4838, 4848, 4849, 4836, 7635, 7635, 4851, 7635, 4855, 4837, 4852, 4856, 4859, 4862, 4864, 4866, 4869, 4865, 4872, 4873, 4876, 4879, 4878, 4880, 7635, 4882, 4894, 4885, 4896, 4903, 4904, 4886, 7635, 4902, 4899, 7635, 4905, 7635, 4906, 4908, 4912, 4913, 4909, 4916, 4920, 4922, 4917, 4924, 7635, 4933, 4923, 4931, 4932, 4940, 4943, 4944, 4952, 7635, 4950, 4936, 4953, 4945, 7635, 4947, 4955, 4948, 4958, 4959, 4961, 4962, 4963, 4964, 4969, 4967, 4976, 4978, 4968, 4981, 4970, 4985, 4987, 4990, 4991, 4992, 4993, 4994, 4996, 7635, 4999, 4998, 5000, 5001, 5003, 5004, 5008, 5009, 5013, 5014, 5021, 5022, 7635, 5018, 7635, 5023, 5024, 5031, 5032, 5029, 5040, 5041, 5042, 5043, 5044, 5047, 5050, 5051, 5054, 5055, 5059, 5060, 5062, 5065, 5066, 7635, 5072, 5073, 5064, 5080, 5076, 5083, 5087, 5084, 7635, 5090, 5091, 5092, 5093, 5097, 5099, 5094, 5101, 5102, 5104, 5106, 5109, 5108, 5116, 5110, 5117, 5118, 5122, 5128, 5123, 5125, 7635, 5129, 5131, 5132, 5136, 5138, 5140, 5141, 5143, 5148, 5153, 5142, 5150, 5155, 7635, 5154, 5158, 5160, 5168, 7635, 5163, 5166, 5167, 5170, 5171, 5173, 5174, 5179, 5176, 5182, 5186, 7635, 5189, 5178, 5192, 5191, 5194, 5195, 5196, 5200, 5202, 5206, 5207, 5214, 7635, 5210, 5208, 5216, 5218, 5219, 5222, 5225, 5048, 5227, 5228, 5229, 7635, 5230, 5237, 5239, 5231, 5249, 5251, 5240, 5241, 5254, 5252, 5253, 5250, 5259, 5260, 5262, 5264, 5265, 5267, 5268, 5266, 5284, 5285, 5283, 7635, 5269, 7635, 5270, 5286, 5291, 5294, 5296, 5293, 5298, 5299, 5301, 5306, 5303, 7635, 5310, 5312, 5314, 5307, 5309, 5315, 5319, 5316, 7635, 5317, 5320, 5330, 5331, 7635, 5332, 5333, 5334, 5337, 5339, 5341, 5348, 5350, 5352, 7635, 5356, 5357, 5358, 5365, 5367, 5362, 5369, 5364, 5372, 5370, 5374, 5366, 5376, 5383, 5385, 5377, 5381, 7635, 5388, 5387, 5394, 5396, 5397, 5389, 5399, 5400, 5403, 5405, 5406, 7635, 5409, 5410, 5411, 5412, 5413, 5417, 5415, 5418, 5422, 5428, 5424, 5436, 5426, 5429, 5433, 5438, 5439, 5441, 7635, 5442, 5445, 5446, 5453, 5455, 5450, 5342, 7635, 5456, 7635, 5457, 5459, 5462, 5464, 5468, 7635, 5472, 5466, 5474, 5470, 5478, 7635, 7635, 5476, 5488, 5483, 5485, 5489, 7635, 7635, 5487, 7635, 5490, 7635, 5491, 5493, 7635, 7635, 5492, 5494, 5499, 5500, 7635, 5501, 5502, 5504, 7635, 5511, 7635, 5518, 5513, 5514, 5516, 5519, 5522, 7635, 5523, 5525, 5524, 5526, 5530, 7635, 5531, 5534, 5539, 5546, 5535, 5537, 7635, 5549, 5551, 5555, 5544, 5550, 5556, 7635, 5558, 5561, 5562, 5564, 5566, 5565, 5568, 5577, 5571, 5572, 5576, 5584, 5580, 5581, 5587, 5591, 5583, 5594, 5596, 5603, 5597, 5604, 5599, 5605, 5607, 5611, 5613, 5615, 5616, 5618, 5619, 5620, 5621, 5623, 5624, 5626, 5629, 5631, 5633, 5634, 5638, 5635, 5640, 5644, 5648, 5650, 5652, 5653, 5655, 5656, 5657, 5658, 5659, 5661, 5663, 5664, 5665, 5667, 5666, 5673, 5679, 5680, 5681, 7635, 5684, 5685, 5686, 5689, 5691, 5692, 5697, 5698, 5699, 5701, 5710, 5714, 5693, 5716, 7635, 7635, 7635, 5718, 7635, 5720, 5711, 5722, 5723, 5724, 7635, 5725, 5726, 5727, 5728, 5730, 5731, 5732, 5734, 5735, 5738, 5741, 5746, 7635, 5753, 5761, 5737, 5743, 5754, 5767, 7635, 5762, 5769, 5758, 5764, 5770, 5772, 5774, 5773, 5775, 5778, 5777, 5780, 5783, 5786, 5798, 5781, 5787, 5800, 7635, 5803, 5808, 5810, 5795, 5799, 5809, 5792, 5812, 5814, 5816, 5818, 5820, 5821, 5822, 5823, 5825, 5827, 5828, 5836, 5829, 5843, 7635, 5837, 7635, 5839, 5844, 5846, 5847, 5849, 5850, 5852, 5851, 5853, 7635, 7635, 5855, 5859, 5861, 5866, 5868, 5860, 5874, 5869, 5876, 5881, 7635, 5879, 5882, 5884, 5888, 5887, 5889, 7635, 5893, 5896, 5898, 5900, 5899, 5901, 5904, 7635, 5905, 5906, 5909, 5910, 5923, 5912, 5925, 5927, 5920, 5914, 5916, 5926, 5934, 7635, 5935, 7635, 7635, 7635, 5936, 5938, 5939, 5941, 5942, 5944, 5945, 5943, 5950, 5951, 5949, 5953, 5954, 7635, 5963, 7635, 7635, 5965, 7635, 5966, 5964, 5967, 5968, 5974, 5975, 5977, 7635, 5979, 7635, 5981, 5982, 5980, 5989, 5991, 5992, 5983, 5996, 5999, 6003, 6000, 6004, 6005, 6006, 6014, 6010, 6011, 6012, 7635, 6019, 6013, 6017, 6030, 6032, 7635, 7635, 6033, 6021, 6036, 6037, 6045, 6041, 6042, 6043, 6054, 6049, 6050, 6051, 6052, 6058, 6059, 6060, 6068, 6069, 6065, 6064, 6072, 7635, 6075, 6074, 6077, 7635, 6066, 7635, 6083, 6084, 6085, 6086, 6087, 6092, 6093, 6094, 6096, 6099, 6106, 7635, 7635, 6091, 6113, 6108, 7635, 7635, 6097, 6098, 6110, 6112, 6120, 6115, 6117, 7635, 6123, 6124, 6125, 6127, 6128, 6129, 6135, 6121, 7635, 6138, 7635, 6139, 6141, 6147, 6143, 6154, 6155, 6150, 6152, 6157, 6161, 6156, 6158, 6162, 7635, 6163, 6165, 7635, 6177, 6173, 6175, 6166, 6174, 6181, 6182, 7635, 6185, 6187, 7635, 6190, 6191, 6193, 6195, 7635, 6199, 6196, 6201, 6202, 7635, 6204, 7635, 6207, 6208, 6209, 6216, 6212, 7635, 6217, 6218, 6219, 6222, 7635, 6226, 6229, 6231, 6232, 6220, 6234, 7635, 6241, 6236, 7635, 6242, 6244, 6245, 6249, 6250, 6252, 6253, 6255, 6256, 6263, 6259, 6260, 7635, 7635, 6275, 6268, 6267, 6272, 295, 6282, 6278, 6279, 6280, 6283, 6290, 6291, 6292, 6287, 6293, 6295, 7635, 7635, 6303, 6304, 7635, 6288, 6305, 7635, 6298, 6307, 6313, 6311, 6315, 6306, 123, 6316, 6317, 6319, 6321, 6322, 6326, 6327, 6330, 7635, 6343, 6345, 6332, 6348, 6349, 6352, 6354, 6356, 6358, 6360, 6361, 6362, 6341, 6363, 6364, 6365, 6368, 6369, 6371, 6373, 6375, 6377, 7635, 6384, 6386, 6388, 6379, 6390, 6392, 6396, 6381, 7635, 6403, 6400, 6405, 6406, 7635, 6409, 6410, 6412, 6414, 6415, 6416, 7635, 6417, 6423, 6427, 6428, 6420, 6418, 6430, 6431, 6433, 6440, 7635, 6436, 6438, 6444, 7635, 6442, 7635, 7635, 7635, 6445, 6452, 6454, 7635, 6456, 6458, 6459, 6443, 7635, 6463, 6465, 6460, 6473, 6466, 7635, 7635, 7635, 6470, 6471, 6474, 7635, 6477, 6481, 7635, 6479, 7635, 6480, 7635, 6482, 6485, 6488, 6493, 7635, 6494, 6486, 7635, 6492, 6496, 6498, 6504, 7635, 6507, 6511, 6514, 6515, 6516, 6517, 6519, 6520, 6518, 7635, 7635, 6527, 6525, 6526, 6529, 6522, 6532, 6533, 6541, 6534, 6548, 6535, 6550, 7635, 6543, 6551, 6553, 6561, 6545, 6555, 6557, 7635, 6559, 7635, 6566, 7635, 6563, 6567, 6568, 6569, 6574, 6571, 6575, 6577, 6584, 6578, 6582, 6590, 6586, 6588, 6592, 6597, 6600, 6593, 7635, 7635, 6609, 6601, 7635, 6604, 6614, 6617, 7635, 6605, 7635, 6620, 7635, 6607, 6611, 7635, 6624, 6621, 6625, 7635, 7635, 6632, 6622, 6634, 6639, 6628, 6636, 6638, 7635, 6640, 6644, 6645, 6647, 6649, 7635, 6652, 7635, 6650, 6659, 6655, 7635, 7635, 6654, 6656, 6662, 6667, 6663, 6668, 6672, 6669, 6674, 6673, 6681, 6677, 6685, 6679, 6687, 6684, 6695, 6690, 6698, 6700, 6706, 7635, 7635, 7635, 6692, 6702, 6708, 6709, 6716, 6712, 6715, 6719, 6717, 7635, 6720, 6724, 6721, 6727, 6736, 6731, 6733, 7635, 6729, 6734, 6737, 6738, 6740, 6742, 6743, 6744, 7635, 6755, 6757, 6764, 6745, 6758, 6760, 6767, 6769, 6771, 6773, 6775, 6776, 6777, 6784, 6780, 7635, 7635, 6787, 6779, 7635, 6791, 6793, 7635, 7635, 6781, 7635, 6783, 6788, 6794, 6796, 6797, 7635, 6802, 6799, 6804, 6806, 7635, 6807, 6808, 6812, 6815, 6822, 7635, 6816, 6830, 6809, 6819, 6828, 6831, 7635, 7635, 6821, 6840, 7635, 6844, 6832, 6835, 6847, 6845, 6846, 6851, 6848, 7635, 6852, 7635, 6855, 6856, 6858, 6860, 6862, 6863, 6864, 6865, 6868, 7635, 6869, 6866, 6870, 6871, 7635, 6879, 6873, 6881, 6882, 6887, 7635, 6888, 6884, 6900, 6896, 7635, 6886, 6902, 6895, 7635, 7635, 7635, 6910, 6912, 6913, 7635, 7635, 7635, 6907, 7635, 6915, 6916, 6918, 6920, 7635, 6923, 7635, 7635, 6925, 6929, 6933, 6935, 6942, 6928, 7635, 6936, 6943, 6945, 6946, 6947, 7635, 7635, 6949, 6950, 6953, 6954, 6955, 6957, 6958, 6959, 7635, 7635, 6962, 6963, 6965, 6966, 6967, 7635, 6968, 6025, 6972, 6981, 6983, 6984, 6989, 6991, 6994, 6978, 6995, 6996, 6997, 7004, 7005, 7002, 7007, 7008, 7011, 7012, 7013, 7015, 7024, 7019, 7021, 7031, 7023, 7028, 7635, 7635, 7035, 7026, 7635, 7037, 7039, 7635, 7041, 7635, 7043, 7045, 7047, 7050, 7635, 7052, 7054, 7056, 7058, 7060, 7635, 7061, 7063, 7635, 7065, 7066, 7067, 7068, 7635, 7069, 7072, 7073, 7077, 7074, 7078, 7081, 7082, 7085, 7095, 7635, 7087, 7099, 7635, 7635, 7635, 7096, 7090, 7100, 7080, 7104, 7107, 7635, 7109, 7116, 7113, 7114, 7111, 7115, 7118, 7635, 7117, 7120, 7635, 7635, 7122, 7121, 7635, 7131, 7635, 7124, 7128, 7635, 7635, 7635, 7635, 7635, 7635, 7635, 7635, 7135, 7138, 7635, 7635, 7139, 7143, 7145, 7147, 7635, 7154, 7635, 7137, 7149, 7151, 7156, 7157, 7635, 7159, 7635, 7167, 7162, 7163, 7164, 7166, 7165, 7170, 7175, 7177, 7179, 7178, 7181, 7183, 7182, 7187, 7184, 7186, 7190, 7195, 7192, 7204, 7193, 7205, 7635, 7635, 7635, 7635, 7201, 7208, 7217, 7209, 7219, 7221, 7224, 7225, 7231, 7233, 7223, 7214, 7235, 7236, 7239, 7212, 7240, 7249, 7245, 7246, 7247, 7251, 7248, 7254, 7257, 7261, 7635, 7263, 7264, 7265, 7267, 7635, 7270, 7269, 7635, 7271, 7272, 7635, 7635, 7274, 7275, 7278, 7277, 7287, 7288, 7283, 7289, 7291, 7293, 7300, 7635, 7304, 7635, 7635, 7635, 7635, 7292, 7294, 7635, 7301, 7306, 7307, 7308, 7635, 7309, 7311, 7317, 7318, 7319, 7320, 7321, 7322, 7325, 7635, 7635, 7328, 7333, 7330, 7635, 7334, 7338, 7335, 7347, 7344, 7350, 7352, 7353, 7342, 7360, 7635, 7363, 7359, 7366, 7356, 7635, 7367, 7368, 7369, 7370, 7372, 7379, 7375, 7377, 7635, 7380, 7635, 7378, 7385, 7386, 7388, 7382, 7392, 7396, 7399, 7397, 7403, 7404, 7635, 7405, 7406, 7410, 7412, 7414, 7417, 7418, 7419, 7421, 7424, 7427, 7426, 7434, 7430, 7435, 7436, 7439, 7440, 7635, 7635, 7446, 7441, 7635, 7443, 7447, 7449, 7450, 7453, 7635, 7457, 7451, 7458, 7461, 7464, 7465, 7635, 7467, 7474, 7471, 7635, 7475, 7635, 7635, 7476, 7479, 7482, 7484, 7486, 7635, 7635, 7635, 7515, 7522, 7529, 7536, 7543, 7550, 7557, 88, 7564, 7571, 7578, 7585, 7592, 7599, 7606, 7613, 7620, 7627 } ; static yyconst flex_int16_t yy_def[3939] = { 0, 3920, 1, 3921, 3921, 3922, 3922, 3923, 3923, 3924, 3924, 3925, 3925, 3926, 3926, 3927, 3927, 3920, 3928, 3920, 3920, 3920, 3920, 3929, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3930, 3920, 3920, 3920, 3930, 3931, 3920, 3920, 3920, 3931, 3932, 3920, 3920, 3920, 3920, 3932, 3933, 3920, 3920, 3920, 3933, 3934, 3920, 3935, 3920, 3934, 3934, 3936, 3920, 3920, 3920, 3920, 3936, 3937, 3920, 3920, 3920, 3937, 3928, 3928, 3920, 3938, 3929, 3938, 3929, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3930, 3930, 3931, 3931, 3932, 3932, 3920, 3933, 3933, 3934, 3934, 3935, 3935, 3934, 3936, 3936, 3920, 3937, 3937, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3920, 3928, 3920, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3934, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3920, 3920, 3928, 3928, 3928, 3920, 3920, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3920, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3928, 3928, 3928, 3920, 3928, 3928, 3928, 3920, 3928, 3920, 3920, 3928, 3928, 3928, 3928, 3928, 3920, 3920, 0, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920 } ; static yyconst flex_int16_t yy_nxt[7676] = { 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, 46, 18, 18, 47, 49, 50, 51, 49, 50, 51, 54, 55, 54, 55, 56, 52, 56, 86, 52, 86, 86, 57, 86, 57, 59, 60, 61, 62, 86, 22, 59, 60, 61, 62, 87, 22, 63, 65, 66, 67, 87, 99, 63, 65, 66, 67, 88, 87, 68, 121, 89, 110, 86, 87, 68, 19, 20, 21, 70, 71, 72, 76, 77, 78, 79, 87, 22, 73, 123, 87, 122, 111, 87, 80, 87, 161, 74, 19, 20, 21, 70, 71, 72, 76, 77, 78, 79, 191, 22, 73, 82, 83, 84, 132, 91, 80, 91, 91, 74, 91, 87, 85, 82, 83, 84, 91, 92, 87, 100, 87, 112, 87, 114, 85, 87, 101, 87, 93, 94, 102, 115, 95, 103, 87, 113, 87, 96, 117, 97, 238, 118, 116, 87, 87, 158, 98, 87, 119, 159, 120, 162, 104, 160, 87, 124, 105, 139, 87, 106, 87, 107, 108, 125, 154, 87, 128, 163, 163, 126, 129, 87, 109, 127, 155, 87, 140, 186, 156, 157, 141, 173, 165, 185, 130, 165, 131, 87, 133, 87, 142, 143, 134, 144, 145, 176, 135, 146, 87, 150, 87, 151, 136, 182, 147, 137, 170, 170, 148, 149, 152, 87, 138, 180, 180, 167, 153, 167, 167, 91, 167, 91, 91, 172, 91, 172, 172, 177, 172, 177, 177, 175, 177, 86, 288, 86, 86, 88, 86, 87, 91, 89, 91, 91, 86, 91, 87, 87, 87, 87, 183, 91, 92, 87, 184, 87, 188, 192, 189, 187, 87, 87, 87, 193, 194, 87, 195, 87, 87, 202, 87, 190, 196, 87, 197, 87, 87, 87, 205, 198, 199, 87, 204, 173, 200, 207, 201, 206, 203, 87, 214, 87, 208, 209, 211, 212, 215, 87, 221, 87, 210, 213, 217, 216, 87, 218, 87, 87, 87, 87, 87, 226, 224, 87, 87, 227, 87, 232, 219, 220, 87, 233, 87, 222, 231, 223, 87, 236, 229, 234, 87, 228, 225, 230, 240, 237, 235, 87, 87, 87, 87, 87, 239, 242, 87, 87, 248, 87, 87, 244, 87, 87, 87, 245, 250, 241, 243, 87, 87, 246, 247, 249, 253, 251, 87, 259, 260, 256, 87, 252, 255, 87, 87, 268, 254, 261, 87, 263, 257, 270, 262, 87, 258, 87, 87, 87, 87, 272, 266, 87, 269, 276, 87, 87, 264, 275, 273, 265, 279, 267, 271, 277, 87, 87, 163, 163, 165, 87, 274, 165, 278, 280, 283, 167, 173, 167, 167, 281, 167, 170, 170, 172, 87, 172, 172, 91, 172, 91, 91, 173, 91, 177, 282, 177, 177, 284, 177, 175, 180, 180, 286, 87, 87, 87, 87, 87, 87, 87, 87, 87, 285, 289, 87, 292, 295, 291, 87, 287, 290, 87, 87, 87, 294, 297, 299, 293, 302, 181, 296, 298, 87, 300, 87, 303, 305, 304, 87, 306, 318, 87, 87, 301, 307, 87, 87, 314, 87, 309, 315, 316, 87, 319, 310, 87, 317, 87, 87, 311, 320, 308, 323, 87, 321, 312, 313, 325, 87, 87, 87, 87, 87, 179, 326, 87, 87, 87, 322, 87, 87, 333, 87, 87, 334, 328, 327, 329, 340, 330, 87, 324, 331, 332, 87, 335, 342, 343, 336, 87, 337, 345, 341, 87, 87, 344, 355, 87, 87, 347, 348, 349, 338, 346, 339, 87, 350, 87, 353, 356, 352, 87, 87, 87, 87, 87, 354, 357, 358, 361, 87, 351, 359, 87, 87, 87, 87, 360, 87, 87, 87, 87, 363, 87, 87, 365, 362, 87, 87, 87, 87, 369, 371, 366, 87, 376, 87, 370, 364, 372, 377, 87, 367, 373, 87, 368, 87, 87, 380, 375, 374, 378, 382, 87, 379, 87, 386, 87, 87, 87, 87, 87, 87, 389, 388, 87, 385, 87, 87, 381, 392, 383, 384, 87, 391, 393, 87, 387, 87, 390, 395, 87, 397, 87, 394, 396, 87, 87, 398, 399, 87, 400, 402, 87, 87, 403, 173, 87, 87, 407, 87, 405, 87, 406, 87, 87, 87, 415, 408, 87, 410, 412, 404, 87, 414, 401, 416, 87, 87, 409, 87, 419, 87, 417, 411, 418, 87, 87, 413, 87, 87, 87, 420, 87, 87, 87, 427, 178, 428, 423, 421, 425, 87, 87, 87, 424, 429, 422, 87, 430, 87, 431, 432, 87, 434, 87, 87, 435, 87, 426, 87, 433, 87, 437, 87, 87, 87, 439, 87, 440, 87, 87, 444, 459, 436, 441, 446, 438, 87, 442, 448, 87, 87, 447, 87, 445, 87, 443, 449, 87, 451, 87, 453, 454, 87, 87, 452, 87, 87, 87, 87, 87, 460, 87, 87, 450, 461, 87, 463, 87, 87, 466, 87, 457, 456, 462, 87, 87, 455, 468, 87, 458, 471, 472, 87, 87, 464, 465, 87, 470, 467, 87, 87, 481, 87, 490, 469, 473, 87, 483, 87, 87, 474, 493, 494, 87, 495, 475, 87, 482, 476, 496, 87, 491, 87, 477, 478, 479, 480, 87, 492, 607, 484, 497, 485, 87, 87, 87, 498, 499, 87, 500, 87, 87, 501, 87, 486, 487, 488, 87, 489, 87, 502, 87, 506, 508, 87, 503, 507, 87, 504, 505, 87, 510, 509, 87, 511, 87, 513, 87, 87, 87, 514, 87, 519, 87, 512, 87, 87, 87, 87, 515, 87, 520, 525, 521, 526, 538, 518, 516, 87, 517, 87, 87, 522, 524, 580, 87, 527, 173, 87, 523, 528, 530, 532, 531, 533, 87, 529, 540, 534, 87, 87, 87, 539, 87, 541, 87, 87, 87, 87, 556, 87, 535, 542, 173, 536, 87, 537, 87, 543, 555, 544, 87, 87, 558, 649, 559, 545, 557, 87, 560, 546, 561, 87, 87, 579, 547, 563, 576, 548, 87, 549, 573, 550, 87, 574, 87, 87, 562, 572, 575, 87, 87, 577, 87, 582, 551, 87, 87, 552, 578, 553, 584, 554, 87, 87, 564, 565, 87, 581, 87, 583, 87, 171, 87, 585, 566, 567, 568, 569, 570, 589, 87, 571, 586, 587, 588, 87, 87, 87, 593, 590, 599, 591, 594, 87, 87, 595, 87, 87, 596, 597, 87, 600, 598, 87, 87, 87, 605, 87, 87, 592, 87, 87, 87, 608, 87, 602, 87, 601, 87, 604, 609, 610, 603, 87, 87, 87, 87, 616, 615, 653, 611, 612, 606, 87, 613, 87, 624, 87, 617, 87, 614, 618, 619, 87, 87, 625, 87, 621, 622, 87, 87, 87, 626, 87, 640, 87, 642, 87, 671, 620, 87, 87, 627, 623, 629, 630, 631, 628, 87, 87, 641, 87, 643, 87, 646, 645, 87, 632, 644, 633, 87, 87, 647, 87, 87, 634, 656, 648, 87, 650, 169, 651, 660, 635, 636, 87, 652, 637, 638, 654, 87, 639, 87, 87, 657, 658, 87, 655, 87, 87, 87, 87, 87, 659, 87, 663, 87, 664, 87, 665, 87, 661, 87, 87, 87, 87, 667, 666, 87, 673, 662, 87, 87, 674, 670, 675, 668, 676, 669, 87, 677, 87, 87, 680, 672, 87, 678, 87, 682, 87, 683, 87, 87, 679, 87, 87, 87, 87, 87, 685, 87, 87, 689, 696, 687, 87, 87, 681, 684, 87, 87, 168, 691, 686, 698, 87, 87, 688, 690, 692, 87, 693, 700, 694, 697, 699, 695, 87, 87, 702, 87, 87, 701, 87, 705, 87, 87, 709, 703, 87, 87, 704, 712, 87, 87, 708, 87, 706, 87, 711, 707, 87, 87, 87, 714, 87, 715, 718, 87, 710, 87, 87, 87, 720, 87, 717, 713, 722, 87, 87, 87, 87, 719, 87, 716, 721, 87, 723, 87, 87, 737, 725, 87, 724, 87, 726, 736, 739, 744, 734, 727, 735, 728, 87, 87, 740, 166, 738, 729, 745, 730, 87, 87, 731, 732, 741, 87, 742, 87, 747, 733, 743, 748, 87, 750, 749, 87, 87, 87, 746, 87, 754, 87, 752, 87, 751, 87, 757, 87, 753, 87, 759, 87, 87, 87, 763, 761, 756, 87, 755, 87, 87, 87, 760, 87, 766, 87, 758, 762, 87, 767, 764, 770, 87, 87, 87, 87, 87, 772, 769, 765, 768, 87, 173, 775, 771, 773, 774, 776, 777, 87, 779, 780, 87, 778, 87, 87, 87, 87, 87, 783, 785, 87, 87, 788, 87, 789, 87, 781, 791, 784, 787, 87, 782, 792, 87, 87, 87, 87, 790, 87, 794, 87, 87, 87, 87, 786, 798, 793, 797, 87, 795, 87, 799, 800, 164, 87, 796, 807, 87, 804, 801, 808, 87, 802, 805, 87, 810, 803, 806, 809, 87, 87, 87, 811, 87, 812, 87, 813, 87, 814, 87, 87, 87, 87, 815, 87, 87, 820, 816, 819, 87, 87, 818, 87, 823, 87, 87, 828, 822, 817, 821, 824, 87, 87, 87, 87, 827, 87, 87, 830, 87, 834, 87, 832, 826, 87, 825, 87, 87, 87, 87, 87, 841, 837, 829, 831, 833, 87, 87, 87, 835, 87, 842, 87, 87, 839, 87, 844, 836, 838, 87, 840, 845, 843, 87, 846, 847, 87, 849, 848, 87, 850, 851, 87, 854, 852, 856, 87, 853, 855, 87, 87, 87, 858, 87, 859, 857, 87, 87, 87, 87, 863, 862, 87, 864, 87, 87, 87, 87, 87, 871, 87, 867, 861, 869, 87, 865, 860, 87, 868, 87, 866, 87, 87, 872, 874, 87, 870, 87, 875, 87, 87, 880, 882, 87, 878, 876, 873, 87, 877, 879, 87, 883, 884, 87, 87, 87, 881, 87, 886, 885, 87, 87, 887, 87, 87, 87, 893, 895, 891, 87, 894, 888, 87, 87, 889, 890, 87, 87, 87, 896, 87, 900, 898, 892, 87, 87, 901, 87, 87, 908, 87, 902, 87, 904, 897, 87, 899, 903, 87, 910, 905, 87, 913, 911, 909, 87, 87, 906, 907, 87, 87, 87, 912, 914, 916, 918, 915, 919, 87, 922, 87, 87, 926, 920, 923, 87, 87, 924, 87, 917, 87, 87, 928, 921, 87, 925, 87, 87, 87, 87, 935, 87, 87, 87, 87, 936, 87, 927, 87, 87, 87, 937, 929, 933, 930, 931, 932, 87, 938, 934, 942, 945, 940, 939, 87, 944, 87, 87, 941, 943, 87, 87, 87, 87, 87, 87, 87, 87, 952, 87, 947, 87, 948, 87, 946, 87, 87, 962, 181, 87, 949, 954, 951, 950, 953, 955, 87, 956, 957, 961, 958, 960, 959, 87, 87, 87, 87, 963, 965, 87, 87, 87, 87, 87, 968, 87, 966, 87, 964, 87, 967, 87, 972, 179, 973, 971, 969, 87, 974, 87, 970, 87, 976, 87, 977, 978, 87, 975, 979, 87, 87, 87, 980, 87, 87, 985, 987, 173, 982, 983, 981, 87, 986, 984, 87, 87, 87, 87, 988, 991, 992, 87, 87, 995, 87, 990, 998, 87, 996, 989, 87, 999, 87, 87, 87, 993, 997, 87, 1000, 1001, 1003, 87, 87, 994, 87, 87, 87, 87, 1006, 1010, 87, 1011, 87, 1002, 1007, 87, 1004, 87, 1012, 1013, 87, 1005, 87, 87, 87, 1009, 1025, 87, 87, 87, 1008, 178, 87, 87, 87, 87, 87, 1027, 1014, 1024, 1028, 1030, 1031, 1016, 1026, 87, 87, 1015, 87, 1033, 1017, 87, 1032, 1018, 1029, 87, 1034, 1019, 87, 1035, 1020, 87, 1036, 87, 1037, 1040, 87, 1021, 1022, 87, 1023, 87, 87, 87, 87, 1038, 87, 1050, 87, 87, 1053, 87, 1055, 1039, 87, 1041, 1042, 1051, 1043, 1049, 87, 1044, 1052, 87, 87, 1057, 1045, 1054, 1056, 1059, 1058, 87, 1046, 1047, 1061, 1048, 87, 1063, 1060, 1062, 87, 173, 1064, 87, 87, 1066, 1067, 1065, 87, 87, 1069, 87, 87, 1068, 87, 1071, 1070, 1073, 87, 1072, 87, 87, 1074, 87, 87, 87, 87, 87, 1077, 87, 1081, 87, 87, 1075, 1080, 87, 87, 1085, 87, 87, 87, 87, 1076, 87, 1089, 1078, 1079, 1082, 1090, 1084, 87, 1083, 1087, 1091, 87, 87, 1086, 1092, 1095, 1096, 1094, 1088, 1093, 87, 87, 87, 87, 1099, 87, 87, 1101, 1102, 87, 87, 1100, 87, 87, 87, 1103, 1105, 87, 1106, 87, 1104, 1097, 87, 1098, 87, 87, 87, 87, 87, 1111, 1108, 1110, 1107, 87, 1112, 87, 1116, 87, 87, 1120, 87, 87, 1109, 1119, 87, 87, 1113, 1117, 1118, 1114, 87, 87, 87, 87, 1115, 87, 87, 87, 87, 1121, 1123, 1124, 1127, 87, 87, 1128, 1129, 87, 87, 1122, 1126, 87, 1130, 87, 87, 1138, 87, 1125, 1131, 1135, 1133, 1134, 87, 1132, 1136, 87, 87, 1137, 87, 87, 87, 1139, 1146, 87, 87, 1141, 1144, 1147, 87, 87, 87, 1140, 87, 87, 1145, 1149, 87, 1143, 1151, 87, 87, 87, 1142, 87, 87, 1148, 87, 1158, 87, 1161, 1150, 87, 1152, 1156, 87, 87, 1153, 87, 87, 87, 1155, 1154, 87, 1162, 1157, 1160, 1159, 1164, 1167, 1163, 87, 87, 87, 1166, 87, 1171, 87, 1165, 1168, 1170, 87, 87, 87, 87, 87, 1169, 87, 87, 1182, 87, 1174, 1172, 1176, 87, 87, 1183, 87, 87, 1185, 87, 1173, 87, 1175, 1177, 87, 87, 1179, 171, 1178, 1180, 1184, 1186, 1188, 1181, 1189, 87, 87, 87, 87, 1187, 87, 1190, 87, 87, 1191, 87, 1196, 1192, 1194, 87, 1197, 87, 1198, 1202, 1199, 1193, 87, 1195, 87, 87, 1200, 87, 1201, 1204, 87, 87, 87, 87, 87, 1211, 87, 1208, 1207, 87, 1212, 173, 87, 1214, 87, 1206, 87, 1203, 87, 1205, 1209, 1213, 1210, 87, 1215, 87, 87, 87, 87, 1218, 1219, 1223, 87, 87, 1216, 87, 1217, 1220, 87, 87, 1235, 1222, 1224, 1234, 87, 1225, 87, 87, 1236, 87, 1221, 1238, 87, 1226, 87, 87, 1227, 87, 1240, 1241, 1228, 1237, 1229, 87, 87, 87, 1230, 1306, 1231, 1242, 1243, 87, 1239, 1232, 87, 1247, 1245, 1244, 1233, 1246, 1248, 87, 87, 1249, 87, 87, 87, 87, 1251, 87, 1254, 87, 1258, 87, 1255, 87, 1250, 1257, 1260, 87, 1252, 1253, 87, 87, 1256, 1259, 87, 1267, 1264, 1262, 87, 1263, 1265, 87, 1261, 1266, 1268, 1269, 87, 1270, 1271, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 1286, 1283, 87, 87, 87, 1282, 87, 1287, 87, 1285, 1273, 1272, 1284, 1274, 87, 1275, 1288, 1289, 1291, 87, 1276, 87, 1277, 87, 1295, 1292, 87, 87, 1278, 87, 87, 1296, 87, 1279, 1280, 1290, 87, 1294, 87, 1297, 1281, 87, 1293, 1302, 87, 1303, 87, 1298, 1299, 1305, 87, 87, 87, 1310, 1300, 87, 1301, 1308, 87, 87, 87, 87, 87, 1311, 1309, 87, 1304, 1316, 87, 1307, 1313, 1314, 87, 87, 87, 87, 87, 1317, 87, 1312, 1319, 1315, 87, 1322, 87, 87, 87, 87, 87, 87, 1321, 1318, 87, 1327, 1320, 1325, 1324, 1326, 1323, 1329, 87, 87, 1328, 1331, 87, 87, 1335, 87, 1330, 1334, 87, 87, 87, 87, 87, 87, 1340, 87, 87, 1341, 1332, 1337, 1342, 1343, 87, 87, 1333, 87, 1345, 1336, 1339, 1338, 1346, 1344, 1347, 87, 87, 87, 87, 87, 87, 1351, 1352, 87, 1348, 87, 1354, 1353, 87, 1355, 1350, 1349, 87, 87, 1356, 1357, 87, 1358, 87, 87, 87, 87, 1365, 87, 1367, 1361, 87, 87, 87, 169, 87, 87, 1360, 1359, 1363, 1364, 1369, 1362, 87, 87, 1371, 1368, 87, 1366, 87, 1372, 87, 87, 1373, 1374, 87, 1375, 1370, 87, 87, 87, 87, 87, 1378, 1377, 1379, 87, 1381, 1376, 87, 1385, 1380, 1383, 1386, 87, 87, 87, 87, 1382, 87, 87, 1390, 1389, 87, 1387, 87, 87, 87, 87, 87, 1384, 1394, 1396, 1397, 1399, 1388, 1398, 87, 87, 87, 1395, 1391, 87, 87, 1392, 1401, 1393, 87, 1400, 1403, 87, 87, 1402, 87, 1407, 87, 87, 1406, 1404, 87, 87, 1408, 1409, 87, 87, 87, 87, 87, 1405, 87, 87, 1412, 1415, 1410, 1411, 87, 87, 1413, 1416, 87, 87, 1417, 87, 1422, 1418, 1423, 1414, 87, 87, 87, 87, 87, 1420, 1425, 1419, 1426, 87, 87, 87, 87, 1431, 1421, 1424, 87, 87, 87, 87, 87, 87, 1427, 1429, 1428, 87, 87, 1433, 1438, 87, 1430, 87, 87, 1439, 1432, 1437, 1440, 1441, 1434, 173, 1436, 87, 87, 87, 87, 1435, 87, 87, 1446, 87, 1449, 87, 87, 87, 1451, 1443, 1445, 1444, 1447, 1442, 87, 1448, 1452, 87, 87, 87, 1459, 1450, 87, 1455, 1456, 1453, 87, 87, 1457, 87, 87, 87, 1458, 1454, 87, 1461, 87, 87, 87, 1464, 87, 1468, 87, 1460, 1465, 87, 1462, 87, 87, 87, 87, 1470, 87, 1463, 87, 1466, 87, 1467, 1471, 1469, 1474, 1482, 87, 87, 87, 1473, 1472, 1476, 1480, 87, 1481, 87, 1475, 1483, 87, 87, 1477, 1486, 1478, 87, 87, 1479, 1484, 1487, 1485, 87, 87, 87, 87, 87, 1494, 87, 1491, 87, 87, 1490, 87, 87, 1488, 1495, 87, 1493, 168, 1489, 1497, 1496, 87, 1492, 1499, 87, 87, 1500, 87, 87, 87, 1501, 1498, 1503, 1504, 87, 1502, 87, 1505, 87, 87, 87, 87, 87, 1509, 87, 87, 87, 87, 1512, 1506, 87, 1507, 1510, 1517, 1511, 87, 1513, 1508, 87, 87, 87, 1514, 1520, 87, 1516, 1518, 1515, 87, 87, 1519, 87, 87, 1523, 87, 1530, 1521, 87, 87, 1532, 1522, 87, 87, 1524, 1526, 87, 1528, 87, 87, 87, 1525, 87, 1529, 1527, 87, 87, 1535, 1533, 1531, 1538, 87, 1534, 87, 87, 87, 1540, 87, 1537, 1557, 1536, 1541, 87, 1539, 87, 1542, 1554, 1543, 1544, 87, 1545, 87, 1546, 87, 1556, 1555, 1547, 1553, 87, 1548, 1549, 87, 1558, 87, 1550, 1560, 87, 1563, 87, 87, 1551, 87, 1559, 1561, 1552, 87, 87, 1565, 87, 87, 1562, 1566, 87, 1567, 87, 1570, 1571, 1572, 87, 87, 1564, 87, 87, 87, 87, 87, 1578, 1573, 1575, 1568, 1569, 87, 87, 87, 1580, 87, 87, 1579, 1576, 1574, 87, 1581, 87, 1577, 87, 87, 1582, 1590, 1583, 87, 1589, 87, 1591, 1584, 1592, 1593, 87, 87, 1585, 87, 1586, 87, 1587, 1595, 1588, 87, 87, 1594, 1600, 1597, 87, 87, 87, 1601, 87, 1599, 1596, 87, 87, 1602, 1603, 87, 1605, 1598, 87, 87, 87, 1611, 87, 1612, 1607, 87, 1606, 87, 1604, 87, 87, 87, 87, 1614, 1610, 87, 1616, 1608, 1609, 87, 87, 1613, 1619, 87, 1615, 87, 1617, 87, 1618, 87, 1622, 1623, 87, 1625, 87, 87, 87, 87, 1620, 1627, 1626, 87, 1624, 87, 1628, 87, 1632, 87, 1621, 1633, 1629, 87, 1631, 1634, 87, 1630, 87, 1635, 87, 87, 87, 1640, 87, 1636, 87, 87, 87, 87, 1645, 1643, 87, 87, 1637, 1648, 87, 1646, 87, 87, 87, 87, 1638, 1639, 1642, 87, 1641, 1647, 1650, 1644, 87, 87, 87, 87, 1652, 1651, 1653, 1649, 1655, 87, 1656, 87, 1658, 87, 1654, 87, 1657, 87, 1659, 87, 1660, 87, 1661, 87, 87, 1666, 1667, 1663, 87, 87, 1664, 87, 87, 1662, 1668, 87, 1670, 1665, 87, 87, 1669, 87, 87, 1674, 87, 87, 87, 1671, 1675, 87, 87, 1677, 1673, 173, 87, 87, 1683, 1684, 1672, 87, 1679, 87, 87, 87, 87, 1676, 87, 1678, 1680, 1687, 1685, 87, 1686, 1688, 1681, 87, 1692, 1693, 1682, 1689, 1690, 87, 87, 87, 87, 87, 1691, 87, 1698, 87, 87, 87, 87, 87, 1695, 87, 1702, 87, 1696, 1704, 87, 1694, 1706, 1697, 87, 87, 87, 87, 1710, 1699, 1701, 1703, 87, 1711, 87, 1700, 87, 87, 1705, 1708, 1709, 1713, 87, 1707, 1712, 1714, 87, 87, 87, 87, 1715, 87, 1719, 1722, 1724, 1720, 87, 1716, 1721, 87, 87, 1717, 1723, 1726, 1718, 87, 87, 87, 1728, 87, 87, 87, 1725, 1729, 87, 1733, 1727, 87, 87, 87, 87, 87, 1734, 1735, 87, 1730, 1738, 1732, 87, 1736, 87, 87, 1743, 1731, 87, 87, 1747, 87, 1740, 1737, 1739, 1744, 87, 87, 87, 87, 1741, 87, 1742, 87, 87, 87, 1745, 87, 1746, 1748, 87, 87, 1755, 87, 1749, 1751, 1757, 1756, 1750, 1752, 1753, 87, 1754, 87, 87, 87, 1762, 87, 87, 87, 1767, 1758, 87, 1761, 1768, 1759, 87, 1764, 87, 1766, 87, 87, 1763, 87, 1760, 87, 1769, 87, 1770, 1765, 1771, 87, 87, 166, 87, 1776, 1777, 1773, 1772, 1775, 1778, 87, 87, 1786, 1774, 87, 87, 87, 1779, 87, 1780, 1783, 87, 87, 1785, 87, 87, 1784, 87, 87, 87, 1791, 87, 87, 87, 87, 1790, 1787, 1794, 1781, 1788, 1782, 1793, 1789, 87, 1797, 87, 164, 1799, 1795, 1798, 87, 1792, 1800, 87, 87, 87, 1803, 87, 1801, 87, 87, 87, 1796, 87, 87, 1802, 1807, 87, 1811, 1806, 87, 87, 87, 87, 87, 1812, 1804, 87, 1805, 87, 1817, 87, 1808, 87, 1809, 1810, 87, 1819, 1815, 1813, 1820, 87, 1814, 87, 87, 87, 87, 87, 1818, 87, 1822, 87, 1821, 1816, 87, 87, 1830, 87, 87, 87, 1831, 87, 1823, 1824, 1825, 1827, 1826, 1835, 87, 1829, 1828, 1836, 87, 1834, 87, 87, 87, 1832, 1833, 1837, 1838, 87, 87, 87, 87, 1843, 87, 87, 1839, 1844, 1847, 1841, 87, 87, 87, 87, 1840, 1842, 1848, 1852, 87, 87, 1845, 1854, 1846, 87, 1853, 1849, 87, 87, 1857, 1851, 87, 87, 1850, 87, 87, 1858, 87, 1859, 1855, 1856, 1860, 87, 87, 87, 1865, 1866, 87, 87, 1868, 87, 87, 1861, 1863, 87, 87, 87, 1871, 1872, 1870, 1862, 87, 87, 1864, 87, 1875, 1867, 1874, 87, 1876, 87, 1869, 87, 87, 87, 87, 87, 87, 1880, 87, 87, 1873, 87, 1885, 87, 87, 1883, 87, 1877, 1878, 1879, 87, 87, 87, 1892, 1891, 1889, 1881, 87, 1882, 1884, 87, 1886, 87, 1888, 1887, 1890, 1893, 87, 87, 87, 87, 1898, 87, 87, 87, 87, 1903, 87, 87, 1901, 1894, 87, 1895, 87, 1906, 1904, 1899, 87, 87, 1897, 1902, 1900, 87, 1896, 87, 87, 87, 87, 1905, 1910, 1916, 1912, 87, 1909, 1913, 87, 1914, 1908, 173, 1907, 87, 1915, 87, 1911, 87, 1917, 87, 87, 87, 1918, 87, 87, 87, 87, 1919, 87, 1927, 87, 1920, 87, 1921, 1926, 1924, 87, 1928, 87, 1922, 1923, 1930, 87, 87, 1929, 1932, 1931, 1935, 1925, 1933, 1934, 87, 87, 87, 87, 1938, 1940, 1936, 87, 1939, 1942, 87, 87, 1937, 87, 87, 87, 1945, 87, 1943, 87, 87, 87, 87, 87, 1944, 1948, 1950, 1941, 1949, 87, 1952, 87, 1953, 1946, 87, 87, 87, 87, 1947, 87, 1957, 87, 1958, 87, 87, 87, 87, 1951, 1954, 87, 1967, 1956, 1968, 1955, 1966, 1960, 87, 1959, 1965, 1962, 87, 87, 1963, 87, 1961, 87, 87, 1976, 1969, 87, 1970, 1971, 1973, 87, 1964, 1974, 87, 1977, 87, 87, 87, 1979, 87, 87, 1978, 87, 1980, 1981, 1972, 1975, 87, 1983, 87, 87, 87, 1982, 87, 1988, 1989, 1987, 1984, 1990, 1992, 87, 87, 87, 87, 87, 87, 87, 1991, 1985, 87, 87, 1986, 1995, 87, 1994, 1996, 87, 87, 87, 87, 87, 87, 87, 87, 1997, 87, 1993, 87, 87, 2007, 2008, 87, 1999, 87, 2002, 2003, 1998, 2000, 87, 2001, 2005, 2004, 87, 87, 87, 2010, 2013, 2014, 2006, 87, 2009, 87, 87, 87, 2011, 2012, 87, 87, 2021, 2019, 87, 2023, 87, 87, 2015, 2016, 2018, 87, 87, 2022, 87, 2017, 2025, 87, 2027, 87, 87, 2020, 87, 87, 2026, 87, 87, 2024, 87, 2028, 87, 87, 2032, 2029, 2035, 2034, 87, 2036, 87, 87, 2031, 2033, 2042, 87, 2030, 87, 2037, 2043, 87, 2040, 87, 2038, 2044, 87, 87, 2045, 2039, 2047, 2048, 87, 87, 87, 87, 2041, 2050, 87, 2051, 2052, 2046, 87, 87, 87, 2053, 2049, 87, 2055, 87, 87, 87, 87, 87, 2064, 87, 2058, 2065, 87, 2054, 87, 2060, 2063, 2056, 2061, 2057, 87, 87, 2068, 2059, 87, 87, 2072, 2066, 87, 2062, 87, 2073, 87, 87, 87, 2074, 87, 87, 2078, 2070, 87, 2067, 2069, 2079, 2071, 2075, 87, 87, 87, 2082, 87, 2084, 87, 2083, 2077, 87, 2081, 87, 2089, 2076, 2088, 2086, 2080, 87, 2087, 2085, 87, 87, 2093, 87, 87, 87, 87, 2094, 87, 87, 2100, 2098, 87, 2102, 87, 2090, 87, 2095, 2103, 2092, 2096, 2091, 87, 2099, 87, 87, 2097, 2104, 2106, 87, 2101, 87, 87, 87, 87, 2107, 2111, 87, 2115, 2105, 87, 87, 87, 2113, 87, 87, 87, 2110, 87, 2114, 2112, 2108, 2109, 2116, 87, 87, 87, 87, 87, 87, 2117, 2121, 2120, 87, 2122, 2118, 87, 2119, 2124, 2130, 2123, 2125, 2128, 87, 87, 87, 2131, 2126, 87, 87, 2127, 2132, 87, 2134, 87, 87, 87, 2133, 2138, 87, 2140, 87, 87, 87, 2129, 87, 87, 2144, 87, 2135, 87, 87, 87, 2136, 2139, 2137, 2146, 87, 87, 2142, 87, 87, 2147, 2143, 2141, 2149, 2150, 2151, 87, 87, 2145, 2148, 2153, 87, 87, 173, 87, 2157, 87, 2160, 87, 87, 87, 2154, 2155, 2156, 87, 2158, 2164, 87, 87, 2152, 87, 2159, 2162, 2165, 87, 87, 87, 87, 2161, 87, 87, 2167, 87, 2163, 2166, 87, 2169, 2168, 2170, 2175, 87, 2171, 87, 87, 87, 87, 87, 2172, 87, 2178, 2231, 2173, 2176, 2179, 87, 2174, 87, 2182, 87, 2180, 2177, 87, 2184, 2185, 2181, 87, 2183, 2187, 87, 2188, 87, 87, 87, 87, 2186, 87, 87, 2190, 87, 2191, 87, 87, 87, 2189, 87, 87, 87, 2196, 87, 2197, 87, 87, 2192, 2201, 2198, 87, 2202, 87, 2194, 2195, 2193, 2200, 2199, 87, 2203, 87, 87, 2210, 87, 2211, 2208, 2206, 2209, 87, 87, 87, 87, 2204, 2207, 87, 87, 87, 87, 2205, 2218, 87, 87, 87, 2221, 87, 2213, 2222, 87, 87, 2212, 2214, 2216, 87, 2215, 87, 2219, 2217, 2220, 2223, 87, 2224, 2225, 87, 87, 2226, 2227, 2230, 87, 2232, 2228, 2234, 87, 87, 2229, 87, 2233, 87, 2236, 87, 87, 87, 87, 87, 87, 2238, 2240, 2241, 87, 87, 2235, 87, 2244, 87, 87, 87, 2243, 2245, 87, 87, 2247, 87, 2237, 2248, 87, 2249, 2239, 87, 2251, 2242, 87, 2259, 2250, 87, 87, 2246, 87, 87, 87, 2256, 87, 2258, 2252, 2253, 2254, 87, 87, 2262, 2264, 2255, 2263, 2257, 87, 2265, 87, 87, 2260, 2268, 2261, 87, 2266, 87, 2271, 87, 87, 87, 87, 2267, 87, 87, 2269, 87, 2272, 2275, 87, 87, 2270, 87, 2277, 87, 2280, 2281, 87, 87, 2273, 87, 2274, 2282, 87, 2278, 2284, 87, 2276, 2279, 2286, 2283, 87, 87, 2289, 87, 87, 87, 87, 87, 87, 2287, 2293, 87, 2285, 87, 2296, 87, 87, 87, 2299, 2291, 2292, 87, 2288, 2290, 2297, 87, 2294, 2303, 2295, 2300, 87, 87, 2305, 87, 87, 3920, 2304, 87, 87, 2308, 87, 2302, 2298, 2311, 2307, 87, 87, 2301, 2309, 87, 2312, 87, 87, 87, 2306, 87, 87, 2313, 87, 2310, 87, 87, 2314, 2318, 87, 87, 87, 2320, 87, 2323, 2315, 87, 2324, 2319, 87, 2326, 2316, 2317, 87, 87, 87, 87, 87, 2321, 2329, 87, 2325, 87, 87, 2334, 87, 2327, 2322, 2333, 2328, 87, 87, 87, 87, 87, 2330, 2398, 2331, 2339, 87, 2340, 87, 2332, 87, 87, 87, 2335, 2337, 87, 2336, 2338, 2341, 2342, 2343, 87, 87, 87, 2344, 2350, 2345, 2348, 87, 2349, 87, 87, 87, 87, 2346, 87, 2352, 2356, 87, 2347, 87, 87, 87, 87, 87, 2359, 2361, 87, 2363, 2351, 87, 2362, 2353, 2354, 2360, 2355, 2357, 2358, 87, 87, 87, 87, 2369, 87, 2370, 87, 2368, 2364, 2371, 87, 2365, 2373, 2374, 2372, 87, 2366, 87, 87, 87, 87, 2367, 2376, 2378, 87, 87, 87, 87, 2380, 87, 87, 2382, 2377, 2384, 87, 2386, 2375, 2379, 2381, 87, 87, 87, 87, 2389, 87, 87, 87, 2388, 173, 87, 87, 87, 2383, 2392, 87, 2387, 2385, 2397, 87, 2396, 3920, 2393, 2394, 2403, 2390, 87, 2391, 87, 2399, 87, 2395, 2400, 87, 87, 2401, 2402, 87, 87, 2406, 87, 2404, 87, 87, 87, 87, 2407, 2408, 87, 2409, 87, 2412, 2415, 2410, 87, 2411, 2413, 87, 2405, 87, 87, 87, 2414, 87, 2418, 87, 87, 2422, 87, 87, 87, 2421, 2417, 2419, 87, 2416, 87, 2420, 2423, 2424, 87, 2425, 87, 2426, 2427, 87, 87, 87, 2432, 87, 2428, 2429, 87, 2433, 87, 2435, 87, 2434, 87, 87, 87, 87, 87, 87, 2430, 87, 2431, 2437, 87, 2440, 87, 87, 2443, 87, 2436, 87, 2439, 2438, 2442, 2444, 2441, 87, 2446, 2448, 2447, 2445, 87, 87, 2452, 87, 87, 2450, 87, 2453, 2449, 87, 87, 2459, 87, 87, 2451, 87, 3920, 87, 87, 2461, 87, 87, 2454, 2462, 87, 2455, 2456, 2457, 87, 2458, 2460, 2465, 87, 87, 2463, 87, 2466, 2467, 87, 87, 2468, 2470, 2464, 2471, 87, 87, 87, 87, 87, 87, 87, 2476, 2473, 87, 2477, 87, 2469, 87, 2472, 87, 87, 87, 2478, 87, 87, 87, 87, 2475, 2474, 2479, 2482, 2480, 2481, 2483, 2485, 2487, 87, 87, 2486, 87, 2488, 87, 87, 2484, 2490, 2491, 2494, 2489, 2492, 2496, 2497, 87, 87, 87, 87, 87, 2500, 2498, 87, 2495, 2501, 2493, 87, 2503, 2504, 87, 87, 87, 87, 87, 87, 2506, 2499, 87, 2502, 2507, 2508, 87, 87, 2510, 2512, 87, 2515, 2505, 87, 2511, 87, 2509, 87, 87, 87, 2517, 2519, 87, 87, 87, 2513, 2522, 87, 2521, 2518, 2514, 87, 2523, 2516, 87, 87, 2524, 87, 2528, 87, 87, 87, 87, 2532, 87, 2520, 2529, 87, 2533, 87, 87, 2531, 2525, 2526, 87, 2530, 87, 2527, 2534, 2535, 87, 2536, 2538, 87, 87, 2539, 2537, 2540, 87, 87, 2543, 87, 87, 2545, 2544, 2541, 87, 2547, 87, 2550, 87, 87, 87, 87, 87, 2552, 2548, 87, 2542, 87, 2546, 87, 2553, 2551, 2549, 87, 2554, 87, 87, 87, 2555, 2557, 87, 2561, 2560, 87, 87, 2556, 2558, 2562, 2564, 2559, 87, 87, 2563, 87, 87, 2566, 87, 2567, 87, 2565, 87, 2569, 87, 2568, 87, 2570, 2572, 2571, 2575, 87, 87, 2574, 87, 87, 87, 87, 87, 87, 2573, 87, 2583, 87, 2576, 87, 3920, 87, 87, 87, 2577, 2579, 2578, 2581, 2587, 2584, 2582, 2585, 2586, 87, 87, 2580, 87, 87, 2588, 2590, 87, 87, 2591, 2589, 87, 2594, 2593, 87, 2599, 87, 87, 87, 2595, 2601, 87, 2592, 2598, 87, 87, 2596, 2600, 87, 2604, 87, 87, 87, 2605, 87, 2602, 2597, 173, 87, 3920, 2610, 2616, 2612, 2603, 2606, 2607, 87, 2613, 87, 2614, 2615, 87, 2608, 2609, 87, 87, 87, 87, 87, 2611, 87, 87, 2617, 2622, 87, 87, 2623, 2627, 87, 87, 2626, 2618, 87, 2628, 87, 87, 87, 2619, 2621, 2632, 2624, 2620, 2631, 87, 87, 87, 2629, 2630, 87, 2635, 2633, 2625, 87, 2636, 2637, 87, 87, 87, 2639, 87, 87, 2638, 87, 2634, 87, 87, 2640, 87, 2641, 2642, 87, 87, 2645, 87, 87, 87, 87, 2643, 2649, 87, 87, 87, 87, 2646, 2644, 2647, 2653, 2655, 87, 2648, 87, 2651, 2650, 87, 2656, 2657, 2652, 87, 2658, 87, 2659, 2654, 87, 87, 87, 87, 87, 2667, 87, 2664, 87, 87, 87, 87, 2662, 87, 87, 2661, 2665, 2668, 87, 87, 2663, 2660, 2666, 87, 87, 2678, 2679, 2669, 87, 2670, 2671, 87, 87, 87, 87, 2676, 2672, 2674, 2673, 87, 2675, 87, 87, 2680, 2684, 2677, 2681, 2683, 2682, 2686, 87, 87, 87, 87, 87, 2688, 2687, 87, 87, 2685, 87, 87, 2693, 2694, 87, 87, 2689, 2695, 2696, 87, 87, 2691, 87, 2692, 87, 87, 87, 2700, 2690, 2783, 2701, 2702, 87, 87, 2703, 2697, 87, 2698, 2699, 2704, 87, 2705, 2708, 87, 87, 2706, 2709, 87, 2707, 2710, 87, 87, 87, 87, 87, 2711, 2715, 87, 2716, 87, 2718, 87, 87, 2720, 87, 2714, 87, 2723, 87, 87, 87, 2712, 2713, 2717, 2722, 2724, 87, 87, 87, 2727, 2719, 2721, 87, 87, 2725, 87, 2726, 2729, 87, 87, 2733, 87, 87, 3920, 2732, 2735, 87, 2730, 87, 2728, 87, 87, 87, 87, 2731, 2737, 2739, 2738, 87, 2740, 87, 2734, 2742, 87, 87, 87, 2736, 2745, 87, 2748, 87, 2743, 2749, 87, 2741, 2744, 87, 87, 87, 2746, 87, 87, 2755, 87, 87, 2754, 87, 2747, 87, 87, 2758, 2751, 87, 2750, 2757, 2753, 87, 2760, 2762, 87, 2752, 87, 87, 2756, 87, 87, 87, 2759, 2763, 2764, 87, 2761, 87, 2770, 2776, 2765, 87, 87, 87, 2772, 87, 2768, 2766, 2767, 87, 2771, 87, 2773, 87, 87, 2777, 2778, 87, 2779, 2780, 87, 2769, 87, 87, 87, 87, 87, 2774, 2785, 2775, 2787, 2784, 87, 2782, 87, 87, 87, 2788, 2791, 2789, 2792, 2790, 2781, 2795, 87, 87, 87, 87, 87, 87, 2786, 2794, 2796, 2797, 87, 87, 2793, 87, 2800, 87, 87, 87, 87, 87, 87, 87, 3920, 2799, 2802, 2803, 2798, 2804, 2805, 2807, 2808, 2806, 3920, 2801, 87, 87, 87, 87, 2809, 2814, 2810, 2811, 87, 2813, 87, 87, 2812, 87, 2815, 87, 87, 2818, 87, 2820, 87, 2817, 2816, 173, 87, 2819, 87, 87, 2821, 87, 2826, 87, 87, 87, 87, 2828, 87, 87, 2831, 2827, 2822, 2829, 2823, 2824, 2830, 2825, 2832, 87, 87, 87, 87, 87, 2836, 2833, 87, 2837, 87, 2841, 87, 87, 2835, 2897, 2834, 2839, 2842, 87, 2843, 87, 2840, 87, 2844, 2838, 2845, 87, 87, 87, 2848, 2846, 2849, 87, 2847, 87, 87, 87, 87, 2851, 87, 87, 2850, 87, 2853, 87, 2855, 87, 87, 2852, 2859, 2856, 87, 2854, 87, 2858, 87, 2861, 87, 87, 87, 2863, 2860, 2862, 2864, 87, 2857, 87, 87, 2867, 87, 87, 2865, 2866, 87, 2871, 87, 87, 2870, 2868, 87, 87, 87, 87, 87, 2873, 87, 2881, 87, 87, 2872, 2869, 2878, 87, 2880, 87, 2883, 87, 2877, 87, 87, 2874, 2875, 2876, 87, 2882, 2879, 87, 2884, 87, 87, 2890, 87, 87, 2888, 2885, 87, 87, 2894, 2886, 2895, 87, 2893, 2887, 87, 2891, 87, 87, 87, 2896, 87, 2889, 2892, 87, 2901, 87, 2898, 87, 2902, 87, 2903, 87, 2899, 87, 2900, 87, 2904, 87, 2906, 87, 2908, 2909, 2905, 2910, 87, 2912, 87, 2914, 87, 87, 87, 87, 87, 87, 87, 87, 2911, 2907, 2918, 2913, 87, 87, 87, 87, 2924, 87, 2916, 2922, 2923, 2915, 2917, 2925, 87, 2926, 87, 87, 2928, 87, 2920, 87, 87, 2919, 2921, 87, 87, 87, 87, 87, 2931, 2933, 2936, 87, 87, 2929, 2927, 87, 87, 2934, 87, 2935, 87, 2940, 2930, 2932, 2938, 87, 2939, 87, 2937, 2943, 87, 87, 87, 2942, 2941, 2944, 87, 87, 2945, 87, 2950, 2951, 87, 87, 2946, 87, 87, 87, 2952, 87, 2947, 2948, 87, 87, 2956, 2949, 2954, 87, 87, 2955, 2957, 87, 87, 2953, 87, 87, 2958, 2959, 87, 2960, 2961, 2965, 87, 2964, 2967, 87, 2968, 87, 87, 2966, 87, 2962, 2963, 2969, 87, 87, 87, 2971, 87, 2974, 2970, 2973, 87, 2975, 87, 2976, 87, 87, 2972, 87, 87, 87, 87, 2983, 87, 87, 2985, 87, 2977, 2986, 87, 2979, 87, 2988, 87, 87, 87, 2978, 2982, 87, 2980, 87, 2981, 2987, 2984, 87, 2990, 2989, 2991, 87, 2993, 87, 2996, 87, 87, 2998, 87, 87, 87, 87, 87, 2992, 87, 2997, 87, 87, 87, 173, 87, 2994, 3007, 2995, 3001, 3004, 87, 3009, 3003, 3005, 3000, 3008, 87, 87, 87, 2999, 3002, 87, 87, 87, 3006, 3010, 87, 3017, 87, 87, 87, 3016, 3011, 3012, 87, 87, 87, 3019, 87, 3013, 3920, 3021, 3025, 3022, 3014, 3015, 3023, 87, 87, 3020, 3024, 87, 3018, 87, 3026, 87, 3027, 87, 3028, 87, 87, 87, 87, 87, 87, 87, 3029, 87, 87, 87, 3030, 87, 87, 3040, 87, 87, 3032, 3038, 87, 3031, 87, 3034, 3033, 87, 3044, 3036, 3035, 3037, 3047, 3039, 87, 87, 3041, 3042, 3045, 87, 3043, 3046, 87, 87, 3049, 87, 3048, 3050, 87, 3052, 87, 87, 3051, 87, 87, 87, 87, 3053, 87, 87, 3056, 87, 87, 3054, 87, 3062, 3064, 87, 87, 3055, 3057, 3063, 3058, 87, 3059, 3060, 87, 3061, 3065, 87, 87, 87, 3066, 3069, 87, 3071, 3067, 3068, 3070, 87, 87, 87, 3075, 87, 3072, 87, 3078, 87, 3073, 87, 3077, 87, 87, 87, 87, 3074, 87, 3076, 87, 87, 87, 3086, 3088, 3085, 3082, 3083, 3087, 87, 87, 3079, 87, 3080, 3081, 3089, 87, 87, 3084, 87, 87, 3091, 87, 87, 87, 87, 87, 3095, 87, 3090, 3097, 3093, 87, 87, 87, 3920, 3092, 3102, 3103, 87, 3094, 87, 87, 3096, 3098, 3099, 3106, 87, 3100, 87, 3101, 3105, 87, 3107, 87, 87, 3104, 87, 3109, 3114, 87, 87, 87, 3112, 3108, 3113, 87, 3110, 3117, 87, 3111, 87, 87, 87, 87, 3115, 3122, 87, 87, 87, 3120, 3116, 87, 87, 3126, 87, 3125, 87, 3124, 87, 3123, 3118, 3119, 87, 3121, 3127, 87, 3129, 87, 87, 87, 3133, 3131, 3132, 3128, 3130, 3135, 87, 87, 87, 3137, 87, 87, 3140, 87, 87, 87, 87, 87, 3134, 3138, 3147, 87, 87, 87, 3144, 87, 87, 3141, 3136, 3142, 3143, 3145, 3146, 3139, 3150, 87, 87, 87, 87, 87, 87, 3149, 3151, 3152, 3154, 3148, 87, 87, 3155, 87, 3153, 87, 87, 87, 87, 87, 3157, 3158, 3160, 3161, 3163, 87, 3164, 87, 87, 3156, 3159, 3162, 87, 3165, 3166, 87, 87, 3167, 3169, 173, 87, 87, 87, 3170, 3174, 3171, 87, 87, 87, 87, 87, 3175, 3176, 87, 3168, 87, 3178, 87, 3180, 3172, 3173, 87, 3177, 3664, 3179, 3181, 87, 3182, 87, 87, 3184, 3185, 87, 87, 3183, 3187, 3186, 87, 87, 87, 3188, 87, 3189, 3190, 3192, 87, 87, 87, 87, 3193, 87, 3194, 3195, 3191, 87, 87, 87, 3196, 3200, 3201, 87, 87, 87, 3198, 87, 87, 3202, 3204, 87, 3197, 87, 87, 3203, 87, 3208, 3206, 3207, 3199, 3205, 87, 87, 87, 87, 87, 3209, 3210, 3211, 87, 87, 87, 87, 3216, 87, 87, 87, 87, 3213, 3214, 3215, 3218, 3212, 3217, 87, 3221, 87, 3220, 87, 3219, 87, 87, 3222, 87, 3223, 87, 3224, 3227, 87, 87, 3228, 87, 87, 87, 3232, 87, 87, 87, 3225, 3226, 3230, 3231, 3236, 87, 3229, 3234, 87, 87, 3237, 87, 3233, 87, 3235, 3240, 3241, 87, 3243, 3244, 87, 3247, 87, 3238, 87, 87, 87, 87, 87, 3239, 3248, 87, 87, 87, 3249, 87, 87, 3251, 3242, 3245, 3246, 3254, 3252, 87, 87, 87, 3255, 87, 3253, 3256, 3259, 87, 87, 3250, 3257, 87, 3261, 87, 3258, 3263, 87, 87, 3265, 87, 3266, 87, 87, 3260, 3267, 87, 3268, 87, 87, 3271, 87, 3262, 3269, 87, 87, 87, 3275, 3270, 87, 3273, 3264, 3276, 87, 87, 87, 87, 87, 3274, 87, 3281, 3277, 3282, 87, 3272, 3283, 87, 3284, 87, 87, 3286, 87, 3285, 87, 3278, 3279, 3280, 3288, 87, 87, 3291, 87, 87, 3292, 3287, 3293, 87, 87, 3295, 87, 87, 3289, 87, 87, 3299, 3300, 87, 87, 3305, 3290, 87, 3301, 3294, 3296, 87, 87, 3302, 3298, 3304, 87, 3297, 3303, 87, 3307, 3306, 87, 87, 87, 3308, 87, 87, 3313, 3314, 3315, 87, 87, 3312, 87, 87, 87, 87, 3318, 87, 3321, 3317, 87, 3310, 3311, 3309, 3319, 87, 87, 87, 87, 87, 3322, 3320, 3324, 87, 3316, 87, 3325, 87, 87, 87, 3332, 87, 3328, 87, 87, 3323, 3329, 3334, 87, 87, 3326, 3327, 87, 3331, 87, 3335, 3920, 3333, 3330, 3339, 3338, 3341, 3336, 87, 3340, 87, 3342, 87, 3337, 3344, 87, 87, 3345, 3343, 87, 3346, 87, 3347, 87, 3348, 87, 3349, 87, 87, 87, 87, 87, 87, 3351, 3353, 87, 87, 3356, 87, 3354, 87, 3358, 87, 3350, 87, 3355, 87, 3359, 87, 3352, 3363, 87, 3364, 87, 3357, 87, 3367, 87, 3365, 87, 3360, 3366, 3361, 87, 3362, 3368, 3370, 87, 3369, 3371, 87, 3373, 87, 87, 3372, 3375, 87, 87, 3374, 87, 3378, 87, 87, 87, 87, 87, 3376, 87, 3377, 3382, 87, 3379, 3380, 3383, 87, 87, 3385, 87, 87, 3384, 87, 3390, 3381, 87, 3386, 87, 3391, 87, 3387, 87, 87, 87, 87, 3388, 3393, 3394, 3392, 3396, 3397, 87, 3389, 87, 3399, 87, 3395, 87, 87, 87, 3402, 3403, 87, 3404, 87, 87, 3406, 3398, 3405, 87, 87, 3400, 87, 87, 3412, 3409, 87, 3407, 87, 87, 87, 87, 3410, 3401, 87, 87, 3415, 87, 3417, 3416, 3413, 87, 87, 87, 3408, 87, 3411, 87, 3419, 3420, 3414, 3418, 3421, 87, 3424, 3426, 87, 3425, 3422, 3427, 87, 3423, 3428, 87, 87, 87, 87, 87, 87, 87, 3435, 87, 3434, 3429, 87, 87, 87, 3438, 87, 3436, 3437, 87, 87, 87, 87, 3430, 3431, 3432, 3433, 3439, 87, 3444, 87, 3440, 87, 3442, 3447, 87, 3446, 87, 87, 3443, 87, 3441, 87, 3448, 87, 3449, 87, 3445, 87, 3450, 87, 3451, 3455, 87, 87, 87, 87, 3452, 87, 3453, 3459, 87, 87, 3456, 87, 87, 3454, 3457, 3458, 87, 3460, 87, 3463, 87, 3461, 87, 3464, 87, 3467, 87, 87, 3462, 3468, 3471, 87, 3465, 3472, 87, 87, 3466, 3474, 87, 87, 3469, 87, 3475, 87, 3477, 87, 3473, 3478, 87, 3476, 3479, 87, 3470, 3481, 87, 87, 87, 3482, 87, 87, 3480, 3483, 87, 3484, 3486, 3487, 87, 3490, 87, 3492, 87, 3485, 87, 87, 87, 3494, 3488, 3489, 87, 87, 3499, 87, 3498, 87, 87, 3491, 87, 3501, 87, 87, 87, 3493, 3495, 87, 3502, 3505, 87, 87, 3496, 3497, 3506, 87, 87, 87, 3500, 3509, 87, 87, 87, 3514, 3503, 87, 3507, 87, 3511, 87, 3504, 3512, 87, 87, 3518, 87, 3508, 3519, 87, 3510, 87, 3513, 3520, 87, 3515, 3516, 87, 3517, 87, 3522, 87, 3523, 3525, 3521, 87, 3524, 87, 87, 3529, 3530, 87, 3532, 3528, 87, 87, 87, 3531, 87, 87, 87, 3526, 3535, 87, 3534, 3536, 87, 3527, 87, 3538, 87, 3541, 87, 87, 3533, 87, 87, 87, 3546, 87, 3542, 87, 87, 87, 87, 3537, 3920, 3539, 3540, 3553, 3545, 3543, 3549, 3550, 87, 3551, 87, 87, 3548, 87, 3547, 3544, 3552, 87, 3555, 3556, 87, 3557, 87, 3558, 87, 3554, 87, 3560, 87, 87, 87, 3563, 87, 87, 87, 3559, 87, 87, 3564, 3565, 87, 87, 3561, 3567, 87, 3568, 87, 87, 3566, 87, 87, 3574, 87, 3569, 3575, 87, 3562, 87, 3570, 87, 87, 87, 87, 3571, 3581, 87, 3572, 3582, 87, 87, 3580, 3573, 87, 3578, 87, 87, 3577, 3585, 3576, 3583, 3579, 87, 3586, 87, 87, 87, 3588, 3584, 87, 3589, 3593, 3587, 3591, 87, 3595, 3590, 3592, 87, 87, 87, 87, 87, 3594, 3598, 87, 87, 3599, 3597, 87, 87, 3596, 87, 3601, 87, 3602, 87, 87, 87, 87, 87, 3605, 87, 87, 87, 87, 3600, 87, 3609, 3606, 3607, 3610, 3603, 87, 3604, 87, 87, 3608, 87, 3611, 87, 87, 87, 3615, 3612, 3613, 3619, 3620, 3622, 87, 87, 3614, 3616, 3617, 87, 3623, 87, 3618, 3621, 3625, 3624, 87, 3626, 3627, 87, 3628, 87, 87, 3631, 87, 87, 3629, 87, 3634, 87, 3632, 3630, 87, 3636, 87, 3637, 3638, 87, 87, 3639, 3640, 3644, 87, 3641, 87, 87, 3633, 3635, 3642, 3643, 3645, 87, 87, 3647, 87, 87, 87, 3650, 87, 87, 3651, 3646, 87, 87, 87, 3655, 87, 87, 87, 3654, 3649, 87, 87, 3648, 87, 87, 87, 87, 3660, 3659, 3920, 87, 3652, 3653, 3661, 3656, 3665, 87, 3657, 3666, 87, 3662, 87, 87, 3668, 3663, 3658, 3669, 87, 3670, 87, 3667, 3671, 87, 87, 87, 87, 3677, 3679, 3672, 3674, 87, 3678, 87, 87, 3675, 87, 87, 3676, 3673, 87, 87, 87, 3686, 87, 3683, 3684, 3687, 87, 3689, 87, 3681, 87, 87, 3688, 87, 3680, 87, 3682, 3690, 87, 3685, 3692, 3693, 87, 3695, 87, 3691, 87, 3694, 87, 3698, 87, 3699, 87, 3700, 87, 3696, 3701, 87, 3702, 87, 3703, 87, 3704, 87, 3705, 87, 3697, 87, 87, 3708, 87, 3709, 87, 87, 87, 87, 87, 3707, 3714, 87, 87, 87, 3710, 3716, 87, 87, 3711, 87, 87, 87, 3720, 3713, 87, 3706, 87, 3712, 3717, 87, 3718, 3715, 3719, 3722, 87, 87, 3721, 3724, 87, 87, 3725, 3723, 3727, 87, 3729, 3728, 87, 3726, 87, 3732, 87, 3731, 87, 87, 87, 87, 87, 87, 3734, 87, 87, 87, 3738, 87, 3730, 3740, 3733, 87, 3739, 3735, 87, 3742, 3736, 3737, 87, 3741, 87, 87, 87, 3745, 3746, 3748, 87, 3749, 87, 3750, 87, 3744, 87, 3743, 87, 3747, 3751, 87, 3754, 87, 87, 3753, 87, 3752, 3758, 87, 87, 87, 87, 87, 87, 3762, 3761, 87, 3764, 3756, 3757, 3760, 87, 3755, 87, 87, 87, 3763, 87, 87, 87, 87, 3759, 87, 87, 3765, 3773, 87, 3771, 87, 87, 3768, 87, 3766, 3767, 3770, 3772, 3776, 87, 3775, 3778, 87, 87, 3769, 3774, 87, 87, 3780, 3777, 87, 3779, 87, 3781, 3783, 87, 3784, 87, 3786, 87, 3785, 87, 87, 87, 3788, 3920, 3782, 3787, 3789, 87, 3790, 87, 3792, 87, 87, 3796, 3793, 87, 87, 3794, 3791, 3798, 3795, 87, 87, 87, 87, 87, 3802, 87, 3801, 3804, 87, 3797, 3805, 87, 3800, 3799, 3806, 87, 3807, 87, 87, 87, 3810, 87, 3803, 87, 87, 87, 87, 3815, 87, 87, 3816, 87, 87, 3808, 3812, 3819, 3820, 87, 3809, 3811, 3817, 87, 87, 87, 3814, 87, 87, 87, 87, 3813, 3818, 3821, 3824, 3825, 87, 87, 3822, 3826, 87, 3830, 87, 87, 87, 87, 3823, 87, 3832, 3827, 3828, 3829, 3834, 87, 87, 87, 87, 87, 87, 3831, 3841, 87, 3839, 3840, 87, 3833, 87, 3836, 3837, 87, 87, 87, 3835, 3846, 87, 3838, 3847, 3848, 87, 3845, 87, 3849, 3920, 87, 3842, 3844, 87, 3843, 87, 87, 3854, 3850, 87, 3851, 3852, 87, 87, 3853, 3855, 87, 3856, 3857, 87, 87, 87, 87, 87, 3859, 87, 3864, 3858, 87, 3861, 87, 87, 87, 87, 3867, 87, 3868, 3869, 87, 87, 3860, 87, 3862, 3866, 3863, 87, 3872, 3865, 3870, 87, 87, 3871, 87, 3876, 3873, 3877, 87, 87, 87, 87, 3881, 3879, 3875, 87, 3874, 87, 3883, 87, 3884, 3878, 87, 87, 87, 3888, 87, 3885, 3889, 87, 3886, 87, 87, 3891, 3882, 87, 3880, 3890, 3892, 87, 87, 87, 3893, 3887, 87, 87, 87, 3894, 87, 3896, 3898, 87, 87, 3900, 87, 87, 87, 3901, 87, 3904, 3895, 3905, 87, 87, 3897, 3899, 87, 3908, 3909, 87, 87, 3911, 87, 3902, 3903, 3906, 87, 3910, 3912, 87, 87, 87, 3907, 3913, 87, 3914, 3915, 87, 3918, 87, 3919, 87, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3916, 3920, 3920, 3917, 48, 48, 48, 48, 48, 48, 48, 53, 53, 53, 53, 53, 53, 53, 58, 58, 58, 58, 58, 58, 58, 64, 64, 64, 64, 64, 64, 64, 69, 69, 69, 69, 69, 69, 69, 75, 75, 75, 75, 75, 75, 75, 81, 81, 81, 81, 81, 81, 81, 90, 90, 3920, 90, 90, 90, 90, 163, 163, 3920, 3920, 3920, 163, 163, 165, 165, 3920, 3920, 165, 3920, 165, 167, 3920, 3920, 3920, 3920, 3920, 167, 170, 170, 3920, 3920, 3920, 170, 170, 172, 3920, 3920, 3920, 3920, 3920, 172, 174, 174, 3920, 174, 174, 174, 174, 177, 3920, 3920, 3920, 3920, 3920, 177, 180, 180, 3920, 3920, 3920, 180, 180, 91, 91, 3920, 91, 91, 91, 91, 17, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920 } ; static yyconst flex_int16_t yy_chk[7676] = { 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, 3928, 35, 10, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 34, 13, 11, 35, 101, 34, 29, 38, 13, 46, 46, 11, 12, 12, 12, 12, 12, 12, 14, 14, 14, 14, 101, 14, 12, 15, 15, 15, 38, 23, 14, 23, 23, 12, 23, 3195, 15, 16, 16, 16, 23, 23, 27, 27, 30, 30, 31, 31, 16, 25, 27, 131, 25, 25, 27, 31, 25, 27, 32, 30, 47, 25, 32, 25, 131, 32, 31, 40, 45, 45, 25, 28, 32, 45, 32, 47, 28, 45, 36, 36, 28, 40, 97, 28, 44, 28, 28, 36, 44, 37, 37, 52, 52, 36, 37, 96, 28, 36, 44, 41, 41, 97, 44, 44, 41, 74, 57, 96, 37, 57, 37, 39, 39, 42, 41, 41, 39, 41, 42, 74, 39, 42, 43, 43, 93, 43, 39, 93, 42, 39, 68, 68, 42, 42, 43, 186, 39, 85, 85, 63, 43, 63, 63, 71, 63, 71, 71, 73, 71, 73, 73, 80, 73, 80, 80, 71, 80, 87, 186, 87, 87, 88, 87, 98, 90, 88, 90, 90, 87, 90, 94, 95, 102, 103, 94, 90, 90, 99, 95, 100, 99, 102, 100, 98, 104, 105, 106, 103, 103, 111, 104, 107, 109, 108, 116, 100, 104, 110, 104, 108, 113, 114, 110, 105, 105, 112, 109, 3169, 106, 111, 107, 110, 108, 118, 116, 117, 112, 112, 113, 114, 117, 115, 120, 119, 112, 115, 119, 118, 120, 119, 121, 122, 123, 124, 125, 123, 122, 126, 127, 123, 128, 126, 119, 119, 129, 127, 132, 120, 125, 121, 130, 129, 124, 128, 133, 123, 122, 124, 133, 130, 128, 134, 136, 135, 138, 140, 132, 135, 137, 139, 139, 142, 143, 137, 141, 144, 146, 137, 141, 134, 136, 151, 153, 137, 138, 140, 142, 141, 145, 146, 147, 145, 148, 141, 144, 152, 147, 151, 143, 147, 149, 149, 145, 153, 148, 150, 145, 156, 154, 155, 157, 155, 150, 158, 152, 157, 159, 160, 149, 156, 155, 149, 160, 150, 154, 158, 161, 162, 164, 164, 166, 182, 155, 166, 159, 161, 182, 168, 1212, 168, 168, 162, 168, 171, 171, 173, 184, 173, 173, 174, 173, 174, 174, 176, 174, 178, 176, 178, 178, 183, 178, 174, 181, 181, 184, 183, 185, 187, 188, 189, 190, 191, 193, 192, 183, 187, 194, 189, 192, 188, 197, 185, 187, 206, 195, 198, 191, 194, 196, 190, 198, 180, 193, 195, 196, 196, 199, 199, 200, 199, 204, 201, 206, 201, 200, 197, 201, 202, 203, 203, 207, 202, 204, 205, 209, 207, 202, 208, 205, 205, 210, 202, 208, 201, 211, 212, 209, 202, 202, 212, 211, 213, 214, 215, 216, 179, 213, 218, 219, 217, 210, 220, 224, 219, 223, 222, 220, 215, 214, 216, 222, 217, 229, 211, 217, 218, 221, 221, 224, 225, 221, 232, 221, 227, 223, 225, 226, 226, 235, 227, 235, 228, 229, 230, 221, 227, 221, 228, 231, 230, 233, 236, 232, 234, 231, 237, 233, 236, 234, 237, 238, 240, 239, 231, 239, 241, 238, 240, 242, 239, 243, 244, 245, 246, 242, 247, 248, 244, 241, 249, 251, 253, 250, 247, 249, 245, 252, 254, 256, 248, 243, 250, 254, 254, 245, 251, 257, 246, 255, 258, 257, 253, 252, 255, 259, 260, 256, 261, 262, 263, 259, 264, 266, 265, 262, 265, 264, 270, 261, 267, 273, 258, 268, 260, 260, 272, 267, 269, 268, 263, 279, 266, 271, 269, 273, 280, 270, 272, 271, 274, 274, 275, 275, 276, 277, 278, 281, 278, 282, 276, 277, 281, 283, 279, 284, 280, 285, 287, 286, 289, 282, 288, 284, 286, 278, 289, 288, 276, 290, 294, 291, 283, 292, 293, 290, 291, 285, 292, 295, 293, 287, 296, 297, 298, 294, 299, 300, 302, 301, 177, 302, 297, 295, 299, 301, 307, 303, 298, 303, 296, 304, 304, 305, 305, 306, 308, 308, 306, 309, 309, 310, 300, 331, 307, 311, 311, 312, 313, 314, 312, 316, 313, 315, 319, 318, 331, 310, 314, 320, 311, 318, 315, 322, 321, 320, 321, 323, 319, 322, 316, 323, 324, 324, 325, 326, 327, 328, 329, 325, 334, 326, 327, 330, 332, 332, 333, 335, 323, 333, 336, 335, 337, 338, 338, 339, 329, 328, 334, 340, 341, 327, 340, 343, 330, 342, 343, 346, 344, 336, 337, 342, 341, 339, 347, 350, 346, 348, 350, 340, 344, 345, 348, 351, 353, 345, 353, 353, 434, 354, 345, 352, 347, 345, 354, 354, 351, 358, 345, 345, 345, 345, 349, 352, 434, 349, 355, 349, 356, 355, 359, 356, 357, 357, 358, 360, 361, 358, 362, 349, 349, 349, 363, 349, 368, 359, 369, 362, 364, 364, 360, 363, 365, 361, 361, 366, 366, 365, 367, 367, 370, 369, 371, 372, 373, 370, 374, 375, 378, 368, 409, 387, 379, 375, 371, 376, 376, 379, 376, 380, 387, 374, 372, 384, 373, 380, 381, 376, 378, 409, 382, 381, 172, 383, 376, 382, 383, 384, 383, 385, 386, 382, 389, 386, 394, 385, 388, 388, 389, 390, 390, 395, 391, 396, 395, 397, 386, 391, 408, 386, 398, 386, 392, 392, 394, 392, 464, 401, 396, 464, 397, 392, 395, 400, 398, 392, 400, 404, 403, 408, 392, 401, 406, 392, 393, 393, 404, 393, 406, 405, 411, 407, 400, 403, 405, 405, 412, 407, 410, 411, 393, 414, 415, 393, 407, 393, 413, 393, 402, 416, 402, 402, 413, 410, 420, 412, 417, 170, 421, 414, 402, 402, 402, 402, 402, 418, 422, 402, 415, 416, 417, 418, 419, 425, 420, 418, 426, 419, 421, 423, 424, 422, 426, 428, 423, 424, 427, 427, 425, 429, 430, 431, 432, 433, 435, 419, 437, 438, 432, 435, 441, 429, 468, 428, 439, 431, 436, 436, 430, 436, 440, 442, 448, 442, 441, 468, 437, 438, 433, 443, 439, 447, 447, 449, 443, 444, 440, 444, 444, 445, 446, 448, 450, 445, 446, 451, 452, 457, 449, 461, 455, 485, 457, 453, 485, 444, 455, 456, 450, 446, 452, 453, 453, 451, 458, 459, 456, 466, 458, 471, 461, 460, 462, 453, 459, 453, 454, 460, 462, 463, 465, 454, 471, 463, 475, 465, 169, 466, 475, 454, 454, 467, 467, 454, 454, 469, 469, 454, 470, 472, 472, 473, 476, 470, 474, 477, 478, 473, 479, 474, 481, 478, 482, 479, 480, 480, 483, 476, 484, 486, 487, 490, 481, 480, 488, 487, 477, 489, 493, 488, 484, 489, 482, 490, 483, 491, 491, 492, 494, 494, 486, 495, 492, 500, 497, 498, 498, 501, 502, 493, 497, 503, 504, 505, 506, 501, 507, 509, 505, 512, 503, 510, 511, 495, 500, 512, 513, 167, 507, 502, 514, 518, 515, 504, 506, 509, 514, 509, 516, 510, 513, 515, 511, 517, 516, 518, 519, 520, 517, 521, 520, 522, 523, 524, 519, 525, 528, 519, 527, 524, 531, 523, 526, 521, 527, 526, 522, 529, 530, 532, 528, 533, 529, 532, 534, 525, 535, 537, 536, 534, 538, 531, 527, 536, 539, 542, 543, 544, 533, 551, 530, 535, 545, 537, 546, 548, 545, 539, 547, 538, 540, 540, 544, 547, 551, 542, 540, 543, 540, 553, 552, 548, 165, 546, 540, 552, 540, 549, 550, 540, 540, 549, 554, 550, 556, 553, 540, 550, 553, 557, 555, 554, 559, 560, 558, 552, 555, 558, 562, 556, 565, 555, 561, 561, 564, 557, 563, 563, 568, 566, 567, 567, 565, 560, 569, 559, 570, 571, 572, 564, 573, 570, 574, 562, 566, 577, 571, 568, 574, 576, 582, 583, 581, 584, 577, 573, 569, 572, 578, 579, 580, 576, 578, 579, 581, 582, 580, 584, 585, 586, 583, 587, 588, 589, 585, 590, 588, 590, 591, 592, 593, 593, 594, 595, 586, 596, 589, 592, 594, 587, 597, 596, 598, 600, 599, 595, 597, 599, 601, 603, 602, 605, 591, 603, 598, 602, 604, 600, 606, 604, 605, 163, 608, 601, 609, 609, 607, 605, 610, 610, 605, 607, 607, 612, 606, 608, 611, 617, 611, 612, 613, 613, 614, 614, 615, 618, 616, 619, 622, 621, 615, 616, 616, 620, 621, 617, 620, 623, 624, 619, 626, 624, 627, 625, 629, 623, 618, 622, 625, 628, 629, 630, 631, 628, 632, 633, 631, 635, 635, 634, 633, 627, 636, 626, 637, 638, 640, 639, 641, 642, 638, 630, 632, 634, 643, 642, 644, 636, 646, 643, 648, 645, 640, 649, 645, 637, 639, 652, 641, 645, 644, 653, 645, 645, 647, 647, 646, 650, 648, 649, 651, 652, 650, 655, 656, 651, 653, 657, 658, 655, 657, 659, 658, 656, 660, 661, 662, 663, 661, 660, 664, 662, 665, 666, 668, 673, 667, 669, 669, 665, 659, 667, 670, 663, 658, 671, 666, 672, 664, 674, 675, 670, 672, 676, 668, 677, 673, 680, 86, 678, 680, 682, 676, 674, 671, 678, 675, 677, 679, 681, 681, 685, 681, 683, 679, 684, 683, 682, 686, 687, 684, 688, 689, 691, 690, 692, 688, 694, 691, 685, 690, 692, 686, 687, 693, 695, 698, 693, 696, 697, 695, 689, 699, 702, 697, 697, 700, 701, 703, 698, 705, 700, 694, 701, 696, 699, 704, 703, 700, 706, 706, 704, 702, 711, 707, 700, 700, 708, 715, 709, 705, 707, 709, 710, 708, 711, 712, 713, 716, 710, 716, 712, 713, 713, 714, 714, 717, 709, 718, 719, 718, 712, 723, 715, 720, 721, 722, 724, 725, 726, 727, 728, 730, 726, 725, 717, 729, 731, 733, 727, 719, 723, 720, 721, 722, 732, 728, 724, 732, 734, 730, 729, 735, 733, 736, 734, 731, 732, 737, 738, 739, 740, 741, 743, 742, 744, 741, 745, 736, 746, 737, 747, 735, 749, 750, 750, 81, 753, 738, 743, 740, 739, 742, 744, 748, 745, 745, 749, 746, 748, 747, 751, 752, 754, 755, 751, 753, 756, 757, 758, 759, 763, 756, 760, 754, 766, 752, 761, 755, 762, 760, 76, 761, 759, 757, 764, 762, 765, 758, 767, 764, 768, 765, 766, 769, 763, 767, 770, 771, 772, 768, 775, 779, 773, 775, 774, 770, 771, 769, 773, 774, 772, 776, 777, 778, 780, 776, 779, 780, 781, 782, 783, 783, 778, 785, 784, 784, 777, 787, 785, 785, 786, 789, 781, 784, 791, 786, 787, 790, 792, 794, 782, 793, 795, 790, 796, 793, 797, 799, 798, 800, 789, 794, 797, 791, 798, 799, 800, 801, 792, 802, 803, 806, 796, 809, 810, 813, 809, 795, 75, 816, 818, 814, 817, 819, 813, 801, 806, 814, 817, 818, 803, 810, 820, 824, 802, 804, 820, 804, 823, 819, 804, 816, 821, 821, 804, 822, 822, 804, 825, 823, 826, 824, 827, 831, 804, 804, 829, 804, 827, 830, 834, 832, 825, 833, 830, 835, 840, 833, 837, 835, 826, 828, 828, 828, 831, 828, 829, 836, 828, 832, 839, 838, 836, 828, 834, 835, 838, 837, 845, 828, 828, 840, 828, 841, 842, 839, 841, 843, 69, 842, 842, 844, 844, 845, 843, 846, 847, 847, 848, 849, 846, 850, 849, 848, 851, 851, 850, 852, 853, 852, 854, 855, 856, 858, 857, 855, 859, 859, 861, 860, 853, 858, 862, 863, 863, 864, 866, 865, 874, 854, 868, 867, 856, 857, 860, 868, 862, 867, 861, 865, 869, 869, 872, 864, 870, 873, 874, 872, 866, 870, 870, 873, 875, 876, 877, 880, 878, 879, 880, 881, 877, 878, 882, 879, 885, 881, 883, 883, 884, 884, 882, 875, 886, 876, 887, 889, 888, 890, 891, 889, 886, 888, 885, 892, 890, 893, 894, 894, 895, 898, 896, 899, 887, 897, 897, 898, 891, 895, 896, 892, 900, 902, 903, 904, 893, 905, 907, 906, 911, 899, 902, 903, 906, 908, 910, 907, 908, 909, 913, 900, 905, 912, 909, 915, 916, 916, 917, 904, 910, 914, 912, 913, 918, 911, 914, 914, 919, 915, 920, 921, 924, 917, 924, 922, 926, 919, 922, 925, 925, 928, 927, 918, 930, 929, 922, 927, 931, 921, 929, 932, 933, 935, 920, 936, 934, 926, 938, 936, 937, 939, 928, 942, 930, 934, 940, 939, 931, 941, 943, 944, 933, 932, 945, 940, 935, 938, 937, 942, 945, 941, 946, 947, 950, 944, 948, 949, 949, 943, 946, 948, 951, 952, 953, 955, 954, 947, 956, 957, 960, 958, 952, 950, 954, 959, 960, 961, 962, 964, 963, 965, 951, 961, 953, 955, 963, 969, 957, 64, 956, 958, 962, 964, 966, 959, 967, 970, 972, 968, 966, 965, 967, 968, 977, 971, 969, 973, 973, 970, 971, 978, 974, 976, 975, 979, 976, 970, 974, 972, 975, 979, 977, 980, 978, 981, 981, 982, 983, 984, 985, 986, 987, 985, 984, 988, 986, 986, 990, 988, 992, 983, 991, 980, 994, 982, 985, 987, 985, 989, 989, 993, 996, 997, 998, 992, 993, 998, 1000, 1001, 990, 1002, 991, 994, 1004, 1005, 1005, 997, 998, 1004, 1006, 1000, 1007, 1009, 1006, 1011, 996, 1008, 1008, 1001, 1010, 1012, 1002, 1003, 1010, 1010, 1003, 1007, 1003, 1013, 1066, 1015, 1003, 1066, 1003, 1011, 1012, 1014, 1009, 1003, 1017, 1016, 1014, 1013, 1003, 1015, 1016, 1016, 1018, 1017, 1019, 1022, 1020, 1023, 1019, 1021, 1021, 1024, 1023, 1026, 1021, 1027, 1018, 1022, 1025, 1025, 1019, 1020, 1028, 1029, 1021, 1024, 1030, 1032, 1029, 1027, 1031, 1028, 1030, 1032, 1026, 1031, 1033, 1034, 1034, 1035, 1036, 1037, 1033, 1038, 1035, 1041, 1036, 1039, 1042, 1044, 1043, 1045, 1045, 1042, 1046, 1048, 1050, 1041, 1051, 1046, 1047, 1044, 1038, 1037, 1043, 1039, 1040, 1040, 1047, 1048, 1050, 1049, 1040, 1053, 1040, 1052, 1054, 1051, 1055, 1056, 1040, 1057, 1054, 1055, 1058, 1040, 1040, 1049, 1059, 1053, 1060, 1056, 1040, 1062, 1052, 1061, 1061, 1062, 1063, 1057, 1058, 1065, 1067, 1069, 1068, 1070, 1059, 1065, 1060, 1068, 1071, 1070, 1072, 1074, 1075, 1071, 1069, 1076, 1063, 1077, 1078, 1067, 1074, 1075, 1079, 1077, 1081, 1080, 1082, 1078, 1084, 1072, 1080, 1076, 1083, 1083, 1085, 1089, 1086, 1088, 1087, 1094, 1082, 1079, 1092, 1088, 1081, 1086, 1085, 1087, 1084, 1090, 1095, 1096, 1089, 1094, 1097, 1090, 1098, 1100, 1092, 1097, 1099, 1103, 1098, 1101, 1104, 1102, 1103, 1107, 1108, 1104, 1095, 1100, 1107, 1108, 1109, 1117, 1096, 1110, 1110, 1099, 1102, 1101, 1111, 1109, 1112, 1113, 1114, 1115, 1111, 1121, 1112, 1117, 1118, 1123, 1113, 1120, 1120, 1118, 1118, 1120, 1115, 1114, 1122, 1124, 1121, 1122, 1125, 1123, 1126, 1127, 1129, 1128, 1130, 1131, 1132, 1126, 1133, 1139, 1130, 59, 1132, 1134, 1125, 1124, 1128, 1129, 1134, 1127, 1135, 1137, 1137, 1133, 1138, 1131, 1140, 1138, 1141, 1142, 1139, 1140, 1143, 1141, 1135, 1144, 1146, 1145, 1148, 1149, 1144, 1143, 1145, 1150, 1148, 1142, 1151, 1152, 1146, 1150, 1153, 1153, 1154, 1152, 1155, 1149, 1156, 1157, 1157, 1156, 1158, 1154, 1159, 1160, 1162, 1161, 1166, 1151, 1161, 1163, 1164, 1166, 1155, 1165, 1174, 1163, 1164, 1162, 1158, 1165, 1167, 1159, 1168, 1160, 1169, 1167, 1170, 1173, 1168, 1169, 1172, 1175, 1170, 1176, 1174, 1172, 1181, 1175, 1176, 1177, 1177, 1178, 1179, 1180, 1182, 1173, 1183, 1185, 1180, 1183, 1178, 1179, 1184, 1187, 1181, 1184, 1186, 1188, 1185, 1189, 1190, 1186, 1191, 1182, 1192, 1193, 1190, 1195, 1191, 1188, 1193, 1187, 1194, 1194, 1196, 1197, 1198, 1199, 1189, 1192, 1200, 1199, 1201, 1202, 1203, 1205, 1195, 1197, 1196, 1208, 1206, 1201, 1207, 1207, 1198, 1209, 1210, 1208, 1200, 1206, 1209, 1210, 1202, 1211, 1205, 1213, 1214, 1216, 1215, 1203, 1218, 1220, 1216, 1217, 1219, 1219, 1229, 1225, 1221, 1213, 1215, 1214, 1217, 1211, 1221, 1218, 1222, 1223, 1224, 1226, 1229, 1220, 1222, 1225, 1226, 1223, 1227, 1228, 1227, 1230, 1231, 1232, 1228, 1224, 1233, 1231, 1234, 1235, 1237, 1234, 1236, 1239, 1239, 1230, 1235, 1240, 1232, 1241, 1243, 1242, 1244, 1241, 1246, 1233, 1245, 1236, 1251, 1237, 1242, 1240, 1245, 1251, 1247, 1255, 1249, 1244, 1243, 1247, 1249, 1250, 1250, 1254, 1246, 1252, 1252, 1253, 1247, 1255, 1247, 1257, 1256, 1247, 1253, 1256, 1254, 1258, 1259, 1261, 1262, 1263, 1264, 1266, 1261, 1267, 1265, 1259, 1264, 1268, 1257, 1265, 1273, 1263, 58, 1258, 1267, 1266, 1271, 1262, 1270, 1270, 1272, 1271, 1274, 1276, 1275, 1272, 1268, 1274, 1275, 1277, 1273, 1278, 1276, 1279, 1281, 1280, 1282, 1284, 1280, 1283, 1285, 1286, 1287, 1282, 1277, 1288, 1278, 1280, 1287, 1281, 1291, 1283, 1279, 1289, 1292, 1298, 1284, 1290, 1293, 1286, 1288, 1285, 1294, 1290, 1289, 1295, 1296, 1293, 1297, 1300, 1291, 1299, 1301, 1303, 1292, 1300, 1304, 1294, 1296, 1303, 1298, 1305, 1306, 1307, 1295, 1308, 1299, 1297, 1309, 1312, 1306, 1304, 1301, 1309, 1310, 1305, 1313, 1321, 1314, 1311, 1318, 1308, 1321, 1307, 1311, 1311, 1310, 1317, 1312, 1318, 1313, 1314, 1315, 1315, 1316, 1316, 1320, 1320, 1319, 1316, 1317, 1322, 1316, 1316, 1319, 1322, 1323, 1316, 1324, 1327, 1327, 1325, 1328, 1316, 1324, 1323, 1325, 1316, 1326, 1329, 1329, 1330, 1331, 1326, 1330, 1332, 1330, 1335, 1333, 1334, 1335, 1336, 1337, 1328, 1333, 1334, 1338, 1339, 1340, 1341, 1336, 1338, 1331, 1332, 1342, 1341, 1349, 1343, 1346, 1344, 1342, 1339, 1337, 1343, 1344, 1345, 1340, 1347, 1348, 1345, 1349, 1346, 1356, 1348, 1350, 1350, 1347, 1351, 1351, 1352, 1351, 1347, 1354, 1347, 1355, 1347, 1354, 1347, 1357, 1358, 1352, 1359, 1356, 1360, 1361, 1362, 1359, 1359, 1358, 1355, 1363, 1364, 1360, 1361, 1365, 1363, 1357, 1366, 1367, 1368, 1369, 1370, 1370, 1365, 1372, 1364, 1369, 1362, 1371, 1373, 1374, 1375, 1372, 1368, 1377, 1374, 1366, 1367, 1376, 1378, 1371, 1377, 1379, 1373, 1380, 1375, 1382, 1376, 1392, 1380, 1381, 1381, 1383, 1383, 1384, 1389, 1385, 1378, 1385, 1384, 1387, 1382, 1390, 1387, 1388, 1391, 1391, 1379, 1392, 1388, 1396, 1390, 1393, 1393, 1389, 1394, 1394, 1395, 1397, 1398, 1399, 1399, 1395, 1400, 1401, 1402, 1403, 1404, 1402, 1405, 1407, 1396, 1407, 1404, 1405, 1406, 1408, 1411, 1412, 1397, 1398, 1401, 1410, 1400, 1406, 1410, 1403, 1414, 1413, 1416, 1415, 1412, 1411, 1413, 1408, 1415, 1418, 1416, 1417, 1418, 1419, 1414, 1422, 1417, 1421, 1419, 1420, 1420, 1423, 1421, 1424, 1425, 1427, 1428, 1423, 1436, 1429, 1424, 1427, 1428, 1422, 1429, 1430, 1431, 1425, 1432, 1433, 1430, 1434, 1431, 1435, 1435, 1437, 1439, 1432, 1436, 1440, 1441, 1439, 1434, 1442, 1443, 1444, 1445, 1446, 1433, 1451, 1441, 1448, 1445, 1446, 1447, 1437, 1452, 1440, 1442, 1450, 1447, 1453, 1448, 1451, 1443, 1450, 1453, 1454, 1444, 1451, 1452, 1455, 1456, 1454, 1457, 1458, 1452, 1459, 1459, 1460, 1461, 1463, 1462, 1464, 1456, 1466, 1463, 1467, 1457, 1465, 1465, 1455, 1467, 1458, 1469, 1470, 1473, 1471, 1472, 1460, 1462, 1464, 1474, 1472, 1472, 1461, 1476, 1475, 1466, 1470, 1471, 1474, 1477, 1469, 1473, 1475, 1478, 1479, 1482, 1480, 1476, 1481, 1479, 1481, 1484, 1479, 1485, 1477, 1480, 1486, 1484, 1478, 1482, 1486, 1478, 1487, 1489, 1490, 1488, 1491, 1492, 1495, 1485, 1488, 1488, 1492, 1487, 1493, 1494, 1496, 1498, 1497, 1493, 1494, 1500, 1489, 1497, 1491, 1501, 1495, 1502, 1503, 1503, 1490, 1505, 1506, 1507, 1504, 1500, 1496, 1498, 1504, 1507, 1508, 1509, 1510, 1501, 1511, 1502, 1514, 1512, 1513, 1505, 1515, 1506, 1508, 1516, 1517, 1515, 1518, 1509, 1511, 1517, 1516, 1510, 1512, 1513, 1519, 1514, 1520, 1521, 1522, 1522, 1523, 1524, 1525, 1527, 1518, 1529, 1521, 1528, 1519, 1527, 1524, 1526, 1526, 1528, 1533, 1523, 1534, 1520, 1545, 1529, 1530, 1530, 1525, 1531, 1531, 1532, 53, 1535, 1536, 1537, 1533, 1532, 1535, 1538, 1536, 1537, 1545, 1534, 1544, 1538, 1539, 1539, 1540, 1540, 1542, 1542, 1543, 1544, 1546, 1547, 1543, 1548, 1549, 1550, 1550, 1551, 1553, 1552, 1554, 1549, 1546, 1553, 1540, 1547, 1540, 1552, 1548, 1555, 1556, 1559, 48, 1557, 1554, 1556, 1556, 1551, 1557, 1557, 1558, 1560, 1560, 1561, 1558, 1562, 1563, 1564, 1555, 1565, 1566, 1559, 1564, 1567, 1568, 1563, 1569, 1570, 1571, 1572, 1568, 1569, 1561, 1573, 1562, 1575, 1574, 1576, 1565, 1578, 1566, 1567, 1574, 1576, 1572, 1570, 1577, 1579, 1571, 1580, 1581, 1582, 1577, 1583, 1575, 1585, 1579, 1584, 1578, 1573, 1586, 1587, 1587, 1588, 1589, 1590, 1588, 1591, 1580, 1581, 1582, 1584, 1583, 1592, 1592, 1586, 1585, 1593, 1593, 1591, 1594, 1596, 1595, 1589, 1590, 1594, 1595, 1597, 1598, 1600, 1599, 1600, 1602, 1603, 1596, 1600, 1603, 1598, 1605, 1604, 1606, 1607, 1597, 1599, 1604, 1608, 1608, 1609, 1600, 1610, 1602, 1611, 1609, 1605, 1612, 1610, 1613, 1607, 1614, 1617, 1606, 1615, 1613, 1614, 1616, 1615, 1611, 1612, 1616, 1618, 1620, 1619, 1621, 1622, 1622, 1624, 1626, 1627, 1621, 1617, 1619, 1628, 1626, 1629, 1629, 1630, 1628, 1618, 1631, 1635, 1620, 1630, 1635, 1624, 1633, 1633, 1636, 1636, 1627, 1637, 1638, 1639, 1641, 1642, 1644, 1641, 1643, 1645, 1631, 1646, 1646, 1648, 1649, 1644, 1647, 1637, 1638, 1639, 1650, 1651, 1653, 1653, 1652, 1650, 1642, 1654, 1643, 1645, 1652, 1647, 1655, 1649, 1648, 1651, 1654, 1656, 1657, 1658, 1659, 1659, 1660, 1661, 1662, 1663, 1664, 1664, 1666, 1662, 1655, 1665, 1656, 1667, 1667, 1665, 1660, 1668, 1669, 1658, 1663, 1661, 1670, 1657, 1672, 1671, 1673, 1677, 1666, 1671, 1677, 1673, 1678, 1670, 1675, 1675, 1676, 1669, 1680, 1668, 1681, 1676, 1676, 1672, 1679, 1678, 1682, 1683, 1684, 1679, 1685, 1689, 1686, 1691, 1680, 1687, 1687, 1693, 1681, 1688, 1682, 1686, 1684, 1690, 1688, 1695, 1683, 1683, 1690, 1692, 1697, 1689, 1692, 1691, 1695, 1685, 1693, 1694, 1694, 1696, 1698, 1699, 1698, 1700, 1696, 1701, 1699, 1702, 1705, 1700, 1697, 1703, 1707, 1702, 1706, 1706, 1703, 1708, 1709, 1712, 1710, 1713, 1705, 1709, 1712, 1701, 1710, 1714, 1714, 1715, 1715, 1707, 1716, 1717, 1718, 1719, 1708, 1721, 1719, 1720, 1720, 1722, 1723, 1727, 1725, 1713, 1716, 1728, 1727, 1718, 1728, 1717, 1726, 1722, 1724, 1721, 1725, 1724, 1726, 1730, 1724, 1732, 1723, 1735, 1731, 1736, 1728, 1733, 1730, 1731, 1733, 1736, 1724, 1734, 1734, 1737, 1743, 1738, 1739, 1739, 1744, 1737, 1738, 1740, 1740, 1741, 1732, 1735, 1742, 1743, 1745, 1741, 1746, 1742, 1747, 1748, 1749, 1747, 1744, 1750, 1752, 1748, 1749, 1751, 1753, 1750, 1752, 1757, 1751, 1745, 1754, 1756, 1746, 1755, 1755, 1754, 1756, 1758, 1759, 1760, 1761, 1762, 1763, 1765, 1766, 1757, 1767, 1753, 1764, 1768, 1767, 1768, 1769, 1759, 1774, 1762, 1763, 1758, 1760, 1770, 1761, 1765, 1764, 1772, 1773, 1776, 1770, 1774, 1775, 1766, 1777, 1769, 1778, 1779, 1775, 1772, 1773, 1780, 1781, 1781, 1780, 1782, 1784, 1784, 1785, 1776, 1777, 1779, 1786, 1787, 1782, 1789, 1778, 1786, 1788, 1788, 1790, 1791, 1780, 1792, 1793, 1787, 1796, 1794, 1785, 1795, 1789, 1797, 1801, 1793, 1790, 1796, 1795, 1799, 1796, 1802, 1803, 1792, 1794, 1803, 1806, 1791, 1811, 1797, 1804, 1804, 1801, 1807, 1799, 1805, 1805, 1808, 1806, 1799, 1808, 1809, 1809, 1810, 1812, 1813, 1802, 1811, 1815, 1812, 1813, 1807, 1814, 1816, 1817, 1814, 1810, 1819, 1816, 1818, 1820, 1822, 1821, 1823, 1824, 1828, 1819, 1825, 1825, 1815, 1824, 1821, 1823, 1817, 1821, 1818, 1826, 1827, 1828, 1820, 1829, 1830, 1832, 1826, 1831, 1822, 1833, 1832, 1832, 1834, 1837, 1833, 1838, 1839, 1839, 1830, 1840, 1827, 1829, 1840, 1831, 1834, 1841, 1842, 1843, 1843, 1844, 1844, 1845, 1843, 1838, 1846, 1842, 1847, 1847, 1837, 1846, 1845, 1841, 1848, 1845, 1844, 1849, 1850, 1851, 1853, 1855, 1854, 1856, 1851, 1851, 1857, 1858, 1856, 1859, 1860, 1860, 1848, 1858, 1853, 1861, 1850, 1854, 1849, 1862, 1857, 1861, 1863, 1855, 1862, 1864, 1865, 1859, 1867, 1868, 1869, 1864, 1865, 1870, 1871, 1873, 1863, 1872, 1877, 1870, 1872, 1873, 1875, 1878, 1869, 1879, 1872, 1871, 1867, 1868, 1875, 1880, 1882, 1881, 1883, 1885, 1884, 1877, 1881, 1880, 1886, 1882, 1878, 1887, 1879, 1884, 1889, 1883, 1885, 1888, 1888, 1892, 1889, 1890, 1886, 1891, 1894, 1887, 1891, 1890, 1893, 1893, 1895, 1896, 1892, 1897, 1897, 1899, 1898, 1900, 1901, 1888, 1902, 1899, 1904, 1904, 1894, 1905, 1908, 1906, 1895, 1898, 1896, 1906, 1907, 1911, 1901, 1909, 1910, 1907, 1902, 1900, 1909, 1910, 1911, 1912, 1914, 1905, 1908, 1914, 1916, 1918, 1919, 1917, 1918, 1920, 1921, 1921, 1922, 1923, 1914, 1916, 1917, 1924, 1919, 1925, 1925, 1926, 1912, 1927, 1920, 1923, 1926, 1928, 1929, 1931, 1933, 1922, 1930, 1932, 1928, 1935, 1924, 1927, 1936, 1930, 1929, 1931, 1937, 1938, 1932, 1939, 1940, 1943, 1937, 1992, 1933, 1948, 1940, 1992, 1935, 1938, 1941, 1941, 1936, 1942, 1944, 1944, 1942, 1939, 1946, 1947, 1948, 1943, 1949, 1946, 1950, 1947, 1951, 1951, 1952, 1955, 1950, 1949, 1953, 1954, 1953, 1956, 1954, 1957, 1958, 1959, 1952, 1960, 1961, 1963, 1959, 1964, 1960, 1962, 1965, 1955, 1964, 1961, 1966, 1965, 1970, 1957, 1958, 1956, 1963, 1962, 1967, 1966, 1969, 1968, 1971, 1971, 1972, 1969, 1968, 1970, 1973, 1975, 1972, 1976, 1966, 1968, 1977, 1978, 1979, 1980, 1967, 1980, 1985, 1981, 1982, 1982, 1988, 1975, 1983, 1983, 1989, 1973, 1976, 1978, 1990, 1977, 18, 1981, 1979, 1981, 1984, 1984, 1985, 1986, 1986, 1987, 1987, 1988, 1991, 1991, 1993, 1989, 1996, 1997, 1994, 1990, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2007, 2002, 1998, 2000, 2002, 2003, 2003, 2004, 1997, 2005, 2006, 2006, 2008, 2009, 2005, 2007, 2010, 2015, 2009, 2017, 1999, 2010, 2011, 2011, 2001, 2012, 2013, 2004, 2014, 2018, 2012, 2016, 2013, 2008, 2019, 2018, 2020, 2015, 2021, 2017, 2014, 2014, 2014, 2022, 2025, 2021, 2024, 2014, 2022, 2016, 2026, 2024, 2024, 2027, 2019, 2027, 2020, 2028, 2025, 2029, 2030, 2031, 2032, 2033, 2035, 2026, 2030, 2037, 2028, 2038, 2031, 2034, 2034, 2042, 2029, 2036, 2036, 2039, 2039, 2040, 2040, 2046, 2032, 2047, 2033, 2041, 2041, 2037, 2045, 2045, 2035, 2038, 2047, 2042, 2049, 2050, 2051, 2053, 2052, 2056, 2054, 2058, 2051, 2049, 2055, 2055, 2046, 2057, 2058, 2059, 2060, 2061, 2061, 2053, 2054, 2063, 2050, 2052, 2059, 2064, 2056, 2066, 2057, 2062, 2062, 2067, 2068, 2066, 2069, 17, 2067, 2070, 2068, 2071, 2074, 2064, 2060, 2075, 2070, 2071, 2072, 2063, 2072, 2075, 2076, 2076, 2077, 2078, 2069, 2079, 2080, 2077, 2081, 2074, 2082, 2083, 2078, 2082, 2084, 2085, 2086, 2084, 2087, 2087, 2079, 2091, 2088, 2083, 2089, 2090, 2080, 2081, 2088, 2092, 2093, 2090, 2095, 2085, 2093, 2096, 2089, 2099, 2097, 2098, 2098, 2091, 2086, 2097, 2092, 2100, 2103, 2101, 2166, 2104, 2093, 2166, 2095, 2104, 2105, 2105, 2113, 2096, 2107, 2114, 2106, 2099, 2101, 2109, 2100, 2103, 2106, 2107, 2108, 2108, 2110, 2111, 2109, 2114, 2110, 2112, 2112, 2113, 2115, 2116, 2117, 2118, 2111, 2119, 2116, 2120, 2121, 2111, 2123, 2124, 2122, 2120, 2127, 2123, 2125, 2125, 2127, 2115, 2126, 2126, 2117, 2118, 2124, 2119, 2121, 2122, 2129, 2130, 2131, 2132, 2133, 2133, 2135, 2135, 2132, 2129, 2136, 2140, 2130, 2137, 2139, 2136, 2136, 2130, 2141, 2137, 2139, 2142, 2131, 2141, 2143, 2146, 2145, 2147, 2149, 2146, 2143, 2148, 2148, 2142, 2150, 2151, 2152, 2140, 2145, 2147, 2150, 2153, 2152, 2154, 2155, 2155, 2156, 2157, 2154, 2158, 2159, 2161, 2162, 2149, 2158, 2163, 2153, 2151, 2165, 2165, 2163, 0, 2159, 2161, 2171, 2156, 2172, 2157, 2167, 2167, 2171, 2162, 2168, 2168, 2169, 2169, 2170, 2170, 2173, 2174, 2175, 2172, 2176, 2177, 2178, 2174, 2175, 2176, 2184, 2177, 2180, 2181, 2184, 2178, 2185, 2180, 2181, 2181, 2173, 2183, 2186, 2189, 2183, 2187, 2187, 2190, 2191, 2192, 2192, 2193, 2198, 2191, 2186, 2189, 2194, 2185, 2195, 2190, 2193, 2194, 2196, 2195, 2199, 2196, 2197, 2197, 2200, 2201, 2202, 2203, 2198, 2199, 2204, 2203, 2202, 2205, 2206, 2204, 2207, 2208, 2212, 2205, 2209, 2213, 2200, 2215, 2201, 2207, 2211, 2211, 2214, 2218, 2213, 2219, 2206, 2217, 2209, 2208, 2212, 2214, 2211, 2216, 2216, 2218, 2217, 2215, 2220, 2221, 2224, 2224, 2226, 2220, 2227, 2226, 2219, 2228, 2229, 2233, 2231, 2234, 2221, 2232, 0, 2233, 2235, 2235, 2237, 2236, 2227, 2236, 2238, 2228, 2229, 2231, 2240, 2232, 2234, 2239, 2239, 2245, 2237, 2246, 2240, 2242, 2242, 2243, 2243, 2246, 2238, 2247, 2248, 2249, 2250, 2251, 2254, 2247, 2252, 2252, 2249, 2253, 2253, 2257, 2245, 2259, 2248, 2255, 2256, 2258, 2253, 2261, 2263, 2260, 2266, 2251, 2250, 2254, 2257, 2255, 2256, 2258, 2260, 2262, 2267, 2268, 2261, 2270, 2262, 2262, 2264, 2259, 2264, 2264, 2266, 2263, 2264, 2268, 2269, 2269, 2271, 2272, 2274, 2273, 2272, 2270, 2276, 2267, 2273, 2264, 2277, 2276, 2277, 2278, 2279, 2283, 2280, 2285, 2286, 2279, 2271, 2287, 2274, 2280, 2283, 2289, 2288, 2286, 2288, 2290, 2291, 2278, 2292, 2287, 2295, 2285, 2291, 2294, 2297, 2294, 2296, 2296, 2298, 2299, 2289, 2299, 2301, 2298, 2295, 2290, 2302, 2301, 2292, 2303, 2304, 2302, 2305, 2306, 2309, 2313, 2307, 2308, 2310, 2306, 2297, 2307, 2314, 2310, 2310, 2311, 2309, 2303, 2304, 2315, 2308, 2318, 2305, 2311, 2313, 2319, 2314, 2316, 2316, 2317, 2317, 2315, 2318, 2320, 2322, 2321, 2323, 2324, 2323, 2322, 2319, 2321, 2325, 2326, 2327, 2327, 2328, 2338, 2325, 2329, 2329, 2326, 2331, 2320, 2333, 2324, 2330, 2330, 2328, 2326, 2332, 2331, 2335, 2340, 2336, 2332, 2335, 2337, 2338, 2337, 2342, 2344, 2333, 2336, 2339, 2340, 2336, 2341, 2345, 2339, 2339, 2349, 2342, 2346, 2344, 2350, 2341, 2347, 2346, 2351, 2345, 2353, 2347, 2350, 2349, 2352, 2352, 2354, 2351, 2355, 2356, 2357, 2360, 2364, 2358, 2350, 2359, 2360, 2362, 2353, 2363, 0, 2368, 2374, 2365, 2354, 2356, 2355, 2358, 2365, 2362, 2359, 2363, 2364, 2366, 2367, 2357, 2371, 2375, 2366, 2368, 2373, 2376, 2371, 2367, 2377, 2374, 2373, 2378, 2379, 2379, 2382, 2380, 2375, 2381, 2381, 2371, 2378, 2383, 2384, 2376, 2380, 2385, 2384, 2387, 2386, 2388, 2385, 2390, 2382, 2377, 2392, 2396, 0, 2391, 2396, 2393, 2383, 2386, 2387, 2391, 2393, 2393, 2394, 2395, 2399, 2388, 2390, 2398, 2394, 2395, 2401, 2403, 2392, 2404, 2407, 2398, 2405, 2405, 2406, 2406, 2408, 2408, 2411, 2407, 2399, 2409, 2409, 2410, 2415, 2412, 2401, 2404, 2414, 2406, 2403, 2412, 2416, 2417, 2414, 2410, 2411, 2424, 2417, 2415, 2406, 2418, 2418, 2419, 2419, 2420, 2426, 2421, 2428, 2430, 2420, 2423, 2416, 2421, 2425, 2423, 2429, 2424, 2425, 2431, 2432, 2429, 2433, 2434, 2435, 2436, 2426, 2433, 2438, 2441, 2437, 2443, 2430, 2428, 2431, 2437, 2439, 2439, 2432, 2440, 2435, 2434, 2442, 2440, 2441, 2436, 2444, 2442, 2445, 2443, 2438, 2446, 2447, 2448, 2449, 2450, 2451, 2451, 2448, 2454, 2453, 2455, 2456, 2446, 2457, 2458, 2445, 2449, 2453, 2459, 2460, 2447, 2444, 2450, 2461, 2462, 2463, 2464, 2454, 2466, 2455, 2456, 2463, 2464, 2468, 2469, 2461, 2457, 2459, 2458, 2472, 2460, 2470, 2471, 2466, 2471, 2462, 2468, 2470, 2469, 2473, 2473, 2474, 2475, 2476, 2477, 2475, 2474, 2478, 2571, 2472, 2479, 2480, 2480, 2481, 2481, 2482, 2476, 2482, 2483, 2483, 2484, 2478, 2485, 2479, 2491, 2486, 2487, 2487, 2477, 2571, 2487, 2489, 2489, 2490, 2490, 2484, 2493, 2485, 2486, 2491, 2492, 2492, 2494, 2494, 2496, 2493, 2495, 2495, 2493, 2496, 2498, 2499, 2500, 2501, 2504, 2498, 2502, 2502, 2503, 2503, 2505, 2505, 2506, 2507, 2507, 2501, 2508, 2510, 2510, 2509, 2512, 2499, 2500, 2504, 2509, 2511, 2511, 2513, 2514, 2514, 2506, 2508, 2515, 2517, 2512, 2518, 2513, 2516, 2516, 2520, 2521, 2521, 2522, 0, 2520, 2523, 2523, 2517, 2524, 2515, 2525, 2526, 2530, 2527, 2518, 2525, 2527, 2526, 2528, 2528, 2531, 2522, 2529, 2529, 2534, 2532, 2524, 2532, 2535, 2536, 2536, 2530, 2537, 2539, 2528, 2531, 2540, 2541, 2537, 2534, 2542, 2543, 2544, 2544, 2545, 2543, 2547, 2535, 2552, 2546, 2547, 2540, 2548, 2539, 2546, 2542, 2549, 2549, 2551, 2551, 2541, 2554, 2553, 2545, 2555, 2556, 2557, 2548, 2552, 2553, 2558, 2549, 2559, 2559, 2564, 2554, 2560, 2561, 2565, 2561, 2564, 2557, 2555, 2556, 2562, 2560, 2566, 2562, 2567, 2568, 2565, 2566, 2569, 2567, 2568, 2570, 2558, 2572, 2573, 2574, 2576, 2579, 2562, 2573, 2562, 2576, 2572, 2577, 2570, 2578, 2582, 2583, 2577, 2580, 2578, 2581, 2579, 2569, 2584, 2580, 2587, 2581, 2585, 2586, 2584, 2574, 2583, 2585, 2586, 2588, 2589, 2582, 2590, 2589, 2591, 2592, 2595, 2593, 2594, 2600, 2602, 0, 2588, 2591, 2592, 2587, 2593, 2594, 2596, 2597, 2595, 0, 2590, 2598, 2596, 2597, 2603, 2598, 2605, 2600, 2602, 2604, 2604, 2607, 2605, 2603, 2606, 2606, 2608, 2609, 2608, 2610, 2610, 2612, 2607, 2606, 2611, 2617, 2609, 2618, 2614, 2611, 2615, 2616, 2616, 2619, 2621, 2623, 2618, 2620, 2624, 2621, 2617, 2612, 2619, 2612, 2614, 2620, 2615, 2623, 2625, 2626, 2628, 2629, 2630, 2628, 2624, 2631, 2629, 2632, 2633, 2633, 2693, 2626, 2693, 2625, 2631, 2634, 2634, 2635, 2635, 2632, 2636, 2636, 2630, 2638, 2638, 2639, 2640, 2641, 2639, 2642, 2643, 2640, 2645, 2641, 2649, 2642, 2644, 2644, 2647, 2643, 2646, 2646, 2648, 2648, 2650, 2653, 2645, 2652, 2649, 2654, 2647, 2651, 2651, 2652, 2654, 2657, 2656, 2661, 2657, 2653, 2656, 2658, 2658, 2650, 2659, 2660, 2661, 2662, 2663, 2659, 2660, 2664, 2665, 2665, 2666, 2664, 2662, 2668, 2669, 2670, 2671, 2672, 2668, 2674, 2676, 2673, 2675, 2666, 2663, 2673, 2676, 2675, 2678, 2678, 2680, 2672, 2677, 2681, 2669, 2670, 2671, 2682, 2677, 2674, 2679, 2679, 2683, 2684, 2685, 2685, 2687, 2683, 2680, 2688, 2689, 2690, 2681, 2691, 2692, 2689, 2682, 2690, 2687, 2691, 2695, 2697, 2692, 2698, 2684, 2688, 2699, 2699, 2700, 2695, 2704, 2700, 2701, 2701, 2706, 2697, 2703, 2698, 2705, 2703, 2710, 2705, 2707, 2707, 2710, 2704, 2711, 2712, 2713, 2713, 2717, 2717, 2711, 2714, 2719, 2721, 2725, 2722, 2726, 2712, 2706, 2725, 2714, 2727, 2728, 2730, 2731, 2732, 2732, 2721, 2730, 2731, 2719, 2722, 2734, 2734, 2736, 2737, 2738, 2738, 2739, 2727, 2736, 2740, 2726, 2728, 2741, 2743, 2745, 2744, 2746, 2741, 2744, 2747, 2747, 2749, 2739, 2737, 2750, 2753, 2745, 2754, 2746, 2751, 2752, 2740, 2743, 2750, 2759, 2751, 2752, 2749, 2756, 2756, 2760, 2757, 2754, 2753, 2757, 2758, 2761, 2758, 2763, 2763, 2764, 2764, 2765, 2759, 2766, 2768, 2767, 2765, 2769, 2760, 2760, 2771, 2772, 2769, 2761, 2767, 2773, 2770, 2768, 2770, 2775, 2776, 2766, 2779, 2774, 2771, 2772, 2777, 2773, 2774, 2778, 2778, 2777, 2780, 2780, 2781, 2781, 2783, 2779, 2785, 2775, 2776, 2782, 2782, 2784, 2786, 2784, 2787, 2787, 2783, 2786, 2788, 2788, 2789, 2789, 2790, 2791, 2785, 2792, 2793, 2794, 2795, 2796, 2796, 2797, 2798, 2798, 2790, 2799, 2799, 2792, 2800, 2801, 2801, 2802, 2804, 2791, 2795, 2803, 2793, 2805, 2794, 2800, 2797, 2806, 2803, 2802, 2804, 2807, 2806, 2808, 2809, 2809, 2810, 2811, 2811, 2812, 2813, 2814, 2815, 2805, 2816, 2810, 2817, 2818, 2819, 2821, 2820, 2807, 2820, 2808, 2814, 2817, 2822, 2822, 2816, 2818, 2813, 2821, 2823, 2824, 2825, 2812, 2815, 2827, 2828, 2829, 2819, 2823, 2830, 2831, 2831, 2832, 2839, 2830, 2824, 2825, 2833, 2834, 2835, 2833, 2836, 2827, 0, 2835, 2839, 2836, 2828, 2829, 2837, 2837, 2847, 2834, 2838, 2838, 2832, 2840, 2840, 2844, 2844, 2846, 2846, 2848, 2849, 2850, 2852, 2853, 2854, 2855, 2847, 2856, 2857, 2858, 2848, 2859, 2860, 2859, 2867, 2861, 2850, 2857, 2862, 2849, 2868, 2853, 2852, 2863, 2863, 2855, 2854, 2856, 2867, 2858, 2865, 2869, 2860, 2861, 2865, 2874, 2862, 2866, 2866, 2872, 2869, 2875, 2868, 2870, 2870, 2873, 2873, 2876, 2872, 2877, 2879, 2878, 2880, 2874, 2882, 2881, 2877, 2883, 2887, 2875, 2884, 2883, 2885, 2885, 2888, 2876, 2878, 2884, 2879, 2897, 2880, 2881, 2894, 2882, 2886, 2886, 2895, 2889, 2887, 2891, 2891, 2893, 2888, 2889, 2892, 2892, 2896, 2893, 2897, 2898, 2894, 2899, 2900, 2900, 2895, 2901, 2899, 2902, 2903, 2904, 2905, 2896, 2906, 2898, 2907, 2908, 2910, 2908, 2910, 2907, 2904, 2905, 2909, 2909, 2913, 2901, 2915, 2902, 2903, 2911, 2911, 2916, 2906, 2917, 2918, 2915, 2919, 2920, 2922, 2921, 2923, 2919, 2926, 2913, 2921, 2917, 2927, 2931, 2928, 0, 2916, 2928, 2929, 2929, 2918, 2930, 2933, 2920, 2922, 2923, 2932, 2932, 2926, 2934, 2927, 2931, 2937, 2933, 2935, 2938, 2930, 2939, 2935, 2941, 2941, 2940, 2942, 2939, 2934, 2940, 2944, 2937, 2945, 2945, 2938, 2946, 2948, 2947, 2949, 2942, 2950, 2950, 2952, 2953, 2948, 2944, 2954, 2955, 2955, 2957, 2954, 2961, 2953, 2962, 2952, 2946, 2947, 2960, 2949, 2956, 2956, 2958, 2958, 2963, 2959, 2962, 2960, 2961, 2957, 2959, 2964, 2964, 2966, 2970, 2970, 2971, 2972, 2973, 2973, 2974, 2977, 2975, 2976, 2963, 2971, 2980, 2980, 2978, 2979, 2977, 2981, 2982, 2974, 2966, 2975, 2976, 2978, 2979, 2972, 2984, 2984, 2990, 2987, 2989, 2991, 2992, 2982, 2987, 2989, 2991, 2981, 2993, 2994, 2992, 2995, 2990, 2997, 3001, 2999, 3000, 3005, 2994, 2995, 2999, 3000, 3002, 3002, 3003, 3003, 3004, 2993, 2997, 3001, 3006, 3004, 3005, 3007, 3009, 3006, 3008, 3008, 3010, 3011, 3012, 3009, 3013, 3010, 3014, 3015, 3016, 3019, 3013, 3014, 3015, 3020, 3007, 3018, 3018, 3026, 3020, 3011, 3012, 3600, 3016, 3600, 3019, 3021, 3021, 3022, 3022, 3025, 3026, 3027, 3027, 3028, 3025, 3029, 3028, 3030, 3031, 3032, 3029, 3029, 3030, 3031, 3033, 3034, 3035, 3036, 3037, 3034, 3033, 3035, 3036, 3032, 3038, 3039, 3040, 3037, 3041, 3042, 3044, 3043, 3051, 3039, 3041, 3042, 3043, 3045, 3045, 3038, 3048, 3047, 3044, 3049, 3051, 3048, 3049, 3040, 3047, 3053, 3054, 3055, 3056, 3057, 3053, 3054, 3055, 3066, 3058, 3059, 3060, 3060, 3061, 3071, 3072, 3062, 3057, 3058, 3059, 3062, 3056, 3061, 3063, 3067, 3068, 3066, 3073, 3063, 3074, 3067, 3068, 3076, 3071, 3077, 3072, 3075, 3075, 3086, 3076, 3079, 3080, 3081, 3081, 3082, 3083, 3084, 3073, 3074, 3079, 3080, 3085, 3085, 3077, 3083, 3088, 3090, 3086, 3091, 3082, 3093, 3084, 3091, 3092, 3092, 3094, 3095, 3096, 3098, 3097, 3088, 3094, 3095, 3100, 3098, 3101, 3090, 3099, 3099, 3102, 3104, 3100, 3105, 3110, 3102, 3093, 3096, 3097, 3107, 3104, 3108, 3111, 3109, 3108, 3107, 3105, 3109, 3112, 3112, 3113, 3101, 3110, 3115, 3115, 3116, 3111, 3118, 3118, 3119, 3120, 3120, 3121, 3121, 3124, 3113, 3123, 3123, 3124, 3125, 3126, 3128, 3128, 3116, 3125, 3130, 3131, 3132, 3133, 3126, 3134, 3131, 3119, 3133, 3133, 3136, 3137, 3138, 3145, 3132, 3139, 3139, 3134, 3141, 3141, 3130, 3142, 3142, 3143, 3143, 3144, 3145, 3146, 3144, 3149, 3136, 3137, 3138, 3148, 3148, 3151, 3152, 3152, 3153, 3153, 3146, 3154, 3154, 3155, 3156, 3156, 3157, 3149, 3158, 3159, 3160, 3161, 3161, 3162, 3167, 3151, 3160, 3162, 3155, 3157, 3167, 3166, 3165, 3159, 3166, 3168, 3158, 3165, 3165, 3170, 3168, 3171, 3172, 3173, 3170, 3170, 3174, 3175, 3176, 3177, 3178, 3186, 3174, 3175, 3176, 3177, 3179, 3180, 3180, 3186, 3179, 3189, 3172, 3173, 3171, 3183, 3183, 3184, 3187, 3194, 3190, 3187, 3184, 3190, 3192, 3178, 3191, 3191, 3193, 3196, 3197, 3198, 3198, 3193, 3199, 3200, 3189, 3194, 3200, 3201, 3202, 3192, 3192, 3203, 3197, 3207, 3200, 0, 3199, 3196, 3205, 3203, 3206, 3201, 3217, 3205, 3205, 3206, 3206, 3202, 3208, 3208, 3209, 3209, 3207, 3210, 3210, 3211, 3211, 3212, 3212, 3213, 3213, 3214, 3215, 3216, 3218, 3219, 3220, 3215, 3217, 3221, 3222, 3220, 3223, 3218, 3224, 3222, 3225, 3214, 3226, 3219, 3231, 3223, 3235, 3216, 3228, 3228, 3229, 3229, 3221, 3230, 3232, 3232, 3230, 3233, 3224, 3231, 3225, 3234, 3226, 3233, 3235, 3238, 3234, 3237, 3237, 3239, 3239, 3240, 3238, 3242, 3242, 3243, 3240, 3244, 3245, 3245, 3246, 3247, 3249, 3254, 3243, 3253, 3244, 3250, 3250, 3246, 3247, 3251, 3251, 3252, 3253, 3255, 3256, 3252, 3257, 3258, 3249, 3260, 3254, 3261, 3258, 3258, 3255, 3264, 3275, 3262, 3268, 3256, 3261, 3262, 3260, 3268, 3269, 3269, 3257, 3270, 3272, 3272, 3264, 3273, 3274, 3279, 3275, 3277, 3277, 3278, 3278, 3281, 3280, 3270, 3279, 3285, 3286, 3273, 3280, 3287, 3290, 3286, 3289, 3281, 3292, 3294, 3290, 3296, 3287, 3274, 3297, 3302, 3296, 3298, 3298, 3297, 3292, 3304, 3299, 3301, 3285, 3305, 3289, 3306, 3301, 3302, 3294, 3299, 3304, 3307, 3307, 3309, 3309, 3307, 3305, 3310, 3310, 3306, 3311, 3311, 3312, 3313, 3314, 3317, 3315, 3316, 3320, 3324, 3317, 3312, 3321, 3322, 3320, 3323, 3323, 3321, 3322, 3325, 3326, 3328, 3330, 3313, 3314, 3315, 3316, 3324, 3327, 3329, 3333, 3325, 3337, 3327, 3333, 3329, 3331, 3331, 3334, 3328, 3335, 3326, 3338, 3334, 3339, 3335, 3341, 3330, 3336, 3336, 3345, 3337, 3343, 3343, 3346, 3347, 3348, 3338, 3350, 3339, 3348, 3349, 3351, 3345, 3352, 3354, 3341, 3346, 3347, 3355, 3349, 3353, 3352, 3357, 3350, 3358, 3353, 3356, 3356, 3359, 3362, 3351, 3357, 3360, 3360, 3354, 3361, 3361, 3366, 3355, 3365, 3368, 3372, 3358, 3376, 3365, 3365, 3368, 3377, 3362, 3369, 3369, 3366, 3370, 3370, 3359, 3374, 3374, 3380, 3385, 3376, 3379, 3381, 3372, 3377, 3388, 3379, 3381, 3384, 3384, 3387, 3386, 3389, 3389, 3380, 3390, 3387, 3392, 3392, 3385, 3386, 3393, 3394, 3398, 3395, 3396, 3396, 3400, 3388, 3398, 3401, 3405, 3402, 3406, 3390, 3393, 3401, 3402, 3407, 3407, 3409, 3394, 3395, 3408, 3408, 3410, 3412, 3400, 3411, 3411, 3414, 3413, 3415, 3405, 3416, 3409, 3418, 3412, 3415, 3406, 3413, 3420, 3417, 3419, 3419, 3410, 3420, 3422, 3411, 3429, 3414, 3421, 3421, 3416, 3417, 3423, 3418, 3424, 3423, 3430, 3424, 3429, 3422, 3425, 3425, 3431, 3432, 3433, 3434, 3434, 3436, 3432, 3435, 3433, 3437, 3435, 3436, 3439, 3441, 3430, 3440, 3440, 3439, 3441, 3442, 3431, 3447, 3443, 3444, 3445, 3445, 3448, 3437, 3443, 3449, 3450, 3451, 3451, 3447, 3452, 3453, 3454, 3459, 3442, 0, 3444, 3444, 3459, 3450, 3448, 3454, 3456, 3456, 3457, 3457, 3460, 3453, 3461, 3452, 3449, 3458, 3458, 3461, 3462, 3462, 3463, 3463, 3464, 3464, 3460, 3465, 3466, 3466, 3467, 3468, 3469, 3474, 3470, 3480, 3465, 3482, 3469, 3470, 3473, 3473, 3483, 3467, 3476, 3476, 3477, 3477, 3484, 3474, 3485, 3486, 3486, 3489, 3480, 3488, 3488, 3468, 3490, 3482, 3491, 3493, 3494, 3501, 3483, 3495, 3495, 3484, 3496, 3496, 3499, 3494, 3485, 3502, 3491, 3507, 3497, 3490, 3500, 3489, 3497, 3493, 3503, 3501, 3500, 3504, 3511, 3503, 3499, 3512, 3504, 3511, 3502, 3508, 3508, 3513, 3507, 3510, 3510, 3514, 3515, 3513, 3517, 3512, 3516, 3516, 3519, 3517, 3515, 3521, 3522, 3514, 3523, 3521, 3524, 3522, 3525, 3526, 3527, 3528, 3532, 3525, 3529, 3531, 3533, 3534, 3519, 3537, 3529, 3526, 3527, 3531, 3523, 3536, 3524, 3538, 3539, 3528, 3543, 3532, 3547, 3540, 3542, 3537, 3533, 3534, 3540, 3542, 3544, 3549, 3545, 3536, 3538, 3538, 3544, 3545, 3548, 3539, 3543, 3548, 3547, 3559, 3549, 3553, 3553, 3554, 3554, 3555, 3561, 3561, 3562, 3555, 3563, 3564, 3564, 3562, 3559, 3566, 3569, 3569, 3570, 3570, 3574, 3570, 3571, 3571, 3574, 3571, 3572, 3572, 3576, 3563, 3566, 3573, 3573, 3576, 3573, 3577, 3578, 3578, 3579, 3580, 3583, 3583, 3584, 3584, 3577, 3585, 3586, 3587, 3588, 3588, 3589, 3590, 3587, 3580, 3593, 3594, 3579, 3595, 3596, 3597, 3599, 3595, 3594, 0, 3601, 3585, 3586, 3596, 3589, 3601, 3608, 3590, 3602, 3602, 3597, 3603, 3604, 3604, 3599, 3593, 3605, 3605, 3606, 3606, 3603, 3607, 3607, 3609, 3610, 3611, 3612, 3613, 3608, 3610, 3614, 3612, 3612, 3613, 3611, 3615, 3616, 3611, 3609, 3617, 3618, 3619, 3620, 3620, 3617, 3618, 3621, 3622, 3623, 3623, 3615, 3625, 3621, 3622, 3630, 3614, 3626, 3616, 3624, 3624, 3619, 3626, 3629, 3629, 3632, 3632, 3625, 3633, 3630, 3635, 3637, 3637, 3638, 3638, 3639, 3639, 3633, 3640, 3640, 3642, 3642, 3643, 3643, 3644, 3644, 3645, 3645, 3635, 3646, 3648, 3649, 3649, 3651, 3651, 3652, 3653, 3654, 3656, 3648, 3657, 3657, 3658, 3660, 3652, 3659, 3659, 3661, 3653, 3675, 3662, 3663, 3663, 3656, 3664, 3646, 3667, 3654, 3660, 3673, 3661, 3658, 3662, 3665, 3665, 3672, 3664, 3668, 3668, 3674, 3672, 3667, 3674, 3676, 3676, 3675, 3677, 3673, 3679, 3680, 3683, 3679, 3681, 3682, 3684, 3680, 3687, 3685, 3682, 3688, 3692, 3691, 3687, 3696, 3677, 3691, 3681, 3697, 3688, 3683, 3694, 3694, 3684, 3685, 3706, 3692, 3717, 3707, 3710, 3706, 3707, 3711, 3711, 3712, 3712, 3713, 3713, 3697, 3718, 3696, 3719, 3710, 3715, 3715, 3719, 3720, 3721, 3718, 3723, 3717, 3725, 3726, 3727, 3728, 3730, 3729, 3725, 3729, 3728, 3731, 3731, 3721, 3723, 3727, 3732, 3720, 3733, 3735, 3734, 3730, 3736, 3738, 3737, 3740, 3726, 3741, 3739, 3732, 3740, 3742, 3738, 3744, 3746, 3735, 3743, 3733, 3734, 3737, 3739, 3743, 3752, 3742, 3745, 3745, 3747, 3736, 3741, 3753, 3755, 3747, 3744, 3767, 3746, 3763, 3752, 3754, 3754, 3755, 3756, 3757, 3757, 3756, 3762, 3758, 3759, 3759, 0, 3753, 3758, 3760, 3760, 3761, 3761, 3763, 3764, 3765, 3767, 3764, 3766, 3768, 3765, 3762, 3769, 3766, 3770, 3771, 3772, 3774, 3769, 3773, 3773, 3772, 3775, 3775, 3768, 3776, 3776, 3771, 3770, 3777, 3777, 3779, 3779, 3780, 3781, 3782, 3782, 3774, 3785, 3784, 3787, 3788, 3791, 3791, 3792, 3792, 3794, 3793, 3780, 3785, 3795, 3796, 3797, 3781, 3784, 3793, 3795, 3796, 3798, 3788, 3799, 3808, 3800, 3809, 3787, 3794, 3797, 3800, 3801, 3801, 3811, 3798, 3803, 3803, 3812, 3812, 3813, 3814, 3816, 3799, 3817, 3814, 3808, 3809, 3811, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3813, 3824, 3824, 3822, 3823, 3827, 3816, 3829, 3819, 3820, 3828, 3831, 3833, 3818, 3832, 3832, 3821, 3833, 3834, 3839, 3831, 3835, 3835, 0, 3834, 3827, 3829, 3836, 3828, 3837, 3838, 3840, 3836, 3845, 3837, 3838, 3843, 3840, 3839, 3842, 3842, 3843, 3844, 3844, 3847, 3848, 3849, 3850, 3847, 3851, 3852, 3845, 3853, 3849, 3854, 3858, 3852, 3856, 3856, 3862, 3858, 3859, 3859, 3860, 3848, 3861, 3850, 3854, 3851, 3863, 3861, 3853, 3860, 3864, 3866, 3860, 3865, 3865, 3862, 3866, 3867, 3868, 3870, 3871, 3871, 3868, 3864, 3872, 3863, 3873, 3873, 3874, 3874, 3867, 3875, 3876, 3877, 3878, 3878, 3875, 3879, 3879, 3876, 3881, 3880, 3881, 3872, 3883, 3870, 3880, 3882, 3882, 3884, 3885, 3883, 3877, 3886, 3887, 3891, 3884, 3893, 3886, 3890, 3890, 3894, 3893, 3895, 3896, 3900, 3894, 3897, 3897, 3885, 3899, 3899, 3901, 3887, 3891, 3902, 3902, 3903, 3903, 3904, 3906, 3906, 3895, 3896, 3900, 3908, 3904, 3907, 3907, 3910, 3913, 3901, 3908, 3914, 3910, 3913, 3915, 3916, 3916, 3917, 3917, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3914, 0, 0, 3915, 3921, 3921, 3921, 3921, 3921, 3921, 3921, 3922, 3922, 3922, 3922, 3922, 3922, 3922, 3923, 3923, 3923, 3923, 3923, 3923, 3923, 3924, 3924, 3924, 3924, 3924, 3924, 3924, 3925, 3925, 3925, 3925, 3925, 3925, 3925, 3926, 3926, 3926, 3926, 3926, 3926, 3926, 3927, 3927, 3927, 3927, 3927, 3927, 3927, 3929, 3929, 0, 3929, 3929, 3929, 3929, 3930, 3930, 0, 0, 0, 3930, 3930, 3931, 3931, 0, 0, 3931, 0, 3931, 3932, 0, 0, 0, 0, 0, 3932, 3933, 3933, 0, 0, 0, 3933, 3933, 3934, 0, 0, 0, 0, 0, 3934, 3935, 3935, 0, 3935, 3935, 3935, 3935, 3936, 0, 0, 0, 0, 0, 3936, 3937, 3937, 0, 0, 0, 3937, 3937, 3938, 3938, 0, 3938, 3938, 3938, 3938, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920, 3920 } ; 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 "/usr/src/usr.sbin/unbound/util/configlexer.lex" #line 2 "/usr/src/usr.sbin/unbound/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 #include #ifdef HAVE_GLOB_H # include #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 #define YY_NO_INPUT 1 #line 191 "/usr/src/usr.sbin/unbound/util/configlexer.lex" #ifndef YY_NO_UNPUT #define YY_NO_UNPUT 1 #endif #ifndef YY_NO_INPUT #define YY_NO_INPUT 1 #endif #line 3636 "" #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 #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 ); yy_size_t 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 yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst 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 #define YY_READ_BUF_SIZE 8192 #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, 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 = '*'; \ size_t 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 = fread(buf, 1, 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 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 "/usr/src/usr.sbin/unbound/util/configlexer.lex" #line 3854 "" while ( 1 ) /* loops until end-of-file is reached */ { (yy_more_len) = 0; if ( (yy_more_flag) ) { (yy_more_len) = (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 >= 3921 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 7635 ); 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 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("SP ")); /* ignore */ } YY_BREAK case 2: YY_RULE_SETUP #line 214 "/usr/src/usr.sbin/unbound/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 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_SERVER) } YY_BREAK case 4: YY_RULE_SETUP #line 218 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_QNAME_MINIMISATION) } YY_BREAK case 5: YY_RULE_SETUP #line 219 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) } YY_BREAK case 6: YY_RULE_SETUP #line 220 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NUM_THREADS) } YY_BREAK case 7: YY_RULE_SETUP #line 221 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VERBOSITY) } YY_BREAK case 8: YY_RULE_SETUP #line 222 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PORT) } YY_BREAK case 9: YY_RULE_SETUP #line 223 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_RANGE) } YY_BREAK case 10: YY_RULE_SETUP #line 224 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) } YY_BREAK case 11: YY_RULE_SETUP #line 225 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_PORT_AVOID) } YY_BREAK case 12: YY_RULE_SETUP #line 226 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_NUM_TCP) } YY_BREAK case 13: YY_RULE_SETUP #line 227 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INCOMING_NUM_TCP) } YY_BREAK case 14: YY_RULE_SETUP #line 228 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_IP4) } YY_BREAK case 15: YY_RULE_SETUP #line 229 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_IP6) } YY_BREAK case 16: YY_RULE_SETUP #line 230 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_NAT64) } YY_BREAK case 17: YY_RULE_SETUP #line 231 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFER_IP4) } YY_BREAK case 18: YY_RULE_SETUP #line 232 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFER_IP6) } YY_BREAK case 19: YY_RULE_SETUP #line 233 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_UDP) } YY_BREAK case 20: YY_RULE_SETUP #line 234 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_TCP) } YY_BREAK case 21: YY_RULE_SETUP #line 235 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_UPSTREAM) } YY_BREAK case 22: YY_RULE_SETUP #line 236 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_MSS) } YY_BREAK case 23: YY_RULE_SETUP #line 237 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_TCP_MSS) } YY_BREAK case 24: YY_RULE_SETUP #line 238 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_IDLE_TIMEOUT) } YY_BREAK case 25: YY_RULE_SETUP #line 239 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_REUSE_TCP_QUERIES) } YY_BREAK case 26: YY_RULE_SETUP #line 240 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_REUSE_TIMEOUT) } YY_BREAK case 27: YY_RULE_SETUP #line 241 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_AUTH_QUERY_TIMEOUT) } YY_BREAK case 28: YY_RULE_SETUP #line 242 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) } YY_BREAK case 29: YY_RULE_SETUP #line 243 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) } YY_BREAK case 30: YY_RULE_SETUP #line 244 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SOCK_QUEUE_TIMEOUT) } YY_BREAK case 31: YY_RULE_SETUP #line 245 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_UPSTREAM) } YY_BREAK case 32: YY_RULE_SETUP #line 246 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_UPSTREAM) } YY_BREAK case 33: YY_RULE_SETUP #line 247 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_KEY) } YY_BREAK case 34: YY_RULE_SETUP #line 248 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_KEY) } YY_BREAK case 35: YY_RULE_SETUP #line 249 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_PEM) } YY_BREAK case 36: YY_RULE_SETUP #line 250 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_PEM) } YY_BREAK case 37: YY_RULE_SETUP #line 251 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_PORT) } YY_BREAK case 38: YY_RULE_SETUP #line 252 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_PORT) } YY_BREAK case 39: YY_RULE_SETUP #line 253 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CERT_BUNDLE) } YY_BREAK case 40: YY_RULE_SETUP #line 254 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CERT_BUNDLE) } YY_BREAK case 41: YY_RULE_SETUP #line 255 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_WIN_CERT) } YY_BREAK case 42: YY_RULE_SETUP #line 256 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_WIN_CERT) } YY_BREAK case 43: YY_RULE_SETUP #line 257 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 44: YY_RULE_SETUP #line 258 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 45: YY_RULE_SETUP #line 259 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 46: YY_RULE_SETUP #line 260 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 47: YY_RULE_SETUP #line 261 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_SESSION_TICKET_KEYS) } YY_BREAK case 48: YY_RULE_SETUP #line 262 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CIPHERS) } YY_BREAK case 49: YY_RULE_SETUP #line 263 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CIPHERSUITES) } YY_BREAK case 50: YY_RULE_SETUP #line 264 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_USE_SNI) } YY_BREAK case 51: YY_RULE_SETUP #line 265 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTPS_PORT) } YY_BREAK case 52: YY_RULE_SETUP #line 266 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_ENDPOINT) } YY_BREAK case 53: YY_RULE_SETUP #line 267 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_MAX_STREAMS) } YY_BREAK case 54: YY_RULE_SETUP #line 268 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_QUERY_BUFFER_SIZE) } YY_BREAK case 55: YY_RULE_SETUP #line 269 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_RESPONSE_BUFFER_SIZE) } YY_BREAK case 56: YY_RULE_SETUP #line 270 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_NODELAY) } YY_BREAK case 57: YY_RULE_SETUP #line 271 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_NOTLS_DOWNSTREAM) } YY_BREAK case 58: YY_RULE_SETUP #line 272 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USE_SYSTEMD) } YY_BREAK case 59: YY_RULE_SETUP #line 273 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_DAEMONIZE) } YY_BREAK case 60: YY_RULE_SETUP #line 274 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE) } YY_BREAK case 61: YY_RULE_SETUP #line 275 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE) } YY_BREAK case 62: YY_RULE_SETUP #line 276 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_INTERFACE) } YY_BREAK case 63: YY_RULE_SETUP #line 277 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE_AUTOMATIC) } YY_BREAK case 64: YY_RULE_SETUP #line 278 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE_AUTOMATIC_PORTS) } YY_BREAK case 65: YY_RULE_SETUP #line 279 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SO_RCVBUF) } YY_BREAK case 66: YY_RULE_SETUP #line 280 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SO_SNDBUF) } YY_BREAK case 67: YY_RULE_SETUP #line 281 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SO_REUSEPORT) } YY_BREAK case 68: YY_RULE_SETUP #line 282 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_TRANSPARENT) } YY_BREAK case 69: YY_RULE_SETUP #line 283 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_FREEBIND) } YY_BREAK case 70: YY_RULE_SETUP #line 284 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_DSCP) } YY_BREAK case 71: YY_RULE_SETUP #line 285 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CHROOT) } YY_BREAK case 72: YY_RULE_SETUP #line 286 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USERNAME) } YY_BREAK case 73: YY_RULE_SETUP #line 287 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DIRECTORY) } YY_BREAK case 74: YY_RULE_SETUP #line 288 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOGFILE) } YY_BREAK case 75: YY_RULE_SETUP #line 289 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PIDFILE) } YY_BREAK case 76: YY_RULE_SETUP #line 290 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ROOT_HINTS) } YY_BREAK case 77: YY_RULE_SETUP #line 291 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STREAM_WAIT_SIZE) } YY_BREAK case 78: YY_RULE_SETUP #line 292 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_BUFFER_SIZE) } YY_BREAK case 79: YY_RULE_SETUP #line 293 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MSG_BUFFER_SIZE) } YY_BREAK case 80: YY_RULE_SETUP #line 294 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MSG_CACHE_SIZE) } YY_BREAK case 81: YY_RULE_SETUP #line 295 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MSG_CACHE_SLABS) } YY_BREAK case 82: YY_RULE_SETUP #line 296 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RRSET_CACHE_SIZE) } YY_BREAK case 83: YY_RULE_SETUP #line 297 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RRSET_CACHE_SLABS) } YY_BREAK case 84: YY_RULE_SETUP #line 298 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MAX_TTL) } YY_BREAK case 85: YY_RULE_SETUP #line 299 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) } YY_BREAK case 86: YY_RULE_SETUP #line 300 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MIN_NEGATIVE_TTL) } YY_BREAK case 87: YY_RULE_SETUP #line 301 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MIN_TTL) } YY_BREAK case 88: YY_RULE_SETUP #line 302 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_HOST_TTL) } YY_BREAK case 89: YY_RULE_SETUP #line 303 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_LAME_TTL) } YY_BREAK case 90: YY_RULE_SETUP #line 304 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_SLABS) } YY_BREAK case 91: YY_RULE_SETUP #line 305 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) } YY_BREAK case 92: YY_RULE_SETUP #line 306 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) } YY_BREAK case 93: YY_RULE_SETUP #line 307 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) } YY_BREAK case 94: YY_RULE_SETUP #line 308 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_MAX_RTT) } YY_BREAK case 95: YY_RULE_SETUP #line 309 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_KEEP_PROBING) } YY_BREAK case 96: YY_RULE_SETUP #line 310 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) } YY_BREAK case 97: YY_RULE_SETUP #line 311 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_JOSTLE_TIMEOUT) } YY_BREAK case 98: YY_RULE_SETUP #line 312 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DELAY_CLOSE) } YY_BREAK case 99: YY_RULE_SETUP #line 313 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UDP_CONNECT) } YY_BREAK case 100: YY_RULE_SETUP #line 314 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TARGET_FETCH_POLICY) } YY_BREAK case 101: YY_RULE_SETUP #line 315 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) } YY_BREAK case 102: YY_RULE_SETUP #line 316 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_LARGE_QUERIES) } YY_BREAK case 103: YY_RULE_SETUP #line 317 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_GLUE) } YY_BREAK case 104: YY_RULE_SETUP #line 318 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) } YY_BREAK case 105: YY_RULE_SETUP #line 319 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) } YY_BREAK case 106: YY_RULE_SETUP #line 320 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_REFERRAL_PATH) } YY_BREAK case 107: YY_RULE_SETUP #line 321 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) } YY_BREAK case 108: YY_RULE_SETUP #line 322 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_UNKNOWN_ADDITIONAL) } YY_BREAK case 109: YY_RULE_SETUP #line 323 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USE_CAPS_FOR_ID) } YY_BREAK case 110: YY_RULE_SETUP #line 324 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CAPS_WHITELIST) } YY_BREAK case 111: YY_RULE_SETUP #line 325 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CAPS_WHITELIST) } YY_BREAK case 112: YY_RULE_SETUP #line 326 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) } YY_BREAK case 113: YY_RULE_SETUP #line 327 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PRIVATE_ADDRESS) } YY_BREAK case 114: YY_RULE_SETUP #line 328 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PRIVATE_DOMAIN) } YY_BREAK case 115: YY_RULE_SETUP #line 329 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFETCH_KEY) } YY_BREAK case 116: YY_RULE_SETUP #line 330 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFETCH) } YY_BREAK case 117: YY_RULE_SETUP #line 331 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DENY_ANY) } YY_BREAK case 118: YY_RULE_SETUP #line 332 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_STUB_ZONE) } YY_BREAK case 119: YY_RULE_SETUP #line 333 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NAME) } YY_BREAK case 120: YY_RULE_SETUP #line 334 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_ADDR) } YY_BREAK case 121: YY_RULE_SETUP #line 335 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_HOST) } YY_BREAK case 122: YY_RULE_SETUP #line 336 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_PRIME) } YY_BREAK case 123: YY_RULE_SETUP #line 337 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_FIRST) } YY_BREAK case 124: YY_RULE_SETUP #line 338 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_NO_CACHE) } YY_BREAK case 125: YY_RULE_SETUP #line 339 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_SSL_UPSTREAM) } YY_BREAK case 126: YY_RULE_SETUP #line 340 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_SSL_UPSTREAM) } YY_BREAK case 127: YY_RULE_SETUP #line 341 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_TCP_UPSTREAM) } YY_BREAK case 128: YY_RULE_SETUP #line 342 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_FORWARD_ZONE) } YY_BREAK case 129: YY_RULE_SETUP #line 343 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_ADDR) } YY_BREAK case 130: YY_RULE_SETUP #line 344 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_HOST) } YY_BREAK case 131: YY_RULE_SETUP #line 345 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_FIRST) } YY_BREAK case 132: YY_RULE_SETUP #line 346 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_NO_CACHE) } YY_BREAK case 133: YY_RULE_SETUP #line 347 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) } YY_BREAK case 134: YY_RULE_SETUP #line 348 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) } YY_BREAK case 135: YY_RULE_SETUP #line 349 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_TCP_UPSTREAM) } YY_BREAK case 136: YY_RULE_SETUP #line 350 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_AUTH_ZONE) } YY_BREAK case 137: YY_RULE_SETUP #line 351 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_RPZ) } YY_BREAK case 138: YY_RULE_SETUP #line 352 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TAGS) } YY_BREAK case 139: YY_RULE_SETUP #line 353 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RPZ_ACTION_OVERRIDE) } YY_BREAK case 140: YY_RULE_SETUP #line 354 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RPZ_CNAME_OVERRIDE) } YY_BREAK case 141: YY_RULE_SETUP #line 355 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RPZ_LOG) } YY_BREAK case 142: YY_RULE_SETUP #line 356 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RPZ_LOG_NAME) } YY_BREAK case 143: YY_RULE_SETUP #line 357 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RPZ_SIGNAL_NXDOMAIN_RA) } YY_BREAK case 144: YY_RULE_SETUP #line 358 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ZONEFILE) } YY_BREAK case 145: YY_RULE_SETUP #line 359 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MASTER) } YY_BREAK case 146: YY_RULE_SETUP #line 360 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MASTER) } YY_BREAK case 147: YY_RULE_SETUP #line 361 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_URL) } YY_BREAK case 148: YY_RULE_SETUP #line 362 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ALLOW_NOTIFY) } YY_BREAK case 149: YY_RULE_SETUP #line 363 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FOR_DOWNSTREAM) } YY_BREAK case 150: YY_RULE_SETUP #line 364 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FOR_UPSTREAM) } YY_BREAK case 151: YY_RULE_SETUP #line 365 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FALLBACK_ENABLED) } YY_BREAK case 152: YY_RULE_SETUP #line 366 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_VIEW) } YY_BREAK case 153: YY_RULE_SETUP #line 367 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VIEW_FIRST) } YY_BREAK case 154: YY_RULE_SETUP #line 368 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) } YY_BREAK case 155: YY_RULE_SETUP #line 369 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) } YY_BREAK case 156: YY_RULE_SETUP #line 370 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL) } YY_BREAK case 157: YY_RULE_SETUP #line 371 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_INTERFACE_ACTION) } YY_BREAK case 158: YY_RULE_SETUP #line 372 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SEND_CLIENT_SUBNET) } YY_BREAK case 159: YY_RULE_SETUP #line 373 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CLIENT_SUBNET_ZONE) } YY_BREAK case 160: YY_RULE_SETUP #line 374 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) } YY_BREAK case 161: YY_RULE_SETUP #line 375 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) } YY_BREAK case 162: YY_RULE_SETUP #line 376 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) } YY_BREAK case 163: YY_RULE_SETUP #line 377 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) } YY_BREAK case 164: YY_RULE_SETUP #line 378 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) } YY_BREAK case 165: YY_RULE_SETUP #line 379 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) } YY_BREAK case 166: YY_RULE_SETUP #line 380 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) } YY_BREAK case 167: YY_RULE_SETUP #line 381 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) } YY_BREAK case 168: YY_RULE_SETUP #line 382 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_IDENTITY) } YY_BREAK case 169: YY_RULE_SETUP #line 383 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_VERSION) } YY_BREAK case 170: YY_RULE_SETUP #line 384 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_TRUSTANCHOR) } YY_BREAK case 171: YY_RULE_SETUP #line 385 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_HTTP_USER_AGENT) } YY_BREAK case 172: YY_RULE_SETUP #line 386 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IDENTITY) } YY_BREAK case 173: YY_RULE_SETUP #line 387 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VERSION) } YY_BREAK case 174: YY_RULE_SETUP #line 388 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HTTP_USER_AGENT) } YY_BREAK case 175: YY_RULE_SETUP #line 389 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MODULE_CONF) } YY_BREAK case 176: YY_RULE_SETUP #line 390 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DLV_ANCHOR) } YY_BREAK case 177: YY_RULE_SETUP #line 391 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DLV_ANCHOR_FILE) } YY_BREAK case 178: YY_RULE_SETUP #line 392 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR_FILE) } YY_BREAK case 179: YY_RULE_SETUP #line 393 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) } YY_BREAK case 180: YY_RULE_SETUP #line 394 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUSTED_KEYS_FILE) } YY_BREAK case 181: YY_RULE_SETUP #line 395 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR) } YY_BREAK case 182: YY_RULE_SETUP #line 396 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) } YY_BREAK case 183: YY_RULE_SETUP #line 397 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ROOT_KEY_SENTINEL) } YY_BREAK case 184: YY_RULE_SETUP #line 398 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_OVERRIDE_DATE) } YY_BREAK case 185: YY_RULE_SETUP #line 399 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_SIG_SKEW_MIN) } YY_BREAK case 186: YY_RULE_SETUP #line 400 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_SIG_SKEW_MAX) } YY_BREAK case 187: YY_RULE_SETUP #line 401 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_MAX_RESTART) } YY_BREAK case 188: YY_RULE_SETUP #line 402 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_BOGUS_TTL) } YY_BREAK case 189: YY_RULE_SETUP #line 403 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) } YY_BREAK case 190: YY_RULE_SETUP #line 404 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_PERMISSIVE_MODE) } YY_BREAK case 191: YY_RULE_SETUP #line 405 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_AGGRESSIVE_NSEC) } YY_BREAK case 192: YY_RULE_SETUP #line 406 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IGNORE_CD_FLAG) } YY_BREAK case 193: YY_RULE_SETUP #line 407 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DISABLE_EDNS_DO) } YY_BREAK case 194: YY_RULE_SETUP #line 408 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED) } YY_BREAK case 195: YY_RULE_SETUP #line 409 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED_TTL) } YY_BREAK case 196: YY_RULE_SETUP #line 410 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) } YY_BREAK case 197: YY_RULE_SETUP #line 411 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED_REPLY_TTL) } YY_BREAK case 198: YY_RULE_SETUP #line 412 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED_CLIENT_TIMEOUT) } YY_BREAK case 199: YY_RULE_SETUP #line 413 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDE_SERVE_EXPIRED) } YY_BREAK case 200: YY_RULE_SETUP #line 414 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_ORIGINAL_TTL) } YY_BREAK case 201: YY_RULE_SETUP #line 415 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAKE_DSA) } YY_BREAK case 202: YY_RULE_SETUP #line 416 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAKE_SHA1) } YY_BREAK case 203: YY_RULE_SETUP #line 417 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_LOG_LEVEL) } YY_BREAK case 204: YY_RULE_SETUP #line 418 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_KEY_CACHE_SIZE) } YY_BREAK case 205: YY_RULE_SETUP #line 419 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_KEY_CACHE_SLABS) } YY_BREAK case 206: YY_RULE_SETUP #line 420 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NEG_CACHE_SIZE) } YY_BREAK case 207: YY_RULE_SETUP #line 421 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) } YY_BREAK case 208: YY_RULE_SETUP #line 423 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ZONEMD_PERMISSIVE_MODE) } YY_BREAK case 209: YY_RULE_SETUP #line 424 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ZONEMD_CHECK) } YY_BREAK case 210: YY_RULE_SETUP #line 425 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ZONEMD_REJECT_ABSENCE) } YY_BREAK case 211: YY_RULE_SETUP #line 426 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ADD_HOLDDOWN) } YY_BREAK case 212: YY_RULE_SETUP #line 427 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DEL_HOLDDOWN) } YY_BREAK case 213: YY_RULE_SETUP #line 428 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_KEEP_MISSING) } YY_BREAK case 214: YY_RULE_SETUP #line 429 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) } YY_BREAK case 215: YY_RULE_SETUP #line 430 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USE_SYSLOG) } YY_BREAK case 216: YY_RULE_SETUP #line 431 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_IDENTITY) } YY_BREAK case 217: YY_RULE_SETUP #line 432 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_TIME_ASCII) } YY_BREAK case 218: YY_RULE_SETUP #line 433 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_QUERIES) } YY_BREAK case 219: YY_RULE_SETUP #line 434 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_REPLIES) } YY_BREAK case 220: YY_RULE_SETUP #line 435 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_TAG_QUERYREPLY) } YY_BREAK case 221: YY_RULE_SETUP #line 436 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_LOCAL_ACTIONS) } YY_BREAK case 222: YY_RULE_SETUP #line 437 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_SERVFAIL) } YY_BREAK case 223: YY_RULE_SETUP #line 438 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_DESTADDR) } YY_BREAK case 224: YY_RULE_SETUP #line 439 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_LOCAL_ZONE) } YY_BREAK case 225: YY_RULE_SETUP #line 440 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOCAL_DATA) } YY_BREAK case 226: YY_RULE_SETUP #line 441 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOCAL_DATA_PTR) } YY_BREAK case 227: YY_RULE_SETUP #line 442 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UNBLOCK_LAN_ZONES) } YY_BREAK case 228: YY_RULE_SETUP #line 443 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INSECURE_LAN_ZONES) } YY_BREAK case 229: YY_RULE_SETUP #line 444 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_INTERVAL) } YY_BREAK case 230: YY_RULE_SETUP #line 445 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_CUMULATIVE) } YY_BREAK case 231: YY_RULE_SETUP #line 446 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EXTENDED_STATISTICS) } YY_BREAK case 232: YY_RULE_SETUP #line 447 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_INHIBIT_ZERO) } YY_BREAK case 233: YY_RULE_SETUP #line 448 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SHM_ENABLE) } YY_BREAK case 234: YY_RULE_SETUP #line 449 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SHM_KEY) } YY_BREAK case 235: YY_RULE_SETUP #line 450 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_REMOTE_CONTROL) } YY_BREAK case 236: YY_RULE_SETUP #line 451 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_ENABLE) } YY_BREAK case 237: YY_RULE_SETUP #line 452 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_INTERFACE) } YY_BREAK case 238: YY_RULE_SETUP #line 453 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_PORT) } YY_BREAK case 239: YY_RULE_SETUP #line 454 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_USE_CERT) } YY_BREAK case 240: YY_RULE_SETUP #line 455 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVER_KEY_FILE) } YY_BREAK case 241: YY_RULE_SETUP #line 456 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVER_CERT_FILE) } YY_BREAK case 242: YY_RULE_SETUP #line 457 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_KEY_FILE) } YY_BREAK case 243: YY_RULE_SETUP #line 458 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_CERT_FILE) } YY_BREAK case 244: YY_RULE_SETUP #line 459 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PYTHON_SCRIPT) } YY_BREAK case 245: YY_RULE_SETUP #line 460 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_PYTHON) } YY_BREAK case 246: YY_RULE_SETUP #line 461 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DYNLIB_FILE) } YY_BREAK case 247: YY_RULE_SETUP #line 462 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_DYNLIB) } YY_BREAK case 248: YY_RULE_SETUP #line 463 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DOMAIN_INSECURE) } YY_BREAK case 249: YY_RULE_SETUP #line 464 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MINIMAL_RESPONSES) } YY_BREAK case 250: YY_RULE_SETUP #line 465 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RRSET_ROUNDROBIN) } YY_BREAK case 251: YY_RULE_SETUP #line 466 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) } YY_BREAK case 252: YY_RULE_SETUP #line 467 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DISCARD_TIMEOUT) } YY_BREAK case 253: YY_RULE_SETUP #line 468 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_WAIT_LIMIT) } YY_BREAK case 254: YY_RULE_SETUP #line 469 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_WAIT_LIMIT_COOKIE) } YY_BREAK case 255: YY_RULE_SETUP #line 470 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_WAIT_LIMIT_NETBLOCK) } YY_BREAK case 256: YY_RULE_SETUP #line 471 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_WAIT_LIMIT_COOKIE_NETBLOCK) } YY_BREAK case 257: YY_RULE_SETUP #line 472 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_UDP_SIZE) } YY_BREAK case 258: YY_RULE_SETUP #line 473 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNS64_PREFIX) } YY_BREAK case 259: YY_RULE_SETUP #line 474 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNS64_SYNTHALL) } YY_BREAK case 260: YY_RULE_SETUP #line 475 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNS64_IGNORE_AAAA) } YY_BREAK case 261: YY_RULE_SETUP #line 476 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NAT64_PREFIX) } YY_BREAK case 262: YY_RULE_SETUP #line 477 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DEFINE_TAG) } YY_BREAK case 263: YY_RULE_SETUP #line 478 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_LOCAL_ZONE_TAG) } YY_BREAK case 264: YY_RULE_SETUP #line 479 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL_TAG) } YY_BREAK case 265: YY_RULE_SETUP #line 480 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) } YY_BREAK case 266: YY_RULE_SETUP #line 481 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) } YY_BREAK case 267: YY_RULE_SETUP #line 482 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL_VIEW) } YY_BREAK case 268: YY_RULE_SETUP #line 483 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_INTERFACE_TAG) } YY_BREAK case 269: YY_RULE_SETUP #line 484 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_INTERFACE_TAG_ACTION) } YY_BREAK case 270: YY_RULE_SETUP #line 485 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_INTERFACE_TAG_DATA) } YY_BREAK case 271: YY_RULE_SETUP #line 486 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_INTERFACE_VIEW) } YY_BREAK case 272: YY_RULE_SETUP #line 487 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) } YY_BREAK case 273: YY_RULE_SETUP #line 488 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_DNSTAP) } YY_BREAK case 274: YY_RULE_SETUP #line 489 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_ENABLE) } YY_BREAK case 275: YY_RULE_SETUP #line 490 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_BIDIRECTIONAL) } YY_BREAK case 276: YY_RULE_SETUP #line 491 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SOCKET_PATH) } YY_BREAK case 277: YY_RULE_SETUP #line 492 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_IP) } YY_BREAK case 278: YY_RULE_SETUP #line 493 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_TLS) } YY_BREAK case 279: YY_RULE_SETUP #line 494 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_TLS_SERVER_NAME) } YY_BREAK case 280: YY_RULE_SETUP #line 495 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_TLS_CERT_BUNDLE) } YY_BREAK case 281: YY_RULE_SETUP #line 496 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_TLS_CLIENT_KEY_FILE) } YY_BREAK case 282: YY_RULE_SETUP #line 498 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_TLS_CLIENT_CERT_FILE) } YY_BREAK case 283: YY_RULE_SETUP #line 500 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) } YY_BREAK case 284: YY_RULE_SETUP #line 501 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SEND_VERSION) } YY_BREAK case 285: YY_RULE_SETUP #line 502 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_IDENTITY) } YY_BREAK case 286: YY_RULE_SETUP #line 503 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_VERSION) } YY_BREAK case 287: YY_RULE_SETUP #line 504 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) } YY_BREAK case 288: YY_RULE_SETUP #line 506 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) } YY_BREAK case 289: YY_RULE_SETUP #line 508 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) } YY_BREAK case 290: YY_RULE_SETUP #line 510 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) } YY_BREAK case 291: YY_RULE_SETUP #line 512 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) } YY_BREAK case 292: YY_RULE_SETUP #line 514 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) } YY_BREAK case 293: YY_RULE_SETUP #line 516 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SAMPLE_RATE) } YY_BREAK case 294: YY_RULE_SETUP #line 517 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) } YY_BREAK case 295: YY_RULE_SETUP #line 518 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT) } YY_BREAK case 296: YY_RULE_SETUP #line 519 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_COOKIE) } YY_BREAK case 297: YY_RULE_SETUP #line 520 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT) } YY_BREAK case 298: YY_RULE_SETUP #line 521 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_SLABS) } YY_BREAK case 299: YY_RULE_SETUP #line 522 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_SLABS) } YY_BREAK case 300: YY_RULE_SETUP #line 523 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_SIZE) } YY_BREAK case 301: YY_RULE_SETUP #line 524 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_SIZE) } YY_BREAK case 302: YY_RULE_SETUP #line 525 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) } YY_BREAK case 303: YY_RULE_SETUP #line 526 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) } YY_BREAK case 304: YY_RULE_SETUP #line 527 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_FACTOR) } YY_BREAK case 305: YY_RULE_SETUP #line 528 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_FACTOR) } YY_BREAK case 306: YY_RULE_SETUP #line 529 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_BACKOFF) } YY_BREAK case 307: YY_RULE_SETUP #line 530 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_BACKOFF) } YY_BREAK case 308: YY_RULE_SETUP #line 531 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTBOUND_MSG_RETRY) } YY_BREAK case 309: YY_RULE_SETUP #line 532 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_SENT_COUNT) } YY_BREAK case 310: YY_RULE_SETUP #line 533 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_QUERY_RESTARTS) } YY_BREAK case 311: YY_RULE_SETUP #line 534 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOW_RTT) } YY_BREAK case 312: YY_RULE_SETUP #line 535 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_NUM) } YY_BREAK case 313: YY_RULE_SETUP #line 536 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_PERMIL) } YY_BREAK case 314: YY_RULE_SETUP #line 537 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_PERMIL) } YY_BREAK case 315: YY_RULE_SETUP #line 538 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_PERMIL) } YY_BREAK case 316: YY_RULE_SETUP #line 539 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RESPONSE_IP_TAG) } YY_BREAK case 317: YY_RULE_SETUP #line 540 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RESPONSE_IP) } YY_BREAK case 318: YY_RULE_SETUP #line 541 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RESPONSE_IP_DATA) } YY_BREAK case 319: YY_RULE_SETUP #line 542 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_DNSCRYPT) } YY_BREAK case 320: YY_RULE_SETUP #line 543 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_ENABLE) } YY_BREAK case 321: YY_RULE_SETUP #line 544 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PORT) } YY_BREAK case 322: YY_RULE_SETUP #line 545 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PROVIDER) } YY_BREAK case 323: YY_RULE_SETUP #line 546 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) } YY_BREAK case 324: YY_RULE_SETUP #line 547 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) } YY_BREAK case 325: YY_RULE_SETUP #line 548 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) } YY_BREAK case 326: YY_RULE_SETUP #line 549 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) } YY_BREAK case 327: YY_RULE_SETUP #line 551 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) } YY_BREAK case 328: YY_RULE_SETUP #line 553 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) } YY_BREAK case 329: YY_RULE_SETUP #line 554 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) } YY_BREAK case 330: YY_RULE_SETUP #line 555 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PAD_RESPONSES) } YY_BREAK case 331: YY_RULE_SETUP #line 556 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PAD_RESPONSES_BLOCK_SIZE) } YY_BREAK case 332: YY_RULE_SETUP #line 557 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PAD_QUERIES) } YY_BREAK case 333: YY_RULE_SETUP #line 558 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PAD_QUERIES_BLOCK_SIZE) } YY_BREAK case 334: YY_RULE_SETUP #line 559 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_ENABLED) } YY_BREAK case 335: YY_RULE_SETUP #line 560 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) } YY_BREAK case 336: YY_RULE_SETUP #line 561 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_HOOK) } YY_BREAK case 337: YY_RULE_SETUP #line 562 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_MAX_TTL) } YY_BREAK case 338: YY_RULE_SETUP #line 563 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_WHITELIST) } YY_BREAK case 339: YY_RULE_SETUP #line 564 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_WHITELIST) } YY_BREAK case 340: YY_RULE_SETUP #line 565 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_STRICT) } YY_BREAK case 341: YY_RULE_SETUP #line 566 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_CACHEDB) } YY_BREAK case 342: YY_RULE_SETUP #line 567 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_BACKEND) } YY_BREAK case 343: YY_RULE_SETUP #line 568 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_SECRETSEED) } YY_BREAK case 344: YY_RULE_SETUP #line 569 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_NO_STORE) } YY_BREAK case 345: YY_RULE_SETUP #line 570 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_CHECK_WHEN_SERVE_EXPIRED) } YY_BREAK case 346: YY_RULE_SETUP #line 571 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISHOST) } YY_BREAK case 347: YY_RULE_SETUP #line 572 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISPORT) } YY_BREAK case 348: YY_RULE_SETUP #line 573 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISPATH) } YY_BREAK case 349: YY_RULE_SETUP #line 574 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISPASSWORD) } YY_BREAK case 350: YY_RULE_SETUP #line 575 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) } YY_BREAK case 351: YY_RULE_SETUP #line 576 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISEXPIRERECORDS) } YY_BREAK case 352: YY_RULE_SETUP #line 577 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISLOGICALDB) } YY_BREAK case 353: YY_RULE_SETUP #line 578 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_IPSET) } YY_BREAK case 354: YY_RULE_SETUP #line 579 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSET_NAME_V4) } YY_BREAK case 355: YY_RULE_SETUP #line 580 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSET_NAME_V6) } YY_BREAK case 356: YY_RULE_SETUP #line 581 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) } YY_BREAK case 357: YY_RULE_SETUP #line 582 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_TCP_CONNECTION_LIMIT) } YY_BREAK case 358: YY_RULE_SETUP #line 583 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ANSWER_COOKIE ) } YY_BREAK case 359: YY_RULE_SETUP #line 584 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_COOKIE_SECRET) } YY_BREAK case 360: YY_RULE_SETUP #line 585 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_COOKIE_SECRET_FILE) } YY_BREAK case 361: YY_RULE_SETUP #line 586 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_EDNS_CLIENT_STRING) } YY_BREAK case 362: YY_RULE_SETUP #line 587 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_CLIENT_STRING_OPCODE) } YY_BREAK case 363: YY_RULE_SETUP #line 588 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NSID ) } YY_BREAK case 364: YY_RULE_SETUP #line 589 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDE ) } YY_BREAK case 365: YY_RULE_SETUP #line 590 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PROXY_PROTOCOL_PORT) } YY_BREAK case 366: /* rule 366 can match eol */ YY_RULE_SETUP #line 591 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++; } YY_BREAK /* Quoted strings. Strip leading and ending quotes */ case 367: YY_RULE_SETUP #line 594 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { BEGIN(quotedstring); LEXOUT(("QS ")); } YY_BREAK case YY_STATE_EOF(quotedstring): #line 595 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside quoted string"); if(--num_args == 0) { BEGIN(INITIAL); } else { BEGIN(val); } } YY_BREAK case 368: YY_RULE_SETUP #line 600 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 369: /* rule 369 can match eol */ YY_RULE_SETUP #line 601 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline inside quoted string, no end \""); cfg_parser->line++; BEGIN(INITIAL); } YY_BREAK case 370: YY_RULE_SETUP #line 603 "/usr/src/usr.sbin/unbound/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 371: YY_RULE_SETUP #line 615 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { BEGIN(singlequotedstr); LEXOUT(("SQS ")); } YY_BREAK case YY_STATE_EOF(singlequotedstr): #line 616 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside quoted string"); if(--num_args == 0) { BEGIN(INITIAL); } else { BEGIN(val); } } YY_BREAK case 372: YY_RULE_SETUP #line 621 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 373: /* rule 373 can match eol */ YY_RULE_SETUP #line 622 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline inside quoted string, no end '"); cfg_parser->line++; BEGIN(INITIAL); } YY_BREAK case 374: YY_RULE_SETUP #line 624 "/usr/src/usr.sbin/unbound/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 375: YY_RULE_SETUP #line 636 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); } YY_BREAK case YY_STATE_EOF(include): #line 638 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside include directive"); BEGIN(inc_prev); } YY_BREAK case 376: YY_RULE_SETUP #line 642 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ISP ")); /* ignore */ } YY_BREAK case 377: /* rule 377 can match eol */ YY_RULE_SETUP #line 643 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++;} YY_BREAK case 378: YY_RULE_SETUP #line 644 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("IQS ")); BEGIN(include_quoted); } YY_BREAK case 379: YY_RULE_SETUP #line 645 "/usr/src/usr.sbin/unbound/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 650 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside quoted string"); BEGIN(inc_prev); } YY_BREAK case 380: YY_RULE_SETUP #line 654 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ISTR(%s) ", yytext)); yymore(); } YY_BREAK case 381: /* rule 381 can match eol */ YY_RULE_SETUP #line 655 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline before \" in include name"); cfg_parser->line++; BEGIN(inc_prev); } YY_BREAK case 382: YY_RULE_SETUP #line 657 "/usr/src/usr.sbin/unbound/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 663 "/usr/src/usr.sbin/unbound/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 383: YY_RULE_SETUP #line 677 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include_toplevel); } YY_BREAK case YY_STATE_EOF(include_toplevel): #line 680 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside include_toplevel directive"); BEGIN(inc_prev); } YY_BREAK case 384: YY_RULE_SETUP #line 684 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ITSP ")); /* ignore */ } YY_BREAK case 385: /* rule 385 can match eol */ YY_RULE_SETUP #line 685 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++; } YY_BREAK case 386: YY_RULE_SETUP #line 686 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ITQS ")); BEGIN(include_toplevel_quoted); } YY_BREAK case 387: YY_RULE_SETUP #line 687 "/usr/src/usr.sbin/unbound/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 693 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside quoted string"); BEGIN(inc_prev); } YY_BREAK case 388: YY_RULE_SETUP #line 697 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ITSTR(%s) ", yytext)); yymore(); } YY_BREAK case 389: /* rule 389 can match eol */ YY_RULE_SETUP #line 698 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline before \" in include name"); cfg_parser->line++; BEGIN(inc_prev); } YY_BREAK case 390: YY_RULE_SETUP #line 702 "/usr/src/usr.sbin/unbound/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 391: YY_RULE_SETUP #line 710 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("unquotedstr(%s) ", yytext)); if(--num_args == 0) { BEGIN(INITIAL); } yylval.str = strdup(yytext); return STRING_ARG; } YY_BREAK case 392: YY_RULE_SETUP #line 714 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { ub_c_error_msg("unknown keyword '%s'", yytext); } YY_BREAK case 393: YY_RULE_SETUP #line 718 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { ub_c_error_msg("stray '%s'", yytext); } YY_BREAK case 394: YY_RULE_SETUP #line 722 "/usr/src/usr.sbin/unbound/util/configlexer.lex" ECHO; YY_BREAK #line 6025 "" 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 { yy_size_t 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 ) { yy_size_t 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,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; 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_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t 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,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 >= 3921 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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 >= 3921 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 3920); return yy_is_jam ? 0 : yy_current_state; } #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 */ yy_size_t offset = (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 EOF; 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(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; (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. */ int 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 0; 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 = 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 = 0; 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 (yyconst char * yystr ) { return yy_scan_bytes(yystr,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 (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _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 yy_fatal_error (yyconst char* msg ) { (void) 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. * */ yy_size_t yyget_leng (void) { return yyleng; } /** Get the current token. * */ char *yyget_text (void) { return yytext; } /** Set the current line number. * @param 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) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = (FILE *) 0; yyout = (FILE *) 0; #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, yyconst 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 (yyconst char * s ) { int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size ) { return (void *) 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 (void *) realloc( (char *) ptr, size ); } void yyfree (void * ptr ) { free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 722 "/usr/src/usr.sbin/unbound/util/configlexer.lex"