#include "config.h" #include "util/configyyrename.h" #line 3 "" #define YY_INT_ALIGNED short int /* $OpenBSD: configlexer.c,v 1.3 2019/03/30 01:54:43 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.3 2019/03/30 01:54:43 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 291 #define YY_END_OF_BUFFER 292 /* 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[2905] = { 0, 1, 1, 273, 273, 277, 277, 281, 281, 285, 285, 1, 1, 292, 289, 1, 271, 271, 290, 2, 290, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 273, 274, 274, 275, 290, 277, 278, 278, 279, 290, 284, 281, 282, 282, 283, 290, 285, 286, 286, 287, 290, 288, 272, 2, 276, 290, 288, 289, 0, 1, 2, 2, 2, 2, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 273, 0, 277, 0, 284, 0, 281, 285, 0, 288, 0, 2, 2, 288, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 288, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 114, 289, 289, 289, 289, 289, 289, 289, 288, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 96, 289, 289, 289, 289, 289, 289, 8, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 119, 289, 288, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 288, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 54, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 214, 289, 14, 15, 289, 18, 17, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 113, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 198, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 3, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 288, 289, 289, 289, 289, 289, 289, 289, 264, 289, 289, 263, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 280, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 57, 289, 238, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 58, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 187, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 20, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 138, 289, 289, 280, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 94, 289, 289, 289, 289, 289, 289, 289, 246, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 159, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 137, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 93, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 31, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 32, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 55, 289, 289, 289, 289, 289, 289, 289, 289, 289, 112, 289, 289, 289, 289, 289, 111, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 56, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 160, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 45, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 229, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 49, 289, 50, 289, 289, 289, 289, 289, 97, 289, 98, 289, 289, 289, 289, 95, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 7, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 207, 289, 289, 289, 289, 140, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 46, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 179, 289, 178, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 16, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 59, 289, 289, 289, 289, 289, 289, 289, 289, 186, 289, 289, 289, 289, 289, 289, 100, 289, 99, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 170, 289, 289, 289, 289, 289, 289, 289, 289, 120, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 78, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 82, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 53, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 173, 174, 289, 289, 289, 240, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 6, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 244, 289, 289, 289, 265, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 41, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 43, 289, 289, 289, 289, 289, 289, 289, 289, 166, 289, 289, 289, 115, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 191, 289, 167, 289, 289, 289, 204, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 44, 289, 289, 289, 289, 289, 289, 289, 289, 289, 117, 105, 289, 106, 289, 289, 289, 104, 289, 289, 289, 289, 289, 289, 289, 289, 135, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 228, 289, 289, 289, 289, 289, 289, 289, 289, 168, 289, 289, 289, 289, 289, 171, 289, 177, 289, 289, 289, 289, 289, 203, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 92, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 51, 289, 289, 289, 25, 289, 289, 289, 289, 289, 289, 289, 289, 289, 19, 289, 289, 289, 289, 289, 289, 26, 35, 289, 145, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 67, 69, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 248, 289, 289, 289, 215, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 107, 289, 289, 289, 289, 289, 289, 289, 289, 289, 134, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 259, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 139, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 197, 289, 289, 289, 289, 289, 289, 289, 289, 268, 289, 289, 289, 289, 289, 289, 289, 289, 289, 156, 289, 289, 289, 289, 289, 289, 289, 289, 101, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 151, 289, 161, 289, 289, 289, 289, 289, 123, 289, 289, 289, 289, 289, 88, 289, 289, 289, 289, 189, 289, 289, 289, 289, 289, 289, 205, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 220, 289, 289, 289, 289, 289, 289, 289, 289, 289, 116, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 155, 289, 289, 289, 289, 289, 70, 71, 289, 289, 289, 289, 289, 52, 289, 289, 289, 289, 289, 77, 162, 289, 180, 289, 208, 289, 289, 172, 241, 289, 289, 289, 289, 289, 63, 289, 164, 289, 289, 289, 289, 289, 9, 289, 289, 289, 91, 289, 289, 289, 289, 233, 289, 289, 289, 188, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 154, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 141, 289, 247, 289, 289, 289, 289, 219, 289, 289, 289, 289, 289, 289, 289, 289, 199, 289, 289, 289, 289, 239, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 262, 289, 163, 289, 289, 289, 289, 289, 289, 289, 62, 64, 289, 289, 289, 289, 289, 289, 289, 90, 289, 289, 289, 289, 231, 289, 289, 289, 243, 289, 289, 289, 289, 289, 289, 289, 193, 33, 27, 29, 289, 289, 289, 289, 289, 289, 289, 289, 289, 34, 289, 28, 30, 289, 289, 289, 289, 289, 289, 289, 289, 87, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 195, 192, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 61, 289, 289, 118, 289, 108, 289, 289, 289, 289, 289, 289, 289, 289, 136, 13, 289, 289, 289, 289, 289, 289, 289, 289, 289, 257, 289, 260, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 12, 289, 289, 21, 289, 289, 289, 237, 289, 289, 289, 245, 289, 65, 289, 201, 289, 289, 194, 289, 289, 60, 289, 289, 289, 289, 22, 289, 42, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 150, 149, 289, 289, 289, 289, 289, 289, 289, 289, 289, 196, 190, 289, 206, 289, 289, 249, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 72, 289, 289, 289, 232, 289, 289, 289, 289, 176, 289, 289, 289, 289, 200, 289, 289, 289, 289, 289, 289, 289, 289, 266, 267, 147, 66, 289, 289, 157, 289, 289, 102, 103, 289, 289, 289, 289, 142, 289, 144, 289, 181, 289, 289, 289, 289, 148, 289, 289, 209, 289, 289, 289, 289, 289, 289, 289, 125, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 216, 289, 289, 289, 23, 289, 242, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 182, 289, 289, 230, 289, 261, 289, 175, 289, 289, 289, 289, 47, 289, 289, 289, 289, 4, 289, 289, 124, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 212, 36, 37, 289, 289, 289, 289, 289, 289, 289, 250, 289, 289, 289, 289, 289, 289, 218, 289, 289, 289, 185, 289, 289, 289, 289, 289, 289, 289, 289, 289, 75, 289, 48, 236, 289, 213, 289, 289, 289, 289, 11, 289, 289, 289, 289, 289, 289, 289, 183, 79, 289, 39, 289, 289, 289, 289, 289, 289, 289, 289, 153, 289, 289, 289, 289, 289, 127, 289, 289, 289, 289, 289, 289, 289, 289, 289, 217, 121, 289, 289, 109, 110, 289, 289, 289, 81, 85, 80, 289, 73, 289, 289, 289, 289, 289, 10, 289, 289, 289, 234, 289, 289, 270, 38, 289, 289, 289, 289, 289, 152, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 86, 84, 289, 74, 258, 289, 289, 289, 289, 289, 289, 289, 169, 289, 289, 289, 184, 289, 289, 289, 289, 289, 289, 289, 289, 143, 68, 289, 289, 289, 289, 289, 251, 289, 289, 289, 289, 289, 289, 289, 122, 289, 83, 128, 129, 132, 133, 130, 131, 76, 289, 235, 289, 289, 146, 289, 289, 289, 289, 289, 211, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 158, 40, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 89, 289, 210, 289, 227, 255, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 5, 289, 202, 289, 289, 256, 289, 289, 289, 289, 289, 289, 289, 289, 24, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 126, 289, 289, 289, 289, 289, 289, 289, 289, 289, 165, 289, 289, 289, 289, 289, 289, 289, 289, 289, 252, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, 269, 289, 289, 223, 289, 289, 289, 289, 289, 253, 289, 289, 289, 289, 289, 289, 254, 289, 289, 289, 221, 289, 224, 225, 289, 289, 289, 289, 289, 222, 226, 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[2919] = { 0, 0, 0, 38, 41, 44, 46, 59, 65, 71, 77, 90, 112, 2146, 1869, 81, 5674, 5674, 5674, 96, 52, 106, 63, 107, 111, 70, 128, 130, 133, 57, 88, 76, 135, 141, 117, 148, 145, 160, 164, 185, 176, 191, 152, 1830, 5674, 5674, 5674, 107, 1790, 5674, 5674, 5674, 165, 1674, 1331, 5674, 5674, 5674, 211, 1221, 5674, 5674, 5674, 180, 1211, 5674, 217, 5674, 221, 168, 962, 225, 189, 0, 232, 0, 0, 226, 189, 85, 221, 114, 227, 234, 156, 219, 235, 239, 236, 238, 132, 246, 242, 241, 252, 244, 247, 266, 243, 258, 273, 275, 187, 277, 278, 267, 274, 280, 283, 287, 289, 295, 297, 298, 299, 304, 305, 306, 311, 307, 315, 309, 313, 330, 318, 329, 325, 320, 335, 336, 339, 340, 343, 345, 342, 346, 350, 349, 355, 357, 907, 373, 754, 376, 671, 382, 632, 365, 386, 198, 390, 394, 0, 386, 374, 396, 388, 392, 393, 257, 391, 395, 397, 398, 400, 402, 415, 404, 413, 421, 423, 427, 424, 431, 434, 435, 436, 437, 419, 448, 446, 451, 443, 452, 454, 455, 458, 459, 474, 460, 461, 410, 468, 476, 478, 485, 470, 488, 489, 486, 493, 491, 501, 503, 499, 500, 502, 504, 505, 509, 510, 512, 514, 517, 515, 516, 520, 522, 521, 529, 523, 534, 535, 542, 537, 538, 544, 541, 555, 556, 547, 558, 551, 559, 560, 565, 568, 575, 570, 567, 571, 579, 574, 577, 578, 582, 580, 594, 601, 592, 599, 602, 600, 605, 606, 607, 608, 584, 617, 610, 581, 622, 628, 612, 626, 631, 618, 614, 633, 635, 637, 644, 640, 647, 643, 648, 649, 650, 652, 661, 656, 659, 658, 660, 662, 664, 665, 668, 666, 674, 669, 678, 680, 688, 686, 685, 698, 690, 691, 695, 701, 693, 708, 702, 723, 712, 724, 713, 705, 694, 719, 732, 729, 735, 737, 738, 739, 740, 741, 742, 750, 745, 748, 755, 758, 762, 766, 746, 772, 747, 776, 770, 774, 781, 803, 778, 768, 780, 782, 785, 5674, 808, 786, 828, 792, 787, 815, 810, 812, 801, 817, 825, 818, 829, 813, 821, 835, 851, 836, 838, 846, 848, 852, 850, 860, 861, 853, 856, 864, 875, 867, 870, 871, 882, 874, 872, 877, 881, 883, 887, 896, 889, 897, 884, 898, 901, 904, 902, 908, 905, 909, 912, 926, 906, 923, 928, 925, 931, 933, 935, 936, 937, 938, 946, 943, 942, 944, 949, 953, 955, 959, 952, 945, 961, 966, 970, 967, 975, 977, 960, 983, 5674, 985, 968, 980, 978, 990, 991, 5674, 993, 992, 994, 1001, 996, 1004, 997, 1000, 1007, 1022, 999, 1006, 1023, 1020, 1021, 783, 1024, 1025, 1027, 1028, 1030, 1031, 1033, 1036, 1053, 1037, 1040, 1038, 1039, 1044, 1046, 1065, 1048, 1051, 1062, 1066, 1077, 1064, 1081, 1068, 1076, 1085, 1083, 1087, 1089, 1090, 1092, 1093, 1094, 1095, 1097, 1098, 1099, 1103, 5674, 1101, 1111, 1119, 1118, 1105, 1121, 1122, 1123, 1124, 1125, 1126, 1131, 1127, 1144, 1134, 1137, 1147, 1145, 1148, 1132, 1150, 1153, 1152, 1154, 1156, 1167, 1162, 1160, 1169, 1177, 1179, 1181, 1182, 1164, 1183, 1184, 1174, 1187, 1188, 1192, 1190, 1196, 1194, 1205, 1200, 1201, 1202, 1203, 1212, 1209, 1208, 1217, 1210, 1226, 1216, 1230, 1231, 1218, 1224, 1243, 1233, 1238, 1240, 1245, 1246, 1247, 1248, 1251, 1253, 1254, 1256, 1255, 1258, 1259, 1262, 1263, 1265, 1270, 1277, 1272, 1273, 1280, 1284, 1285, 1286, 1293, 1290, 1294, 1296, 1292, 1307, 1291, 1298, 1302, 1314, 1305, 1309, 1310, 1313, 1323, 1320, 1325, 1334, 1326, 1312, 1336, 1329, 1339, 1335, 1340, 1342, 1343, 1344, 1351, 1346, 1347, 1352, 1354, 1355, 1349, 1359, 1357, 1376, 1361, 1365, 1363, 1366, 1374, 1379, 1380, 1381, 1383, 1384, 1386, 1387, 1389, 1390, 1394, 1392, 1407, 1395, 1391, 1404, 1408, 1413, 1414, 1419, 1420, 1398, 1422, 1423, 1426, 1427, 1430, 1428, 1431, 1435, 1437, 1438, 1441, 1443, 1444, 1446, 1449, 1453, 1454, 5674, 1448, 1461, 1459, 1460, 1462, 1466, 1468, 1475, 1470, 1473, 1471, 1472, 1476, 1483, 5674, 1484, 5674, 5674, 1477, 5674, 5674, 1481, 1487, 1482, 1500, 1506, 1508, 1501, 1485, 1510, 1511, 1519, 1532, 1515, 1514, 1522, 1516, 1518, 1526, 1523, 1527, 1537, 1542, 1548, 1546, 1554, 1545, 1517, 1538, 1556, 1555, 1558, 1561, 1562, 1564, 1566, 1567, 1565, 1570, 1571, 1578, 1576, 1574, 1590, 5674, 1586, 1594, 1598, 1595, 1602, 1601, 1597, 1599, 1605, 1606, 1609, 1608, 1610, 1612, 1616, 1618, 1623, 1619, 5674, 1621, 1622, 1627, 1628, 1633, 1634, 1635, 1620, 1640, 1642, 1643, 1644, 1646, 1647, 5674, 1585, 1652, 1648, 1654, 1655, 1660, 1661, 1656, 1663, 1664, 1665, 1667, 1666, 1668, 1685, 1677, 1682, 1672, 1675, 1690, 1692, 1693, 1700, 1695, 1701, 1697, 1703, 1702, 1704, 1705, 1707, 1714, 1709, 1718, 1713, 1725, 1734, 1716, 1721, 1729, 1730, 1731, 1736, 1738, 1739, 1743, 1744, 1751, 1746, 1748, 1750, 1753, 1755, 1756, 1759, 1764, 1760, 1767, 1769, 1762, 5674, 1770, 1772, 5674, 1773, 1775, 1797, 1776, 1779, 1780, 1785, 1778, 1788, 1789, 1791, 1807, 1801, 1817, 1809, 1810, 1819, 1820, 1821, 1822, 1824, 1827, 1831, 1838, 1839, 1799, 1847, 1846, 1828, 1829, 1843, 1862, 1844, 1849, 1851, 1852, 1857, 1855, 1859, 1866, 1853, 1871, 1874, 1875, 5674, 1883, 1884, 1878, 1885, 1892, 1889, 1891, 1893, 1895, 1896, 1905, 1900, 1901, 1903, 1906, 1907, 1911, 1913, 1914, 1915, 1916, 1917, 1933, 5674, 1919, 5674, 1918, 1928, 1930, 1929, 1936, 1937, 1939, 1940, 1941, 1938, 1950, 1959, 1942, 5674, 1956, 1963, 1960, 1965, 1966, 1958, 1967, 1969, 1971, 1976, 1973, 1981, 1974, 1979, 1983, 1984, 1987, 1990, 1991, 1992, 5674, 1999, 1994, 2001, 2008, 1998, 2006, 2009, 2011, 2012, 2016, 2017, 2018, 2019, 2020, 2029, 2030, 2021, 2032, 2035, 2031, 5674, 2028, 2039, 2047, 2043, 2045, 2042, 2049, 2050, 2052, 2053, 2054, 2057, 2060, 2061, 2069, 2070, 2062, 2066, 2074, 2067, 2076, 2079, 2082, 2081, 2083, 2084, 2085, 5674, 2087, 2089, 124, 2093, 2094, 2096, 2095, 2102, 2098, 2101, 2118, 2119, 2115, 2114, 2117, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2131, 5674, 2105, 2133, 2134, 2136, 2139, 2140, 2143, 5674, 2153, 2156, 2142, 2155, 2163, 2158, 2164, 2165, 2167, 2172, 2168, 2171, 5674, 2175, 2178, 2180, 2181, 2182, 2184, 2189, 2191, 2192, 2193, 2196, 2194, 2195, 2199, 2197, 2200, 2204, 2213, 2203, 2205, 2210, 2214, 5674, 2226, 2215, 2224, 2217, 2228, 2227, 2241, 2231, 2234, 2236, 2242, 2251, 2244, 2238, 2252, 2253, 2258, 2262, 2261, 2267, 2268, 2265, 2269, 2275, 2277, 2278, 2279, 2283, 2281, 2284, 2285, 2286, 2293, 2294, 2291, 2302, 2300, 2307, 2305, 2310, 5674, 2311, 2312, 2295, 2317, 2325, 2322, 2323, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2338, 2336, 2337, 2342, 2349, 2347, 2353, 2357, 2358, 5674, 2359, 2361, 2363, 2364, 2370, 2365, 2372, 2374, 2376, 2377, 2378, 2380, 2383, 2384, 2386, 2388, 2391, 2390, 2389, 5674, 2394, 2395, 2396, 2404, 2405, 2411, 2412, 2414, 2418, 2402, 2419, 2421, 2422, 5674, 2430, 2432, 2429, 2433, 2431, 2436, 2437, 2439, 2441, 5674, 2442, 2443, 2450, 2451, 2446, 5674, 2453, 2449, 2454, 2456, 2457, 2458, 2459, 2464, 2465, 2467, 2470, 2473, 2477, 2478, 5674, 2479, 2487, 2488, 2480, 2491, 2482, 2492, 2493, 2497, 2501, 2495, 2510, 2512, 2513, 2514, 2494, 2517, 2518, 2519, 2521, 2522, 5674, 2515, 2525, 2527, 2530, 2528, 2534, 2536, 2544, 2539, 2540, 2546, 2541, 2547, 2548, 2549, 2550, 2553, 2561, 2563, 2564, 2566, 2568, 2569, 2570, 2577, 2582, 2583, 2585, 5674, 2588, 2589, 2591, 2578, 2580, 2592, 2595, 2597, 2599, 2601, 2603, 2604, 2605, 2612, 2616, 2613, 2620, 2617, 2622, 2614, 2625, 2626, 2627, 2628, 2635, 2632, 2631, 2640, 2639, 2638, 2648, 2643, 2649, 2650, 2651, 2652, 2653, 2656, 2654, 2660, 2661, 2665, 2667, 2675, 2676, 2677, 2678, 2681, 5674, 2680, 2682, 2684, 2690, 2693, 2694, 2696, 2698, 2703, 2688, 2695, 2705, 2715, 2711, 5674, 2712, 5674, 2714, 2716, 2717, 2726, 2719, 5674, 2723, 5674, 2724, 2729, 2731, 2732, 5674, 2733, 2734, 2737, 2740, 2738, 2742, 2743, 2744, 2745, 2750, 2752, 2756, 2755, 2757, 2760, 2761, 2764, 2766, 2768, 2772, 2765, 2777, 2773, 2775, 2783, 2782, 2784, 5674, 2791, 2788, 2793, 2792, 2794, 2796, 2797, 2799, 2800, 2802, 2805, 2810, 2803, 2816, 2819, 2831, 2809, 2832, 5674, 2813, 2834, 2817, 2835, 5674, 2837, 2828, 2838, 2843, 2840, 2830, 2845, 2846, 2850, 2847, 2853, 2858, 2862, 2863, 2857, 2865, 2855, 2869, 2877, 2874, 2881, 2883, 2891, 2887, 2875, 2878, 2867, 2889, 2890, 2900, 2901, 2897, 2904, 2899, 2903, 2906, 2907, 2910, 2911, 2913, 2915, 2916, 2914, 2919, 2923, 2918, 2920, 2921, 2924, 5674, 2937, 2927, 2934, 2941, 2943, 2946, 2925, 2944, 2948, 2950, 2952, 2954, 2951, 5674, 2953, 5674, 2955, 2961, 2970, 2972, 2974, 2975, 2976, 2978, 2981, 2982, 2983, 2984, 2985, 2987, 2990, 2991, 2996, 2997, 2998, 3012, 2995, 3000, 3002, 3007, 3009, 3014, 5674, 3016, 3017, 3018, 3022, 3023, 3024, 3027, 3031, 3030, 3033, 3034, 3045, 5674, 3036, 3053, 3037, 3057, 3064, 3046, 3065, 3060, 5674, 3049, 3061, 3068, 3063, 3070, 3077, 5674, 3072, 5674, 3067, 3074, 3081, 3078, 3082, 3083, 3084, 3085, 3091, 3094, 3103, 3092, 3100, 3101, 3102, 3104, 3113, 3106, 3108, 3109, 5674, 3111, 3114, 3118, 3125, 3126, 3132, 3129, 3116, 5674, 3133, 3136, 3123, 3140, 3141, 3144, 3145, 3146, 3149, 3150, 3147, 3151, 3163, 3155, 3154, 3158, 3169, 3170, 3175, 5674, 3176, 3156, 3183, 3179, 3180, 3182, 3185, 3186, 3187, 3189, 3190, 3191, 3193, 3198, 3197, 3194, 3195, 3200, 3201, 3214, 3211, 3203, 3215, 3219, 3218, 3221, 3225, 3226, 3229, 3231, 3222, 3233, 3236, 3240, 3243, 3245, 3246, 3253, 3248, 5674, 3255, 3252, 3260, 3256, 3259, 3258, 3265, 3269, 3271, 3267, 3268, 3278, 3273, 5674, 3280, 3275, 3292, 3286, 3276, 3301, 3296, 3282, 3277, 3300, 3303, 3306, 3304, 3308, 3309, 3312, 3313, 5674, 5674, 3315, 3316, 3317, 5674, 3318, 3319, 3328, 3321, 3323, 3331, 3325, 3334, 3335, 3336, 3338, 3339, 5674, 3342, 3351, 3348, 3349, 3358, 3359, 3363, 3360, 3357, 3350, 3354, 3367, 3369, 3371, 3374, 3375, 3383, 3378, 3380, 3381, 5674, 3382, 3384, 3390, 5674, 3387, 3388, 3391, 3399, 3394, 3407, 3404, 3410, 3396, 3412, 3413, 3414, 3416, 3418, 3427, 3422, 3423, 3425, 3429, 3431, 5674, 3433, 3434, 3439, 3441, 3444, 3452, 3453, 3454, 3449, 3455, 3456, 3463, 5674, 3458, 3461, 3462, 3464, 3472, 3469, 3473, 3471, 5674, 3476, 3477, 3479, 5674, 3478, 3485, 3493, 3495, 3480, 3503, 3498, 3482, 3499, 3501, 5674, 3502, 5674, 3506, 3508, 3511, 5674, 3513, 3514, 3516, 3518, 3515, 3522, 3523, 3530, 3519, 3531, 3532, 3533, 3534, 3536, 3543, 3535, 5674, 3544, 3542, 3546, 3547, 3553, 3551, 3554, 3559, 3557, 5674, 5674, 3566, 5674, 3558, 3567, 3568, 5674, 3571, 3573, 3578, 3574, 3576, 3579, 3589, 3582, 5674, 3585, 3580, 3593, 3595, 3596, 3597, 3598, 3599, 3601, 3603, 3602, 5674, 3605, 3607, 3613, 3606, 3614, 3620, 3626, 3615, 5674, 3628, 3630, 3622, 3636, 3637, 5674, 3629, 5674, 3639, 3642, 3643, 3645, 3646, 5674, 3648, 3649, 3653, 3654, 3656, 3658, 3659, 3662, 3666, 3668, 3675, 3671, 3670, 3673, 5674, 3672, 3678, 3686, 3689, 3679, 3677, 3693, 3695, 3696, 3699, 3702, 3704, 3705, 3708, 3703, 3710, 3711, 3714, 3724, 3717, 3720, 5674, 3721, 3725, 3729, 5674, 3727, 3728, 3736, 3738, 3731, 3739, 3742, 3741, 3744, 5674, 3750, 3751, 3746, 3747, 3756, 3760, 5674, 5674, 3764, 5674, 3765, 3753, 3767, 3754, 3743, 3775, 3774, 3777, 3779, 3780, 3781, 3787, 3788, 3795, 3796, 3797, 3800, 3674, 3793, 5674, 5674, 3805, 3806, 3802, 3809, 3814, 3798, 3812, 3822, 3818, 3819, 3825, 3826, 3833, 5674, 3834, 3817, 3835, 5674, 3828, 3836, 3829, 3840, 3842, 3843, 3844, 3846, 3850, 3848, 3851, 3849, 3857, 3858, 3859, 3865, 3862, 3867, 5674, 3868, 3870, 3871, 3872, 3873, 3874, 3879, 3882, 3881, 5674, 3883, 3885, 3888, 3886, 3887, 3892, 3903, 3907, 3909, 3896, 3910, 3912, 3915, 3917, 3914, 5674, 3920, 3918, 3921, 3922, 3929, 3931, 3926, 3933, 3935, 3937, 3939, 3942, 3944, 3949, 3946, 3950, 3951, 3952, 5674, 3956, 3958, 3955, 3963, 3964, 3966, 3967, 3968, 3976, 3973, 3978, 3977, 3980, 5674, 3981, 3983, 3985, 3986, 3988, 3989, 3994, 3995, 5674, 3998, 3991, 4005, 3999, 4002, 4003, 4007, 4015, 4014, 5674, 4018, 4019, 4020, 4021, 4022, 4023, 4026, 4027, 5674, 4032, 4033, 4036, 4045, 4029, 4047, 4043, 4049, 4040, 4042, 4056, 4052, 4057, 4058, 4060, 4062, 4070, 4074, 4071, 5674, 4063, 5674, 4072, 4077, 4079, 4084, 4080, 5674, 4082, 4087, 4089, 4086, 4090, 5674, 4092, 4091, 4094, 4096, 5674, 4110, 4106, 4095, 4105, 4119, 4120, 5674, 4123, 4124, 4125, 4132, 4134, 4136, 4129, 4137, 4133, 4139, 4097, 4140, 5674, 4142, 4144, 4149, 4150, 4151, 4152, 4154, 4157, 4161, 5674, 4159, 4162, 4163, 4165, 4166, 4167, 4168, 4175, 4171, 4176, 5674, 4180, 4181, 4184, 4185, 4112, 5674, 5674, 4188, 4189, 4192, 4191, 4197, 5674, 4199, 4206, 4201, 4205, 4207, 5674, 5674, 4209, 5674, 4210, 5674, 4211, 4214, 5674, 5674, 4215, 4212, 4218, 4219, 4222, 5674, 4227, 5674, 4235, 4231, 4233, 4234, 4236, 5674, 4239, 4240, 4243, 5674, 4237, 4250, 4245, 4247, 5674, 4254, 4248, 4251, 5674, 4259, 4265, 4261, 4268, 4255, 4270, 4271, 4272, 4274, 4276, 4278, 4281, 4283, 4286, 4287, 4288, 4289, 4294, 4291, 4296, 4297, 4299, 4301, 4302, 4307, 4310, 4311, 4304, 4312, 4313, 4314, 4318, 4320, 4324, 4327, 4328, 4329, 4330, 4332, 4333, 4335, 4338, 4342, 4331, 4341, 5674, 4336, 4343, 4347, 4358, 4348, 4359, 4363, 4353, 4367, 4371, 5674, 4373, 5674, 4375, 4360, 4369, 4377, 5674, 4379, 4382, 4381, 4384, 4383, 4385, 4388, 4386, 5674, 4390, 4391, 4393, 4395, 5674, 4398, 4409, 4397, 4401, 4410, 4411, 4412, 4414, 4418, 4416, 4421, 4423, 4431, 4424, 4428, 4427, 4433, 4429, 4436, 4439, 4445, 4441, 4448, 4452, 5674, 4453, 5674, 4454, 4455, 4457, 4458, 4459, 4460, 4462, 5674, 5674, 4465, 4467, 4476, 4468, 4461, 4487, 4473, 5674, 4482, 4484, 4490, 4491, 5674, 4492, 4493, 4495, 5674, 4496, 4499, 4500, 4502, 4466, 4503, 4506, 5674, 5674, 5674, 5674, 4509, 4507, 4517, 4511, 4514, 4521, 4522, 4526, 4518, 5674, 4535, 5674, 5674, 4523, 4532, 4536, 4538, 4539, 4540, 4542, 4541, 5674, 4545, 4548, 4552, 4546, 4555, 4563, 4558, 4564, 4556, 4566, 4573, 4570, 4571, 4568, 4576, 4578, 4580, 5674, 5674, 4582, 4586, 4587, 4594, 4591, 4592, 4604, 4599, 4600, 4601, 4602, 4606, 4607, 4608, 5674, 4611, 4615, 5674, 4609, 5674, 4619, 4622, 4613, 4623, 4625, 4626, 4628, 4630, 5674, 5674, 4632, 4633, 4637, 4641, 4638, 4643, 4644, 4646, 4642, 5674, 4647, 5674, 4648, 4650, 4664, 4649, 4666, 4671, 4673, 4670, 4672, 4676, 5674, 4675, 4677, 5674, 4678, 4679, 4683, 5674, 4685, 4688, 4692, 5674, 4695, 5674, 4697, 5674, 4689, 4705, 5674, 4700, 4701, 5674, 4707, 4711, 4655, 4703, 5674, 4708, 5674, 4712, 4714, 4717, 4722, 4715, 4724, 4725, 4719, 4727, 4734, 4736, 4729, 5674, 5674, 4745, 4731, 4740, 4742, 4743, 4752, 4747, 4751, 4757, 5674, 5674, 4748, 5674, 4750, 4761, 5674, 4759, 4763, 4765, 4768, 4767, 4769, 4774, 4771, 4775, 4778, 4793, 4776, 4780, 4790, 4796, 4798, 4800, 4802, 4803, 4804, 4781, 4805, 4806, 4809, 5674, 4811, 4812, 4813, 5674, 4817, 4820, 4822, 4823, 5674, 4833, 4825, 4830, 4835, 5674, 4819, 4841, 4838, 4836, 4843, 4852, 4847, 4848, 5674, 5674, 5674, 5674, 4850, 4853, 5674, 4854, 4855, 5674, 5674, 4856, 4859, 4862, 4870, 5674, 4861, 5674, 4865, 5674, 4869, 4872, 4875, 4878, 5674, 4879, 4888, 5674, 4891, 4894, 4896, 4897, 4880, 4866, 4898, 5674, 4905, 4902, 4904, 4911, 4883, 4908, 4912, 4913, 4920, 4915, 4919, 5674, 4916, 4921, 4922, 5674, 4924, 5674, 4925, 4926, 4928, 4934, 4930, 4933, 4937, 4944, 4927, 4948, 4941, 5674, 4951, 4955, 5674, 4956, 5674, 4958, 5674, 4959, 4962, 4963, 4961, 5674, 4965, 4967, 4968, 4969, 5674, 4970, 4972, 5674, 4976, 4973, 4983, 4985, 4974, 4990, 4992, 4993, 4980, 5004, 4996, 4999, 4997, 5006, 5007, 5012, 5674, 5674, 5674, 5008, 5001, 5022, 5019, 5023, 5030, 5014, 5674, 5028, 5029, 5025, 5037, 5035, 5039, 5674, 5041, 5027, 5036, 5674, 5043, 5048, 5049, 5050, 5051, 5058, 5060, 5062, 5063, 5674, 5066, 5674, 5674, 5055, 5674, 5067, 5069, 5070, 5071, 5674, 5076, 5073, 5077, 5079, 5081, 5082, 5078, 5674, 5674, 5085, 5674, 5094, 5090, 5086, 5102, 5098, 5099, 5104, 5106, 5674, 5105, 5108, 5109, 5112, 5113, 5674, 5115, 5116, 5117, 5118, 5121, 5120, 5126, 5127, 5129, 5674, 5674, 5122, 5132, 5674, 5674, 5131, 5141, 5146, 5674, 5674, 5674, 5152, 5674, 5154, 5158, 5162, 5166, 5157, 5674, 5168, 5147, 5169, 5674, 5170, 5172, 5674, 5674, 5149, 5173, 5177, 5176, 5178, 5674, 5179, 5182, 5186, 5189, 5195, 5184, 5196, 5198, 5206, 5208, 5190, 5203, 5192, 5204, 5211, 5212, 5220, 5217, 5674, 5674, 5224, 5674, 5674, 5226, 5228, 5230, 5233, 5235, 5237, 5239, 5674, 5240, 5242, 5243, 5674, 5245, 5247, 5244, 5248, 5250, 5251, 5253, 5255, 5674, 5674, 5256, 5257, 5258, 5265, 5267, 5674, 5269, 5276, 5273, 5275, 5271, 5277, 5278, 5674, 5281, 5674, 5674, 5674, 5674, 5674, 5674, 5674, 5674, 5279, 5674, 5289, 5292, 5674, 5283, 5293, 5297, 5298, 5286, 5674, 5299, 5303, 5304, 5305, 5308, 5310, 5312, 5313, 5315, 5319, 5316, 5321, 5317, 5320, 5674, 5674, 5328, 5324, 5327, 5330, 5346, 5347, 5350, 5352, 5334, 5337, 5355, 5354, 5356, 5343, 5360, 5369, 5362, 5364, 5366, 5367, 5371, 5674, 5372, 5674, 5373, 5674, 5674, 5378, 5379, 5374, 5381, 5389, 5394, 5385, 5390, 5392, 5396, 5674, 5393, 5674, 5398, 5397, 5674, 5402, 5404, 5405, 5406, 5407, 5408, 5410, 5416, 5674, 5414, 5417, 5426, 5418, 5434, 5429, 5433, 5435, 5437, 5431, 5445, 5441, 5444, 5674, 5447, 5448, 5214, 5449, 5452, 5459, 5454, 5456, 5457, 5674, 5461, 5463, 5465, 5455, 5462, 5464, 5478, 5480, 5476, 5674, 5466, 5482, 5484, 5486, 5490, 5488, 5494, 5495, 5497, 5499, 5329, 5506, 5500, 5502, 5498, 5508, 5510, 5674, 5512, 5515, 5674, 5516, 5518, 5519, 5520, 5524, 5674, 5527, 5522, 5528, 5530, 5533, 5535, 5674, 5537, 5544, 5545, 5674, 5546, 5674, 5674, 5548, 5540, 5549, 5555, 5557, 5674, 5674, 5674, 5582, 5589, 5596, 5603, 5610, 88, 5617, 5624, 5631, 5638, 5645, 5652, 5659, 5666 } ; static yyconst flex_int16_t yy_def[2919] = { 0, 2904, 1, 2905, 2905, 2906, 2906, 2907, 2907, 2908, 2908, 2909, 2909, 2904, 2910, 2904, 2904, 2904, 2904, 2911, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2912, 2904, 2904, 2904, 2912, 2913, 2904, 2904, 2904, 2913, 2914, 2904, 2904, 2904, 2904, 2914, 2915, 2904, 2904, 2904, 2915, 2916, 2904, 2917, 2904, 2916, 2916, 2910, 2910, 2904, 2918, 2911, 2918, 2911, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2912, 2912, 2913, 2913, 2914, 2914, 2904, 2915, 2915, 2916, 2916, 2917, 2917, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2904, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2916, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2904, 2910, 2904, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2904, 2904, 2910, 2910, 2904, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2904, 2904, 2904, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2910, 2910, 2910, 2904, 2910, 2910, 2910, 2904, 2910, 2904, 2904, 2910, 2910, 2910, 2910, 2910, 2904, 2904, 0, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904 } ; static yyconst flex_int16_t yy_nxt[5715] = { 0, 14, 15, 16, 17, 18, 19, 18, 14, 14, 14, 14, 14, 18, 20, 21, 22, 23, 24, 25, 26, 14, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 14, 14, 14, 42, 44, 45, 46, 44, 45, 46, 49, 50, 49, 50, 51, 47, 51, 70, 47, 70, 70, 52, 70, 52, 54, 55, 56, 57, 70, 18, 54, 55, 56, 57, 71, 18, 58, 60, 61, 62, 71, 82, 58, 60, 61, 62, 72, 71, 63, 102, 73, 92, 70, 71, 63, 15, 16, 17, 65, 66, 67, 75, 71, 75, 75, 71, 75, 68, 104, 156, 103, 93, 75, 76, 140, 140, 69, 15, 16, 17, 65, 66, 67, 71, 71, 83, 77, 78, 71, 68, 79, 71, 84, 87, 71, 80, 85, 88, 69, 86, 89, 150, 90, 91, 81, 71, 94, 71, 96, 71, 71, 158, 71, 105, 98, 112, 97, 99, 71, 109, 95, 106, 71, 110, 100, 71, 101, 107, 171, 71, 113, 108, 142, 71, 114, 142, 118, 71, 119, 111, 115, 71, 120, 116, 139, 150, 123, 147, 147, 124, 117, 162, 121, 71, 72, 122, 125, 132, 73, 153, 126, 127, 71, 128, 71, 129, 71, 133, 71, 136, 155, 134, 135, 137, 130, 150, 144, 138, 144, 144, 131, 144, 75, 190, 75, 75, 149, 75, 149, 149, 70, 149, 70, 70, 152, 70, 71, 75, 71, 75, 75, 70, 75, 71, 71, 163, 154, 159, 75, 76, 157, 71, 71, 71, 160, 71, 71, 172, 71, 71, 71, 71, 165, 71, 71, 182, 164, 161, 166, 71, 167, 168, 169, 174, 71, 71, 173, 170, 175, 179, 176, 177, 180, 71, 71, 249, 188, 181, 178, 183, 71, 71, 71, 184, 71, 71, 185, 71, 193, 191, 71, 199, 194, 196, 71, 198, 71, 200, 197, 186, 187, 189, 71, 202, 71, 71, 71, 201, 195, 192, 206, 71, 71, 71, 71, 203, 71, 208, 71, 211, 71, 209, 71, 205, 204, 71, 213, 71, 224, 207, 222, 216, 71, 210, 212, 214, 71, 71, 221, 217, 218, 215, 71, 71, 223, 225, 71, 71, 226, 71, 71, 219, 71, 71, 232, 220, 71, 71, 236, 228, 227, 235, 71, 233, 71, 229, 231, 239, 230, 237, 140, 140, 148, 142, 238, 234, 142, 144, 240, 144, 144, 71, 144, 147, 147, 149, 242, 149, 149, 75, 149, 75, 75, 150, 75, 71, 241, 243, 71, 71, 71, 152, 71, 71, 71, 71, 250, 71, 247, 71, 253, 71, 244, 245, 246, 248, 256, 71, 255, 252, 71, 251, 71, 257, 261, 259, 71, 254, 71, 260, 71, 71, 262, 293, 71, 265, 258, 263, 71, 270, 266, 71, 71, 71, 71, 267, 275, 272, 273, 276, 71, 268, 269, 71, 264, 71, 274, 278, 71, 71, 271, 71, 71, 279, 280, 71, 71, 71, 71, 294, 285, 286, 291, 282, 281, 71, 283, 71, 277, 296, 284, 71, 287, 71, 295, 71, 298, 288, 292, 300, 301, 297, 71, 71, 304, 71, 71, 299, 71, 289, 71, 290, 306, 305, 307, 302, 71, 71, 71, 71, 71, 71, 71, 308, 303, 310, 71, 71, 312, 71, 309, 71, 71, 71, 71, 314, 316, 71, 71, 71, 71, 311, 315, 317, 321, 325, 71, 318, 313, 319, 323, 71, 71, 328, 71, 71, 322, 320, 71, 71, 330, 71, 324, 331, 71, 332, 333, 334, 71, 336, 326, 327, 71, 71, 329, 71, 71, 71, 339, 341, 337, 340, 71, 335, 71, 71, 343, 71, 71, 344, 338, 71, 71, 347, 71, 71, 150, 71, 71, 71, 367, 71, 350, 342, 352, 354, 345, 346, 348, 71, 349, 71, 355, 358, 356, 351, 71, 71, 71, 71, 353, 357, 71, 71, 71, 71, 364, 71, 365, 71, 366, 71, 359, 363, 71, 71, 360, 146, 362, 71, 368, 361, 369, 71, 371, 71, 374, 370, 71, 372, 71, 373, 71, 375, 71, 378, 376, 71, 380, 382, 71, 71, 381, 377, 71, 71, 71, 71, 385, 71, 383, 379, 387, 71, 386, 71, 71, 71, 71, 71, 392, 71, 71, 71, 393, 71, 71, 384, 145, 395, 391, 71, 397, 388, 389, 71, 390, 71, 399, 401, 394, 396, 71, 71, 398, 71, 402, 71, 71, 400, 71, 71, 71, 416, 403, 71, 410, 412, 71, 71, 426, 413, 71, 414, 404, 71, 411, 405, 421, 71, 71, 418, 406, 407, 408, 409, 71, 425, 417, 415, 71, 71, 419, 420, 422, 427, 71, 423, 428, 71, 424, 429, 71, 430, 71, 71, 71, 71, 71, 71, 432, 437, 71, 71, 71, 71, 440, 71, 433, 431, 439, 143, 71, 451, 436, 71, 434, 446, 435, 71, 441, 453, 438, 71, 442, 71, 444, 71, 445, 71, 443, 71, 447, 71, 452, 71, 454, 71, 71, 71, 71, 455, 71, 71, 71, 448, 466, 456, 449, 71, 450, 457, 467, 481, 468, 465, 469, 472, 71, 458, 71, 459, 589, 460, 480, 71, 482, 71, 470, 150, 71, 483, 71, 484, 71, 71, 461, 486, 71, 462, 490, 463, 71, 464, 471, 71, 71, 473, 474, 487, 485, 488, 71, 71, 489, 71, 491, 475, 492, 476, 477, 478, 494, 71, 479, 71, 493, 71, 71, 71, 71, 502, 495, 71, 500, 497, 496, 71, 71, 503, 499, 71, 501, 498, 71, 505, 507, 71, 71, 71, 504, 71, 71, 510, 71, 506, 511, 512, 71, 71, 71, 71, 517, 509, 71, 514, 71, 522, 519, 508, 515, 513, 516, 71, 71, 71, 524, 520, 71, 71, 518, 71, 71, 71, 141, 71, 71, 532, 528, 71, 533, 525, 521, 523, 531, 527, 526, 535, 534, 529, 71, 530, 71, 71, 536, 71, 537, 539, 71, 538, 71, 541, 71, 71, 71, 71, 545, 546, 543, 71, 71, 71, 71, 71, 547, 542, 71, 544, 540, 71, 71, 550, 71, 552, 548, 551, 71, 71, 71, 71, 556, 553, 549, 71, 71, 71, 558, 71, 554, 555, 557, 559, 71, 561, 71, 71, 560, 71, 563, 562, 71, 564, 71, 565, 568, 567, 566, 71, 71, 71, 71, 71, 575, 71, 71, 577, 71, 71, 71, 578, 570, 71, 576, 71, 71, 574, 584, 569, 571, 573, 572, 579, 580, 582, 585, 581, 583, 71, 71, 71, 71, 71, 71, 588, 71, 71, 591, 71, 71, 592, 71, 587, 594, 71, 71, 71, 71, 71, 586, 608, 593, 71, 590, 71, 595, 71, 597, 611, 71, 596, 71, 598, 607, 615, 606, 609, 599, 610, 600, 71, 614, 71, 71, 71, 601, 71, 602, 612, 618, 603, 604, 613, 617, 71, 71, 616, 605, 620, 71, 619, 71, 621, 71, 624, 71, 626, 71, 71, 622, 71, 71, 71, 71, 623, 71, 71, 71, 632, 71, 628, 71, 627, 71, 633, 629, 625, 636, 637, 150, 630, 639, 635, 638, 631, 634, 71, 71, 641, 71, 71, 71, 71, 71, 71, 71, 651, 646, 640, 71, 71, 648, 71, 649, 643, 71, 644, 647, 642, 653, 645, 650, 71, 71, 656, 71, 71, 652, 71, 655, 71, 71, 71, 659, 71, 654, 658, 667, 71, 664, 71, 660, 71, 657, 665, 71, 668, 71, 661, 669, 663, 662, 71, 666, 672, 71, 670, 71, 671, 71, 71, 71, 71, 673, 674, 71, 71, 675, 71, 678, 71, 676, 71, 677, 71, 679, 682, 683, 71, 71, 71, 71, 684, 71, 688, 686, 71, 71, 71, 150, 71, 680, 689, 681, 71, 71, 71, 685, 691, 148, 690, 687, 71, 692, 71, 695, 694, 693, 71, 71, 699, 71, 696, 697, 698, 701, 71, 700, 71, 703, 702, 71, 704, 71, 71, 71, 71, 707, 706, 71, 708, 71, 71, 71, 71, 715, 71, 71, 711, 713, 71, 71, 709, 71, 705, 712, 716, 710, 71, 721, 71, 71, 719, 714, 723, 71, 722, 718, 71, 717, 720, 724, 71, 71, 71, 728, 730, 725, 71, 71, 71, 71, 71, 729, 71, 732, 71, 731, 727, 733, 71, 726, 735, 71, 734, 71, 739, 71, 71, 736, 71, 71, 71, 742, 743, 745, 741, 146, 71, 737, 738, 71, 740, 71, 71, 750, 748, 71, 747, 744, 746, 749, 71, 71, 71, 751, 752, 71, 71, 754, 71, 71, 71, 760, 71, 71, 753, 71, 761, 71, 71, 755, 71, 71, 762, 71, 756, 71, 757, 71, 758, 71, 759, 71, 71, 763, 766, 764, 769, 767, 768, 765, 71, 770, 71, 771, 774, 71, 71, 71, 772, 71, 71, 773, 71, 71, 782, 71, 71, 71, 71, 783, 71, 71, 776, 775, 71, 777, 781, 778, 779, 780, 71, 785, 786, 71, 71, 784, 789, 788, 787, 71, 71, 791, 796, 790, 792, 71, 71, 793, 71, 71, 794, 795, 71, 71, 150, 797, 71, 71, 798, 802, 803, 71, 800, 71, 71, 804, 799, 71, 801, 71, 71, 810, 71, 806, 71, 71, 811, 805, 813, 71, 71, 816, 807, 808, 812, 71, 71, 71, 71, 814, 818, 809, 71, 815, 71, 822, 71, 71, 71, 71, 819, 71, 71, 71, 823, 817, 824, 71, 71, 71, 71, 71, 821, 71, 828, 825, 835, 820, 829, 836, 834, 830, 827, 826, 837, 833, 71, 71, 831, 842, 838, 832, 71, 839, 71, 840, 71, 71, 841, 845, 71, 71, 71, 71, 71, 71, 853, 857, 71, 71, 843, 858, 71, 71, 860, 867, 859, 844, 71, 846, 847, 854, 848, 71, 71, 849, 855, 856, 71, 862, 850, 71, 71, 866, 71, 864, 851, 852, 861, 863, 71, 71, 71, 868, 71, 865, 869, 71, 71, 873, 71, 71, 71, 71, 876, 872, 71, 71, 880, 882, 71, 870, 71, 871, 71, 874, 875, 881, 878, 877, 883, 71, 71, 918, 886, 884, 71, 885, 887, 879, 71, 71, 889, 71, 71, 71, 888, 71, 71, 891, 890, 71, 71, 892, 71, 71, 71, 898, 71, 893, 895, 896, 71, 901, 71, 71, 71, 71, 71, 71, 894, 899, 900, 71, 71, 897, 903, 904, 905, 71, 71, 71, 907, 906, 902, 908, 71, 911, 71, 71, 71, 910, 71, 71, 71, 909, 916, 919, 71, 914, 71, 71, 71, 912, 917, 921, 71, 71, 913, 71, 71, 71, 71, 71, 71, 920, 915, 929, 71, 927, 145, 71, 922, 71, 925, 932, 923, 924, 71, 926, 930, 71, 933, 931, 928, 936, 71, 935, 71, 71, 934, 71, 937, 71, 939, 940, 71, 71, 71, 71, 71, 71, 938, 71, 949, 71, 942, 944, 951, 71, 71, 941, 71, 943, 71, 953, 955, 71, 945, 950, 947, 71, 946, 948, 954, 71, 71, 71, 962, 952, 71, 959, 71, 961, 71, 71, 956, 957, 963, 71, 71, 966, 71, 968, 71, 958, 71, 71, 960, 71, 971, 150, 71, 965, 970, 71, 71, 964, 71, 973, 71, 974, 967, 71, 969, 71, 71, 972, 71, 71, 977, 71, 71, 989, 71, 71, 71, 978, 975, 990, 992, 71, 980, 976, 71, 71, 143, 71, 994, 981, 979, 991, 982, 71, 1013, 71, 983, 71, 984, 993, 995, 996, 985, 71, 986, 71, 71, 999, 997, 987, 1002, 998, 1000, 71, 988, 71, 71, 71, 71, 1001, 71, 1004, 1006, 71, 71, 71, 141, 71, 1011, 1012, 1003, 1005, 1007, 1010, 71, 71, 1015, 1009, 1014, 71, 71, 1008, 71, 71, 1017, 71, 1016, 71, 71, 71, 1027, 71, 1026, 71, 1030, 71, 1031, 1018, 71, 1019, 1029, 1028, 71, 1032, 1020, 71, 1021, 71, 1034, 1036, 71, 71, 1022, 1038, 71, 1037, 1033, 1023, 1024, 71, 71, 71, 1042, 1039, 1025, 71, 1035, 71, 71, 71, 1043, 71, 71, 1040, 1041, 1048, 71, 71, 1045, 71, 1046, 71, 71, 71, 1051, 1049, 1044, 71, 1047, 71, 71, 71, 71, 71, 71, 71, 1050, 1053, 1058, 1056, 1057, 1055, 1052, 1060, 71, 71, 71, 1054, 1062, 71, 1059, 1061, 71, 71, 71, 71, 71, 71, 71, 1065, 1068, 1069, 1070, 1071, 1063, 1064, 71, 1072, 1067, 1073, 1066, 1074, 71, 1076, 71, 71, 71, 1078, 1077, 71, 1079, 71, 71, 71, 1080, 71, 1086, 71, 1075, 71, 71, 1088, 71, 1089, 1082, 71, 1081, 71, 1084, 71, 71, 1083, 1085, 71, 1091, 1092, 71, 71, 71, 1087, 71, 1094, 1095, 1101, 71, 71, 1090, 71, 1100, 1093, 1096, 1097, 71, 1099, 71, 71, 1098, 71, 71, 1105, 1104, 1102, 71, 71, 71, 71, 71, 71, 1109, 1111, 1112, 1116, 1113, 1103, 71, 71, 71, 71, 71, 1110, 1106, 71, 1107, 1114, 1108, 71, 1115, 1119, 71, 71, 1121, 71, 1117, 71, 1120, 71, 71, 1122, 71, 71, 71, 1125, 1126, 71, 1123, 1118, 71, 71, 71, 1131, 1132, 1127, 71, 71, 1124, 71, 71, 1134, 1129, 1135, 71, 1128, 71, 1133, 1139, 71, 1130, 71, 71, 71, 71, 71, 1136, 71, 1145, 71, 1137, 1138, 1141, 71, 71, 71, 71, 1151, 71, 1140, 1149, 71, 71, 1142, 1166, 71, 1144, 1146, 1148, 1147, 1143, 1150, 1153, 1154, 71, 71, 1156, 71, 71, 71, 1155, 1152, 1157, 71, 71, 71, 71, 71, 71, 71, 1160, 71, 2904, 71, 71, 1163, 71, 1158, 1159, 71, 71, 1161, 71, 71, 1164, 1170, 1162, 1167, 1172, 1178, 1165, 1169, 1168, 71, 1176, 71, 71, 1173, 71, 1174, 1171, 1177, 1175, 71, 71, 71, 1180, 71, 71, 1179, 1183, 71, 71, 1182, 1188, 71, 1181, 1185, 71, 1186, 71, 71, 71, 1189, 71, 1190, 1184, 1192, 1193, 71, 1187, 71, 71, 71, 71, 71, 71, 71, 1194, 71, 71, 1191, 1200, 71, 71, 71, 1195, 1196, 1198, 1199, 71, 1201, 1197, 71, 71, 71, 1202, 71, 1206, 1205, 1210, 1203, 1204, 1209, 71, 1207, 71, 71, 71, 1211, 1208, 71, 1212, 1214, 71, 1216, 71, 1213, 71, 1215, 1217, 71, 71, 1221, 71, 2904, 1230, 1229, 1219, 1220, 1218, 71, 71, 71, 1231, 1234, 1222, 1228, 71, 1223, 1224, 71, 71, 1232, 1225, 71, 1237, 71, 71, 71, 1226, 1233, 1235, 1236, 1227, 71, 1239, 71, 71, 71, 1240, 71, 1241, 71, 71, 71, 71, 1249, 1250, 1246, 1238, 71, 1244, 71, 71, 71, 1251, 1243, 1242, 1247, 71, 1245, 71, 1259, 1248, 71, 1252, 71, 1258, 1253, 71, 71, 71, 1263, 1254, 1261, 1255, 71, 1256, 1265, 1257, 1260, 71, 71, 1266, 71, 1264, 1262, 1268, 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, 1270, 1275, 1273, 71, 1269, 1267, 1277, 1281, 71, 1274, 71, 1271, 1272, 1276, 71, 1280, 1278, 1283, 71, 71, 71, 1284, 71, 1285, 71, 71, 71, 1286, 1279, 1282, 1289, 71, 1291, 71, 1288, 71, 1292, 71, 71, 71, 1296, 71, 1293, 1287, 71, 71, 1290, 71, 1298, 71, 71, 71, 71, 1302, 1300, 71, 71, 71, 1304, 1294, 1295, 1301, 1306, 71, 1297, 71, 71, 1299, 1303, 2904, 1307, 1305, 71, 71, 1308, 71, 1311, 1309, 1310, 71, 71, 1313, 71, 71, 1312, 1317, 1314, 1318, 1320, 1315, 71, 71, 71, 71, 71, 1319, 1316, 71, 71, 1324, 71, 1321, 71, 71, 71, 1328, 1329, 71, 1331, 1323, 71, 71, 71, 1330, 71, 71, 1322, 71, 71, 71, 71, 1338, 1325, 1326, 1332, 71, 71, 1327, 71, 1335, 1333, 71, 1336, 1343, 71, 1334, 1342, 1337, 71, 71, 71, 71, 1347, 71, 1345, 1339, 1341, 1348, 71, 71, 1350, 1340, 71, 71, 71, 71, 71, 1352, 71, 1346, 1351, 1344, 71, 1356, 1358, 1360, 1357, 1349, 1353, 1354, 1359, 71, 1355, 71, 71, 71, 71, 1361, 71, 71, 71, 1364, 71, 71, 1366, 1362, 71, 1368, 71, 71, 1370, 71, 1373, 1374, 1363, 71, 1365, 71, 1367, 1377, 71, 71, 71, 1369, 1371, 71, 1372, 71, 71, 71, 71, 71, 1378, 1375, 71, 1384, 1376, 1381, 1385, 1386, 1379, 1380, 71, 1382, 71, 71, 1389, 71, 1383, 71, 71, 71, 1394, 1388, 2904, 1391, 1393, 1395, 71, 71, 1387, 71, 1390, 71, 71, 1396, 71, 1397, 1398, 71, 71, 1392, 71, 71, 1399, 1402, 71, 1401, 71, 1405, 71, 1400, 71, 1404, 71, 71, 71, 1411, 1403, 1408, 1407, 1413, 1412, 71, 71, 71, 1414, 71, 71, 1409, 1406, 71, 1416, 71, 1419, 1410, 71, 71, 71, 71, 1424, 1420, 71, 71, 1415, 1427, 71, 1417, 1425, 71, 71, 71, 1418, 1430, 71, 1429, 1421, 1423, 1422, 71, 71, 71, 71, 71, 71, 71, 1438, 71, 1426, 1428, 2904, 71, 71, 1431, 1439, 1441, 71, 1435, 71, 1432, 1433, 1434, 1437, 1442, 1440, 1436, 71, 71, 71, 71, 1443, 71, 71, 71, 1447, 71, 1450, 1445, 1448, 71, 1444, 71, 1446, 1454, 71, 71, 71, 71, 1451, 71, 1455, 1449, 1456, 1457, 71, 1452, 71, 1453, 1458, 1459, 1462, 1463, 71, 71, 1460, 71, 71, 71, 71, 1467, 71, 1468, 1466, 1470, 71, 71, 1461, 71, 1471, 1472, 71, 1464, 71, 71, 71, 71, 1465, 1475, 71, 71, 1469, 71, 1478, 71, 71, 71, 71, 1477, 1473, 1474, 1482, 71, 1484, 71, 1479, 1476, 71, 71, 71, 1488, 1483, 71, 71, 1481, 1480, 71, 71, 71, 1493, 71, 1491, 1485, 1486, 71, 71, 1489, 71, 1494, 71, 1496, 1490, 1487, 1492, 71, 71, 71, 1495, 1498, 1499, 71, 1501, 1502, 71, 71, 71, 71, 1497, 71, 71, 1509, 71, 71, 1500, 71, 71, 1510, 71, 1503, 1504, 1507, 71, 71, 1505, 1506, 71, 1513, 1514, 71, 71, 1516, 71, 1511, 1508, 1512, 1515, 1517, 1518, 1520, 1521, 71, 1519, 71, 71, 71, 1522, 71, 71, 1523, 71, 71, 1527, 71, 1524, 1525, 71, 1528, 71, 71, 71, 1530, 1532, 71, 1533, 1526, 71, 1529, 71, 1539, 71, 71, 1534, 1531, 1536, 71, 71, 1537, 71, 1541, 71, 1540, 71, 1542, 1545, 1544, 1535, 71, 71, 1538, 71, 71, 1546, 1543, 71, 1547, 71, 1548, 1549, 1553, 71, 1551, 71, 71, 71, 1550, 1555, 1556, 1557, 1552, 71, 1559, 71, 71, 71, 1558, 71, 71, 1562, 71, 71, 1561, 1554, 71, 71, 1563, 71, 71, 71, 71, 1571, 71, 71, 71, 71, 1560, 71, 71, 71, 1569, 71, 1564, 1567, 1568, 1565, 1570, 1566, 71, 1574, 1576, 71, 1572, 1578, 1573, 71, 1579, 71, 71, 1575, 71, 1577, 71, 1582, 71, 71, 71, 71, 71, 71, 2904, 1584, 1580, 1586, 1581, 71, 1583, 1587, 1593, 1585, 1588, 1589, 1590, 1594, 71, 1595, 71, 1591, 71, 71, 71, 1599, 71, 1598, 1592, 71, 71, 71, 71, 71, 1596, 71, 1602, 1603, 71, 71, 1611, 1597, 1600, 71, 71, 71, 71, 1606, 71, 1601, 71, 1605, 1604, 1608, 1610, 71, 1609, 71, 1607, 1612, 71, 1614, 71, 1613, 71, 71, 71, 1621, 1615, 1616, 71, 71, 71, 1617, 1618, 71, 1625, 1624, 71, 71, 1623, 71, 71, 1620, 71, 71, 1622, 1632, 1627, 1619, 1626, 1628, 1633, 71, 71, 1635, 1629, 71, 1634, 1639, 1631, 71, 1630, 1636, 1637, 71, 1638, 1640, 71, 71, 1644, 71, 71, 71, 1641, 71, 71, 1642, 71, 1648, 71, 1646, 71, 1643, 1645, 71, 71, 1647, 1649, 71, 71, 71, 71, 71, 1650, 1653, 1660, 1652, 1658, 71, 71, 1651, 71, 1654, 1655, 1661, 1656, 1657, 71, 71, 71, 71, 71, 1662, 71, 1667, 71, 71, 1671, 71, 1659, 71, 71, 2904, 71, 1666, 71, 1664, 1663, 1665, 1673, 71, 1669, 71, 71, 1670, 1668, 71, 1674, 1675, 71, 71, 1672, 1680, 71, 1676, 1677, 1678, 71, 71, 1681, 1684, 71, 71, 71, 71, 1679, 71, 71, 71, 1682, 1686, 71, 71, 71, 1691, 71, 1685, 1683, 1687, 1688, 71, 1694, 1699, 1689, 1692, 1695, 71, 71, 1690, 1693, 1696, 1697, 71, 71, 1700, 1701, 71, 71, 1698, 71, 71, 1703, 71, 71, 71, 1704, 71, 71, 71, 1702, 71, 71, 71, 1709, 71, 71, 1713, 71, 71, 1710, 71, 1714, 1719, 1705, 1707, 1708, 1706, 1711, 71, 1712, 1718, 71, 71, 1717, 1715, 71, 71, 1716, 71, 71, 1724, 1720, 71, 71, 1727, 1728, 71, 1729, 71, 1731, 71, 1721, 1722, 71, 1732, 1723, 1725, 71, 1726, 1730, 71, 1735, 71, 71, 1737, 71, 1739, 1736, 1738, 71, 71, 1741, 71, 71, 1744, 71, 71, 71, 1733, 1743, 1746, 1734, 71, 1745, 71, 71, 71, 1740, 71, 1753, 71, 1755, 71, 71, 71, 71, 1756, 71, 1742, 71, 1747, 1748, 1749, 71, 1751, 1752, 1757, 1750, 1760, 71, 1754, 1758, 1761, 71, 1759, 1764, 1765, 71, 71, 1763, 71, 71, 1762, 71, 1767, 71, 71, 1770, 1771, 71, 71, 1773, 71, 71, 71, 71, 71, 1779, 71, 1778, 71, 1768, 71, 1775, 1776, 71, 1766, 1769, 71, 1782, 1772, 71, 71, 71, 1785, 71, 71, 1777, 1774, 71, 1783, 1780, 1789, 1781, 1788, 71, 71, 71, 71, 1792, 1793, 71, 1787, 1791, 71, 71, 71, 71, 1784, 1794, 71, 1786, 1795, 1796, 71, 1790, 71, 1797, 71, 1800, 1798, 71, 71, 1803, 1804, 71, 1799, 71, 71, 71, 71, 71, 1807, 2904, 71, 71, 1801, 71, 71, 1813, 1816, 71, 1806, 71, 1814, 1805, 71, 1802, 1808, 1809, 1810, 71, 1811, 1812, 71, 1815, 1820, 71, 1817, 71, 71, 71, 1818, 71, 1821, 71, 1824, 1819, 1827, 71, 71, 1830, 71, 1822, 71, 1829, 71, 1831, 71, 1823, 71, 71, 1832, 1825, 1828, 1826, 71, 1837, 71, 1833, 1838, 71, 1834, 1839, 1841, 1842, 71, 1835, 1840, 71, 71, 71, 71, 71, 1846, 71, 1836, 1844, 71, 71, 71, 71, 1848, 1851, 1853, 1845, 71, 1847, 71, 71, 71, 1849, 1843, 71, 71, 71, 71, 71, 1858, 71, 1854, 1857, 71, 1859, 1865, 1855, 1850, 2904, 1852, 1860, 71, 1861, 71, 1856, 1863, 71, 71, 1862, 71, 71, 71, 1864, 1866, 71, 1868, 71, 1869, 1867, 71, 1871, 71, 71, 71, 71, 1875, 71, 71, 1870, 1874, 71, 71, 1876, 1872, 1873, 1877, 1878, 1879, 71, 71, 71, 71, 71, 71, 71, 1886, 1884, 1880, 1881, 1885, 71, 71, 71, 1888, 71, 71, 1892, 1887, 1882, 71, 1883, 71, 71, 1891, 1889, 71, 71, 71, 1890, 1899, 1893, 1894, 1896, 1898, 71, 71, 71, 2904, 1897, 71, 1904, 71, 71, 1895, 71, 1906, 71, 71, 71, 1907, 71, 1900, 1901, 71, 1902, 1903, 1908, 71, 1909, 1905, 1910, 71, 1912, 71, 71, 71, 71, 71, 1911, 71, 71, 71, 1913, 71, 71, 71, 1920, 1915, 1916, 1917, 1924, 71, 71, 71, 2904, 1914, 1919, 1923, 71, 1921, 71, 1927, 1925, 1922, 71, 1918, 71, 71, 71, 1928, 1931, 1930, 1926, 1929, 71, 71, 1935, 71, 1932, 1933, 71, 71, 1934, 71, 71, 1939, 71, 71, 1941, 1937, 1943, 71, 71, 1938, 71, 1936, 71, 71, 1946, 1945, 71, 1942, 1947, 1940, 71, 1948, 71, 1951, 71, 71, 71, 71, 71, 71, 1952, 71, 71, 71, 1944, 1954, 2017, 1953, 1949, 1957, 71, 1961, 1950, 71, 1958, 1955, 1956, 71, 1959, 71, 71, 1960, 1963, 71, 1962, 1966, 71, 71, 71, 71, 1968, 1964, 71, 1969, 71, 71, 1970, 1973, 71, 1965, 1967, 71, 1975, 1971, 71, 71, 1972, 1976, 71, 71, 1977, 71, 71, 71, 1980, 71, 1978, 1979, 1981, 1974, 71, 1985, 71, 71, 1982, 71, 71, 71, 71, 1984, 71, 71, 1983, 1986, 71, 71, 1994, 71, 71, 1989, 71, 1987, 1988, 1990, 71, 1995, 1991, 1992, 71, 71, 1993, 71, 2003, 1996, 1997, 1999, 2002, 2005, 71, 71, 2000, 71, 2007, 71, 71, 71, 2001, 1998, 2004, 2009, 2006, 71, 71, 2012, 2014, 2015, 2010, 71, 2013, 71, 71, 71, 71, 2008, 71, 2011, 71, 2016, 2019, 71, 71, 2020, 2024, 71, 2026, 2023, 71, 2018, 71, 2025, 2028, 71, 71, 71, 2030, 2021, 71, 2029, 2031, 71, 71, 2033, 71, 71, 2027, 2032, 2022, 71, 71, 71, 71, 2035, 2034, 2036, 71, 2038, 71, 71, 71, 2044, 71, 2041, 71, 71, 71, 71, 2039, 2037, 2045, 2040, 2047, 71, 71, 71, 2043, 2042, 71, 2046, 2051, 71, 2054, 71, 71, 2049, 71, 71, 71, 71, 71, 2048, 2055, 2050, 2052, 71, 2053, 71, 71, 71, 2065, 71, 71, 71, 71, 2056, 2057, 2066, 71, 2060, 2062, 2058, 71, 2059, 2064, 2067, 2061, 2068, 2063, 71, 2070, 2069, 2071, 71, 2072, 71, 71, 2073, 71, 2075, 71, 71, 2078, 71, 71, 2079, 71, 71, 71, 2074, 2076, 2080, 71, 2077, 2084, 71, 2085, 71, 2087, 71, 2083, 71, 2089, 71, 2081, 71, 2904, 2082, 71, 2092, 71, 2086, 71, 2091, 2093, 71, 71, 71, 71, 2088, 2090, 71, 71, 2099, 71, 2095, 2094, 2098, 2101, 71, 71, 2096, 71, 71, 71, 2105, 2104, 2097, 2103, 71, 2100, 2107, 71, 71, 71, 2111, 71, 71, 2102, 71, 2106, 71, 71, 2116, 71, 71, 2115, 71, 2108, 2109, 71, 71, 2110, 2120, 71, 71, 2114, 2112, 71, 71, 2125, 71, 2113, 71, 2117, 2118, 2119, 2121, 2122, 2123, 71, 71, 2126, 2127, 71, 71, 71, 71, 71, 71, 2130, 2131, 71, 71, 2124, 71, 2129, 2135, 71, 71, 2128, 2133, 71, 2137, 2138, 2140, 71, 2142, 71, 71, 2134, 71, 2132, 71, 2143, 71, 2141, 2139, 71, 2136, 2144, 2146, 71, 71, 71, 2147, 71, 2148, 71, 71, 2153, 2145, 2149, 2150, 2154, 2151, 71, 71, 71, 2159, 71, 2155, 2152, 71, 2158, 71, 71, 2157, 71, 2156, 71, 2160, 71, 71, 2166, 71, 71, 71, 71, 2161, 71, 71, 71, 71, 2164, 2168, 2162, 2167, 2163, 2165, 2169, 71, 71, 2170, 2172, 2171, 71, 2174, 71, 2173, 2214, 2175, 2189, 2176, 2177, 71, 71, 2178, 2179, 71, 71, 71, 2182, 2180, 2183, 71, 2181, 2904, 71, 71, 71, 2184, 71, 71, 2186, 71, 71, 2190, 71, 2185, 71, 2187, 2191, 2192, 2193, 71, 71, 71, 71, 2188, 71, 2194, 2198, 71, 2197, 71, 2195, 71, 71, 71, 2200, 71, 71, 71, 71, 2207, 2204, 71, 2196, 2206, 2199, 71, 71, 2208, 2212, 2203, 71, 71, 2201, 2202, 71, 71, 2211, 2205, 71, 71, 2216, 71, 71, 2213, 2209, 2217, 2210, 71, 2219, 71, 2221, 71, 2215, 2220, 2223, 71, 71, 71, 2225, 71, 71, 71, 71, 2222, 71, 71, 2224, 2218, 71, 71, 2229, 2233, 71, 2231, 2232, 2227, 2234, 71, 2226, 2235, 2228, 71, 2236, 71, 71, 71, 71, 71, 2230, 71, 71, 2239, 2242, 71, 2244, 71, 2243, 71, 71, 2237, 71, 71, 2241, 2247, 71, 71, 2238, 2254, 2240, 71, 2250, 71, 2246, 2245, 2251, 71, 2252, 2248, 71, 2249, 71, 71, 71, 2253, 71, 2259, 71, 2260, 71, 2258, 2261, 71, 2262, 71, 2255, 2256, 71, 71, 71, 71, 2266, 71, 2257, 2265, 71, 2267, 71, 71, 2263, 71, 2272, 71, 71, 2268, 71, 2264, 2274, 71, 2269, 2275, 71, 71, 71, 71, 71, 2271, 2277, 2270, 71, 2278, 71, 2273, 2276, 2281, 71, 2279, 2284, 71, 71, 71, 71, 71, 71, 71, 2280, 71, 71, 2285, 71, 2291, 2282, 71, 71, 71, 2283, 2288, 2293, 71, 71, 2290, 2287, 2292, 2302, 71, 2295, 2286, 2294, 2289, 71, 71, 71, 2298, 2299, 71, 2300, 2296, 2303, 71, 2301, 71, 2297, 71, 2304, 71, 2305, 71, 2306, 71, 2307, 71, 2308, 71, 71, 71, 71, 71, 71, 2317, 71, 2318, 71, 71, 2314, 71, 2321, 71, 2309, 71, 71, 2310, 2311, 71, 2320, 2312, 2313, 2315, 2316, 2322, 2323, 71, 71, 71, 71, 2319, 71, 2324, 71, 2326, 71, 2325, 2332, 71, 2333, 71, 71, 2334, 2327, 71, 71, 71, 2328, 71, 2329, 71, 2330, 2331, 71, 2904, 2338, 71, 2343, 71, 2335, 2336, 2341, 71, 2337, 2342, 71, 2339, 2344, 2345, 71, 71, 71, 71, 2340, 71, 71, 71, 71, 71, 71, 2347, 2351, 71, 71, 71, 71, 2349, 2355, 2372, 2346, 71, 2348, 2356, 71, 2360, 2350, 2358, 2352, 2353, 71, 2357, 71, 2354, 2359, 71, 2362, 2363, 71, 71, 71, 71, 2367, 71, 71, 2361, 2369, 71, 71, 2371, 71, 71, 2364, 2374, 71, 71, 2368, 71, 2375, 71, 2365, 2366, 71, 2373, 2377, 71, 71, 2370, 2904, 71, 71, 71, 2378, 2382, 71, 2379, 2385, 2376, 2380, 2381, 71, 2383, 2384, 71, 71, 2386, 71, 71, 71, 71, 71, 2388, 2904, 71, 71, 2389, 71, 2392, 2387, 2391, 71, 2394, 2397, 71, 71, 2395, 71, 2390, 2393, 2396, 2398, 71, 71, 2399, 71, 2403, 71, 2400, 71, 71, 2405, 71, 2401, 2404, 71, 2408, 71, 2409, 71, 2407, 71, 2406, 2402, 2411, 71, 71, 2413, 2904, 2412, 71, 71, 2414, 71, 2410, 2415, 2416, 2417, 71, 71, 71, 71, 2418, 71, 2419, 71, 71, 71, 71, 2420, 71, 2423, 71, 2422, 71, 2425, 2421, 2426, 71, 2424, 2427, 71, 71, 2428, 71, 71, 2429, 71, 2434, 71, 2430, 71, 71, 2432, 2433, 2431, 71, 71, 2435, 2439, 71, 71, 71, 71, 2443, 71, 71, 71, 71, 71, 2436, 2441, 2437, 2447, 71, 2438, 2440, 2473, 2442, 2450, 2444, 2445, 2448, 71, 2451, 71, 2452, 2446, 2453, 71, 71, 71, 71, 2449, 71, 71, 71, 71, 71, 2454, 2455, 2458, 71, 2456, 71, 2461, 2462, 71, 71, 2457, 2463, 71, 2459, 2464, 71, 2465, 71, 2460, 2467, 71, 71, 2470, 71, 2468, 71, 2471, 71, 71, 2466, 2472, 71, 71, 2477, 71, 71, 2474, 71, 2478, 71, 2469, 2479, 71, 2481, 71, 71, 2475, 71, 2485, 71, 2480, 71, 2476, 2487, 71, 2486, 71, 2483, 2482, 2488, 71, 2484, 71, 71, 2489, 71, 2494, 71, 71, 2493, 71, 71, 71, 2498, 2490, 2496, 2497, 71, 2499, 71, 2491, 71, 2492, 71, 2500, 71, 2502, 71, 71, 71, 2509, 71, 2495, 2505, 71, 71, 71, 2904, 71, 2515, 71, 71, 2503, 2504, 2501, 2506, 2511, 2512, 2508, 2507, 71, 2516, 2513, 71, 2510, 2514, 71, 2517, 71, 2518, 71, 2519, 71, 71, 71, 71, 71, 2523, 2521, 71, 2527, 71, 71, 71, 2524, 2528, 2530, 71, 2520, 71, 71, 2532, 71, 71, 2522, 71, 2525, 2531, 2533, 2526, 71, 2529, 2534, 71, 2535, 71, 71, 2538, 71, 2536, 2539, 71, 2540, 71, 2537, 2541, 2543, 71, 71, 2547, 71, 2544, 71, 71, 71, 71, 71, 2546, 2542, 71, 2545, 71, 71, 2549, 2554, 71, 71, 2550, 2552, 71, 71, 2548, 71, 2555, 2557, 71, 2559, 2558, 71, 71, 71, 2551, 2553, 71, 2561, 2569, 2556, 2560, 71, 2562, 2564, 71, 2563, 2565, 71, 2566, 71, 71, 71, 2571, 2568, 2575, 71, 2570, 71, 71, 2567, 2572, 71, 2573, 2574, 71, 71, 71, 2579, 71, 71, 2577, 2581, 71, 71, 71, 71, 2585, 71, 71, 71, 71, 71, 2576, 71, 2578, 2588, 71, 71, 2582, 2583, 71, 2586, 2587, 2580, 71, 2584, 2589, 71, 2592, 2590, 2595, 71, 2593, 2597, 71, 2591, 2594, 2598, 71, 71, 2600, 71, 71, 2596, 71, 71, 71, 2605, 71, 2604, 71, 71, 71, 71, 2609, 71, 71, 71, 2601, 71, 2599, 2602, 2603, 71, 2611, 2613, 71, 2614, 71, 2610, 2606, 2608, 2616, 71, 2607, 71, 71, 2615, 2612, 71, 71, 2621, 71, 2620, 71, 2619, 2618, 71, 2625, 71, 71, 71, 2617, 2626, 2623, 71, 2627, 71, 2622, 2630, 2624, 2631, 71, 2628, 2629, 71, 71, 2633, 71, 2632, 71, 71, 71, 71, 2638, 2634, 2635, 2636, 71, 71, 71, 2641, 71, 2642, 71, 2645, 71, 2637, 2644, 2643, 2646, 71, 71, 71, 71, 2639, 2640, 2647, 71, 2649, 2650, 71, 2651, 71, 2652, 71, 71, 2648, 2654, 71, 71, 2653, 71, 71, 71, 2659, 71, 2655, 2660, 71, 71, 71, 71, 2664, 71, 71, 2666, 2667, 71, 71, 2661, 2663, 2656, 71, 2657, 2658, 2668, 71, 2669, 2671, 2662, 71, 71, 2670, 2665, 71, 2674, 71, 71, 71, 2673, 71, 71, 2672, 2675, 71, 71, 2678, 71, 71, 71, 71, 2680, 71, 71, 71, 2681, 2679, 2676, 71, 71, 2677, 71, 2693, 71, 71, 2904, 2690, 2682, 2686, 2683, 2684, 2685, 2694, 71, 2691, 2687, 2688, 2692, 71, 71, 2689, 71, 2695, 2696, 71, 2697, 71, 2698, 2699, 71, 71, 2700, 2701, 2704, 71, 2702, 2703, 2706, 71, 2705, 71, 71, 71, 2709, 71, 71, 2710, 2708, 71, 71, 71, 71, 2711, 2712, 71, 2707, 71, 2713, 71, 2717, 2718, 71, 71, 2716, 71, 2714, 2719, 71, 71, 2715, 71, 2720, 2724, 2721, 2726, 71, 71, 2725, 71, 2722, 71, 2730, 2723, 71, 71, 2729, 71, 2727, 2731, 71, 2728, 2733, 71, 2848, 2734, 2735, 71, 2736, 71, 2737, 71, 2738, 71, 2732, 2739, 71, 2740, 71, 2741, 71, 2742, 71, 71, 2744, 71, 71, 71, 71, 2747, 71, 71, 2743, 71, 71, 2751, 71, 2753, 71, 71, 71, 71, 2748, 2755, 2749, 2750, 2745, 2746, 71, 2757, 71, 2752, 71, 2760, 71, 2759, 71, 2754, 71, 71, 71, 71, 71, 2762, 71, 2767, 71, 2756, 2758, 71, 2761, 2768, 71, 2763, 2769, 71, 71, 2765, 2764, 2766, 71, 71, 71, 2774, 2772, 2771, 71, 71, 71, 2770, 2778, 71, 2777, 71, 2780, 71, 71, 2776, 71, 71, 71, 2773, 71, 71, 71, 2775, 2779, 71, 2781, 2791, 71, 71, 71, 71, 2875, 2782, 2783, 71, 2784, 2786, 71, 2787, 2792, 2788, 2785, 2789, 71, 2790, 2793, 71, 71, 2794, 2795, 71, 2796, 71, 2797, 71, 71, 71, 2798, 2799, 2800, 71, 2801, 71, 2804, 71, 2807, 71, 71, 2802, 71, 2809, 71, 71, 71, 71, 2803, 2805, 2812, 71, 71, 2813, 71, 2814, 2816, 2806, 71, 2808, 2810, 2817, 71, 71, 2811, 71, 71, 71, 2821, 71, 71, 71, 2818, 2815, 2824, 71, 2819, 71, 71, 71, 71, 71, 2826, 71, 2820, 2823, 2822, 71, 2831, 71, 71, 71, 2828, 2829, 2832, 2825, 2836, 2827, 2835, 71, 2830, 2837, 71, 2838, 71, 2833, 71, 71, 71, 2834, 71, 2839, 2843, 2840, 71, 2841, 2845, 71, 71, 2844, 71, 71, 71, 2842, 2846, 71, 2851, 71, 71, 71, 71, 2854, 71, 2855, 71, 71, 71, 71, 71, 71, 2847, 2849, 2853, 2858, 2850, 2856, 2852, 2859, 2857, 71, 2861, 71, 2862, 71, 2860, 71, 2866, 71, 2863, 71, 2868, 71, 2864, 71, 2869, 2865, 2870, 71, 71, 2873, 71, 71, 71, 71, 2871, 71, 2867, 2874, 2876, 71, 2877, 71, 2878, 71, 2882, 71, 2880, 2872, 71, 71, 2879, 71, 71, 71, 2884, 71, 2885, 71, 2888, 2889, 71, 71, 2881, 71, 2892, 2893, 71, 2883, 71, 2895, 71, 2886, 2887, 71, 2890, 2894, 2896, 71, 71, 71, 2891, 71, 71, 2904, 2898, 2897, 2899, 2902, 71, 2903, 71, 2904, 2900, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2901, 43, 43, 43, 43, 43, 43, 43, 48, 48, 48, 48, 48, 48, 48, 53, 53, 53, 53, 53, 53, 53, 59, 59, 59, 59, 59, 59, 59, 64, 64, 64, 64, 64, 64, 64, 74, 74, 2904, 74, 74, 74, 74, 140, 140, 2904, 2904, 2904, 140, 140, 142, 142, 2904, 2904, 142, 2904, 142, 144, 2904, 2904, 2904, 2904, 2904, 144, 147, 147, 2904, 2904, 2904, 147, 147, 149, 2904, 2904, 2904, 2904, 2904, 149, 151, 151, 2904, 151, 151, 151, 151, 75, 75, 2904, 75, 75, 75, 75, 13, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904 } ; static yyconst flex_int16_t yy_chk[5715] = { 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, 20, 4, 20, 20, 5, 20, 6, 7, 7, 7, 7, 20, 7, 8, 8, 8, 8, 29, 8, 7, 9, 9, 9, 22, 22, 8, 10, 10, 10, 15, 25, 9, 29, 15, 25, 2910, 31, 10, 11, 11, 11, 11, 11, 11, 19, 79, 19, 19, 30, 19, 11, 31, 79, 30, 25, 19, 19, 47, 47, 11, 12, 12, 12, 12, 12, 12, 21, 23, 23, 21, 21, 24, 12, 21, 81, 23, 24, 34, 21, 23, 24, 12, 23, 24, 971, 24, 24, 21, 26, 26, 27, 27, 90, 28, 81, 32, 32, 28, 34, 27, 28, 33, 33, 26, 32, 36, 33, 28, 35, 28, 32, 90, 42, 35, 32, 52, 84, 35, 52, 36, 37, 37, 33, 35, 38, 37, 35, 42, 69, 38, 63, 63, 38, 35, 84, 37, 40, 72, 37, 38, 40, 72, 69, 38, 38, 39, 39, 102, 39, 78, 40, 41, 41, 78, 40, 40, 41, 39, 149, 58, 41, 58, 58, 39, 58, 66, 102, 66, 66, 68, 66, 68, 68, 71, 68, 71, 71, 66, 71, 85, 74, 80, 74, 74, 71, 74, 77, 82, 85, 77, 82, 74, 74, 80, 83, 86, 88, 83, 89, 87, 91, 93, 92, 98, 95, 87, 91, 96, 98, 86, 83, 87, 94, 87, 88, 88, 92, 159, 99, 91, 89, 93, 95, 94, 94, 96, 97, 105, 159, 101, 97, 94, 99, 100, 106, 101, 100, 103, 104, 100, 107, 104, 103, 108, 107, 104, 105, 109, 106, 110, 108, 105, 100, 100, 101, 111, 110, 112, 113, 114, 109, 104, 103, 114, 115, 116, 117, 119, 111, 121, 116, 118, 118, 122, 116, 120, 113, 112, 124, 120, 127, 127, 115, 125, 121, 126, 117, 119, 120, 125, 123, 124, 122, 123, 120, 128, 129, 126, 127, 130, 131, 127, 134, 132, 123, 133, 135, 133, 123, 137, 136, 135, 129, 128, 134, 138, 133, 139, 130, 132, 138, 131, 136, 141, 141, 147, 143, 137, 133, 143, 145, 139, 145, 145, 154, 145, 148, 148, 150, 154, 150, 150, 151, 150, 151, 151, 153, 151, 156, 153, 155, 160, 157, 158, 151, 161, 155, 162, 163, 160, 164, 158, 165, 163, 167, 155, 156, 157, 158, 166, 191, 165, 162, 168, 161, 166, 166, 170, 168, 178, 164, 169, 169, 170, 172, 171, 191, 171, 172, 167, 171, 173, 173, 172, 174, 175, 176, 177, 172, 178, 175, 176, 179, 182, 172, 172, 180, 171, 179, 177, 180, 181, 183, 174, 184, 185, 181, 182, 186, 187, 189, 190, 192, 186, 187, 189, 184, 183, 192, 184, 196, 179, 194, 185, 188, 188, 193, 193, 194, 195, 188, 190, 197, 198, 194, 195, 199, 200, 197, 198, 196, 201, 188, 200, 188, 202, 201, 203, 198, 204, 205, 202, 206, 203, 207, 208, 204, 199, 206, 209, 210, 208, 211, 205, 212, 214, 215, 213, 210, 212, 216, 218, 217, 220, 207, 211, 213, 217, 221, 219, 214, 209, 215, 219, 221, 222, 223, 224, 225, 218, 216, 227, 223, 225, 226, 220, 226, 230, 227, 228, 229, 232, 231, 222, 222, 228, 229, 224, 231, 233, 234, 234, 236, 232, 235, 235, 230, 239, 236, 237, 238, 240, 238, 233, 242, 237, 240, 243, 244, 241, 246, 260, 245, 260, 257, 243, 236, 245, 247, 238, 239, 241, 249, 242, 247, 248, 251, 249, 244, 250, 252, 248, 251, 246, 250, 253, 254, 255, 256, 257, 259, 258, 263, 259, 267, 252, 256, 258, 266, 253, 146, 255, 261, 261, 254, 262, 264, 264, 262, 267, 263, 265, 265, 268, 266, 269, 268, 270, 271, 269, 272, 273, 275, 274, 271, 274, 270, 273, 275, 276, 277, 277, 278, 276, 272, 279, 280, 278, 282, 281, 283, 279, 284, 284, 285, 286, 288, 285, 287, 290, 276, 144, 287, 283, 289, 289, 280, 281, 291, 282, 292, 291, 293, 286, 288, 295, 294, 290, 293, 294, 297, 298, 292, 301, 309, 299, 301, 295, 296, 297, 299, 300, 303, 309, 300, 308, 300, 296, 302, 298, 296, 305, 305, 307, 303, 296, 296, 296, 296, 310, 308, 302, 300, 304, 306, 304, 304, 306, 310, 312, 307, 311, 311, 307, 312, 313, 313, 314, 315, 316, 317, 318, 319, 315, 320, 321, 327, 329, 322, 323, 320, 316, 314, 322, 142, 323, 329, 319, 324, 317, 327, 318, 325, 324, 331, 321, 326, 325, 336, 326, 331, 326, 328, 325, 332, 328, 330, 330, 335, 332, 337, 333, 338, 444, 333, 339, 342, 345, 328, 336, 333, 328, 344, 328, 333, 337, 345, 338, 335, 339, 342, 349, 333, 334, 334, 444, 334, 344, 341, 346, 347, 341, 348, 354, 346, 346, 347, 350, 352, 334, 349, 355, 334, 353, 334, 351, 334, 341, 343, 353, 343, 343, 350, 348, 351, 356, 358, 352, 359, 354, 343, 355, 343, 343, 343, 357, 360, 343, 361, 356, 363, 357, 362, 366, 364, 357, 367, 362, 359, 358, 364, 365, 365, 361, 368, 363, 360, 370, 367, 369, 371, 372, 375, 366, 374, 369, 372, 376, 368, 373, 373, 377, 373, 378, 383, 378, 371, 379, 375, 381, 381, 379, 370, 376, 374, 377, 380, 382, 384, 383, 380, 385, 387, 378, 386, 389, 393, 140, 388, 390, 389, 387, 391, 390, 384, 380, 382, 388, 386, 385, 392, 391, 387, 394, 387, 396, 392, 393, 395, 394, 396, 397, 395, 398, 398, 399, 400, 401, 402, 402, 403, 400, 405, 404, 406, 412, 403, 404, 399, 407, 401, 397, 411, 408, 407, 409, 409, 405, 408, 410, 419, 413, 70, 412, 409, 406, 414, 416, 423, 414, 415, 410, 411, 413, 415, 417, 417, 418, 425, 416, 424, 419, 418, 420, 420, 422, 422, 425, 424, 423, 426, 427, 430, 429, 431, 432, 433, 435, 434, 439, 436, 432, 435, 427, 434, 433, 440, 437, 431, 440, 426, 429, 430, 429, 436, 437, 438, 441, 437, 439, 442, 443, 438, 441, 445, 446, 443, 447, 448, 446, 449, 450, 447, 451, 442, 449, 452, 454, 456, 457, 455, 441, 456, 448, 458, 445, 459, 450, 461, 452, 459, 462, 451, 453, 453, 455, 462, 454, 457, 453, 458, 453, 463, 461, 466, 460, 464, 453, 468, 453, 460, 465, 453, 453, 460, 464, 469, 465, 463, 453, 466, 467, 465, 471, 467, 470, 470, 472, 472, 473, 474, 468, 475, 476, 477, 478, 469, 479, 480, 481, 478, 484, 474, 482, 473, 488, 479, 475, 471, 482, 484, 485, 476, 486, 481, 485, 477, 480, 487, 486, 488, 489, 490, 491, 492, 493, 494, 496, 498, 493, 487, 495, 503, 495, 498, 496, 490, 499, 491, 494, 489, 500, 492, 497, 497, 501, 503, 500, 502, 499, 504, 502, 506, 505, 507, 506, 508, 501, 505, 511, 511, 509, 510, 507, 517, 504, 509, 509, 512, 512, 507, 513, 508, 507, 520, 510, 516, 513, 514, 514, 515, 515, 516, 518, 519, 517, 518, 521, 522, 519, 524, 522, 523, 520, 526, 521, 525, 523, 526, 527, 528, 529, 530, 531, 528, 527, 532, 530, 534, 533, 536, 64, 532, 524, 533, 525, 538, 535, 541, 529, 535, 59, 534, 531, 542, 535, 537, 537, 536, 535, 539, 540, 541, 544, 538, 539, 540, 543, 545, 542, 546, 545, 544, 543, 546, 547, 548, 549, 550, 548, 547, 551, 549, 552, 553, 555, 554, 556, 556, 557, 552, 554, 558, 559, 550, 560, 546, 553, 557, 551, 561, 562, 563, 564, 560, 555, 564, 562, 563, 559, 565, 558, 561, 565, 566, 567, 568, 569, 571, 566, 570, 575, 573, 569, 571, 570, 572, 573, 576, 572, 568, 574, 577, 567, 575, 579, 574, 574, 578, 580, 581, 576, 588, 582, 578, 581, 582, 583, 580, 54, 584, 577, 577, 583, 579, 585, 587, 587, 586, 590, 585, 582, 584, 586, 586, 592, 589, 588, 589, 591, 593, 591, 594, 595, 596, 597, 598, 599, 590, 603, 598, 597, 600, 592, 601, 602, 599, 605, 593, 604, 594, 607, 595, 609, 596, 608, 610, 600, 603, 601, 606, 604, 605, 602, 611, 607, 606, 608, 611, 612, 613, 614, 609, 615, 616, 610, 617, 618, 618, 619, 620, 625, 622, 619, 621, 624, 613, 612, 632, 614, 617, 615, 615, 616, 626, 621, 622, 623, 627, 620, 625, 624, 623, 628, 629, 627, 632, 626, 628, 630, 631, 629, 633, 634, 630, 631, 635, 636, 638, 633, 637, 639, 634, 638, 639, 640, 636, 641, 642, 640, 635, 643, 637, 644, 645, 646, 646, 642, 651, 647, 647, 641, 648, 648, 649, 652, 643, 644, 647, 653, 654, 652, 655, 649, 654, 645, 656, 651, 657, 658, 659, 661, 662, 660, 655, 658, 663, 669, 659, 653, 660, 672, 674, 664, 666, 679, 657, 673, 664, 661, 672, 656, 664, 673, 669, 664, 663, 662, 674, 666, 675, 678, 664, 679, 675, 664, 676, 676, 677, 677, 680, 681, 678, 682, 685, 684, 687, 698, 688, 682, 684, 688, 686, 690, 680, 689, 689, 691, 691, 698, 690, 681, 683, 683, 683, 685, 683, 692, 699, 683, 686, 687, 693, 693, 683, 697, 695, 697, 694, 695, 683, 683, 692, 694, 696, 701, 700, 699, 702, 696, 700, 703, 704, 704, 705, 708, 706, 707, 707, 703, 709, 710, 711, 713, 713, 701, 712, 702, 711, 705, 706, 712, 709, 708, 714, 750, 716, 750, 717, 714, 714, 716, 718, 710, 717, 719, 720, 722, 718, 723, 719, 721, 720, 722, 721, 724, 725, 723, 727, 726, 728, 729, 729, 724, 726, 727, 730, 732, 731, 733, 742, 735, 736, 732, 725, 730, 731, 737, 738, 728, 735, 736, 737, 739, 740, 741, 739, 738, 733, 740, 743, 743, 744, 745, 746, 742, 747, 748, 752, 741, 748, 751, 751, 746, 753, 754, 757, 744, 748, 753, 755, 756, 745, 758, 759, 760, 762, 761, 763, 752, 747, 761, 767, 759, 53, 768, 754, 765, 757, 764, 755, 756, 766, 758, 762, 764, 765, 763, 760, 768, 769, 767, 770, 771, 766, 773, 769, 775, 771, 772, 772, 774, 777, 776, 778, 779, 770, 780, 781, 782, 774, 776, 783, 784, 781, 773, 787, 775, 783, 785, 787, 788, 777, 782, 779, 785, 778, 780, 786, 789, 790, 791, 793, 784, 786, 790, 792, 792, 793, 794, 788, 789, 794, 795, 796, 797, 798, 799, 799, 789, 800, 797, 791, 801, 802, 802, 803, 796, 801, 804, 806, 795, 809, 804, 805, 805, 798, 807, 800, 808, 811, 803, 812, 814, 808, 815, 817, 817, 821, 818, 819, 809, 806, 818, 820, 820, 812, 807, 822, 823, 48, 824, 822, 814, 811, 819, 815, 816, 839, 839, 816, 826, 816, 821, 823, 824, 816, 825, 816, 828, 829, 827, 825, 816, 829, 826, 827, 827, 816, 830, 831, 832, 833, 828, 834, 831, 832, 835, 842, 843, 43, 836, 837, 838, 830, 831, 833, 836, 837, 838, 841, 835, 840, 844, 846, 834, 841, 840, 843, 847, 842, 848, 849, 854, 847, 851, 846, 850, 850, 852, 851, 844, 845, 845, 849, 848, 853, 852, 845, 14, 845, 855, 854, 856, 856, 857, 845, 859, 861, 857, 853, 845, 845, 859, 860, 862, 863, 860, 845, 864, 855, 865, 863, 866, 864, 867, 868, 861, 862, 869, 870, 871, 866, 872, 867, 869, 873, 874, 872, 870, 865, 875, 868, 876, 877, 878, 879, 880, 885, 883, 871, 874, 879, 877, 878, 876, 873, 881, 886, 888, 887, 875, 885, 881, 880, 883, 889, 890, 894, 891, 892, 893, 897, 888, 891, 892, 893, 894, 886, 887, 895, 895, 890, 896, 889, 897, 899, 900, 904, 896, 901, 901, 900, 900, 901, 902, 903, 905, 902, 906, 908, 907, 899, 909, 911, 910, 908, 911, 904, 912, 903, 910, 906, 913, 914, 905, 907, 915, 913, 914, 916, 917, 918, 909, 921, 916, 917, 924, 924, 920, 912, 922, 923, 915, 918, 920, 925, 922, 923, 926, 921, 927, 928, 928, 927, 925, 929, 930, 931, 932, 933, 936, 932, 934, 935, 939, 936, 926, 941, 934, 935, 939, 937, 933, 929, 938, 930, 937, 931, 942, 938, 943, 946, 944, 945, 945, 941, 943, 944, 947, 948, 946, 949, 950, 951, 949, 950, 952, 947, 942, 953, 954, 957, 955, 956, 951, 958, 960, 948, 955, 956, 958, 953, 959, 959, 952, 961, 957, 963, 962, 954, 964, 963, 965, 966, 967, 960, 969, 970, 970, 961, 962, 965, 972, 973, 975, 974, 977, 977, 964, 975, 978, 976, 966, 993, 993, 969, 972, 974, 973, 967, 976, 979, 980, 982, 981, 982, 983, 979, 980, 981, 978, 983, 984, 985, 986, 987, 988, 989, 990, 986, 991, 13, 994, 995, 989, 996, 984, 985, 997, 998, 987, 1003, 999, 990, 997, 988, 994, 999, 1003, 991, 996, 995, 1001, 1001, 1004, 1002, 999, 1006, 999, 998, 1002, 999, 1005, 1007, 1008, 1005, 1009, 1011, 1004, 1008, 1012, 1010, 1007, 1014, 1014, 1006, 1010, 1015, 1011, 1016, 1017, 1018, 1015, 1019, 1016, 1009, 1018, 1019, 1020, 1012, 1021, 1022, 1023, 1025, 1026, 1024, 1028, 1020, 1027, 1029, 1017, 1026, 1032, 1030, 1033, 1021, 1022, 1024, 1025, 1034, 1027, 1023, 1031, 1035, 1038, 1028, 1040, 1032, 1031, 1037, 1029, 1030, 1035, 1039, 1033, 1037, 1042, 1041, 1038, 1034, 1044, 1039, 1041, 1045, 1043, 1046, 1040, 1050, 1042, 1043, 1043, 1047, 1047, 1049, 0, 1051, 1050, 1045, 1046, 1044, 1048, 1051, 1052, 1052, 1055, 1048, 1049, 1053, 1048, 1048, 1055, 1054, 1053, 1048, 1058, 1058, 1056, 1057, 1059, 1048, 1054, 1056, 1057, 1048, 1060, 1060, 1061, 1062, 1063, 1061, 1065, 1061, 1064, 1066, 1067, 1068, 1069, 1070, 1066, 1059, 1071, 1064, 1069, 1070, 1080, 1071, 1063, 1062, 1067, 1073, 1065, 1072, 1075, 1068, 1075, 1072, 1074, 1074, 1073, 1076, 1078, 1079, 1080, 1073, 1078, 1073, 1081, 1073, 1082, 1073, 1076, 1083, 1084, 1082, 1082, 1081, 1079, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1093, 1094, 1092, 1086, 1091, 1089, 1095, 1085, 1083, 1093, 1097, 1097, 1090, 1096, 1087, 1088, 1092, 1098, 1096, 1094, 1099, 1099, 1100, 1102, 1100, 1103, 1102, 1104, 1105, 1107, 1103, 1095, 1098, 1106, 1106, 1108, 1108, 1105, 1109, 1109, 1110, 1111, 1112, 1113, 1113, 1110, 1104, 1114, 1115, 1107, 1116, 1115, 1117, 1120, 1119, 1118, 1119, 1117, 1122, 1123, 1124, 1122, 1111, 1112, 1118, 1124, 1131, 1114, 1125, 1126, 1116, 1120, 0, 1125, 1123, 1127, 1128, 1126, 1129, 1129, 1127, 1128, 1130, 1132, 1131, 1133, 1134, 1130, 1136, 1132, 1137, 1139, 1133, 1138, 1136, 1140, 1137, 1139, 1138, 1134, 1141, 1142, 1143, 1143, 1140, 1144, 1146, 1147, 1148, 1149, 1150, 1152, 1142, 1153, 1148, 1149, 1150, 1152, 1154, 1141, 1155, 1156, 1157, 1158, 1158, 1144, 1146, 1153, 1159, 1160, 1147, 1161, 1155, 1153, 1162, 1156, 1163, 1163, 1154, 1162, 1157, 1164, 1165, 1167, 1170, 1168, 1172, 1165, 1159, 1161, 1168, 1168, 1169, 1170, 1160, 1171, 1173, 1174, 1182, 1177, 1172, 1175, 1167, 1171, 1164, 1176, 1175, 1176, 1178, 1175, 1169, 1173, 1174, 1177, 1178, 1174, 1179, 1180, 1181, 1189, 1179, 1183, 1184, 1185, 1182, 1186, 1187, 1184, 1180, 1190, 1186, 1191, 1193, 1189, 1192, 1192, 1193, 1181, 1194, 1183, 1195, 1185, 1196, 1197, 1198, 1200, 1187, 1190, 1196, 1191, 1199, 1201, 1202, 1203, 1204, 1197, 1194, 1205, 1203, 1195, 1200, 1204, 1205, 1198, 1199, 1206, 1201, 1207, 1208, 1208, 1209, 1202, 1210, 1211, 1212, 1213, 1207, 0, 1210, 1212, 1214, 1213, 1221, 1206, 1222, 1209, 1214, 1215, 1215, 1216, 1216, 1218, 1218, 1219, 1211, 1220, 1223, 1219, 1222, 1224, 1221, 1225, 1225, 1226, 1220, 1227, 1224, 1228, 1229, 1230, 1231, 1223, 1228, 1227, 1232, 1231, 1231, 1233, 1237, 1232, 1232, 1235, 1229, 1226, 1234, 1234, 1236, 1237, 1230, 1238, 1239, 1240, 1241, 1242, 1238, 1244, 1243, 1233, 1245, 1242, 1235, 1243, 1247, 1246, 1245, 1236, 1248, 1249, 1247, 1239, 1241, 1240, 1248, 1250, 1251, 1252, 1253, 1254, 1256, 1256, 1255, 1244, 1246, 0, 1257, 1258, 1249, 1257, 1259, 1259, 1253, 1260, 1250, 1251, 1252, 1255, 1260, 1258, 1254, 1261, 1262, 1263, 1264, 1261, 1267, 1265, 1268, 1265, 1269, 1267, 1263, 1265, 1276, 1262, 1270, 1264, 1271, 1271, 1272, 1277, 1273, 1268, 1274, 1272, 1265, 1273, 1274, 1275, 1269, 1278, 1270, 1275, 1276, 1279, 1280, 1280, 1282, 1277, 1284, 1279, 1285, 1286, 1286, 1288, 1287, 1285, 1290, 1290, 1292, 1278, 1287, 1292, 1293, 1293, 1282, 1294, 1295, 1297, 1298, 1284, 1297, 1299, 1301, 1288, 1300, 1300, 1302, 1303, 1304, 1305, 1299, 1294, 1295, 1304, 1306, 1306, 1307, 1301, 1298, 1309, 1308, 1310, 1310, 1305, 1311, 1312, 1303, 1302, 1313, 1317, 1314, 1315, 1315, 1313, 1307, 1308, 1316, 1319, 1311, 1320, 1316, 1318, 1318, 1312, 1309, 1314, 1322, 1321, 1323, 1317, 1320, 1321, 1326, 1323, 1325, 1325, 1328, 1327, 1329, 1319, 1330, 1331, 1331, 1332, 1333, 1322, 1334, 1337, 1332, 1335, 1326, 1327, 1329, 1341, 1336, 1328, 1328, 1344, 1335, 1336, 1338, 1346, 1338, 1339, 1333, 1330, 1334, 1337, 1339, 1340, 1342, 1344, 1350, 1341, 1354, 1340, 1342, 1345, 1345, 1347, 1346, 1349, 1351, 1351, 1353, 1347, 1349, 1352, 1352, 1355, 1356, 1358, 1354, 1356, 1357, 1357, 1350, 1359, 1353, 1365, 1361, 1363, 1360, 1358, 1355, 1360, 1361, 1362, 1360, 1364, 1363, 1375, 1362, 1366, 1364, 1367, 1366, 1359, 1368, 1373, 1360, 1367, 1374, 1368, 1365, 1369, 1369, 1370, 1370, 1371, 1375, 1372, 1373, 1376, 1377, 1371, 1372, 1377, 1378, 1379, 1374, 1380, 1381, 1382, 1378, 1379, 1380, 1383, 1381, 1384, 1384, 1385, 1383, 1376, 1386, 1387, 1385, 1388, 1391, 1389, 1390, 1393, 1394, 1392, 1395, 1396, 1382, 1393, 1397, 1405, 1391, 1400, 1386, 1389, 1390, 1387, 1392, 1388, 1401, 1396, 1399, 1399, 1394, 1401, 1395, 1402, 1402, 1403, 1406, 1397, 1404, 1400, 1407, 1405, 1408, 1411, 1409, 1413, 1410, 1415, 0, 1407, 1403, 1409, 1404, 1416, 1406, 1410, 1416, 1408, 1410, 1411, 1413, 1417, 1417, 1418, 1418, 1413, 1419, 1420, 1421, 1422, 1422, 1421, 1415, 1423, 1424, 1425, 1426, 1427, 1419, 1428, 1425, 1426, 1429, 1430, 1433, 1420, 1423, 1435, 1431, 1432, 1433, 1429, 1436, 1424, 1437, 1428, 1427, 1431, 1432, 1438, 1431, 1439, 1430, 1434, 1434, 1436, 1440, 1435, 1442, 1443, 1444, 1444, 1437, 1438, 1445, 1446, 1447, 1439, 1440, 1448, 1448, 1447, 1450, 1449, 1446, 1451, 1452, 1443, 1455, 1457, 1445, 1453, 1449, 1442, 1448, 1449, 1453, 1453, 1460, 1456, 1450, 1464, 1455, 1460, 1452, 1456, 1451, 1457, 1458, 1458, 1459, 1461, 1462, 1465, 1466, 1467, 1459, 1461, 1462, 1473, 1466, 1464, 1468, 1469, 1471, 1468, 1474, 1465, 1467, 1469, 1476, 1468, 1471, 1475, 1477, 1478, 1479, 1480, 1473, 1476, 1482, 1475, 1481, 1481, 1484, 1474, 1482, 1477, 1478, 1483, 1479, 1480, 1485, 1486, 1487, 1483, 1488, 1484, 1490, 1489, 1491, 1492, 1494, 1494, 1481, 1489, 1495, 0, 1501, 1488, 1496, 1486, 1485, 1487, 1496, 1505, 1491, 1497, 1498, 1492, 1490, 1500, 1497, 1498, 1499, 1503, 1495, 1504, 1504, 1499, 1500, 1501, 1506, 1507, 1505, 1508, 1508, 1509, 1510, 1513, 1503, 1511, 1512, 1514, 1506, 1510, 1517, 1516, 1524, 1515, 1518, 1509, 1507, 1511, 1512, 1515, 1518, 1524, 1513, 1516, 1519, 1519, 1520, 1514, 1517, 1520, 1521, 1521, 1523, 1525, 1526, 1526, 1527, 1523, 1528, 1525, 1528, 1529, 1530, 1531, 1529, 1532, 1533, 1534, 1527, 1535, 1538, 1539, 1534, 1537, 1536, 1538, 1540, 1541, 1535, 1544, 1539, 1543, 1530, 1532, 1533, 1531, 1536, 1543, 1537, 1542, 1542, 1545, 1541, 1539, 1547, 1546, 1540, 1548, 1553, 1548, 1544, 1549, 1550, 1550, 1551, 1551, 1552, 1552, 1554, 1554, 1545, 1546, 1555, 1555, 1547, 1549, 1556, 1549, 1553, 1557, 1558, 1558, 1559, 1560, 1561, 1563, 1559, 1561, 1564, 1560, 1565, 1563, 1566, 1568, 1568, 1567, 1565, 1556, 1567, 1570, 1557, 1569, 1569, 1572, 1573, 1570, 1564, 1571, 1574, 1575, 1577, 1578, 1581, 1585, 1574, 1577, 1577, 1566, 1584, 1571, 1571, 1571, 1580, 1572, 1573, 1578, 1571, 1581, 1579, 1575, 1579, 1582, 1583, 1580, 1585, 1586, 1586, 1582, 1584, 1587, 1589, 1583, 1588, 1588, 1590, 1591, 1591, 1592, 1592, 1593, 1596, 1596, 1597, 1598, 1600, 1601, 1603, 1603, 1602, 1604, 1589, 1606, 1598, 1600, 1602, 1587, 1590, 1605, 1606, 1593, 1607, 1608, 1609, 1609, 1610, 1611, 1601, 1597, 1613, 1607, 1604, 1614, 1605, 1613, 1615, 1616, 1622, 1614, 1617, 1618, 1623, 1611, 1616, 1621, 1617, 1618, 1620, 1608, 1619, 1619, 1610, 1620, 1621, 1624, 1615, 1625, 1622, 1626, 1625, 1623, 1627, 1628, 1628, 1629, 1630, 1624, 1631, 1632, 1634, 1629, 1635, 1632, 0, 1638, 1639, 1626, 1636, 1640, 1639, 1642, 1642, 1631, 1646, 1640, 1630, 1641, 1627, 1632, 1634, 1635, 1644, 1636, 1638, 1643, 1641, 1645, 1645, 1643, 1647, 1648, 1649, 1644, 1650, 1646, 1651, 1649, 1644, 1652, 1653, 1654, 1655, 1655, 1647, 1652, 1654, 1656, 1656, 1657, 1648, 1659, 1660, 1657, 1650, 1653, 1651, 1661, 1662, 1662, 1659, 1663, 1663, 1660, 1664, 1665, 1666, 1667, 1660, 1664, 1664, 1665, 1666, 1668, 1669, 1670, 1672, 1661, 1668, 1673, 1674, 1670, 1675, 1673, 1676, 1678, 1669, 1677, 1672, 1679, 1676, 1678, 1674, 1667, 1681, 1682, 1685, 1683, 1689, 1685, 1692, 1679, 1683, 1686, 1686, 1692, 1681, 1675, 0, 1677, 1687, 1687, 1688, 1688, 1682, 1690, 1691, 1693, 1689, 1694, 1696, 1690, 1691, 1693, 1698, 1696, 1699, 1698, 1694, 1700, 1700, 1702, 1703, 1706, 1704, 1705, 1705, 1710, 1699, 1704, 1707, 1708, 1706, 1702, 1703, 1707, 1708, 1709, 1709, 1711, 1712, 1713, 1714, 1717, 1715, 1716, 1714, 1710, 1711, 1715, 1720, 1716, 1719, 1719, 1721, 1722, 1722, 1717, 1712, 1724, 1713, 1723, 1725, 1721, 1719, 1727, 1732, 1726, 1720, 1732, 1723, 1724, 1726, 1730, 1730, 1733, 1734, 0, 1727, 1736, 1738, 1737, 1739, 1725, 1740, 1740, 1738, 1741, 1746, 1741, 1743, 1733, 1734, 1745, 1736, 1737, 1742, 1742, 1743, 1739, 1745, 1747, 1747, 1748, 1749, 1750, 1751, 1752, 1746, 1753, 1755, 1754, 1748, 1757, 1760, 1758, 1755, 1750, 1751, 1752, 1759, 1759, 1761, 1764, 0, 1749, 1754, 1758, 1762, 1755, 1768, 1762, 1760, 1757, 1763, 1753, 1766, 1772, 1767, 1763, 1767, 1766, 1761, 1764, 1769, 1770, 1772, 1774, 1768, 1769, 1775, 1776, 1770, 1777, 1778, 1777, 1780, 1781, 1780, 1775, 1782, 1782, 1783, 1776, 1784, 1774, 1785, 1786, 1785, 1784, 1787, 1781, 1786, 1778, 1788, 1787, 1789, 1790, 1792, 1791, 1795, 1793, 1858, 1790, 1791, 1800, 1796, 1799, 1783, 1793, 1858, 1792, 1788, 1797, 1797, 1801, 1789, 1798, 1798, 1795, 1796, 1801, 1799, 1802, 1803, 1800, 1803, 1804, 1802, 1805, 1805, 1809, 1806, 1807, 1807, 1804, 1808, 1808, 1810, 1811, 1809, 1811, 1812, 1804, 1806, 1814, 1813, 1810, 1815, 1817, 1810, 1813, 1813, 1818, 1814, 1821, 1822, 1819, 1818, 1825, 1815, 1817, 1819, 1812, 1823, 1824, 1824, 1826, 1821, 1828, 1827, 1845, 1829, 1823, 1833, 1834, 1822, 1825, 1831, 1832, 1834, 1842, 1844, 1828, 1835, 1826, 1827, 1829, 1836, 1835, 1831, 1832, 1839, 1841, 1833, 1843, 1845, 1836, 1839, 1841, 1844, 1847, 1847, 1846, 1842, 1848, 1849, 1849, 1850, 1851, 1843, 1839, 1846, 1851, 1848, 1852, 1853, 1854, 1855, 1856, 1852, 1859, 1854, 1854, 1855, 1856, 1867, 1850, 1857, 1853, 1864, 1857, 1862, 1862, 1863, 1863, 1865, 1865, 1867, 1864, 1868, 1859, 1866, 1866, 1869, 1877, 1870, 1871, 1871, 1863, 1869, 1870, 1872, 1872, 1873, 1874, 1880, 1882, 1868, 1873, 1863, 1874, 1876, 1878, 1881, 1877, 1876, 1878, 1883, 1881, 1884, 1885, 1886, 1887, 1887, 1884, 1889, 1891, 1888, 1890, 1882, 1880, 1888, 1883, 1890, 1892, 1893, 1894, 1886, 1885, 1896, 1889, 1894, 1895, 1897, 1897, 1899, 1892, 1900, 1901, 1902, 1903, 1904, 1891, 1899, 1893, 1895, 1905, 1896, 1907, 1906, 1909, 1910, 1910, 1912, 1913, 1911, 1900, 1901, 1911, 1914, 1904, 1906, 1902, 1918, 1903, 1909, 1912, 1905, 1913, 1907, 1915, 1915, 1914, 1916, 1916, 1917, 1917, 1919, 1918, 1920, 1920, 1923, 1921, 1922, 1922, 1926, 1923, 1925, 1927, 1928, 1919, 1921, 1925, 1931, 1921, 1929, 1929, 1930, 1930, 1932, 1932, 1928, 1933, 1934, 1934, 1926, 1935, 0, 1927, 1936, 1937, 1937, 1931, 1939, 1936, 1938, 1938, 1940, 1941, 1942, 1933, 1935, 1946, 1944, 1945, 1945, 1940, 1939, 1944, 1947, 1947, 1948, 1941, 1949, 1950, 1951, 1951, 1950, 1942, 1949, 1953, 1946, 1952, 1952, 1955, 1954, 1956, 1956, 1958, 1948, 1959, 1951, 1960, 1961, 1962, 1962, 1963, 1961, 1968, 1953, 1954, 1964, 1965, 1955, 1967, 1967, 1970, 1960, 1958, 1971, 1972, 1972, 1969, 1959, 1973, 1963, 1964, 1965, 1968, 1969, 1970, 1975, 1974, 1973, 1974, 1977, 1978, 1979, 1980, 1981, 1982, 1978, 1979, 1983, 1984, 1971, 1990, 1977, 1983, 1986, 1987, 1975, 1981, 1988, 1986, 1987, 1989, 1994, 1991, 1995, 1992, 1982, 1989, 1980, 1991, 1992, 1993, 1990, 1988, 1997, 1984, 1993, 1995, 1996, 1998, 1999, 1996, 2000, 1997, 2001, 2006, 2002, 1994, 1998, 1999, 2003, 2000, 2002, 2004, 2008, 2010, 2003, 2004, 2001, 2009, 2009, 2010, 2012, 2008, 2014, 2006, 2011, 2011, 2017, 2015, 2016, 2016, 2018, 2021, 2020, 2011, 2022, 2027, 2023, 2042, 2014, 2018, 2012, 2017, 2012, 2015, 2020, 2028, 2026, 2021, 2023, 2022, 2025, 2026, 2070, 2025, 2070, 2027, 2042, 2028, 2029, 2029, 2030, 2030, 2032, 2032, 2033, 2034, 2035, 2033, 2036, 2038, 2034, 0, 2035, 2040, 2036, 2037, 2037, 2039, 2039, 2041, 2043, 2043, 2045, 2038, 2046, 2040, 2045, 2046, 2047, 2047, 2048, 2049, 2050, 2041, 2051, 2048, 2052, 2052, 2051, 2055, 2049, 2053, 2056, 2057, 2055, 2058, 2059, 2060, 2061, 2062, 2059, 2063, 2050, 2061, 2053, 2062, 2064, 2063, 2068, 2058, 2066, 2067, 2056, 2057, 2068, 2069, 2067, 2060, 2073, 2074, 2074, 2076, 2075, 2069, 2064, 2075, 2066, 2077, 2077, 2079, 2080, 2081, 2073, 2079, 2082, 2082, 2080, 2083, 2086, 2086, 2088, 2090, 2095, 2081, 2091, 2094, 2083, 2076, 2096, 2097, 2094, 2098, 2098, 2096, 2097, 2090, 2100, 2100, 2088, 2102, 2091, 2103, 2103, 2104, 2105, 2102, 2106, 2112, 2095, 2108, 2109, 2106, 2110, 2110, 2113, 2114, 2112, 2115, 2118, 2104, 2113, 2119, 2109, 2117, 2117, 2125, 2105, 2125, 2108, 2121, 2121, 2123, 2115, 2114, 2122, 2122, 2123, 2118, 2124, 2119, 2126, 2127, 2128, 2124, 2129, 2130, 2130, 2131, 2131, 2129, 2132, 2132, 2133, 2133, 2126, 2127, 2134, 2135, 2136, 2137, 2137, 2139, 2128, 2136, 2138, 2138, 2140, 2141, 2134, 2142, 2143, 2143, 2144, 2139, 2148, 2135, 2145, 2145, 2140, 2146, 2146, 2147, 2149, 2150, 2151, 2142, 2148, 2141, 2152, 2149, 2153, 2144, 2147, 2152, 2154, 2150, 2155, 2155, 2156, 2157, 2158, 2164, 2159, 2160, 2151, 2161, 2167, 2156, 2162, 2162, 2153, 2165, 2163, 2168, 2154, 2159, 2164, 2169, 2171, 2161, 2158, 2163, 2174, 2174, 2167, 2157, 2165, 2160, 2170, 2172, 2181, 2170, 2171, 2173, 2172, 2168, 2175, 2175, 2173, 2182, 2169, 2176, 2176, 2178, 2178, 2180, 2180, 2183, 2181, 2185, 2182, 2187, 2186, 2189, 2188, 2190, 2192, 2192, 2191, 2194, 2194, 2195, 2189, 2196, 2197, 2197, 2183, 2201, 2199, 2185, 2186, 2202, 2196, 2187, 2188, 2190, 2191, 2199, 2200, 2200, 2203, 2204, 2205, 2195, 2206, 2201, 2208, 2203, 2207, 2202, 2209, 2209, 2210, 2210, 2212, 2211, 2204, 2214, 2213, 2216, 2205, 2211, 2206, 2215, 2207, 2208, 2217, 0, 2215, 2218, 2220, 2220, 2212, 2213, 2218, 2219, 2214, 2219, 2221, 2216, 2221, 2222, 2222, 2224, 2226, 2227, 2217, 2228, 2229, 2230, 2231, 2239, 2232, 2226, 2230, 2235, 2256, 2236, 2238, 2228, 2236, 2256, 2224, 2241, 2227, 2237, 2237, 2241, 2229, 2239, 2231, 2232, 2243, 2238, 2244, 2235, 2240, 2240, 2244, 2245, 2245, 2246, 2248, 2249, 2250, 2250, 2252, 2243, 2253, 2253, 2254, 2255, 2255, 2257, 2246, 2258, 2258, 2264, 2252, 2263, 2263, 2266, 2248, 2249, 2267, 2257, 2265, 2265, 2271, 2254, 0, 2268, 2269, 2276, 2266, 2270, 2270, 2267, 2276, 2264, 2268, 2269, 2277, 2271, 2273, 2273, 2278, 2277, 2279, 2280, 2281, 2283, 2282, 2279, 0, 2285, 2288, 2280, 2286, 2283, 2278, 2282, 2287, 2286, 2289, 2289, 2293, 2287, 2291, 2281, 2285, 2288, 2290, 2290, 2292, 2291, 2294, 2295, 2298, 2292, 2296, 2297, 2297, 2295, 2293, 2296, 2299, 2300, 2300, 2301, 2301, 2299, 2304, 2298, 2294, 2305, 2305, 2306, 2307, 0, 2306, 2308, 2309, 2307, 2307, 2304, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2311, 2310, 2312, 2315, 2316, 2317, 2322, 2313, 2319, 2316, 2326, 2315, 2320, 2319, 2314, 2320, 2324, 2317, 2322, 2325, 2327, 2324, 2328, 2329, 2325, 2330, 2330, 2331, 2326, 2334, 2335, 2328, 2329, 2327, 2336, 2338, 2331, 2337, 2337, 2342, 2339, 2340, 2341, 2341, 2344, 2346, 2349, 2347, 2334, 2339, 2335, 2347, 2380, 2336, 2338, 2380, 2340, 2350, 2342, 2344, 2348, 2348, 2351, 2350, 2352, 2346, 2353, 2353, 2351, 2354, 2352, 2349, 2357, 2355, 2358, 2360, 2361, 2354, 2355, 2360, 2362, 2357, 2364, 2364, 2365, 2365, 2372, 2358, 2366, 2366, 2361, 2368, 2368, 2370, 2370, 2362, 2373, 2375, 2376, 2376, 2381, 2373, 2373, 2378, 2378, 2383, 2372, 2379, 2379, 2385, 2386, 2386, 2389, 2381, 2387, 2387, 2392, 2375, 2388, 2388, 2390, 2390, 2391, 2383, 2393, 2394, 2396, 2389, 2400, 2385, 2396, 2394, 2395, 2395, 2392, 2391, 2399, 2401, 2393, 2402, 2403, 2399, 2399, 2404, 2405, 2410, 2403, 2412, 2406, 2404, 2410, 2400, 2406, 2407, 2407, 2412, 2415, 2401, 2413, 2402, 2416, 2413, 2417, 2416, 2419, 2418, 2420, 2422, 2422, 2405, 2418, 2421, 2423, 2426, 0, 2424, 2427, 2427, 2435, 2417, 2417, 2415, 2419, 2424, 2425, 2421, 2420, 2428, 2428, 2425, 2425, 2423, 2426, 2429, 2429, 2430, 2430, 2431, 2431, 2432, 2433, 2434, 2436, 2437, 2435, 2433, 2438, 2440, 2440, 2441, 2442, 2436, 2441, 2444, 2444, 2432, 2454, 2445, 2446, 2446, 2447, 2434, 2450, 2437, 2445, 2447, 2438, 2451, 2442, 2449, 2449, 2450, 2452, 2457, 2454, 2456, 2451, 2455, 2455, 2456, 2458, 2452, 2457, 2459, 2460, 2461, 2466, 2466, 2459, 2459, 2467, 2469, 2470, 2473, 2461, 2458, 2474, 2460, 2478, 2475, 2469, 2476, 2480, 2495, 2470, 2474, 2482, 2476, 2467, 2483, 2478, 2482, 2484, 2484, 2483, 2485, 2487, 2494, 2473, 2475, 2502, 2487, 2495, 2480, 2485, 2488, 2488, 2490, 2490, 2488, 2491, 2491, 2492, 2492, 2493, 2496, 2498, 2494, 2502, 2499, 2496, 2500, 2498, 2493, 2499, 2503, 2500, 2501, 2501, 2504, 2505, 2506, 2507, 2510, 2504, 2508, 2508, 2506, 2511, 2512, 2514, 2514, 2516, 2517, 2524, 2518, 2503, 2520, 2505, 2518, 2521, 2519, 2510, 2511, 2522, 2516, 2517, 2507, 2526, 2512, 2519, 2523, 2522, 2520, 2525, 2525, 2523, 2528, 2528, 2521, 2524, 2529, 2529, 2531, 2533, 2533, 2535, 2526, 2538, 2536, 2537, 2540, 2540, 2538, 2541, 2542, 2543, 2545, 2545, 2546, 2549, 2552, 2535, 2548, 2531, 2536, 2537, 2556, 2548, 2550, 2550, 2551, 2551, 2546, 2541, 2543, 2553, 2553, 2542, 2554, 2555, 2552, 2549, 2558, 2560, 2557, 2559, 2556, 2568, 2555, 2554, 2557, 2561, 2561, 2562, 2567, 2553, 2562, 2559, 2563, 2563, 2573, 2558, 2569, 2560, 2570, 2570, 2567, 2568, 2569, 2571, 2572, 2577, 2571, 2583, 2575, 2576, 2572, 2578, 2573, 2575, 2576, 2579, 2584, 2578, 2580, 2580, 2582, 2582, 2586, 2586, 2577, 2584, 2583, 2587, 2587, 2588, 2589, 2590, 2579, 2579, 2588, 2599, 2590, 2591, 2591, 2592, 2592, 2593, 2593, 2594, 2589, 2596, 2596, 2601, 2594, 2602, 2603, 2604, 2604, 2607, 2599, 2606, 2606, 2608, 2612, 2609, 2610, 2610, 2611, 2612, 2615, 2615, 2619, 2607, 2609, 2601, 2618, 2602, 2603, 2617, 2617, 2618, 2620, 2608, 2621, 2622, 2619, 2611, 2620, 2623, 2623, 2626, 2624, 2622, 2627, 2628, 2621, 2624, 2629, 2630, 2628, 2632, 2633, 2634, 2635, 2630, 2637, 2636, 2643, 2632, 2629, 2626, 2638, 2639, 2627, 2640, 2647, 2647, 2644, 0, 2640, 2633, 2637, 2634, 2635, 2636, 2648, 2648, 2643, 2638, 2638, 2644, 2649, 2662, 2639, 2669, 2649, 2653, 2653, 2655, 2655, 2656, 2656, 2659, 2656, 2657, 2657, 2659, 2657, 2658, 2658, 2662, 2658, 2661, 2661, 2663, 2665, 2666, 2666, 2670, 2669, 2665, 2672, 2671, 2673, 2675, 2670, 2671, 2676, 2663, 2680, 2672, 2677, 2677, 2678, 2678, 2685, 2676, 2687, 2673, 2679, 2679, 2681, 2675, 2682, 2680, 2683, 2681, 2684, 2686, 2688, 2683, 2683, 2682, 2684, 2688, 2682, 2689, 2690, 2687, 2838, 2685, 2689, 2692, 2686, 2691, 2691, 2838, 2692, 2695, 2695, 2698, 2698, 2699, 2699, 2700, 2700, 2690, 2701, 2701, 2702, 2702, 2703, 2703, 2704, 2704, 2706, 2707, 2707, 2708, 2712, 2710, 2711, 2711, 2713, 2706, 2714, 2715, 2715, 2716, 2717, 2717, 2720, 2721, 2722, 2712, 2721, 2713, 2714, 2708, 2710, 2723, 2723, 2724, 2716, 2726, 2727, 2730, 2726, 2728, 2720, 2729, 2727, 2731, 2732, 2743, 2729, 2734, 2743, 2748, 2722, 2724, 2752, 2728, 2745, 2745, 2730, 2746, 2746, 2749, 2732, 2731, 2734, 2750, 2751, 2754, 2752, 2750, 2749, 2755, 2756, 2757, 2748, 2757, 2758, 2756, 2759, 2759, 2760, 2761, 2755, 2762, 2764, 2766, 2751, 2763, 2767, 2765, 2754, 2758, 2771, 2760, 2772, 2772, 2770, 2866, 2773, 2866, 2761, 2762, 2778, 2763, 2765, 2779, 2766, 2773, 2767, 2764, 2770, 2783, 2771, 2774, 2774, 2775, 2775, 2776, 2776, 2777, 2777, 2778, 2781, 2780, 2782, 2779, 2780, 2781, 2784, 2782, 2786, 2785, 2787, 2788, 2788, 2789, 2783, 2785, 2790, 2790, 2792, 2794, 2799, 2784, 2786, 2797, 2797, 2798, 2798, 2800, 2799, 2801, 2787, 2803, 2789, 2792, 2802, 2801, 2804, 2794, 2805, 2808, 2802, 2806, 2806, 2811, 2810, 2803, 2800, 2811, 2813, 2804, 2814, 2815, 2816, 2817, 2818, 2814, 2819, 2805, 2810, 2808, 2822, 2819, 2820, 2823, 2825, 2816, 2817, 2820, 2813, 2825, 2815, 2824, 2824, 2818, 2826, 2827, 2827, 2831, 2822, 2828, 2826, 2829, 2823, 2830, 2828, 2832, 2829, 2833, 2830, 2834, 2834, 2832, 2833, 2836, 2837, 2839, 2831, 2836, 2840, 2841, 2842, 2849, 2843, 2844, 2844, 2841, 2846, 2846, 2850, 2847, 2851, 2848, 2856, 2837, 2839, 2843, 2848, 2840, 2847, 2842, 2849, 2847, 2854, 2851, 2852, 2852, 2853, 2850, 2857, 2857, 2858, 2853, 2859, 2859, 2861, 2854, 2860, 2860, 2856, 2861, 2862, 2863, 2864, 2864, 2870, 2865, 2868, 2862, 2869, 2858, 2865, 2867, 2867, 2868, 2871, 2869, 2872, 2874, 2874, 2871, 2863, 2875, 2877, 2870, 2878, 2879, 2880, 2877, 2884, 2878, 2881, 2881, 2883, 2883, 2885, 2872, 2886, 2886, 2887, 2887, 2875, 2888, 2890, 2890, 2879, 2880, 2898, 2884, 2888, 2891, 2891, 2892, 2894, 2885, 2897, 2899, 0, 2894, 2892, 2897, 2900, 2900, 2901, 2901, 0, 2898, 0, 0, 0, 0, 0, 0, 0, 0, 2899, 2905, 2905, 2905, 2905, 2905, 2905, 2905, 2906, 2906, 2906, 2906, 2906, 2906, 2906, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2908, 2908, 2908, 2908, 2908, 2908, 2908, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2911, 2911, 0, 2911, 2911, 2911, 2911, 2912, 2912, 0, 0, 0, 2912, 2912, 2913, 2913, 0, 0, 2913, 0, 2913, 2914, 0, 0, 0, 0, 0, 2914, 2915, 2915, 0, 0, 0, 2915, 2915, 2916, 0, 0, 0, 0, 0, 2916, 2917, 2917, 0, 2917, 2917, 2917, 2917, 2918, 2918, 0, 2918, 2918, 2918, 2918, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904 } ; 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; }; static struct inc_state* config_include_stack = NULL; static int inc_depth = 0; static int inc_prev = 0; static int num_args = 0; void init_cfg_parse(void) { config_include_stack = NULL; inc_depth = 0; inc_prev = 0; num_args = 0; } static void config_start_include(const char* filename) { FILE *input; struct inc_state* s; char* nm; if(inc_depth++ > 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)); s->filename = cfg_parser->filename; s->line = cfg_parser->line; s->buffer = YY_CURRENT_BUFFER; s->next = config_include_stack; config_include_stack = s; cfg_parser->filename = nm; cfg_parser->line = 1; yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE)); } static void config_start_include_glob(const char* filename) { /* check for wildcards */ #ifdef HAVE_GLOB glob_t g; size_t i; int 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); /* let original deal with it */ return; } /* process files found, if any */ for(i=0; i<(size_t)g.gl_pathc; i++) { config_start_include(g.gl_pathv[i]); } globfree(&g); return; } #endif /* HAVE_GLOB */ config_start_include(filename); } 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; 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 185 "/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 2865 "" #define INITIAL 0 #define quotedstring 1 #define singlequotedstr 2 #define include 3 #define include_quoted 4 #define val 5 #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 205 "/usr/src/usr.sbin/unbound/util/configlexer.lex" #line 3079 "" 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 >= 2905 ) 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] != 5674 ); 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 206 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("SP ")); /* ignore */ } YY_BREAK case 2: YY_RULE_SETUP #line 208 "/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 211 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_SERVER) } YY_BREAK case 4: YY_RULE_SETUP #line 212 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_QNAME_MINIMISATION) } YY_BREAK case 5: YY_RULE_SETUP #line 213 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) } YY_BREAK case 6: YY_RULE_SETUP #line 214 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NUM_THREADS) } YY_BREAK case 7: YY_RULE_SETUP #line 215 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VERBOSITY) } YY_BREAK case 8: YY_RULE_SETUP #line 216 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PORT) } YY_BREAK case 9: YY_RULE_SETUP #line 217 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_RANGE) } YY_BREAK case 10: YY_RULE_SETUP #line 218 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) } YY_BREAK case 11: YY_RULE_SETUP #line 219 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_PORT_AVOID) } YY_BREAK case 12: YY_RULE_SETUP #line 220 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_NUM_TCP) } YY_BREAK case 13: YY_RULE_SETUP #line 221 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INCOMING_NUM_TCP) } YY_BREAK case 14: YY_RULE_SETUP #line 222 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_IP4) } YY_BREAK case 15: YY_RULE_SETUP #line 223 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_IP6) } YY_BREAK case 16: YY_RULE_SETUP #line 224 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFER_IP6) } YY_BREAK case 17: YY_RULE_SETUP #line 225 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_UDP) } YY_BREAK case 18: YY_RULE_SETUP #line 226 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_TCP) } YY_BREAK case 19: YY_RULE_SETUP #line 227 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_UPSTREAM) } YY_BREAK case 20: YY_RULE_SETUP #line 228 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_MSS) } YY_BREAK case 21: YY_RULE_SETUP #line 229 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_TCP_MSS) } YY_BREAK case 22: YY_RULE_SETUP #line 230 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TCP_IDLE_TIMEOUT) } YY_BREAK case 23: YY_RULE_SETUP #line 231 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) } YY_BREAK case 24: YY_RULE_SETUP #line 232 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) } YY_BREAK case 25: YY_RULE_SETUP #line 233 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_UPSTREAM) } YY_BREAK case 26: YY_RULE_SETUP #line 234 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_UPSTREAM) } YY_BREAK case 27: YY_RULE_SETUP #line 235 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_KEY) } YY_BREAK case 28: YY_RULE_SETUP #line 236 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_KEY) } YY_BREAK case 29: YY_RULE_SETUP #line 237 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_PEM) } YY_BREAK case 30: YY_RULE_SETUP #line 238 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_PEM) } YY_BREAK case 31: YY_RULE_SETUP #line 239 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_PORT) } YY_BREAK case 32: YY_RULE_SETUP #line 240 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SSL_PORT) } YY_BREAK case 33: YY_RULE_SETUP #line 241 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CERT_BUNDLE) } YY_BREAK case 34: YY_RULE_SETUP #line 242 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CERT_BUNDLE) } YY_BREAK case 35: YY_RULE_SETUP #line 243 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_WIN_CERT) } YY_BREAK case 36: YY_RULE_SETUP #line 244 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 37: YY_RULE_SETUP #line 245 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 38: YY_RULE_SETUP #line 246 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 39: YY_RULE_SETUP #line 247 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_ADDITIONAL_PORT) } YY_BREAK case 40: YY_RULE_SETUP #line 248 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_SESSION_TICKET_KEYS) } YY_BREAK case 41: YY_RULE_SETUP #line 249 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CIPHERS) } YY_BREAK case 42: YY_RULE_SETUP #line 250 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TLS_CIPHERSUITES) } YY_BREAK case 43: YY_RULE_SETUP #line 251 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USE_SYSTEMD) } YY_BREAK case 44: YY_RULE_SETUP #line 252 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_DAEMONIZE) } YY_BREAK case 45: YY_RULE_SETUP #line 253 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE) } YY_BREAK case 46: YY_RULE_SETUP #line 254 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE) } YY_BREAK case 47: YY_RULE_SETUP #line 255 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_INTERFACE) } YY_BREAK case 48: YY_RULE_SETUP #line 256 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INTERFACE_AUTOMATIC) } YY_BREAK case 49: YY_RULE_SETUP #line 257 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SO_RCVBUF) } YY_BREAK case 50: YY_RULE_SETUP #line 258 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SO_SNDBUF) } YY_BREAK case 51: YY_RULE_SETUP #line 259 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SO_REUSEPORT) } YY_BREAK case 52: YY_RULE_SETUP #line 260 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_TRANSPARENT) } YY_BREAK case 53: YY_RULE_SETUP #line 261 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_FREEBIND) } YY_BREAK case 54: YY_RULE_SETUP #line 262 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CHROOT) } YY_BREAK case 55: YY_RULE_SETUP #line 263 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USERNAME) } YY_BREAK case 56: YY_RULE_SETUP #line 264 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DIRECTORY) } YY_BREAK case 57: YY_RULE_SETUP #line 265 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOGFILE) } YY_BREAK case 58: YY_RULE_SETUP #line 266 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PIDFILE) } YY_BREAK case 59: YY_RULE_SETUP #line 267 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ROOT_HINTS) } YY_BREAK case 60: YY_RULE_SETUP #line 268 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STREAM_WAIT_SIZE) } YY_BREAK case 61: YY_RULE_SETUP #line 269 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EDNS_BUFFER_SIZE) } YY_BREAK case 62: YY_RULE_SETUP #line 270 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MSG_BUFFER_SIZE) } YY_BREAK case 63: YY_RULE_SETUP #line 271 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MSG_CACHE_SIZE) } YY_BREAK case 64: YY_RULE_SETUP #line 272 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MSG_CACHE_SLABS) } YY_BREAK case 65: YY_RULE_SETUP #line 273 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RRSET_CACHE_SIZE) } YY_BREAK case 66: YY_RULE_SETUP #line 274 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RRSET_CACHE_SLABS) } YY_BREAK case 67: YY_RULE_SETUP #line 275 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MAX_TTL) } YY_BREAK case 68: YY_RULE_SETUP #line 276 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) } YY_BREAK case 69: YY_RULE_SETUP #line 277 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHE_MIN_TTL) } YY_BREAK case 70: YY_RULE_SETUP #line 278 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_HOST_TTL) } YY_BREAK case 71: YY_RULE_SETUP #line 279 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_LAME_TTL) } YY_BREAK case 72: YY_RULE_SETUP #line 280 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_SLABS) } YY_BREAK case 73: YY_RULE_SETUP #line 281 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) } YY_BREAK case 74: YY_RULE_SETUP #line 282 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) } YY_BREAK case 75: YY_RULE_SETUP #line 283 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) } YY_BREAK case 76: YY_RULE_SETUP #line 284 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) } YY_BREAK case 77: YY_RULE_SETUP #line 285 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_JOSTLE_TIMEOUT) } YY_BREAK case 78: YY_RULE_SETUP #line 286 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DELAY_CLOSE) } YY_BREAK case 79: YY_RULE_SETUP #line 287 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TARGET_FETCH_POLICY) } YY_BREAK case 80: YY_RULE_SETUP #line 288 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) } YY_BREAK case 81: YY_RULE_SETUP #line 289 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_LARGE_QUERIES) } YY_BREAK case 82: YY_RULE_SETUP #line 290 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_GLUE) } YY_BREAK case 83: YY_RULE_SETUP #line 291 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) } YY_BREAK case 84: YY_RULE_SETUP #line 292 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) } YY_BREAK case 85: YY_RULE_SETUP #line 293 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_REFERRAL_PATH) } YY_BREAK case 86: YY_RULE_SETUP #line 294 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) } YY_BREAK case 87: YY_RULE_SETUP #line 295 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USE_CAPS_FOR_ID) } YY_BREAK case 88: YY_RULE_SETUP #line 296 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CAPS_WHITELIST) } YY_BREAK case 89: YY_RULE_SETUP #line 297 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) } YY_BREAK case 90: YY_RULE_SETUP #line 298 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PRIVATE_ADDRESS) } YY_BREAK case 91: YY_RULE_SETUP #line 299 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PRIVATE_DOMAIN) } YY_BREAK case 92: YY_RULE_SETUP #line 300 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFETCH_KEY) } YY_BREAK case 93: YY_RULE_SETUP #line 301 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PREFETCH) } YY_BREAK case 94: YY_RULE_SETUP #line 302 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DENY_ANY) } YY_BREAK case 95: YY_RULE_SETUP #line 303 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_STUB_ZONE) } YY_BREAK case 96: YY_RULE_SETUP #line 304 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NAME) } YY_BREAK case 97: YY_RULE_SETUP #line 305 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_ADDR) } YY_BREAK case 98: YY_RULE_SETUP #line 306 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_HOST) } YY_BREAK case 99: YY_RULE_SETUP #line 307 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_PRIME) } YY_BREAK case 100: YY_RULE_SETUP #line 308 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_FIRST) } YY_BREAK case 101: YY_RULE_SETUP #line 309 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_NO_CACHE) } YY_BREAK case 102: YY_RULE_SETUP #line 310 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_SSL_UPSTREAM) } YY_BREAK case 103: YY_RULE_SETUP #line 311 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STUB_SSL_UPSTREAM) } YY_BREAK case 104: YY_RULE_SETUP #line 312 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_FORWARD_ZONE) } YY_BREAK case 105: YY_RULE_SETUP #line 313 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_ADDR) } YY_BREAK case 106: YY_RULE_SETUP #line 314 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_HOST) } YY_BREAK case 107: YY_RULE_SETUP #line 315 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_FIRST) } YY_BREAK case 108: YY_RULE_SETUP #line 316 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_NO_CACHE) } YY_BREAK case 109: YY_RULE_SETUP #line 317 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) } YY_BREAK case 110: YY_RULE_SETUP #line 318 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) } YY_BREAK case 111: YY_RULE_SETUP #line 319 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_AUTH_ZONE) } YY_BREAK case 112: YY_RULE_SETUP #line 320 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ZONEFILE) } YY_BREAK case 113: YY_RULE_SETUP #line 321 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MASTER) } YY_BREAK case 114: YY_RULE_SETUP #line 322 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_URL) } YY_BREAK case 115: YY_RULE_SETUP #line 323 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ALLOW_NOTIFY) } YY_BREAK case 116: YY_RULE_SETUP #line 324 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FOR_DOWNSTREAM) } YY_BREAK case 117: YY_RULE_SETUP #line 325 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FOR_UPSTREAM) } YY_BREAK case 118: YY_RULE_SETUP #line 326 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FALLBACK_ENABLED) } YY_BREAK case 119: YY_RULE_SETUP #line 327 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_VIEW) } YY_BREAK case 120: YY_RULE_SETUP #line 328 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VIEW_FIRST) } YY_BREAK case 121: YY_RULE_SETUP #line 329 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) } YY_BREAK case 122: YY_RULE_SETUP #line 330 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) } YY_BREAK case 123: YY_RULE_SETUP #line 331 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL) } YY_BREAK case 124: YY_RULE_SETUP #line 332 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SEND_CLIENT_SUBNET) } YY_BREAK case 125: YY_RULE_SETUP #line 333 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CLIENT_SUBNET_ZONE) } YY_BREAK case 126: YY_RULE_SETUP #line 334 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) } YY_BREAK case 127: YY_RULE_SETUP #line 335 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) } YY_BREAK case 128: YY_RULE_SETUP #line 336 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) } YY_BREAK case 129: YY_RULE_SETUP #line 337 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) } YY_BREAK case 130: YY_RULE_SETUP #line 338 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) } YY_BREAK case 131: YY_RULE_SETUP #line 339 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) } YY_BREAK case 132: YY_RULE_SETUP #line 340 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) } YY_BREAK case 133: YY_RULE_SETUP #line 341 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) } YY_BREAK case 134: YY_RULE_SETUP #line 342 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_IDENTITY) } YY_BREAK case 135: YY_RULE_SETUP #line 343 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_VERSION) } YY_BREAK case 136: YY_RULE_SETUP #line 344 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_HIDE_TRUSTANCHOR) } YY_BREAK case 137: YY_RULE_SETUP #line 345 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IDENTITY) } YY_BREAK case 138: YY_RULE_SETUP #line 346 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VERSION) } YY_BREAK case 139: YY_RULE_SETUP #line 347 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MODULE_CONF) } YY_BREAK case 140: YY_RULE_SETUP #line 348 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DLV_ANCHOR) } YY_BREAK case 141: YY_RULE_SETUP #line 349 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DLV_ANCHOR_FILE) } YY_BREAK case 142: YY_RULE_SETUP #line 350 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR_FILE) } YY_BREAK case 143: YY_RULE_SETUP #line 351 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) } YY_BREAK case 144: YY_RULE_SETUP #line 352 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUSTED_KEYS_FILE) } YY_BREAK case 145: YY_RULE_SETUP #line 353 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR) } YY_BREAK case 146: YY_RULE_SETUP #line 354 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) } YY_BREAK case 147: YY_RULE_SETUP #line 355 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ROOT_KEY_SENTINEL) } YY_BREAK case 148: YY_RULE_SETUP #line 356 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_OVERRIDE_DATE) } YY_BREAK case 149: YY_RULE_SETUP #line 357 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_SIG_SKEW_MIN) } YY_BREAK case 150: YY_RULE_SETUP #line 358 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_SIG_SKEW_MAX) } YY_BREAK case 151: YY_RULE_SETUP #line 359 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_BOGUS_TTL) } YY_BREAK case 152: YY_RULE_SETUP #line 360 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) } YY_BREAK case 153: YY_RULE_SETUP #line 361 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_PERMISSIVE_MODE) } YY_BREAK case 154: YY_RULE_SETUP #line 362 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_AGGRESSIVE_NSEC) } YY_BREAK case 155: YY_RULE_SETUP #line 363 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IGNORE_CD_FLAG) } YY_BREAK case 156: YY_RULE_SETUP #line 364 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED) } YY_BREAK case 157: YY_RULE_SETUP #line 365 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED_TTL) } YY_BREAK case 158: YY_RULE_SETUP #line 366 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVE_EXPIRED_TTL_RESET) } YY_BREAK case 159: YY_RULE_SETUP #line 367 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAKE_DSA) } YY_BREAK case 160: YY_RULE_SETUP #line 368 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAKE_SHA1) } YY_BREAK case 161: YY_RULE_SETUP #line 369 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_LOG_LEVEL) } YY_BREAK case 162: YY_RULE_SETUP #line 370 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_KEY_CACHE_SIZE) } YY_BREAK case 163: YY_RULE_SETUP #line 371 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_KEY_CACHE_SLABS) } YY_BREAK case 164: YY_RULE_SETUP #line 372 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_NEG_CACHE_SIZE) } YY_BREAK case 165: YY_RULE_SETUP #line 373 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) } YY_BREAK case 166: YY_RULE_SETUP #line 375 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_ADD_HOLDDOWN) } YY_BREAK case 167: YY_RULE_SETUP #line 376 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DEL_HOLDDOWN) } YY_BREAK case 168: YY_RULE_SETUP #line 377 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_KEEP_MISSING) } YY_BREAK case 169: YY_RULE_SETUP #line 378 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) } YY_BREAK case 170: YY_RULE_SETUP #line 379 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_USE_SYSLOG) } YY_BREAK case 171: YY_RULE_SETUP #line 380 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_IDENTITY) } YY_BREAK case 172: YY_RULE_SETUP #line 381 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_TIME_ASCII) } YY_BREAK case 173: YY_RULE_SETUP #line 382 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_QUERIES) } YY_BREAK case 174: YY_RULE_SETUP #line 383 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_REPLIES) } YY_BREAK case 175: YY_RULE_SETUP #line 384 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_TAG_QUERYREPLY) } YY_BREAK case 176: YY_RULE_SETUP #line 385 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_LOCAL_ACTIONS) } YY_BREAK case 177: YY_RULE_SETUP #line 386 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOG_SERVFAIL) } YY_BREAK case 178: YY_RULE_SETUP #line 387 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_LOCAL_ZONE) } YY_BREAK case 179: YY_RULE_SETUP #line 388 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOCAL_DATA) } YY_BREAK case 180: YY_RULE_SETUP #line 389 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOCAL_DATA_PTR) } YY_BREAK case 181: YY_RULE_SETUP #line 390 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UNBLOCK_LAN_ZONES) } YY_BREAK case 182: YY_RULE_SETUP #line 391 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_INSECURE_LAN_ZONES) } YY_BREAK case 183: YY_RULE_SETUP #line 392 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_INTERVAL) } YY_BREAK case 184: YY_RULE_SETUP #line 393 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_CUMULATIVE) } YY_BREAK case 185: YY_RULE_SETUP #line 394 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_EXTENDED_STATISTICS) } YY_BREAK case 186: YY_RULE_SETUP #line 395 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SHM_ENABLE) } YY_BREAK case 187: YY_RULE_SETUP #line 396 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SHM_KEY) } YY_BREAK case 188: YY_RULE_SETUP #line 397 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_REMOTE_CONTROL) } YY_BREAK case 189: YY_RULE_SETUP #line 398 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_ENABLE) } YY_BREAK case 190: YY_RULE_SETUP #line 399 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_INTERFACE) } YY_BREAK case 191: YY_RULE_SETUP #line 400 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_PORT) } YY_BREAK case 192: YY_RULE_SETUP #line 401 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_USE_CERT) } YY_BREAK case 193: YY_RULE_SETUP #line 402 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVER_KEY_FILE) } YY_BREAK case 194: YY_RULE_SETUP #line 403 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_SERVER_CERT_FILE) } YY_BREAK case 195: YY_RULE_SETUP #line 404 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_KEY_FILE) } YY_BREAK case 196: YY_RULE_SETUP #line 405 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CONTROL_CERT_FILE) } YY_BREAK case 197: YY_RULE_SETUP #line 406 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_PYTHON_SCRIPT) } YY_BREAK case 198: YY_RULE_SETUP #line 407 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_PYTHON) } YY_BREAK case 199: YY_RULE_SETUP #line 408 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DOMAIN_INSECURE) } YY_BREAK case 200: YY_RULE_SETUP #line 409 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MINIMAL_RESPONSES) } YY_BREAK case 201: YY_RULE_SETUP #line 410 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RRSET_ROUNDROBIN) } YY_BREAK case 202: YY_RULE_SETUP #line 411 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UNKNOWN_SERVER_TIME_LIMIT) } YY_BREAK case 203: YY_RULE_SETUP #line 412 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_MAX_UDP_SIZE) } YY_BREAK case 204: YY_RULE_SETUP #line 413 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNS64_PREFIX) } YY_BREAK case 205: YY_RULE_SETUP #line 414 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNS64_SYNTHALL) } YY_BREAK case 206: YY_RULE_SETUP #line 415 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNS64_IGNORE_AAAA) } YY_BREAK case 207: YY_RULE_SETUP #line 416 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DEFINE_TAG) } YY_BREAK case 208: YY_RULE_SETUP #line 417 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_LOCAL_ZONE_TAG) } YY_BREAK case 209: YY_RULE_SETUP #line 418 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL_TAG) } YY_BREAK case 210: YY_RULE_SETUP #line 419 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) } YY_BREAK case 211: YY_RULE_SETUP #line 420 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) } YY_BREAK case 212: YY_RULE_SETUP #line 421 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL_VIEW) } YY_BREAK case 213: YY_RULE_SETUP #line 422 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) } YY_BREAK case 214: YY_RULE_SETUP #line 423 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_DNSTAP) } YY_BREAK case 215: YY_RULE_SETUP #line 424 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_ENABLE) } YY_BREAK case 216: YY_RULE_SETUP #line 425 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SOCKET_PATH) } YY_BREAK case 217: YY_RULE_SETUP #line 426 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) } YY_BREAK case 218: YY_RULE_SETUP #line 427 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SEND_VERSION) } YY_BREAK case 219: YY_RULE_SETUP #line 428 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_IDENTITY) } YY_BREAK case 220: YY_RULE_SETUP #line 429 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_VERSION) } YY_BREAK case 221: YY_RULE_SETUP #line 430 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) } YY_BREAK case 222: YY_RULE_SETUP #line 432 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) } YY_BREAK case 223: YY_RULE_SETUP #line 434 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) } YY_BREAK case 224: YY_RULE_SETUP #line 436 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) } YY_BREAK case 225: YY_RULE_SETUP #line 438 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) } YY_BREAK case 226: YY_RULE_SETUP #line 440 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) } YY_BREAK case 227: YY_RULE_SETUP #line 442 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) } YY_BREAK case 228: YY_RULE_SETUP #line 443 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT) } YY_BREAK case 229: YY_RULE_SETUP #line 444 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT) } YY_BREAK case 230: YY_RULE_SETUP #line 445 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_SLABS) } YY_BREAK case 231: YY_RULE_SETUP #line 446 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_SLABS) } YY_BREAK case 232: YY_RULE_SETUP #line 447 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_SIZE) } YY_BREAK case 233: YY_RULE_SETUP #line 448 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_SIZE) } YY_BREAK case 234: YY_RULE_SETUP #line 449 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) } YY_BREAK case 235: YY_RULE_SETUP #line 450 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) } YY_BREAK case 236: YY_RULE_SETUP #line 451 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IP_RATELIMIT_FACTOR) } YY_BREAK case 237: YY_RULE_SETUP #line 452 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_FACTOR) } YY_BREAK case 238: YY_RULE_SETUP #line 453 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_LOW_RTT) } YY_BREAK case 239: YY_RULE_SETUP #line 454 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_NUM) } YY_BREAK case 240: YY_RULE_SETUP #line 455 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_PERMIL) } YY_BREAK case 241: YY_RULE_SETUP #line 456 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_PERMIL) } YY_BREAK case 242: YY_RULE_SETUP #line 457 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_FAST_SERVER_PERMIL) } YY_BREAK case 243: YY_RULE_SETUP #line 458 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RESPONSE_IP_TAG) } YY_BREAK case 244: YY_RULE_SETUP #line 459 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RESPONSE_IP) } YY_BREAK case 245: YY_RULE_SETUP #line 460 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_RESPONSE_IP_DATA) } YY_BREAK case 246: YY_RULE_SETUP #line 461 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_DNSCRYPT) } YY_BREAK case 247: YY_RULE_SETUP #line 462 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_ENABLE) } YY_BREAK case 248: YY_RULE_SETUP #line 463 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PORT) } YY_BREAK case 249: YY_RULE_SETUP #line 464 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PROVIDER) } YY_BREAK case 250: YY_RULE_SETUP #line 465 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) } YY_BREAK case 251: YY_RULE_SETUP #line 466 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) } YY_BREAK case 252: YY_RULE_SETUP #line 467 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) } YY_BREAK case 253: YY_RULE_SETUP #line 468 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) } YY_BREAK case 254: YY_RULE_SETUP #line 470 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) } YY_BREAK case 255: YY_RULE_SETUP #line 472 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) } YY_BREAK case 256: YY_RULE_SETUP #line 473 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) } YY_BREAK case 257: YY_RULE_SETUP #line 474 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_ENABLED) } YY_BREAK case 258: YY_RULE_SETUP #line 475 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) } YY_BREAK case 259: YY_RULE_SETUP #line 476 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_HOOK) } YY_BREAK case 260: YY_RULE_SETUP #line 477 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_MAX_TTL) } YY_BREAK case 261: YY_RULE_SETUP #line 478 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_WHITELIST) } YY_BREAK case 262: YY_RULE_SETUP #line 479 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_IPSECMOD_STRICT) } YY_BREAK case 263: YY_RULE_SETUP #line 480 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(0, VAR_CACHEDB) } YY_BREAK case 264: YY_RULE_SETUP #line 481 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_BACKEND) } YY_BREAK case 265: YY_RULE_SETUP #line 482 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_SECRETSEED) } YY_BREAK case 266: YY_RULE_SETUP #line 483 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISHOST) } YY_BREAK case 267: YY_RULE_SETUP #line 484 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISPORT) } YY_BREAK case 268: YY_RULE_SETUP #line 485 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) } YY_BREAK case 269: YY_RULE_SETUP #line 486 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) } YY_BREAK case 270: YY_RULE_SETUP #line 487 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { YDVAR(2, VAR_TCP_CONNECTION_LIMIT) } YY_BREAK case 271: /* rule 271 can match eol */ YY_RULE_SETUP #line 488 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++; } YY_BREAK /* Quoted strings. Strip leading and ending quotes */ case 272: YY_RULE_SETUP #line 491 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { BEGIN(quotedstring); LEXOUT(("QS ")); } YY_BREAK case YY_STATE_EOF(quotedstring): #line 492 "/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 273: YY_RULE_SETUP #line 497 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 274: /* rule 274 can match eol */ YY_RULE_SETUP #line 498 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline inside quoted string, no end \""); cfg_parser->line++; BEGIN(INITIAL); } YY_BREAK case 275: YY_RULE_SETUP #line 500 "/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 276: YY_RULE_SETUP #line 512 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { BEGIN(singlequotedstr); LEXOUT(("SQS ")); } YY_BREAK case YY_STATE_EOF(singlequotedstr): #line 513 "/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 277: YY_RULE_SETUP #line 518 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 278: /* rule 278 can match eol */ YY_RULE_SETUP #line 519 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline inside quoted string, no end '"); cfg_parser->line++; BEGIN(INITIAL); } YY_BREAK case 279: YY_RULE_SETUP #line 521 "/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 280: YY_RULE_SETUP #line 533 "/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 535 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside include directive"); BEGIN(inc_prev); } YY_BREAK case 281: YY_RULE_SETUP #line 539 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ISP ")); /* ignore */ } YY_BREAK case 282: /* rule 282 can match eol */ YY_RULE_SETUP #line 540 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++;} YY_BREAK case 283: YY_RULE_SETUP #line 541 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("IQS ")); BEGIN(include_quoted); } YY_BREAK case 284: YY_RULE_SETUP #line 542 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("Iunquotedstr(%s) ", yytext)); config_start_include_glob(yytext); BEGIN(inc_prev); } YY_BREAK case YY_STATE_EOF(include_quoted): #line 547 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("EOF inside quoted string"); BEGIN(inc_prev); } YY_BREAK case 285: YY_RULE_SETUP #line 551 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("ISTR(%s) ", yytext)); yymore(); } YY_BREAK case 286: /* rule 286 can match eol */ YY_RULE_SETUP #line 552 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { yyerror("newline before \" in include name"); cfg_parser->line++; BEGIN(inc_prev); } YY_BREAK case 287: YY_RULE_SETUP #line 554 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { LEXOUT(("IQE ")); yytext[yyleng - 1] = '\0'; config_start_include_glob(yytext); BEGIN(inc_prev); } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(val): #line 560 "/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 { fclose(yyin); config_end_include(); } } YY_BREAK case 288: YY_RULE_SETUP #line 571 "/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 289: YY_RULE_SETUP #line 575 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { ub_c_error_msg("unknown keyword '%s'", yytext); } YY_BREAK case 290: YY_RULE_SETUP #line 579 "/usr/src/usr.sbin/unbound/util/configlexer.lex" { ub_c_error_msg("stray '%s'", yytext); } YY_BREAK case 291: YY_RULE_SETUP #line 583 "/usr/src/usr.sbin/unbound/util/configlexer.lex" ECHO; YY_BREAK #line 4698 "" 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 >= 2905 ) 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 >= 2905 ) 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 == 2904); 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 583 "/usr/src/usr.sbin/unbound/util/configlexer.lex"