#line 2 "scanner.c" #line 4 "scanner.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ /* %not-for-header */ /* %if-c-only */ /* %if-not-reentrant */ /* %endif */ /* %endif */ /* %ok-for-header */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 6 #define YY_FLEX_SUBMINOR_VERSION 4 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* %if-c++-only */ /* %endif */ /* %if-c-only */ #ifdef yy_create_buffer #define nft__create_buffer_ALREADY_DEFINED #else #define yy_create_buffer nft__create_buffer #endif #ifdef yy_delete_buffer #define nft__delete_buffer_ALREADY_DEFINED #else #define yy_delete_buffer nft__delete_buffer #endif #ifdef yy_scan_buffer #define nft__scan_buffer_ALREADY_DEFINED #else #define yy_scan_buffer nft__scan_buffer #endif #ifdef yy_scan_string #define nft__scan_string_ALREADY_DEFINED #else #define yy_scan_string nft__scan_string #endif #ifdef yy_scan_bytes #define nft__scan_bytes_ALREADY_DEFINED #else #define yy_scan_bytes nft__scan_bytes #endif #ifdef yy_init_buffer #define nft__init_buffer_ALREADY_DEFINED #else #define yy_init_buffer nft__init_buffer #endif #ifdef yy_flush_buffer #define nft__flush_buffer_ALREADY_DEFINED #else #define yy_flush_buffer nft__flush_buffer #endif #ifdef yy_load_buffer_state #define nft__load_buffer_state_ALREADY_DEFINED #else #define yy_load_buffer_state nft__load_buffer_state #endif #ifdef yy_switch_to_buffer #define nft__switch_to_buffer_ALREADY_DEFINED #else #define yy_switch_to_buffer nft__switch_to_buffer #endif #ifdef yypush_buffer_state #define nft_push_buffer_state_ALREADY_DEFINED #else #define yypush_buffer_state nft_push_buffer_state #endif #ifdef yypop_buffer_state #define nft_pop_buffer_state_ALREADY_DEFINED #else #define yypop_buffer_state nft_pop_buffer_state #endif #ifdef yyensure_buffer_stack #define nft_ensure_buffer_stack_ALREADY_DEFINED #else #define yyensure_buffer_stack nft_ensure_buffer_stack #endif #ifdef yylex #define nft_lex_ALREADY_DEFINED #else #define yylex nft_lex #endif #ifdef yyrestart #define nft_restart_ALREADY_DEFINED #else #define yyrestart nft_restart #endif #ifdef yylex_init #define nft_lex_init_ALREADY_DEFINED #else #define yylex_init nft_lex_init #endif #ifdef yylex_init_extra #define nft_lex_init_extra_ALREADY_DEFINED #else #define yylex_init_extra nft_lex_init_extra #endif #ifdef yylex_destroy #define nft_lex_destroy_ALREADY_DEFINED #else #define yylex_destroy nft_lex_destroy #endif #ifdef yyget_debug #define nft_get_debug_ALREADY_DEFINED #else #define yyget_debug nft_get_debug #endif #ifdef yyset_debug #define nft_set_debug_ALREADY_DEFINED #else #define yyset_debug nft_set_debug #endif #ifdef yyget_extra #define nft_get_extra_ALREADY_DEFINED #else #define yyget_extra nft_get_extra #endif #ifdef yyset_extra #define nft_set_extra_ALREADY_DEFINED #else #define yyset_extra nft_set_extra #endif #ifdef yyget_in #define nft_get_in_ALREADY_DEFINED #else #define yyget_in nft_get_in #endif #ifdef yyset_in #define nft_set_in_ALREADY_DEFINED #else #define yyset_in nft_set_in #endif #ifdef yyget_out #define nft_get_out_ALREADY_DEFINED #else #define yyget_out nft_get_out #endif #ifdef yyset_out #define nft_set_out_ALREADY_DEFINED #else #define yyset_out nft_set_out #endif #ifdef yyget_leng #define nft_get_leng_ALREADY_DEFINED #else #define yyget_leng nft_get_leng #endif #ifdef yyget_text #define nft_get_text_ALREADY_DEFINED #else #define yyget_text nft_get_text #endif #ifdef yyget_lineno #define nft_get_lineno_ALREADY_DEFINED #else #define yyget_lineno nft_get_lineno #endif #ifdef yyset_lineno #define nft_set_lineno_ALREADY_DEFINED #else #define yyset_lineno nft_set_lineno #endif #ifdef yyget_column #define nft_get_column_ALREADY_DEFINED #else #define yyget_column nft_get_column #endif #ifdef yyset_column #define nft_set_column_ALREADY_DEFINED #else #define yyset_column nft_set_column #endif #ifdef yywrap #define nft_wrap_ALREADY_DEFINED #else #define yywrap nft_wrap #endif /* %endif */ #ifdef yyget_lval #define nft_get_lval_ALREADY_DEFINED #else #define yyget_lval nft_get_lval #endif #ifdef yyset_lval #define nft_set_lval_ALREADY_DEFINED #else #define yyset_lval nft_set_lval #endif #ifdef yyget_lloc #define nft_get_lloc_ALREADY_DEFINED #else #define yyget_lloc nft_get_lloc #endif #ifdef yyset_lloc #define nft_set_lloc_ALREADY_DEFINED #else #define yyset_lloc nft_set_lloc #endif #ifdef yyalloc #define nft_alloc_ALREADY_DEFINED #else #define yyalloc nft_alloc #endif #ifdef yyrealloc #define nft_realloc_ALREADY_DEFINED #else #define yyrealloc nft_realloc #endif #ifdef yyfree #define nft_free_ALREADY_DEFINED #else #define yyfree nft_free #endif /* %if-c-only */ /* %endif */ /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ /* %if-c-only */ #include #include #include #include /* %endif */ /* %if-tables-serialization */ /* %endif */ /* end standard C headers. */ /* %if-c-or-c++ */ /* 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 #ifndef SIZE_MAX #define SIZE_MAX (~(size_t)0) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ /* %endif */ /* begin standard C++ headers. */ /* %if-c++-only */ /* %endif */ /* TODO: this is always defined, so inline it */ #define yyconst const #if defined(__GNUC__) && __GNUC__ >= 3 #define yynoreturn __attribute__((__noreturn__)) #else #define yynoreturn #endif /* %not-for-header */ /* Returned upon end-of-file. */ #define YY_NULL 0 /* %ok-for-header */ /* %not-for-header */ /* Promotes a possibly negative, possibly signed char to an * integer in range [0..255] for use as an array index. */ #define YY_SC_TO_UI(c) ((YY_CHAR) (c)) /* %ok-for-header */ /* %if-reentrant */ /* An opaque pointer. */ #ifndef YY_TYPEDEF_YY_SCANNER_T #define YY_TYPEDEF_YY_SCANNER_T typedef void* yyscan_t; #endif /* For convenience, these vars (plus the bison vars far below) are macros in the reentrant scanner. */ #define yyin yyg->yyin_r #define yyout yyg->yyout_r #define yyextra yyg->yyextra_r #define yyleng yyg->yyleng_r #define yytext yyg->yytext_r #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) #define yy_flex_debug yyg->yy_flex_debug_r /* %endif */ /* %if-not-reentrant */ /* %endif */ /* 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 yyg->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 ((yyg->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 , yyscanner ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. * Ditto for the __ia64__ case accordingly. */ #define YY_BUF_SIZE 32768 #else #define YY_BUF_SIZE 16384 #endif /* __ia64__ */ #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif /* %if-not-reentrant */ /* %endif */ /* %if-c-only */ /* %if-not-reentrant */ /* %endif */ /* %endif */ #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires * access to the local variable yy_act. Since yyless() is a macro, it would break * existing scanners that call yyless() from OUTSIDE yylex. * One obvious solution it to make yy_act a global. I tried that, and saw * a 5% performance hit in a non-yylineno scanner, because yy_act is * normally declared as a register variable-- so it is not worth it. */ #define YY_LESS_LINENO(n) \ do { \ int yyl;\ for ( yyl = n; yyl < yyleng; ++yyl )\ if ( yytext[yyl] == '\n' )\ --yylineno;\ }while(0) #define YY_LINENO_REWIND_TO(dst) \ do {\ const char *p;\ for ( p = yy_cp-1; p >= (dst); --p)\ if ( *p == '\n' )\ --yylineno;\ }while(0) /* 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 = yyg->yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yyg->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, yyg->yytext_ptr , yyscanner ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { /* %if-c-only */ FILE *yy_input_file; /* %endif */ /* %if-c++-only */ /* %endif */ char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ int yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* %if-c-only Standard (non-C++) definition */ /* %not-for-header */ /* %if-not-reentrant */ /* %endif */ /* %ok-for-header */ /* %endif */ /* 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 ( yyg->yy_buffer_stack \ ? yyg->yy_buffer_stack[yyg->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 yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] /* %if-c-only Standard (non-C++) definition */ /* %if-not-reentrant */ /* %not-for-header */ /* %ok-for-header */ /* %endif */ void yyrestart ( FILE *input_file , yyscan_t yyscanner ); void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner ); void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner ); void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner ); void yypop_buffer_state ( yyscan_t yyscanner ); static void yyensure_buffer_stack ( yyscan_t yyscanner ); static void yy_load_buffer_state ( yyscan_t yyscanner ); static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER , yyscanner) YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner ); YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner ); YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); /* %endif */ void *yyalloc ( yy_size_t , yyscan_t yyscanner ); void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner ); void yyfree ( void * , yyscan_t yyscanner ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */ /* Begin user sect3 */ #define nft_wrap(yyscanner) (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP #define FLEX_DEBUG typedef flex_uint8_t YY_CHAR; typedef int yy_state_type; #define yytext_ptr yytext_r /* %% [1.5] DFA */ /* %if-c-only Standard (non-C++) definition */ static yy_state_type yy_get_previous_state ( yyscan_t yyscanner ); static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner); static int yy_get_next_buffer ( yyscan_t yyscanner ); static void yynoreturn yy_fatal_error ( const char* msg , yyscan_t yyscanner ); /* %endif */ /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yyg->yytext_ptr = yy_bp; \ /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\ yyleng = (int) (yy_cp - yy_bp); \ yyg->yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ /* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\ yyg->yy_c_buf_p = yy_cp; /* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */ #define YY_NUM_RULES 387 #define YY_END_OF_BUFFER 388 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static const flex_int16_t yy_accept[2086] = { 0, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 375, 388, 386, 383, 382, 384, 33, 386, 386, 39, 29, 21, 22, 37, 42, 13, 36, 14, 35, 376, 376, 376, 15, 16, 7, 40, 11, 38, 380, 380, 19, 386, 20, 27, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 17, 31, 18, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 383, 384, 3, 0, 378, 0, 385, 379, 380, 0, 0, 376, 0, 0, 0, 375, 375, 375, 375, 376, 373, 23, 5, 1, 9, 25, 380, 0, 0, 381, 380, 380, 234, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 327, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 2, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 10, 380, 380, 12, 380, 380, 380, 380, 380, 380, 167, 380, 380, 380, 380, 179, 380, 380, 380, 380, 6, 380, 157, 380, 380, 8, 380, 380, 302, 380, 380, 380, 380, 380, 380, 4, 380, 158, 380, 380, 380, 380, 380, 380, 32, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 289, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 159, 380, 77, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 363, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 32, 380, 380, 380, 380, 380, 380, 380, 380, 192, 190, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 6, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 370, 380, 380, 380, 380, 380, 380, 380, 380, 4, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 4, 380, 380, 380, 380, 380, 380, 380, 380, 380, 6, 380, 380, 6, 380, 380, 379, 0, 376, 0, 375, 0, 373, 376, 0, 0, 0, 375, 0, 376, 373, 373, 373, 380, 0, 0, 0, 380, 380, 80, 360, 30, 173, 380, 380, 380, 380, 380, 380, 380, 380, 380, 240, 320, 380, 146, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 301, 352, 380, 183, 380, 237, 380, 380, 380, 380, 354, 380, 380, 380, 380, 380, 353, 380, 380, 86, 380, 380, 380, 297, 380, 380, 380, 380, 380, 380, 305, 380, 380, 380, 380, 380, 380, 226, 380, 380, 380, 380, 380, 380, 380, 380, 125, 380, 60, 380, 380, 380, 380, 380, 380, 380, 380, 225, 215, 223, 380, 380, 380, 380, 34, 380, 380, 380, 308, 380, 355, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 290, 291, 380, 380, 380, 380, 380, 380, 58, 296, 380, 380, 380, 380, 380, 236, 380, 292, 380, 380, 380, 295, 246, 380, 380, 380, 186, 380, 241, 380, 380, 380, 380, 380, 380, 380, 380, 380, 361, 28, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 193, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 196, 380, 380, 380, 380, 380, 201, 380, 380, 380, 380, 380, 380, 168, 169, 170, 380, 380, 380, 60, 380, 380, 380, 350, 380, 380, 371, 380, 380, 346, 380, 380, 132, 380, 380, 380, 380, 380, 380, 380, 380, 268, 380, 183, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 276, 380, 273, 380, 380, 380, 380, 380, 380, 380, 379, 0, 0, 376, 0, 0, 375, 0, 377, 0, 377, 373, 0, 376, 0, 373, 0, 373, 373, 380, 0, 0, 0, 0, 0, 0, 374, 380, 380, 293, 380, 380, 380, 380, 380, 220, 380, 238, 380, 380, 380, 380, 252, 380, 380, 380, 380, 151, 248, 380, 72, 182, 380, 380, 380, 380, 380, 380, 380, 380, 109, 380, 298, 380, 380, 380, 75, 380, 380, 380, 48, 145, 380, 380, 219, 224, 380, 380, 380, 380, 380, 380, 78, 380, 380, 380, 380, 362, 74, 380, 380, 380, 87, 380, 304, 380, 380, 380, 380, 303, 380, 380, 380, 380, 120, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 245, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 55, 380, 253, 380, 380, 57, 106, 380, 380, 150, 380, 380, 380, 380, 380, 380, 380, 380, 164, 380, 380, 380, 380, 380, 166, 41, 380, 148, 380, 380, 176, 380, 380, 177, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 141, 380, 380, 380, 380, 332, 189, 191, 380, 109, 380, 380, 380, 136, 380, 140, 380, 143, 380, 255, 380, 195, 380, 210, 380, 380, 202, 380, 203, 380, 208, 380, 380, 109, 48, 380, 115, 380, 380, 380, 380, 349, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 256, 267, 380, 380, 380, 257, 380, 380, 380, 277, 274, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 379, 0, 0, 376, 375, 0, 0, 0, 0, 373, 373, 0, 0, 172, 0, 373, 373, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 380, 380, 380, 380, 53, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 244, 380, 380, 161, 380, 380, 380, 380, 239, 380, 89, 380, 380, 380, 380, 127, 380, 380, 380, 380, 380, 149, 380, 380, 380, 380, 380, 95, 380, 380, 367, 347, 380, 380, 135, 380, 380, 380, 380, 380, 111, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 131, 142, 380, 380, 380, 380, 380, 380, 380, 88, 380, 380, 380, 56, 380, 380, 380, 312, 311, 380, 243, 380, 380, 51, 380, 380, 380, 64, 380, 380, 380, 380, 380, 380, 380, 380, 163, 174, 380, 175, 162, 380, 122, 344, 380, 336, 380, 380, 380, 380, 341, 380, 380, 380, 334, 342, 380, 194, 380, 380, 137, 380, 380, 144, 254, 209, 380, 380, 198, 211, 204, 205, 206, 207, 380, 213, 212, 380, 118, 135, 111, 380, 380, 380, 368, 369, 380, 380, 380, 380, 380, 380, 261, 380, 380, 380, 264, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 287, 380, 380, 380, 69, 380, 380, 130, 131, 380, 0, 0, 0, 377, 0, 0, 0, 373, 373, 373, 171, 0, 0, 373, 373, 0, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 247, 380, 160, 323, 54, 380, 380, 380, 380, 380, 83, 44, 85, 380, 49, 380, 380, 364, 380, 92, 366, 380, 380, 380, 380, 380, 62, 380, 380, 380, 231, 380, 380, 380, 91, 380, 84, 380, 380, 184, 24, 380, 380, 214, 108, 380, 380, 380, 79, 380, 380, 380, 345, 380, 380, 380, 380, 380, 380, 251, 380, 380, 380, 380, 105, 380, 126, 380, 380, 124, 154, 380, 380, 147, 90, 380, 380, 76, 26, 380, 380, 380, 380, 380, 65, 380, 380, 52, 380, 380, 70, 165, 380, 380, 82, 250, 380, 249, 357, 380, 328, 380, 380, 380, 339, 380, 380, 380, 380, 343, 380, 380, 139, 138, 380, 199, 380, 380, 114, 112, 380, 380, 351, 133, 134, 380, 380, 380, 279, 272, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 275, 323, 380, 380, 380, 380, 373, 0, 0, 0, 0, 373, 373, 0, 373, 373, 0, 0, 0, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 380, 96, 380, 380, 119, 380, 50, 99, 59, 104, 380, 380, 380, 222, 380, 380, 380, 316, 380, 306, 307, 43, 380, 380, 380, 380, 365, 93, 380, 230, 313, 358, 380, 318, 110, 380, 309, 310, 359, 380, 380, 380, 319, 380, 380, 380, 380, 380, 81, 380, 380, 63, 380, 372, 380, 348, 380, 101, 380, 242, 380, 180, 380, 380, 380, 380, 340, 329, 380, 121, 380, 380, 380, 380, 380, 200, 380, 372, 380, 324, 325, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 128, 373, 0, 0, 0, 0, 0, 373, 373, 373, 373, 373, 0, 0, 373, 373, 0, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 188, 97, 73, 123, 47, 103, 380, 185, 380, 380, 380, 315, 321, 98, 380, 380, 380, 380, 317, 322, 380, 380, 380, 94, 227, 187, 45, 153, 235, 380, 380, 221, 356, 380, 46, 380, 380, 380, 380, 333, 380, 380, 380, 229, 197, 380, 116, 356, 326, 380, 380, 380, 380, 380, 380, 258, 278, 380, 380, 380, 380, 380, 380, 380, 262, 68, 380, 67, 380, 373, 0, 0, 0, 373, 373, 0, 373, 373, 0, 373, 373, 0, 373, 0, 373, 373, 0, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 61, 380, 380, 181, 380, 380, 233, 380, 380, 380, 380, 299, 314, 217, 218, 178, 335, 380, 380, 331, 330, 228, 61, 117, 380, 380, 380, 380, 380, 259, 380, 380, 380, 380, 380, 380, 380, 380, 380, 380, 0, 0, 0, 0, 0, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 0, 0, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 380, 380, 294, 152, 380, 380, 380, 156, 380, 380, 338, 113, 270, 266, 380, 380, 380, 380, 380, 286, 380, 380, 380, 380, 380, 380, 380, 380, 380, 0, 0, 373, 373, 373, 0, 373, 373, 0, 373, 373, 0, 373, 373, 0, 373, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 102, 380, 380, 107, 380, 337, 265, 283, 271, 380, 282, 288, 380, 380, 380, 380, 380, 380, 66, 380, 0, 0, 0, 373, 0, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, 380, 380, 380, 380, 285, 380, 380, 380, 263, 380, 380, 0, 0, 0, 373, 373, 0, 373, 373, 0, 373, 373, 0, 373, 373, 0, 373, 373, 0, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 232, 380, 260, 380, 380, 380, 380, 380, 0, 0, 0, 0, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 0, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 216, 380, 380, 380, 380, 380, 0, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 380, 380, 380, 129, 0, 373, 373, 373, 373, 373, 373, 373, 373, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 380, 380, 380, 373, 373, 373, 373, 373, 373, 373, 373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 380, 380, 380, 269, 373, 0, 0, 0, 0, 0, 0, 0, 0, 284, 380, 380, 0, 281, 380, 280, 0 } ; static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 8, 1, 9, 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 22, 25, 22, 26, 27, 28, 29, 30, 1, 31, 32, 32, 32, 32, 32, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 34, 34, 36, 37, 38, 39, 40, 1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static const YY_CHAR yy_meta[70] = { 0, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 3, 1, 2, 4, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 1, 1, 1, 1, 1, 9, 9, 10, 10, 1, 3, 11, 1, 10, 9, 9, 9, 12, 9, 9, 10, 13, 10, 10, 10, 10, 13, 10, 10, 10, 10, 10, 13, 10, 10, 10, 10, 10, 10, 10, 1, 1, 2 } ; static const flex_int16_t yy_base[2396] = { 0, 0, 0, 26, 28, 47, 73, 37, 38, 27, 52, 68, 89, 90, 96, 101, 110, 116, 119, 35, 57, 0, 0, 133, 151, 66, 139, 154, 166, 64, 91, 162, 167, 179, 186, 135, 178, 194, 197, 199, 203, 222, 242, 209, 232, 197, 247, 2951, 8454, 2945, 8454, 2933, 2899, 2900, 2894, 8454, 8454, 8454, 8454, 8454, 8454, 8454, 8454, 61, 8454, 291, 40, 135, 2866, 8454, 231, 2849, 250, 8454, 344, 125, 2849, 169, 8454, 8454, 299, 2763, 324, 350, 360, 364, 389, 398, 417, 293, 431, 440, 465, 466, 482, 285, 493, 543, 597, 411, 504, 425, 492, 8454, 8454, 8454, 2770, 523, 554, 570, 2766, 575, 143, 503, 126, 599, 532, 252, 623, 267, 629, 280, 337, 342, 2743, 164, 655, 188, 656, 668, 636, 380, 2735, 2717, 682, 2729, 687, 691, 704, 718, 719, 729, 724, 2723, 233, 757, 778, 259, 269, 753, 2716, 519, 768, 804, 2704, 355, 293, 2693, 417, 2671, 2660, 435, 795, 358, 2653, 363, 808, 831, 833, 853, 2643, 863, 871, 2605, 885, 812, 911, 2588, 2577, 913, 476, 919, 2572, 915, 2577, 2530, 627, 2534, 336, 2523, 2564, 2520, 8454, 2517, 8454, 2511, 8454, 8454, 419, 2473, 962, 972, 2451, 2450, 0, 1014, 1043, 1051, 1059, 2447, 1093, 8454, 8454, 8454, 8454, 8454, 1122, 2432, 2419, 8454, 407, 2399, 445, 798, 502, 558, 556, 594, 675, 875, 1116, 928, 638, 505, 2374, 2362, 659, 784, 746, 964, 987, 1090, 846, 990, 2345, 785, 506, 901, 898, 1136, 612, 1120, 1011, 991, 1085, 1112, 1014, 1119, 1139, 1146, 816, 1150, 1082, 872, 1147, 1166, 1168, 935, 1170, 1174, 1176, 1182, 1185, 1177, 1178, 1194, 1179, 1198, 1200, 1083, 1217, 1218, 1084, 1224, 1231, 1086, 1228, 1236, 1233, 1237, 1234, 1239, 1238, 1244, 1248, 1260, 1266, 1274, 1277, 1287, 1288, 1289, 1293, 1294, 1297, 1298, 1301, 1317, 1306, 1303, 1330, 1333, 1351, 1304, 1356, 1338, 1364, 1365, 1366, 1367, 1373, 1380, 1375, 1383, 1402, 1309, 1300, 1385, 1310, 1388, 1393, 1403, 1406, 1414, 1416, 1420, 1421, 1429, 1430, 1435, 1436, 1438, 1440, 1442, 537, 1449, 1447, 1462, 1466, 1451, 1471, 1473, 1468, 1481, 1486, 1492, 1489, 1494, 1515, 1518, 1520, 1521, 1524, 1531, 1535, 1547, 1527, 1550, 1538, 1536, 1528, 1541, 1580, 1581, 1588, 1589, 1591, 1592, 1594, 1590, 1597, 1593, 1621, 1627, 1636, 53, 1603, 2314, 1641, 1644, 1647, 1648, 1649, 1651, 1663, 1662, 1664, 2308, 1041, 1665, 1679, 1680, 1686, 1694, 1701, 1699, 1710, 1718, 1681, 1732, 1736, 1700, 1734, 1762, 1770, 1712, 2299, 1771, 1785, 1773, 1788, 1786, 2282, 1775, 1797, 1790, 1791, 190, 2280, 1809, 1820, 1824, 1826, 1827, 1835, 1843, 1842, 1844, 1864, 1847, 1856, 1865, 1876, 1877, 1880, 1885, 1891, 1882, 1892, 1913, 0, 1937, 1947, 2307, 1989, 1972, 0, 0, 1210, 2024, 2032, 8454, 2040, 2311, 2078, 2276, 711, 2107, 2261, 2257, 2136, 2236, 1940, 2218, 1720, 1894, 1903, 1927, 1904, 1982, 1989, 2069, 1991, 2130, 2055, 2133, 1990, 1992, 2068, 2058, 2197, 2181, 2101, 2104, 2151, 2106, 2125, 2152, 2153, 2160, 2070, 2161, 2164, 2180, 2181, 2182, 2183, 2184, 2187, 2190, 2192, 2194, 2195, 2196, 2200, 2202, 2203, 2211, 2213, 2214, 2223, 2232, 2233, 2234, 2237, 2245, 2247, 2249, 2251, 2253, 2254, 2255, 2260, 2282, 2263, 2283, 2287, 2267, 2294, 2299, 2301, 2303, 2304, 2305, 2313, 2306, 2309, 2314, 2310, 2317, 2323, 2333, 2332, 2337, 2344, 2349, 2359, 2353, 2360, 2363, 2364, 2371, 2365, 2373, 2376, 2377, 2379, 2383, 2382, 2381, 2395, 2400, 2409, 2410, 2411, 2414, 2415, 2426, 2428, 2432, 2438, 2441, 2442, 2444, 2445, 2447, 2450, 2459, 2454, 2461, 2468, 2482, 2483, 2485, 2488, 2491, 2495, 2494, 2497, 2496, 2499, 2500, 2501, 2504, 2506, 2505, 2509, 2514, 2515, 2517, 2528, 2533, 2541, 2546, 2547, 2549, 2548, 2550, 2556, 2559, 2557, 2560, 2562, 2563, 2564, 2569, 2570, 2578, 2577, 2591, 2178, 2593, 2597, 2598, 2600, 2599, 2613, 2611, 2614, 2612, 2615, 2621, 2627, 2628, 2631, 2626, 2632, 2633, 2649, 2650, 2661, 2662, 2666, 2665, 2668, 2669, 2671, 2678, 2681, 2680, 2682, 2683, 2689, 2684, 2697, 2692, 2700, 2712, 2713, 2718, 2719, 2726, 2728, 2733, 2735, 2739, 2740, 2745, 2746, 2748, 2754, 2757, 2768, 2750, 2752, 2759, 2767, 2769, 2778, 2786, 2791, 2789, 2798, 2800, 2801, 2802, 2804, 2806, 2807, 2810, 2822, 2812, 2819, 2813, 2821, 2836, 2828, 2840, 2845, 2852, 2859, 2849, 2858, 2857, 2864, 2867, 2868, 2871, 2872, 2873, 2875, 2881, 2895, 2899, 2901, 2902, 2903, 2904, 2908, 2912, 2915, 2922, 2917, 2930, 2938, 0, 2958, 2981, 2963, 2187, 2185, 3005, 1879, 8454, 2970, 2159, 2158, 2116, 2992, 3034, 3044, 0, 2118, 1059, 2983, 2110, 2109, 2096, 3075, 3106, 400, 8454, 3097, 2976, 2931, 2975, 3034, 2980, 3007, 3098, 2998, 3035, 3036, 3099, 3066, 3100, 3102, 3038, 3120, 3121, 3126, 3128, 3067, 3129, 3130, 3131, 3132, 3133, 3135, 3136, 3138, 3139, 3142, 3152, 3140, 3166, 3170, 3173, 3171, 3175, 3179, 3180, 3183, 3190, 3192, 3193, 3194, 3197, 3203, 3209, 3210, 3211, 3213, 3212, 3220, 3223, 3229, 3231, 3233, 3239, 3243, 3244, 3246, 3250, 3252, 3251, 3253, 3262, 3263, 3267, 3270, 3273, 3282, 3283, 3284, 3286, 3289, 3291, 3293, 3300, 3302, 3306, 3312, 3320, 3303, 3313, 3321, 3322, 3323, 3330, 3333, 3351, 3343, 3352, 3353, 3354, 3356, 3360, 3363, 3364, 3366, 3367, 3371, 3373, 3372, 3374, 3375, 3393, 3403, 3380, 3406, 3413, 3414, 3416, 3417, 3422, 3426, 3432, 3430, 3433, 3435, 3437, 3440, 3443, 3446, 3449, 3453, 3450, 3456, 3466, 3467, 3470, 3473, 3477, 3476, 3480, 3483, 3486, 3487, 3490, 3493, 3499, 3500, 3507, 3504, 3517, 3520, 3522, 3526, 3527, 3530, 3533, 3535, 3537, 3538, 3539, 3541, 3546, 3556, 3557, 3565, 3567, 3575, 3576, 3578, 3584, 3585, 3588, 3589, 3591, 3595, 3593, 3596, 3598, 3604, 3611, 3612, 3615, 3622, 3625, 3626, 3627, 3632, 3634, 3638, 3641, 3642, 3645, 3648, 3676, 3649, 3656, 3662, 3665, 3668, 3672, 3669, 3688, 3689, 3695, 3698, 3700, 3704, 3706, 3707, 3709, 3711, 3712, 3715, 3718, 3721, 3722, 3727, 3728, 3730, 3739, 3741, 3742, 3750, 3749, 3768, 3757, 3761, 3776, 3762, 3777, 3773, 3785, 3789, 3781, 3784, 3790, 3795, 3796, 3800, 3803, 0, 3838, 2101, 563, 3846, 3870, 2358, 3873, 2082, 0, 2064, 0, 2045, 8454, 3882, 505, 722, 2053, 3540, 2047, 2045, 2043, 579, 3890, 3927, 0, 3900, 539, 3880, 3917, 3841, 3807, 3919, 3918, 3920, 3924, 3921, 3926, 3952, 3954, 3955, 3964, 3969, 3970, 3971, 3973, 3974, 3975, 3976, 3982, 3983, 3984, 3986, 3992, 3993, 4002, 4019, 4004, 4012, 4013, 4014, 4024, 4025, 4026, 4028, 4032, 4034, 4046, 4036, 4048, 4054, 4056, 4058, 4063, 4064, 4065, 4069, 4072, 4070, 4074, 4076, 4078, 4075, 4082, 4091, 4092, 4093, 4098, 4104, 4105, 4114, 4115, 4119, 4124, 4125, 4126, 4127, 4128, 4131, 4138, 4157, 4133, 4143, 4147, 4148, 4159, 4162, 4174, 4164, 4177, 4178, 4181, 4183, 4185, 4188, 4194, 4192, 4204, 4205, 4207, 4209, 4212, 4215, 4216, 4221, 4226, 4228, 4231, 4233, 4238, 4239, 4244, 4245, 4247, 4250, 4252, 4255, 4265, 4266, 4276, 4278, 4279, 4283, 4282, 4284, 4285, 4293, 4294, 4295, 4297, 4302, 4306, 4312, 4315, 4316, 4321, 4323, 4324, 4328, 4329, 4330, 4332, 4335, 4334, 4336, 4339, 4343, 4358, 4365, 4367, 4371, 4373, 4374, 4375, 4377, 4378, 4382, 4384, 4388, 4389, 4391, 4393, 4394, 4395, 4401, 4408, 4411, 4412, 4421, 4423, 4425, 4424, 4427, 4428, 4429, 4430, 4431, 4432, 4441, 4447, 4451, 4434, 4460, 4462, 4461, 4438, 4464, 4474, 4478, 4488, 4481, 4465, 4491, 4493, 4496, 4498, 4500, 4502, 4505, 4509, 4511, 4512, 4519, 4524, 4532, 4533, 4561, 4571, 4595, 2042, 4598, 2014, 2013, 1999, 1998, 1997, 8454, 4607, 4617, 1994, 1992, 0, 1990, 1957, 1955, 1940, 606, 0, 4627, 836, 984, 669, 4628, 4539, 4551, 4641, 4622, 4643, 4644, 4645, 4648, 4646, 4650, 4651, 4653, 4656, 4657, 4659, 4658, 4660, 4661, 4665, 4667, 4677, 4679, 4687, 4693, 4695, 4698, 4700, 4701, 4703, 4706, 4707, 4710, 4711, 4721, 4722, 4719, 4724, 4734, 4737, 4739, 4742, 4743, 4745, 4748, 4750, 4753, 4758, 4761, 4765, 4769, 4771, 4772, 4774, 4776, 4777, 4779, 4784, 4785, 4789, 4795, 4800, 4806, 4808, 4815, 4818, 4819, 4821, 4827, 4829, 4830, 4832, 4835, 4836, 4837, 4841, 4842, 4856, 4858, 4845, 4859, 4865, 4869, 4871, 4872, 4874, 4875, 4882, 4876, 4885, 4888, 4895, 4898, 4902, 4906, 4908, 4909, 4915, 4916, 4919, 4921, 4922, 4926, 4929, 4932, 4930, 4935, 4937, 4938, 4943, 4945, 4948, 4949, 4956, 4964, 4969, 4971, 4972, 4975, 4976, 4984, 4985, 4986, 4987, 4988, 4991, 4995, 4998, 4999, 5002, 5003, 5015, 5019, 5007, 5021, 5017, 5026, 5029, 5031, 5034, 5035, 5038, 5041, 5045, 5047, 5048, 5052, 5055, 5061, 5062, 5064, 5067, 5107, 1933, 1920, 1907, 1894, 0, 1892, 0, 1885, 1883, 0, 5117, 1867, 1856, 1847, 5125, 1840, 1836, 1834, 672, 696, 730, 5154, 5164, 825, 913, 0, 983, 5097, 5069, 5068, 5144, 5078, 5153, 5179, 5079, 5081, 5180, 5181, 5182, 5183, 5184, 5185, 5186, 5189, 5190, 5191, 5195, 5193, 5194, 5196, 5201, 5198, 5199, 5225, 5230, 5231, 5233, 5234, 5235, 5236, 5240, 5242, 5243, 5245, 5244, 5247, 5248, 5249, 5251, 5252, 5253, 5257, 5266, 5271, 5275, 5279, 5281, 5284, 5287, 5290, 5292, 5293, 5297, 5298, 5301, 5303, 5307, 5310, 5314, 5320, 5321, 5325, 5331, 5333, 5334, 5336, 5337, 5340, 5341, 5344, 5342, 5349, 5351, 5353, 5355, 5357, 5360, 5371, 5373, 5381, 5383, 5386, 5384, 5389, 5391, 5399, 5400, 5402, 5401, 5407, 5418, 5428, 5417, 5422, 5423, 5433, 5430, 5434, 5436, 5437, 5471, 1827, 1816, 1814, 1794, 1793, 1780, 1779, 1778, 1775, 1760, 5479, 5489, 1744, 1741, 0, 5499, 1740, 1739, 1713, 1015, 0, 1063, 1241, 0, 5530, 1727, 1471, 1525, 5538, 5439, 5444, 5445, 5446, 5450, 5527, 5535, 5553, 5554, 5555, 5556, 5557, 5562, 5563, 5564, 5565, 5566, 5574, 5575, 5576, 5577, 5583, 5592, 5594, 5584, 5595, 5596, 5603, 5604, 5605, 5607, 5612, 5615, 5616, 5618, 5622, 5623, 5624, 5631, 5633, 5625, 5635, 5638, 5642, 5645, 5646, 5652, 5654, 5655, 5659, 5661, 5664, 5672, 5675, 5673, 5674, 5681, 5687, 5688, 5690, 5691, 5693, 5694, 5701, 5705, 5707, 5708, 5709, 5720, 5724, 8454, 1707, 1703, 1702, 0, 1699, 0, 1693, 1688, 0, 1684, 1653, 0, 5745, 1656, 1644, 1643, 5753, 5767, 1639, 1595, 1594, 1581, 1585, 1586, 1645, 1874, 5796, 5806, 1958, 1959, 0, 5816, 5831, 5743, 5833, 5832, 5744, 5786, 5834, 5747, 5835, 5838, 5841, 5844, 5767, 5852, 5853, 5854, 5855, 5862, 5870, 5873, 5871, 5874, 5875, 5881, 5882, 5883, 5884, 5885, 5886, 5889, 5891, 5893, 5901, 5902, 5904, 5919, 5905, 5912, 5931, 5932, 5920, 1590, 1588, 1587, 1584, 1571, 1557, 1548, 1544, 1530, 1528, 1515, 1498, 5957, 1495, 1493, 0, 5969, 788, 1491, 1487, 1464, 1979, 0, 2040, 2046, 0, 2048, 2049, 0, 5977, 1479, 2050, 2165, 5985, 6000, 5933, 5999, 6000, 5934, 5946, 6002, 6016, 6018, 6019, 6022, 6023, 6028, 6036, 6037, 6038, 6039, 6046, 6049, 6050, 6052, 6055, 6058, 6059, 6067, 6072, 6068, 6078, 6073, 6086, 6088, 1465, 1463, 1456, 0, 1443, 0, 1439, 1430, 0, 1419, 1393, 0, 1385, 1380, 0, 8454, 1370, 1365, 6111, 6132, 1357, 1356, 1347, 2226, 2242, 2247, 2341, 2423, 2603, 2659, 6120, 2791, 2895, 0, 6143, 3480, 6137, 6087, 6148, 6158, 6089, 6157, 6090, 6159, 6160, 6161, 6163, 6164, 6167, 6168, 6171, 6172, 6170, 6179, 6176, 6181, 6187, 1338, 1323, 1318, 1310, 1302, 1301, 1291, 1282, 1281, 1251, 1236, 1231, 1213, 1208, 1202, 1191, 0, 6218, 1184, 1172, 1169, 1155, 2897, 0, 2918, 3175, 0, 3356, 3580, 0, 3666, 3808, 0, 1136, 3809, 3813, 6226, 6236, 6216, 6250, 6251, 6252, 6254, 6253, 6256, 6255, 6257, 6258, 6259, 6262, 1145, 1126, 1083, 0, 1082, 0, 1081, 1080, 0, 1078, 1073, 0, 1065, 1062, 0, 1060, 1028, 0, 1024, 1023, 6257, 6300, 1019, 1004, 986, 3853, 3855, 3857, 3964, 4029, 4172, 4247, 4248, 4274, 4371, 4517, 0, 6310, 995, 6290, 6271, 6299, 6272, 6300, 6301, 6327, 6328, 6329, 982, 981, 980, 943, 0, 915, 0, 910, 0, 907, 0, 878, 0, 877, 0, 874, 871, 0, 6335, 880, 869, 856, 809, 4528, 0, 4536, 4577, 0, 4578, 4579, 0, 4580, 4581, 0, 4582, 4585, 0, 4766, 4812, 6349, 6369, 6338, 6339, 6365, 6366, 6367, 6370, 6372, 818, 0, 8454, 0, 816, 0, 808, 0, 807, 0, 798, 0, 780, 0, 769, 0, 6410, 765, 754, 735, 716, 4866, 715, 4939, 702, 5070, 701, 5074, 687, 5125, 668, 5126, 5437, 0, 6418, 688, 6371, 6407, 6388, 6385, 6384, 676, 0, 0, 0, 0, 0, 0, 0, 658, 0, 8454, 645, 609, 588, 552, 5442, 510, 5490, 471, 5500, 469, 5547, 463, 5703, 449, 5714, 414, 6439, 6414, 6435, 6436, 6437, 0, 8454, 8454, 8454, 8454, 8454, 8454, 0, 425, 398, 380, 369, 360, 340, 337, 323, 5768, 321, 307, 6438, 6441, 6442, 6386, 8454, 293, 291, 265, 226, 194, 160, 151, 108, 6443, 6454, 6455, 39, 6456, 6458, 6459, 8454, 6517, 6530, 6541, 6548, 6554, 6560, 6566, 6572, 6580, 6587, 6598, 6604, 6610, 6616, 6622, 6631, 6638, 6645, 6651, 6663, 6669, 6675, 6681, 6687, 6693, 6699, 6705, 6716, 6727, 6733, 6739, 6745, 6751, 6759, 6765, 6771, 6777, 6783, 6789, 6800, 6806, 6812, 6818, 6824, 6830, 6836, 6842, 6848, 6854, 6860, 6866, 6872, 6878, 6886, 6892, 6898, 6904, 6910, 6916, 6922, 6928, 6934, 6940, 6946, 6952, 6958, 6964, 6970, 6976, 6982, 6988, 6994, 7000, 7006, 7012, 7018, 7024, 7030, 7036, 7042, 7048, 7054, 7060, 7066, 7072, 7078, 7084, 7090, 7096, 7102, 7108, 7114, 7120, 7126, 7132, 7138, 7144, 7150, 7156, 7162, 7168, 7174, 7180, 7186, 7192, 7198, 7204, 7210, 7216, 7222, 7228, 7234, 7240, 7246, 7252, 7258, 7264, 7270, 7276, 7282, 7288, 7294, 7300, 7306, 7312, 7318, 7326, 7332, 7338, 7344, 7350, 7356, 7362, 7368, 7374, 7380, 7386, 7392, 7398, 7404, 7410, 7416, 7422, 7428, 7434, 7440, 7446, 7452, 7458, 7464, 7470, 7476, 7482, 7488, 7494, 7500, 7506, 7512, 7518, 7524, 7530, 7536, 7542, 7550, 7556, 7562, 7568, 7574, 7580, 7586, 7592, 7598, 7604, 7610, 7616, 7622, 7628, 7634, 7640, 7646, 7652, 7658, 7664, 7670, 7676, 7682, 7688, 7694, 7700, 7706, 7712, 7718, 7728, 7735, 7741, 7747, 7753, 7759, 7765, 7771, 7777, 7783, 7789, 7795, 7801, 7807, 7813, 7819, 7825, 7831, 7837, 7843, 7849, 7855, 7861, 7867, 7873, 7879, 7885, 7891, 7897, 7903, 7913, 7920, 7926, 7932, 7938, 7944, 7950, 7956, 7962, 7968, 7974, 7980, 7986, 7992, 7998, 8004, 8010, 8016, 8022, 8028, 8034, 8040, 8046, 8052, 8058, 8064, 8070, 8076, 8082, 8088, 8094, 8100, 8110, 8117, 8123, 8129, 8135, 8141, 8147, 8153, 8159, 8165, 8171, 8177, 8183, 8189, 8195, 8201, 8207, 8213, 8219, 8225, 8231, 8237, 8243, 8249, 8255, 8261, 8267, 8273, 8279, 8285, 8291, 8297, 8303, 8309, 8315, 8321, 8327, 8333, 8339, 8345, 8351, 8357, 8363, 8369, 8375, 8381, 8387, 8393, 8399, 8405, 8411, 8417, 8423, 8429, 8435, 8441 } ; static const flex_int16_t yy_def[2396] = { 0, 2085, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2085, 2085, 2085, 2085, 2085, 2085, 2086, 2087, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2088, 2085, 2085, 65, 65, 2085, 2085, 2085, 2085, 2085, 2085, 2088, 2088, 2089, 2085, 2085, 2085, 74, 74, 74, 74, 74, 74, 2088, 2088, 2088, 2088, 2088, 90, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2085, 2085, 2085, 83, 2088, 2088, 2088, 97, 74, 74, 74, 83, 74, 2088, 90, 2088, 109, 2088, 97, 2088, 109, 90, 109, 2088, 97, 2088, 74, 2088, 74, 91, 118, 2088, 97, 2088, 2088, 74, 2088, 74, 74, 74, 90, 91, 2088, 2088, 97, 98, 74, 83, 109, 74, 2088, 90, 91, 97, 91, 118, 97, 88, 118, 2088, 97, 88, 74, 74, 2088, 74, 2088, 97, 74, 74, 83, 74, 74, 2088, 88, 90, 2088, 109, 97, 98, 74, 90, 98, 2088, 90, 2088, 97, 2085, 2085, 2085, 2086, 2085, 2087, 2085, 2085, 2088, 2085, 2085, 2085, 2090, 2091, 2092, 2085, 2085, 2085, 2085, 201, 2085, 2085, 2085, 2085, 2085, 2085, 74, 2093, 2085, 2085, 216, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 216, 216, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 216, 2088, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 216, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 216, 2088, 2088, 2088, 2088, 2088, 216, 2088, 2088, 2088, 2088, 216, 216, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2094, 2085, 2085, 2095, 2085, 2096, 2097, 2092, 454, 2085, 2085, 2085, 2085, 452, 2085, 2098, 2098, 216, 2099, 2100, 2085, 467, 2088, 467, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 467, 467, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 467, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2101, 2085, 2085, 2102, 2103, 2085, 2085, 2104, 2085, 2105, 2106, 2107, 2085, 2102, 2085, 2085, 2108, 2109, 2109, 2088, 2110, 2111, 2112, 2085, 758, 759, 2085, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2101, 2085, 2085, 748, 2085, 2113, 2104, 2114, 2115, 2116, 2117, 2118, 2085, 2085, 2085, 2119, 2119, 2120, 2119, 2085, 2121, 2122, 2123, 2085, 2085, 2124, 1020, 1022, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2085, 2085, 2125, 2126, 2085, 2127, 2128, 2129, 2130, 2131, 2085, 2085, 2085, 2085, 2132, 2133, 2085, 2134, 2135, 2136, 2137, 2138, 2085, 2139, 2139, 2140, 2139, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2085, 2085, 2141, 2142, 2143, 2144, 2145, 2146, 2085, 2147, 2148, 2085, 2085, 2149, 2150, 2085, 2085, 2151, 2152, 2153, 2154, 2155, 2085, 2085, 2085, 2156, 2157, 2085, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2085, 2158, 2159, 2085, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2085, 2085, 2085, 2167, 2168, 2085, 2169, 2170, 2171, 2172, 2173, 2085, 2174, 2175, 2085, 2085, 2176, 2177, 2085, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2085, 2178, 2179, 2180, 2181, 2182, 2183, 2085, 2184, 2185, 2085, 2186, 2187, 2085, 2085, 2188, 2189, 2085, 2085, 2085, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2085, 2085, 2085, 2197, 2198, 2085, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2199, 2200, 2085, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2085, 2085, 2210, 2211, 2085, 2212, 2213, 2214, 2215, 2216, 2217, 2085, 2218, 2219, 2085, 2220, 2221, 2085, 2085, 2222, 2223, 2085, 2085, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2224, 2225, 2226, 2227, 2228, 2229, 2085, 2230, 2231, 2085, 2232, 2233, 2085, 2234, 2235, 2085, 2236, 2237, 2085, 2085, 2085, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2085, 2085, 2247, 2248, 2085, 2249, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2088, 2250, 2251, 2085, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2085, 2263, 2264, 2085, 2085, 2265, 2266, 2267, 2268, 2269, 2085, 2270, 2271, 2085, 2272, 2273, 2085, 2274, 2275, 2085, 2276, 2277, 2085, 2085, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2085, 2285, 2286, 2085, 2287, 2288, 2085, 2289, 2290, 2085, 2291, 2292, 2293, 2294, 2085, 2085, 2085, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2085, 2306, 2307, 2085, 2085, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2308, 2309, 2085, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2085, 2323, 2324, 2085, 2085, 2325, 2326, 2327, 2328, 2329, 2085, 2330, 2331, 2085, 2332, 2333, 2085, 2334, 2335, 2085, 2336, 2337, 2338, 2339, 2085, 2085, 2340, 2340, 2340, 2340, 2340, 2340, 2340, 2341, 2342, 2085, 2343, 2085, 2344, 2085, 2345, 2085, 2346, 2085, 2347, 2085, 2348, 2349, 2350, 2085, 2085, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2085, 2364, 2365, 2085, 2085, 2340, 2340, 2340, 2340, 2340, 2085, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2085, 2373, 2085, 2374, 2375, 2085, 2376, 2085, 2377, 2085, 2378, 2085, 2379, 2085, 2380, 2085, 2381, 2382, 2383, 2085, 2340, 2340, 2340, 2340, 2384, 2085, 2085, 2085, 2085, 2085, 2085, 2385, 2085, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2085, 2393, 2085, 2340, 2340, 2340, 2340, 2085, 2394, 2085, 2085, 2085, 2085, 2085, 2085, 2395, 2340, 2340, 2340, 2085, 2340, 2340, 2340, 0, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085 } ; static const flex_int16_t yy_nxt[8524] = { 0, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 66, 66, 66, 66, 66, 67, 68, 69, 70, 71, 72, 73, 74, 74, 75, 75, 76, 77, 78, 79, 75, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 75, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 75, 75, 103, 104, 105, 106, 106, 106, 197, 107, 2085, 107, 761, 138, 112, 112, 108, 109, 108, 109, 110, 110, 110, 111, 112, 113, 114, 115, 123, 123, 116, 106, 139, 199, 117, 138, 669, 118, 119, 2085, 120, 121, 503, 106, 149, 150, 110, 106, 122, 111, 112, 113, 114, 115, 139, 124, 116, 151, 110, 125, 117, 126, 127, 118, 119, 128, 120, 121, 106, 106, 106, 129, 197, 130, 122, 106, 124, 129, 131, 130, 125, 761, 126, 127, 110, 110, 128, 131, 209, 132, 110, 133, 123, 112, 134, 135, 112, 199, 132, 136, 133, 123, 344, 134, 135, 2085, 133, 219, 136, 133, 354, 140, 137, 141, 142, 137, 197, 149, 150, 164, 143, 144, 145, 157, 761, 158, 146, 147, 148, 140, 151, 141, 142, 761, 2085, 152, 227, 153, 143, 144, 145, 154, 155, 352, 146, 147, 148, 152, 156, 153, 157, 198, 158, 154, 155, 157, 159, 158, 106, 368, 156, 159, 164, 160, 350, 106, 157, 761, 158, 161, 160, 165, 162, 163, 165, 166, 161, 168, 166, 162, 163, 168, 371, 167, 187, 712, 167, 183, 169, 188, 489, 189, 169, 170, 211, 212, 184, 170, 171, 761, 172, 173, 174, 175, 185, 176, 177, 186, 358, 178, 183, 179, 389, 180, 214, 215, 181, 182, 171, 184, 172, 173, 174, 175, 390, 176, 177, 185, 359, 178, 186, 179, 197, 180, 187, 393, 181, 182, 761, 188, 197, 189, 200, 362, 201, 201, 201, 201, 201, 201, 201, 201, 202, 395, 198, 394, 350, 199, 203, 203, 363, 204, 198, 396, 761, 199, 761, 203, 203, 203, 205, 203, 203, 405, 206, 365, 273, 220, 221, 207, 761, 308, 222, 197, 197, 208, 223, 274, 224, 275, 204, 197, 225, 406, 761, 226, 761, 216, 216, 216, 216, 216, 216, 216, 216, 202, 228, 229, 199, 199, 761, 216, 216, 761, 230, 231, 199, 232, 362, 233, 216, 216, 216, 216, 216, 216, 234, 366, 235, 198, 236, 403, 448, 761, 350, 404, 197, 198, 244, 237, 238, 239, 761, 240, 241, 197, 242, 245, 250, 413, 243, 251, 246, 761, 247, 248, 227, 252, 197, 249, 253, 199, 254, 415, 197, 255, 197, 256, 1023, 257, 199, 761, 197, 227, 261, 262, 375, 263, 197, 258, 352, 1023, 259, 199, 260, 471, 1992, 761, 264, 199, 333, 199, 197, 472, 265, 266, 267, 199, 408, 268, 334, 269, 335, 199, 336, 270, 271, 276, 272, 340, 301, 277, 197, 197, 198, 278, 283, 199, 279, 341, 284, 280, 761, 285, 286, 281, 282, 198, 301, 197, 287, 411, 198, 288, 289, 290, 761, 199, 199, 197, 197, 291, 761, 297, 761, 292, 293, 298, 294, 197, 299, 197, 197, 197, 199, 295, 749, 300, 303, 301, 302, 296, 304, 198, 199, 199, 751, 436, 305, 309, 197, 198, 306, 310, 199, 307, 199, 199, 199, 197, 342, 475, 343, 761, 337, 228, 229, 311, 312, 313, 197, 338, 339, 353, 231, 199, 232, 399, 233, 261, 262, 197, 263, 197, 199, 197, 198, 1248, 261, 262, 345, 263, 357, 264, 198, 199, 630, 197, 346, 314, 1248, 315, 264, 316, 2085, 761, 199, 317, 199, 318, 199, 297, 319, 320, 321, 298, 322, 489, 299, 2085, 1243, 197, 199, 323, 197, 347, 303, 301, 302, 476, 304, 477, 761, 220, 221, 2085, 305, 348, 222, 197, 306, 761, 223, 307, 224, 349, 199, 1243, 225, 199, 197, 226, 351, 324, 197, 325, 197, 244, 478, 761, 326, 327, 761, 197, 199, 197, 245, 328, 329, 510, 330, 246, 331, 247, 248, 199, 355, 332, 356, 199, 297, 199, 197, 197, 298, 309, 1992, 299, 199, 364, 199, 446, 261, 262, 300, 263, 360, 302, 488, 1942, 361, 341, 197, 311, 312, 313, 374, 199, 199, 197, 1426, 369, 372, 1552, 197, 310, 337, 1928, 197, 1964, 491, 761, 761, 338, 339, 761, 492, 199, 370, 311, 312, 313, 250, 493, 199, 373, 494, 1243, 377, 199, 761, 252, 310, 199, 253, 197, 254, 379, 479, 761, 333, 340, 751, 2085, 761, 761, 311, 312, 313, 753, 380, 341, 335, 751, 336, 381, 228, 382, 761, 761, 199, 1555, 753, 197, 230, 231, 2027, 232, 337, 233, 387, 228, 229, 761, 197, 338, 339, 385, 250, 384, 231, 251, 232, 383, 233, 1992, 245, 252, 199, 386, 253, 246, 254, 247, 248, 197, 1901, 496, 249, 199, 1942, 197, 197, 291, 397, 228, 229, 292, 293, 1648, 294, 1894, 197, 230, 231, 197, 232, 391, 233, 1237, 199, 197, 250, 296, 309, 400, 199, 199, 310, 1891, 495, 252, 392, 197, 253, 504, 254, 199, 1888, 1885, 199, 309, 311, 312, 313, 412, 199, 1882, 197, 1928, 261, 262, 761, 263, 416, 474, 1021, 1019, 199, 311, 312, 313, 250, 197, 401, 251, 250, 1021, 761, 251, 197, 252, 430, 199, 253, 252, 254, 291, 253, 761, 254, 292, 293, 421, 294, 228, 229, 1992, 199, 197, 418, 295, 197, 230, 231, 199, 232, 417, 233, 291, 1901, 1897, 1942, 419, 293, 1843, 294, 501, 1894, 1891, 422, 220, 221, 295, 199, 197, 222, 199, 197, 296, 223, 480, 224, 228, 229, 481, 225, 423, 197, 226, 197, 424, 231, 428, 232, 524, 233, 425, 1888, 426, 199, 1885, 245, 199, 1426, 197, 1882, 246, 429, 247, 248, 506, 197, 199, 249, 199, 761, 261, 262, 291, 263, 431, 505, 434, 293, 437, 294, 443, 229, 438, 199, 264, 439, 295, 1975, 230, 231, 199, 232, 435, 233, 197, 486, 440, 441, 451, 451, 451, 451, 451, 451, 451, 451, 200, 487, 452, 452, 452, 452, 452, 452, 452, 452, 202, 197, 2085, 199, 197, 197, 453, 453, 1928, 1831, 1831, 1560, 1021, 1863, 1947, 453, 453, 453, 454, 453, 453, 497, 206, 761, 761, 197, 199, 207, 197, 199, 199, 518, 1901, 208, 458, 458, 458, 458, 458, 458, 458, 458, 202, 1552, 498, 515, 502, 1792, 453, 453, 199, 1942, 1843, 199, 514, 761, 1894, 453, 453, 453, 453, 453, 453, 459, 459, 459, 459, 459, 459, 459, 459, 460, 460, 460, 460, 460, 460, 460, 460, 462, 462, 462, 462, 462, 462, 462, 462, 751, 1784, 491, 1891, 1243, 684, 1781, 1014, 492, 197, 197, 197, 197, 197, 1888, 493, 761, 197, 494, 1778, 1014, 1885, 1775, 1882, 1928, 461, 464, 464, 464, 464, 464, 464, 464, 464, 199, 199, 199, 199, 199, 197, 465, 466, 199, 197, 516, 523, 197, 197, 499, 465, 465, 465, 465, 465, 466, 467, 467, 467, 467, 467, 467, 467, 467, 197, 199, 500, 197, 1831, 199, 467, 467, 199, 199, 197, 197, 482, 511, 197, 467, 467, 467, 467, 467, 467, 483, 484, 1831, 517, 199, 761, 512, 199, 485, 197, 519, 197, 513, 197, 199, 199, 507, 197, 199, 197, 197, 197, 197, 508, 761, 197, 1901, 509, 197, 1792, 520, 1788, 521, 525, 199, 522, 199, 197, 199, 526, 537, 197, 199, 197, 199, 199, 199, 199, 1843, 539, 199, 530, 528, 199, 529, 527, 532, 533, 534, 1720, 197, 197, 199, 531, 540, 1894, 199, 197, 199, 542, 1784, 197, 535, 536, 197, 538, 197, 197, 541, 197, 197, 197, 197, 543, 544, 199, 199, 197, 1891, 206, 545, 197, 199, 1781, 207, 546, 199, 547, 1555, 199, 208, 199, 199, 197, 199, 199, 199, 199, 1888, 197, 761, 548, 199, 549, 550, 552, 199, 197, 554, 551, 197, 555, 553, 560, 557, 556, 559, 558, 199, 561, 197, 197, 197, 562, 199, 563, 197, 197, 1778, 1885, 197, 197, 199, 197, 197, 199, 197, 197, 1775, 197, 565, 564, 197, 197, 567, 199, 199, 199, 1882, 1880, 197, 199, 199, 566, 568, 199, 199, 1831, 199, 199, 570, 199, 199, 197, 199, 1828, 197, 199, 199, 569, 1773, 197, 580, 571, 574, 199, 572, 593, 582, 573, 575, 576, 581, 577, 197, 1828, 612, 578, 199, 197, 590, 199, 591, 579, 1848, 583, 199, 197, 197, 197, 197, 584, 589, 1792, 1652, 585, 197, 586, 197, 199, 587, 588, 1843, 197, 199, 592, 197, 1720, 197, 595, 594, 197, 199, 199, 199, 199, 197, 1784, 596, 603, 599, 199, 1643, 199, 601, 197, 197, 604, 199, 197, 1781, 199, 597, 199, 607, 598, 199, 197, 602, 197, 605, 199, 600, 197, 197, 615, 606, 608, 609, 613, 199, 199, 197, 197, 199, 610, 1640, 614, 197, 197, 611, 197, 199, 197, 199, 197, 616, 1778, 199, 199, 197, 619, 197, 617, 197, 620, 1637, 199, 199, 621, 1775, 618, 623, 199, 199, 197, 199, 624, 199, 197, 199, 197, 627, 1831, 197, 199, 197, 199, 622, 199, 1828, 625, 1828, 628, 197, 631, 1658, 626, 1426, 197, 199, 629, 197, 761, 199, 197, 199, 197, 633, 199, 761, 199, 634, 632, 1792, 594, 636, 635, 1652, 199, 1720, 637, 1546, 569, 199, 1784, 482, 199, 197, 638, 199, 197, 199, 197, 197, 483, 484, 197, 641, 507, 197, 197, 1643, 639, 197, 640, 642, 643, 197, 197, 509, 197, 1662, 199, 197, 1781, 199, 1640, 199, 199, 197, 645, 199, 197, 761, 199, 199, 647, 648, 199, 646, 1778, 644, 199, 199, 1637, 199, 577, 542, 199, 583, 578, 652, 571, 1775, 199, 584, 649, 199, 651, 585, 582, 650, 197, 197, 587, 588, 654, 1773, 547, 655, 197, 197, 197, 197, 197, 197, 197, 1727, 653, 197, 1709, 1552, 1730, 1706, 1635, 197, 1706, 199, 199, 761, 1725, 1652, 511, 761, 761, 199, 199, 199, 199, 199, 199, 199, 656, 197, 199, 663, 657, 662, 665, 197, 199, 619, 513, 525, 658, 660, 582, 659, 197, 526, 554, 597, 661, 197, 598, 670, 197, 664, 199, 197, 197, 197, 480, 197, 199, 1418, 481, 673, 667, 1720, 1546, 1555, 1542, 199, 197, 197, 197, 197, 199, 1643, 482, 199, 666, 761, 199, 199, 199, 672, 199, 483, 484, 197, 197, 197, 678, 543, 677, 668, 197, 199, 199, 199, 199, 675, 676, 679, 197, 674, 564, 681, 1410, 197, 197, 197, 1640, 680, 199, 199, 199, 1407, 511, 685, 197, 199, 197, 1637, 682, 694, 1709, 1706, 197, 199, 197, 1706, 686, 687, 199, 199, 199, 688, 513, 526, 691, 1422, 197, 545, 197, 199, 197, 199, 689, 761, 549, 550, 552, 199, 597, 199, 551, 598, 696, 690, 693, 608, 692, 1652, 1418, 1546, 700, 199, 1237, 199, 555, 199, 197, 596, 556, 695, 583, 532, 533, 534, 197, 197, 584, 197, 1643, 197, 585, 597, 586, 697, 598, 587, 588, 535, 536, 197, 197, 199, 197, 1410, 197, 197, 1640, 1407, 1637, 199, 199, 197, 199, 605, 199, 699, 533, 534, 698, 606, 708, 1635, 1536, 197, 199, 199, 702, 199, 703, 199, 199, 535, 536, 596, 197, 561, 199, 705, 197, 704, 197, 197, 1533, 482, 1405, 710, 706, 597, 199, 197, 598, 711, 483, 484, 709, 1533, 197, 197, 197, 199, 485, 197, 1550, 199, 1418, 199, 199, 716, 1017, 714, 197, 532, 533, 534, 199, 1546, 546, 717, 197, 197, 715, 199, 199, 199, 1237, 1233, 199, 535, 536, 722, 197, 197, 718, 721, 197, 199, 197, 561, 720, 197, 719, 562, 1733, 199, 199, 197, 197, 739, 197, 596, 724, 1410, 725, 1007, 761, 199, 199, 197, 197, 199, 1407, 199, 1536, 723, 199, 726, 598, 197, 730, 206, 199, 199, 727, 199, 207, 1533, 543, 728, 543, 733, 208, 197, 199, 199, 729, 731, 732, 625, 1533, 581, 766, 1222, 199, 626, 197, 736, 734, 737, 737, 737, 737, 737, 737, 737, 737, 200, 199, 738, 738, 738, 738, 738, 738, 738, 738, 739, 743, 743, 743, 199, 761, 740, 740, 1418, 765, 1017, 1426, 1662, 743, 743, 740, 740, 740, 741, 740, 740, 197, 206, 761, 761, 745, 763, 207, 197, 197, 197, 197, 1727, 208, 742, 742, 742, 742, 742, 742, 742, 742, 739, 1415, 761, 1237, 199, 751, 740, 740, 1410, 1007, 1407, 199, 199, 199, 199, 740, 740, 740, 740, 740, 740, 770, 767, 768, 1405, 1228, 743, 459, 459, 459, 459, 459, 459, 459, 459, 460, 460, 460, 460, 460, 460, 460, 460, 462, 462, 462, 462, 462, 462, 462, 462, 1552, 197, 1005, 1241, 197, 1017, 1730, 469, 1555, 1733, 1662, 207, 761, 1237, 197, 197, 197, 208, 761, 747, 761, 761, 761, 1232, 1007, 208, 199, 747, 749, 199, 750, 750, 750, 750, 750, 750, 750, 750, 751, 199, 199, 199, 1228, 776, 752, 752, 769, 197, 773, 774, 197, 736, 197, 752, 752, 752, 752, 752, 752, 754, 754, 754, 754, 754, 754, 754, 754, 739, 761, 1017, 469, 197, 199, 754, 754, 199, 197, 199, 751, 197, 779, 780, 754, 754, 754, 754, 754, 754, 758, 758, 758, 758, 758, 758, 758, 758, 199, 197, 197, 197, 782, 199, 759, 760, 199, 783, 197, 197, 761, 461, 197, 759, 759, 759, 759, 759, 760, 771, 1007, 1005, 772, 775, 199, 199, 199, 1803, 197, 197, 197, 197, 197, 199, 199, 197, 781, 199, 197, 761, 197, 787, 197, 197, 197, 785, 784, 739, 197, 456, 197, 197, 786, 199, 199, 199, 199, 199, 903, 197, 199, 197, 197, 199, 789, 199, 778, 199, 199, 199, 788, 197, 791, 199, 793, 199, 199, 794, 792, 790, 197, 197, 197, 797, 199, 197, 199, 199, 1850, 777, 798, 796, 799, 197, 795, 197, 199, 197, 800, 197, 761, 197, 197, 197, 1727, 199, 199, 199, 197, 1853, 199, 197, 764, 803, 801, 197, 761, 762, 199, 757, 199, 761, 199, 469, 199, 804, 199, 199, 199, 802, 197, 197, 805, 199, 807, 197, 199, 811, 751, 808, 199, 806, 197, 809, 812, 810, 814, 197, 815, 197, 813, 197, 197, 197, 197, 199, 199, 197, 197, 817, 199, 197, 197, 816, 818, 197, 748, 199, 819, 739, 713, 197, 199, 707, 199, 820, 199, 199, 199, 199, 197, 197, 199, 199, 831, 197, 199, 199, 825, 701, 199, 822, 197, 683, 821, 823, 199, 197, 826, 828, 824, 197, 827, 1730, 829, 199, 199, 197, 197, 671, 199, 197, 197, 197, 834, 761, 830, 199, 835, 197, 2085, 197, 199, 833, 197, 197, 199, 197, 832, 197, 197, 197, 199, 199, 837, 503, 199, 199, 199, 836, 838, 490, 206, 197, 199, 839, 199, 207, 197, 199, 199, 840, 199, 208, 199, 199, 199, 197, 197, 197, 844, 841, 197, 197, 845, 848, 851, 842, 199, 846, 843, 847, 849, 199, 197, 489, 197, 852, 850, 473, 197, 470, 199, 199, 199, 1856, 197, 199, 199, 197, 197, 853, 197, 197, 469, 197, 856, 761, 197, 199, 858, 199, 197, 463, 854, 199, 855, 197, 859, 197, 857, 199, 202, 456, 199, 199, 197, 199, 199, 860, 199, 450, 864, 199, 868, 865, 867, 199, 861, 866, 197, 197, 199, 197, 199, 862, 197, 863, 869, 197, 870, 199, 197, 197, 197, 197, 872, 197, 197, 197, 196, 871, 197, 197, 197, 199, 199, 197, 199, 194, 191, 199, 197, 197, 199, 197, 874, 199, 199, 199, 199, 873, 199, 199, 199, 875, 197, 199, 199, 199, 880, 197, 199, 876, 877, 881, 882, 199, 199, 197, 199, 878, 879, 884, 197, 197, 197, 197, 197, 886, 883, 199, 190, 885, 197, 197, 199, 197, 197, 887, 197, 197, 197, 449, 199, 447, 888, 197, 197, 199, 199, 199, 199, 199, 445, 197, 197, 889, 891, 199, 199, 892, 199, 199, 895, 199, 199, 199, 890, 197, 894, 197, 199, 199, 893, 197, 197, 197, 197, 900, 199, 199, 896, 898, 901, 902, 899, 897, 444, 197, 197, 197, 197, 197, 199, 1733, 199, 442, 433, 197, 199, 199, 199, 199, 197, 197, 197, 761, 432, 197, 197, 197, 427, 904, 199, 199, 199, 199, 199, 905, 907, 908, 906, 909, 199, 911, 913, 197, 197, 199, 199, 199, 912, 910, 199, 199, 199, 919, 915, 197, 197, 914, 916, 197, 197, 920, 197, 197, 792, 197, 917, 1859, 199, 199, 420, 918, 197, 921, 197, 197, 197, 197, 197, 761, 199, 199, 922, 197, 199, 199, 197, 199, 199, 414, 199, 197, 923, 926, 197, 924, 410, 199, 409, 199, 199, 199, 199, 199, 925, 927, 197, 197, 199, 928, 934, 199, 197, 197, 929, 931, 199, 936, 938, 199, 197, 932, 197, 930, 877, 933, 935, 197, 937, 197, 407, 199, 199, 197, 197, 402, 939, 199, 199, 197, 197, 940, 197, 398, 197, 199, 197, 199, 197, 941, 388, 197, 199, 197, 199, 942, 378, 301, 199, 199, 946, 197, 197, 197, 199, 199, 376, 199, 943, 199, 944, 199, 197, 199, 945, 948, 199, 947, 199, 949, 197, 951, 952, 197, 367, 197, 199, 199, 199, 350, 950, 953, 197, 344, 197, 197, 197, 199, 197, 1662, 197, 197, 955, 227, 197, 199, 197, 197, 199, 956, 199, 761, 954, 197, 834, 197, 197, 199, 958, 199, 199, 199, 197, 199, 959, 199, 199, 957, 962, 199, 197, 199, 199, 969, 197, 847, 960, 963, 199, 197, 199, 199, 961, 197, 815, 965, 197, 199, 844, 966, 964, 197, 197, 197, 967, 199, 974, 218, 197, 199, 213, 197, 197, 968, 199, 197, 197, 197, 199, 197, 982, 199, 983, 970, 210, 197, 199, 199, 199, 196, 971, 975, 972, 199, 976, 973, 199, 199, 194, 197, 199, 199, 199, 197, 199, 197, 197, 197, 197, 981, 199, 977, 197, 1803, 844, 1850, 197, 984, 979, 197, 192, 197, 978, 980, 199, 761, 197, 761, 199, 191, 199, 199, 199, 199, 197, 197, 1727, 199, 985, 190, 988, 199, 197, 2085, 199, 986, 199, 2085, 761, 990, 891, 199, 878, 987, 993, 989, 2085, 2085, 992, 199, 199, 991, 2085, 2085, 743, 743, 743, 199, 997, 997, 997, 997, 997, 997, 997, 997, 743, 743, 2085, 197, 197, 739, 1026, 994, 197, 2085, 995, 197, 745, 736, 883, 998, 998, 998, 998, 998, 998, 998, 998, 1000, 2085, 739, 197, 206, 199, 199, 2085, 2085, 207, 199, 739, 197, 199, 1025, 208, 1002, 1002, 1002, 1002, 1002, 1002, 1002, 1002, 739, 2085, 1008, 2085, 199, 1000, 2085, 2085, 743, 206, 1028, 2085, 2085, 199, 207, 197, 197, 197, 1009, 197, 208, 1010, 1010, 1010, 1010, 1010, 1010, 1010, 1010, 749, 1029, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 1011, 751, 199, 199, 199, 2085, 199, 1012, 1012, 197, 197, 1031, 1027, 2085, 2085, 2085, 1012, 1012, 1012, 1012, 1012, 1012, 1019, 2085, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1021, 2085, 199, 199, 2085, 2085, 1022, 1022, 197, 197, 197, 197, 761, 197, 1033, 1022, 1022, 1022, 1022, 1022, 1022, 2085, 739, 1022, 1022, 1022, 1022, 1022, 1022, 1022, 1022, 197, 197, 199, 199, 199, 199, 197, 199, 197, 197, 197, 197, 197, 197, 2085, 197, 197, 1030, 197, 197, 197, 1024, 197, 2085, 2085, 199, 199, 1032, 1034, 2085, 1035, 199, 197, 199, 199, 199, 199, 199, 199, 1039, 199, 199, 1036, 199, 199, 199, 197, 199, 1042, 1037, 197, 197, 1038, 197, 1041, 197, 1051, 199, 1040, 197, 197, 2085, 1043, 197, 1047, 1045, 1044, 1048, 1046, 1853, 197, 199, 197, 197, 197, 199, 199, 197, 199, 2085, 199, 761, 2085, 197, 199, 199, 1050, 2085, 199, 197, 197, 197, 197, 197, 1049, 199, 2085, 199, 199, 199, 197, 1054, 199, 197, 1052, 1057, 1053, 1055, 199, 197, 1056, 197, 1059, 197, 199, 199, 199, 199, 199, 197, 2085, 1058, 1063, 197, 197, 199, 197, 2085, 199, 2085, 197, 197, 197, 197, 199, 1072, 199, 1062, 199, 1060, 2085, 1061, 197, 197, 199, 1064, 1065, 197, 199, 199, 197, 199, 1066, 197, 1070, 199, 199, 199, 199, 1068, 1071, 1067, 197, 197, 197, 1069, 197, 199, 199, 197, 2085, 197, 199, 197, 2085, 199, 1083, 1075, 199, 1073, 197, 1074, 197, 197, 2085, 1077, 197, 199, 199, 199, 2085, 199, 197, 197, 199, 1078, 199, 2085, 199, 1076, 197, 197, 197, 197, 2085, 199, 1081, 199, 199, 1079, 197, 199, 1080, 197, 2085, 1084, 1088, 199, 199, 1082, 2085, 1086, 1085, 197, 2085, 199, 199, 199, 199, 1087, 1090, 197, 197, 197, 197, 199, 197, 1089, 199, 1093, 197, 2085, 2085, 197, 197, 1091, 197, 197, 199, 1092, 1730, 197, 197, 197, 197, 197, 199, 199, 199, 199, 197, 199, 761, 2085, 1096, 199, 1094, 1100, 199, 199, 1098, 199, 199, 197, 1095, 1097, 199, 199, 199, 199, 199, 1102, 1106, 197, 1105, 199, 197, 1099, 1108, 1112, 1104, 1101, 1103, 197, 197, 1107, 197, 197, 199, 2085, 2085, 1109, 197, 2085, 1110, 1119, 197, 2085, 199, 2085, 197, 199, 197, 197, 2085, 197, 2085, 197, 199, 199, 197, 199, 199, 197, 1111, 1117, 197, 199, 1116, 197, 197, 199, 1113, 197, 1114, 199, 197, 199, 199, 1115, 199, 1120, 199, 1121, 1118, 199, 197, 197, 199, 1122, 197, 199, 1123, 197, 199, 199, 197, 197, 199, 1124, 197, 199, 1126, 197, 1738, 2085, 197, 197, 2085, 1128, 197, 199, 199, 197, 1426, 199, 1127, 1125, 199, 197, 197, 199, 199, 1132, 197, 199, 761, 197, 199, 1129, 1135, 199, 199, 1130, 1134, 199, 1133, 197, 199, 1131, 197, 739, 197, 1138, 199, 199, 197, 197, 1136, 199, 197, 1137, 199, 197, 2085, 197, 1139, 197, 197, 197, 1140, 197, 199, 2085, 2085, 199, 197, 199, 2085, 1143, 1142, 199, 199, 1141, 751, 199, 197, 197, 199, 1144, 199, 1238, 199, 199, 199, 197, 199, 197, 1149, 1146, 1151, 199, 2085, 1145, 1238, 197, 197, 2085, 197, 1153, 1147, 199, 199, 1148, 197, 197, 1150, 1152, 197, 197, 199, 197, 199, 197, 1856, 197, 197, 1155, 197, 1154, 199, 199, 1156, 199, 197, 2085, 761, 1112, 1157, 199, 199, 197, 197, 199, 199, 197, 199, 1160, 199, 1158, 199, 199, 197, 199, 1162, 197, 197, 197, 2085, 199, 1164, 1159, 197, 1161, 197, 1163, 199, 199, 197, 2085, 199, 197, 197, 1049, 1165, 197, 1166, 199, 197, 197, 199, 199, 199, 1167, 2085, 1168, 197, 199, 2085, 199, 2085, 2085, 197, 199, 1169, 197, 199, 199, 197, 197, 199, 2085, 197, 199, 199, 1170, 197, 1171, 1172, 1119, 1733, 199, 1175, 1176, 1177, 1178, 1173, 199, 197, 197, 199, 2085, 761, 199, 199, 197, 1174, 199, 197, 1129, 197, 199, 1179, 1130, 197, 1181, 197, 197, 1180, 197, 2085, 197, 197, 199, 199, 197, 1182, 1184, 197, 1183, 199, 197, 197, 199, 1186, 199, 2085, 197, 197, 199, 197, 199, 199, 1188, 199, 1185, 199, 199, 1189, 197, 199, 197, 197, 199, 1187, 2085, 199, 199, 1190, 197, 197, 1194, 199, 199, 2085, 199, 1191, 197, 1195, 1193, 1192, 197, 197, 1196, 199, 1199, 199, 199, 197, 1198, 1197, 1204, 2085, 197, 199, 199, 197, 197, 1200, 1202, 1119, 197, 199, 2085, 197, 197, 199, 199, 1201, 197, 197, 2085, 1207, 199, 2085, 197, 197, 1203, 199, 2085, 197, 199, 199, 197, 1206, 1205, 199, 197, 1208, 199, 199, 1209, 2085, 1210, 199, 199, 1212, 1213, 1214, 1211, 199, 199, 1859, 1803, 1216, 199, 1218, 1913, 199, 2085, 1215, 2085, 199, 1220, 761, 761, 1219, 1217, 2085, 761, 1252, 197, 1222, 1221, 1223, 1223, 1223, 1223, 1223, 1223, 1223, 1223, 1002, 1002, 1002, 1002, 1002, 1002, 1002, 1002, 743, 743, 743, 743, 743, 743, 199, 1949, 2085, 1850, 2085, 1952, 743, 743, 2085, 743, 743, 2085, 2085, 761, 197, 761, 1251, 761, 1225, 2085, 1233, 1225, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 2085, 199, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 2085, 2085, 2085, 197, 197, 197, 197, 197, 2085, 2085, 197, 2085, 197, 743, 1249, 2085, 743, 1019, 2085, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 1245, 1021, 199, 199, 199, 199, 199, 1246, 1246, 199, 1257, 199, 197, 761, 197, 197, 1246, 1246, 1246, 1246, 1246, 1246, 1250, 1253, 197, 1254, 1256, 1255, 1258, 197, 197, 197, 2085, 197, 197, 197, 197, 199, 1853, 199, 199, 2085, 197, 197, 197, 1259, 197, 1260, 1261, 199, 761, 2085, 197, 197, 199, 199, 199, 1262, 199, 199, 199, 199, 197, 1264, 197, 2085, 1263, 199, 199, 199, 1265, 199, 197, 197, 197, 1268, 1266, 199, 199, 197, 2085, 1271, 1273, 1267, 197, 197, 197, 199, 197, 199, 1270, 1269, 197, 1274, 197, 2085, 197, 199, 199, 199, 1280, 2085, 2085, 1955, 199, 1272, 197, 1276, 197, 199, 199, 199, 2085, 199, 197, 761, 197, 199, 197, 199, 1275, 199, 2085, 197, 197, 197, 1277, 1279, 1278, 197, 197, 199, 197, 199, 197, 197, 197, 1281, 197, 199, 1283, 199, 197, 199, 2085, 2085, 1285, 1282, 199, 199, 199, 197, 197, 197, 199, 199, 1284, 199, 197, 199, 199, 199, 1288, 199, 197, 197, 1286, 199, 1289, 1291, 1293, 1292, 2085, 1287, 197, 197, 199, 199, 199, 197, 2085, 2085, 1290, 199, 197, 197, 197, 197, 197, 199, 199, 197, 1297, 197, 1295, 1294, 1296, 1299, 197, 199, 199, 2085, 2085, 197, 199, 1300, 1301, 197, 197, 199, 199, 199, 199, 199, 1298, 1305, 199, 197, 199, 197, 1310, 1302, 197, 199, 197, 2085, 1304, 1303, 199, 1307, 1306, 2085, 199, 199, 197, 1308, 2085, 197, 197, 1311, 1309, 197, 199, 197, 199, 197, 1856, 199, 197, 199, 1312, 1313, 197, 2085, 197, 1318, 1315, 2085, 761, 199, 2085, 1314, 199, 199, 197, 197, 199, 197, 199, 197, 199, 1317, 197, 199, 1316, 197, 197, 199, 1322, 199, 1321, 197, 1320, 1325, 2085, 1319, 197, 1324, 197, 199, 199, 197, 199, 197, 199, 2085, 1323, 199, 197, 197, 199, 199, 2085, 2085, 197, 197, 199, 197, 1330, 1327, 197, 199, 197, 199, 1326, 197, 199, 1328, 199, 1329, 1331, 1958, 1859, 199, 199, 197, 197, 1332, 1333, 199, 199, 2085, 199, 761, 761, 199, 197, 199, 197, 197, 199, 1334, 197, 197, 197, 197, 1335, 1336, 1961, 2085, 199, 199, 1337, 197, 197, 197, 1338, 197, 1339, 1341, 761, 199, 197, 199, 199, 1340, 197, 199, 199, 199, 199, 1344, 197, 1343, 1342, 197, 197, 1348, 199, 199, 199, 197, 199, 197, 197, 1345, 1346, 199, 197, 197, 197, 199, 197, 1347, 197, 197, 197, 199, 1358, 197, 199, 199, 1349, 197, 2085, 1259, 199, 2085, 199, 199, 1350, 2085, 1353, 199, 199, 199, 1268, 199, 197, 199, 199, 199, 2085, 1351, 199, 197, 1318, 197, 199, 1352, 1354, 197, 1356, 197, 197, 197, 1355, 197, 197, 2085, 1357, 2085, 197, 199, 197, 1803, 1359, 1360, 197, 197, 199, 197, 199, 197, 197, 197, 199, 761, 199, 199, 199, 197, 199, 199, 1362, 1363, 1361, 199, 197, 199, 1259, 197, 197, 199, 199, 2085, 199, 1365, 199, 199, 199, 197, 1364, 197, 197, 197, 199, 197, 197, 197, 197, 197, 197, 199, 197, 2085, 199, 199, 197, 1366, 1367, 197, 2085, 2085, 2085, 2085, 199, 197, 199, 199, 199, 197, 199, 199, 199, 199, 199, 199, 2085, 199, 197, 197, 197, 199, 197, 197, 199, 1371, 1368, 1375, 1369, 1370, 199, 1299, 197, 1372, 199, 1373, 197, 1374, 1377, 197, 2085, 1378, 1376, 199, 199, 199, 197, 199, 199, 197, 2085, 197, 1379, 1380, 197, 2085, 197, 199, 197, 2085, 197, 199, 1383, 197, 199, 1384, 1381, 197, 1382, 197, 197, 199, 1388, 2085, 199, 1386, 199, 197, 2085, 199, 1390, 199, 197, 199, 1385, 199, 2085, 1387, 199, 1913, 197, 197, 199, 1398, 199, 199, 1391, 197, 1389, 2085, 1949, 761, 199, 1393, 1394, 1392, 1397, 199, 1850, 197, 2085, 1395, 761, 2085, 1396, 199, 199, 2085, 2085, 2085, 761, 2085, 199, 2085, 1399, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1222, 199, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 1401, 743, 743, 743, 743, 743, 743, 1952, 1853, 1955, 1856, 1958, 1859, 743, 743, 1961, 743, 743, 2085, 761, 761, 761, 761, 761, 761, 1225, 2085, 761, 1225, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1233, 197, 1412, 1412, 1412, 1412, 1412, 1412, 1412, 1412, 1422, 2085, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 197, 1021, 197, 197, 197, 197, 199, 197, 1427, 197, 197, 743, 197, 761, 743, 197, 197, 197, 197, 197, 197, 1427, 2085, 2085, 197, 199, 197, 199, 199, 199, 199, 2085, 199, 1428, 199, 199, 197, 199, 197, 2085, 199, 199, 199, 199, 199, 199, 197, 1431, 1434, 199, 1436, 199, 197, 1429, 197, 1430, 1433, 197, 1432, 197, 197, 199, 197, 199, 1435, 197, 197, 2085, 1437, 197, 197, 199, 2085, 1438, 2085, 2085, 1439, 199, 197, 199, 197, 197, 199, 197, 199, 199, 1440, 199, 2085, 2085, 199, 199, 1443, 197, 199, 199, 197, 1444, 197, 1446, 1441, 197, 197, 199, 197, 199, 199, 197, 199, 197, 1442, 1445, 197, 1448, 1449, 2085, 1450, 197, 199, 1447, 197, 199, 2085, 199, 197, 1451, 199, 199, 197, 199, 197, 197, 199, 197, 199, 197, 197, 199, 197, 1913, 1452, 2085, 199, 197, 197, 199, 2085, 1454, 197, 199, 1453, 761, 1455, 199, 197, 199, 199, 2085, 199, 197, 199, 199, 2085, 199, 1459, 197, 1456, 197, 199, 199, 1457, 1462, 1460, 199, 197, 1463, 1458, 197, 197, 199, 197, 1465, 1461, 2085, 199, 2006, 197, 1466, 197, 197, 199, 197, 199, 1464, 197, 197, 197, 761, 2085, 199, 197, 197, 199, 199, 197, 199, 1467, 2085, 1469, 1468, 1471, 199, 2085, 199, 199, 197, 199, 197, 197, 199, 199, 199, 1470, 1472, 197, 199, 199, 1476, 197, 199, 197, 197, 1474, 197, 197, 197, 1473, 1475, 2085, 1949, 199, 197, 199, 199, 197, 2085, 2085, 197, 1477, 199, 1478, 761, 2085, 199, 197, 199, 199, 197, 199, 199, 199, 197, 2085, 1481, 1483, 197, 199, 197, 197, 199, 1482, 1479, 199, 2085, 197, 197, 1480, 1484, 197, 199, 197, 197, 199, 1487, 2085, 197, 199, 1485, 197, 197, 199, 197, 199, 199, 197, 1486, 197, 197, 1488, 199, 199, 2085, 197, 199, 197, 199, 199, 197, 197, 1489, 199, 2085, 1952, 199, 199, 197, 199, 1490, 1491, 199, 1493, 199, 199, 197, 761, 1492, 1497, 199, 197, 199, 197, 197, 199, 199, 197, 197, 1499, 1494, 1501, 1496, 199, 1495, 2085, 197, 197, 197, 197, 197, 199, 1498, 197, 1500, 1502, 199, 197, 199, 199, 197, 197, 199, 199, 197, 197, 1503, 2085, 1505, 197, 1504, 199, 199, 199, 199, 199, 2085, 197, 199, 197, 1511, 197, 199, 197, 1512, 199, 199, 1506, 197, 199, 199, 197, 1508, 197, 199, 2085, 197, 197, 1510, 1519, 197, 1507, 199, 197, 199, 1509, 199, 197, 199, 197, 197, 1513, 1515, 199, 197, 1514, 199, 197, 199, 1516, 1517, 199, 199, 197, 197, 199, 197, 2085, 199, 197, 197, 197, 199, 1518, 199, 199, 2085, 1523, 1520, 199, 197, 197, 199, 197, 1521, 2085, 1955, 1522, 199, 199, 1958, 199, 1527, 2085, 199, 199, 199, 1524, 761, 197, 2085, 1525, 761, 2085, 2085, 199, 199, 1526, 199, 2085, 1528, 1530, 1562, 1564, 1529, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1542, 199, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1961, 1913, 2085, 2085, 1561, 197, 1013, 1013, 2085, 2085, 2085, 2085, 761, 761, 197, 1013, 1013, 1013, 1013, 1013, 1013, 1556, 1556, 1556, 1556, 1556, 1556, 1556, 1556, 1422, 199, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 1557, 199, 197, 197, 197, 197, 197, 197, 197, 197, 2085, 2085, 197, 197, 197, 1563, 197, 197, 197, 197, 2085, 197, 197, 1565, 197, 2085, 2085, 199, 199, 199, 199, 199, 199, 199, 199, 1566, 1570, 199, 199, 199, 1569, 199, 199, 199, 199, 1568, 199, 199, 197, 199, 1567, 1577, 2085, 197, 197, 1571, 197, 197, 197, 197, 1572, 1573, 1574, 197, 1575, 197, 197, 197, 197, 1576, 197, 197, 197, 199, 197, 197, 197, 1578, 199, 199, 197, 199, 199, 199, 199, 1579, 2085, 2085, 199, 197, 199, 199, 199, 199, 197, 199, 199, 199, 197, 199, 199, 199, 197, 1583, 197, 199, 2085, 197, 1584, 2085, 197, 1580, 1581, 197, 199, 197, 197, 2085, 1582, 199, 197, 197, 1585, 199, 197, 2085, 197, 199, 2085, 199, 197, 1588, 199, 197, 1587, 199, 2085, 197, 199, 1590, 199, 199, 1586, 197, 197, 199, 199, 1591, 197, 199, 1589, 199, 2085, 1593, 197, 199, 197, 197, 199, 197, 197, 1592, 199, 197, 197, 197, 2085, 197, 199, 199, 1596, 1595, 197, 199, 197, 2085, 197, 1594, 197, 199, 197, 199, 199, 197, 199, 199, 2085, 1597, 199, 199, 199, 1598, 199, 1600, 197, 2085, 197, 199, 1604, 199, 1601, 199, 1599, 199, 197, 199, 197, 197, 199, 197, 1614, 1602, 197, 1603, 197, 1615, 1606, 2085, 1607, 199, 1605, 199, 197, 197, 197, 197, 2085, 1608, 1619, 199, 197, 199, 199, 1621, 199, 1611, 1609, 199, 1612, 199, 197, 197, 1613, 1616, 1622, 197, 197, 199, 199, 199, 199, 197, 1610, 197, 1623, 199, 197, 197, 1618, 197, 197, 1617, 197, 2085, 1627, 199, 199, 197, 197, 197, 199, 199, 1620, 197, 2006, 1625, 199, 2085, 199, 1949, 2085, 199, 199, 1624, 199, 199, 761, 199, 1626, 1629, 2085, 761, 199, 199, 199, 1630, 2085, 1664, 199, 1628, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1631, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1542, 2085, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1645, 1648, 1952, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1237, 1955, 2085, 761, 2085, 2085, 1236, 1236, 2085, 2085, 2085, 2085, 2085, 761, 197, 1236, 1236, 1236, 1236, 1236, 1236, 1658, 197, 1659, 1659, 1659, 1659, 1659, 1659, 1659, 1659, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 199, 197, 197, 197, 197, 197, 1247, 1247, 199, 1958, 197, 197, 197, 197, 197, 1247, 1247, 1247, 1247, 1247, 1247, 761, 197, 197, 197, 197, 199, 199, 199, 199, 199, 197, 197, 2085, 1665, 199, 199, 199, 199, 199, 197, 1668, 197, 197, 197, 1666, 1670, 199, 199, 199, 199, 197, 197, 197, 1667, 197, 199, 199, 1672, 1669, 197, 1676, 2085, 197, 197, 199, 197, 199, 199, 199, 197, 197, 197, 197, 1673, 1671, 199, 199, 199, 197, 199, 197, 1674, 197, 1675, 199, 197, 1677, 199, 199, 197, 199, 2085, 197, 197, 199, 199, 199, 199, 2085, 197, 1678, 197, 197, 199, 2085, 199, 197, 199, 197, 1679, 199, 197, 1680, 1681, 199, 1682, 1685, 199, 199, 197, 197, 197, 197, 1683, 199, 2085, 199, 199, 197, 1686, 1684, 199, 1687, 199, 197, 197, 199, 197, 197, 1689, 197, 197, 1690, 2085, 199, 199, 199, 199, 197, 1688, 1691, 1692, 197, 199, 197, 197, 197, 1702, 2085, 199, 199, 2085, 199, 199, 1961, 199, 199, 197, 1693, 1694, 1699, 197, 2085, 199, 2085, 2006, 761, 199, 2085, 199, 199, 199, 2085, 1695, 1696, 2085, 1697, 761, 1698, 1703, 197, 197, 199, 2085, 197, 1701, 199, 1700, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 197, 199, 199, 1704, 1648, 199, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1722, 1237, 2006, 2085, 2085, 2085, 197, 1413, 1413, 2085, 2085, 2085, 199, 2085, 761, 2085, 1413, 1413, 1413, 1413, 1413, 1413, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1658, 199, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1735, 1738, 2085, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1426, 197, 197, 197, 197, 197, 1425, 1425, 197, 1743, 2085, 197, 761, 2085, 197, 1425, 1425, 1425, 1425, 1425, 1425, 2085, 197, 197, 197, 197, 199, 199, 199, 199, 199, 1742, 197, 199, 1740, 1741, 199, 1744, 1746, 199, 197, 197, 1747, 197, 197, 197, 1745, 199, 199, 199, 199, 197, 197, 197, 197, 197, 197, 199, 2085, 197, 1749, 197, 1748, 197, 1758, 199, 199, 2085, 199, 199, 199, 197, 197, 2085, 197, 197, 199, 199, 199, 199, 199, 199, 197, 1750, 199, 1751, 199, 1756, 199, 197, 197, 1755, 1753, 1754, 2085, 2085, 199, 199, 1752, 199, 199, 197, 197, 197, 197, 2085, 1757, 199, 2085, 2085, 1759, 2085, 2085, 1760, 199, 199, 197, 1764, 2085, 1761, 1763, 1762, 2085, 1769, 2085, 2085, 199, 199, 199, 199, 1766, 1765, 1767, 1785, 1785, 1785, 1785, 1785, 1785, 1785, 1785, 199, 2085, 1788, 1768, 1789, 1789, 1789, 1789, 1789, 1789, 1789, 1789, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 197, 197, 2085, 197, 761, 1738, 2085, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1426, 2085, 197, 2085, 197, 197, 1558, 1558, 197, 197, 199, 199, 761, 199, 197, 1558, 1558, 1558, 1558, 1558, 1558, 1808, 197, 197, 197, 197, 1807, 199, 1806, 199, 199, 2085, 197, 199, 199, 197, 197, 1810, 197, 199, 2085, 197, 1809, 2085, 197, 197, 2085, 199, 199, 199, 199, 1812, 2085, 197, 197, 2085, 1811, 199, 197, 197, 199, 199, 2085, 199, 197, 1816, 199, 2085, 1813, 199, 199, 1814, 197, 197, 197, 197, 197, 1815, 199, 199, 1817, 2085, 2085, 199, 199, 2085, 1818, 1819, 2085, 199, 1821, 2085, 1820, 2085, 2085, 1823, 1822, 199, 199, 199, 199, 199, 1824, 1844, 1844, 1844, 1844, 1844, 1844, 1844, 1844, 2085, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1860, 1825, 1826, 1788, 197, 1845, 1845, 1845, 1845, 1845, 1845, 1845, 1845, 761, 1863, 197, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 197, 197, 197, 197, 197, 199, 197, 197, 2085, 2085, 197, 197, 2085, 197, 197, 197, 199, 1871, 1872, 197, 2085, 1865, 197, 2085, 197, 199, 199, 199, 199, 199, 197, 199, 199, 1866, 1867, 199, 199, 1869, 199, 199, 199, 2085, 2085, 2085, 199, 1873, 2085, 199, 1868, 199, 2085, 2085, 2085, 2085, 2085, 199, 2085, 2085, 1870, 197, 1875, 1874, 2085, 2085, 2085, 1897, 1876, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1863, 199, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 1915, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 1922, 2085, 197, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 197, 197, 2085, 2085, 199, 199, 199, 199, 199, 199, 199, 199, 199, 199, 1918, 1920, 199, 2085, 2085, 197, 2085, 1917, 1919, 2085, 2085, 199, 199, 1916, 197, 197, 197, 1921, 1923, 1897, 1924, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1944, 1964, 199, 1965, 1965, 1965, 1965, 1965, 1965, 1965, 1965, 199, 199, 199, 197, 197, 197, 2085, 1967, 2085, 2085, 2085, 2085, 2085, 1966, 197, 197, 1968, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1969, 2085, 2085, 199, 199, 199, 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2007, 199, 199, 197, 197, 197, 1971, 1972, 197, 197, 197, 1964, 1970, 2008, 2008, 2008, 2008, 2008, 2008, 2008, 2008, 2085, 197, 197, 197, 2085, 197, 2085, 199, 199, 199, 2085, 2085, 199, 199, 199, 2085, 2085, 2085, 2085, 2042, 2012, 2013, 2085, 2085, 197, 2009, 199, 199, 199, 2010, 199, 197, 2011, 2024, 2024, 2024, 2024, 2024, 2024, 2024, 2024, 2041, 2041, 2041, 2041, 2041, 2041, 2041, 2041, 199, 2045, 2044, 197, 197, 197, 197, 199, 2043, 197, 197, 197, 761, 2064, 2064, 2064, 2064, 2064, 2064, 2064, 2064, 2065, 197, 197, 197, 2085, 197, 197, 199, 199, 199, 199, 2066, 761, 199, 199, 199, 2067, 2068, 2080, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 199, 199, 199, 2079, 199, 199, 2078, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2083, 2085, 2085, 2085, 2085, 2082, 2085, 2085, 2085, 2084, 193, 193, 193, 193, 193, 193, 193, 193, 193, 193, 193, 193, 193, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 195, 198, 198, 198, 198, 198, 2085, 198, 198, 2085, 198, 198, 217, 217, 217, 2085, 2085, 217, 455, 455, 455, 2085, 2085, 455, 453, 453, 453, 2085, 2085, 453, 457, 2085, 457, 2085, 2085, 457, 468, 468, 468, 2085, 2085, 468, 735, 2085, 2085, 2085, 735, 735, 2085, 735, 735, 740, 740, 740, 2085, 2085, 740, 744, 2085, 744, 2085, 2085, 744, 744, 744, 2085, 2085, 744, 746, 2085, 746, 2085, 2085, 746, 752, 752, 752, 2085, 2085, 752, 755, 755, 755, 2085, 2085, 755, 756, 756, 756, 2085, 2085, 756, 996, 996, 996, 996, 2085, 996, 996, 2085, 996, 996, 999, 999, 2085, 2085, 2085, 999, 999, 1001, 1001, 1001, 2085, 2085, 1001, 1002, 1002, 2085, 2085, 2085, 2085, 1002, 1003, 2085, 1003, 2085, 2085, 1003, 1003, 1003, 2085, 2085, 1003, 1004, 1004, 1004, 2085, 2085, 1004, 1006, 1006, 1006, 2085, 2085, 1006, 1013, 2085, 1013, 2085, 2085, 1013, 1012, 1012, 1012, 2085, 2085, 1012, 1015, 1015, 1015, 2085, 2085, 1015, 1016, 1016, 1016, 2085, 2085, 1016, 1018, 2085, 1018, 2085, 1018, 1018, 1224, 2085, 1224, 2085, 2085, 1224, 1224, 1224, 2085, 2085, 1224, 1226, 2085, 1226, 2085, 2085, 1226, 1226, 1226, 2085, 2085, 1226, 1227, 1227, 1227, 2085, 2085, 1227, 1229, 2085, 1229, 2085, 2085, 1229, 1230, 1230, 1230, 2085, 2085, 1230, 1231, 2085, 1231, 2085, 2085, 1231, 1235, 2085, 1235, 1235, 1235, 2085, 2085, 1235, 1236, 1236, 1236, 2085, 2085, 1236, 1239, 1239, 1239, 2085, 2085, 1239, 1240, 1240, 1240, 2085, 2085, 1240, 1242, 1242, 1242, 2085, 1242, 1242, 1247, 2085, 1247, 2085, 2085, 1247, 1003, 2085, 1003, 2085, 2085, 1003, 1003, 1003, 2085, 2085, 1003, 1402, 1402, 1402, 2085, 2085, 1402, 1403, 1403, 1403, 2085, 2085, 1403, 1404, 1404, 1404, 2085, 2085, 1404, 1406, 1406, 1406, 2085, 2085, 1406, 1408, 1408, 1408, 2085, 2085, 1408, 1409, 1409, 1409, 2085, 2085, 1409, 1413, 1413, 1413, 2085, 2085, 1413, 1414, 2085, 1414, 2085, 2085, 1414, 1416, 1416, 1416, 2085, 2085, 1416, 1417, 1417, 1417, 2085, 2085, 1417, 1419, 2085, 1419, 2085, 1419, 1419, 1420, 1420, 1420, 2085, 1420, 1420, 1421, 2085, 1421, 2085, 2085, 1421, 1424, 2085, 1424, 1424, 1424, 2085, 1424, 1424, 1425, 1425, 1425, 2085, 1425, 1425, 1532, 1532, 1532, 2085, 2085, 1532, 1534, 1534, 1534, 2085, 2085, 1534, 1535, 1535, 1535, 2085, 2085, 1535, 1537, 2085, 1537, 2085, 2085, 1537, 1538, 1538, 1538, 2085, 2085, 1538, 1539, 2085, 1539, 2085, 2085, 1539, 1540, 1540, 1540, 2085, 2085, 1540, 1541, 2085, 1541, 2085, 2085, 1541, 1544, 1544, 1544, 2085, 2085, 1544, 1545, 1545, 1545, 2085, 2085, 1545, 1548, 1548, 1548, 2085, 2085, 1548, 1549, 1549, 1549, 2085, 2085, 1549, 1551, 1551, 1551, 2085, 1551, 1551, 1553, 1553, 1553, 2085, 1553, 1553, 1554, 1554, 1554, 2085, 1554, 1554, 1558, 1558, 1558, 2085, 1558, 1558, 1559, 2085, 1559, 2085, 2085, 1559, 1403, 1403, 1403, 2085, 2085, 1403, 1632, 1632, 1632, 2085, 2085, 1632, 1633, 1633, 1633, 2085, 2085, 1633, 1634, 1634, 1634, 2085, 2085, 1634, 1636, 1636, 1636, 2085, 2085, 1636, 1638, 1638, 1638, 2085, 2085, 1638, 1639, 1639, 1639, 2085, 2085, 1639, 1641, 1641, 1641, 2085, 2085, 1641, 1642, 1642, 1642, 2085, 2085, 1642, 1646, 1646, 1646, 2085, 2085, 1646, 1647, 2085, 1647, 2085, 2085, 1647, 1650, 1650, 1650, 2085, 2085, 1650, 1651, 1651, 1651, 2085, 2085, 1651, 1653, 2085, 1653, 2085, 1653, 1653, 1654, 1654, 1654, 2085, 1654, 1654, 1655, 2085, 1655, 2085, 2085, 1655, 1656, 1656, 1656, 2085, 1656, 1656, 1657, 2085, 1657, 2085, 2085, 1657, 1660, 1660, 1660, 2085, 1660, 1660, 1661, 1661, 1661, 2085, 1661, 1661, 1705, 1705, 1705, 2085, 2085, 1705, 1707, 1707, 1707, 2085, 2085, 1707, 1708, 1708, 1708, 2085, 2085, 1708, 1710, 2085, 1710, 2085, 2085, 1710, 1711, 1711, 1711, 2085, 2085, 1711, 1712, 2085, 1712, 2085, 2085, 1712, 1713, 1713, 1713, 2085, 2085, 1713, 1714, 2085, 1714, 2085, 2085, 1714, 1715, 1715, 1715, 2085, 2085, 1715, 1716, 2085, 1716, 2085, 2085, 1716, 1718, 1718, 1718, 2085, 2085, 1718, 1719, 1719, 1719, 2085, 2085, 1719, 1723, 1723, 1723, 2085, 2085, 1723, 1724, 1724, 1724, 2085, 2085, 1724, 1726, 1726, 1726, 2085, 1726, 1726, 1728, 1728, 1728, 2085, 1728, 1728, 1729, 1729, 1729, 2085, 1729, 1729, 1731, 1731, 1731, 2085, 1731, 1731, 1732, 1732, 1732, 2085, 1732, 1732, 1736, 1736, 1736, 2085, 1736, 1736, 1737, 2085, 1737, 2085, 2085, 1737, 1633, 1633, 1633, 2085, 2085, 1633, 1770, 1770, 1770, 2085, 2085, 1770, 1771, 1771, 1771, 2085, 2085, 1771, 1772, 1772, 1772, 2085, 2085, 1772, 1774, 1774, 1774, 2085, 2085, 1774, 1776, 1776, 1776, 2085, 2085, 1776, 1777, 1777, 1777, 2085, 2085, 1777, 1779, 1779, 1779, 2085, 2085, 1779, 1780, 1780, 1780, 2085, 2085, 1780, 1782, 1782, 1782, 2085, 2085, 1782, 1783, 1783, 1783, 2085, 2085, 1783, 1786, 1786, 1786, 2085, 2085, 1786, 1787, 2085, 1787, 2085, 2085, 1787, 1544, 2085, 1544, 1544, 1544, 2085, 2085, 1544, 1790, 1790, 1790, 2085, 2085, 1790, 1791, 1791, 1791, 2085, 2085, 1791, 1793, 2085, 1793, 2085, 1793, 1793, 1794, 1794, 1794, 2085, 1794, 1794, 1795, 2085, 1795, 2085, 2085, 1795, 1796, 1796, 1796, 2085, 1796, 1796, 1797, 2085, 1797, 2085, 2085, 1797, 1798, 1798, 1798, 2085, 1798, 1798, 1799, 2085, 1799, 2085, 2085, 1799, 1801, 1801, 1801, 2085, 1801, 1801, 1802, 1802, 1802, 2085, 1802, 1802, 1827, 1827, 1827, 2085, 2085, 1827, 1829, 1829, 1829, 2085, 2085, 1829, 1830, 1830, 1830, 2085, 2085, 1830, 1832, 2085, 1832, 2085, 2085, 1832, 1833, 1833, 1833, 2085, 2085, 1833, 1834, 2085, 1834, 2085, 2085, 1834, 1835, 1835, 1835, 2085, 2085, 1835, 1836, 2085, 1836, 2085, 2085, 1836, 1837, 1837, 1837, 2085, 2085, 1837, 1838, 2085, 1838, 2085, 2085, 1838, 1839, 1839, 1839, 2085, 2085, 1839, 1840, 2085, 1840, 2085, 2085, 1840, 1841, 1841, 1841, 2085, 2085, 1841, 1842, 1842, 1842, 2085, 2085, 1842, 1846, 1846, 1846, 2085, 2085, 1846, 1847, 1847, 1847, 2085, 2085, 1847, 1849, 1849, 1849, 2085, 1849, 1849, 1851, 1851, 1851, 2085, 1851, 1851, 1852, 1852, 1852, 2085, 1852, 1852, 1854, 1854, 1854, 2085, 1854, 1854, 1855, 1855, 1855, 2085, 1855, 1855, 1857, 1857, 1857, 2085, 1857, 1857, 1858, 1858, 1858, 2085, 1858, 1858, 1861, 1861, 1861, 2085, 1861, 1861, 1862, 2085, 1862, 2085, 2085, 1862, 1660, 2085, 1660, 1660, 1660, 2085, 1660, 1660, 1771, 1771, 1771, 2085, 2085, 1771, 1877, 1877, 1877, 2085, 2085, 1877, 1878, 1878, 1878, 2085, 2085, 1878, 1879, 1879, 1879, 2085, 2085, 1879, 1881, 1881, 1881, 2085, 2085, 1881, 1883, 1883, 1883, 2085, 2085, 1883, 1884, 1884, 1884, 2085, 2085, 1884, 1886, 1886, 1886, 2085, 2085, 1886, 1887, 1887, 1887, 2085, 2085, 1887, 1889, 1889, 1889, 2085, 2085, 1889, 1890, 1890, 1890, 2085, 2085, 1890, 1892, 1892, 1892, 2085, 2085, 1892, 1893, 1893, 1893, 2085, 2085, 1893, 1895, 1895, 1895, 2085, 2085, 1895, 1896, 2085, 1896, 2085, 2085, 1896, 1899, 1899, 1899, 2085, 2085, 1899, 1900, 1900, 1900, 2085, 2085, 1900, 1902, 2085, 1902, 2085, 1902, 1902, 1903, 1903, 1903, 2085, 1903, 1903, 1904, 2085, 1904, 2085, 2085, 1904, 1905, 1905, 1905, 2085, 1905, 1905, 1906, 2085, 1906, 2085, 2085, 1906, 1907, 1907, 1907, 2085, 1907, 1907, 1908, 2085, 1908, 2085, 2085, 1908, 1909, 1909, 1909, 2085, 1909, 1909, 1910, 2085, 1910, 2085, 2085, 1910, 1911, 1911, 1911, 2085, 1911, 1911, 1912, 1912, 1912, 2085, 1912, 1912, 198, 198, 198, 198, 198, 2085, 198, 198, 2085, 198, 198, 1925, 1925, 1925, 2085, 2085, 1925, 1926, 1926, 1926, 2085, 2085, 1926, 1927, 1927, 1927, 2085, 2085, 1927, 1929, 2085, 1929, 2085, 2085, 1929, 1930, 1930, 1930, 2085, 2085, 1930, 1931, 2085, 1931, 2085, 2085, 1931, 1932, 1932, 1932, 2085, 2085, 1932, 1933, 2085, 1933, 2085, 2085, 1933, 1934, 1934, 1934, 2085, 2085, 1934, 1935, 2085, 1935, 2085, 2085, 1935, 1936, 1936, 1936, 2085, 2085, 1936, 1937, 2085, 1937, 2085, 2085, 1937, 1938, 1938, 1938, 2085, 2085, 1938, 1939, 2085, 1939, 2085, 2085, 1939, 1940, 1940, 1940, 2085, 2085, 1940, 1941, 1941, 1941, 2085, 2085, 1941, 1945, 1945, 1945, 2085, 2085, 1945, 1946, 1946, 1946, 2085, 2085, 1946, 1948, 1948, 1948, 2085, 1948, 1948, 1950, 1950, 1950, 2085, 1950, 1950, 1951, 1951, 1951, 2085, 1951, 1951, 1953, 1953, 1953, 2085, 1953, 1953, 1954, 1954, 1954, 2085, 1954, 1954, 1956, 1956, 1956, 2085, 1956, 1956, 1957, 1957, 1957, 2085, 1957, 1957, 1959, 1959, 1959, 2085, 1959, 1959, 1960, 1960, 1960, 2085, 1960, 1960, 1962, 1962, 1962, 2085, 1962, 1962, 1963, 2085, 1963, 2085, 2085, 1963, 198, 198, 198, 198, 198, 2085, 198, 198, 2085, 198, 198, 1878, 1878, 1878, 2085, 2085, 1878, 1973, 1973, 1973, 2085, 2085, 1973, 1974, 1974, 1974, 2085, 2085, 1974, 1976, 2085, 1976, 2085, 2085, 1976, 1977, 1977, 1977, 2085, 2085, 1977, 1978, 2085, 1978, 2085, 2085, 1978, 1979, 1979, 1979, 2085, 2085, 1979, 1980, 2085, 1980, 2085, 2085, 1980, 1981, 1981, 1981, 2085, 2085, 1981, 1982, 2085, 1982, 2085, 2085, 1982, 1983, 1983, 1983, 2085, 2085, 1983, 1984, 2085, 1984, 2085, 2085, 1984, 1985, 1985, 1985, 2085, 2085, 1985, 1986, 2085, 1986, 2085, 2085, 1986, 1987, 1987, 1987, 2085, 2085, 1987, 1988, 2085, 1988, 2085, 2085, 1988, 1990, 1990, 1990, 2085, 2085, 1990, 1991, 1991, 1991, 2085, 2085, 1991, 1993, 2085, 1993, 2085, 1993, 1993, 1994, 1994, 1994, 2085, 1994, 1994, 1995, 2085, 1995, 2085, 2085, 1995, 1996, 1996, 1996, 2085, 1996, 1996, 1997, 2085, 1997, 2085, 2085, 1997, 1998, 1998, 1998, 2085, 1998, 1998, 1999, 2085, 1999, 2085, 2085, 1999, 2000, 2000, 2000, 2085, 2000, 2000, 2001, 2085, 2001, 2085, 2085, 2001, 2002, 2002, 2002, 2085, 2002, 2002, 2003, 2085, 2003, 2085, 2085, 2003, 2004, 2004, 2004, 2085, 2004, 2004, 2005, 2005, 2005, 2085, 2005, 2005, 198, 198, 198, 198, 198, 2085, 198, 198, 2085, 198, 198, 2014, 2014, 2014, 2085, 2085, 2014, 2015, 2085, 2015, 2085, 2085, 2015, 2016, 2085, 2016, 2085, 2085, 2016, 2017, 2085, 2017, 2085, 2085, 2017, 2018, 2085, 2018, 2085, 2085, 2018, 2019, 2085, 2019, 2085, 2085, 2019, 2020, 2085, 2020, 2085, 2085, 2020, 2021, 2085, 2021, 2085, 2085, 2021, 2022, 2022, 2022, 2085, 2085, 2022, 2023, 2085, 2023, 2085, 2085, 2023, 2025, 2025, 2025, 2085, 2085, 2025, 2026, 2026, 2026, 2085, 2085, 2026, 2028, 2085, 2028, 2085, 2028, 2028, 2029, 2029, 2029, 2085, 2029, 2029, 2030, 2085, 2030, 2085, 2030, 2030, 2031, 2031, 2031, 2085, 2031, 2031, 2032, 2085, 2032, 2085, 2032, 2032, 2033, 2033, 2033, 2085, 2033, 2033, 2034, 2085, 2034, 2085, 2034, 2034, 2035, 2035, 2035, 2085, 2035, 2035, 2036, 2085, 2036, 2085, 2036, 2036, 2037, 2037, 2037, 2085, 2037, 2037, 2038, 2085, 2038, 2085, 2038, 2038, 2039, 2039, 2039, 2085, 2039, 2039, 2040, 2085, 2040, 2085, 2085, 2040, 2046, 2085, 2046, 2085, 2085, 2046, 2047, 2085, 2047, 2085, 2085, 2047, 2048, 2085, 2048, 2085, 2085, 2048, 2049, 2085, 2049, 2085, 2085, 2049, 2050, 2085, 2050, 2085, 2085, 2050, 2051, 2085, 2051, 2085, 2085, 2051, 2052, 2085, 2052, 2085, 2085, 2052, 2053, 2085, 2053, 2085, 2085, 2053, 2054, 2054, 2054, 2085, 2085, 2054, 2055, 2085, 2055, 2085, 2055, 2055, 2056, 2085, 2056, 2085, 2056, 2056, 2057, 2085, 2057, 2085, 2057, 2057, 2058, 2085, 2058, 2085, 2058, 2058, 2059, 2085, 2059, 2085, 2059, 2059, 2060, 2085, 2060, 2085, 2060, 2060, 2061, 2085, 2061, 2085, 2061, 2061, 2062, 2062, 2062, 2085, 2062, 2062, 2063, 2085, 2063, 2085, 2063, 2063, 2069, 2085, 2069, 2085, 2085, 2069, 1975, 2085, 1975, 2085, 2085, 1975, 2070, 2085, 2070, 2085, 2070, 2070, 2071, 2085, 2071, 2085, 2071, 2071, 2072, 2085, 2072, 2085, 2072, 2072, 2073, 2085, 2073, 2085, 2073, 2073, 2074, 2085, 2074, 2085, 2074, 2074, 2075, 2085, 2075, 2085, 2075, 2075, 2076, 2085, 2076, 2085, 2076, 2076, 2077, 2085, 2077, 2085, 2077, 2077, 2081, 2085, 2081, 2085, 2081, 2081, 2027, 2085, 2027, 2085, 2027, 2027, 47, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085 } ; static const flex_int16_t yy_chk[8524] = { 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, 1, 1, 1, 1, 1, 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, 9, 4, 63, 3, 66, 4, 2081, 19, 7, 8, 3, 3, 4, 4, 3, 9, 4, 5, 5, 5, 5, 5, 7, 8, 5, 10, 19, 63, 5, 20, 385, 5, 5, 66, 5, 5, 385, 29, 25, 25, 10, 11, 5, 6, 6, 6, 6, 6, 20, 11, 6, 25, 29, 11, 6, 11, 11, 6, 6, 11, 6, 6, 12, 13, 30, 13, 75, 13, 6, 14, 12, 14, 15, 14, 12, 2077, 12, 12, 13, 30, 12, 16, 67, 15, 14, 15, 15, 17, 15, 15, 18, 75, 16, 15, 16, 16, 114, 16, 16, 67, 17, 77, 16, 18, 114, 23, 17, 23, 23, 18, 77, 26, 26, 35, 23, 23, 23, 35, 2076, 35, 23, 23, 23, 24, 26, 24, 24, 2075, 67, 27, 112, 27, 24, 24, 24, 27, 27, 112, 24, 24, 24, 28, 27, 28, 31, 125, 31, 28, 28, 32, 31, 32, 33, 125, 28, 32, 36, 33, 127, 34, 36, 2074, 36, 33, 34, 37, 33, 33, 38, 37, 34, 39, 38, 34, 34, 40, 127, 37, 45, 427, 38, 43, 39, 45, 427, 45, 40, 39, 70, 70, 43, 40, 41, 2073, 41, 41, 41, 41, 43, 41, 41, 43, 117, 41, 44, 41, 144, 41, 72, 72, 41, 41, 42, 44, 42, 42, 42, 42, 144, 42, 42, 44, 117, 42, 44, 42, 95, 42, 46, 147, 42, 42, 2072, 46, 89, 46, 65, 119, 65, 65, 65, 65, 65, 65, 65, 65, 65, 148, 119, 147, 121, 95, 65, 65, 119, 65, 119, 148, 2071, 89, 2070, 65, 65, 65, 65, 65, 65, 156, 65, 121, 89, 80, 80, 65, 2064, 95, 80, 188, 122, 65, 80, 89, 80, 89, 65, 74, 80, 156, 2063, 80, 2061, 74, 74, 74, 74, 74, 74, 74, 74, 74, 82, 82, 188, 122, 2060, 74, 74, 2059, 82, 82, 74, 82, 123, 82, 74, 74, 74, 74, 74, 74, 83, 122, 83, 123, 83, 155, 188, 2058, 163, 155, 86, 123, 84, 83, 83, 83, 2057, 83, 83, 87, 83, 84, 85, 163, 83, 85, 84, 2056, 84, 84, 165, 85, 99, 84, 85, 86, 85, 165, 88, 86, 198, 86, 760, 86, 87, 2055, 101, 131, 87, 87, 131, 87, 90, 86, 131, 760, 86, 99, 86, 220, 2054, 2040, 87, 88, 99, 198, 222, 220, 88, 88, 88, 101, 158, 88, 99, 88, 99, 90, 99, 88, 88, 90, 88, 101, 158, 90, 92, 93, 158, 90, 91, 222, 90, 101, 91, 90, 2038, 91, 91, 90, 90, 91, 161, 94, 91, 161, 161, 91, 91, 91, 2036, 92, 93, 102, 96, 92, 2034, 93, 2032, 92, 92, 93, 92, 224, 93, 100, 233, 246, 94, 92, 1011, 93, 94, 93, 93, 92, 94, 180, 102, 96, 1011, 180, 94, 96, 107, 180, 94, 96, 224, 94, 100, 233, 246, 116, 102, 224, 102, 2030, 100, 113, 113, 96, 96, 96, 97, 100, 100, 113, 113, 107, 113, 151, 113, 107, 107, 108, 107, 226, 116, 225, 151, 1023, 116, 116, 107, 116, 116, 107, 151, 97, 344, 109, 107, 97, 1023, 97, 116, 97, 999, 2028, 108, 97, 226, 97, 225, 108, 97, 97, 97, 108, 97, 344, 108, 999, 1018, 227, 109, 97, 98, 108, 109, 108, 108, 225, 109, 226, 1018, 111, 111, 999, 109, 109, 111, 250, 109, 2027, 111, 109, 111, 109, 227, 1242, 111, 98, 118, 111, 111, 98, 186, 98, 120, 115, 227, 1242, 98, 98, 2026, 130, 250, 232, 115, 98, 98, 250, 98, 115, 98, 115, 115, 118, 115, 98, 115, 186, 118, 120, 126, 128, 118, 120, 2025, 118, 130, 120, 232, 186, 130, 130, 118, 130, 118, 118, 232, 2022, 118, 186, 228, 120, 120, 120, 130, 126, 128, 134, 1247, 126, 128, 1419, 136, 126, 128, 2014, 137, 2008, 236, 2003, 1247, 128, 128, 1419, 236, 228, 126, 126, 126, 126, 129, 236, 134, 129, 236, 1420, 134, 136, 2001, 129, 134, 137, 129, 139, 129, 136, 228, 1420, 137, 136, 466, 1012, 1999, 1997, 134, 134, 134, 466, 137, 136, 137, 1012, 137, 137, 138, 138, 1995, 1993, 139, 1421, 466, 238, 138, 138, 1992, 138, 139, 138, 142, 140, 140, 1421, 145, 139, 139, 141, 142, 140, 140, 142, 140, 139, 140, 1991, 141, 142, 238, 141, 142, 141, 142, 141, 141, 146, 1990, 238, 141, 145, 1987, 237, 245, 145, 149, 149, 149, 145, 145, 1722, 145, 1985, 162, 149, 149, 223, 149, 145, 149, 1722, 146, 153, 152, 145, 146, 152, 237, 245, 146, 1983, 237, 152, 146, 260, 152, 245, 152, 162, 1981, 1979, 223, 162, 146, 146, 146, 162, 153, 1977, 167, 1973, 153, 153, 1947, 153, 166, 223, 1424, 1245, 260, 162, 162, 162, 166, 242, 153, 166, 175, 1245, 1424, 175, 169, 166, 175, 167, 166, 175, 166, 167, 175, 1245, 175, 167, 167, 171, 167, 168, 168, 1946, 242, 263, 168, 167, 229, 168, 168, 169, 168, 167, 168, 169, 1945, 1944, 1941, 169, 169, 1940, 169, 242, 1938, 1936, 171, 171, 171, 169, 263, 248, 171, 229, 247, 169, 171, 229, 171, 172, 172, 229, 171, 171, 176, 171, 179, 172, 172, 174, 172, 263, 172, 172, 1934, 172, 248, 1932, 174, 247, 1425, 231, 1930, 174, 174, 174, 174, 248, 267, 176, 174, 179, 1425, 176, 176, 179, 176, 176, 247, 179, 179, 181, 179, 183, 183, 181, 231, 176, 181, 179, 1928, 183, 183, 267, 183, 179, 183, 239, 231, 181, 181, 200, 200, 200, 200, 200, 200, 200, 200, 201, 231, 201, 201, 201, 201, 201, 201, 201, 201, 201, 240, 1246, 239, 243, 253, 201, 201, 1927, 1926, 1925, 1427, 1246, 1915, 1901, 201, 201, 201, 201, 201, 201, 239, 201, 1427, 1246, 252, 240, 201, 256, 243, 253, 256, 1900, 201, 205, 205, 205, 205, 205, 205, 205, 205, 205, 1551, 240, 253, 243, 1899, 205, 205, 252, 1896, 1895, 256, 252, 1551, 1893, 205, 205, 205, 205, 205, 205, 206, 206, 206, 206, 206, 206, 206, 206, 207, 207, 207, 207, 207, 207, 207, 207, 208, 208, 208, 208, 208, 208, 208, 208, 753, 1892, 398, 1890, 1553, 398, 1889, 753, 398, 262, 279, 282, 254, 285, 1887, 398, 1553, 241, 398, 1886, 753, 1884, 1883, 1881, 1879, 207, 210, 210, 210, 210, 210, 210, 210, 210, 262, 279, 282, 254, 285, 255, 210, 210, 241, 230, 254, 262, 257, 251, 241, 210, 210, 210, 210, 210, 210, 216, 216, 216, 216, 216, 216, 216, 216, 249, 255, 241, 258, 1878, 230, 216, 216, 257, 251, 259, 264, 230, 251, 261, 216, 216, 216, 216, 216, 216, 230, 230, 1877, 255, 249, 1860, 251, 258, 230, 265, 257, 266, 251, 268, 259, 264, 249, 269, 261, 270, 273, 274, 276, 249, 1848, 271, 1847, 249, 272, 1846, 258, 1845, 259, 264, 265, 261, 266, 275, 268, 264, 272, 277, 269, 278, 270, 273, 274, 276, 1842, 273, 271, 269, 266, 272, 268, 265, 271, 271, 271, 1841, 280, 281, 275, 270, 274, 1840, 277, 283, 278, 276, 1839, 286, 271, 271, 284, 272, 288, 290, 275, 287, 289, 292, 291, 277, 278, 280, 281, 293, 1838, 458, 278, 294, 283, 1837, 458, 280, 286, 281, 1554, 284, 458, 288, 290, 295, 287, 289, 292, 291, 1836, 296, 1554, 283, 293, 283, 283, 284, 294, 297, 286, 283, 298, 287, 284, 291, 288, 287, 290, 289, 295, 292, 299, 300, 301, 292, 296, 293, 302, 303, 1835, 1834, 304, 305, 297, 326, 306, 298, 309, 313, 1833, 308, 296, 295, 325, 328, 298, 299, 300, 301, 1832, 1831, 307, 302, 303, 297, 299, 304, 305, 1830, 326, 306, 302, 309, 313, 310, 308, 1829, 311, 325, 328, 300, 1828, 315, 308, 303, 306, 307, 304, 313, 309, 305, 306, 306, 308, 307, 312, 1827, 325, 307, 310, 314, 312, 311, 312, 307, 1792, 310, 315, 316, 317, 318, 319, 310, 311, 1791, 1790, 310, 320, 310, 322, 312, 310, 310, 1787, 321, 314, 312, 323, 1786, 327, 315, 314, 329, 316, 317, 318, 319, 330, 1783, 316, 319, 317, 320, 1782, 322, 318, 324, 331, 320, 321, 332, 1780, 323, 316, 327, 322, 316, 329, 333, 318, 334, 321, 330, 317, 335, 336, 330, 321, 323, 323, 327, 324, 331, 337, 338, 332, 324, 1779, 329, 339, 340, 324, 341, 333, 342, 334, 343, 331, 1777, 335, 336, 346, 334, 345, 332, 349, 335, 1776, 337, 338, 336, 1774, 333, 338, 339, 340, 347, 341, 339, 342, 348, 343, 352, 341, 1772, 350, 346, 351, 345, 337, 349, 1771, 340, 1770, 342, 353, 345, 1735, 340, 1558, 354, 347, 343, 356, 1725, 348, 355, 352, 357, 347, 350, 1558, 351, 348, 346, 1724, 350, 350, 349, 1723, 353, 1719, 351, 1718, 347, 354, 1716, 353, 356, 358, 352, 355, 359, 357, 360, 361, 353, 353, 362, 355, 356, 366, 370, 1715, 353, 363, 354, 356, 357, 364, 369, 356, 368, 1559, 358, 371, 1714, 359, 1713, 360, 361, 365, 359, 362, 367, 1559, 366, 370, 361, 362, 363, 360, 1712, 358, 364, 369, 1711, 368, 363, 359, 371, 364, 363, 366, 362, 1710, 365, 364, 363, 367, 365, 364, 369, 364, 372, 373, 364, 364, 368, 1709, 367, 371, 374, 375, 379, 376, 377, 381, 378, 1653, 367, 380, 1708, 1654, 1655, 1707, 1706, 386, 1705, 372, 373, 1653, 1652, 1651, 373, 1654, 1655, 374, 375, 379, 376, 377, 381, 378, 372, 382, 380, 379, 373, 378, 381, 383, 386, 380, 373, 374, 374, 376, 377, 375, 384, 374, 376, 378, 377, 388, 378, 386, 389, 380, 382, 390, 391, 392, 382, 393, 383, 1650, 382, 389, 383, 1647, 1646, 1656, 1645, 384, 395, 394, 396, 399, 388, 1642, 384, 389, 382, 1656, 390, 391, 392, 388, 393, 384, 384, 400, 401, 408, 393, 388, 392, 384, 402, 395, 394, 396, 399, 391, 391, 394, 403, 390, 391, 396, 1641, 405, 411, 404, 1639, 395, 400, 401, 408, 1638, 400, 399, 406, 402, 415, 1636, 396, 408, 1634, 1633, 407, 403, 474, 1632, 400, 401, 405, 411, 404, 402, 400, 401, 405, 1557, 409, 402, 412, 406, 410, 415, 403, 1550, 403, 403, 404, 407, 405, 474, 403, 405, 411, 404, 407, 406, 406, 1549, 1548, 1545, 415, 409, 1544, 412, 407, 410, 413, 409, 407, 409, 412, 410, 410, 410, 414, 417, 412, 419, 1541, 423, 412, 409, 412, 412, 409, 412, 412, 410, 410, 418, 421, 413, 420, 1540, 425, 426, 1539, 1538, 1537, 414, 417, 424, 419, 413, 423, 414, 414, 414, 413, 413, 423, 1536, 1535, 429, 418, 421, 417, 420, 418, 425, 426, 414, 414, 420, 430, 419, 424, 420, 431, 419, 432, 433, 1534, 424, 1533, 425, 421, 420, 429, 434, 420, 426, 424, 424, 424, 1532, 436, 435, 437, 430, 424, 439, 1418, 431, 1417, 432, 433, 431, 1416, 429, 440, 432, 432, 432, 434, 1414, 433, 432, 438, 441, 430, 436, 435, 437, 1413, 1412, 439, 432, 432, 437, 442, 443, 433, 436, 444, 440, 447, 434, 435, 445, 434, 434, 1657, 438, 441, 446, 448, 742, 475, 438, 439, 1409, 440, 1408, 1657, 442, 443, 476, 478, 444, 1406, 447, 1404, 438, 445, 441, 438, 449, 445, 742, 446, 448, 442, 475, 742, 1403, 444, 443, 447, 448, 742, 477, 476, 478, 444, 446, 447, 446, 1402, 448, 478, 1401, 449, 446, 472, 451, 449, 451, 451, 451, 451, 451, 451, 451, 451, 452, 477, 452, 452, 452, 452, 452, 452, 452, 452, 452, 455, 455, 455, 472, 1241, 452, 452, 1240, 477, 1239, 1660, 1661, 455, 455, 452, 452, 452, 452, 452, 452, 479, 452, 1660, 1661, 455, 472, 452, 480, 486, 482, 487, 1726, 452, 454, 454, 454, 454, 454, 454, 454, 454, 454, 1238, 1726, 1236, 479, 1235, 454, 454, 1231, 1230, 1229, 480, 486, 482, 487, 454, 454, 454, 454, 454, 454, 482, 479, 480, 1228, 1227, 455, 459, 459, 459, 459, 459, 459, 459, 459, 460, 460, 460, 460, 460, 460, 460, 460, 462, 462, 462, 462, 462, 462, 462, 462, 1728, 484, 1225, 1017, 489, 1016, 1729, 1015, 1731, 1732, 1736, 459, 1728, 1013, 488, 481, 500, 459, 1729, 460, 1731, 1732, 1736, 1008, 1006, 460, 484, 462, 464, 489, 464, 464, 464, 464, 464, 464, 464, 464, 464, 488, 481, 500, 1004, 488, 464, 464, 481, 492, 484, 484, 493, 998, 495, 464, 464, 464, 464, 464, 464, 467, 467, 467, 467, 467, 467, 467, 467, 467, 757, 756, 755, 496, 492, 467, 467, 493, 483, 495, 752, 485, 492, 493, 467, 467, 467, 467, 467, 467, 470, 470, 470, 470, 470, 470, 470, 470, 496, 494, 497, 498, 495, 483, 470, 470, 485, 496, 499, 501, 470, 747, 502, 470, 470, 470, 470, 470, 470, 483, 746, 745, 483, 485, 494, 497, 498, 1737, 503, 504, 505, 506, 507, 499, 501, 508, 494, 502, 509, 1737, 510, 502, 511, 512, 513, 498, 497, 740, 514, 739, 515, 516, 499, 503, 504, 505, 506, 507, 630, 517, 508, 518, 519, 509, 506, 510, 491, 511, 512, 513, 504, 520, 508, 514, 509, 515, 516, 511, 508, 507, 521, 522, 523, 514, 517, 524, 518, 519, 1793, 490, 515, 513, 517, 525, 512, 526, 520, 527, 518, 528, 1793, 529, 530, 531, 1794, 521, 522, 523, 532, 1795, 524, 534, 473, 522, 520, 537, 1794, 471, 525, 469, 526, 1795, 527, 468, 528, 524, 529, 530, 531, 521, 533, 535, 525, 532, 527, 536, 534, 530, 465, 527, 537, 526, 538, 528, 530, 529, 531, 539, 532, 540, 530, 541, 542, 543, 545, 533, 535, 546, 548, 534, 536, 544, 547, 533, 535, 549, 463, 538, 536, 453, 428, 550, 539, 422, 540, 538, 541, 542, 543, 545, 552, 551, 546, 548, 551, 553, 544, 547, 543, 416, 549, 540, 554, 397, 539, 541, 550, 555, 544, 547, 542, 557, 545, 1796, 549, 552, 551, 556, 558, 387, 553, 559, 560, 562, 553, 1796, 550, 554, 553, 561, 1002, 563, 555, 552, 564, 565, 557, 566, 551, 569, 568, 567, 556, 558, 555, 244, 559, 560, 562, 554, 556, 235, 1002, 570, 561, 560, 563, 1002, 571, 564, 565, 561, 566, 1002, 569, 568, 567, 572, 573, 574, 565, 562, 575, 576, 566, 568, 569, 563, 570, 566, 564, 567, 568, 571, 577, 234, 578, 571, 568, 221, 579, 218, 572, 573, 574, 1797, 580, 575, 576, 581, 582, 572, 583, 584, 217, 585, 574, 1797, 586, 577, 576, 578, 588, 209, 572, 579, 573, 587, 577, 589, 575, 580, 203, 202, 581, 582, 590, 583, 584, 578, 585, 199, 582, 586, 585, 583, 584, 588, 579, 583, 591, 592, 587, 593, 589, 580, 594, 581, 586, 595, 587, 590, 597, 596, 599, 598, 589, 600, 601, 602, 195, 588, 603, 605, 604, 591, 592, 606, 593, 193, 191, 594, 607, 608, 595, 609, 593, 597, 596, 599, 598, 592, 600, 601, 602, 594, 610, 603, 605, 604, 600, 611, 606, 595, 596, 601, 602, 607, 608, 612, 609, 597, 598, 604, 613, 614, 616, 615, 617, 608, 603, 610, 190, 606, 618, 620, 611, 619, 621, 609, 622, 623, 624, 189, 612, 187, 610, 625, 626, 613, 614, 616, 615, 617, 185, 628, 627, 613, 615, 618, 620, 617, 619, 621, 620, 622, 623, 624, 614, 629, 619, 631, 625, 626, 618, 632, 633, 635, 634, 625, 628, 627, 621, 623, 626, 627, 624, 622, 184, 637, 639, 636, 638, 640, 629, 1798, 631, 182, 178, 641, 632, 633, 635, 634, 645, 642, 643, 1798, 177, 644, 646, 647, 173, 631, 637, 639, 636, 638, 640, 632, 634, 635, 633, 636, 641, 638, 640, 648, 649, 645, 642, 643, 639, 637, 644, 646, 647, 645, 642, 650, 651, 641, 642, 653, 652, 646, 654, 655, 642, 656, 643, 1799, 648, 649, 170, 644, 657, 647, 659, 658, 660, 661, 663, 1799, 650, 651, 648, 662, 653, 652, 665, 654, 655, 164, 656, 664, 649, 652, 666, 650, 160, 657, 159, 659, 658, 660, 661, 663, 651, 653, 667, 668, 662, 655, 661, 665, 669, 670, 656, 658, 664, 663, 665, 666, 671, 659, 672, 657, 662, 660, 662, 673, 664, 674, 157, 667, 668, 675, 676, 154, 666, 669, 670, 677, 678, 667, 679, 150, 683, 671, 684, 672, 680, 668, 143, 681, 673, 685, 674, 669, 135, 133, 675, 676, 674, 686, 682, 687, 677, 678, 132, 679, 671, 683, 672, 684, 688, 680, 673, 677, 681, 675, 685, 678, 689, 680, 681, 691, 124, 690, 686, 682, 687, 110, 679, 682, 692, 106, 693, 694, 695, 688, 696, 1801, 697, 698, 687, 81, 699, 689, 701, 703, 691, 688, 690, 1801, 686, 702, 690, 704, 700, 692, 690, 693, 694, 695, 706, 696, 691, 697, 698, 689, 695, 699, 705, 701, 703, 705, 707, 694, 692, 697, 702, 708, 704, 700, 694, 711, 699, 700, 709, 706, 702, 701, 698, 713, 712, 710, 703, 705, 710, 76, 714, 707, 71, 715, 716, 704, 708, 717, 718, 719, 711, 720, 719, 709, 720, 706, 68, 721, 713, 712, 710, 54, 707, 712, 708, 714, 713, 709, 715, 716, 53, 722, 717, 718, 719, 723, 720, 724, 725, 726, 727, 718, 721, 714, 728, 1802, 720, 1849, 729, 721, 716, 730, 52, 732, 715, 717, 722, 1802, 731, 1849, 723, 51, 724, 725, 726, 727, 733, 764, 1851, 728, 722, 49, 726, 729, 734, 47, 730, 723, 732, 0, 1851, 729, 730, 731, 723, 724, 732, 728, 0, 0, 731, 733, 764, 730, 0, 0, 744, 744, 744, 734, 736, 736, 736, 736, 736, 736, 736, 736, 744, 744, 0, 765, 763, 738, 765, 733, 767, 0, 734, 754, 744, 737, 734, 737, 737, 737, 737, 737, 737, 737, 737, 738, 0, 754, 770, 738, 765, 763, 0, 0, 738, 767, 748, 768, 754, 763, 738, 741, 741, 741, 741, 741, 741, 741, 741, 741, 0, 748, 0, 770, 748, 0, 0, 744, 748, 767, 0, 0, 768, 748, 766, 771, 772, 748, 777, 748, 749, 749, 749, 749, 749, 749, 749, 749, 750, 768, 750, 750, 750, 750, 750, 750, 750, 750, 750, 766, 771, 772, 0, 777, 750, 750, 774, 782, 771, 766, 0, 0, 0, 750, 750, 750, 750, 750, 750, 758, 0, 758, 758, 758, 758, 758, 758, 758, 758, 758, 0, 774, 782, 0, 0, 758, 758, 762, 769, 773, 775, 758, 776, 774, 758, 758, 758, 758, 758, 758, 759, 762, 759, 759, 759, 759, 759, 759, 759, 759, 778, 779, 762, 769, 773, 775, 780, 776, 781, 783, 784, 785, 786, 787, 0, 788, 789, 769, 790, 791, 794, 762, 792, 0, 0, 778, 779, 773, 775, 0, 776, 780, 793, 781, 783, 784, 785, 786, 787, 781, 788, 789, 778, 790, 791, 794, 795, 792, 788, 779, 796, 798, 780, 797, 787, 799, 797, 793, 784, 800, 801, 0, 789, 802, 793, 791, 790, 794, 792, 1852, 803, 795, 804, 805, 806, 796, 798, 807, 797, 0, 799, 1852, 0, 808, 800, 801, 796, 0, 802, 809, 810, 811, 813, 812, 795, 803, 0, 804, 805, 806, 814, 800, 807, 815, 798, 804, 799, 802, 808, 816, 803, 817, 808, 818, 809, 810, 811, 813, 812, 819, 0, 807, 812, 820, 821, 814, 822, 0, 815, 0, 823, 825, 824, 826, 816, 824, 817, 811, 818, 809, 0, 809, 827, 828, 819, 813, 814, 829, 820, 821, 830, 822, 815, 831, 820, 823, 825, 824, 826, 818, 821, 816, 832, 833, 834, 819, 835, 827, 828, 836, 0, 837, 829, 838, 0, 830, 838, 828, 831, 825, 839, 826, 840, 844, 0, 831, 841, 832, 833, 834, 0, 835, 842, 845, 836, 832, 837, 0, 838, 830, 843, 846, 847, 848, 0, 839, 836, 840, 844, 833, 849, 841, 835, 850, 0, 840, 844, 842, 845, 837, 0, 842, 841, 852, 0, 843, 846, 847, 848, 843, 846, 851, 853, 854, 855, 849, 856, 845, 850, 849, 857, 0, 0, 858, 859, 847, 860, 861, 852, 848, 1854, 862, 864, 863, 865, 866, 851, 853, 854, 855, 869, 856, 1854, 0, 852, 857, 850, 856, 858, 859, 854, 860, 861, 867, 851, 853, 862, 864, 863, 865, 866, 859, 863, 868, 862, 869, 870, 855, 865, 869, 861, 858, 860, 871, 872, 864, 873, 874, 867, 0, 0, 866, 875, 0, 867, 875, 876, 0, 868, 0, 878, 870, 877, 879, 0, 880, 0, 881, 871, 872, 882, 873, 874, 883, 868, 873, 884, 875, 872, 885, 887, 876, 870, 886, 870, 878, 888, 877, 879, 871, 880, 877, 881, 878, 874, 882, 889, 890, 883, 881, 891, 884, 882, 892, 885, 887, 894, 893, 886, 884, 895, 888, 886, 896, 1805, 0, 897, 898, 0, 888, 899, 889, 890, 900, 1805, 891, 887, 885, 892, 901, 902, 894, 893, 891, 904, 895, 1805, 903, 896, 889, 894, 897, 898, 889, 893, 899, 892, 905, 900, 890, 906, 903, 907, 897, 901, 902, 908, 909, 895, 904, 910, 896, 903, 911, 0, 912, 900, 913, 914, 915, 902, 916, 905, 0, 1014, 906, 917, 907, 0, 906, 905, 908, 909, 903, 1014, 910, 918, 919, 911, 908, 912, 1014, 913, 914, 915, 920, 916, 921, 913, 910, 915, 917, 0, 909, 1014, 922, 923, 0, 924, 917, 911, 918, 919, 912, 925, 926, 914, 916, 927, 928, 920, 929, 921, 931, 1855, 930, 932, 919, 933, 918, 922, 923, 920, 924, 934, 0, 1855, 924, 922, 925, 926, 935, 936, 927, 928, 937, 929, 925, 931, 923, 930, 932, 938, 933, 929, 939, 940, 941, 0, 934, 931, 924, 942, 925, 943, 930, 935, 936, 944, 0, 937, 945, 946, 930, 932, 947, 933, 938, 948, 950, 939, 940, 941, 935, 0, 937, 951, 942, 0, 943, 0, 0, 952, 944, 939, 953, 945, 946, 954, 956, 947, 0, 955, 948, 950, 941, 949, 943, 945, 949, 1857, 951, 949, 949, 949, 949, 946, 952, 957, 958, 953, 0, 1857, 954, 956, 959, 948, 955, 960, 951, 961, 949, 950, 951, 962, 953, 963, 964, 952, 965, 0, 966, 967, 957, 958, 968, 954, 956, 969, 955, 959, 970, 971, 960, 959, 961, 0, 972, 973, 962, 974, 963, 964, 961, 965, 958, 966, 967, 963, 975, 968, 976, 977, 969, 960, 0, 970, 971, 964, 979, 978, 968, 972, 973, 0, 974, 965, 981, 969, 967, 966, 982, 984, 970, 975, 973, 976, 977, 980, 972, 971, 980, 0, 986, 979, 978, 983, 985, 974, 978, 985, 989, 981, 0, 990, 987, 982, 984, 977, 988, 991, 0, 982, 980, 0, 992, 993, 979, 986, 0, 994, 983, 985, 995, 981, 980, 989, 1027, 983, 990, 987, 983, 0, 983, 988, 991, 986, 987, 988, 983, 992, 993, 1858, 1861, 990, 994, 992, 1862, 995, 0, 989, 0, 1027, 994, 1858, 1861, 993, 991, 0, 1862, 1027, 1026, 997, 995, 997, 997, 997, 997, 997, 997, 997, 997, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1001, 1001, 1001, 1003, 1003, 1003, 1026, 1902, 0, 1903, 0, 1904, 1001, 1001, 0, 1003, 1003, 0, 0, 1902, 1024, 1903, 1026, 1904, 1001, 0, 1010, 1003, 1010, 1010, 1010, 1010, 1010, 1010, 1010, 1010, 1019, 1019, 1019, 1019, 1019, 1019, 1019, 1019, 1022, 1024, 1022, 1022, 1022, 1022, 1022, 1022, 1022, 1022, 0, 0, 0, 1025, 1029, 1028, 1030, 1032, 0, 0, 1031, 0, 1033, 1001, 1024, 0, 1003, 1020, 0, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1020, 1025, 1029, 1028, 1030, 1032, 1020, 1020, 1031, 1032, 1033, 1034, 1020, 1035, 1036, 1020, 1020, 1020, 1020, 1020, 1020, 1025, 1028, 1037, 1029, 1031, 1030, 1033, 1038, 1039, 1040, 0, 1041, 1042, 1043, 1044, 1034, 1905, 1035, 1036, 0, 1045, 1046, 1047, 1034, 1048, 1035, 1036, 1037, 1905, 0, 1049, 1050, 1038, 1039, 1040, 1037, 1041, 1042, 1043, 1044, 1051, 1039, 1053, 0, 1038, 1045, 1046, 1047, 1041, 1048, 1054, 1055, 1056, 1045, 1042, 1049, 1050, 1052, 0, 1049, 1052, 1044, 1057, 1058, 1059, 1051, 1060, 1053, 1047, 1046, 1061, 1053, 1062, 0, 1064, 1054, 1055, 1056, 1060, 0, 0, 1906, 1052, 1051, 1063, 1056, 1065, 1057, 1058, 1059, 0, 1060, 1066, 1906, 1067, 1061, 1068, 1062, 1054, 1064, 0, 1069, 1070, 1071, 1057, 1059, 1058, 1072, 1074, 1063, 1073, 1065, 1075, 1078, 1076, 1062, 1077, 1066, 1064, 1067, 1079, 1068, 0, 0, 1066, 1063, 1069, 1070, 1071, 1080, 1081, 1082, 1072, 1074, 1065, 1073, 1083, 1075, 1078, 1076, 1072, 1077, 1084, 1085, 1068, 1079, 1073, 1076, 1078, 1077, 0, 1069, 1086, 1087, 1080, 1081, 1082, 1088, 0, 0, 1075, 1083, 1089, 1090, 1091, 1092, 1093, 1084, 1085, 1094, 1083, 1097, 1081, 1079, 1082, 1085, 1095, 1086, 1087, 0, 0, 1098, 1088, 1086, 1087, 1099, 1100, 1089, 1090, 1091, 1092, 1093, 1084, 1091, 1094, 1096, 1097, 1101, 1096, 1088, 1102, 1095, 1104, 0, 1090, 1089, 1098, 1093, 1092, 0, 1099, 1100, 1103, 1094, 0, 1105, 1106, 1097, 1095, 1107, 1096, 1108, 1101, 1109, 1907, 1102, 1110, 1104, 1098, 1099, 1112, 0, 1111, 1104, 1101, 0, 1907, 1103, 0, 1100, 1105, 1106, 1113, 1114, 1107, 1115, 1108, 1116, 1109, 1103, 1117, 1110, 1102, 1118, 1119, 1112, 1109, 1111, 1108, 1120, 1107, 1112, 0, 1106, 1121, 1111, 1122, 1113, 1114, 1123, 1115, 1124, 1116, 0, 1110, 1117, 1125, 1126, 1118, 1119, 0, 0, 1127, 1128, 1120, 1129, 1118, 1115, 1130, 1121, 1131, 1122, 1113, 1132, 1123, 1116, 1124, 1117, 1119, 1908, 1909, 1125, 1126, 1133, 1134, 1120, 1121, 1127, 1128, 0, 1129, 1908, 1909, 1130, 1135, 1131, 1136, 1137, 1132, 1124, 1139, 1138, 1140, 1141, 1126, 1127, 1910, 0, 1133, 1134, 1128, 1142, 1143, 1144, 1129, 1145, 1130, 1133, 1910, 1135, 1146, 1136, 1137, 1131, 1147, 1139, 1138, 1140, 1141, 1136, 1148, 1135, 1134, 1149, 1150, 1140, 1142, 1143, 1144, 1151, 1145, 1152, 1153, 1137, 1138, 1146, 1154, 1155, 1156, 1147, 1157, 1139, 1159, 1158, 1160, 1148, 1158, 1161, 1149, 1150, 1143, 1162, 0, 1148, 1151, 0, 1152, 1153, 1146, 0, 1152, 1154, 1155, 1156, 1152, 1157, 1163, 1159, 1158, 1160, 0, 1149, 1161, 1164, 1158, 1165, 1162, 1151, 1153, 1166, 1156, 1167, 1168, 1169, 1154, 1170, 1171, 0, 1157, 0, 1172, 1163, 1173, 1911, 1161, 1163, 1174, 1175, 1164, 1176, 1165, 1177, 1178, 1179, 1166, 1911, 1167, 1168, 1169, 1180, 1170, 1171, 1166, 1167, 1164, 1172, 1181, 1173, 1170, 1182, 1183, 1174, 1175, 0, 1176, 1172, 1177, 1178, 1179, 1184, 1171, 1185, 1187, 1186, 1180, 1188, 1189, 1190, 1191, 1192, 1193, 1181, 1197, 0, 1182, 1183, 1201, 1179, 1182, 1194, 0, 0, 0, 0, 1184, 1195, 1185, 1187, 1186, 1196, 1188, 1189, 1190, 1191, 1192, 1193, 0, 1197, 1198, 1200, 1199, 1201, 1202, 1207, 1194, 1187, 1184, 1193, 1185, 1186, 1195, 1194, 1203, 1188, 1196, 1191, 1204, 1192, 1195, 1206, 0, 1196, 1194, 1198, 1200, 1199, 1205, 1202, 1207, 1208, 0, 1209, 1198, 1199, 1210, 0, 1211, 1203, 1212, 0, 1213, 1204, 1203, 1214, 1206, 1204, 1200, 1215, 1202, 1216, 1217, 1205, 1207, 0, 1208, 1205, 1209, 1218, 0, 1210, 1209, 1211, 1219, 1212, 1204, 1213, 0, 1206, 1214, 1912, 1220, 1221, 1215, 1220, 1216, 1217, 1210, 1249, 1208, 0, 1948, 1912, 1218, 1213, 1214, 1211, 1218, 1219, 1950, 1250, 0, 1215, 1948, 0, 1217, 1220, 1221, 0, 0, 0, 1950, 0, 1249, 0, 1221, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1222, 1223, 1250, 1223, 1223, 1223, 1223, 1223, 1223, 1223, 1223, 1224, 1224, 1224, 1226, 1226, 1226, 1951, 1953, 1954, 1956, 1957, 1959, 1224, 1224, 1960, 1226, 1226, 0, 1951, 1953, 1954, 1956, 1957, 1959, 1224, 0, 1960, 1226, 1233, 1233, 1233, 1233, 1233, 1233, 1233, 1233, 1234, 1252, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1234, 1244, 1248, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1244, 1251, 1248, 1253, 1254, 1255, 1257, 1252, 1256, 1248, 1258, 1259, 1224, 1260, 1248, 1226, 1261, 1262, 1264, 1263, 1265, 1266, 1248, 0, 0, 1267, 1251, 1268, 1253, 1254, 1255, 1257, 0, 1256, 1251, 1258, 1259, 1269, 1260, 1270, 0, 1261, 1262, 1264, 1263, 1265, 1266, 1271, 1257, 1263, 1267, 1265, 1268, 1272, 1255, 1273, 1256, 1259, 1274, 1258, 1275, 1276, 1269, 1277, 1270, 1264, 1278, 1279, 0, 1266, 1280, 1281, 1271, 0, 1268, 0, 0, 1271, 1272, 1284, 1273, 1282, 1283, 1274, 1285, 1275, 1276, 1272, 1277, 0, 0, 1278, 1279, 1275, 1286, 1280, 1281, 1287, 1277, 1288, 1279, 1273, 1289, 1290, 1284, 1291, 1282, 1283, 1292, 1285, 1293, 1274, 1278, 1294, 1282, 1283, 0, 1285, 1295, 1286, 1281, 1296, 1287, 0, 1288, 1297, 1287, 1289, 1290, 1298, 1291, 1299, 1300, 1292, 1301, 1293, 1302, 1303, 1294, 1304, 1962, 1288, 0, 1295, 1305, 1306, 1296, 0, 1292, 1307, 1297, 1291, 1962, 1295, 1298, 1308, 1299, 1300, 0, 1301, 1309, 1302, 1303, 0, 1304, 1300, 1310, 1296, 1311, 1305, 1306, 1297, 1304, 1301, 1307, 1312, 1305, 1299, 1313, 1314, 1308, 1315, 1307, 1303, 0, 1309, 1963, 1316, 1308, 1317, 1318, 1310, 1319, 1311, 1306, 1320, 1321, 1322, 1963, 0, 1312, 1323, 1324, 1313, 1314, 1327, 1315, 1309, 0, 1311, 1310, 1313, 1316, 0, 1317, 1318, 1325, 1319, 1326, 1328, 1320, 1321, 1322, 1312, 1315, 1329, 1323, 1324, 1322, 1330, 1327, 1331, 1332, 1318, 1333, 1334, 1336, 1317, 1321, 0, 1994, 1325, 1335, 1326, 1328, 1337, 0, 0, 1338, 1325, 1329, 1326, 1994, 0, 1330, 1339, 1331, 1332, 1340, 1333, 1334, 1336, 1341, 0, 1331, 1333, 1342, 1335, 1343, 1344, 1337, 1332, 1329, 1338, 0, 1345, 1346, 1330, 1335, 1347, 1339, 1348, 1349, 1340, 1339, 0, 1350, 1341, 1336, 1351, 1353, 1342, 1352, 1343, 1344, 1354, 1338, 1355, 1356, 1342, 1345, 1346, 0, 1357, 1347, 1358, 1348, 1349, 1359, 1360, 1343, 1350, 0, 1996, 1351, 1353, 1361, 1352, 1346, 1349, 1354, 1352, 1355, 1356, 1362, 1996, 1351, 1356, 1357, 1363, 1358, 1364, 1365, 1359, 1360, 1366, 1367, 1358, 1353, 1360, 1355, 1361, 1354, 0, 1368, 1369, 1370, 1371, 1372, 1362, 1357, 1373, 1358, 1361, 1363, 1374, 1364, 1365, 1375, 1376, 1366, 1367, 1377, 1378, 1364, 0, 1367, 1381, 1366, 1368, 1369, 1370, 1371, 1372, 0, 1379, 1373, 1383, 1379, 1380, 1374, 1382, 1380, 1375, 1376, 1370, 1384, 1377, 1378, 1385, 1375, 1386, 1381, 0, 1387, 1388, 1377, 1387, 1389, 1371, 1379, 1390, 1383, 1376, 1380, 1391, 1382, 1392, 1393, 1381, 1383, 1384, 1394, 1382, 1385, 1395, 1386, 1384, 1385, 1387, 1388, 1396, 1397, 1389, 1398, 0, 1390, 1399, 1430, 1429, 1391, 1386, 1392, 1393, 0, 1391, 1388, 1394, 1432, 1435, 1395, 1436, 1389, 0, 1998, 1390, 1396, 1397, 2000, 1398, 1396, 0, 1399, 1430, 1429, 1392, 1998, 1428, 0, 1393, 2000, 0, 0, 1432, 1435, 1395, 1436, 0, 1397, 1399, 1429, 1432, 1398, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1400, 1411, 1428, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1411, 1415, 1415, 1415, 1415, 1415, 1415, 1415, 1415, 2002, 2004, 0, 0, 1428, 1431, 1415, 1415, 0, 0, 0, 0, 2002, 2004, 1433, 1415, 1415, 1415, 1415, 1415, 1415, 1422, 1422, 1422, 1422, 1422, 1422, 1422, 1422, 1423, 1431, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1423, 1433, 1434, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 0, 0, 1444, 1445, 1446, 1431, 1448, 1449, 1447, 1450, 0, 1452, 1453, 1433, 1451, 0, 0, 1434, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1434, 1441, 1444, 1445, 1446, 1440, 1448, 1449, 1447, 1450, 1439, 1452, 1453, 1454, 1451, 1437, 1453, 0, 1455, 1456, 1443, 1457, 1458, 1459, 1460, 1444, 1445, 1447, 1461, 1451, 1462, 1463, 1465, 1464, 1452, 1466, 1467, 1468, 1454, 1469, 1470, 1471, 1454, 1455, 1456, 1472, 1457, 1458, 1459, 1460, 1457, 0, 0, 1461, 1473, 1462, 1463, 1465, 1464, 1474, 1466, 1467, 1468, 1475, 1469, 1470, 1471, 1476, 1469, 1477, 1472, 0, 1478, 1470, 0, 1479, 1461, 1464, 1480, 1473, 1481, 1482, 0, 1468, 1474, 1483, 1484, 1472, 1475, 1485, 0, 1486, 1476, 0, 1477, 1487, 1475, 1478, 1488, 1474, 1479, 0, 1489, 1480, 1478, 1481, 1482, 1473, 1490, 1491, 1483, 1484, 1479, 1492, 1485, 1476, 1486, 0, 1483, 1493, 1487, 1494, 1495, 1488, 1496, 1497, 1481, 1489, 1498, 1499, 1501, 0, 1500, 1490, 1491, 1489, 1487, 1502, 1492, 1503, 0, 1504, 1485, 1505, 1493, 1506, 1494, 1495, 1507, 1496, 1497, 0, 1491, 1498, 1499, 1501, 1492, 1500, 1494, 1508, 0, 1509, 1502, 1501, 1503, 1497, 1504, 1493, 1505, 1510, 1506, 1511, 1513, 1507, 1512, 1513, 1499, 1514, 1500, 1515, 1514, 1503, 0, 1505, 1508, 1502, 1509, 1516, 1517, 1519, 1518, 0, 1506, 1518, 1510, 1520, 1511, 1513, 1520, 1512, 1511, 1507, 1514, 1512, 1515, 1523, 1521, 1512, 1515, 1521, 1524, 1525, 1516, 1517, 1519, 1518, 1522, 1510, 1527, 1522, 1520, 1526, 1528, 1517, 1529, 1530, 1516, 1561, 0, 1526, 1523, 1521, 1562, 1563, 1564, 1524, 1525, 1519, 1565, 2005, 1524, 1522, 0, 1527, 2029, 0, 1526, 1528, 1523, 1529, 1530, 2005, 1561, 1525, 1528, 0, 2029, 1562, 1563, 1564, 1529, 0, 1561, 1565, 1527, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1531, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1542, 1543, 0, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1543, 1547, 2031, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 2033, 0, 2031, 0, 0, 1547, 1547, 0, 0, 0, 0, 0, 2033, 1566, 1547, 1547, 1547, 1547, 1547, 1547, 1556, 1567, 1556, 1556, 1556, 1556, 1556, 1556, 1556, 1556, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1560, 1566, 1568, 1569, 1570, 1571, 1572, 1560, 1560, 1567, 2035, 1573, 1574, 1575, 1576, 1577, 1560, 1560, 1560, 1560, 1560, 1560, 2035, 1578, 1579, 1580, 1581, 1568, 1569, 1570, 1571, 1572, 1582, 1585, 0, 1568, 1573, 1574, 1575, 1576, 1577, 1583, 1572, 1584, 1586, 1587, 1570, 1577, 1578, 1579, 1580, 1581, 1588, 1589, 1590, 1571, 1591, 1582, 1585, 1579, 1576, 1592, 1590, 0, 1593, 1594, 1583, 1595, 1584, 1586, 1587, 1596, 1597, 1598, 1601, 1582, 1578, 1588, 1589, 1590, 1599, 1591, 1600, 1583, 1602, 1584, 1592, 1603, 1591, 1593, 1594, 1604, 1595, 0, 1605, 1606, 1596, 1597, 1598, 1601, 0, 1607, 1592, 1608, 1609, 1599, 0, 1600, 1610, 1602, 1611, 1595, 1603, 1612, 1597, 1598, 1604, 1599, 1603, 1605, 1606, 1613, 1615, 1616, 1614, 1600, 1607, 0, 1608, 1609, 1617, 1604, 1602, 1610, 1607, 1611, 1618, 1619, 1612, 1620, 1621, 1611, 1622, 1623, 1612, 0, 1613, 1615, 1616, 1614, 1624, 1609, 1613, 1614, 1625, 1617, 1626, 1627, 1628, 1626, 0, 1618, 1619, 0, 1620, 1621, 2037, 1622, 1623, 1629, 1615, 1616, 1623, 1630, 0, 1624, 0, 2039, 2037, 1625, 0, 1626, 1627, 1628, 0, 1619, 1620, 0, 1621, 2039, 1622, 1628, 1665, 1668, 1629, 0, 1671, 1625, 1630, 1624, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1644, 1648, 1648, 1648, 1648, 1648, 1648, 1648, 1648, 1676, 1665, 1668, 1630, 1649, 1671, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 1649, 2062, 0, 0, 0, 1669, 1649, 1649, 0, 0, 0, 1676, 0, 2062, 0, 1649, 1649, 1649, 1649, 1649, 1649, 1658, 1658, 1658, 1658, 1658, 1658, 1658, 1658, 1659, 1669, 1659, 1659, 1659, 1659, 1659, 1659, 1659, 1659, 1663, 0, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1663, 1664, 1667, 1666, 1670, 1672, 1663, 1663, 1673, 1669, 0, 1674, 1663, 0, 1675, 1663, 1663, 1663, 1663, 1663, 1663, 0, 1677, 1678, 1679, 1680, 1664, 1667, 1666, 1670, 1672, 1667, 1681, 1673, 1664, 1666, 1674, 1670, 1673, 1675, 1682, 1684, 1674, 1683, 1685, 1686, 1672, 1677, 1678, 1679, 1680, 1687, 1688, 1689, 1690, 1691, 1692, 1681, 0, 1693, 1678, 1694, 1675, 1695, 1694, 1682, 1684, 0, 1683, 1685, 1686, 1696, 1697, 0, 1698, 1700, 1687, 1688, 1689, 1690, 1691, 1692, 1701, 1682, 1693, 1683, 1694, 1692, 1695, 1699, 1704, 1691, 1689, 1690, 0, 0, 1696, 1697, 1687, 1698, 1700, 1702, 1703, 1740, 1743, 0, 1693, 1701, 0, 0, 1695, 0, 0, 1696, 1699, 1704, 1744, 1700, 0, 1697, 1699, 1698, 0, 1704, 0, 0, 1702, 1703, 1740, 1743, 1702, 1701, 1702, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1717, 1744, 0, 1721, 1703, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1721, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1734, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1738, 1741, 1742, 0, 1745, 1734, 1739, 0, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 1739, 0, 1746, 0, 1747, 1748, 1739, 1739, 1749, 1750, 1741, 1742, 1739, 1745, 1751, 1739, 1739, 1739, 1739, 1739, 1739, 1745, 1752, 1753, 1754, 1755, 1742, 1746, 1741, 1747, 1748, 0, 1756, 1749, 1750, 1757, 1758, 1747, 1759, 1751, 0, 1760, 1746, 0, 1761, 1762, 0, 1752, 1753, 1754, 1755, 1750, 0, 1763, 1765, 0, 1749, 1756, 1764, 1767, 1757, 1758, 0, 1759, 1766, 1758, 1760, 0, 1755, 1761, 1762, 1756, 1768, 1807, 1769, 1810, 1812, 1757, 1763, 1765, 1759, 0, 0, 1764, 1767, 0, 1761, 1762, 0, 1766, 1764, 0, 1763, 0, 0, 1766, 1765, 1768, 1807, 1769, 1810, 1812, 1767, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 1788, 0, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1800, 1768, 1769, 1789, 1806, 1789, 1789, 1789, 1789, 1789, 1789, 1789, 1789, 1800, 1804, 1808, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1804, 1811, 1809, 1813, 1814, 1815, 1806, 1816, 1817, 0, 0, 1818, 1819, 0, 1822, 1820, 1821, 1808, 1820, 1821, 1824, 0, 1806, 1823, 0, 1825, 1811, 1809, 1813, 1814, 1815, 1826, 1816, 1817, 1808, 1809, 1818, 1819, 1816, 1822, 1820, 1821, 0, 0, 0, 1824, 1822, 0, 1823, 1811, 1825, 0, 0, 0, 0, 0, 1826, 0, 0, 1819, 1865, 1824, 1823, 0, 0, 0, 1844, 1826, 1844, 1844, 1844, 1844, 1844, 1844, 1844, 1844, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1863, 1864, 1865, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1864, 1866, 1867, 1868, 1870, 1869, 1872, 1871, 1873, 1874, 1875, 1873, 0, 1876, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1897, 1917, 1919, 0, 0, 1866, 1867, 1868, 1870, 1869, 1872, 1871, 1873, 1874, 1875, 1868, 1871, 1876, 0, 0, 1916, 0, 1867, 1869, 0, 0, 1917, 1919, 1866, 1918, 1920, 1921, 1872, 1875, 1898, 1876, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1898, 1914, 1916, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1914, 1918, 1920, 1921, 1922, 1923, 1924, 0, 1918, 0, 0, 0, 0, 0, 1916, 1966, 1967, 1920, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1943, 1921, 0, 0, 1922, 1923, 1924, 1964, 1964, 1964, 1964, 1964, 1964, 1964, 1964, 1966, 1967, 1968, 1969, 1970, 1923, 1924, 1971, 2009, 1972, 1965, 1922, 1965, 1965, 1965, 1965, 1965, 1965, 1965, 1965, 0, 2013, 2012, 2068, 0, 2011, 0, 1968, 1969, 1970, 0, 0, 1971, 2009, 1972, 0, 0, 0, 0, 2009, 1971, 1972, 0, 0, 2010, 1968, 2013, 2012, 2068, 1969, 2011, 2042, 1970, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2007, 2010, 2012, 2011, 2043, 2044, 2045, 2065, 2042, 2010, 2066, 2067, 2078, 2007, 2041, 2041, 2041, 2041, 2041, 2041, 2041, 2041, 2042, 2079, 2080, 2082, 0, 2083, 2084, 2043, 2044, 2045, 2065, 2043, 2041, 2066, 2067, 2078, 2044, 2045, 2067, 0, 0, 0, 0, 0, 0, 0, 2079, 2080, 2082, 2066, 2083, 2084, 2065, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2080, 0, 0, 0, 0, 2079, 0, 0, 0, 2083, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2086, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2087, 2088, 2088, 2088, 2088, 2088, 0, 2088, 2088, 0, 2088, 2088, 2089, 2089, 2089, 0, 0, 2089, 2090, 2090, 2090, 0, 0, 2090, 2091, 2091, 2091, 0, 0, 2091, 2092, 0, 2092, 0, 0, 2092, 2093, 2093, 2093, 0, 0, 2093, 2094, 0, 0, 0, 2094, 2094, 0, 2094, 2094, 2095, 2095, 2095, 0, 0, 2095, 2096, 0, 2096, 0, 0, 2096, 2096, 2096, 0, 0, 2096, 2097, 0, 2097, 0, 0, 2097, 2098, 2098, 2098, 0, 0, 2098, 2099, 2099, 2099, 0, 0, 2099, 2100, 2100, 2100, 0, 0, 2100, 2101, 2101, 2101, 2101, 0, 2101, 2101, 0, 2101, 2101, 2102, 2102, 0, 0, 0, 2102, 2102, 2103, 2103, 2103, 0, 0, 2103, 2104, 2104, 0, 0, 0, 0, 2104, 2105, 0, 2105, 0, 0, 2105, 2105, 2105, 0, 0, 2105, 2106, 2106, 2106, 0, 0, 2106, 2107, 2107, 2107, 0, 0, 2107, 2108, 0, 2108, 0, 0, 2108, 2109, 2109, 2109, 0, 0, 2109, 2110, 2110, 2110, 0, 0, 2110, 2111, 2111, 2111, 0, 0, 2111, 2112, 0, 2112, 0, 2112, 2112, 2113, 0, 2113, 0, 0, 2113, 2113, 2113, 0, 0, 2113, 2114, 0, 2114, 0, 0, 2114, 2114, 2114, 0, 0, 2114, 2115, 2115, 2115, 0, 0, 2115, 2116, 0, 2116, 0, 0, 2116, 2117, 2117, 2117, 0, 0, 2117, 2118, 0, 2118, 0, 0, 2118, 2119, 0, 2119, 2119, 2119, 0, 0, 2119, 2120, 2120, 2120, 0, 0, 2120, 2121, 2121, 2121, 0, 0, 2121, 2122, 2122, 2122, 0, 0, 2122, 2123, 2123, 2123, 0, 2123, 2123, 2124, 0, 2124, 0, 0, 2124, 2125, 0, 2125, 0, 0, 2125, 2125, 2125, 0, 0, 2125, 2126, 2126, 2126, 0, 0, 2126, 2127, 2127, 2127, 0, 0, 2127, 2128, 2128, 2128, 0, 0, 2128, 2129, 2129, 2129, 0, 0, 2129, 2130, 2130, 2130, 0, 0, 2130, 2131, 2131, 2131, 0, 0, 2131, 2132, 2132, 2132, 0, 0, 2132, 2133, 0, 2133, 0, 0, 2133, 2134, 2134, 2134, 0, 0, 2134, 2135, 2135, 2135, 0, 0, 2135, 2136, 0, 2136, 0, 2136, 2136, 2137, 2137, 2137, 0, 2137, 2137, 2138, 0, 2138, 0, 0, 2138, 2139, 0, 2139, 2139, 2139, 0, 2139, 2139, 2140, 2140, 2140, 0, 2140, 2140, 2141, 2141, 2141, 0, 0, 2141, 2142, 2142, 2142, 0, 0, 2142, 2143, 2143, 2143, 0, 0, 2143, 2144, 0, 2144, 0, 0, 2144, 2145, 2145, 2145, 0, 0, 2145, 2146, 0, 2146, 0, 0, 2146, 2147, 2147, 2147, 0, 0, 2147, 2148, 0, 2148, 0, 0, 2148, 2149, 2149, 2149, 0, 0, 2149, 2150, 2150, 2150, 0, 0, 2150, 2151, 2151, 2151, 0, 0, 2151, 2152, 2152, 2152, 0, 0, 2152, 2153, 2153, 2153, 0, 2153, 2153, 2154, 2154, 2154, 0, 2154, 2154, 2155, 2155, 2155, 0, 2155, 2155, 2156, 2156, 2156, 0, 2156, 2156, 2157, 0, 2157, 0, 0, 2157, 2158, 2158, 2158, 0, 0, 2158, 2159, 2159, 2159, 0, 0, 2159, 2160, 2160, 2160, 0, 0, 2160, 2161, 2161, 2161, 0, 0, 2161, 2162, 2162, 2162, 0, 0, 2162, 2163, 2163, 2163, 0, 0, 2163, 2164, 2164, 2164, 0, 0, 2164, 2165, 2165, 2165, 0, 0, 2165, 2166, 2166, 2166, 0, 0, 2166, 2167, 2167, 2167, 0, 0, 2167, 2168, 0, 2168, 0, 0, 2168, 2169, 2169, 2169, 0, 0, 2169, 2170, 2170, 2170, 0, 0, 2170, 2171, 0, 2171, 0, 2171, 2171, 2172, 2172, 2172, 0, 2172, 2172, 2173, 0, 2173, 0, 0, 2173, 2174, 2174, 2174, 0, 2174, 2174, 2175, 0, 2175, 0, 0, 2175, 2176, 2176, 2176, 0, 2176, 2176, 2177, 2177, 2177, 0, 2177, 2177, 2178, 2178, 2178, 0, 0, 2178, 2179, 2179, 2179, 0, 0, 2179, 2180, 2180, 2180, 0, 0, 2180, 2181, 0, 2181, 0, 0, 2181, 2182, 2182, 2182, 0, 0, 2182, 2183, 0, 2183, 0, 0, 2183, 2184, 2184, 2184, 0, 0, 2184, 2185, 0, 2185, 0, 0, 2185, 2186, 2186, 2186, 0, 0, 2186, 2187, 0, 2187, 0, 0, 2187, 2188, 2188, 2188, 0, 0, 2188, 2189, 2189, 2189, 0, 0, 2189, 2190, 2190, 2190, 0, 0, 2190, 2191, 2191, 2191, 0, 0, 2191, 2192, 2192, 2192, 0, 2192, 2192, 2193, 2193, 2193, 0, 2193, 2193, 2194, 2194, 2194, 0, 2194, 2194, 2195, 2195, 2195, 0, 2195, 2195, 2196, 2196, 2196, 0, 2196, 2196, 2197, 2197, 2197, 0, 2197, 2197, 2198, 0, 2198, 0, 0, 2198, 2199, 2199, 2199, 0, 0, 2199, 2200, 2200, 2200, 0, 0, 2200, 2201, 2201, 2201, 0, 0, 2201, 2202, 2202, 2202, 0, 0, 2202, 2203, 2203, 2203, 0, 0, 2203, 2204, 2204, 2204, 0, 0, 2204, 2205, 2205, 2205, 0, 0, 2205, 2206, 2206, 2206, 0, 0, 2206, 2207, 2207, 2207, 0, 0, 2207, 2208, 2208, 2208, 0, 0, 2208, 2209, 2209, 2209, 0, 0, 2209, 2210, 2210, 2210, 0, 0, 2210, 2211, 0, 2211, 0, 0, 2211, 2212, 0, 2212, 2212, 2212, 0, 0, 2212, 2213, 2213, 2213, 0, 0, 2213, 2214, 2214, 2214, 0, 0, 2214, 2215, 0, 2215, 0, 2215, 2215, 2216, 2216, 2216, 0, 2216, 2216, 2217, 0, 2217, 0, 0, 2217, 2218, 2218, 2218, 0, 2218, 2218, 2219, 0, 2219, 0, 0, 2219, 2220, 2220, 2220, 0, 2220, 2220, 2221, 0, 2221, 0, 0, 2221, 2222, 2222, 2222, 0, 2222, 2222, 2223, 2223, 2223, 0, 2223, 2223, 2224, 2224, 2224, 0, 0, 2224, 2225, 2225, 2225, 0, 0, 2225, 2226, 2226, 2226, 0, 0, 2226, 2227, 0, 2227, 0, 0, 2227, 2228, 2228, 2228, 0, 0, 2228, 2229, 0, 2229, 0, 0, 2229, 2230, 2230, 2230, 0, 0, 2230, 2231, 0, 2231, 0, 0, 2231, 2232, 2232, 2232, 0, 0, 2232, 2233, 0, 2233, 0, 0, 2233, 2234, 2234, 2234, 0, 0, 2234, 2235, 0, 2235, 0, 0, 2235, 2236, 2236, 2236, 0, 0, 2236, 2237, 2237, 2237, 0, 0, 2237, 2238, 2238, 2238, 0, 0, 2238, 2239, 2239, 2239, 0, 0, 2239, 2240, 2240, 2240, 0, 2240, 2240, 2241, 2241, 2241, 0, 2241, 2241, 2242, 2242, 2242, 0, 2242, 2242, 2243, 2243, 2243, 0, 2243, 2243, 2244, 2244, 2244, 0, 2244, 2244, 2245, 2245, 2245, 0, 2245, 2245, 2246, 2246, 2246, 0, 2246, 2246, 2247, 2247, 2247, 0, 2247, 2247, 2248, 0, 2248, 0, 0, 2248, 2249, 0, 2249, 2249, 2249, 0, 2249, 2249, 2250, 2250, 2250, 0, 0, 2250, 2251, 2251, 2251, 0, 0, 2251, 2252, 2252, 2252, 0, 0, 2252, 2253, 2253, 2253, 0, 0, 2253, 2254, 2254, 2254, 0, 0, 2254, 2255, 2255, 2255, 0, 0, 2255, 2256, 2256, 2256, 0, 0, 2256, 2257, 2257, 2257, 0, 0, 2257, 2258, 2258, 2258, 0, 0, 2258, 2259, 2259, 2259, 0, 0, 2259, 2260, 2260, 2260, 0, 0, 2260, 2261, 2261, 2261, 0, 0, 2261, 2262, 2262, 2262, 0, 0, 2262, 2263, 2263, 2263, 0, 0, 2263, 2264, 0, 2264, 0, 0, 2264, 2265, 2265, 2265, 0, 0, 2265, 2266, 2266, 2266, 0, 0, 2266, 2267, 0, 2267, 0, 2267, 2267, 2268, 2268, 2268, 0, 2268, 2268, 2269, 0, 2269, 0, 0, 2269, 2270, 2270, 2270, 0, 2270, 2270, 2271, 0, 2271, 0, 0, 2271, 2272, 2272, 2272, 0, 2272, 2272, 2273, 0, 2273, 0, 0, 2273, 2274, 2274, 2274, 0, 2274, 2274, 2275, 0, 2275, 0, 0, 2275, 2276, 2276, 2276, 0, 2276, 2276, 2277, 2277, 2277, 0, 2277, 2277, 2278, 2278, 2278, 2278, 2278, 0, 2278, 2278, 0, 2278, 2278, 2279, 2279, 2279, 0, 0, 2279, 2280, 2280, 2280, 0, 0, 2280, 2281, 2281, 2281, 0, 0, 2281, 2282, 0, 2282, 0, 0, 2282, 2283, 2283, 2283, 0, 0, 2283, 2284, 0, 2284, 0, 0, 2284, 2285, 2285, 2285, 0, 0, 2285, 2286, 0, 2286, 0, 0, 2286, 2287, 2287, 2287, 0, 0, 2287, 2288, 0, 2288, 0, 0, 2288, 2289, 2289, 2289, 0, 0, 2289, 2290, 0, 2290, 0, 0, 2290, 2291, 2291, 2291, 0, 0, 2291, 2292, 0, 2292, 0, 0, 2292, 2293, 2293, 2293, 0, 0, 2293, 2294, 2294, 2294, 0, 0, 2294, 2295, 2295, 2295, 0, 0, 2295, 2296, 2296, 2296, 0, 0, 2296, 2297, 2297, 2297, 0, 2297, 2297, 2298, 2298, 2298, 0, 2298, 2298, 2299, 2299, 2299, 0, 2299, 2299, 2300, 2300, 2300, 0, 2300, 2300, 2301, 2301, 2301, 0, 2301, 2301, 2302, 2302, 2302, 0, 2302, 2302, 2303, 2303, 2303, 0, 2303, 2303, 2304, 2304, 2304, 0, 2304, 2304, 2305, 2305, 2305, 0, 2305, 2305, 2306, 2306, 2306, 0, 2306, 2306, 2307, 0, 2307, 0, 0, 2307, 2308, 2308, 2308, 2308, 2308, 0, 2308, 2308, 0, 2308, 2308, 2309, 2309, 2309, 0, 0, 2309, 2310, 2310, 2310, 0, 0, 2310, 2311, 2311, 2311, 0, 0, 2311, 2312, 0, 2312, 0, 0, 2312, 2313, 2313, 2313, 0, 0, 2313, 2314, 0, 2314, 0, 0, 2314, 2315, 2315, 2315, 0, 0, 2315, 2316, 0, 2316, 0, 0, 2316, 2317, 2317, 2317, 0, 0, 2317, 2318, 0, 2318, 0, 0, 2318, 2319, 2319, 2319, 0, 0, 2319, 2320, 0, 2320, 0, 0, 2320, 2321, 2321, 2321, 0, 0, 2321, 2322, 0, 2322, 0, 0, 2322, 2323, 2323, 2323, 0, 0, 2323, 2324, 0, 2324, 0, 0, 2324, 2325, 2325, 2325, 0, 0, 2325, 2326, 2326, 2326, 0, 0, 2326, 2327, 0, 2327, 0, 2327, 2327, 2328, 2328, 2328, 0, 2328, 2328, 2329, 0, 2329, 0, 0, 2329, 2330, 2330, 2330, 0, 2330, 2330, 2331, 0, 2331, 0, 0, 2331, 2332, 2332, 2332, 0, 2332, 2332, 2333, 0, 2333, 0, 0, 2333, 2334, 2334, 2334, 0, 2334, 2334, 2335, 0, 2335, 0, 0, 2335, 2336, 2336, 2336, 0, 2336, 2336, 2337, 0, 2337, 0, 0, 2337, 2338, 2338, 2338, 0, 2338, 2338, 2339, 2339, 2339, 0, 2339, 2339, 2340, 2340, 2340, 2340, 2340, 0, 2340, 2340, 0, 2340, 2340, 2341, 2341, 2341, 0, 0, 2341, 2342, 0, 2342, 0, 0, 2342, 2343, 0, 2343, 0, 0, 2343, 2344, 0, 2344, 0, 0, 2344, 2345, 0, 2345, 0, 0, 2345, 2346, 0, 2346, 0, 0, 2346, 2347, 0, 2347, 0, 0, 2347, 2348, 0, 2348, 0, 0, 2348, 2349, 2349, 2349, 0, 0, 2349, 2350, 0, 2350, 0, 0, 2350, 2351, 2351, 2351, 0, 0, 2351, 2352, 2352, 2352, 0, 0, 2352, 2353, 0, 2353, 0, 2353, 2353, 2354, 2354, 2354, 0, 2354, 2354, 2355, 0, 2355, 0, 2355, 2355, 2356, 2356, 2356, 0, 2356, 2356, 2357, 0, 2357, 0, 2357, 2357, 2358, 2358, 2358, 0, 2358, 2358, 2359, 0, 2359, 0, 2359, 2359, 2360, 2360, 2360, 0, 2360, 2360, 2361, 0, 2361, 0, 2361, 2361, 2362, 2362, 2362, 0, 2362, 2362, 2363, 0, 2363, 0, 2363, 2363, 2364, 2364, 2364, 0, 2364, 2364, 2365, 0, 2365, 0, 0, 2365, 2366, 0, 2366, 0, 0, 2366, 2367, 0, 2367, 0, 0, 2367, 2368, 0, 2368, 0, 0, 2368, 2369, 0, 2369, 0, 0, 2369, 2370, 0, 2370, 0, 0, 2370, 2371, 0, 2371, 0, 0, 2371, 2372, 0, 2372, 0, 0, 2372, 2373, 0, 2373, 0, 0, 2373, 2374, 2374, 2374, 0, 0, 2374, 2375, 0, 2375, 0, 2375, 2375, 2376, 0, 2376, 0, 2376, 2376, 2377, 0, 2377, 0, 2377, 2377, 2378, 0, 2378, 0, 2378, 2378, 2379, 0, 2379, 0, 2379, 2379, 2380, 0, 2380, 0, 2380, 2380, 2381, 0, 2381, 0, 2381, 2381, 2382, 2382, 2382, 0, 2382, 2382, 2383, 0, 2383, 0, 2383, 2383, 2384, 0, 2384, 0, 0, 2384, 2385, 0, 2385, 0, 0, 2385, 2386, 0, 2386, 0, 2386, 2386, 2387, 0, 2387, 0, 2387, 2387, 2388, 0, 2388, 0, 2388, 2388, 2389, 0, 2389, 0, 2389, 2389, 2390, 0, 2390, 0, 2390, 2390, 2391, 0, 2391, 0, 2391, 2391, 2392, 0, 2392, 0, 2392, 2392, 2393, 0, 2393, 0, 2393, 2393, 2394, 0, 2394, 0, 2394, 2394, 2395, 0, 2395, 0, 2395, 2395, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085, 2085 } ; /* Table of booleans, true if rule could match eol. */ static const flex_int32_t yy_rule_can_match_eol[388] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, }; static const flex_int16_t yy_rule_linenum[387] = { 0, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 267, 269, 270, 271, 272, 274, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 294, 296, 297, 298, 299, 301, 303, 304, 305, 306, 307, 308, 309, 311, 312, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 329, 330, 331, 333, 334, 335, 336, 337, 338, 339, 340, 342, 343, 344, 345, 347, 348, 349, 352, 353, 354, 355, 356, 357, 358, 361, 362, 363, 364, 366, 367, 369, 370, 371, 373, 374, 375, 378, 380, 381, 382, 384, 386, 387, 390, 391, 392, 394, 396, 398, 399, 402, 403, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 417, 418, 419, 421, 423, 425, 426, 428, 429, 431, 432, 434, 435, 436, 438, 439, 441, 443, 444, 445, 446, 447, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 462, 463, 464, 465, 467, 468, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 499, 500, 501, 502, 503, 505, 506, 508, 509, 511, 512, 514, 516, 517, 518, 520, 521, 522, 524, 526, 527, 528, 530, 531, 532, 533, 534, 536, 537, 538, 539, 540, 541, 543, 545, 548, 549, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 589, 590, 591, 592, 593, 594, 595, 596, 598, 600, 601, 602, 604, 606, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 631, 632, 633, 636, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 657, 659, 662, 663, 666, 669, 670, 672, 673, 675, 677, 679, 680, 682, 684, 685, 687, 688, 689, 691, 692, 694, 696, 698, 699, 701, 702, 705, 707, 712, 718, 723, 733, 738, 744, 749, 754, 758, 763, 764, 765, 774 } ; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "scanner.l" /* * Copyright (c) 2007-2008 Patrick McHardy * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Development of this code funded by Astaro AG (http://www.astaro.com/) */ #line 12 "scanner.l" #include #include #include #include #include #include #include #include #include #include #include "parser_bison.h" #define YY_NO_INPUT /* * Work around flex behaviour when reaching the end of buffer: normally, flex * regexes are greedy, when reaching the end of buffer however it tries to * match whatever is left in the buffer and only backs up in case it doesn't * match *any* pattern. Since we accept unquoted strings, this means any partial * token will be recognized as string. * * Make sure to only pass input to flex linewise to avoid this. */ #define YY_INPUT(buf,result,max_size) \ { \ result = 0; \ errno = 0; \ \ while (result < max_size) { \ int chr = fgetc(yyin); \ \ if (chr != EOF) { \ buf[result++] = chr; \ if (chr == '\n' || chr == ' ') \ break; \ continue; \ } \ \ if (ferror(yyin)) { \ if (errno != EINTR) { \ YY_FATAL_ERROR("input in flex scanner failed"); \ break; \ } \ errno = 0; \ clearerr(yyin); \ } \ break; \ } \ } static void scanner_pop_buffer(yyscan_t scanner); static void init_pos(struct input_descriptor *indesc) { indesc->lineno = 1; indesc->column = 1; indesc->token_offset = 0; indesc->line_offset = 0; } static void update_pos(struct parser_state *state, struct location *loc, int len) { loc->indesc = state->indesc; loc->first_line = state->indesc->lineno; loc->last_line = state->indesc->lineno; loc->first_column = state->indesc->column; loc->last_column = state->indesc->column + len - 1; state->indesc->column += len; } static void update_offset(struct parser_state *state, struct location *loc, unsigned int len) { state->indesc->token_offset += len; loc->token_offset = state->indesc->token_offset; loc->line_offset = state->indesc->line_offset; } static void reset_pos(struct parser_state *state, struct location *loc) { state->indesc->line_offset = state->indesc->token_offset; state->indesc->lineno += 1; state->indesc->column = 1; } static void scanner_push_start_cond(void *scanner, enum startcond_type type); #define YY_USER_ACTION { \ update_pos(yyget_extra(yyscanner), yylloc, yyleng); \ update_offset(yyget_extra(yyscanner), yylloc, yyleng); \ } /* avoid warnings with -Wmissing-prototypes */ extern int yyget_column(yyscan_t); extern void yyset_column(int, yyscan_t); #line 3569 "scanner.c" #line 3571 "scanner.c" #define INITIAL 0 #define SCANSTATE_ARP 1 #define SCANSTATE_CT 2 #define SCANSTATE_COUNTER 3 #define SCANSTATE_ETH 4 #define SCANSTATE_IP 5 #define SCANSTATE_IP6 6 #define SCANSTATE_LIMIT 7 #define SCANSTATE_QUOTA 8 #define SCANSTATE_SCTP 9 #define SCANSTATE_SECMARK 10 #define SCANSTATE_TCP 11 #define SCANSTATE_VLAN 12 #define SCANSTATE_CMD_LIST 13 #define SCANSTATE_EXPR_FIB 14 #define SCANSTATE_EXPR_HASH 15 #define SCANSTATE_EXPR_IPSEC 16 #define SCANSTATE_EXPR_NUMGEN 17 #define SCANSTATE_EXPR_QUEUE 18 #define SCANSTATE_EXPR_RT 19 #define SCANSTATE_EXPR_SCTP_CHUNK 20 #define SCANSTATE_EXPR_SOCKET 21 #define SCANSTATE_STMT_LOG 22 #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. */ /* %if-c-only */ #include /* %endif */ /* %if-c++-only */ /* %endif */ #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif /* %if-c-only Reentrant structure and macros (non-C++). */ /* %if-reentrant */ /* Holds the entire state of the reentrant scanner. */ struct yyguts_t { /* User-defined. Not touched by flex. */ YY_EXTRA_TYPE yyextra_r; /* The rest are the same as the globals declared in the non-reentrant scanner. */ FILE *yyin_r, *yyout_r; size_t yy_buffer_stack_top; /**< index of top of stack. */ size_t yy_buffer_stack_max; /**< capacity of stack. */ YY_BUFFER_STATE * yy_buffer_stack; /**< Stack as an array. */ char yy_hold_char; int yy_n_chars; int yyleng_r; char *yy_c_buf_p; int yy_init; int yy_start; int yy_did_buffer_switch_on_eof; int yy_start_stack_ptr; int yy_start_stack_depth; int *yy_start_stack; yy_state_type yy_last_accepting_state; char* yy_last_accepting_cpos; int yylineno_r; int yy_flex_debug_r; char *yytext_r; int yy_more_flag; int yy_more_len; YYSTYPE * yylval_r; YYLTYPE * yylloc_r; }; /* end struct yyguts_t */ /* %if-c-only */ static int yy_init_globals ( yyscan_t yyscanner ); /* %endif */ /* %if-reentrant */ /* This must go here because YYSTYPE and YYLTYPE are included * from bison output in section 1.*/ # define yylval yyg->yylval_r # define yylloc yyg->yylloc_r int yylex_init (yyscan_t* scanner); int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner); /* %endif */ /* %endif End reentrant structures and macros. */ /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int yylex_destroy ( yyscan_t yyscanner ); int yyget_debug ( yyscan_t yyscanner ); void yyset_debug ( int debug_flag , yyscan_t yyscanner ); YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner ); void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner ); FILE *yyget_in ( yyscan_t yyscanner ); void yyset_in ( FILE * _in_str , yyscan_t yyscanner ); FILE *yyget_out ( yyscan_t yyscanner ); void yyset_out ( FILE * _out_str , yyscan_t yyscanner ); int yyget_leng ( yyscan_t yyscanner ); char *yyget_text ( yyscan_t yyscanner ); int yyget_lineno ( yyscan_t yyscanner ); void yyset_lineno ( int _line_number , yyscan_t yyscanner ); int yyget_column ( yyscan_t yyscanner ); void yyset_column ( int _column_no , yyscan_t yyscanner ); /* %if-bison-bridge */ YYSTYPE * yyget_lval ( yyscan_t yyscanner ); void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner ); YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); /* %endif */ /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap ( yyscan_t yyscanner ); #else extern int yywrap ( yyscan_t yyscanner ); #endif #endif /* %not-for-header */ #ifndef YY_NO_UNPUT #endif /* %ok-for-header */ /* %endif */ #ifndef yytext_ptr static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen ( const char * , yyscan_t yyscanner); #endif #ifndef YY_NO_INPUT /* %if-c-only Standard (non-C++) definition */ /* %not-for-header */ #ifdef __cplusplus static int yyinput ( yyscan_t yyscanner ); #else static int input ( yyscan_t yyscanner ); #endif /* %ok-for-header */ /* %endif */ #endif /* %if-c-only */ static void yy_push_state ( int _new_state , yyscan_t yyscanner); static void yy_pop_state ( yyscan_t yyscanner ); static int yy_top_state ( yyscan_t yyscanner ); /* %endif */ /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k */ #define YY_READ_BUF_SIZE 16384 #else #define YY_READ_BUF_SIZE 8192 #endif /* __ia64__ */ #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* %if-c-only Standard (non-C++) definition */ /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) /* %endif */ /* %if-c++-only C++ definition */ /* %endif */ #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) \ /* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ int n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyin); \ } \ }\ \ /* %if-c++-only C++ definition \ */\ /* %endif */ #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 /* %if-c-only */ #define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ #endif /* %if-tables-serialization structures and prototypes */ /* %not-for-header */ /* %ok-for-header */ /* %not-for-header */ /* %tables-yydmap generated elements */ /* %endif */ /* end tables serialization structures and prototypes */ /* %ok-for-header */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 /* %if-c-only Standard (non-C++) definition */ extern int yylex \ (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); #define YY_DECL int yylex \ (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) /* %endif */ /* %if-c++-only C++ definition */ /* %endif */ #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif /* %% [6.0] YY_RULE_SETUP definition goes here */ #define YY_RULE_SETUP \ YY_USER_ACTION /* %not-for-header */ /** 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; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylval = yylval_param; yylloc = yylloc_param; if ( !yyg->yy_init ) { yyg->yy_init = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! yyg->yy_start ) yyg->yy_start = 1; /* first start state */ if ( ! yyin ) /* %if-c-only */ yyin = stdin; /* %endif */ /* %if-c++-only */ /* %endif */ if ( ! yyout ) /* %if-c-only */ yyout = stdout; /* %endif */ /* %if-c++-only */ /* %endif */ if ( ! YY_CURRENT_BUFFER ) { yyensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); } yy_load_buffer_state( yyscanner ); } { /* %% [7.0] user's declarations go here */ #line 223 "scanner.l" #line 3952 "scanner.c" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { /* %% [8.0] yymore()-related code goes here */ yy_cp = yyg->yy_c_buf_p; /* Support of yytext. */ *yy_cp = yyg->yy_hold_char; /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; /* %% [9.0] code to set up and find next match goes here */ yy_current_state = yyg->yy_start; yy_match: do { YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 2086 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 8454 ); yy_find_action: /* %% [10.0] code to find the action number goes here */ yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; yy_act = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; /* %% [11.0] code for yylineno update goes here */ if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] ) { int yyl; for ( yyl = 0; yyl < yyleng; ++yyl ) if ( yytext[yyl] == '\n' ) do{ yylineno++; yycolumn=0; }while(0) ; } do_action: /* This label is used only to access EOF actions. */ /* %% [12.0] debug code goes here */ if ( yy_flex_debug ) { if ( yy_act == 0 ) fprintf( stderr, "--scanner backing up\n" ); else if ( yy_act < 387 ) fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n", (long)yy_rule_linenum[yy_act], yytext ); else if ( yy_act == 387 ) fprintf( stderr, "--accepting default rule (\"%s\")\n", yytext ); else if ( yy_act == 388 ) fprintf( stderr, "--(end of buffer or a NUL)\n" ); else fprintf( stderr, "--EOF (start condition %d)\n", YY_START ); } switch ( yy_act ) { /* beginning of action switch */ /* %% [13.0] actions go here */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = yyg->yy_hold_char; yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; goto yy_find_action; case 1: YY_RULE_SETUP #line 225 "scanner.l" { return EQ; } YY_BREAK case 2: YY_RULE_SETUP #line 226 "scanner.l" { return EQ; } YY_BREAK case 3: YY_RULE_SETUP #line 227 "scanner.l" { return NEQ; } YY_BREAK case 4: YY_RULE_SETUP #line 228 "scanner.l" { return NEQ; } YY_BREAK case 5: YY_RULE_SETUP #line 229 "scanner.l" { return LTE; } YY_BREAK case 6: YY_RULE_SETUP #line 230 "scanner.l" { return LTE; } YY_BREAK case 7: YY_RULE_SETUP #line 231 "scanner.l" { return LT; } YY_BREAK case 8: YY_RULE_SETUP #line 232 "scanner.l" { return LT; } YY_BREAK case 9: YY_RULE_SETUP #line 233 "scanner.l" { return GTE; } YY_BREAK case 10: YY_RULE_SETUP #line 234 "scanner.l" { return GTE; } YY_BREAK case 11: YY_RULE_SETUP #line 235 "scanner.l" { return GT; } YY_BREAK case 12: YY_RULE_SETUP #line 236 "scanner.l" { return GT; } YY_BREAK case 13: YY_RULE_SETUP #line 237 "scanner.l" { return COMMA; } YY_BREAK case 14: YY_RULE_SETUP #line 238 "scanner.l" { return DOT; } YY_BREAK case 15: YY_RULE_SETUP #line 239 "scanner.l" { return COLON; } YY_BREAK case 16: YY_RULE_SETUP #line 240 "scanner.l" { return SEMICOLON; } YY_BREAK case 17: YY_RULE_SETUP #line 241 "scanner.l" { return '{'; } YY_BREAK case 18: YY_RULE_SETUP #line 242 "scanner.l" { return '}'; } YY_BREAK case 19: YY_RULE_SETUP #line 243 "scanner.l" { return '['; } YY_BREAK case 20: YY_RULE_SETUP #line 244 "scanner.l" { return ']'; } YY_BREAK case 21: YY_RULE_SETUP #line 245 "scanner.l" { return '('; } YY_BREAK case 22: YY_RULE_SETUP #line 246 "scanner.l" { return ')'; } YY_BREAK case 23: YY_RULE_SETUP #line 247 "scanner.l" { return LSHIFT; } YY_BREAK case 24: YY_RULE_SETUP #line 248 "scanner.l" { return LSHIFT; } YY_BREAK case 25: YY_RULE_SETUP #line 249 "scanner.l" { return RSHIFT; } YY_BREAK case 26: YY_RULE_SETUP #line 250 "scanner.l" { return RSHIFT; } YY_BREAK case 27: YY_RULE_SETUP #line 251 "scanner.l" { return CARET; } YY_BREAK case 28: YY_RULE_SETUP #line 252 "scanner.l" { return CARET; } YY_BREAK case 29: YY_RULE_SETUP #line 253 "scanner.l" { return AMPERSAND; } YY_BREAK case 30: YY_RULE_SETUP #line 254 "scanner.l" { return AMPERSAND; } YY_BREAK case 31: YY_RULE_SETUP #line 255 "scanner.l" { return '|'; } YY_BREAK case 32: YY_RULE_SETUP #line 256 "scanner.l" { return '|'; } YY_BREAK case 33: YY_RULE_SETUP #line 257 "scanner.l" { return NOT; } YY_BREAK case 34: YY_RULE_SETUP #line 258 "scanner.l" { return NOT; } YY_BREAK case 35: YY_RULE_SETUP #line 259 "scanner.l" { return SLASH; } YY_BREAK case 36: YY_RULE_SETUP #line 260 "scanner.l" { return DASH; } YY_BREAK case 37: YY_RULE_SETUP #line 261 "scanner.l" { return ASTERISK; } YY_BREAK case 38: YY_RULE_SETUP #line 262 "scanner.l" { return AT; } YY_BREAK case 39: YY_RULE_SETUP #line 263 "scanner.l" { return '$'; } YY_BREAK case 40: YY_RULE_SETUP #line 264 "scanner.l" { return '='; } YY_BREAK case 41: YY_RULE_SETUP #line 265 "scanner.l" { return VMAP; } YY_BREAK case 42: YY_RULE_SETUP #line 267 "scanner.l" { return PLUS; } YY_BREAK case 43: YY_RULE_SETUP #line 269 "scanner.l" { return INCLUDE; } YY_BREAK case 44: YY_RULE_SETUP #line 270 "scanner.l" { return DEFINE; } YY_BREAK case 45: YY_RULE_SETUP #line 271 "scanner.l" { return REDEFINE; } YY_BREAK case 46: YY_RULE_SETUP #line 272 "scanner.l" { return UNDEFINE; } YY_BREAK case 47: YY_RULE_SETUP #line 274 "scanner.l" { return DESCRIBE; } YY_BREAK case 48: YY_RULE_SETUP #line 276 "scanner.l" { return HOOK; } YY_BREAK case 49: YY_RULE_SETUP #line 277 "scanner.l" { return DEVICE; } YY_BREAK case 50: YY_RULE_SETUP #line 278 "scanner.l" { return DEVICES; } YY_BREAK case 51: YY_RULE_SETUP #line 279 "scanner.l" { return TABLE; } YY_BREAK case 52: YY_RULE_SETUP #line 280 "scanner.l" { return TABLES; } YY_BREAK case 53: YY_RULE_SETUP #line 281 "scanner.l" { return CHAIN; } YY_BREAK case 54: YY_RULE_SETUP #line 282 "scanner.l" { return CHAINS; } YY_BREAK case 55: YY_RULE_SETUP #line 283 "scanner.l" { return RULE; } YY_BREAK case 56: YY_RULE_SETUP #line 284 "scanner.l" { return RULES; } YY_BREAK case 57: YY_RULE_SETUP #line 285 "scanner.l" { return SETS; } YY_BREAK case 58: YY_RULE_SETUP #line 286 "scanner.l" { return SET; } YY_BREAK case 59: YY_RULE_SETUP #line 287 "scanner.l" { return ELEMENT; } YY_BREAK case 60: YY_RULE_SETUP #line 288 "scanner.l" { return MAP; } YY_BREAK case 61: YY_RULE_SETUP #line 289 "scanner.l" { return FLOWTABLE; } YY_BREAK case 62: YY_RULE_SETUP #line 290 "scanner.l" { return HANDLE; } YY_BREAK case 63: YY_RULE_SETUP #line 291 "scanner.l" { return RULESET; } YY_BREAK case 64: YY_RULE_SETUP #line 292 "scanner.l" { return TRACE; } YY_BREAK case 65: YY_RULE_SETUP #line 294 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_SOCKET); return SOCKET; } YY_BREAK case 66: YY_RULE_SETUP #line 296 "scanner.l" { return TRANSPARENT; } YY_BREAK case 67: YY_RULE_SETUP #line 297 "scanner.l" { return WILDCARD; } YY_BREAK case 68: YY_RULE_SETUP #line 298 "scanner.l" { return CGROUPV2; } YY_BREAK case 69: YY_RULE_SETUP #line 299 "scanner.l" { return LEVEL; } YY_BREAK case 70: YY_RULE_SETUP #line 301 "scanner.l" { return TPROXY; } YY_BREAK case 71: YY_RULE_SETUP #line 303 "scanner.l" { return ACCEPT; } YY_BREAK case 72: YY_RULE_SETUP #line 304 "scanner.l" { return DROP; } YY_BREAK case 73: YY_RULE_SETUP #line 305 "scanner.l" { return CONTINUE; } YY_BREAK case 74: YY_RULE_SETUP #line 306 "scanner.l" { return JUMP; } YY_BREAK case 75: YY_RULE_SETUP #line 307 "scanner.l" { return GOTO; } YY_BREAK case 76: YY_RULE_SETUP #line 308 "scanner.l" { return RETURN; } YY_BREAK case 77: YY_RULE_SETUP #line 309 "scanner.l" { return TO; } YY_BREAK case 78: YY_RULE_SETUP #line 311 "scanner.l" { return INET; } YY_BREAK case 79: YY_RULE_SETUP #line 312 "scanner.l" { return NETDEV; } YY_BREAK case 80: YY_RULE_SETUP #line 314 "scanner.l" { return ADD; } YY_BREAK case 81: YY_RULE_SETUP #line 315 "scanner.l" { return REPLACE; } YY_BREAK case 82: YY_RULE_SETUP #line 316 "scanner.l" { return UPDATE; } YY_BREAK case 83: YY_RULE_SETUP #line 317 "scanner.l" { return CREATE; } YY_BREAK case 84: YY_RULE_SETUP #line 318 "scanner.l" { return INSERT; } YY_BREAK case 85: YY_RULE_SETUP #line 319 "scanner.l" { return DELETE; } YY_BREAK case 86: YY_RULE_SETUP #line 320 "scanner.l" { return GET; } YY_BREAK case 87: YY_RULE_SETUP #line 321 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CMD_LIST); return LIST; } YY_BREAK case 88: YY_RULE_SETUP #line 322 "scanner.l" { return RESET; } YY_BREAK case 89: YY_RULE_SETUP #line 323 "scanner.l" { return FLUSH; } YY_BREAK case 90: YY_RULE_SETUP #line 324 "scanner.l" { return RENAME; } YY_BREAK case 91: YY_RULE_SETUP #line 325 "scanner.l" { return IMPORT; } YY_BREAK case 92: YY_RULE_SETUP #line 326 "scanner.l" { return EXPORT; } YY_BREAK case 93: YY_RULE_SETUP #line 327 "scanner.l" { return MONITOR; } YY_BREAK case 94: YY_RULE_SETUP #line 329 "scanner.l" { return POSITION; } YY_BREAK case 95: YY_RULE_SETUP #line 330 "scanner.l" { return INDEX; } YY_BREAK case 96: YY_RULE_SETUP #line 331 "scanner.l" { return COMMENT; } YY_BREAK case 97: YY_RULE_SETUP #line 333 "scanner.l" { return CONSTANT; } YY_BREAK case 98: YY_RULE_SETUP #line 334 "scanner.l" { return INTERVAL; } YY_BREAK case 99: YY_RULE_SETUP #line 335 "scanner.l" { return DYNAMIC; } YY_BREAK case 100: YY_RULE_SETUP #line 336 "scanner.l" { return AUTOMERGE; } YY_BREAK case 101: YY_RULE_SETUP #line 337 "scanner.l" { return TIMEOUT; } YY_BREAK case 102: YY_RULE_SETUP #line 338 "scanner.l" { return GC_INTERVAL; } YY_BREAK case 103: YY_RULE_SETUP #line 339 "scanner.l" { return ELEMENTS; } YY_BREAK case 104: YY_RULE_SETUP #line 340 "scanner.l" { return EXPIRES; } YY_BREAK case 105: YY_RULE_SETUP #line 342 "scanner.l" { return POLICY; } YY_BREAK case 106: YY_RULE_SETUP #line 343 "scanner.l" { return SIZE; } YY_BREAK case 107: YY_RULE_SETUP #line 344 "scanner.l" { return PERFORMANCE; } YY_BREAK case 108: YY_RULE_SETUP #line 345 "scanner.l" { return MEMORY; } YY_BREAK case 109: YY_RULE_SETUP #line 347 "scanner.l" { return FLOW; } YY_BREAK case 110: YY_RULE_SETUP #line 348 "scanner.l" { return OFFLOAD; } YY_BREAK case 111: YY_RULE_SETUP #line 349 "scanner.l" { return METER; } YY_BREAK case 112: YY_RULE_SETUP #line 352 "scanner.l" { return METERS; } YY_BREAK case 113: YY_RULE_SETUP #line 353 "scanner.l" { return FLOWTABLES; } YY_BREAK case 114: YY_RULE_SETUP #line 354 "scanner.l" { return LIMITS; } YY_BREAK case 115: YY_RULE_SETUP #line 355 "scanner.l" { return MAPS; } YY_BREAK case 116: YY_RULE_SETUP #line 356 "scanner.l" { return SECMARKS; } YY_BREAK case 117: YY_RULE_SETUP #line 357 "scanner.l" { return SYNPROXYS; } YY_BREAK case 118: YY_RULE_SETUP #line 358 "scanner.l" { return HOOKS; } YY_BREAK case 119: YY_RULE_SETUP #line 361 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_COUNTER); return COUNTER; } YY_BREAK case 120: YY_RULE_SETUP #line 362 "scanner.l" { return NAME; } YY_BREAK case 121: YY_RULE_SETUP #line 363 "scanner.l" { return PACKETS; } YY_BREAK case 122: YY_RULE_SETUP #line 364 "scanner.l" { return BYTES; } YY_BREAK case 123: YY_RULE_SETUP #line 366 "scanner.l" { return COUNTERS; } YY_BREAK case 124: YY_RULE_SETUP #line 367 "scanner.l" { return QUOTAS; } YY_BREAK case 125: YY_RULE_SETUP #line 369 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_STMT_LOG); return LOG; } YY_BREAK case 126: YY_RULE_SETUP #line 370 "scanner.l" { return PREFIX; } YY_BREAK case 127: YY_RULE_SETUP #line 371 "scanner.l" { return GROUP; } YY_BREAK case 128: YY_RULE_SETUP #line 373 "scanner.l" { return SNAPLEN; } YY_BREAK case 129: YY_RULE_SETUP #line 374 "scanner.l" { return QUEUE_THRESHOLD; } YY_BREAK case 130: YY_RULE_SETUP #line 375 "scanner.l" { return LEVEL; } YY_BREAK case 131: YY_RULE_SETUP #line 378 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_QUEUE); return QUEUE;} YY_BREAK case 132: YY_RULE_SETUP #line 380 "scanner.l" { return QUEUENUM;} YY_BREAK case 133: YY_RULE_SETUP #line 381 "scanner.l" { return BYPASS;} YY_BREAK case 134: YY_RULE_SETUP #line 382 "scanner.l" { return FANOUT;} YY_BREAK case 135: YY_RULE_SETUP #line 384 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_LIMIT); return LIMIT; } YY_BREAK case 136: YY_RULE_SETUP #line 386 "scanner.l" { return RATE; } YY_BREAK case 137: YY_RULE_SETUP #line 387 "scanner.l" { return BURST; } YY_BREAK /* time_unit */ case 138: YY_RULE_SETUP #line 390 "scanner.l" { return SECOND; } YY_BREAK case 139: YY_RULE_SETUP #line 391 "scanner.l" { return MINUTE; } YY_BREAK case 140: YY_RULE_SETUP #line 392 "scanner.l" { return WEEK; } YY_BREAK case 141: YY_RULE_SETUP #line 394 "scanner.l" { return OVER; } YY_BREAK case 142: YY_RULE_SETUP #line 396 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_QUOTA); return QUOTA; } YY_BREAK case 143: YY_RULE_SETUP #line 398 "scanner.l" { return USED; } YY_BREAK case 144: YY_RULE_SETUP #line 399 "scanner.l" { return UNTIL; } YY_BREAK case 145: YY_RULE_SETUP #line 402 "scanner.l" { return HOUR; } YY_BREAK case 146: YY_RULE_SETUP #line 403 "scanner.l" { return DAY; } YY_BREAK case 147: YY_RULE_SETUP #line 405 "scanner.l" { return _REJECT; } YY_BREAK case 148: YY_RULE_SETUP #line 406 "scanner.l" { return WITH; } YY_BREAK case 149: YY_RULE_SETUP #line 407 "scanner.l" { return ICMPX; } YY_BREAK case 150: YY_RULE_SETUP #line 409 "scanner.l" { return SNAT; } YY_BREAK case 151: YY_RULE_SETUP #line 410 "scanner.l" { return DNAT; } YY_BREAK case 152: YY_RULE_SETUP #line 411 "scanner.l" { return MASQUERADE; } YY_BREAK case 153: YY_RULE_SETUP #line 412 "scanner.l" { return REDIRECT; } YY_BREAK case 154: YY_RULE_SETUP #line 413 "scanner.l" { return RANDOM; } YY_BREAK case 155: YY_RULE_SETUP #line 414 "scanner.l" { return FULLY_RANDOM; } YY_BREAK case 156: YY_RULE_SETUP #line 415 "scanner.l" { return PERSISTENT; } YY_BREAK case 157: YY_RULE_SETUP #line 417 "scanner.l" { return LL_HDR; } YY_BREAK case 158: YY_RULE_SETUP #line 418 "scanner.l" { return NETWORK_HDR; } YY_BREAK case 159: YY_RULE_SETUP #line 419 "scanner.l" { return TRANSPORT_HDR; } YY_BREAK case 160: YY_RULE_SETUP #line 421 "scanner.l" { return BRIDGE; } YY_BREAK case 161: YY_RULE_SETUP #line 423 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_ETH); return ETHER; } YY_BREAK case 162: YY_RULE_SETUP #line 425 "scanner.l" { return SADDR; } YY_BREAK case 163: YY_RULE_SETUP #line 426 "scanner.l" { return DADDR; } YY_BREAK case 164: YY_RULE_SETUP #line 428 "scanner.l" { return TYPE; } YY_BREAK case 165: YY_RULE_SETUP #line 429 "scanner.l" { return TYPEOF; } YY_BREAK case 166: YY_RULE_SETUP #line 431 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_VLAN); return VLAN; } YY_BREAK case 167: YY_RULE_SETUP #line 432 "scanner.l" { return ID; } YY_BREAK case 168: YY_RULE_SETUP #line 434 "scanner.l" { return CFI; } YY_BREAK case 169: YY_RULE_SETUP #line 435 "scanner.l" { return DEI; } YY_BREAK case 170: YY_RULE_SETUP #line 436 "scanner.l" { return PCP; } YY_BREAK case 171: YY_RULE_SETUP #line 438 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 172: YY_RULE_SETUP #line 439 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 173: YY_RULE_SETUP #line 441 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_ARP); return ARP; } YY_BREAK case 174: YY_RULE_SETUP #line 443 "scanner.l" { return HTYPE; } YY_BREAK case 175: YY_RULE_SETUP #line 444 "scanner.l" { return PTYPE; } YY_BREAK case 176: YY_RULE_SETUP #line 445 "scanner.l" { return HLEN; } YY_BREAK case 177: YY_RULE_SETUP #line 446 "scanner.l" { return PLEN; } YY_BREAK case 178: YY_RULE_SETUP #line 447 "scanner.l" { return OPERATION; } YY_BREAK case 179: YY_RULE_SETUP #line 450 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_IP); return IP; } YY_BREAK case 180: YY_RULE_SETUP #line 451 "scanner.l" { return HDRVERSION; } YY_BREAK case 181: YY_RULE_SETUP #line 452 "scanner.l" { return HDRLENGTH; } YY_BREAK case 182: YY_RULE_SETUP #line 453 "scanner.l" { return DSCP; } YY_BREAK case 183: YY_RULE_SETUP #line 454 "scanner.l" { return ECN; } YY_BREAK case 184: YY_RULE_SETUP #line 455 "scanner.l" { return LENGTH; } YY_BREAK case 185: YY_RULE_SETUP #line 456 "scanner.l" { return FRAG_OFF; } YY_BREAK case 186: YY_RULE_SETUP #line 457 "scanner.l" { return TTL; } YY_BREAK case 187: YY_RULE_SETUP #line 458 "scanner.l" { return PROTOCOL; } YY_BREAK case 188: YY_RULE_SETUP #line 459 "scanner.l" { return CHECKSUM; } YY_BREAK case 189: YY_RULE_SETUP #line 462 "scanner.l" { return LSRR; } YY_BREAK case 190: YY_RULE_SETUP #line 463 "scanner.l" { return RR; } YY_BREAK case 191: YY_RULE_SETUP #line 464 "scanner.l" { return SSRR; } YY_BREAK case 192: YY_RULE_SETUP #line 465 "scanner.l" { return RA; } YY_BREAK case 193: YY_RULE_SETUP #line 467 "scanner.l" { return PTR; } YY_BREAK case 194: YY_RULE_SETUP #line 468 "scanner.l" { return VALUE; } YY_BREAK case 195: YY_RULE_SETUP #line 472 "scanner.l" { return ECHO; } YY_BREAK case 196: YY_RULE_SETUP #line 473 "scanner.l" { return EOL; } YY_BREAK case 197: YY_RULE_SETUP #line 474 "scanner.l" { return FASTOPEN; } YY_BREAK case 198: YY_RULE_SETUP #line 475 "scanner.l" { return MPTCP; } YY_BREAK case 199: YY_RULE_SETUP #line 476 "scanner.l" { return MD5SIG; } YY_BREAK case 200: YY_RULE_SETUP #line 477 "scanner.l" { return SUBTYPE; } YY_BREAK case 201: YY_RULE_SETUP #line 478 "scanner.l" { return NOP; } YY_BREAK case 202: YY_RULE_SETUP #line 479 "scanner.l" { return NOP; } YY_BREAK case 203: YY_RULE_SETUP #line 480 "scanner.l" { return SACK; } YY_BREAK case 204: YY_RULE_SETUP #line 481 "scanner.l" { return SACK0; } YY_BREAK case 205: YY_RULE_SETUP #line 482 "scanner.l" { return SACK1; } YY_BREAK case 206: YY_RULE_SETUP #line 483 "scanner.l" { return SACK2; } YY_BREAK case 207: YY_RULE_SETUP #line 484 "scanner.l" { return SACK3; } YY_BREAK case 208: YY_RULE_SETUP #line 485 "scanner.l" { return TIME; } YY_BREAK case 209: YY_RULE_SETUP #line 487 "scanner.l" { return COUNT; } YY_BREAK case 210: YY_RULE_SETUP #line 488 "scanner.l" { return LEFT; } YY_BREAK case 211: YY_RULE_SETUP #line 489 "scanner.l" { return RIGHT; } YY_BREAK case 212: YY_RULE_SETUP #line 490 "scanner.l" { return TSVAL; } YY_BREAK case 213: YY_RULE_SETUP #line 491 "scanner.l" { return TSECR; } YY_BREAK case 214: YY_RULE_SETUP #line 493 "scanner.l" { return MSS; } YY_BREAK case 215: YY_RULE_SETUP #line 494 "scanner.l" { return MSS; } YY_BREAK case 216: YY_RULE_SETUP #line 495 "scanner.l" { return SACK_PERM; } YY_BREAK case 217: YY_RULE_SETUP #line 496 "scanner.l" { return SACK_PERM; } YY_BREAK case 218: YY_RULE_SETUP #line 497 "scanner.l" { return TIMESTAMP; } YY_BREAK case 219: YY_RULE_SETUP #line 499 "scanner.l" { return ICMP; } YY_BREAK case 220: YY_RULE_SETUP #line 500 "scanner.l" { return CODE; } YY_BREAK case 221: YY_RULE_SETUP #line 501 "scanner.l" { return SEQUENCE; } YY_BREAK case 222: YY_RULE_SETUP #line 502 "scanner.l" { return GATEWAY; } YY_BREAK case 223: YY_RULE_SETUP #line 503 "scanner.l" { return MTU; } YY_BREAK case 224: YY_RULE_SETUP #line 505 "scanner.l" { return IGMP; } YY_BREAK case 225: YY_RULE_SETUP #line 506 "scanner.l" { return MRT; } YY_BREAK case 226: YY_RULE_SETUP #line 508 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_IP6); return IP6; } YY_BREAK case 227: YY_RULE_SETUP #line 509 "scanner.l" { return PRIORITY; } YY_BREAK case 228: YY_RULE_SETUP #line 511 "scanner.l" { return FLOWLABEL; } YY_BREAK case 229: YY_RULE_SETUP #line 512 "scanner.l" { return HOPLIMIT; } YY_BREAK case 230: YY_RULE_SETUP #line 514 "scanner.l" { return NEXTHDR; } YY_BREAK case 231: YY_RULE_SETUP #line 516 "scanner.l" { return ICMP6; } YY_BREAK case 232: YY_RULE_SETUP #line 517 "scanner.l" { return PPTR; } YY_BREAK case 233: YY_RULE_SETUP #line 518 "scanner.l" { return MAXDELAY; } YY_BREAK case 234: YY_RULE_SETUP #line 520 "scanner.l" { return AH; } YY_BREAK case 235: YY_RULE_SETUP #line 521 "scanner.l" { return RESERVED; } YY_BREAK case 236: YY_RULE_SETUP #line 522 "scanner.l" { return SPI; } YY_BREAK case 237: YY_RULE_SETUP #line 524 "scanner.l" { return ESP; } YY_BREAK case 238: YY_RULE_SETUP #line 526 "scanner.l" { return COMP; } YY_BREAK case 239: YY_RULE_SETUP #line 527 "scanner.l" { return FLAGS; } YY_BREAK case 240: YY_RULE_SETUP #line 528 "scanner.l" { return CPI; } YY_BREAK case 241: YY_RULE_SETUP #line 530 "scanner.l" { return UDP; } YY_BREAK case 242: YY_RULE_SETUP #line 531 "scanner.l" { return UDPLITE; } YY_BREAK case 243: YY_RULE_SETUP #line 532 "scanner.l" { return SPORT; } YY_BREAK case 244: YY_RULE_SETUP #line 533 "scanner.l" { return DPORT; } YY_BREAK case 245: YY_RULE_SETUP #line 534 "scanner.l" { return PORT; } YY_BREAK case 246: YY_RULE_SETUP #line 536 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_TCP); return TCP; } YY_BREAK case 247: YY_RULE_SETUP #line 537 "scanner.l" { return ACKSEQ; } YY_BREAK case 248: YY_RULE_SETUP #line 538 "scanner.l" { return DOFF; } YY_BREAK case 249: YY_RULE_SETUP #line 539 "scanner.l" { return WINDOW; } YY_BREAK case 250: YY_RULE_SETUP #line 540 "scanner.l" { return URGPTR; } YY_BREAK case 251: YY_RULE_SETUP #line 541 "scanner.l" { return OPTION; } YY_BREAK case 252: YY_RULE_SETUP #line 543 "scanner.l" { return DCCP; } YY_BREAK case 253: YY_RULE_SETUP #line 545 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_SCTP); return SCTP; } YY_BREAK case 254: YY_RULE_SETUP #line 548 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_SCTP_CHUNK); return CHUNK; } YY_BREAK case 255: YY_RULE_SETUP #line 549 "scanner.l" { return VTAG; } YY_BREAK case 256: YY_RULE_SETUP #line 553 "scanner.l" { return DATA; } YY_BREAK case 257: YY_RULE_SETUP #line 554 "scanner.l" { return INIT; } YY_BREAK case 258: YY_RULE_SETUP #line 555 "scanner.l" { return INIT_ACK; } YY_BREAK case 259: YY_RULE_SETUP #line 556 "scanner.l" { return HEARTBEAT; } YY_BREAK case 260: YY_RULE_SETUP #line 557 "scanner.l" { return HEARTBEAT_ACK; } YY_BREAK case 261: YY_RULE_SETUP #line 558 "scanner.l" { return ABORT; } YY_BREAK case 262: YY_RULE_SETUP #line 559 "scanner.l" { return SHUTDOWN; } YY_BREAK case 263: YY_RULE_SETUP #line 560 "scanner.l" { return SHUTDOWN_ACK; } YY_BREAK case 264: YY_RULE_SETUP #line 561 "scanner.l" { return ERROR; } YY_BREAK case 265: YY_RULE_SETUP #line 562 "scanner.l" { return COOKIE_ECHO; } YY_BREAK case 266: YY_RULE_SETUP #line 563 "scanner.l" { return COOKIE_ACK; } YY_BREAK case 267: YY_RULE_SETUP #line 564 "scanner.l" { return ECNE; } YY_BREAK case 268: YY_RULE_SETUP #line 565 "scanner.l" { return CWR; } YY_BREAK case 269: YY_RULE_SETUP #line 566 "scanner.l" { return SHUTDOWN_COMPLETE; } YY_BREAK case 270: YY_RULE_SETUP #line 567 "scanner.l" { return ASCONF_ACK; } YY_BREAK case 271: YY_RULE_SETUP #line 568 "scanner.l" { return FORWARD_TSN; } YY_BREAK case 272: YY_RULE_SETUP #line 569 "scanner.l" { return ASCONF; } YY_BREAK case 273: YY_RULE_SETUP #line 571 "scanner.l" { return TSN; } YY_BREAK case 274: YY_RULE_SETUP #line 572 "scanner.l" { return SACK; } YY_BREAK case 275: YY_RULE_SETUP #line 573 "scanner.l" { return STREAM; } YY_BREAK case 276: YY_RULE_SETUP #line 574 "scanner.l" { return SSN; } YY_BREAK case 277: YY_RULE_SETUP #line 575 "scanner.l" { return PPID; } YY_BREAK case 278: YY_RULE_SETUP #line 576 "scanner.l" { return INIT_TAG; } YY_BREAK case 279: YY_RULE_SETUP #line 577 "scanner.l" { return A_RWND; } YY_BREAK case 280: YY_RULE_SETUP #line 578 "scanner.l" { return NUM_OSTREAMS; } YY_BREAK case 281: YY_RULE_SETUP #line 579 "scanner.l" { return NUM_ISTREAMS; } YY_BREAK case 282: YY_RULE_SETUP #line 580 "scanner.l" { return INIT_TSN; } YY_BREAK case 283: YY_RULE_SETUP #line 581 "scanner.l" { return CUM_TSN_ACK; } YY_BREAK case 284: YY_RULE_SETUP #line 582 "scanner.l" { return NUM_GACK_BLOCKS; } YY_BREAK case 285: YY_RULE_SETUP #line 583 "scanner.l" { return NUM_DUP_TSNS; } YY_BREAK case 286: YY_RULE_SETUP #line 584 "scanner.l" { return LOWEST_TSN; } YY_BREAK case 287: YY_RULE_SETUP #line 585 "scanner.l" { return SEQNO; } YY_BREAK case 288: YY_RULE_SETUP #line 586 "scanner.l" { return NEW_CUM_TSN; } YY_BREAK case 289: YY_RULE_SETUP #line 589 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_RT); return RT; } YY_BREAK case 290: YY_RULE_SETUP #line 590 "scanner.l" { return RT0; } YY_BREAK case 291: YY_RULE_SETUP #line 591 "scanner.l" { return RT2; } YY_BREAK case 292: YY_RULE_SETUP #line 592 "scanner.l" { return RT4; } YY_BREAK case 293: YY_RULE_SETUP #line 593 "scanner.l" { return ADDR; } YY_BREAK case 294: YY_RULE_SETUP #line 594 "scanner.l" { return LAST_ENT; } YY_BREAK case 295: YY_RULE_SETUP #line 595 "scanner.l" { return TAG; } YY_BREAK case 296: YY_RULE_SETUP #line 596 "scanner.l" { return SID; } YY_BREAK case 297: YY_RULE_SETUP #line 598 "scanner.l" { return HBH; } YY_BREAK case 298: YY_RULE_SETUP #line 600 "scanner.l" { return FRAG; } YY_BREAK case 299: YY_RULE_SETUP #line 601 "scanner.l" { return RESERVED2; } YY_BREAK case 300: YY_RULE_SETUP #line 602 "scanner.l" { return MORE_FRAGMENTS; } YY_BREAK case 301: YY_RULE_SETUP #line 604 "scanner.l" { return DST; } YY_BREAK case 302: YY_RULE_SETUP #line 606 "scanner.l" { return MH; } YY_BREAK case 303: YY_RULE_SETUP #line 608 "scanner.l" { return META; } YY_BREAK case 304: YY_RULE_SETUP #line 609 "scanner.l" { return MARK; } YY_BREAK case 305: YY_RULE_SETUP #line 610 "scanner.l" { return IIF; } YY_BREAK case 306: YY_RULE_SETUP #line 611 "scanner.l" { return IIFNAME; } YY_BREAK case 307: YY_RULE_SETUP #line 612 "scanner.l" { return IIFTYPE; } YY_BREAK case 308: YY_RULE_SETUP #line 613 "scanner.l" { return OIF; } YY_BREAK case 309: YY_RULE_SETUP #line 614 "scanner.l" { return OIFNAME; } YY_BREAK case 310: YY_RULE_SETUP #line 615 "scanner.l" { return OIFTYPE; } YY_BREAK case 311: YY_RULE_SETUP #line 616 "scanner.l" { return SKUID; } YY_BREAK case 312: YY_RULE_SETUP #line 617 "scanner.l" { return SKGID; } YY_BREAK case 313: YY_RULE_SETUP #line 618 "scanner.l" { return NFTRACE; } YY_BREAK case 314: YY_RULE_SETUP #line 619 "scanner.l" { return RTCLASSID; } YY_BREAK case 315: YY_RULE_SETUP #line 620 "scanner.l" { return IBRIPORT; } YY_BREAK case 316: YY_RULE_SETUP #line 621 "scanner.l" { return IBRIDGENAME; } YY_BREAK case 317: YY_RULE_SETUP #line 622 "scanner.l" { return OBRIPORT; } YY_BREAK case 318: YY_RULE_SETUP #line 623 "scanner.l" { return OBRIDGENAME; } YY_BREAK case 319: YY_RULE_SETUP #line 624 "scanner.l" { return PKTTYPE; } YY_BREAK case 320: YY_RULE_SETUP #line 625 "scanner.l" { return CPU; } YY_BREAK case 321: YY_RULE_SETUP #line 626 "scanner.l" { return IIFGROUP; } YY_BREAK case 322: YY_RULE_SETUP #line 627 "scanner.l" { return OIFGROUP; } YY_BREAK case 323: YY_RULE_SETUP #line 628 "scanner.l" { return CGROUP; } YY_BREAK case 324: YY_RULE_SETUP #line 631 "scanner.l" { return CLASSID; } YY_BREAK case 325: YY_RULE_SETUP #line 632 "scanner.l" { return NEXTHOP; } YY_BREAK case 326: YY_RULE_SETUP #line 633 "scanner.l" { return SEG_LEFT; } YY_BREAK case 327: YY_RULE_SETUP #line 636 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_CT); return CT; } YY_BREAK case 328: YY_RULE_SETUP #line 638 "scanner.l" { return AVGPKT; } YY_BREAK case 329: YY_RULE_SETUP #line 639 "scanner.l" { return L3PROTOCOL; } YY_BREAK case 330: YY_RULE_SETUP #line 640 "scanner.l" { return PROTO_SRC; } YY_BREAK case 331: YY_RULE_SETUP #line 641 "scanner.l" { return PROTO_DST; } YY_BREAK case 332: YY_RULE_SETUP #line 642 "scanner.l" { return ZONE; } YY_BREAK case 333: YY_RULE_SETUP #line 643 "scanner.l" { return ORIGINAL; } YY_BREAK case 334: YY_RULE_SETUP #line 644 "scanner.l" { return REPLY; } YY_BREAK case 335: YY_RULE_SETUP #line 645 "scanner.l" { return DIRECTION; } YY_BREAK case 336: YY_RULE_SETUP #line 646 "scanner.l" { return EVENT; } YY_BREAK case 337: YY_RULE_SETUP #line 647 "scanner.l" { return EXPECTATION; } YY_BREAK case 338: YY_RULE_SETUP #line 648 "scanner.l" { return EXPIRATION; } YY_BREAK case 339: YY_RULE_SETUP #line 649 "scanner.l" { return HELPER; } YY_BREAK case 340: YY_RULE_SETUP #line 650 "scanner.l" { return HELPERS; } YY_BREAK case 341: YY_RULE_SETUP #line 651 "scanner.l" { return LABEL; } YY_BREAK case 342: YY_RULE_SETUP #line 652 "scanner.l" { return STATE; } YY_BREAK case 343: YY_RULE_SETUP #line 653 "scanner.l" { return STATUS; } YY_BREAK case 344: YY_RULE_SETUP #line 654 "scanner.l" { return COUNT; } YY_BREAK case 345: YY_RULE_SETUP #line 657 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_NUMGEN); return NUMGEN; } YY_BREAK case 346: YY_RULE_SETUP #line 659 "scanner.l" { return INC; } YY_BREAK case 347: YY_RULE_SETUP #line 662 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_HASH); return JHASH; } YY_BREAK case 348: YY_RULE_SETUP #line 663 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_HASH); return SYMHASH; } YY_BREAK case 349: YY_RULE_SETUP #line 666 "scanner.l" { return SEED; } YY_BREAK case 350: YY_RULE_SETUP #line 669 "scanner.l" { return MOD; } YY_BREAK case 351: YY_RULE_SETUP #line 670 "scanner.l" { return OFFSET; } YY_BREAK case 352: YY_RULE_SETUP #line 672 "scanner.l" { return DUP; } YY_BREAK case 353: YY_RULE_SETUP #line 673 "scanner.l" { return FWD; } YY_BREAK case 354: YY_RULE_SETUP #line 675 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_FIB); return FIB; } YY_BREAK case 355: YY_RULE_SETUP #line 677 "scanner.l" { return OSF; } YY_BREAK case 356: YY_RULE_SETUP #line 679 "scanner.l" { return SYNPROXY; } YY_BREAK case 357: YY_RULE_SETUP #line 680 "scanner.l" { return WSCALE; } YY_BREAK case 358: YY_RULE_SETUP #line 682 "scanner.l" { return NOTRACK; } YY_BREAK case 359: YY_RULE_SETUP #line 684 "scanner.l" { return OPTIONS; } YY_BREAK case 360: YY_RULE_SETUP #line 685 "scanner.l" { return ALL; } YY_BREAK case 361: YY_RULE_SETUP #line 687 "scanner.l" { return XML; } YY_BREAK case 362: YY_RULE_SETUP #line 688 "scanner.l" { return JSON; } YY_BREAK case 363: YY_RULE_SETUP #line 689 "scanner.l" { return VM; } YY_BREAK case 364: YY_RULE_SETUP #line 691 "scanner.l" { return EXISTS; } YY_BREAK case 365: YY_RULE_SETUP #line 692 "scanner.l" { return MISSING; } YY_BREAK case 366: YY_RULE_SETUP #line 694 "scanner.l" { return EXTHDR; } YY_BREAK case 367: YY_RULE_SETUP #line 696 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_EXPR_IPSEC); return IPSEC; } YY_BREAK case 368: YY_RULE_SETUP #line 698 "scanner.l" { return REQID; } YY_BREAK case 369: YY_RULE_SETUP #line 699 "scanner.l" { return SPNUM; } YY_BREAK case 370: YY_RULE_SETUP #line 701 "scanner.l" { return IN; } YY_BREAK case 371: YY_RULE_SETUP #line 702 "scanner.l" { return OUT; } YY_BREAK case 372: YY_RULE_SETUP #line 705 "scanner.l" { scanner_push_start_cond(yyscanner, SCANSTATE_SECMARK); return SECMARK; } YY_BREAK case 373: YY_RULE_SETUP #line 707 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 374: YY_RULE_SETUP #line 712 "scanner.l" { yytext[yyleng - 1] = '\0'; yylval->string = xstrdup(yytext + 1); return STRING; } YY_BREAK case 375: YY_RULE_SETUP #line 718 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 376: YY_RULE_SETUP #line 723 "scanner.l" { errno = 0; yylval->val = strtoull(yytext, NULL, 0); if (errno != 0) { yylval->string = xstrdup(yytext); return STRING; } return NUM; } YY_BREAK case 377: /* rule 377 can match eol */ *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */ YY_LINENO_REWIND_TO(yy_cp - 1); yyg->yy_c_buf_p = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 733 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 378: /* rule 378 can match eol */ YY_RULE_SETUP #line 738 "scanner.l" { yytext[yyleng - 1] = '\0'; yylval->string = xstrdup(yytext + 1); return QUOTED_STRING; } YY_BREAK case 379: YY_RULE_SETUP #line 744 "scanner.l" { yylval->string = xstrdup(yytext); return ASTERISK_STRING; } YY_BREAK case 380: YY_RULE_SETUP #line 749 "scanner.l" { yylval->string = xstrdup(yytext); return STRING; } YY_BREAK case 381: /* rule 381 can match eol */ YY_RULE_SETUP #line 754 "scanner.l" { reset_pos(yyget_extra(yyscanner), yylloc); } YY_BREAK case 382: /* rule 382 can match eol */ YY_RULE_SETUP #line 758 "scanner.l" { reset_pos(yyget_extra(yyscanner), yylloc); return NEWLINE; } YY_BREAK case 383: YY_RULE_SETUP #line 763 "scanner.l" YY_BREAK case 384: YY_RULE_SETUP #line 764 "scanner.l" YY_BREAK case 385: *yy_cp = yyg->yy_hold_char; /* undo effects of setting up yytext */ yyg->yy_c_buf_p = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up yytext again */ YY_RULE_SETUP #line 765 "scanner.l" YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(SCANSTATE_ARP): case YY_STATE_EOF(SCANSTATE_CT): case YY_STATE_EOF(SCANSTATE_COUNTER): case YY_STATE_EOF(SCANSTATE_ETH): case YY_STATE_EOF(SCANSTATE_IP): case YY_STATE_EOF(SCANSTATE_IP6): case YY_STATE_EOF(SCANSTATE_LIMIT): case YY_STATE_EOF(SCANSTATE_QUOTA): case YY_STATE_EOF(SCANSTATE_SCTP): case YY_STATE_EOF(SCANSTATE_SECMARK): case YY_STATE_EOF(SCANSTATE_TCP): case YY_STATE_EOF(SCANSTATE_VLAN): case YY_STATE_EOF(SCANSTATE_CMD_LIST): case YY_STATE_EOF(SCANSTATE_EXPR_FIB): case YY_STATE_EOF(SCANSTATE_EXPR_HASH): case YY_STATE_EOF(SCANSTATE_EXPR_IPSEC): case YY_STATE_EOF(SCANSTATE_EXPR_NUMGEN): case YY_STATE_EOF(SCANSTATE_EXPR_QUEUE): case YY_STATE_EOF(SCANSTATE_EXPR_RT): case YY_STATE_EOF(SCANSTATE_EXPR_SCTP_CHUNK): case YY_STATE_EOF(SCANSTATE_EXPR_SOCKET): case YY_STATE_EOF(SCANSTATE_STMT_LOG): #line 767 "scanner.l" { update_pos(yyget_extra(yyscanner), yylloc, 1); scanner_pop_buffer(yyscanner); if (YY_CURRENT_BUFFER == NULL) return TOKEN_EOF; } YY_BREAK case 386: YY_RULE_SETUP #line 774 "scanner.l" { return JUNK; } YY_BREAK case 387: YY_RULE_SETUP #line 776 "scanner.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 6098 "scanner.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = yyg->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. */ yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; /* %if-c-only */ YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; /* %endif */ /* %if-c++-only */ /* %endif */ 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 ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) { /* This was really a NUL. */ yy_state_type yy_next_state; yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); /* 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 , yyscanner); yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++yyg->yy_c_buf_p; yy_current_state = yy_next_state; goto yy_match; } else { /* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */ yy_cp = yyg->yy_c_buf_p; goto yy_find_action; } } else switch ( yy_get_next_buffer( yyscanner ) ) { case EOB_ACT_END_OF_FILE: { yyg->yy_did_buffer_switch_on_eof = 0; if ( yywrap( yyscanner ) ) { /* 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. */ yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: yyg->yy_c_buf_p = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars]; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->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 */ /* %ok-for-header */ /* %if-c++-only */ /* %not-for-header */ /* %ok-for-header */ /* %endif */ /* 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 */ /* %if-c-only */ static int yy_get_next_buffer (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; char *source = yyg->yytext_ptr; int number_to_move, i; int ret_val; if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->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 ( yyg->yy_c_buf_p - yyg->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) (yyg->yy_c_buf_p - yyg->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 = yyg->yy_n_chars = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) (yyg->yy_c_buf_p - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yyrealloc( (void *) b->yy_ch_buf, (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = NULL; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); yyg->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]), yyg->yy_n_chars, num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } if ( yyg->yy_n_chars == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart( yyin , yyscanner); } 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 ((yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ int new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc( (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner ); 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); } yyg->yy_n_chars += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR; yyg->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 */ /* %if-c-only */ /* %not-for-header */ static yy_state_type yy_get_previous_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { yy_state_type yy_current_state; char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* %% [15.0] code to get the start state into yy_current_state goes here */ yy_current_state = yyg->yy_start; for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp ) { /* %% [16.0] code to find the next state goes here */ YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 2086 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ /* %if-c-only */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */ char *yy_cp = yyg->yy_c_buf_p; YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 2086 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 2085); (void)yyg; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT /* %if-c-only */ /* %endif */ #endif /* %if-c-only */ #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner) #else static int input (yyscan_t yyscanner) #endif /* %endif */ /* %if-c++-only */ /* %endif */ { int c; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; *yyg->yy_c_buf_p = yyg->yy_hold_char; if ( *yyg->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 ( yyg->yy_c_buf_p < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) /* This was really a NUL. */ *yyg->yy_c_buf_p = '\0'; else { /* need more input */ int offset = (int) (yyg->yy_c_buf_p - yyg->yytext_ptr); ++yyg->yy_c_buf_p; switch ( yy_get_next_buffer( yyscanner ) ) { 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 , yyscanner); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap( yyscanner ) ) return 0; if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(yyscanner); #else return input(yyscanner); #endif } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + offset; break; } } } c = *(unsigned char *) yyg->yy_c_buf_p; /* cast for 8-bit char's */ *yyg->yy_c_buf_p = '\0'; /* preserve yytext */ yyg->yy_hold_char = *++yyg->yy_c_buf_p; /* %% [19.0] update BOL and yylineno */ if ( c == '\n' ) do{ yylineno++; yycolumn=0; }while(0) ; return c; } /* %if-c-only */ #endif /* ifndef YY_NO_INPUT */ /* %endif */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * @param yyscanner The scanner object. * @note This function does not reset the start condition to @c INITIAL . */ /* %if-c-only */ void yyrestart (FILE * input_file , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); } yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); yy_load_buffer_state( yyscanner ); } /* %if-c++-only */ /* %endif */ /** Switch to a different input buffer. * @param new_buffer The new input buffer. * @param yyscanner The scanner object. */ /* %if-c-only */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (yyscanner); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state( yyscanner ); /* 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. */ yyg->yy_did_buffer_switch_on_eof = 1; } /* %if-c-only */ static void yy_load_buffer_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; /* %if-c-only */ yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; /* %endif */ /* %if-c++-only */ /* %endif */ yyg->yy_hold_char = *yyg->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. * @param yyscanner The scanner object. * @return the allocated buffer state. */ /* %if-c-only */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); 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 , yyscanner); return b; } /* %if-c++-only */ /* %endif */ /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * @param yyscanner The scanner object. */ /* %if-c-only */ void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 , yyscanner ); yyfree( (void *) b , yyscanner ); } /* 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. */ /* %if-c-only */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { int oerrno = errno; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flush_buffer( b , yyscanner); /* %if-c-only */ b->yy_input_file = file; /* %endif */ /* %if-c++-only */ /* %endif */ 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; } /* %if-c-only */ b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; /* %endif */ /* %if-c++-only */ /* %endif */ 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. * @param yyscanner The scanner object. */ /* %if-c-only */ void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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( yyscanner ); } /* %if-c-or-c++ */ /** 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. * @param yyscanner The scanner object. */ /* %if-c-only */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (new_buffer == NULL) return; yyensure_buffer_stack(yyscanner); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) yyg->yy_buffer_stack_top++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state( yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } /* %endif */ /* %if-c-or-c++ */ /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * @param yyscanner The scanner object. */ /* %if-c-only */ void yypop_buffer_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER , yyscanner); YY_CURRENT_BUFFER_LVALUE = NULL; if (yyg->yy_buffer_stack_top > 0) --yyg->yy_buffer_stack_top; if (YY_CURRENT_BUFFER) { yy_load_buffer_state( yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } } /* %endif */ /* %if-c-or-c++ */ /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ /* %if-c-only */ static void yyensure_buffer_stack (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { yy_size_t num_to_alloc; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!yyg->yy_buffer_stack) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); yyg->yy_buffer_stack_max = num_to_alloc; yyg->yy_buffer_stack_top = 0; return; } if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ /* Increase the buffer to prepare for a possible push. */ yy_size_t grow_size = 8 /* arbitrary grow size */; num_to_alloc = yyg->yy_buffer_stack_max + grow_size; yyg->yy_buffer_stack = (struct yy_buffer_state**)yyrealloc (yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*)); yyg->yy_buffer_stack_max = num_to_alloc; } } /* %endif */ /* %if-c-only */ /** 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 * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return NULL; b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = NULL; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yy_switch_to_buffer( b , yyscanner ); return b; } /* %endif */ /* %if-c-only */ /** 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 * @param yyscanner The scanner object. * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner) { return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); } /* %endif */ /* %if-c-only */ /** 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. * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = (yy_size_t) (_yybytes_len + 2); buf = (char *) yyalloc( n , yyscanner ); 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 , yyscanner); 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; } /* %endif */ /* %if-c-only */ static void yy_push_state (int _new_state , yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( yyg->yy_start_stack_ptr >= yyg->yy_start_stack_depth ) { yy_size_t new_size; yyg->yy_start_stack_depth += YY_START_STACK_INCR; new_size = (yy_size_t) yyg->yy_start_stack_depth * sizeof( int ); if ( ! yyg->yy_start_stack ) yyg->yy_start_stack = (int *) yyalloc( new_size , yyscanner ); else yyg->yy_start_stack = (int *) yyrealloc( (void *) yyg->yy_start_stack, new_size , yyscanner ); if ( ! yyg->yy_start_stack ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } yyg->yy_start_stack[yyg->yy_start_stack_ptr++] = YY_START; BEGIN(_new_state); } /* %if-c-only */ static void yy_pop_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( --yyg->yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]); } /* %if-c-only */ static int yy_top_state (yyscan_t yyscanner) /* %endif */ /* %if-c++-only */ /* %endif */ { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyg->yy_start_stack[yyg->yy_start_stack_ptr - 1]; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif /* %if-c-only */ static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* %endif */ /* %if-c++-only */ /* %endif */ /* 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] = yyg->yy_hold_char; \ yyg->yy_c_buf_p = yytext + yyless_macro_arg; \ yyg->yy_hold_char = *yyg->yy_c_buf_p; \ *yyg->yy_c_buf_p = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /* %if-c-only */ /* %if-reentrant */ /** Get the user-defined data for this scanner. * @param yyscanner The scanner object. */ YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyextra; } /* %endif */ /** Get the current line number. * @param yyscanner The scanner object. */ int yyget_lineno (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yylineno; } /** Get the current column number. * @param yyscanner The scanner object. */ int yyget_column (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yycolumn; } /** Get the input stream. * @param yyscanner The scanner object. */ FILE *yyget_in (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyin; } /** Get the output stream. * @param yyscanner The scanner object. */ FILE *yyget_out (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyout; } /** Get the length of the current token. * @param yyscanner The scanner object. */ int yyget_leng (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyleng; } /** Get the current token. * @param yyscanner The scanner object. */ char *yyget_text (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yytext; } /* %if-reentrant */ /** Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */ void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyextra = user_defined ; } /* %endif */ /** Set the current line number. * @param _line_number line number * @param yyscanner The scanner object. */ void yyset_lineno (int _line_number , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* lineno is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "yyset_lineno called with no buffer" ); yylineno = _line_number; } /** Set the current column. * @param _column_no column number * @param yyscanner The scanner object. */ void yyset_column (int _column_no , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* column is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "yyset_column called with no buffer" ); yycolumn = _column_no; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * @param yyscanner The scanner object. * @see yy_switch_to_buffer */ void yyset_in (FILE * _in_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyin = _in_str ; } void yyset_out (FILE * _out_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyout = _out_str ; } int yyget_debug (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yy_flex_debug; } void yyset_debug (int _bdebug , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flex_debug = _bdebug ; } /* %endif */ /* %if-reentrant */ /* Accessor methods for yylval and yylloc */ /* %if-bison-bridge */ YYSTYPE * yyget_lval (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yylval; } void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylval = yylval_param; } YYLTYPE *yyget_lloc (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yylloc; } void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylloc = yylloc_param; } /* %endif */ /* User-visible API */ /* yylex_init is special because it creates the scanner itself, so it is * the ONLY reentrant function that doesn't take the scanner as the last argument. * That's why we explicitly handle the declaration, instead of using our macros. */ int yylex_init(yyscan_t* ptr_yy_globals) { if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); return yy_init_globals ( *ptr_yy_globals ); } /* yylex_init_extra has the same functionality as yylex_init, but follows the * convention of taking the scanner as the last argument. Note however, that * this is a *pointer* to a scanner, as it will be allocated by this call (and * is the reason, too, why this function also must handle its own declaration). * The user defined value in the first argument will be available to yyalloc in * the yyextra field. */ int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) { struct yyguts_t dummy_yyguts; yyset_extra (yy_user_defined, &dummy_yyguts); if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); yyset_extra (yy_user_defined, *ptr_yy_globals); return yy_init_globals ( *ptr_yy_globals ); } /* %endif if-c-only */ /* %if-c-only */ static int yy_init_globals (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Initialization is the same as for the non-reentrant scanner. * This function is called from yylex_destroy(), so don't allocate here. */ yyg->yy_buffer_stack = NULL; yyg->yy_buffer_stack_top = 0; yyg->yy_buffer_stack_max = 0; yyg->yy_c_buf_p = NULL; yyg->yy_init = 0; yyg->yy_start = 0; yyg->yy_start_stack_ptr = 0; yyg->yy_start_stack_depth = 0; yyg->yy_start_stack = NULL; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = NULL; yyout = NULL; #endif /* For future reference: Set errno on error, since we are called by * yylex_init() */ return 0; } /* %endif */ /* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */ /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer( YY_CURRENT_BUFFER , yyscanner ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(yyscanner); } /* Destroy the stack itself. */ yyfree(yyg->yy_buffer_stack , yyscanner); yyg->yy_buffer_stack = NULL; /* Destroy the start condition stack. */ yyfree( yyg->yy_start_stack , yyscanner ); yyg->yy_start_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( yyscanner); /* %if-reentrant */ /* Destroy the main struct (reentrant only). */ yyfree ( yyscanner , yyscanner ); yyscanner = NULL; /* %endif */ return 0; } /* %endif */ /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (const char * s , yyscan_t yyscanner) { int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; return malloc(size); } void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return realloc(ptr, size); } void yyfree (void * ptr , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; (void)yyg; free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } /* %if-tables-serialization definitions */ /* %define-yytables The name for this specific scanner's tables. */ #define YYTABLES_NAME "yytables" /* %endif */ /* %ok-for-header */ #line 776 "scanner.l" static void scanner_push_indesc(struct parser_state *state, struct input_descriptor *indesc) { if (!state->indesc) list_add_tail(&indesc->list, &state->indesc_list); else list_add(&indesc->list, &state->indesc->list); state->indesc = indesc; } static void scanner_pop_indesc(struct parser_state *state) { if (!list_is_first(&state->indesc->list, &state->indesc_list)) { state->indesc = list_entry(state->indesc->list.prev, struct input_descriptor, list); } else { state->indesc = NULL; } } static void scanner_pop_buffer(yyscan_t scanner) { struct parser_state *state = yyget_extra(scanner); yypop_buffer_state(scanner); scanner_pop_indesc(state); } static void scanner_push_file(struct nft_ctx *nft, void *scanner, FILE *f, const char *filename, const struct location *loc, const struct input_descriptor *parent_indesc) { struct parser_state *state = yyget_extra(scanner); struct input_descriptor *indesc; YY_BUFFER_STATE b; b = yy_create_buffer(f, YY_BUF_SIZE, scanner); yypush_buffer_state(b, scanner); indesc = xzalloc(sizeof(struct input_descriptor)); if (loc != NULL) indesc->location = *loc; indesc->type = INDESC_FILE; indesc->name = xstrdup(filename); indesc->f = f; if (!parent_indesc) { indesc->depth = 1; } else { indesc->depth = parent_indesc->depth + 1; } init_pos(indesc); scanner_push_indesc(state, indesc); } static int include_file(struct nft_ctx *nft, void *scanner, const char *filename, const struct location *loc, const struct input_descriptor *parent_indesc) { struct parser_state *state = yyget_extra(scanner); struct error_record *erec; FILE *f; if (parent_indesc && parent_indesc->depth == MAX_INCLUDE_DEPTH) { erec = error(loc, "Include nested too deeply, max %u levels", MAX_INCLUDE_DEPTH); goto err; } f = fopen(filename, "r"); if (f == NULL) { erec = error(loc, "Could not open file \"%s\": %s\n", filename, strerror(errno)); goto err; } scanner_push_file(nft, scanner, f, filename, loc, parent_indesc); return 0; err: erec_queue(erec, state->msgs); return -1; } static int include_glob(struct nft_ctx *nft, void *scanner, const char *pattern, const struct location *loc) { struct parser_state *state = yyget_extra(scanner); struct input_descriptor *indesc = state->indesc; struct error_record *erec = NULL; bool wildcard = false; glob_t glob_data; unsigned int i; int flags = 0; int ret; char *p; /* This function can return four meaningful values: * * -1 means that there was an error. * 0 means that a single non-wildcard match was done. * 1 means that there are no wildcards in the pattern and the * search can continue. * 2 means that there are wildcards in the pattern and the search * can continue. * * The diffrence is needed, because there is a semantic difference * between patterns with wildcards and no wildcards. Not finding a * non-wildcard file is an error but not finding any matches for a * wildcard pattern is not. */ /* There shouldn't be a need to use escape characters in include paths. */ flags |= GLOB_NOESCAPE; /* Mark directories so we can filter them out (also links). */ flags |= GLOB_MARK; /* If there is no match, glob() doesn't set GLOB_MAGCHAR even if there * are wildcard characters in the pattern. We need to look for (luckily * well-known and not likely to change) magic characters ourselves. In a * perfect world, we could use glob() itself to figure out if there are * wildcards in the pattern. */ p = (char *)pattern; while (*p) { if (*p == '*' || *p == '?' || *p == '[') { wildcard = true; break; } p++; } ret = glob(pattern, flags, NULL, &glob_data); if (ret == 0) { char *path; int len; /* reverse alphabetical order due to stack */ for (i = glob_data.gl_pathc; i > 0; i--) { path = glob_data.gl_pathv[i-1]; /* ignore directories */ len = strlen(path); if (len == 0 || path[len - 1] == '/') continue; ret = include_file(nft, scanner, path, loc, indesc); if (ret != 0) goto err; } globfree(&glob_data); /* If no wildcards and we found the file, stop the search (with * 0). In case of wildcards we need to still continue the * search, because other matches might be in other include * directories. We handled the case with a non-wildcard pattern * and no matches already before. */ return wildcard ? 2 : 0; } else if (ret == GLOB_NOMATCH) { globfree(&glob_data); /* We need to tell the caller whether wildcards were used in * case of no match, because the semantics for handling the * cases are different. */ return wildcard ? 2 : 1; } erec = error(loc, "Failed to glob the pattern %s", pattern); /* intentional fall through */ err: if (erec) erec_queue(erec, state->msgs); globfree(&glob_data); return -1; } int scanner_read_file(struct nft_ctx *nft, const char *filename, const struct location *loc) { return include_file(nft, nft->scanner, filename, loc, NULL); } static bool search_in_include_path(const char *filename) { return (strncmp(filename, "./", strlen("./")) != 0 && strncmp(filename, "../", strlen("../")) != 0 && filename[0] != '/'); } int scanner_include_file(struct nft_ctx *nft, void *scanner, const char *filename, const struct location *loc) { struct parser_state *state = yyget_extra(scanner); struct error_record *erec; char buf[PATH_MAX]; unsigned int i; int ret = -1; if (search_in_include_path(filename)) { for (i = 0; i < nft->num_include_paths; i++) { ret = snprintf(buf, sizeof(buf), "%s/%s", nft->include_paths[i], filename); if (ret < 0 || ret >= PATH_MAX) { erec = error(loc, "Too long file path \"%s/%s\"\n", nft->include_paths[i], filename); erec_queue(erec, state->msgs); return -1; } ret = include_glob(nft, scanner, buf, loc); /* error was already handled */ if (ret == -1) return -1; /* no wildcards and file was processed: break early. */ if (ret == 0) return 0; /* else 1 (no wildcards) or 2 (wildcards): keep * searching. */ } } else { /* an absolute path (starts with '/') */ ret = include_glob(nft, scanner, filename, loc); } /* handle the case where no file was found */ if (ret == -1) return -1; else if (ret == 0 || ret == 2) return 0; /* 1 means an error, because there are no more include directories to * search, and the pattern does not have wildcard characters. */ erec = error(loc, "File not found: %s", filename); erec_queue(erec, state->msgs); return -1; } void scanner_push_buffer(void *scanner, const struct input_descriptor *indesc, const char *buffer) { struct parser_state *state = yyget_extra(scanner); struct input_descriptor *new_indesc; YY_BUFFER_STATE b; new_indesc = xzalloc(sizeof(struct input_descriptor)); memcpy(new_indesc, indesc, sizeof(*new_indesc)); new_indesc->data = buffer; new_indesc->name = xstrdup(indesc->name); scanner_push_indesc(state, new_indesc); b = yy_scan_string(buffer, scanner); assert(b != NULL); init_pos(state->indesc); } void *scanner_init(struct parser_state *state) { yyscan_t scanner; yylex_init_extra(state, &scanner); yyset_out(NULL, scanner); return scanner; } static void input_descriptor_destroy(const struct input_descriptor *indesc) { if (indesc->name) xfree(indesc->name); xfree(indesc); } static void input_descriptor_list_destroy(struct parser_state *state) { struct input_descriptor *indesc, *next; list_for_each_entry_safe(indesc, next, &state->indesc_list, list) { if (indesc->f) { fclose(indesc->f); indesc->f = NULL; } list_del(&indesc->list); input_descriptor_destroy(indesc); } } void scanner_destroy(struct nft_ctx *nft) { struct parser_state *state = yyget_extra(nft->scanner); input_descriptor_list_destroy(state); yylex_destroy(nft->scanner); } static void scanner_push_start_cond(void *scanner, enum startcond_type type) { struct parser_state *state = yyget_extra(scanner); state->startcond_type = type; yy_push_state((int)type, scanner); } void scanner_pop_start_cond(void *scanner, enum startcond_type t) { struct parser_state *state = yyget_extra(scanner); if (state->startcond_type != t) { state->flex_state_pop++; return; /* Can't pop just yet! */ } while (state->flex_state_pop) { state->flex_state_pop--; state->startcond_type = yy_top_state(scanner); yy_pop_state(scanner); } state->startcond_type = yy_top_state(scanner); yy_pop_state(scanner); }