#include "common.h" #line 2 "config_scan.c" #line 4 "config_scan.c" #define YY_INT_ALIGNED short int /* $OpenBSD: flex.skl,v 1.16 2017/05/02 19:16:19 millert Exp $ */ /* A lexical scanner generated by flex */ #define yy_create_buffer socks_yy_create_buffer #define yy_delete_buffer socks_yy_delete_buffer #define yy_flex_debug socks_yy_flex_debug #define yy_init_buffer socks_yy_init_buffer #define yy_flush_buffer socks_yy_flush_buffer #define yy_load_buffer_state socks_yy_load_buffer_state #define yy_switch_to_buffer socks_yy_switch_to_buffer #define yyin socks_yyin #define yyleng socks_yyleng #define yylex socks_yylex #define yylineno socks_yylineno #define yyout socks_yyout #define yyrestart socks_yyrestart #define yytext socks_yytext #define yywrap socks_yywrap #define yyalloc socks_yyalloc #define yyrealloc socks_yyrealloc #define yyfree socks_yyfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 39 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* $OpenBSD: flexint.h,v 1.1 2015/11/19 19:43:40 tedu Exp $ */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE socks_yyrestart(socks_yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t socks_yyleng; extern FILE *socks_yyin, *socks_yyout; #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 socks_yylex. * One obvious solution it to make yy_act a global. I tried that, and saw * a 5% performance hit in a non-socks_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 < socks_yyleng; ++yyl )\ if ( socks_yytext[yyl] == '\n' )\ --socks_yylineno;\ }while(0) #define YY_LINENO_REWIND_TO(dst) \ do {\ const char *p;\ for ( p = yy_cp-1; p >= (dst); --p)\ if ( *p == '\n' )\ --socks_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 socks_yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via socks_yyrestart()), so that the user can continue scanning by * just pointing socks_yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when socks_yytext is formed. */ static char yy_hold_char; static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t socks_yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow socks_yywrap()'s to do buffer switches * instead of setting up a fresh socks_yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void socks_yyrestart (FILE *input_file ); void socks_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE socks_yy_create_buffer (FILE *file,int size ); void socks_yy_delete_buffer (YY_BUFFER_STATE b ); void socks_yy_flush_buffer (YY_BUFFER_STATE b ); void socks_yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void socks_yypop_buffer_state (void ); static void socks_yyensure_buffer_stack (void ); static void socks_yy_load_buffer_state (void ); static void socks_yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER socks_yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE socks_yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE socks_yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE socks_yy_scan_bytes (yyconst char *bytes,yy_size_t len ); void *socks_yyalloc (yy_size_t ); void *socks_yyrealloc (void *,yy_size_t ); void socks_yyfree (void * ); #define yy_new_buffer socks_yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ socks_yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ socks_yy_create_buffer(socks_yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ socks_yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ socks_yy_create_buffer(socks_yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define socks_yywrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *socks_yyin = (FILE *) 0, *socks_yyout = (FILE *) 0; typedef int yy_state_type; extern int socks_yylineno; int socks_yylineno = 1; extern char *socks_yytext; #define yytext_ptr socks_yytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up socks_yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ socks_yyleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 247 #define YY_END_OF_BUFFER 248 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_acclist[2228] = { 0, 72, 72, 248, 246, 247, 241, 246, 247, 243, 247, 246, 247, 242, 246, 247, 246, 247, 240, 246, 247, 240, 246, 247, 95, 246, 247, 95, 246, 247, 95, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 245, 246, 247, 241, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 242, 246, 247, 20, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 95, 246, 247, 95, 246, 247, 95, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 71, 246, 247, 246, 247, 246, 247, 246, 247, 72, 246, 247, 72, 241, 246, 247, 72, 242, 246, 247, 72, 240, 246, 247, 72, 240, 246, 247, 72, 246, 247, 72, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 52, 246, 247, 52, 242, 246, 247, 52, 240, 246, 247, 52, 240, 246, 247, 52, 246, 247, 52, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 53, 246, 247, 53, 242, 246, 247, 53, 240, 246, 247, 53, 240, 246, 247, 53, 246, 247, 53, 245, 246, 247, 54, 246, 247, 54, 242, 246, 247, 54, 240, 246, 247, 54, 240, 246, 247, 54, 246, 247, 54, 245, 246, 247, 55, 246, 247, 55, 242, 246, 247, 55, 240, 246, 247, 55, 240, 246, 247, 55, 246, 247, 55, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 65, 246, 247, 65, 242, 246, 247, 65, 240, 246, 247, 65, 240, 246, 247, 65, 246, 247, 65, 246, 247, 65, 245, 246, 247, 63, 246, 247, 63, 242, 246, 247, 63, 240, 246, 247, 63, 240, 246, 247, 63, 246, 247, 63, 245, 246, 247, 64, 246, 247, 64, 242, 246, 247, 64, 240, 246, 247, 64, 240, 246, 247, 64, 246, 247, 64, 245, 246, 247, 246, 247, 242, 246, 247, 240, 246, 247, 240, 246, 247, 246, 247, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 9, 246, 247, 51, 246, 247, 70, 246, 247, 70, 242, 246, 247, 70, 240, 246, 247, 70, 240, 246, 247, 70, 246, 247, 70, 245, 246, 247, 68, 246, 247, 68, 242, 246, 247, 68, 240, 246, 247, 68, 240, 246, 247, 68, 246, 247, 68, 246, 247, 68, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 84, 246, 247, 84, 242, 246, 247, 84, 240, 246, 247, 84, 240, 246, 247, 84, 246, 247, 84, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 242, 246, 247, 246, 247, 245, 246, 247, 246, 247, 246, 247, 246, 247, 246, 247, 33, 246, 247, 33, 243, 247, 33, 242, 246, 247, 33, 246, 247, 33, 245, 246, 247, 246, 247, 241, 95, 242, 240, 240, 244, 128, 95, 133, 130, 241, 22, 22, 95, 22, 242, 22, 22, 21, 22, 240, 22, 240, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 128, 22, 22, 22, 22, 22, 22, 22, 22, 95, 22, 133, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 130, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 72, 72, 241, 72, 242, 72, 240, 72, 240, 72, 46, 52, 52, 242, 52, 240, 52, 240, 52, 50, 53, 53, 242, 53, 240, 53, 240, 53, 54, 54, 242, 54, 240, 54, 240, 54, 55, 55, 242, 55, 240, 55, 240, 55, 56, 56, 56, 242, 56, 242, 56, 240, 56, 240, 56, 57, 57, 57, 242, 57, 242, 57, 240, 57, 240, 57, 58, 58, 58, 242, 58, 242, 58, 240, 58, 240, 58, 60, 60, 60, 242, 60, 242, 60, 240, 60, 240, 60, 62, 62, 62, 242, 62, 242, 62, 240, 62, 240, 62, 61, 61, 61, 242, 61, 242, 61, 240, 61, 240, 61, 65, 65, 242, 65, 240, 65, 240, 65, 65, 63, 63, 242, 63, 240, 63, 240, 63, 64, 64, 242, 64, 240, 64, 240, 64, 67, 67, 67, 242, 67, 242, 67, 240, 67, 240, 67, 9, 9, 51, 51, 70, 70, 242, 70, 240, 70, 240, 70, 68, 68, 242, 68, 240, 68, 240, 68, 68, 84, 84, 242, 84, 240, 84, 240, 84, 34, 38, 39, 39, 242, 31, 33, 33, 242, 33, 244, 24, 131, 132, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 24, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 131, 22, 132, 22, 22, 22, 22, 22, 22, 92, 171, 3, 65, 76, 77, 68, 79, 36, 37, 32, 167, 129, 177, 145, 176, 150, 99, 176, 22, 22, 22, 22, 22, 22, 167, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 129, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 177, 22, 22, 22, 22, 22, 22, 145, 22, 22, 22, 22, 176, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 150, 22, 22, 22, 22, 99, 176, 22, 22, 23, 14, 41, 44, 85, 12, 13, 26, 8, 4, 65, 78, 1, 2, 68, 175, 105, 151, 235, 107, 99, 99, 175, 106, 107,16482, 22, 22, 22, 22, 22, 22, 175, 22, 22, 22, 22, 22, 22, 22, 22, 105, 22, 22, 22, 22, 22, 151, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 235, 22, 22, 22, 107, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 99, 175, 22, 22, 22, 106, 107, 22, 16482, 43, 47, 80, 103, 104, 102, 234, 168, 174, 108, 106,16482,16480, 168,16481, 22, 22, 103, 22, 22, 104, 22, 22, 102, 22, 22, 22, 234, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 19, 22, 22, 168, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 174, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 108, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22,16480, 22, 168,16481, 86, 88, 8, 6, 66, 69, 35, 27, 117, 178, 109, 169, 233, 232, 112,16480,16481, 22, 22, 22, 22, 22, 22, 22, 22, 117, 22, 22, 22, 22, 22, 22, 19, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 178, 22, 22, 22, 109, 22, 169, 22, 22, 233, 22, 232, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 112, 22, 22, 22, 22, 22, 22, 22, 15, 40, 45, 93, 89, 8, 59, 28, 30, 114, 208, 197, 116, 120, 162, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 114, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 208, 22, 197, 22, 22, 22, 22, 22, 22, 22, 22, 116, 22, 22, 120, 22, 22, 22, 162, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 18, 94, 87, 10, 11, 25, 59, 110, 121, 166, 144, 170, 138, 238, 193, 115, 165, 146, 22, 22, 22, 110, 22, 121, 22, 22, 22, 22, 22, 22, 22, 22, 166, 22, 22, 22, 144, 22, 22, 22, 22, 22, 22, 138, 22, 238, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 193, 22, 22, 22, 22, 22, 22, 115, 22, 165, 22, 22, 22, 22, 22, 22, 146, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 17, 12, 7, 81, 29, 100, 163, 205, 226, 157, 8290, 22, 100, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 163, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 205, 22, 22, 22, 226, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 157, 22, 22, 22, 22, 22, 22, 22, 22, 42, 5, 83, 187, 203, 215, 229, 207, 224, 231, 122, 172, 8288, 8289, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 187, 22, 22, 22, 22, 203, 22, 215, 22, 22, 22, 229, 22, 207, 22, 22, 224, 22, 22, 22, 22, 22, 231, 22, 22, 22, 22, 22, 22, 122, 22, 22, 22, 22, 22, 172, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 44, 49, 90, 173, 139, 134, 180, 236, 154, 22, 22, 22, 22, 22, 22, 22, 173, 22, 22, 22, 22, 139, 22, 22, 22, 22, 22, 22, 22, 22, 22, 134, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 180, 22, 22, 22, 236, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 154, 22, 22, 22, 16, 48, 91, 74, 161, 143, 185, 136, 209, 198, 210, 199, 201, 195, 179, 236, 236, 113, 118, 22, 22, 22, 22, 22, 22, 22, 161, 22, 22, 22, 143, 22, 22, 22, 22, 22, 185, 22, 22, 22, 136, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 209, 22, 198, 22, 210, 22, 22, 22, 199, 22, 201, 22, 22, 22, 22, 22, 195, 22, 179, 22, 22, 236, 22, 236, 22, 22, 22, 113, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 118, 22, 22, 22, 73, 147, 237, 186, 220, 194, 212, 217, 227, 214, 182, 158, 159, 119, 22, 22, 22, 22, 147, 22, 22, 22, 22, 237, 22, 22, 22, 22, 22, 186, 22, 22, 22, 22, 22, 220, 22, 22, 22, 22, 22, 22, 22, 22, 194, 22, 22, 22, 212, 22, 217, 22, 22, 227, 22, 214, 22, 22, 22, 182, 22, 22, 22, 22, 22, 22, 22, 158, 22, 159, 22, 22, 22, 119, 22, 22, 22, 75, 147, 147, 140, 135, 206, 188, 218, 111, 155, 152, 22, 22, 22, 147, 22, 147, 22, 22, 22, 22, 140, 22, 22, 22, 22, 135, 22, 22, 22, 22, 22, 22, 22, 22, 206, 22, 22, 22, 22, 22, 22, 188, 22, 22, 218, 22, 22, 22, 111, 22, 22, 22, 22, 22, 22, 22, 155, 22, 22, 22, 22, 152, 22, 82, 101, 190, 204, 216, 230, 225, 124, 22, 101, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 190, 22, 22, 22, 22, 204, 22, 216, 22, 230, 22, 22, 225, 22, 22, 22, 22, 22, 22, 22, 22, 22, 124, 22, 22, 22, 22, 22, 22, 183, 149, 148, 141, 142, 137, 221, 125, 127, 160, 153, 22, 183, 22, 149, 22, 148, 22, 22, 141, 22, 142, 22, 22, 137, 22, 221, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 125, 22, 127, 22, 22, 22, 22, 160, 22, 22, 22, 153, 184, 222, 211, 200, 202, 196, 219, 228, 239, 22, 22, 184, 22, 22, 222, 22, 211, 22, 22, 22, 200, 22, 202, 22, 196, 22, 22, 219, 22, 228, 22, 22, 22, 22, 239, 22, 164, 213, 189, 123, 22, 164, 22, 22, 22, 213, 22, 189, 22, 22, 123, 22, 22, 191, 181, 156, 22, 22, 191, 22, 181, 22, 22, 156, 223, 22, 223, 22, 22, 126, 22, 22, 126, 22, 192, 22, 192 } ; static yyconst flex_int16_t yy_accept[2804] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 6, 9, 11, 13, 16, 18, 21, 24, 27, 30, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 76, 79, 81, 83, 85, 87, 89, 91, 93, 95, 98, 101, 104, 107, 109, 112, 115, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 161, 163, 165, 167, 169, 171, 173, 175, 177, 179, 181, 184, 186, 188, 190, 193, 197, 201, 205, 209, 212, 216, 218, 220, 222, 224, 226, 228, 231, 235, 239, 243, 246, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 279, 283, 287, 291, 294, 298, 301, 305, 309, 313, 316, 320, 323, 327, 331, 335, 338, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 365, 368, 371, 373, 376, 378, 381, 384, 387, 389, 392, 394, 396, 399, 402, 405, 407, 410, 412, 415, 418, 421, 423, 426, 428, 431, 434, 437, 439, 442, 444, 447, 450, 453, 455, 458, 461, 465, 469, 473, 476, 479, 483, 486, 490, 494, 498, 501, 505, 508, 512, 516, 520, 523, 527, 529, 532, 535, 538, 540, 543, 545, 547, 549, 551, 553, 555, 557, 560, 563, 566, 570, 574, 578, 581, 585, 588, 592, 596, 600, 603, 606, 610, 612, 614, 616, 618, 621, 625, 629, 633, 636, 640, 642, 644, 646, 648, 650, 652, 655, 657, 660, 662, 664, 666, 668, 671, 674, 678, 681, 685, 687, 688, 689, 690, 690, 690, 691, 692, 692, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 693, 694, 694, 694, 694, 694, 694, 694, 694, 695, 696, 696, 696, 696, 696, 696, 696, 696, 696, 696, 697, 697, 697, 697, 697, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 698, 699, 701, 703, 704, 705, 706, 708, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 733, 734, 735, 736, 737, 738, 739, 740, 742, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 765, 765, 765, 765, 765, 765, 766, 768, 770, 772, 774, 775, 775, 775, 775, 775, 775, 775, 776, 776, 777, 779, 781, 783, 784, 784, 784, 785, 785, 785, 785, 785, 785, 785, 785, 785, 785, 785, 786, 788, 790, 792, 793, 794, 796, 798, 800, 801, 802, 804, 806, 808, 809, 809, 809, 809, 809, 809, 809, 809, 809, 809, 810, 811, 813, 815, 817, 819, 820, 821, 822, 824, 826, 828, 830, 831, 831, 832, 833, 835, 837, 839, 841, 842, 843, 844, 846, 848, 850, 852, 853, 854, 855, 857, 859, 861, 863, 864, 865, 866, 868, 870, 872, 874, 875, 876, 878, 880, 882, 883, 884, 885, 887, 889, 891, 892, 893, 895, 897, 899, 900, 901, 902, 904, 906, 908, 910, 911, 911, 911, 911, 911, 911, 911, 911, 912, 913, 914, 915, 916, 918, 920, 922, 923, 924, 926, 928, 930, 931, 932, 932, 932, 932, 932, 932, 933, 935, 937, 939, 940, 941, 941, 941, 941, 942, 943, 945, 946, 946, 946, 946, 947, 949, 951, 951, 951, 951, 951, 951, 951, 951, 951, 951, 951, 951, 951, 951, 951, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 952, 953, 954, 954, 954, 954, 954, 954, 954, 954, 954, 954, 954, 954, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1007, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1015, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1016, 1017, 1017, 1017, 1018, 1018, 1018, 1018, 1018, 1019, 1019, 1019, 1019, 1019, 1019, 1020, 1021, 1022, 1023, 1023, 1023, 1023, 1023, 1023, 1024, 1025, 1025, 1025, 1025, 1025, 1026, 1026, 1026, 1026, 1026, 1026, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1027, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1028, 1029, 1029, 1029, 1029, 1029, 1029, 1030, 1030, 1030, 1030, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1031, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1032, 1034, 1034, 1034, 1035, 1036, 1037, 1038, 1039, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1066, 1067, 1068, 1069, 1070, 1071, 1073, 1074, 1075, 1076, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1092, 1093, 1094, 1095, 1098, 1099, 1100, 1100, 1101, 1101, 1102, 1102, 1102, 1102, 1102, 1103, 1103, 1103, 1104, 1104, 1104, 1104, 1104, 1104, 1104, 1105, 1105, 1105, 1105, 1106, 1106, 1107, 1108, 1108, 1109, 1109, 1110, 1110, 1110, 1110, 1111, 1111, 1111, 1111, 1112, 1113, 1114, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1115, 1116, 1116, 1116, 1116, 1116, 1116, 1116, 1116, 1117, 1117, 1117, 1117, 1117, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1118, 1119, 1119, 1119, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1120, 1121, 1121, 1121, 1123, 1123, 1123, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1142, 1143, 1144, 1145, 1146, 1146, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1168, 1169, 1170, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1185, 1186, 1187, 1190, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1192, 1193, 1193, 1193, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1194, 1195, 1195, 1195, 1195, 1195, 1195, 1195, 1195, 1195, 1195, 1196, 1196, 1197, 1197, 1198, 1198, 1198, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1199, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1200, 1201, 1201, 1201, 1201, 1201, 1201, 1201, 1201, 1201, 1201, 1201, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1202, 1203, 1204, 1205, 1207, 1207, 1208, 1210, 1211, 1213, 1214, 1216, 1217, 1218, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1280, 1283, 1283, 1283, 1283, 1283, 1283, 1283, 1283, 1283, 1283, 1283, 1283, 1284, 1284, 1284, 1284, 1284, 1285, 1285, 1285, 1285, 1285, 1286, 1286, 1287, 1287, 1288, 1288, 1288, 1288, 1288, 1289, 1289, 1289, 1289, 1290, 1290, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1291, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1292, 1293, 1293, 1293, 1294, 1295, 1295, 1296, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1297, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1298, 1299, 1300, 1300, 1300, 1300, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1335, 1336, 1337, 1339, 1341, 1342, 1344, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1366, 1367, 1367, 1367, 1368, 1368, 1368, 1369, 1369, 1369, 1370, 1370, 1370, 1371, 1371, 1371, 1371, 1371, 1371, 1372, 1372, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1373, 1374, 1374, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1375, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1377, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1378, 1379, 1379, 1380, 1380, 1380, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1416, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1427, 1428, 1430, 1431, 1432, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1445, 1445, 1446, 1446, 1446, 1446, 1446, 1447, 1447, 1447, 1448, 1448, 1449, 1450, 1451, 1451, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1452, 1453, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1454, 1455, 1455, 1455, 1456, 1456, 1456, 1456, 1457, 1457, 1457, 1458, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1459, 1460, 1460, 1460, 1460, 1460, 1460, 1461, 1462, 1462, 1462, 1462, 1462, 1462, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1463, 1464, 1465, 1467, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1478, 1479, 1480, 1482, 1483, 1484, 1485, 1486, 1487, 1489, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1505, 1506, 1507, 1508, 1509, 1510, 1512, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1539, 1540, 1540, 1541, 1541, 1541, 1541, 1541, 1542, 1542, 1543, 1544, 1544, 1544, 1544, 1544, 1544, 1544, 1544, 1544, 1544, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1545, 1546, 1546, 1546, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1547, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1548, 1549, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1589, 1590, 1591, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1625, 1626, 1626, 1626, 1626, 1626, 1626, 1627, 1627, 1627, 1627, 1627, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1629, 1629, 1629, 1629, 1630, 1631, 1631, 1631, 1632, 1633, 1633, 1634, 1634, 1634, 1634, 1634, 1635, 1635, 1635, 1635, 1635, 1635, 1636, 1636, 1636, 1636, 1636, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1637, 1638, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1679, 1680, 1681, 1682, 1684, 1686, 1687, 1688, 1690, 1692, 1693, 1695, 1696, 1697, 1698, 1699, 1701, 1702, 1703, 1704, 1705, 1706, 1708, 1709, 1710, 1711, 1712, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1724, 1725, 1725, 1726, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1727, 1728, 1728, 1728, 1728, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1729, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1730, 1731, 1731, 1731, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1732, 1733, 1733, 1733, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1741, 1742, 1743, 1744, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1783, 1784, 1785, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1811, 1811, 1812, 1812, 1812, 1812, 1812, 1812, 1812, 1812, 1813, 1813, 1813, 1814, 1814, 1814, 1814, 1814, 1815, 1815, 1815, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1817, 1818, 1819, 1819, 1819, 1820, 1821, 1821, 1821, 1821, 1821, 1822, 1823, 1823, 1824, 1825, 1825, 1825, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1826, 1827, 1827, 1827, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1835, 1836, 1837, 1839, 1840, 1841, 1842, 1843, 1845, 1846, 1847, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1863, 1865, 1867, 1868, 1869, 1871, 1873, 1874, 1875, 1876, 1877, 1879, 1881, 1882, 1884, 1886, 1887, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1904, 1905, 1906, 1907, 1907, 1908, 1908, 1908, 1908, 1908, 1909, 1909, 1909, 1909, 1910, 1910, 1910, 1910, 1910, 1911, 1911, 1911, 1911, 1911, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1912, 1913, 1913, 1913, 1914, 1915, 1915, 1916, 1917, 1917, 1917, 1918, 1918, 1918, 1918, 1918, 1918, 1918, 1919, 1920, 1920, 1920, 1921, 1921, 1921, 1921, 1922, 1923, 1924, 1926, 1927, 1928, 1929, 1931, 1932, 1933, 1934, 1935, 1937, 1938, 1939, 1940, 1941, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1952, 1953, 1954, 1956, 1958, 1959, 1961, 1963, 1964, 1965, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1975, 1977, 1978, 1979, 1981, 1982, 1983, 1984, 1985, 1985, 1985, 1985, 1986, 1987, 1987, 1987, 1987, 1988, 1988, 1988, 1988, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1989, 1990, 1990, 1990, 1990, 1990, 1990, 1991, 1991, 1992, 1992, 1992, 1993, 1993, 1993, 1993, 1993, 1993, 1993, 1994, 1994, 1994, 1994, 1995, 1995, 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021, 2022, 2023, 2024, 2025, 2027, 2028, 2030, 2031, 2032, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2042, 2043, 2044, 2045, 2047, 2048, 2049, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2050, 2051, 2051, 2051, 2051, 2052, 2053, 2054, 2054, 2055, 2055, 2055, 2055, 2055, 2055, 2055, 2055, 2055, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2071, 2072, 2073, 2074, 2076, 2078, 2080, 2081, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2102, 2103, 2104, 2104, 2105, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2106, 2107, 2108, 2108, 2108, 2108, 2109, 2109, 2109, 2110, 2112, 2114, 2116, 2117, 2119, 2121, 2122, 2124, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2140, 2142, 2143, 2144, 2145, 2147, 2148, 2149, 2151, 2151, 2152, 2152, 2153, 2154, 2154, 2154, 2155, 2156, 2157, 2157, 2158, 2159, 2159, 2159, 2159, 2160, 2160, 2161, 2163, 2164, 2166, 2168, 2169, 2170, 2172, 2174, 2176, 2177, 2179, 2181, 2182, 2183, 2184, 2186, 2187, 2188, 2188, 2188, 2189, 2190, 2190, 2191, 2191, 2191, 2193, 2194, 2195, 2197, 2199, 2200, 2202, 2203, 2204, 2204, 2205, 2206, 2206, 2207, 2208, 2210, 2212, 2213, 2215, 2216, 2216, 2216, 2218, 2219, 2220, 2220, 2221, 2222, 2224, 2224, 2225, 2226, 2228, 2228 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 6, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 13, 13, 18, 19, 1, 20, 21, 22, 1, 1, 23, 23, 23, 23, 24, 25, 26, 26, 27, 26, 26, 28, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 1, 29, 1, 1, 30, 1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 26, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 26, 1, 1, 55, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[56] = { 0, 1, 2, 3, 4, 5, 1, 1, 6, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 1, 1, 1, 11, 11, 11, 7, 7, 7, 1, 6, 11, 11, 11, 11, 11, 11, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 12, 7, 1 } ; static yyconst flex_int16_t yy_base[2964] = { 0, 0, 54, 102, 156, 19, 160, 203, 0, 39, 41, 4592, 4591, 256, 310, 44, 141, 365, 0, 419, 473, 46, 47, 528, 0, 243, 257, 4590, 4589, 50, 147, 582, 636, 690, 744, 798, 852, 42, 154, 49, 66, 145, 148, 180, 230, 906, 960, 1014, 1068, 150, 159, 1122, 1176, 1230, 1284, 1338, 1392, 1446, 1500, 1554, 1608, 1662, 1716, 1770, 1824, 1878, 1932, 140, 168, 187, 200, 280, 295, 1987, 0, 4588, 4587, 2042, 0, 2096, 2150, 2204, 2258, 264, 316, 2312, 2366, 314, 404, 2421, 0, 2475, 2529, 299, 408, 2583, 2637, 195, 277, 4605, 7246, 65, 7246, 4581, 0, 28, 160, 445, 4580, 7246, 4579, 4596, 4557, 462, 313, 285, 290, 4550, 393, 4552, 173, 433, 435, 128, 180, 133, 464, 216, 243, 4556, 4559, 7246, 586, 473, 475, 4549, 200, 135, 573, 0, 4571, 495, 258, 2683, 645, 0, 4570, 0, 4569, 4586, 4547, 582, 565, 305, 418, 217, 567, 243, 316, 632, 463, 266, 398, 474, 633, 400, 435, 4548, 4551, 0, 679, 584, 478, 638, 480, 639, 4541, 667, 4540, 668, 7246, 4544, 4538, 4547, 0, 216, 0, 2726, 717, 4577, 0, 4535, 317, 4531, 4533, 4543, 4566, 0, 670, 2769, 725, 4571, 0, 4526, 4539, 0, 4523, 4522, 4526, 4515, 4527, 4521, 4508, 4504, 4508, 4506, 0, 677, 2812, 753, 4547, 0, 0, 770, 2855, 765, 4546, 0, 0, 783, 2898, 779, 4545, 0, 4516, 4513, 4502, 4497, 4499, 4509, 4510, 4501, 4491, 627, 802, 2947, 4485, 803, 668, 779, 818, 2996, 4478, 821, 813, 4496, 814, 823, 3045, 4476, 826, 825, 829, 833, 3094, 4475, 853, 831, 841, 871, 3143, 4474, 872, 842, 869, 877, 3192, 4470, 875, 878, 0, 882, 3235, 915, 4495, 4518, 0, 0, 884, 3278, 925, 4517, 0, 0, 893, 3321, 933, 4516, 0, 880, 950, 3370, 4465, 897, 887, 4468, 4478, 4471, 4483, 4468, 4477, 4475, 3423, 3478, 0, 951, 3523, 969, 4505, 0, 0, 986, 3566, 981, 4480, 4503, 0, 4462, 405, 4461, 4468, 0, 999, 3609, 995, 4499, 0, 4456, 4456, 4466, 4464, 0, 0, 521, 4494, 0, 4452, 4451, 4459, 4458, 0, 0, 3661, 4489, 0, 4448, 640, 7246, 0, 4455, 4454, 625, 1023, 0, 7246, 4457, 601, 4444, 4442, 4435, 4450, 4444, 4443, 674, 4431, 4448, 4448, 4431, 4419, 4423, 4422, 4417, 4416, 4412, 4411, 4428, 4426, 553, 4404, 4407, 4412, 4421, 4410, 1009, 4408, 1013, 4401, 4408, 4401, 4415, 4414, 4404, 7246, 4394, 4403, 4406, 4388, 1057, 4394, 4390, 4386, 4398, 4384, 4383, 4382, 4386, 4376, 1012, 4373, 4389, 0, 0, 1048, 4386, 4383, 7246, 3670, 1095, 3713, 4386, 679, 4373, 4371, 4364, 4379, 4373, 4372, 682, 4360, 4377, 4377, 4360, 4357, 4361, 4359, 4359, 4354, 4353, 4351, 4350, 4349, 4366, 4364, 651, 4342, 4345, 4350, 4359, 4348, 1030, 4346, 1018, 4339, 4346, 4339, 4353, 4343, 4333, 0, 4329, 4338, 4341, 4321, 4324, 4328, 4318, 1084, 4315, 4331, 4315, 4315, 4313, 4317, 4316, 4313, 0, 748, 0, 3739, 1131, 3782, 4314, 4307, 4307, 4307, 4303, 4301, 7246, 4336, 0, 1072, 3808, 1141, 3851, 4297, 4298, 0, 4305, 4290, 4306, 4293, 4293, 4301, 4298, 4283, 4298, 4287, 0, 1096, 3877, 1149, 3920, 0, 1166, 3946, 1185, 3989, 0, 1167, 4015, 1195, 4058, 4281, 4288, 4271, 4280, 4275, 4279, 4288, 4278, 4286, 949, 0, 1215, 4316, 4090, 4264, 4133, 995, 0, 1217, 4314, 4182, 4262, 4225, 4283, 1095, 0, 1219, 4311, 4274, 4259, 4317, 1111, 0, 1221, 4309, 4366, 4257, 4409, 1165, 0, 1248, 4307, 4458, 4255, 4501, 1199, 0, 1249, 4305, 4550, 4253, 4593, 0, 1250, 4636, 1259, 4679, 4277, 0, 1259, 4705, 1293, 4748, 0, 1260, 4774, 1303, 4817, 1209, 0, 1261, 4302, 4849, 4250, 4892, 4252, 4266, 4266, 4259, 4247, 4252, 4251, 0, 4945, 0, 5000, 0, 1323, 5045, 1318, 5088, 0, 1342, 5114, 1357, 5157, 4267, 4240, 4249, 4240, 4233, 4234, 0, 1357, 5183, 1366, 5226, 7246, 4247, 4232, 4231, 0, 0, 955, 7246, 651, 4238, 4228, 0, 5261, 0, 4219, 4239, 4228, 4223, 4234, 4234, 4233, 4233, 4222, 4233, 4222, 4227, 978, 4212, 7246, 4204, 4217, 4208, 4216, 4205, 4196, 4214, 4195, 4208, 4203, 4196, 4188, 4208, 237, 4202, 4199, 4195, 4196, 4197, 4222, 739, 4182, 790, 4188, 4189, 4183, 4177, 4190, 4176, 4183, 4184, 4186, 4211, 4172, 7246, 7246, 4174, 4178, 4168, 4167, 4164, 4180, 4179, 4176, 4161, 4161, 4159, 4167, 4173, 4162, 4157, 4168, 4168, 4158, 4158, 4147, 4158, 4147, 4150, 1022, 4141, 0, 4133, 4146, 4137, 4145, 4137, 4159, 4127, 4145, 4126, 4129, 4138, 4133, 4126, 4118, 4132, 915, 4126, 4123, 4121, 4122, 4120, 4145, 955, 4105, 861, 4111, 4112, 4106, 4100, 4113, 4099, 4106, 4107, 4107, 4132, 4093, 0, 0, 4106, 4103, 4088, 4088, 4086, 4094, 4084, 4083, 4082, 4096, 4086, 1045, 4085, 4096, 4093, 4081, 4079, 4084, 4078, 4112, 4089, 4088, 4073, 4082, 0, 4098, 4068, 4069, 4073, 4067, 4071, 4075, 7246, 4058, 4050, 7246, 4058, 4062, 4065, 4043, 4063, 4078, 4052, 4041, 4045, 590, 7246, 7246, 4055, 7246, 4047, 4041, 4032, 4024, 4025, 7246, 7246, 4025, 4025, 4018, 4011, 7246, 4009, 4025, 4016, 4004, 4004, 7246, 4015, 4021, 4003, 4018, 4008, 4019, 4018, 4013, 4010, 3997, 3998, 1056, 7246, 3999, 3998, 4003, 3994, 3998, 4030, 3991, 3996, 7246, 3986, 4004, 3990, 3970, 3970, 7246, 1074, 3969, 3981, 7246, 3971, 3957, 3968, 3962, 3967, 3963, 1048, 3958, 592, 3952, 3951, 741, 3985, 3960, 3957, 3942, 3942, 3940, 3948, 3947, 3943, 3946, 7246, 3949, 814, 3932, 3948, 3939, 3927, 3927, 0, 3938, 3944, 3926, 3941, 3931, 3942, 3941, 3936, 3933, 3920, 3921, 1133, 0, 3957, 3921, 3920, 3911, 3902, 3906, 3938, 3899, 3901, 0, 3891, 3909, 3895, 3880, 3880, 0, 1181, 3879, 3891, 0, 3881, 3870, 3881, 3875, 3880, 27, 1086, 55, 1020, 306, 381, 860, 464, 441, 453, 486, 0, 557, 1246, 573, 7246, 651, 674, 691, 696, 717, 719, 7246, 797, 804, 869, 872, 911, 1085, 916, 945, 971, 7246, 1015, 1008, 981, 1018, 1040, 7246, 7246, 1062, 7246, 1082, 7246, 1080, 1109, 1208, 1154, 1139, 1135, 1134, 7246, 7246, 7246, 1196, 1169, 1191, 1202, 1222, 1223, 1211, 1247, 1234, 1249, 1383, 1410, 1279, 1245, 1253, 7246, 1258, 1263, 1313, 1274, 1281, 1277, 1294, 7246, 1329, 1297, 1298, 1305, 7246, 1319, 1355, 1317, 1328, 5250, 1333, 1331, 1317, 1351, 1357, 1348, 1348, 1364, 1362, 1381, 1370, 1385, 1374, 7246, 1385, 1371, 1414, 1376, 1381, 1382, 1378, 1386, 1382, 1381, 1388, 1389, 1393, 1395, 1394, 1400, 7246, 1405, 1393, 7246, 1393, 1411, 1435, 1441, 1465, 1469, 1476, 1405, 1413, 0, 1420, 1407, 1457, 1427, 1434, 1430, 1447, 0, 1474, 1446, 1441, 1447, 1481, 0, 1453, 1459, 1451, 1460, 5270, 1465, 1463, 1449, 1460, 1466, 1460, 1458, 1472, 1470, 1475, 1473, 1488, 1477, 0, 1488, 1473, 1516, 1478, 1483, 1484, 1481, 1489, 1484, 1483, 1490, 1491, 1495, 0, 1488, 1505, 1532, 1538, 1508, 1510, 1511, 1514, 1500, 1504, 1517, 1508, 7246, 1505, 1517, 7246, 1515, 1515, 1511, 1523, 1513, 1541, 1516, 1562, 1545, 1526, 1548, 1531, 1548, 1536, 1551, 1577, 1569, 0, 1542, 1543, 1550, 0, 7246, 1559, 1547, 1547, 1547, 1553, 1551, 1560, 1553, 1626, 7246, 1636, 7246, 1568, 1569, 1565, 1571, 7246, 1568, 1565, 1575, 1578, 1575, 1567, 1602, 1588, 1595, 1604, 1627, 7246, 1608, 1612, 1600, 1597, 1617, 1614, 1615, 1612, 1605, 1618, 1620, 1612, 1622, 1611, 1615, 1617, 1617, 1625, 7246, 1621, 1640, 1636, 1648, 1636, 1633, 1641, 1639, 1654, 1653, 7246, 1658, 1643, 1649, 0, 1658, 1645, 1646, 1653, 1650, 1659, 1655, 1653, 1658, 1653, 1669, 7246, 1699, 1704, 1700, 1706, 1737, 0, 1745, 0, 1672, 1673, 1669, 1676, 0, 1674, 1671, 1682, 1680, 1677, 1671, 1706, 1681, 1687, 1705, 0, 1734, 0, 1713, 1708, 1704, 1724, 1722, 1723, 1720, 1713, 1726, 1728, 1719, 1730, 1719, 1723, 1725, 1725, 1733, 0, 1729, 1748, 1744, 1756, 1744, 1741, 1749, 1747, 1762, 1761, 0, 1766, 1751, 1757, 1799, 1767, 1754, 1756, 1763, 1760, 1769, 1766, 1764, 1769, 1812, 1808, 1769, 1766, 1772, 1777, 1770, 1777, 1790, 1778, 1775, 1793, 1790, 7246, 1781, 1798, 1779, 1799, 7246, 1802, 1834, 1796, 1807, 0, 1818, 7246, 1840, 0, 1804, 1817, 1816, 1813, 0, 1822, 1819, 1811, 7246, 1813, 7246, 1830, 1813, 1832, 1817, 1816, 1857, 1836, 1824, 1834, 7246, 1838, 1823, 0, 1836, 1830, 1834, 1863, 1841, 1836, 1828, 1833, 1835, 1838, 1840, 1856, 1857, 1859, 1857, 1867, 1869, 1858, 1859, 1867, 1868, 1901, 1870, 1863, 7246, 7246, 1869, 7246, 1906, 1865, 1878, 1877, 1875, 1871, 1877, 1881, 1875, 1916, 1879, 1879, 7246, 1920, 1887, 1882, 1900, 1887, 1899, 1895, 1936, 1937, 2095, 2097, 1911, 1922, 1923, 1908, 1907, 1948, 1927, 1915, 1925, 0, 1931, 1915, 1963, 1929, 1923, 1928, 0, 1935, 1930, 1922, 1925, 1927, 1929, 1931, 1947, 1938, 1940, 1938, 2069, 1949, 1938, 1939, 2064, 2065, 2107, 2075, 2068, 0, 0, 2074, 0, 2111, 2070, 2083, 2083, 2082, 2079, 2085, 2089, 2083, 2124, 2087, 2087, 0, 2128, 2095, 2090, 2109, 2094, 2105, 2100, 2105, 7246, 2114, 2094, 7246, 2114, 2101, 7246, 2123, 2124, 7246, 2120, 2112, 7246, 2113, 2135, 0, 2156, 2138, 0, 2132, 0, 2131, 2131, 2129, 2138, 2137, 2132, 2151, 7246, 2134, 7246, 2135, 2137, 2151, 2149, 2140, 2136, 2148, 2142, 2153, 2154, 2183, 7246, 2152, 2194, 2157, 2166, 2167, 2151, 2222, 2159, 2163, 2190, 2177, 2165, 2180, 2201, 2186, 2186, 2192, 2189, 2194, 2191, 2191, 7246, 7246, 2212, 2213, 2196, 2208, 2216, 2210, 2218, 7246, 2203, 7246, 2206, 2219, 7246, 2240, 2220, 2221, 2219, 2247, 2223, 2215, 2212, 2221, 2216, 2221, 2237, 2250, 2243, 2254, 2247, 2244, 2244, 2246, 2260, 2259, 2250, 2246, 2258, 2252, 2263, 2264, 2293, 0, 2262, 2330, 2263, 2272, 2273, 2341, 2260, 2263, 2274, 2276, 2267, 2270, 2290, 2273, 2286, 2292, 2289, 2295, 2293, 2296, 0, 0, 2317, 2321, 2304, 2315, 2324, 2318, 2325, 0, 2310, 0, 2314, 2327, 0, 2348, 2328, 2329, 2327, 2355, 2331, 2323, 2320, 2329, 2324, 2329, 2332, 2350, 7246, 2358, 2353, 2361, 2358, 7246, 2365, 2358, 7246, 2391, 7246, 7246, 7246, 2358, 0, 2358, 2365, 2365, 2365, 2360, 2356, 2374, 2377, 2382, 2381, 7246, 7246, 2366, 2456, 2371, 2379, 2377, 2377, 2404, 7246, 2496, 2471, 7246, 2446, 2427, 2436, 7246, 2503, 2518, 7246, 7246, 2445, 2476, 2487, 2475, 2478, 2476, 2478, 2489, 2480, 2479, 2496, 2479, 2520, 2498, 2494, 2502, 2494, 2500, 7246, 7246, 2533, 2518, 2517, 2509, 2510, 7246, 2512, 2525, 2511, 2523, 2529, 2521, 2521, 2525, 2526, 2536, 2539, 2540, 2543, 2528, 2529, 2538, 2539, 2535, 2532, 2537, 2534, 2550, 2539, 2558, 2558, 0, 0, 2543, 2564, 2559, 2568, 2566, 2566, 2593, 0, 2611, 2579, 0, 2584, 2565, 2574, 2655, 2630, 0, 0, 2583, 2614, 2616, 2597, 2600, 2595, 2595, 2600, 2592, 2594, 2612, 2597, 2653, 2628, 2623, 2630, 2623, 2629, 0, 0, 2653, 2639, 2638, 2632, 2633, 0, 2638, 2651, 2634, 2646, 2652, 2643, 2643, 2644, 2645, 2655, 2658, 2669, 2672, 2657, 2658, 2667, 2668, 7246, 2677, 2660, 2666, 2670, 2677, 2665, 2683, 7246, 2667, 7246, 2662, 2686, 2674, 2680, 7246, 2685, 7246, 7246, 2677, 2668, 2689, 2685, 2690, 2695, 2683, 2689, 2694, 7246, 2689, 2686, 2688, 2686, 2690, 2691, 2712, 2712, 2698, 2699, 2698, 2709, 2706, 2708, 2706, 2710, 2722, 2722, 2725, 5290, 2714, 2716, 2722, 2722, 2731, 7246, 2720, 2717, 2756, 2731, 2735, 2730, 2721, 2723, 2730, 2729, 2725, 2731, 2760, 2741, 2734, 2745, 2739, 2751, 2737, 2760, 2745, 2742, 2760, 2761, 2753, 2788, 2761, 2754, 2751, 2758, 2771, 2764, 2763, 2754, 2773, 2759, 2775, 2761, 2770, 7246, 0, 2767, 2758, 2779, 2775, 2780, 2785, 2773, 2779, 2784, 0, 2779, 2776, 2787, 2785, 2789, 2790, 2802, 2802, 2788, 2789, 2788, 2799, 2796, 2798, 2796, 2800, 2812, 2812, 2815, 5310, 2804, 2806, 2812, 2812, 2821, 0, 2810, 2807, 2846, 2821, 2825, 2820, 2811, 2813, 2820, 2819, 2815, 2821, 2859, 2840, 2833, 2844, 2829, 2841, 2827, 2850, 2835, 2832, 2850, 2851, 2843, 2878, 2851, 2844, 2841, 2848, 2861, 2854, 2853, 2844, 2847, 7246, 2854, 2863, 2865, 2852, 2859, 7246, 2871, 2854, 2852, 2874, 7246, 2863, 2866, 2876, 2882, 2873, 2871, 2887, 2873, 2879, 2893, 2916, 2889, 2883, 2879, 2896, 2885, 2886, 2878, 2902, 2895, 2904, 2927, 2900, 2894, 2906, 2895, 2896, 2892, 2893, 2913, 2910, 2911, 2908, 2913, 2905, 2919, 2903, 2917, 2947, 2922, 2927, 2920, 7246, 2961, 2933, 2941, 7246, 7246, 2925, 7246, 2930, 2921, 2927, 2958, 7246, 2935, 2948, 2936, 2937, 2947, 7246, 2934, 2940, 2953, 2954, 7246, 2944, 2939, 2946, 2961, 2958, 2956, 2949, 2944, 2961, 2958, 2958, 7246, 2959, 7246, 2959, 2962, 2963, 2969, 2960, 2967, 2983, 2969, 2975, 2989, 3012, 2985, 2979, 2975, 2992, 2981, 2982, 2974, 2998, 2991, 3000, 3023, 2996, 2990, 3002, 2991, 2992, 2988, 2989, 3009, 3006, 3007, 3004, 3009, 3001, 3017, 2999, 3011, 3039, 3018, 3013, 3006, 0, 3057, 3029, 3037, 0, 0, 3021, 0, 3026, 3017, 3023, 3071, 0, 3031, 3044, 3033, 3034, 3044, 0, 3031, 3038, 3051, 3052, 0, 3042, 3037, 3044, 3059, 3057, 3055, 3048, 3043, 3060, 3057, 3062, 7246, 3066, 7246, 7246, 3066, 3052, 3070, 3061, 3073, 3072, 3081, 3082, 3083, 3069, 3081, 7246, 3067, 3072, 3076, 7246, 3115, 3076, 3095, 3087, 3083, 3097, 3097, 3084, 7246, 3123, 3084, 3094, 3086, 3087, 3089, 3091, 3107, 3098, 3100, 3088, 3096, 3097, 3104, 3105, 3113, 3112, 3118, 3117, 3115, 3132, 3129, 3124, 3125, 3115, 7246, 3120, 3150, 3152, 3141, 3131, 3133, 3142, 3129, 3142, 3129, 3129, 3130, 3146, 3149, 3149, 3135, 3149, 3138, 3152, 7246, 3149, 3152, 3149, 3148, 3157, 3158, 3159, 3145, 3159, 0, 3145, 3150, 3154, 0, 3193, 3163, 3182, 3174, 3170, 3184, 3184, 3171, 0, 3210, 3171, 3181, 3173, 3174, 3176, 3178, 3194, 3185, 3187, 3175, 3183, 3184, 3191, 3192, 3198, 3197, 3203, 3202, 3200, 3223, 3204, 3199, 3200, 3190, 0, 3195, 3253, 3254, 3213, 3215, 3219, 3229, 3218, 3231, 3218, 3218, 3219, 3235, 3238, 3240, 3226, 3240, 3229, 3243, 0, 3240, 3243, 3240, 7246, 7246, 7246, 3233, 3245, 7246, 3245, 3250, 3243, 3268, 3248, 3263, 3267, 7246, 3251, 3259, 7246, 3258, 3254, 3269, 3270, 7246, 3271, 3265, 7246, 3264, 3274, 3275, 3267, 3277, 3264, 3264, 3284, 3267, 3268, 3269, 3268, 7246, 7246, 7246, 3285, 3281, 7246, 7246, 3288, 3288, 3271, 3283, 7246, 7246, 3296, 3308, 3309, 3287, 3295, 7246, 3296, 3302, 0, 3293, 3307, 3308, 3312, 3301, 3302, 3309, 3310, 3301, 7246, 3310, 3317, 3318, 3319, 3312, 3354, 3308, 3323, 3328, 0, 3312, 3320, 0, 3319, 3316, 3331, 3332, 0, 3333, 3327, 0, 3326, 3336, 3337, 3332, 3342, 3329, 3329, 3349, 3341, 3342, 3343, 3342, 0, 0, 0, 3359, 3355, 0, 0, 3362, 3362, 3345, 3357, 0, 0, 3370, 3399, 3400, 3361, 3371, 0, 3363, 3369, 3410, 3362, 3377, 3378, 3383, 3372, 3376, 3383, 3386, 3377, 0, 3387, 3398, 3407, 3408, 7246, 3398, 3415, 3418, 3431, 3432, 3415, 3407, 3417, 7246, 3448, 3425, 3420, 3411, 7246, 3418, 3453, 3430, 3415, 3456, 3457, 3433, 3435, 3432, 3431, 3437, 3442, 3465, 3440, 3423, 7246, 3468, 3428, 3474, 7246, 3457, 3462, 7246, 3460, 3453, 3463, 3463, 0, 3457, 7246, 7246, 3478, 3467, 7246, 3476, 3479, 3477, 3482, 3485, 3540, 3541, 3478, 3470, 3480, 0, 3511, 3488, 3483, 3474, 0, 3481, 3516, 3493, 3478, 3519, 3520, 3496, 3511, 3494, 3493, 3513, 3518, 3543, 3518, 3501, 0, 3546, 3504, 3549, 0, 3530, 3527, 0, 3522, 3515, 3525, 3525, 3583, 3519, 0, 0, 3538, 3527, 0, 3536, 3538, 3536, 7246, 3521, 3537, 3545, 3570, 3571, 3549, 3543, 3553, 7246, 3551, 3552, 3566, 7246, 3554, 3568, 3556, 3558, 3564, 3564, 3573, 7246, 3562, 3560, 3576, 3561, 3563, 3602, 3574, 7246, 3582, 3581, 7246, 3584, 3581, 3586, 3580, 3593, 3580, 7246, 3582, 3602, 3596, 7246, 3599, 3586, 3594, 3635, 3636, 3597, 3593, 3602, 0, 3600, 3603, 3617, 0, 3605, 3619, 3607, 3609, 3615, 3617, 3627, 0, 3616, 3613, 3629, 3617, 3620, 3659, 3631, 0, 3639, 3656, 0, 3659, 3656, 3661, 3655, 3659, 3646, 0, 3648, 3668, 3662, 0, 3665, 7246, 7246, 3666, 3667, 3655, 3665, 3664, 3663, 3665, 3667, 3675, 3675, 3675, 3703, 3678, 3673, 3666, 7246, 7246, 7246, 3668, 7246, 3686, 3683, 3678, 3687, 3689, 3668, 3679, 3686, 7246, 3701, 3701, 3704, 3688, 3706, 3708, 0, 3708, 3723, 3711, 3721, 3720, 3719, 3721, 3723, 3731, 3731, 3731, 3759, 3734, 3729, 3722, 0, 0, 0, 3724, 0, 3742, 3739, 3734, 3743, 3745, 3724, 3726, 3733, 0, 3748, 3748, 3748, 3732, 3750, 3752, 7246, 7246, 7246, 3738, 7246, 7246, 3753, 7246, 3780, 3737, 3755, 3763, 3769, 3768, 3766, 3767, 3768, 3757, 3770, 3777, 3786, 7246, 7246, 3784, 3784, 3785, 7246, 3800, 3798, 7246, 0, 0, 0, 3784, 0, 0, 3799, 0, 3826, 3783, 3801, 3800, 3806, 3805, 3803, 3801, 3802, 3791, 3804, 3811, 3806, 0, 0, 3804, 3804, 3805, 0, 3820, 3818, 0, 3799, 7246, 3816, 7246, 7246, 3820, 3816, 7246, 7246, 7246, 3816, 7246, 7246, 3810, 3824, 3811, 7246, 3831, 3817, 0, 3834, 0, 0, 3838, 3837, 0, 0, 0, 3837, 0, 0, 3831, 3845, 3832, 0, 3857, 7246, 3862, 3845, 7246, 7246, 3851, 7246, 3851, 3852, 0, 3867, 3850, 0, 0, 3856, 0, 3856, 3857, 3854, 3899, 7246, 3868, 7246, 3857, 3902, 0, 3871, 0, 7246, 3882, 3879, 0, 3884, 3881, 3876, 7246, 3877, 0, 3878, 3879, 7246, 0, 7246, 5360, 5372, 5384, 5396, 5408, 5420, 5432, 5444, 5456, 5468, 5480, 5492, 5504, 5516, 5528, 5540, 5552, 5564, 5576, 5588, 5600, 5604, 5616, 5628, 5640, 5652, 5658, 5670, 5682, 5694, 5706, 5718, 5730, 5742, 5754, 5766, 5778, 5790, 5802, 5814, 5826, 5838, 5850, 5862, 5874, 5886, 5898, 5910, 5922, 5934, 5946, 5958, 5970, 5982, 5994, 6006, 6018, 6030, 6042, 6054, 6066, 6078, 6090, 6102, 6109, 6121, 6133, 6145, 6157, 6169, 6173, 6177, 6188, 6200, 6212, 6224, 6230, 6242, 6254, 6266, 6278, 6290, 6302, 6314, 6326, 6338, 6350, 6362, 6374, 6386, 6398, 6410, 6422, 6434, 6446, 6458, 6470, 6482, 6494, 6506, 6518, 6530, 6542, 6554, 6566, 6578, 6590, 6602, 6614, 6626, 6638, 6650, 6662, 6674, 6686, 6698, 6710, 6722, 6734, 6746, 6758, 6770, 6782, 6794, 6806, 6818, 6830, 6842, 6854, 6866, 6873, 6885, 6897, 6909, 6921, 6933, 6945, 6957, 6969, 6981, 6993, 7005, 7017, 7029, 7041, 7053, 7065, 7077, 7089, 7101, 7113, 7125, 7137, 7149, 7161, 7173, 7185, 7197, 7209, 7221, 7233 } ; static yyconst flex_int16_t yy_def[2964] = { 0, 2802, 1, 2802, 3, 1, 1, 1, 7, 7, 7, 7, 7, 2803, 2803, 7, 7, 2802, 17, 2804, 2804, 7, 7, 2802, 23, 7, 7, 7, 7, 7, 7, 2805, 2805, 2806, 2806, 2807, 2807, 7, 7, 7, 7, 7, 7, 7, 7, 2808, 2808, 2809, 2809, 7, 7, 2810, 2810, 2811, 2811, 2812, 2812, 2813, 2813, 2814, 2814, 2815, 2815, 2816, 2816, 2817, 2817, 7, 7, 7, 7, 7, 7, 2802, 73, 7, 7, 2802, 77, 2818, 2818, 2819, 2819, 7, 7, 2820, 2820, 7, 7, 2802, 89, 2821, 2821, 7, 7, 2822, 2822, 7, 7, 2802, 2802, 2802, 2802, 2802, 2823, 2802, 2824, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2825, 2825, 2826, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2825, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2827, 2827, 2828, 2827, 2827, 2827, 2827, 2802, 2802, 2802, 2802, 2802, 2829, 2830, 2831, 2830, 2830, 2830, 2830, 2802, 2802, 2832, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2833, 2834, 2833, 2833, 2833, 2833, 2835, 2836, 2835, 2835, 2835, 2835, 2837, 2838, 2837, 2837, 2837, 2837, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2839, 2840, 2839, 245, 2839, 2839, 2841, 2842, 2841, 251, 2841, 2841, 2802, 2843, 2844, 2843, 258, 2843, 2843, 2845, 2846, 2845, 264, 2845, 2845, 2847, 2848, 2847, 270, 2847, 2847, 2849, 2850, 2849, 276, 2849, 2849, 2851, 2852, 2851, 2851, 2851, 2851, 2851, 2853, 2854, 2853, 2853, 2853, 2853, 2855, 2856, 2855, 2855, 2855, 2855, 2857, 2858, 2857, 301, 2857, 2857, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2859, 2860, 2861, 2862, 2861, 2861, 2861, 2861, 2863, 2864, 2863, 2863, 2863, 2863, 2863, 2802, 2802, 2802, 2802, 2865, 2866, 2865, 2865, 2865, 2865, 2802, 2802, 2802, 2802, 2867, 2868, 2869, 2868, 2868, 2802, 2802, 2802, 2802, 2870, 2870, 2871, 2870, 2870, 2802, 2802, 2802, 2872, 2802, 2802, 2873, 2802, 2874, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2875, 2875, 2876, 2875, 2875, 2802, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2875, 2802, 2802, 2802, 2802, 2802, 2802, 2877, 2877, 2878, 2877, 2877, 2877, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2879, 2880, 2881, 2880, 2880, 2880, 2802, 2802, 2882, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2883, 2884, 2883, 2883, 2883, 2885, 2886, 2885, 2885, 2885, 2887, 2888, 2887, 2887, 2887, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2889, 2890, 2891, 2892, 2889, 545, 545, 2893, 2894, 2895, 2896, 2893, 552, 552, 2802, 2897, 2898, 2899, 2900, 2897, 560, 560, 2901, 2902, 2903, 2904, 2901, 567, 567, 2905, 2906, 2907, 2908, 2905, 574, 574, 2909, 2910, 2911, 2912, 2909, 581, 581, 2913, 2914, 2913, 2913, 2913, 2913, 2915, 2916, 2915, 2915, 2915, 2917, 2918, 2917, 2917, 2917, 2919, 2920, 2921, 2922, 2919, 604, 604, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2923, 2924, 2925, 2926, 2927, 2928, 2927, 2927, 2927, 2929, 2930, 2929, 2929, 2929, 2929, 2802, 2802, 2802, 2802, 2802, 2931, 2932, 2931, 2931, 2931, 2802, 2802, 2802, 2802, 2933, 2934, 2935, 2802, 2802, 2802, 2802, 2936, 2937, 2936, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2939, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2913, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2929, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2913, 2802, 2802, 2802, 2802, 2802, 2802, 2929, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2940, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2941, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2942, 2802, 2802, 2802, 2943, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2944, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2945, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2946, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2947, 2802, 2802, 2802, 2942, 2802, 2802, 2802, 2802, 2943, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2948, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2949, 2938, 2938, 2938, 2945, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2950, 2802, 2802, 2947, 2802, 2951, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2951, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2952, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2953, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2952, 2954, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2953, 2955, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2956, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2954, 2954, 2802, 2802, 2802, 2802, 2802, 2957, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2958, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2955, 2955, 2938, 2938, 2938, 2938, 2938, 2959, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2956, 2960, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2961, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2958, 2962, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2963, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2960, 2960, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2962, 2962, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2802, 2802, 2938, 2938, 2938, 2938, 2938, 2802, 2802, 2802, 2938, 2938, 2938, 2802, 2802, 2938, 2938, 2802, 2938, 2802, 2938, 0, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802 } ; static yyconst flex_int16_t yy_nxt[7302] = { 0, 100, 101, 102, 100, 101, 103, 104, 100, 105, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 108, 109, 110, 100, 100, 100, 100, 100, 100, 111, 100, 112, 113, 114, 115, 116, 117, 118, 119, 120, 100, 121, 122, 123, 100, 124, 100, 125, 126, 127, 128, 129, 100, 100, 130, 131, 132, 176, 100, 132, 100, 100, 1104, 100, 177, 100, 100, 356, 100, 100, 356, 181, 182, 181, 182, 359, 360, 191, 192, 193, 236, 203, 203, 194, 234, 100, 133, 134, 213, 183, 235, 183, 135, 195, 1107, 204, 204, 236, 214, 136, 215, 137, 138, 139, 101, 102, 139, 101, 140, 141, 139, 142, 139, 143, 144, 144, 144, 144, 144, 144, 144, 145, 146, 147, 148, 139, 139, 139, 139, 139, 139, 149, 139, 150, 151, 152, 153, 154, 155, 156, 157, 158, 139, 159, 160, 161, 139, 162, 139, 163, 164, 165, 166, 167, 139, 139, 168, 169, 132, 100, 100, 132, 132, 391, 100, 132, 100, 100, 395, 100, 395, 361, 392, 100, 191, 192, 193, 396, 100, 418, 194, 237, 305, 238, 237, 213, 238, 100, 170, 171, 195, 255, 133, 134, 172, 214, 234, 215, 178, 100, 255, 173, 235, 174, 175, 179, 100, 137, 138, 100, 305, 393, 100, 363, 100, 239, 383, 384, 486, 100, 306, 486, 180, 100, 100, 100, 355, 394, 240, 241, 307, 417, 242, 306, 100, 100, 100, 100, 100, 100, 100, 100, 100, 307, 100, 100, 100, 394, 100, 100, 100, 100, 100, 100, 100, 401, 857, 100, 185, 102, 402, 185, 100, 186, 443, 239, 444, 187, 188, 188, 188, 188, 188, 188, 188, 206, 100, 403, 240, 241, 207, 858, 242, 100, 208, 189, 209, 447, 210, 206, 211, 404, 448, 212, 207, 327, 100, 328, 208, 100, 209, 457, 210, 329, 211, 423, 424, 212, 355, 330, 458, 190, 185, 102, 100, 185, 308, 186, 100, 309, 375, 187, 188, 188, 188, 188, 188, 188, 188, 310, 311, 308, 376, 100, 309, 100, 357, 377, 346, 189, 439, 347, 348, 378, 310, 311, 349, 327, 492, 328, 1110, 371, 440, 337, 372, 329, 493, 373, 374, 449, 450, 330, 338, 339, 340, 190, 100, 101, 102, 100, 101, 100, 104, 100, 100, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 100, 100, 100, 196, 196, 196, 196, 196, 196, 111, 100, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 196, 131, 101, 102, 100, 101, 1111, 198, 100, 357, 459, 199, 200, 200, 200, 200, 200, 200, 200, 100, 467, 380, 381, 357, 337, 468, 460, 630, 346, 201, 631, 347, 348, 338, 339, 340, 349, 361, 362, 362, 362, 362, 362, 362, 362, 421, 441, 388, 385, 357, 469, 389, 442, 386, 1114, 202, 101, 102, 387, 101, 390, 198, 1115, 357, 470, 199, 200, 200, 200, 200, 200, 200, 200, 100, 366, 454, 397, 1116, 358, 455, 398, 358, 367, 201, 368, 366, 358, 369, 456, 399, 461, 370, 400, 367, 371, 414, 461, 415, 369, 462, 373, 374, 370, 475, 358, 477, 1117, 358, 448, 202, 100, 101, 102, 100, 101, 100, 104, 100, 100, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 100, 100, 100, 205, 205, 205, 205, 205, 205, 111, 100, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, 131, 101, 102, 680, 101, 407, 217, 681, 407, 1118, 218, 219, 219, 219, 219, 219, 219, 219, 100, 421, 435, 397, 989, 436, 990, 398, 437, 438, 220, 1120, 430, 445, 446, 421, 419, 408, 409, 400, 431, 435, 432, 410, 474, 433, 1045, 437, 438, 434, 411, 542, 412, 413, 657, 361, 221, 101, 102, 1046, 101, 356, 217, 658, 356, 542, 218, 219, 219, 219, 219, 219, 219, 219, 100, 426, 427, 427, 427, 427, 427, 427, 427, 463, 220, 451, 421, 464, 476, 463, 452, 358, 542, 464, 358, 453, 465, 363, 358, 466, 421, 358, 478, 744, 460, 466, 542, 745, 358, 1121, 221, 101, 102, 825, 101, 358, 223, 393, 417, 826, 224, 225, 225, 225, 225, 225, 225, 225, 100, 430, 480, 480, 719, 394, 394, 665, 666, 431, 226, 473, 1122, 720, 433, 727, 728, 1123, 434, 488, 489, 489, 489, 489, 489, 489, 489, 501, 502, 502, 502, 502, 502, 502, 502, 1124, 227, 101, 102, 865, 101, 486, 223, 1125, 486, 1126, 224, 225, 225, 225, 225, 225, 225, 225, 100, 519, 520, 520, 520, 520, 520, 520, 520, 358, 226, 1049, 358, 524, 525, 525, 525, 525, 525, 525, 525, 549, 358, 1050, 866, 358, 358, 529, 530, 530, 530, 530, 530, 530, 530, 549, 227, 101, 102, 358, 101, 358, 229, 364, 544, 542, 230, 231, 231, 231, 231, 231, 231, 231, 100, 549, 557, 358, 544, 542, 551, 364, 358, 549, 232, 559, 364, 557, 557, 549, 557, 564, 358, 564, 551, 566, 868, 549, 1127, 559, 869, 557, 557, 571, 571, 564, 1045, 564, 1128, 566, 233, 101, 102, 364, 101, 564, 229, 571, 571, 1062, 230, 231, 231, 231, 231, 231, 231, 231, 100, 564, 358, 578, 364, 573, 571, 364, 358, 578, 232, 580, 578, 358, 601, 358, 358, 578, 358, 573, 571, 601, 1112, 578, 358, 580, 578, 358, 601, 364, 358, 601, 358, 1129, 1113, 601, 233, 101, 102, 932, 101, 358, 244, 933, 1130, 601, 245, 246, 246, 246, 246, 246, 246, 246, 100, 586, 587, 587, 587, 587, 587, 587, 587, 921, 247, 592, 593, 593, 593, 593, 593, 593, 593, 597, 598, 598, 598, 598, 598, 598, 598, 358, 358, 542, 603, 358, 358, 1131, 922, 358, 248, 101, 102, 929, 101, 1134, 244, 542, 603, 358, 245, 246, 246, 246, 246, 246, 246, 246, 100, 620, 621, 621, 621, 621, 621, 621, 621, 358, 247, 1135, 358, 625, 626, 626, 626, 626, 626, 626, 626, 549, 358, 1136, 930, 358, 358, 636, 637, 637, 637, 637, 637, 637, 637, 549, 248, 101, 102, 358, 101, 841, 250, 1139, 842, 1140, 251, 252, 252, 252, 252, 252, 252, 252, 100, 361, 362, 362, 362, 362, 362, 362, 362, 687, 253, 691, 687, 1137, 692, 1141, 755, 358, 688, 756, 358, 688, 1108, 1042, 689, 358, 407, 713, 693, 407, 751, 904, 1138, 757, 905, 1109, 254, 101, 102, 752, 101, 358, 250, 956, 358, 753, 251, 252, 252, 252, 252, 252, 252, 252, 100, 1142, 408, 409, 358, 957, 1043, 1105, 410, 1143, 253, 358, 1017, 557, 358, 411, 1018, 412, 413, 426, 427, 427, 427, 427, 427, 427, 427, 557, 358, 564, 751, 1032, 1132, 1133, 1144, 1033, 254, 101, 102, 752, 101, 1145, 257, 564, 1106, 771, 258, 259, 259, 259, 259, 259, 259, 259, 100, 488, 489, 489, 489, 489, 489, 489, 489, 1146, 260, 501, 502, 502, 502, 502, 502, 502, 502, 519, 520, 520, 520, 520, 520, 520, 520, 358, 358, 571, 358, 358, 1149, 1150, 1151, 1079, 261, 101, 102, 1080, 101, 1152, 257, 571, 358, 358, 258, 259, 259, 259, 259, 259, 259, 259, 100, 524, 525, 525, 525, 525, 525, 525, 525, 578, 260, 529, 530, 530, 530, 530, 530, 530, 530, 601, 1153, 1154, 358, 578, 358, 544, 358, 551, 358, 559, 1095, 566, 1147, 601, 1096, 1155, 261, 101, 102, 544, 101, 551, 263, 559, 1156, 566, 264, 265, 265, 265, 265, 265, 265, 265, 100, 358, 358, 358, 573, 580, 358, 1148, 1157, 1158, 266, 1159, 358, 358, 358, 358, 358, 603, 573, 580, 358, 586, 587, 587, 587, 587, 587, 587, 587, 358, 358, 603, 1108, 1160, 1161, 1162, 267, 101, 102, 1168, 101, 1169, 263, 1170, 1171, 1119, 264, 265, 265, 265, 265, 265, 265, 265, 100, 592, 593, 593, 593, 593, 593, 593, 593, 1172, 266, 597, 598, 598, 598, 598, 598, 598, 598, 1173, 1174, 1175, 358, 1176, 1177, 358, 620, 621, 621, 621, 621, 621, 621, 621, 1178, 1179, 267, 101, 102, 358, 101, 358, 269, 1180, 358, 1181, 270, 271, 271, 271, 271, 271, 271, 271, 100, 1182, 358, 1185, 358, 358, 1186, 1198, 1199, 1200, 272, 625, 626, 626, 626, 626, 626, 626, 626, 358, 636, 637, 637, 637, 637, 637, 637, 637, 1163, 1163, 1163, 1163, 1183, 1201, 1202, 1203, 273, 101, 102, 1204, 101, 1184, 269, 1205, 1206, 1164, 270, 271, 271, 271, 271, 271, 271, 271, 100, 1165, 1165, 1165, 1165, 1207, 1208, 1209, 1210, 1211, 272, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1166, 1219, 1220, 1221, 1222, 1223, 1055, 1224, 1227, 1225, 1228, 1229, 1230, 1231, 1226, 1213, 1232, 1233, 273, 101, 102, 1240, 101, 1241, 275, 1184, 1242, 1243, 276, 277, 277, 277, 277, 277, 277, 277, 100, 1244, 1163, 1163, 1234, 1163, 1165, 1165, 1236, 1165, 278, 1245, 1246, 1167, 1247, 1248, 1167, 1249, 1218, 1235, 1239, 1167, 1250, 1237, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1269, 1270, 1271, 1272, 1273, 279, 101, 102, 1274, 101, 1275, 275, 1276, 1277, 1278, 276, 277, 277, 277, 277, 277, 277, 277, 100, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 278, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1298, 1295, 1299, 1296, 1284, 1183, 1233, 1232, 1297, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 279, 101, 102, 1309, 101, 1310, 281, 1311, 1312, 1315, 282, 283, 283, 283, 283, 283, 283, 283, 100, 1316, 1313, 1317, 1318, 1319, 284, 1289, 1320, 1321, 285, 1314, 1322, 1323, 1324, 1147, 1326, 1327, 1184, 1328, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1329, 1338, 1339, 1339, 1340, 1341, 1342, 1343, 1344, 286, 101, 102, 1346, 101, 1347, 281, 1348, 1345, 1349, 282, 283, 283, 283, 283, 283, 283, 283, 100, 1163, 1163, 1163, 1163, 1350, 284, 1351, 1352, 1353, 285, 1165, 1165, 1165, 1165, 1354, 1355, 1356, 1164, 1357, 1358, 1359, 1360, 1361, 1363, 1364, 1365, 1366, 1166, 1367, 1368, 1370, 1362, 1371, 1372, 1373, 286, 101, 102, 1374, 101, 1375, 288, 1369, 1376, 1377, 289, 290, 290, 290, 290, 290, 290, 290, 100, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 291, 1387, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1233, 1401, 1404, 1404, 1405, 1400, 1406, 1233, 1407, 1408, 1411, 1409, 1412, 292, 101, 102, 1413, 101, 1414, 288, 1410, 1415, 1416, 289, 290, 290, 290, 290, 290, 290, 290, 100, 1417, 1344, 1402, 1163, 1163, 1234, 1163, 1419, 1420, 291, 1345, 1165, 1165, 1236, 1165, 1403, 1421, 1422, 1423, 1424, 1235, 1425, 1426, 1428, 1429, 1430, 1431, 1432, 1237, 1433, 1435, 1427, 1436, 1437, 1438, 292, 101, 102, 1439, 101, 1440, 294, 1434, 1441, 1442, 295, 296, 296, 296, 296, 296, 296, 296, 100, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 297, 1452, 1388, 1454, 1455, 1388, 1456, 1457, 1458, 1459, 1388, 1460, 1461, 1462, 1401, 1463, 1464, 1465, 1400, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 298, 101, 102, 1473, 101, 1474, 294, 1475, 1476, 1477, 295, 296, 296, 296, 296, 296, 296, 296, 100, 1478, 1409, 1479, 1480, 1481, 1483, 1484, 1485, 1486, 297, 1410, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1496, 1504, 1506, 1507, 1508, 1512, 1513, 1514, 298, 101, 102, 1515, 101, 1516, 300, 1517, 1518, 1519, 301, 302, 302, 302, 302, 302, 302, 302, 100, 1509, 1520, 1521, 1522, 1523, 1510, 1525, 1526, 1527, 303, 1528, 1529, 1530, 1511, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1524, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 304, 101, 102, 1551, 101, 1552, 300, 1553, 1400, 1401, 301, 302, 302, 302, 302, 302, 302, 302, 100, 1558, 1559, 1560, 1562, 1563, 1564, 1565, 1566, 1567, 303, 1561, 1568, 1569, 1505, 1571, 1572, 1505, 1573, 1574, 1577, 1578, 1505, 1579, 1575, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1576, 1589, 1590, 1591, 304, 100, 101, 102, 100, 101, 100, 104, 100, 100, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 100, 100, 100, 312, 312, 312, 312, 312, 312, 111, 100, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 131, 100, 101, 102, 100, 101, 100, 104, 100, 100, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 100, 100, 100, 313, 313, 313, 313, 313, 313, 111, 100, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 131, 101, 102, 1400, 101, 1401, 315, 1587, 1592, 1593, 316, 317, 317, 317, 317, 317, 317, 317, 100, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1588, 1601, 318, 1602, 1554, 1603, 1556, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1555, 1614, 1557, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 319, 101, 102, 1623, 101, 1624, 315, 1625, 1626, 1627, 316, 317, 317, 317, 317, 317, 317, 317, 100, 1628, 1630, 1631, 1632, 1633, 1635, 1636, 1637, 1638, 318, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1655, 1655, 1655, 1658, 1659, 1660, 1656, 1661, 319, 101, 102, 1665, 101, 1666, 321, 1669, 1657, 1670, 322, 323, 323, 323, 323, 323, 323, 323, 100, 1662, 1662, 1662, 1662, 1667, 324, 1671, 1663, 1672, 325, 1668, 1673, 1674, 1675, 1676, 1677, 1678, 1664, 1679, 1680, 1683, 1684, 1681, 1685, 1686, 1687, 1682, 1688, 1689, 1690, 1691, 1696, 1697, 1698, 1703, 326, 101, 102, 1704, 101, 1705, 321, 1706, 1707, 1708, 322, 323, 323, 323, 323, 323, 323, 323, 100, 1709, 1692, 1699, 1710, 1693, 324, 1711, 1712, 1700, 325, 1694, 1695, 1701, 1713, 1714, 1715, 1716, 1717, 1702, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1730, 1731, 1732, 1736, 1737, 1740, 1738, 326, 101, 102, 1741, 101, 1739, 332, 1742, 1743, 1744, 333, 334, 334, 334, 334, 334, 334, 334, 100, 1655, 1655, 1727, 1655, 1745, 1746, 1747, 1728, 1748, 335, 1749, 1662, 1662, 1733, 1662, 1750, 1751, 1729, 1734, 1752, 1754, 1755, 1756, 1753, 1757, 1758, 1759, 1760, 1735, 1761, 1762, 1767, 1768, 1769, 1774, 336, 101, 102, 1775, 101, 1776, 332, 1777, 1778, 1779, 333, 334, 334, 334, 334, 334, 334, 334, 100, 1780, 1763, 1770, 1781, 1764, 1782, 1783, 1784, 1771, 335, 1765, 1766, 1772, 1785, 1786, 1787, 1788, 1789, 1773, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1804, 1805, 1806, 1807, 1808, 336, 100, 101, 102, 100, 101, 100, 104, 341, 100, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 100, 100, 100, 341, 341, 341, 341, 341, 341, 111, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 341, 131, 101, 102, 1817, 101, 1818, 343, 1819, 1827, 1828, 106, 107, 107, 107, 107, 107, 107, 107, 100, 1801, 1829, 1802, 1655, 1655, 1655, 1655, 1809, 1803, 344, 1662, 1662, 1662, 1662, 1830, 1810, 1831, 1811, 1834, 1832, 1657, 1812, 1835, 1813, 1814, 1815, 1816, 1664, 1833, 1836, 1837, 1838, 1839, 1840, 1841, 345, 101, 102, 1842, 101, 1843, 343, 1844, 1845, 1846, 106, 107, 107, 107, 107, 107, 107, 107, 100, 1820, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1821, 344, 1822, 1854, 1855, 1856, 1823, 1857, 1858, 1824, 1825, 1826, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 345, 101, 351, 1874, 101, 1875, 352, 1876, 1877, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 1878, 1881, 1879, 1882, 1883, 1884, 1885, 1886, 1880, 353, 1655, 1655, 1727, 1655, 1894, 1887, 1895, 1888, 1896, 1904, 1905, 1889, 1906, 1890, 1891, 1892, 1893, 1729, 1907, 1911, 1908, 1912, 1913, 1909, 1914, 354, 101, 351, 1915, 101, 1916, 352, 1910, 1917, 100, 106, 107, 107, 107, 107, 107, 107, 107, 100, 1662, 1662, 1733, 1662, 1897, 1918, 1919, 1920, 1921, 353, 1922, 1923, 1898, 1924, 1899, 1925, 1926, 1735, 1900, 1927, 1928, 1901, 1902, 1903, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 354, 425, 426, 427, 427, 427, 427, 427, 427, 427, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 428, 488, 489, 489, 489, 489, 489, 489, 489, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 490, 501, 502, 502, 502, 502, 502, 502, 502, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 1874, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 503, 519, 520, 520, 520, 520, 520, 520, 520, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 521, 524, 525, 525, 525, 525, 525, 525, 525, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 526, 529, 530, 530, 530, 530, 530, 530, 530, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 1969, 1969, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 1980, 1980, 2148, 2149, 2150, 2151, 2152, 2154, 2155, 2156, 2159, 531, 542, 2160, 2157, 2153, 2161, 2162, 545, 546, 546, 546, 546, 546, 546, 546, 542, 2158, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2036, 2038, 547, 549, 2194, 2195, 2196, 2197, 2198, 552, 553, 553, 553, 553, 553, 553, 553, 549, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2049, 2049, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2060, 2060, 2217, 2218, 2219, 2220, 2221, 2223, 2224, 2225, 2228, 2229, 2230, 554, 557, 2222, 2226, 2231, 2232, 2233, 560, 561, 561, 561, 561, 561, 561, 561, 557, 2227, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2172, 2243, 2244, 2172, 2245, 2246, 2247, 2248, 2172, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2242, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 562, 564, 2264, 2265, 2266, 2267, 2268, 567, 568, 568, 568, 568, 568, 568, 568, 564, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 569, 571, 2302, 2303, 2304, 2305, 2306, 574, 575, 575, 575, 575, 575, 575, 575, 571, 2307, 2309, 2310, 2311, 2312, 2313, 2173, 2308, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 576, 578, 2340, 2341, 2342, 2343, 2344, 581, 582, 582, 582, 582, 582, 582, 582, 578, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2374, 2375, 2376, 2377, 2378, 2381, 583, 586, 587, 587, 587, 587, 587, 587, 587, 2372, 2172, 2314, 2382, 2172, 2314, 2383, 2373, 2384, 2172, 2314, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2242, 2380, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2406, 588, 592, 593, 593, 593, 593, 593, 593, 593, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2315, 2315, 2437, 2438, 594, 597, 598, 598, 598, 598, 598, 598, 598, 2439, 2440, 2442, 2443, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2405, 2457, 2458, 2405, 2459, 2460, 2461, 2462, 2405, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2456, 599, 601, 2471, 2472, 2473, 2474, 2475, 604, 605, 605, 605, 605, 605, 605, 605, 601, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2314, 2314, 2487, 2314, 2314, 2488, 2489, 2490, 2314, 2314, 2492, 2441, 2493, 2493, 2441, 2494, 2495, 2380, 2380, 2441, 2496, 2497, 606, 614, 2498, 2499, 614, 2500, 614, 614, 614, 614, 2501, 614, 614, 614, 614, 614, 614, 614, 614, 2502, 614, 614, 614, 2503, 2504, 2505, 2506, 2406, 2508, 614, 614, 2509, 2510, 2511, 2512, 2513, 2514, 1969, 2515, 2516, 2517, 1980, 2518, 2519, 2520, 2521, 2524, 2525, 2522, 2526, 2527, 2528, 2529, 2530, 2531, 614, 616, 2523, 2532, 616, 2533, 616, 616, 616, 616, 2534, 616, 616, 616, 616, 616, 616, 616, 616, 2438, 616, 616, 616, 2535, 2536, 2537, 2540, 2538, 2542, 616, 616, 2543, 2544, 2545, 2539, 2546, 2547, 2548, 2549, 2552, 2553, 2554, 2555, 2556, 2557, 2049, 2558, 2559, 2560, 2060, 2561, 2562, 2563, 2567, 2568, 616, 620, 621, 621, 621, 621, 621, 621, 621, 2405, 2507, 2564, 2405, 2507, 2565, 2569, 2570, 2405, 2507, 2571, 2572, 2573, 2574, 2566, 2575, 2576, 2456, 2551, 2577, 2488, 2578, 2579, 2580, 2583, 2581, 2585, 2586, 2587, 2588, 2589, 2590, 2582, 2591, 622, 625, 626, 626, 626, 626, 626, 626, 626, 2541, 2592, 2593, 2541, 2508, 2508, 2594, 2595, 2541, 2596, 2597, 2598, 2599, 2600, 2601, 2603, 2604, 2605, 2606, 2607, 2608, 2602, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 627, 636, 637, 637, 637, 637, 637, 637, 637, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2507, 2507, 2630, 2507, 2507, 2631, 2632, 2633, 2507, 2507, 2634, 2635, 2636, 2637, 2639, 2640, 2641, 2551, 2551, 2642, 2638, 2643, 2644, 2645, 2646, 638, 358, 650, 2647, 358, 2648, 2649, 2650, 2651, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 426, 427, 427, 427, 427, 427, 427, 427, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 428, 427, 427, 427, 427, 427, 427, 427, 427, 2686, 2687, 2688, 2689, 427, 427, 427, 2690, 2691, 2692, 2693, 2694, 427, 427, 427, 427, 427, 427, 488, 489, 489, 489, 489, 489, 489, 489, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 490, 489, 489, 489, 489, 489, 489, 489, 489, 2729, 2730, 2731, 2732, 489, 489, 489, 2733, 2734, 2735, 2736, 2737, 489, 489, 489, 489, 489, 489, 501, 502, 502, 502, 502, 502, 502, 502, 2738, 2739, 2740, 2740, 2741, 2693, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2758, 2759, 2723, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 503, 502, 502, 502, 502, 502, 502, 502, 502, 2768, 2769, 2770, 2771, 502, 502, 502, 2772, 2773, 2774, 2775, 2776, 502, 502, 502, 502, 502, 502, 519, 520, 520, 520, 520, 520, 520, 520, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 1103, 1102, 1101, 1100, 1099, 1098, 1097, 1094, 1093, 521, 520, 520, 520, 520, 520, 520, 520, 520, 1092, 1091, 1090, 1089, 520, 520, 520, 1088, 1087, 1086, 1085, 1084, 520, 520, 520, 520, 520, 520, 524, 525, 525, 525, 525, 525, 525, 525, 1083, 1082, 1081, 1078, 1077, 1076, 1075, 1074, 1073, 1072, 1071, 1070, 1069, 1068, 1067, 1066, 1065, 1064, 1063, 1061, 1060, 1059, 1058, 1057, 1056, 1055, 1054, 1053, 1052, 1051, 1048, 1047, 1044, 1041, 526, 525, 525, 525, 525, 525, 525, 525, 525, 1040, 1039, 1038, 1037, 525, 525, 525, 1036, 1035, 1034, 1031, 1030, 525, 525, 525, 525, 525, 525, 529, 530, 530, 530, 530, 530, 530, 530, 1029, 1028, 1027, 1026, 1025, 1024, 1023, 1022, 1021, 1020, 1019, 1016, 1015, 1014, 1013, 1012, 1011, 1010, 1009, 1008, 1007, 1006, 1005, 1004, 1003, 1002, 1001, 1000, 999, 998, 997, 996, 995, 994, 531, 530, 530, 530, 530, 530, 530, 530, 530, 993, 992, 991, 988, 530, 530, 530, 987, 986, 985, 984, 983, 530, 530, 530, 530, 530, 530, 542, 982, 981, 980, 979, 978, 545, 546, 546, 546, 546, 546, 546, 546, 542, 977, 976, 975, 974, 973, 972, 971, 969, 968, 967, 966, 965, 964, 963, 962, 961, 960, 959, 958, 955, 954, 953, 952, 951, 950, 949, 948, 947, 946, 945, 944, 943, 942, 547, 546, 941, 940, 939, 938, 937, 936, 935, 934, 931, 928, 927, 546, 546, 546, 926, 925, 924, 923, 920, 546, 546, 546, 546, 546, 546, 919, 918, 917, 916, 735, 915, 914, 913, 912, 911, 910, 909, 908, 907, 906, 903, 541, 549, 902, 901, 900, 899, 898, 552, 553, 553, 553, 553, 553, 553, 553, 549, 897, 896, 895, 894, 893, 892, 891, 890, 889, 888, 887, 886, 885, 884, 883, 882, 881, 880, 879, 878, 877, 876, 875, 874, 873, 872, 871, 870, 867, 864, 863, 862, 861, 554, 553, 860, 859, 856, 855, 854, 853, 852, 851, 850, 849, 848, 553, 553, 553, 847, 846, 845, 844, 843, 553, 553, 553, 553, 553, 553, 840, 839, 838, 837, 836, 835, 834, 833, 832, 831, 830, 829, 828, 827, 824, 823, 548, 557, 822, 821, 820, 819, 818, 560, 561, 561, 561, 561, 561, 561, 561, 557, 817, 816, 815, 814, 813, 812, 811, 810, 809, 600, 358, 808, 577, 358, 570, 358, 563, 358, 556, 358, 807, 548, 358, 541, 358, 806, 805, 804, 803, 802, 801, 800, 799, 562, 561, 798, 797, 796, 795, 794, 793, 792, 791, 790, 789, 788, 561, 561, 561, 787, 786, 497, 785, 784, 561, 561, 561, 561, 561, 561, 783, 782, 781, 780, 779, 778, 777, 776, 775, 774, 773, 772, 770, 769, 768, 767, 556, 564, 766, 765, 764, 763, 762, 567, 568, 568, 568, 568, 568, 568, 568, 564, 761, 760, 759, 758, 754, 750, 749, 748, 747, 746, 743, 742, 741, 740, 739, 738, 737, 736, 735, 734, 733, 732, 731, 730, 729, 726, 725, 724, 723, 722, 721, 718, 717, 569, 568, 716, 715, 714, 712, 711, 710, 709, 708, 707, 706, 705, 568, 568, 568, 704, 703, 702, 701, 700, 568, 568, 568, 568, 568, 568, 699, 698, 697, 696, 695, 694, 690, 686, 685, 684, 683, 682, 679, 678, 677, 676, 563, 571, 675, 674, 673, 672, 671, 574, 575, 575, 575, 575, 575, 575, 575, 571, 670, 669, 668, 667, 664, 663, 662, 661, 660, 659, 656, 655, 654, 653, 652, 649, 648, 647, 646, 364, 642, 641, 640, 639, 364, 633, 632, 629, 364, 628, 364, 613, 612, 576, 575, 611, 610, 609, 608, 607, 600, 364, 364, 364, 589, 577, 575, 575, 575, 570, 563, 556, 555, 548, 575, 575, 575, 575, 575, 575, 541, 540, 539, 538, 537, 536, 535, 534, 533, 532, 364, 364, 364, 516, 515, 514, 570, 578, 513, 512, 511, 510, 509, 581, 582, 582, 582, 582, 582, 582, 582, 578, 508, 507, 505, 504, 364, 497, 496, 495, 494, 491, 364, 484, 483, 482, 481, 479, 472, 471, 429, 364, 421, 421, 421, 416, 406, 405, 382, 379, 365, 364, 357, 357, 357, 583, 582, 2802, 100, 100, 100, 100, 100, 100, 2802, 2802, 2802, 2802, 582, 582, 582, 2802, 2802, 2802, 2802, 2802, 582, 582, 582, 582, 582, 582, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 577, 586, 587, 587, 587, 587, 587, 587, 587, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 588, 587, 587, 587, 587, 587, 587, 587, 587, 2802, 2802, 2802, 2802, 587, 587, 587, 2802, 2802, 2802, 2802, 2802, 587, 587, 587, 587, 587, 587, 592, 593, 593, 593, 593, 593, 593, 593, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 594, 593, 593, 593, 593, 593, 593, 593, 593, 2802, 2802, 2802, 2802, 593, 593, 593, 2802, 2802, 2802, 2802, 2802, 593, 593, 593, 593, 593, 593, 597, 598, 598, 598, 598, 598, 598, 598, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 599, 598, 598, 598, 598, 598, 598, 598, 598, 2802, 2802, 2802, 2802, 598, 598, 598, 2802, 2802, 2802, 2802, 2802, 598, 598, 598, 598, 598, 598, 601, 2802, 2802, 2802, 2802, 2802, 604, 605, 605, 605, 605, 605, 605, 605, 601, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 606, 605, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 605, 605, 605, 2802, 2802, 2802, 2802, 2802, 605, 605, 605, 605, 605, 605, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 600, 614, 2802, 2802, 614, 2802, 614, 614, 614, 614, 2802, 614, 614, 614, 614, 614, 614, 614, 614, 2802, 614, 614, 614, 2802, 2802, 2802, 2802, 2802, 2802, 614, 614, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 614, 616, 2802, 2802, 616, 2802, 616, 616, 616, 616, 2802, 616, 616, 616, 616, 616, 616, 616, 616, 2802, 616, 616, 616, 2802, 2802, 2802, 2802, 2802, 2802, 616, 616, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 616, 620, 621, 621, 621, 621, 621, 621, 621, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 622, 621, 621, 621, 621, 621, 621, 621, 621, 2802, 2802, 2802, 2802, 621, 621, 621, 2802, 2802, 2802, 2802, 2802, 621, 621, 621, 621, 621, 621, 625, 626, 626, 626, 626, 626, 626, 626, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 627, 626, 626, 626, 626, 626, 626, 626, 626, 2802, 2802, 2802, 2802, 626, 626, 626, 2802, 2802, 2802, 2802, 2802, 626, 626, 626, 626, 626, 626, 636, 637, 637, 637, 637, 637, 637, 637, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 638, 637, 637, 637, 637, 637, 637, 637, 637, 2802, 2802, 2802, 2802, 637, 637, 637, 2802, 2802, 2802, 2802, 2802, 637, 637, 637, 637, 637, 637, 358, 650, 2802, 358, 2802, 2802, 2802, 2802, 358, 358, 358, 358, 358, 358, 358, 358, 358, 358, 1187, 1188, 1189, 1190, 2802, 1191, 1192, 2802, 2802, 1193, 2802, 1194, 2802, 2802, 1195, 2802, 2802, 1196, 2802, 1197, 1258, 1259, 1260, 1261, 2802, 1262, 1263, 2802, 2802, 1264, 2802, 1265, 2802, 2802, 1266, 2802, 2802, 1267, 2802, 1268, 1987, 1988, 1989, 1990, 2802, 1991, 2802, 2802, 2802, 1992, 2802, 2802, 2802, 2802, 1993, 2802, 2802, 1994, 2802, 1995, 2067, 2068, 2069, 2070, 2802, 2071, 2802, 2802, 2802, 2072, 2802, 2802, 2802, 2802, 2073, 2802, 2802, 2074, 2802, 2075, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 216, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 222, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 243, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 268, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 287, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 293, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 299, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 320, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 331, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 342, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 358, 358, 2802, 358, 358, 358, 358, 358, 358, 358, 358, 358, 362, 2802, 2802, 362, 420, 2802, 2802, 420, 2802, 420, 420, 2802, 420, 420, 420, 420, 422, 422, 2802, 422, 422, 422, 422, 422, 422, 422, 422, 422, 485, 485, 2802, 485, 485, 485, 485, 485, 485, 485, 485, 485, 487, 487, 2802, 487, 487, 487, 487, 487, 487, 487, 487, 487, 498, 2802, 2802, 2802, 498, 498, 499, 2802, 2802, 499, 2802, 499, 499, 499, 499, 2802, 499, 499, 500, 500, 2802, 500, 500, 500, 500, 500, 500, 500, 500, 500, 506, 2802, 2802, 2802, 2802, 506, 506, 506, 506, 2802, 506, 506, 517, 2802, 2802, 517, 2802, 517, 517, 517, 517, 2802, 517, 517, 518, 518, 2802, 518, 518, 518, 518, 518, 518, 518, 518, 518, 522, 2802, 2802, 522, 2802, 522, 522, 522, 522, 2802, 522, 522, 523, 523, 2802, 523, 523, 523, 523, 523, 523, 523, 523, 523, 527, 2802, 2802, 527, 2802, 527, 527, 527, 527, 2802, 527, 527, 528, 528, 2802, 528, 528, 528, 528, 528, 528, 528, 528, 528, 541, 2802, 2802, 541, 541, 541, 541, 541, 541, 541, 541, 541, 543, 543, 2802, 543, 543, 543, 543, 543, 543, 543, 543, 543, 548, 2802, 2802, 548, 548, 548, 548, 548, 548, 548, 548, 548, 550, 550, 2802, 550, 550, 550, 550, 550, 550, 550, 550, 550, 556, 2802, 2802, 556, 556, 556, 556, 556, 556, 556, 556, 556, 558, 558, 2802, 558, 558, 558, 558, 558, 558, 558, 558, 558, 563, 2802, 2802, 563, 563, 563, 563, 563, 563, 563, 563, 563, 565, 565, 2802, 565, 565, 565, 565, 565, 565, 565, 565, 565, 570, 2802, 2802, 570, 570, 570, 570, 570, 570, 570, 570, 570, 572, 572, 2802, 572, 572, 572, 572, 572, 572, 572, 572, 572, 577, 2802, 2802, 577, 577, 577, 577, 577, 577, 577, 577, 577, 579, 579, 2802, 579, 579, 579, 579, 579, 579, 579, 579, 579, 584, 2802, 2802, 584, 2802, 584, 584, 584, 584, 2802, 584, 584, 585, 585, 2802, 585, 585, 585, 585, 585, 585, 585, 585, 585, 590, 2802, 2802, 590, 2802, 590, 590, 590, 590, 2802, 590, 590, 591, 591, 2802, 591, 591, 591, 591, 591, 591, 591, 591, 591, 595, 2802, 2802, 595, 2802, 595, 595, 595, 595, 2802, 595, 595, 596, 596, 2802, 596, 596, 596, 596, 596, 596, 596, 596, 596, 600, 2802, 2802, 600, 600, 600, 600, 600, 600, 600, 600, 600, 602, 602, 2802, 602, 602, 602, 602, 602, 602, 602, 602, 602, 615, 2802, 2802, 615, 2802, 615, 615, 2802, 615, 2802, 615, 615, 617, 2802, 2802, 617, 2802, 617, 617, 2802, 617, 2802, 617, 617, 618, 2802, 2802, 618, 2802, 618, 618, 618, 618, 2802, 618, 618, 619, 619, 2802, 619, 619, 619, 619, 619, 619, 619, 619, 619, 623, 2802, 2802, 623, 2802, 623, 623, 623, 623, 2802, 623, 623, 624, 624, 2802, 624, 624, 624, 624, 624, 624, 624, 624, 624, 634, 2802, 2802, 634, 2802, 634, 634, 634, 634, 2802, 634, 634, 635, 635, 2802, 635, 635, 635, 635, 635, 635, 635, 635, 635, 643, 643, 2802, 643, 2802, 643, 643, 644, 2802, 2802, 644, 2802, 644, 644, 644, 644, 644, 644, 644, 645, 645, 2802, 645, 645, 645, 645, 645, 645, 645, 645, 645, 650, 2802, 650, 650, 2802, 650, 650, 2802, 2802, 2802, 650, 650, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 358, 358, 2802, 358, 358, 358, 358, 358, 358, 358, 358, 358, 362, 2802, 2802, 362, 362, 2802, 362, 420, 2802, 2802, 420, 2802, 420, 420, 2802, 420, 420, 420, 420, 422, 422, 2802, 422, 422, 422, 422, 422, 422, 422, 422, 422, 485, 485, 2802, 485, 485, 485, 485, 485, 485, 485, 485, 485, 487, 487, 2802, 487, 487, 487, 487, 487, 487, 487, 487, 487, 498, 2802, 2802, 2802, 498, 498, 499, 2802, 2802, 499, 2802, 499, 499, 499, 499, 2802, 499, 499, 500, 500, 2802, 500, 500, 500, 500, 500, 500, 500, 500, 500, 506, 2802, 2802, 2802, 2802, 506, 506, 506, 506, 2802, 506, 506, 517, 2802, 2802, 517, 2802, 517, 517, 517, 517, 2802, 517, 517, 518, 518, 2802, 518, 518, 518, 518, 518, 518, 518, 518, 518, 522, 2802, 2802, 522, 2802, 522, 522, 522, 522, 2802, 522, 522, 523, 523, 2802, 523, 523, 523, 523, 523, 523, 523, 523, 523, 527, 2802, 2802, 527, 2802, 527, 527, 527, 527, 2802, 527, 527, 528, 528, 2802, 528, 528, 528, 528, 528, 528, 528, 528, 528, 541, 2802, 2802, 541, 541, 541, 541, 541, 541, 541, 541, 541, 542, 2802, 2802, 542, 542, 542, 542, 542, 542, 542, 542, 542, 543, 543, 2802, 543, 543, 543, 543, 543, 543, 543, 543, 543, 544, 544, 2802, 544, 544, 544, 544, 544, 544, 544, 544, 544, 548, 2802, 2802, 548, 548, 548, 548, 548, 548, 548, 548, 548, 549, 2802, 2802, 549, 549, 549, 549, 549, 549, 549, 549, 549, 550, 550, 2802, 550, 550, 550, 550, 550, 550, 550, 550, 550, 551, 551, 2802, 551, 551, 551, 551, 551, 551, 551, 551, 551, 556, 2802, 2802, 556, 556, 556, 556, 556, 556, 556, 556, 556, 557, 2802, 2802, 557, 557, 557, 557, 557, 557, 557, 557, 557, 558, 558, 2802, 558, 558, 558, 558, 558, 558, 558, 558, 558, 559, 559, 2802, 559, 559, 559, 559, 559, 559, 559, 559, 559, 563, 2802, 2802, 563, 563, 563, 563, 563, 563, 563, 563, 563, 564, 2802, 2802, 564, 564, 564, 564, 564, 564, 564, 564, 564, 565, 565, 2802, 565, 565, 565, 565, 565, 565, 565, 565, 565, 566, 566, 2802, 566, 566, 566, 566, 566, 566, 566, 566, 566, 570, 2802, 2802, 570, 570, 570, 570, 570, 570, 570, 570, 570, 571, 2802, 2802, 571, 571, 571, 571, 571, 571, 571, 571, 571, 572, 572, 2802, 572, 572, 572, 572, 572, 572, 572, 572, 572, 573, 573, 2802, 573, 573, 573, 573, 573, 573, 573, 573, 573, 577, 2802, 2802, 577, 577, 577, 577, 577, 577, 577, 577, 577, 578, 2802, 2802, 578, 578, 578, 578, 578, 578, 578, 578, 578, 579, 579, 2802, 579, 579, 579, 579, 579, 579, 579, 579, 579, 580, 580, 2802, 580, 580, 580, 580, 580, 580, 580, 580, 580, 584, 2802, 2802, 584, 2802, 584, 584, 584, 584, 2802, 584, 584, 585, 585, 2802, 585, 585, 585, 585, 585, 585, 585, 585, 585, 590, 2802, 2802, 590, 2802, 590, 590, 590, 590, 2802, 590, 590, 591, 591, 2802, 591, 591, 591, 591, 591, 591, 591, 591, 591, 595, 2802, 2802, 595, 2802, 595, 595, 595, 595, 2802, 595, 595, 596, 596, 2802, 596, 596, 596, 596, 596, 596, 596, 596, 596, 600, 2802, 2802, 600, 600, 600, 600, 600, 600, 600, 600, 600, 601, 2802, 2802, 601, 601, 601, 601, 601, 601, 601, 601, 601, 602, 602, 2802, 602, 602, 602, 602, 602, 602, 602, 602, 602, 603, 603, 2802, 603, 603, 603, 603, 603, 603, 603, 603, 603, 614, 2802, 2802, 614, 2802, 614, 614, 2802, 614, 2802, 614, 614, 615, 2802, 2802, 615, 2802, 615, 615, 2802, 615, 2802, 615, 615, 616, 2802, 2802, 616, 2802, 616, 616, 2802, 616, 2802, 616, 616, 617, 2802, 2802, 617, 2802, 617, 617, 2802, 617, 2802, 617, 617, 618, 2802, 2802, 618, 2802, 618, 618, 618, 618, 2802, 618, 618, 619, 619, 2802, 619, 619, 619, 619, 619, 619, 619, 619, 619, 623, 2802, 2802, 623, 2802, 623, 623, 623, 623, 2802, 623, 623, 624, 624, 2802, 624, 624, 624, 624, 624, 624, 624, 624, 624, 634, 2802, 2802, 634, 2802, 634, 634, 634, 634, 2802, 634, 634, 635, 635, 2802, 635, 635, 635, 635, 635, 635, 635, 635, 635, 643, 643, 2802, 643, 2802, 643, 643, 644, 2802, 2802, 644, 2802, 644, 644, 644, 644, 644, 644, 644, 645, 645, 2802, 645, 645, 645, 645, 645, 645, 645, 645, 645, 650, 2802, 650, 650, 2802, 650, 650, 2802, 2802, 2802, 650, 650, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 420, 2802, 2802, 420, 2802, 420, 420, 2802, 420, 420, 420, 420, 970, 970, 2802, 970, 970, 970, 970, 970, 970, 970, 970, 970, 1167, 1167, 2802, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1167, 1238, 1238, 2802, 1238, 1238, 1238, 1238, 1238, 1238, 1238, 1238, 1238, 1325, 2802, 2802, 1325, 2802, 1325, 1325, 1325, 1325, 1325, 1325, 1325, 1330, 2802, 2802, 1330, 2802, 1330, 1330, 1330, 1330, 1330, 1330, 1330, 1388, 1388, 2802, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1388, 1418, 1418, 2802, 1418, 1418, 1418, 1418, 1418, 1418, 1418, 1418, 1418, 1453, 1453, 2802, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1453, 1482, 2802, 2802, 1482, 2802, 1482, 1482, 2802, 1482, 2802, 1482, 1482, 1505, 1505, 2802, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1505, 1570, 1570, 2802, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1570, 1629, 1629, 2802, 1629, 1629, 1629, 1629, 1629, 1629, 1629, 1629, 1629, 1634, 1634, 2802, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 1634, 2172, 2172, 2802, 2172, 2172, 2172, 2172, 2172, 2172, 2172, 2172, 2172, 2241, 2241, 2802, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2241, 2314, 2314, 2802, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2314, 2379, 2379, 2802, 2379, 2379, 2379, 2379, 2379, 2379, 2379, 2379, 2379, 2405, 2405, 2802, 2405, 2405, 2405, 2405, 2405, 2405, 2405, 2405, 2405, 2441, 2441, 2802, 2441, 2441, 2441, 2441, 2441, 2441, 2441, 2441, 2441, 2455, 2455, 2802, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2491, 2491, 2802, 2491, 2491, 2491, 2491, 2491, 2491, 2491, 2491, 2491, 2507, 2507, 2802, 2507, 2507, 2507, 2507, 2507, 2507, 2507, 2507, 2507, 2541, 2541, 2802, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2541, 2550, 2550, 2802, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2550, 2584, 2584, 2802, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 2584, 99, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802 } ; static yyconst flex_int16_t yy_chk[7302] = { 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, 2, 5, 9, 2, 10, 37, 937, 15, 5, 21, 22, 101, 39, 29, 101, 9, 9, 10, 10, 105, 105, 15, 15, 15, 39, 21, 22, 15, 37, 40, 2, 2, 29, 9, 37, 10, 2, 15, 939, 21, 22, 40, 29, 2, 29, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 67, 16, 4, 6, 123, 41, 6, 30, 42, 125, 49, 137, 106, 123, 38, 16, 16, 16, 125, 50, 137, 16, 41, 67, 41, 42, 30, 42, 68, 4, 4, 16, 49, 6, 6, 4, 30, 38, 30, 6, 43, 50, 4, 38, 4, 4, 6, 69, 6, 6, 7, 68, 124, 7, 106, 97, 43, 120, 120, 185, 70, 69, 185, 7, 7, 7, 7, 97, 124, 43, 43, 69, 136, 43, 70, 7, 7, 7, 7, 7, 7, 7, 7, 7, 70, 7, 7, 7, 136, 7, 44, 7, 7, 7, 7, 7, 127, 681, 7, 13, 13, 127, 13, 25, 13, 155, 44, 155, 13, 13, 13, 13, 13, 13, 13, 13, 25, 26, 128, 44, 44, 25, 681, 44, 83, 25, 13, 25, 157, 25, 26, 25, 128, 157, 25, 26, 83, 98, 83, 26, 71, 26, 161, 26, 83, 26, 142, 142, 26, 98, 83, 161, 13, 14, 14, 72, 14, 71, 14, 93, 71, 115, 14, 14, 14, 14, 14, 14, 14, 14, 71, 71, 72, 115, 87, 72, 84, 116, 116, 93, 14, 153, 93, 93, 116, 72, 72, 93, 84, 192, 84, 941, 114, 153, 87, 114, 84, 192, 114, 114, 158, 158, 84, 87, 87, 87, 14, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 19, 19, 88, 19, 942, 19, 94, 118, 162, 19, 19, 19, 19, 19, 19, 19, 19, 19, 165, 118, 118, 118, 88, 165, 162, 328, 94, 19, 328, 94, 94, 88, 88, 88, 94, 107, 107, 107, 107, 107, 107, 107, 107, 154, 154, 122, 121, 121, 166, 122, 154, 121, 944, 19, 20, 20, 121, 20, 122, 20, 945, 121, 166, 20, 20, 20, 20, 20, 20, 20, 20, 20, 113, 160, 126, 946, 141, 160, 126, 141, 113, 20, 113, 133, 141, 113, 160, 126, 163, 113, 126, 133, 134, 133, 174, 134, 133, 163, 134, 134, 133, 172, 343, 174, 947, 343, 172, 20, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 31, 31, 387, 31, 132, 31, 387, 132, 949, 31, 31, 31, 31, 31, 31, 31, 31, 31, 156, 152, 138, 813, 152, 813, 138, 152, 152, 31, 951, 151, 156, 156, 156, 138, 132, 132, 138, 151, 171, 151, 132, 171, 151, 876, 171, 171, 151, 132, 243, 132, 132, 366, 361, 31, 32, 32, 876, 32, 356, 32, 366, 356, 243, 32, 32, 32, 32, 32, 32, 32, 32, 32, 144, 144, 144, 144, 144, 144, 144, 144, 164, 32, 159, 159, 164, 173, 175, 159, 198, 248, 175, 198, 159, 164, 361, 217, 164, 159, 217, 175, 453, 173, 175, 248, 453, 198, 953, 32, 33, 33, 647, 33, 217, 33, 177, 179, 647, 33, 33, 33, 33, 33, 33, 33, 33, 33, 170, 177, 179, 430, 177, 179, 373, 373, 170, 33, 170, 954, 430, 170, 437, 437, 955, 170, 188, 188, 188, 188, 188, 188, 188, 188, 200, 200, 200, 200, 200, 200, 200, 200, 956, 33, 34, 34, 688, 34, 486, 34, 957, 486, 958, 34, 34, 34, 34, 34, 34, 34, 34, 34, 219, 219, 219, 219, 219, 219, 219, 219, 223, 34, 879, 223, 225, 225, 225, 225, 225, 225, 225, 225, 249, 229, 879, 688, 229, 223, 231, 231, 231, 231, 231, 231, 231, 231, 249, 34, 35, 35, 229, 35, 244, 35, 247, 244, 247, 35, 35, 35, 35, 35, 35, 35, 35, 35, 254, 256, 250, 244, 247, 250, 253, 257, 253, 35, 257, 260, 261, 260, 254, 256, 262, 263, 267, 250, 263, 690, 253, 960, 257, 690, 261, 260, 268, 273, 262, 892, 267, 961, 263, 35, 36, 36, 266, 36, 266, 36, 268, 273, 892, 36, 36, 36, 36, 36, 36, 36, 36, 36, 266, 269, 274, 272, 269, 272, 278, 275, 278, 36, 275, 279, 281, 299, 288, 281, 274, 288, 269, 272, 304, 943, 278, 294, 275, 279, 294, 299, 303, 281, 303, 288, 962, 943, 304, 36, 45, 45, 754, 45, 294, 45, 754, 963, 303, 45, 45, 45, 45, 45, 45, 45, 45, 45, 283, 283, 283, 283, 283, 283, 283, 283, 745, 45, 290, 290, 290, 290, 290, 290, 290, 290, 296, 296, 296, 296, 296, 296, 296, 296, 300, 315, 541, 300, 315, 645, 964, 745, 645, 45, 46, 46, 752, 46, 966, 46, 541, 300, 315, 46, 46, 46, 46, 46, 46, 46, 46, 46, 317, 317, 317, 317, 317, 317, 317, 317, 321, 46, 967, 321, 323, 323, 323, 323, 323, 323, 323, 323, 548, 332, 968, 752, 332, 321, 334, 334, 334, 334, 334, 334, 334, 334, 548, 46, 47, 47, 332, 47, 665, 47, 971, 665, 972, 47, 47, 47, 47, 47, 47, 47, 47, 47, 362, 362, 362, 362, 362, 362, 362, 362, 393, 47, 395, 417, 970, 395, 973, 461, 422, 393, 461, 422, 417, 940, 874, 393, 422, 407, 417, 395, 407, 459, 727, 970, 461, 727, 940, 47, 48, 48, 459, 48, 500, 48, 779, 500, 459, 48, 48, 48, 48, 48, 48, 48, 48, 48, 974, 407, 407, 500, 779, 874, 938, 407, 977, 48, 518, 847, 556, 518, 407, 847, 407, 407, 427, 427, 427, 427, 427, 427, 427, 427, 556, 518, 563, 476, 864, 965, 965, 979, 864, 48, 51, 51, 476, 51, 981, 51, 563, 938, 476, 51, 51, 51, 51, 51, 51, 51, 51, 51, 489, 489, 489, 489, 489, 489, 489, 489, 982, 51, 502, 502, 502, 502, 502, 502, 502, 502, 520, 520, 520, 520, 520, 520, 520, 520, 523, 528, 570, 523, 528, 984, 985, 986, 910, 51, 52, 52, 910, 52, 987, 52, 570, 523, 528, 52, 52, 52, 52, 52, 52, 52, 52, 52, 525, 525, 525, 525, 525, 525, 525, 525, 577, 52, 530, 530, 530, 530, 530, 530, 530, 530, 600, 991, 992, 543, 577, 550, 543, 558, 550, 565, 558, 928, 565, 983, 600, 928, 993, 52, 53, 53, 543, 53, 550, 53, 558, 994, 565, 53, 53, 53, 53, 53, 53, 53, 53, 53, 572, 579, 585, 572, 579, 585, 983, 995, 996, 53, 997, 591, 596, 602, 591, 596, 602, 572, 579, 585, 587, 587, 587, 587, 587, 587, 587, 587, 591, 596, 602, 950, 998, 999, 1000, 53, 54, 54, 1003, 54, 1004, 54, 1005, 1007, 950, 54, 54, 54, 54, 54, 54, 54, 54, 54, 593, 593, 593, 593, 593, 593, 593, 593, 1008, 54, 598, 598, 598, 598, 598, 598, 598, 598, 1009, 1010, 1011, 619, 1012, 1013, 619, 621, 621, 621, 621, 621, 621, 621, 621, 1015, 1016, 54, 55, 55, 619, 55, 624, 55, 1017, 624, 1018, 55, 55, 55, 55, 55, 55, 55, 55, 55, 1020, 635, 1022, 624, 635, 1023, 1025, 1026, 1027, 55, 626, 626, 626, 626, 626, 626, 626, 626, 635, 637, 637, 637, 637, 637, 637, 637, 637, 1001, 1001, 1001, 1001, 1021, 1028, 1029, 1030, 55, 56, 56, 1031, 56, 1021, 56, 1032, 1033, 1001, 56, 56, 56, 56, 56, 56, 56, 56, 56, 1002, 1002, 1002, 1002, 1034, 1035, 1036, 1037, 1039, 56, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1002, 1047, 1048, 1049, 1050, 1051, 1052, 1051, 1053, 1051, 1054, 1056, 1057, 1059, 1051, 1061, 1060, 1062, 56, 57, 57, 1066, 57, 1067, 57, 1060, 1069, 1070, 57, 57, 57, 57, 57, 57, 57, 57, 57, 1071, 1063, 1063, 1063, 1063, 1064, 1064, 1064, 1064, 57, 1072, 1073, 1065, 1074, 1075, 1065, 1077, 1062, 1063, 1065, 1065, 1078, 1064, 1079, 1080, 1081, 1083, 1084, 1085, 1086, 1088, 1089, 1090, 1091, 1092, 57, 58, 58, 1093, 58, 1094, 58, 1095, 1096, 1097, 58, 58, 58, 58, 58, 58, 58, 58, 58, 1098, 1099, 1100, 1102, 1103, 1104, 1105, 1106, 1107, 58, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1116, 1114, 1117, 1114, 1118, 1120, 1119, 1121, 1114, 1122, 1123, 1124, 1125, 1126, 1127, 1129, 1130, 1132, 58, 59, 59, 1133, 59, 1134, 59, 1135, 1136, 1138, 59, 59, 59, 59, 59, 59, 59, 59, 59, 1139, 1137, 1140, 1141, 1142, 59, 1119, 1143, 1144, 59, 1137, 1145, 1146, 1147, 1148, 1150, 1151, 1144, 1152, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1152, 1162, 1167, 1168, 1169, 1170, 1172, 1173, 1174, 59, 60, 60, 1175, 60, 1176, 60, 1177, 1174, 1178, 60, 60, 60, 60, 60, 60, 60, 60, 60, 1163, 1163, 1163, 1163, 1179, 60, 1180, 1181, 1182, 60, 1165, 1165, 1165, 1165, 1184, 1185, 1186, 1163, 1187, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1165, 1195, 1196, 1197, 1190, 1198, 1199, 1200, 60, 61, 61, 1201, 61, 1203, 61, 1196, 1204, 1205, 61, 61, 61, 61, 61, 61, 61, 61, 61, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1214, 1215, 61, 1216, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1230, 1232, 1238, 1239, 1240, 1231, 1241, 1233, 1243, 1244, 1246, 1245, 1247, 61, 62, 62, 1248, 62, 1249, 62, 1245, 1250, 1251, 62, 62, 62, 62, 62, 62, 62, 62, 62, 1252, 1231, 1233, 1234, 1234, 1234, 1234, 1254, 1256, 62, 1231, 1236, 1236, 1236, 1236, 1233, 1257, 1258, 1258, 1259, 1234, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1236, 1267, 1268, 1261, 1269, 1270, 1271, 62, 63, 63, 1272, 63, 1274, 63, 1267, 1275, 1276, 63, 63, 63, 63, 63, 63, 63, 63, 63, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1285, 1286, 63, 1287, 1288, 1289, 1290, 1288, 1291, 1292, 1293, 1294, 1288, 1295, 1296, 1297, 1299, 1300, 1301, 1302, 1298, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 63, 64, 64, 1310, 64, 1312, 64, 1313, 1314, 1315, 64, 64, 64, 64, 64, 64, 64, 64, 64, 1317, 1298, 1318, 1319, 1320, 1322, 1324, 1326, 1327, 64, 1298, 1328, 1329, 1331, 1332, 1333, 1335, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1339, 1348, 1350, 1351, 1352, 1354, 1355, 1356, 64, 65, 65, 1357, 65, 1358, 65, 1359, 1360, 1361, 65, 65, 65, 65, 65, 65, 65, 65, 65, 1353, 1362, 1363, 1364, 1365, 1353, 1366, 1367, 1368, 65, 1369, 1370, 1371, 1353, 1372, 1373, 1376, 1378, 1379, 1380, 1381, 1382, 1383, 1365, 1384, 1385, 1386, 1387, 1388, 1388, 1389, 1391, 1392, 1393, 1394, 65, 66, 66, 1395, 66, 1396, 66, 1397, 1398, 1399, 66, 66, 66, 66, 66, 66, 66, 66, 66, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 66, 1404, 1412, 1413, 1414, 1415, 1416, 1414, 1417, 1419, 1420, 1421, 1414, 1422, 1419, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1419, 1431, 1432, 1433, 66, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 73, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 79, 79, 1400, 79, 1401, 79, 1430, 1434, 1435, 79, 79, 79, 79, 79, 79, 79, 79, 79, 1436, 1437, 1438, 1441, 1443, 1444, 1445, 1430, 1446, 79, 1447, 1400, 1448, 1401, 1449, 1450, 1451, 1452, 1453, 1453, 1454, 1456, 1457, 1458, 1400, 1459, 1401, 1460, 1461, 1462, 1463, 1465, 1466, 1468, 1469, 79, 80, 80, 1471, 80, 1472, 80, 1474, 1475, 1477, 80, 80, 80, 80, 80, 80, 80, 80, 80, 1478, 1480, 1480, 1481, 1483, 1485, 1486, 1487, 1488, 80, 1489, 1490, 1491, 1493, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1507, 1508, 1508, 1508, 1508, 1509, 1510, 1511, 1508, 1512, 80, 81, 81, 1514, 81, 1515, 81, 1517, 1508, 1518, 81, 81, 81, 81, 81, 81, 81, 81, 81, 1513, 1513, 1513, 1513, 1516, 81, 1519, 1513, 1520, 81, 1516, 1521, 1522, 1523, 1524, 1525, 1526, 1513, 1527, 1530, 1531, 1532, 1530, 1533, 1534, 1535, 1530, 1536, 1538, 1540, 1541, 1544, 1545, 1546, 1548, 81, 82, 82, 1549, 82, 1550, 82, 1551, 1552, 1553, 82, 82, 82, 82, 82, 82, 82, 82, 82, 1554, 1543, 1547, 1555, 1543, 82, 1556, 1557, 1547, 82, 1543, 1543, 1547, 1558, 1559, 1560, 1561, 1562, 1547, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1572, 1574, 1575, 1576, 1578, 1579, 1581, 1580, 82, 85, 85, 1582, 85, 1580, 85, 1583, 1584, 1585, 85, 85, 85, 85, 85, 85, 85, 85, 85, 1573, 1573, 1573, 1573, 1586, 1587, 1588, 1573, 1589, 85, 1590, 1577, 1577, 1577, 1577, 1591, 1594, 1573, 1577, 1594, 1595, 1596, 1597, 1594, 1598, 1599, 1600, 1602, 1577, 1604, 1605, 1608, 1609, 1610, 1612, 85, 86, 86, 1613, 86, 1614, 86, 1615, 1616, 1617, 86, 86, 86, 86, 86, 86, 86, 86, 86, 1618, 1607, 1611, 1619, 1607, 1621, 1622, 1623, 1611, 86, 1607, 1607, 1611, 1624, 1626, 1627, 1629, 1633, 1611, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1647, 1649, 1650, 1651, 1652, 1653, 86, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 91, 91, 1658, 91, 1659, 91, 1660, 1666, 1667, 91, 91, 91, 91, 91, 91, 91, 91, 91, 1648, 1668, 1648, 1655, 1655, 1655, 1655, 1656, 1648, 91, 1662, 1662, 1662, 1662, 1669, 1656, 1670, 1656, 1671, 1670, 1655, 1656, 1672, 1656, 1656, 1656, 1656, 1662, 1670, 1673, 1674, 1675, 1676, 1677, 1678, 91, 92, 92, 1679, 92, 1680, 92, 1681, 1682, 1683, 92, 92, 92, 92, 92, 92, 92, 92, 92, 1663, 1686, 1687, 1688, 1689, 1690, 1692, 1693, 1663, 92, 1663, 1694, 1695, 1696, 1663, 1697, 1698, 1663, 1663, 1663, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 92, 95, 95, 1714, 95, 1715, 95, 1716, 1719, 95, 95, 95, 95, 95, 95, 95, 95, 95, 95, 1720, 1721, 1720, 1722, 1723, 1724, 1725, 1728, 1720, 95, 1727, 1727, 1727, 1727, 1730, 1728, 1731, 1728, 1732, 1737, 1738, 1728, 1739, 1728, 1728, 1728, 1728, 1727, 1740, 1742, 1741, 1743, 1744, 1741, 1745, 95, 96, 96, 1746, 96, 1747, 96, 1741, 1748, 96, 96, 96, 96, 96, 96, 96, 96, 96, 96, 1733, 1733, 1733, 1733, 1734, 1749, 1750, 1751, 1752, 96, 1753, 1754, 1734, 1757, 1734, 1758, 1759, 1733, 1734, 1760, 1761, 1734, 1734, 1734, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 96, 143, 143, 143, 143, 143, 143, 143, 143, 143, 1774, 1775, 1776, 1777, 1778, 1779, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1789, 1791, 1792, 1793, 1794, 1796, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1809, 1810, 1811, 1812, 1813, 1814, 143, 187, 187, 187, 187, 187, 187, 187, 187, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1829, 1830, 1831, 1832, 1833, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 187, 199, 199, 199, 199, 199, 199, 199, 199, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1886, 1887, 199, 218, 218, 218, 218, 218, 218, 218, 218, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1906, 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 218, 224, 224, 224, 224, 224, 224, 224, 224, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1948, 1949, 1950, 1951, 1952, 1954, 1955, 1956, 1957, 1959, 1960, 224, 230, 230, 230, 230, 230, 230, 230, 230, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 230, 245, 1996, 1994, 1990, 1997, 1998, 245, 245, 245, 245, 245, 245, 245, 245, 245, 1994, 1999, 2000, 2002, 2003, 2004, 2007, 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 2018, 2020, 2021, 2022, 2023, 2025, 2026, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2037, 245, 251, 2039, 2040, 2041, 2042, 2043, 251, 251, 251, 251, 251, 251, 251, 251, 251, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2075, 2076, 2077, 251, 258, 2070, 2074, 2078, 2079, 2080, 258, 258, 258, 258, 258, 258, 258, 258, 258, 2074, 2082, 2083, 2084, 2087, 2089, 2090, 2091, 2092, 2094, 2095, 2092, 2096, 2097, 2098, 2100, 2092, 2101, 2102, 2103, 2105, 2106, 2106, 2107, 2108, 2092, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 258, 264, 2117, 2120, 2121, 2122, 2123, 264, 264, 264, 264, 264, 264, 264, 264, 264, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2132, 2133, 2134, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 264, 270, 2160, 2161, 2162, 2163, 2164, 270, 270, 270, 270, 270, 270, 270, 270, 270, 2165, 2166, 2167, 2168, 2169, 2171, 2172, 2165, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 270, 276, 2199, 2201, 2202, 2203, 2205, 276, 276, 276, 276, 276, 276, 276, 276, 276, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2235, 2236, 2237, 2238, 2240, 2243, 276, 282, 282, 282, 282, 282, 282, 282, 282, 2234, 2241, 2242, 2244, 2241, 2242, 2245, 2234, 2246, 2241, 2242, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2241, 2242, 2254, 2255, 2256, 2257, 2258, 2260, 2261, 2262, 2266, 2267, 2269, 2270, 2271, 2272, 282, 289, 289, 289, 289, 289, 289, 289, 289, 2273, 2274, 2275, 2277, 2278, 2280, 2281, 2282, 2283, 2285, 2286, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2303, 2304, 2307, 2308, 2309, 2310, 2313, 2314, 2315, 2316, 2317, 289, 295, 295, 295, 295, 295, 295, 295, 295, 2319, 2320, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2337, 2340, 2342, 2343, 2345, 2337, 2346, 2347, 2348, 2350, 2351, 2353, 2354, 2355, 2337, 295, 301, 2356, 2357, 2358, 2359, 2360, 301, 301, 301, 301, 301, 301, 301, 301, 301, 2361, 2362, 2363, 2364, 2368, 2369, 2372, 2373, 2374, 2375, 2378, 2379, 2380, 2381, 2379, 2380, 2382, 2384, 2385, 2379, 2380, 2387, 2386, 2388, 2389, 2386, 2390, 2391, 2379, 2380, 2386, 2392, 2393, 301, 312, 2394, 2395, 312, 2397, 312, 312, 312, 312, 2398, 312, 312, 312, 312, 312, 312, 312, 312, 2399, 312, 312, 312, 2400, 2402, 2403, 2404, 2405, 2406, 312, 312, 2407, 2408, 2409, 2411, 2412, 2413, 2414, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2423, 2426, 2427, 2428, 2429, 2430, 2432, 312, 313, 2423, 2433, 313, 2434, 313, 313, 313, 313, 2436, 313, 313, 313, 313, 313, 313, 313, 313, 2437, 313, 313, 313, 2439, 2440, 2441, 2442, 2441, 2444, 313, 313, 2447, 2448, 2450, 2441, 2451, 2452, 2453, 2454, 2457, 2458, 2459, 2461, 2462, 2463, 2464, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2474, 2475, 313, 316, 316, 316, 316, 316, 316, 316, 316, 2455, 2456, 2473, 2455, 2456, 2473, 2476, 2477, 2455, 2456, 2478, 2479, 2480, 2482, 2473, 2483, 2484, 2455, 2456, 2486, 2487, 2489, 2490, 2491, 2492, 2491, 2494, 2497, 2498, 2500, 2501, 2502, 2491, 2504, 316, 322, 322, 322, 322, 322, 322, 322, 322, 2493, 2505, 2506, 2493, 2507, 2508, 2509, 2510, 2493, 2511, 2513, 2514, 2515, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2525, 2518, 2526, 2527, 2528, 2529, 2530, 2531, 2533, 2534, 2536, 2537, 2538, 2539, 322, 333, 333, 333, 333, 333, 333, 333, 333, 2540, 2541, 2541, 2543, 2544, 2545, 2547, 2548, 2549, 2550, 2551, 2552, 2550, 2551, 2553, 2554, 2556, 2550, 2551, 2557, 2558, 2560, 2561, 2562, 2563, 2564, 2550, 2551, 2565, 2561, 2566, 2568, 2569, 2570, 333, 352, 352, 2571, 352, 2572, 2573, 2574, 2576, 352, 352, 352, 352, 352, 352, 352, 352, 352, 352, 426, 426, 426, 426, 426, 426, 426, 426, 2577, 2579, 2580, 2581, 2582, 2583, 2584, 2584, 2586, 2587, 2588, 2590, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2611, 2613, 2614, 2615, 2616, 2617, 2618, 426, 428, 428, 428, 428, 428, 428, 428, 428, 2619, 2620, 2622, 2623, 428, 428, 428, 2624, 2625, 2626, 2627, 2629, 428, 428, 428, 428, 428, 428, 488, 488, 488, 488, 488, 488, 488, 488, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2647, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2658, 2659, 2660, 2661, 2662, 2663, 2667, 2670, 2672, 2673, 2674, 488, 490, 490, 490, 490, 490, 490, 490, 490, 2675, 2676, 2677, 2678, 490, 490, 490, 2679, 2680, 2681, 2682, 2683, 490, 490, 490, 490, 490, 490, 501, 501, 501, 501, 501, 501, 501, 501, 2684, 2687, 2688, 2689, 2691, 2692, 2697, 2700, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2717, 2718, 2719, 2721, 2722, 2724, 2726, 2729, 2730, 2734, 2737, 2738, 2739, 501, 503, 503, 503, 503, 503, 503, 503, 503, 2741, 2742, 2744, 2747, 503, 503, 503, 2748, 2752, 2755, 2756, 2757, 503, 503, 503, 503, 503, 503, 519, 519, 519, 519, 519, 519, 519, 519, 2759, 2761, 2762, 2765, 2767, 2768, 2770, 2771, 2774, 2776, 2777, 2778, 2779, 2781, 2783, 2784, 2786, 2789, 2790, 2792, 2793, 2794, 2796, 2798, 2799, 936, 935, 934, 933, 932, 930, 929, 926, 925, 519, 521, 521, 521, 521, 521, 521, 521, 521, 924, 923, 922, 920, 521, 521, 521, 919, 918, 917, 916, 915, 521, 521, 521, 521, 521, 521, 524, 524, 524, 524, 524, 524, 524, 524, 914, 913, 912, 909, 908, 907, 906, 905, 904, 903, 902, 901, 900, 899, 897, 896, 895, 894, 893, 891, 889, 888, 887, 886, 885, 884, 883, 882, 881, 880, 878, 877, 875, 873, 524, 526, 526, 526, 526, 526, 526, 526, 526, 872, 871, 870, 869, 526, 526, 526, 868, 866, 865, 862, 861, 526, 526, 526, 526, 526, 526, 529, 529, 529, 529, 529, 529, 529, 529, 860, 859, 858, 856, 855, 854, 853, 852, 851, 850, 849, 846, 845, 844, 843, 842, 841, 840, 839, 838, 837, 836, 834, 833, 832, 831, 830, 828, 827, 826, 825, 822, 821, 820, 529, 531, 531, 531, 531, 531, 531, 531, 531, 819, 818, 816, 812, 531, 531, 531, 811, 810, 809, 808, 807, 531, 531, 531, 531, 531, 531, 545, 806, 805, 804, 802, 801, 545, 545, 545, 545, 545, 545, 545, 545, 545, 799, 798, 797, 796, 795, 794, 793, 791, 790, 789, 788, 787, 786, 785, 784, 783, 782, 781, 780, 778, 777, 776, 775, 774, 773, 772, 771, 770, 769, 768, 765, 764, 763, 545, 547, 762, 761, 760, 759, 758, 757, 756, 755, 753, 751, 750, 547, 547, 547, 749, 748, 747, 746, 744, 547, 547, 547, 547, 547, 547, 743, 742, 741, 740, 739, 738, 737, 736, 735, 734, 733, 732, 731, 730, 728, 726, 547, 552, 725, 724, 723, 722, 721, 552, 552, 552, 552, 552, 552, 552, 552, 552, 720, 719, 718, 717, 716, 715, 714, 713, 712, 711, 710, 709, 708, 707, 706, 705, 704, 701, 700, 699, 698, 697, 696, 695, 694, 693, 692, 691, 689, 687, 686, 685, 684, 552, 554, 683, 682, 680, 679, 678, 677, 676, 675, 674, 673, 672, 554, 554, 554, 671, 670, 669, 668, 666, 554, 554, 554, 554, 554, 554, 664, 663, 662, 661, 660, 659, 658, 657, 656, 655, 654, 653, 649, 648, 642, 641, 554, 560, 640, 633, 632, 631, 630, 560, 560, 560, 560, 560, 560, 560, 560, 560, 629, 628, 613, 612, 611, 610, 609, 608, 607, 605, 603, 589, 582, 580, 575, 573, 568, 566, 561, 559, 555, 553, 551, 546, 544, 540, 539, 538, 537, 536, 535, 534, 533, 560, 562, 532, 516, 515, 514, 513, 512, 511, 510, 509, 508, 507, 562, 562, 562, 505, 504, 498, 496, 495, 562, 562, 562, 562, 562, 562, 494, 493, 492, 491, 484, 483, 482, 481, 480, 479, 478, 477, 475, 474, 473, 472, 562, 567, 471, 470, 469, 467, 466, 567, 567, 567, 567, 567, 567, 567, 567, 567, 465, 464, 463, 462, 460, 458, 457, 456, 455, 454, 452, 451, 450, 449, 448, 447, 446, 445, 444, 443, 442, 441, 440, 439, 438, 436, 435, 434, 433, 432, 431, 429, 424, 567, 569, 423, 419, 418, 416, 415, 414, 413, 412, 411, 410, 409, 569, 569, 569, 408, 406, 405, 404, 403, 569, 569, 569, 569, 569, 569, 401, 400, 399, 398, 397, 396, 394, 392, 391, 390, 389, 388, 386, 385, 384, 383, 569, 574, 382, 381, 380, 379, 378, 574, 574, 574, 574, 574, 574, 574, 574, 574, 377, 376, 375, 374, 372, 371, 370, 369, 368, 367, 365, 360, 359, 355, 353, 349, 348, 347, 346, 344, 340, 339, 338, 337, 335, 330, 329, 327, 325, 324, 318, 311, 310, 574, 576, 309, 308, 307, 306, 305, 302, 297, 291, 285, 284, 277, 576, 576, 576, 271, 265, 259, 255, 252, 576, 576, 576, 576, 576, 576, 246, 242, 241, 240, 239, 238, 237, 236, 235, 234, 232, 226, 220, 215, 214, 213, 576, 581, 212, 211, 210, 209, 208, 581, 581, 581, 581, 581, 581, 581, 581, 581, 207, 206, 204, 203, 201, 196, 195, 194, 193, 191, 189, 183, 182, 181, 178, 176, 168, 167, 150, 149, 148, 146, 140, 135, 130, 129, 119, 117, 112, 111, 110, 108, 103, 581, 583, 99, 76, 75, 28, 27, 12, 11, 0, 0, 0, 0, 583, 583, 583, 0, 0, 0, 0, 0, 583, 583, 583, 583, 583, 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 583, 586, 586, 586, 586, 586, 586, 586, 586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 586, 588, 588, 588, 588, 588, 588, 588, 588, 0, 0, 0, 0, 588, 588, 588, 0, 0, 0, 0, 0, 588, 588, 588, 588, 588, 588, 592, 592, 592, 592, 592, 592, 592, 592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 592, 594, 594, 594, 594, 594, 594, 594, 594, 0, 0, 0, 0, 594, 594, 594, 0, 0, 0, 0, 0, 594, 594, 594, 594, 594, 594, 597, 597, 597, 597, 597, 597, 597, 597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 597, 599, 599, 599, 599, 599, 599, 599, 599, 0, 0, 0, 0, 599, 599, 599, 0, 0, 0, 0, 0, 599, 599, 599, 599, 599, 599, 604, 0, 0, 0, 0, 0, 604, 604, 604, 604, 604, 604, 604, 604, 604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 604, 606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 606, 606, 606, 0, 0, 0, 0, 0, 606, 606, 606, 606, 606, 606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 606, 615, 0, 0, 615, 0, 615, 615, 615, 615, 0, 615, 615, 615, 615, 615, 615, 615, 615, 0, 615, 615, 615, 0, 0, 0, 0, 0, 0, 615, 615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 615, 617, 0, 0, 617, 0, 617, 617, 617, 617, 0, 617, 617, 617, 617, 617, 617, 617, 617, 0, 617, 617, 617, 0, 0, 0, 0, 0, 0, 617, 617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 617, 620, 620, 620, 620, 620, 620, 620, 620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 620, 622, 622, 622, 622, 622, 622, 622, 622, 0, 0, 0, 0, 622, 622, 622, 0, 0, 0, 0, 0, 622, 622, 622, 622, 622, 622, 625, 625, 625, 625, 625, 625, 625, 625, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 625, 627, 627, 627, 627, 627, 627, 627, 627, 0, 0, 0, 0, 627, 627, 627, 0, 0, 0, 0, 0, 627, 627, 627, 627, 627, 627, 636, 636, 636, 636, 636, 636, 636, 636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 636, 638, 638, 638, 638, 638, 638, 638, 638, 0, 0, 0, 0, 638, 638, 638, 0, 0, 0, 0, 0, 638, 638, 638, 638, 638, 638, 651, 651, 0, 651, 0, 0, 0, 0, 651, 651, 651, 651, 651, 651, 651, 651, 651, 651, 1024, 1024, 1024, 1024, 0, 1024, 1024, 0, 0, 1024, 0, 1024, 0, 0, 1024, 0, 0, 1024, 0, 1024, 1087, 1087, 1087, 1087, 0, 1087, 1087, 0, 0, 1087, 0, 1087, 0, 0, 1087, 0, 0, 1087, 0, 1087, 1828, 1828, 1828, 1828, 0, 1828, 0, 0, 0, 1828, 0, 0, 0, 0, 1828, 0, 0, 1828, 0, 1828, 1905, 1905, 1905, 1905, 0, 1905, 0, 0, 0, 1905, 0, 0, 0, 0, 1905, 0, 0, 1905, 0, 1905, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2803, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2804, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2805, 2806, 2806, 2806, 2806, 2806, 2806, 2806, 2806, 2806, 2806, 2806, 2806, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2807, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2808, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2809, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2810, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2811, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2812, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2813, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2814, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2815, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2816, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2817, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2818, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2819, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2820, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2821, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2822, 2823, 2823, 0, 2823, 2823, 2823, 2823, 2823, 2823, 2823, 2823, 2823, 2824, 0, 0, 2824, 2825, 0, 0, 2825, 0, 2825, 2825, 0, 2825, 2825, 2825, 2825, 2826, 2826, 0, 2826, 2826, 2826, 2826, 2826, 2826, 2826, 2826, 2826, 2827, 2827, 0, 2827, 2827, 2827, 2827, 2827, 2827, 2827, 2827, 2827, 2828, 2828, 0, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2828, 2829, 0, 0, 0, 2829, 2829, 2830, 0, 0, 2830, 0, 2830, 2830, 2830, 2830, 0, 2830, 2830, 2831, 2831, 0, 2831, 2831, 2831, 2831, 2831, 2831, 2831, 2831, 2831, 2832, 0, 0, 0, 0, 2832, 2832, 2832, 2832, 0, 2832, 2832, 2833, 0, 0, 2833, 0, 2833, 2833, 2833, 2833, 0, 2833, 2833, 2834, 2834, 0, 2834, 2834, 2834, 2834, 2834, 2834, 2834, 2834, 2834, 2835, 0, 0, 2835, 0, 2835, 2835, 2835, 2835, 0, 2835, 2835, 2836, 2836, 0, 2836, 2836, 2836, 2836, 2836, 2836, 2836, 2836, 2836, 2837, 0, 0, 2837, 0, 2837, 2837, 2837, 2837, 0, 2837, 2837, 2838, 2838, 0, 2838, 2838, 2838, 2838, 2838, 2838, 2838, 2838, 2838, 2839, 0, 0, 2839, 2839, 2839, 2839, 2839, 2839, 2839, 2839, 2839, 2840, 2840, 0, 2840, 2840, 2840, 2840, 2840, 2840, 2840, 2840, 2840, 2841, 0, 0, 2841, 2841, 2841, 2841, 2841, 2841, 2841, 2841, 2841, 2842, 2842, 0, 2842, 2842, 2842, 2842, 2842, 2842, 2842, 2842, 2842, 2843, 0, 0, 2843, 2843, 2843, 2843, 2843, 2843, 2843, 2843, 2843, 2844, 2844, 0, 2844, 2844, 2844, 2844, 2844, 2844, 2844, 2844, 2844, 2845, 0, 0, 2845, 2845, 2845, 2845, 2845, 2845, 2845, 2845, 2845, 2846, 2846, 0, 2846, 2846, 2846, 2846, 2846, 2846, 2846, 2846, 2846, 2847, 0, 0, 2847, 2847, 2847, 2847, 2847, 2847, 2847, 2847, 2847, 2848, 2848, 0, 2848, 2848, 2848, 2848, 2848, 2848, 2848, 2848, 2848, 2849, 0, 0, 2849, 2849, 2849, 2849, 2849, 2849, 2849, 2849, 2849, 2850, 2850, 0, 2850, 2850, 2850, 2850, 2850, 2850, 2850, 2850, 2850, 2851, 0, 0, 2851, 0, 2851, 2851, 2851, 2851, 0, 2851, 2851, 2852, 2852, 0, 2852, 2852, 2852, 2852, 2852, 2852, 2852, 2852, 2852, 2853, 0, 0, 2853, 0, 2853, 2853, 2853, 2853, 0, 2853, 2853, 2854, 2854, 0, 2854, 2854, 2854, 2854, 2854, 2854, 2854, 2854, 2854, 2855, 0, 0, 2855, 0, 2855, 2855, 2855, 2855, 0, 2855, 2855, 2856, 2856, 0, 2856, 2856, 2856, 2856, 2856, 2856, 2856, 2856, 2856, 2857, 0, 0, 2857, 2857, 2857, 2857, 2857, 2857, 2857, 2857, 2857, 2858, 2858, 0, 2858, 2858, 2858, 2858, 2858, 2858, 2858, 2858, 2858, 2859, 0, 0, 2859, 0, 2859, 2859, 0, 2859, 0, 2859, 2859, 2860, 0, 0, 2860, 0, 2860, 2860, 0, 2860, 0, 2860, 2860, 2861, 0, 0, 2861, 0, 2861, 2861, 2861, 2861, 0, 2861, 2861, 2862, 2862, 0, 2862, 2862, 2862, 2862, 2862, 2862, 2862, 2862, 2862, 2863, 0, 0, 2863, 0, 2863, 2863, 2863, 2863, 0, 2863, 2863, 2864, 2864, 0, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2864, 2865, 0, 0, 2865, 0, 2865, 2865, 2865, 2865, 0, 2865, 2865, 2866, 2866, 0, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2866, 2867, 2867, 0, 2867, 0, 2867, 2867, 2868, 0, 0, 2868, 0, 2868, 2868, 2868, 2868, 2868, 2868, 2868, 2869, 2869, 0, 2869, 2869, 2869, 2869, 2869, 2869, 2869, 2869, 2869, 2870, 0, 2870, 2870, 0, 2870, 2870, 0, 0, 0, 2870, 2870, 2871, 2871, 2871, 2871, 2871, 2871, 2871, 2871, 2871, 2871, 2871, 2871, 2872, 2872, 0, 2872, 2872, 2872, 2872, 2872, 2872, 2872, 2872, 2872, 2873, 0, 0, 2873, 2874, 0, 2874, 2875, 0, 0, 2875, 0, 2875, 2875, 0, 2875, 2875, 2875, 2875, 2876, 2876, 0, 2876, 2876, 2876, 2876, 2876, 2876, 2876, 2876, 2876, 2877, 2877, 0, 2877, 2877, 2877, 2877, 2877, 2877, 2877, 2877, 2877, 2878, 2878, 0, 2878, 2878, 2878, 2878, 2878, 2878, 2878, 2878, 2878, 2879, 0, 0, 0, 2879, 2879, 2880, 0, 0, 2880, 0, 2880, 2880, 2880, 2880, 0, 2880, 2880, 2881, 2881, 0, 2881, 2881, 2881, 2881, 2881, 2881, 2881, 2881, 2881, 2882, 0, 0, 0, 0, 2882, 2882, 2882, 2882, 0, 2882, 2882, 2883, 0, 0, 2883, 0, 2883, 2883, 2883, 2883, 0, 2883, 2883, 2884, 2884, 0, 2884, 2884, 2884, 2884, 2884, 2884, 2884, 2884, 2884, 2885, 0, 0, 2885, 0, 2885, 2885, 2885, 2885, 0, 2885, 2885, 2886, 2886, 0, 2886, 2886, 2886, 2886, 2886, 2886, 2886, 2886, 2886, 2887, 0, 0, 2887, 0, 2887, 2887, 2887, 2887, 0, 2887, 2887, 2888, 2888, 0, 2888, 2888, 2888, 2888, 2888, 2888, 2888, 2888, 2888, 2889, 0, 0, 2889, 2889, 2889, 2889, 2889, 2889, 2889, 2889, 2889, 2890, 0, 0, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2890, 2891, 2891, 0, 2891, 2891, 2891, 2891, 2891, 2891, 2891, 2891, 2891, 2892, 2892, 0, 2892, 2892, 2892, 2892, 2892, 2892, 2892, 2892, 2892, 2893, 0, 0, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2893, 2894, 0, 0, 2894, 2894, 2894, 2894, 2894, 2894, 2894, 2894, 2894, 2895, 2895, 0, 2895, 2895, 2895, 2895, 2895, 2895, 2895, 2895, 2895, 2896, 2896, 0, 2896, 2896, 2896, 2896, 2896, 2896, 2896, 2896, 2896, 2897, 0, 0, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2897, 2898, 0, 0, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2898, 2899, 2899, 0, 2899, 2899, 2899, 2899, 2899, 2899, 2899, 2899, 2899, 2900, 2900, 0, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2900, 2901, 0, 0, 2901, 2901, 2901, 2901, 2901, 2901, 2901, 2901, 2901, 2902, 0, 0, 2902, 2902, 2902, 2902, 2902, 2902, 2902, 2902, 2902, 2903, 2903, 0, 2903, 2903, 2903, 2903, 2903, 2903, 2903, 2903, 2903, 2904, 2904, 0, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2904, 2905, 0, 0, 2905, 2905, 2905, 2905, 2905, 2905, 2905, 2905, 2905, 2906, 0, 0, 2906, 2906, 2906, 2906, 2906, 2906, 2906, 2906, 2906, 2907, 2907, 0, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2907, 2908, 2908, 0, 2908, 2908, 2908, 2908, 2908, 2908, 2908, 2908, 2908, 2909, 0, 0, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2909, 2910, 0, 0, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2910, 2911, 2911, 0, 2911, 2911, 2911, 2911, 2911, 2911, 2911, 2911, 2911, 2912, 2912, 0, 2912, 2912, 2912, 2912, 2912, 2912, 2912, 2912, 2912, 2913, 0, 0, 2913, 0, 2913, 2913, 2913, 2913, 0, 2913, 2913, 2914, 2914, 0, 2914, 2914, 2914, 2914, 2914, 2914, 2914, 2914, 2914, 2915, 0, 0, 2915, 0, 2915, 2915, 2915, 2915, 0, 2915, 2915, 2916, 2916, 0, 2916, 2916, 2916, 2916, 2916, 2916, 2916, 2916, 2916, 2917, 0, 0, 2917, 0, 2917, 2917, 2917, 2917, 0, 2917, 2917, 2918, 2918, 0, 2918, 2918, 2918, 2918, 2918, 2918, 2918, 2918, 2918, 2919, 0, 0, 2919, 2919, 2919, 2919, 2919, 2919, 2919, 2919, 2919, 2920, 0, 0, 2920, 2920, 2920, 2920, 2920, 2920, 2920, 2920, 2920, 2921, 2921, 0, 2921, 2921, 2921, 2921, 2921, 2921, 2921, 2921, 2921, 2922, 2922, 0, 2922, 2922, 2922, 2922, 2922, 2922, 2922, 2922, 2922, 2923, 0, 0, 2923, 0, 2923, 2923, 0, 2923, 0, 2923, 2923, 2924, 0, 0, 2924, 0, 2924, 2924, 0, 2924, 0, 2924, 2924, 2925, 0, 0, 2925, 0, 2925, 2925, 0, 2925, 0, 2925, 2925, 2926, 0, 0, 2926, 0, 2926, 2926, 0, 2926, 0, 2926, 2926, 2927, 0, 0, 2927, 0, 2927, 2927, 2927, 2927, 0, 2927, 2927, 2928, 2928, 0, 2928, 2928, 2928, 2928, 2928, 2928, 2928, 2928, 2928, 2929, 0, 0, 2929, 0, 2929, 2929, 2929, 2929, 0, 2929, 2929, 2930, 2930, 0, 2930, 2930, 2930, 2930, 2930, 2930, 2930, 2930, 2930, 2931, 0, 0, 2931, 0, 2931, 2931, 2931, 2931, 0, 2931, 2931, 2932, 2932, 0, 2932, 2932, 2932, 2932, 2932, 2932, 2932, 2932, 2932, 2933, 2933, 0, 2933, 0, 2933, 2933, 2934, 0, 0, 2934, 0, 2934, 2934, 2934, 2934, 2934, 2934, 2934, 2935, 2935, 0, 2935, 2935, 2935, 2935, 2935, 2935, 2935, 2935, 2935, 2936, 0, 2936, 2936, 0, 2936, 2936, 0, 0, 0, 2936, 2936, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2937, 2938, 0, 0, 2938, 0, 2938, 2938, 0, 2938, 2938, 2938, 2938, 2939, 2939, 0, 2939, 2939, 2939, 2939, 2939, 2939, 2939, 2939, 2939, 2940, 2940, 0, 2940, 2940, 2940, 2940, 2940, 2940, 2940, 2940, 2940, 2941, 2941, 0, 2941, 2941, 2941, 2941, 2941, 2941, 2941, 2941, 2941, 2942, 0, 0, 2942, 0, 2942, 2942, 2942, 2942, 2942, 2942, 2942, 2943, 0, 0, 2943, 0, 2943, 2943, 2943, 2943, 2943, 2943, 2943, 2944, 2944, 0, 2944, 2944, 2944, 2944, 2944, 2944, 2944, 2944, 2944, 2945, 2945, 0, 2945, 2945, 2945, 2945, 2945, 2945, 2945, 2945, 2945, 2946, 2946, 0, 2946, 2946, 2946, 2946, 2946, 2946, 2946, 2946, 2946, 2947, 0, 0, 2947, 0, 2947, 2947, 0, 2947, 0, 2947, 2947, 2948, 2948, 0, 2948, 2948, 2948, 2948, 2948, 2948, 2948, 2948, 2948, 2949, 2949, 0, 2949, 2949, 2949, 2949, 2949, 2949, 2949, 2949, 2949, 2950, 2950, 0, 2950, 2950, 2950, 2950, 2950, 2950, 2950, 2950, 2950, 2951, 2951, 0, 2951, 2951, 2951, 2951, 2951, 2951, 2951, 2951, 2951, 2952, 2952, 0, 2952, 2952, 2952, 2952, 2952, 2952, 2952, 2952, 2952, 2953, 2953, 0, 2953, 2953, 2953, 2953, 2953, 2953, 2953, 2953, 2953, 2954, 2954, 0, 2954, 2954, 2954, 2954, 2954, 2954, 2954, 2954, 2954, 2955, 2955, 0, 2955, 2955, 2955, 2955, 2955, 2955, 2955, 2955, 2955, 2956, 2956, 0, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2956, 2957, 2957, 0, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2957, 2958, 2958, 0, 2958, 2958, 2958, 2958, 2958, 2958, 2958, 2958, 2958, 2959, 2959, 0, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2960, 2960, 0, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2961, 2961, 0, 2961, 2961, 2961, 2961, 2961, 2961, 2961, 2961, 2961, 2962, 2962, 0, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2963, 2963, 0, 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802, 2802 } ; /* Table of booleans, true if rule could match eol. */ static yyconst flex_int32_t yy_rule_can_match_eol[248] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, }; extern int socks_yy_flex_debug; int socks_yy_flex_debug = 0; static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; static char *yy_full_match; static int yy_lp; static int yy_looking_for_trail_begin = 0; static int yy_full_lp; static int *yy_full_state; #define YY_TRAILING_MASK 0x2000 #define YY_TRAILING_HEAD_MASK 0x4000 #define REJECT \ { \ *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ \ yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ (yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \ (yy_state_ptr) = (yy_full_state); /* restore orig. state */ \ yy_current_state = *(yy_state_ptr); /* restore curr. state */ \ ++(yy_lp); \ goto find_rule; \ } #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *socks_yytext; #line 1 "config_scan.l" /* * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2008, * 2009, 2010, 2011, 2012, 2013, 2014, 2019, 2020, 2021 * Inferno Nettverk A/S, Norway. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. The above copyright notice, this list of conditions and the following * disclaimer must appear in all copies of the software, derivative works * or modified versions, and any portions thereof, aswell as in all * supporting documentation. * 2. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by * Inferno Nettverk A/S, Norway. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Inferno Nettverk A/S requests users of this software to return to * * Software Distribution Coordinator or sdc@inet.no * Inferno Nettverk A/S * Oslo Research Park * Gaustadalléen 21 * NO-0349 Oslo * Norway * * any improvements or extensions that they make and grant Inferno Nettverk A/S * the rights to redistribute these changes. * */ #line 46 "config_scan.l" #if 0 /* XXX automatically added at head of generated .c file */ #include "common.h" #endif static const char rcsid[] = "$Id: config_scan.l,v 1.238.4.3.6.9 2021/02/02 19:34:12 karls Exp $"; #include "yacconfig.h" #include "config_parse.h" #define YY_STACK_USED 0 #define YY_ALWAYS_INTERACTIVE 0 #define YY_NEVER_INTERACTIVE 1 #define YY_MAIN 0 #if SOCKS_CLIENT /* * stuff that is only defined in the server case, but which I don't know * how #ifdef out in the lex pattern matching code instead. Is it possible? */ #define PROC_MOTHER 0 #define PROC_NEGOTIATE 0 #define PROC_REQUEST 0 #define PROC_IO 0 #define PROC_MONITOR 0 #endif /* SOCKS_CLIENT */ static int shouldresetstate(const int current_state, const int next_token); /* * If in state "current_state", and the next token is "next_token", * should we reset the current state? * Returns true if yes, false if not. */ extern const int socks_configtype; extern int lex_dorestart; char currentlexline[100]; /* just to have some context. */ char previouslexline[100]; /* just to have some context. */ static unsigned char ismask; static int inroute, inclientrule; /* * socks_yylineno nonoptimal under flex, reason for 'find_rule' 'yy_flex_realloc' * warnings. */ /*%option debug */ /* non-exclusive start conditions. */ /* exclusive start conditions */ /* ldap-stuff. */ #line 3489 "config_scan.c" #define INITIAL 0 #define start_address 1 #define start_port 2 #define lineprefix 3 #define start_command 4 #define start_compatibility 5 #define start_line 6 #define start_log 7 #define start_loglevel 8 #define start_logoutput 9 #define start_logtype 10 #define start_errorsymbol 11 #define start_method 12 #define start_option 13 #define start_proxyprotocol 14 #define start_username 15 #define start_groupname 16 #define start_libwrapfile 17 #define start_cpuoption 18 #define start_hostindex 19 #define start_statekey 20 #define start_tcpoption 21 #define start_ldapdomain 22 #define start_ldapbasedn 23 #define start_ldapurl 24 #define start_ldapfilter 25 #define start_ldapattribute 26 #define start_ldapservername 27 #define start_ldapgroupname 28 #define start_ldapkeytabname 29 #define start_ldapcertfile 30 #define start_ldapcertpath 31 #define start_pacsidname 32 #define start_alarmtest 33 #define start_srchost 34 #define start_protocol 35 #define start_servicename 36 #define start_portnumber 37 #define start_bsdauthstylename 38 #define start_gssapiservicename 39 #define start_gssapikeytabname 40 #define start_encryption 41 #define start_realmname 42 #define start_socketprotocol 43 #define start_socketoption 44 #define start_socketoptionvalue 45 #define start_processtype 46 #define start_schedulepolicy 47 #define start_schedulemask 48 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int socks_yylex_destroy (void ); int socks_yyget_debug (void ); void socks_yyset_debug (int debug_flag ); YY_EXTRA_TYPE socks_yyget_extra (void ); void socks_yyset_extra (YY_EXTRA_TYPE user_defined ); FILE *socks_yyget_in (void ); void socks_yyset_in (FILE * in_str ); FILE *socks_yyget_out (void ); void socks_yyset_out (FILE * out_str ); yy_size_t socks_yyget_leng (void ); char *socks_yyget_text (void ); int socks_yyget_lineno (void ); void socks_yyset_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int socks_yywrap (void ); #else extern int socks_yywrap (void ); #endif #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( socks_yytext, socks_yyleng, 1, socks_yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( socks_yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( socks_yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, socks_yyin))==0 && ferror(socks_yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(socks_yyin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int socks_yylex (void); #define YY_DECL int socks_yylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after socks_yytext and socks_yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ if ( socks_yyleng > 0 ) \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ (socks_yytext[socks_yyleng - 1] == '\n'); \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { yy_state_type yy_current_state; char *yy_cp, *yy_bp; int yy_act; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif /* Create the reject buffer large enough to save one state per allowed character. */ if ( ! (yy_state_buf) ) (yy_state_buf) = (yy_state_type *)socks_yyalloc(YY_STATE_BUF_SIZE ); if ( ! (yy_state_buf) ) YY_FATAL_ERROR( "out of dynamic memory in socks_yylex()" ); if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! socks_yyin ) socks_yyin = stdin; if ( ! socks_yyout ) socks_yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { socks_yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = socks_yy_create_buffer(socks_yyin,YY_BUF_SIZE ); } socks_yy_load_buffer_state( ); } { #line 167 "config_scan.l" if (lex_dorestart) { lex_dorestart = 0; inclientrule = inroute = 0; switch (socks_configtype) { case CONFIGTYPE_SERVER: return SERVERCONFIG; case CONFIGTYPE_CLIENT: return CLIENTCONFIG; default: SERRX(socks_configtype); } } #if 0 /* does not work for some reason. */ \n.* { const char *strip = " \n\t"; const char *p = currentlexline; SKIPLEADING(p, strip); if (strlen(p) > 0) strcpy(previouslexline, currentlexline); /* else; blank line. */ strncpy(currentlexline, socks_yytext, sizeof(currentlexline) - 1); currentlexline[sizeof(currentlexline) - 1] = NUL; ++socks_yylineno; yyless(1); } #endif /* * start-condition dependent stuff. */ #line 3799 "config_scan.c" while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of socks_yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; yy_match: do { YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*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 >= 2803 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; ++yy_cp; } while ( yy_base[yy_current_state] != 7246 ); yy_find_action: yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; find_rule: /* we branch to this label when backing up */ for ( ; ; ) /* until we find what rule we matched */ { if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) { yy_act = yy_acclist[(yy_lp)]; if ( yy_act & YY_TRAILING_HEAD_MASK || (yy_looking_for_trail_begin) ) { if ( yy_act == (yy_looking_for_trail_begin) ) { (yy_looking_for_trail_begin) = 0; yy_act &= ~YY_TRAILING_HEAD_MASK; break; } } else if ( yy_act & YY_TRAILING_MASK ) { (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK; (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK; } else { (yy_full_match) = yy_cp; (yy_full_state) = (yy_state_ptr); (yy_full_lp) = (yy_lp); break; } ++(yy_lp); goto find_rule; } --yy_cp; yy_current_state = *--(yy_state_ptr); (yy_lp) = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] ) { yy_size_t yyl; for ( yyl = 0; yyl < socks_yyleng; ++yyl ) if ( socks_yytext[yyl] == '\n' ) socks_yylineno++; ; } do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 1: YY_RULE_SETUP #line 212 "config_scan.l" { yylval.string = socks_yytext; return IPV4; } YY_BREAK case 2: YY_RULE_SETUP #line 217 "config_scan.l" { yylval.string = socks_yytext; return IPV6; } YY_BREAK case 3: YY_RULE_SETUP #line 222 "config_scan.l" { yylval.string = socks_yytext; return ECN; } YY_BREAK case 4: YY_RULE_SETUP #line 227 "config_scan.l" { yylval.string = socks_yytext; return SACK; } YY_BREAK case 5: YY_RULE_SETUP #line 232 "config_scan.l" { yylval.string = socks_yytext; return TIMESTAMPS; } YY_BREAK case 6: YY_RULE_SETUP #line 237 "config_scan.l" { yylval.string = socks_yytext; return WSCALE; } YY_BREAK case 7: YY_RULE_SETUP #line 243 "config_scan.l" { yylval.string = socks_yytext; return MTU_ERROR; } YY_BREAK case 8: YY_RULE_SETUP #line 248 "config_scan.l" { BEGIN(0); yylval.string = socks_yytext; return STATEKEY; } YY_BREAK case 9: YY_RULE_SETUP #line 255 "config_scan.l" { BEGIN(0); yylval.string = socks_yytext; return SERVICENAME; } YY_BREAK case 10: YY_RULE_SETUP #line 262 "config_scan.l" { yylval.string = socks_yytext; return PROXYPROTOCOL_SOCKS_V4; } YY_BREAK case 11: YY_RULE_SETUP #line 267 "config_scan.l" { yylval.string = socks_yytext; return PROXYPROTOCOL_SOCKS_V5; } YY_BREAK case 12: YY_RULE_SETUP #line 272 "config_scan.l" { yylval.string = socks_yytext; return PROXYPROTOCOL_HTTP; } YY_BREAK case 13: YY_RULE_SETUP #line 277 "config_scan.l" { yylval.string = socks_yytext; return PROXYPROTOCOL_UPNP; } YY_BREAK case 14: YY_RULE_SETUP #line 282 "config_scan.l" { yylval.string = socks_yytext; return COMMAND_BIND; } YY_BREAK case 15: YY_RULE_SETUP #line 287 "config_scan.l" { yylval.string = socks_yytext; return COMMAND_CONNECT; } YY_BREAK case 16: YY_RULE_SETUP #line 292 "config_scan.l" { yylval.string = socks_yytext; return COMMAND_UDPASSOCIATE; } YY_BREAK case 17: YY_RULE_SETUP #line 297 "config_scan.l" { yylval.string = socks_yytext; return COMMAND_BINDREPLY; } YY_BREAK case 18: YY_RULE_SETUP #line 302 "config_scan.l" { yylval.string = socks_yytext; return COMMAND_UDPREPLY; } YY_BREAK case 19: YY_RULE_SETUP #line 308 "config_scan.l" { yylval.string = socks_yytext; return URL; } YY_BREAK case 20: YY_RULE_SETUP #line 313 "config_scan.l" { BEGIN(start_port); yylval.string = socks_yytext; return DOMAINNAME; } YY_BREAK case 21: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 1; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 320 "config_scan.l" { /* * For some reason can't get the above "0/\/" included in the * address regexp below: "unrecognized rule" flex says. */ BEGIN(start_port); yylval.string = socks_yytext; return IPVANY; } YY_BREAK case 22: YY_RULE_SETUP #line 332 "config_scan.l" { struct sockaddr_storage addr, mask; struct in6_addr ipv6; struct in_addr ipv4; char visbuf[256]; BEGIN(start_port); yylval.string = socks_yytext; /* * we don't have a reliable regex to differentiate between a * domainname and ifname on all systems. * With a very general regex like the above, it is not so easy * to exclude an ipaddress from matching it also. So instead * of continuing to try and create a perfect regex, do a brute force * check to see what the text represents. */ if (socks_inet_pton(AF_INET, socks_yytext, &ipv4, NULL) == 1) return IPV4; if (socks_inet_pton(AF_INET6, socks_yytext, &ipv6, NULL) == 1) { if (IN6_IS_ADDR_V4MAPPED(&ipv6)) yyerrorx("we do not use IPv4-mapped IPv6 addresses. Please specify " "a regular IPv4 address instead if you want use IPv4"); else return IPV6; } errno = 0; if (ifname2sockaddr(socks_yytext, 0, &addr, &mask) != NULL) return IFNAME; else { if (ERRNOISNOFILE(errno)) yyerror("no free filedescriptors: can not access information on " "whether \"%s\" is a local NIC or not", str2vis(socks_yytext, strlen(socks_yytext), visbuf, sizeof(visbuf))); } slog(LOG_DEBUG, "\"%s\" appears to be neither ipaddress nor ifname; assuming hostname ", socks_yytext); return DOMAINNAME; } YY_BREAK case 23: YY_RULE_SETUP #line 379 "config_scan.l" { yylval.string = socks_yytext; return PORT; } YY_BREAK /* * cpu options. */ case 24: YY_RULE_SETUP #line 388 "config_scan.l" { BEGIN(start_cpuoption); yylval.string = socks_yytext; return CPU; } YY_BREAK case 25: YY_RULE_SETUP #line 395 "config_scan.l" { BEGIN(start_processtype); ismask = 0; yylval.string = socks_yytext; return SCHEDULE; } YY_BREAK case 26: YY_RULE_SETUP #line 404 "config_scan.l" { BEGIN(start_processtype); ismask = 1; yylval.string = socks_yytext; return MASK; } YY_BREAK case 27: YY_RULE_SETUP #line 413 "config_scan.l" { BEGIN(ismask ? start_schedulemask : start_schedulepolicy); yylval.number = PROC_MOTHER; return PROCESSTYPE; } YY_BREAK case 28: YY_RULE_SETUP #line 420 "config_scan.l" { BEGIN(ismask ? start_schedulemask : start_schedulepolicy); yylval.number = PROC_MONITOR; return PROCESSTYPE; } YY_BREAK case 29: YY_RULE_SETUP #line 427 "config_scan.l" { BEGIN(ismask ? start_schedulemask : start_schedulepolicy); yylval.number = PROC_NEGOTIATE; return PROCESSTYPE; } YY_BREAK case 30: YY_RULE_SETUP #line 434 "config_scan.l" { BEGIN(ismask ? start_schedulemask : start_schedulepolicy); yylval.number = PROC_REQUEST; return PROCESSTYPE; } YY_BREAK case 31: YY_RULE_SETUP #line 441 "config_scan.l" { BEGIN(ismask ? start_schedulemask : start_schedulepolicy); yylval.number = PROC_IO; return PROCESSTYPE; } YY_BREAK case 32: YY_RULE_SETUP #line 448 "config_scan.l" { BEGIN(0); yylval.number = CPUMASK_ANYCPU; return NUMBER; } YY_BREAK case 33: /* rule 33 can match eol */ YY_RULE_SETUP #line 455 "config_scan.l" { #if SOCKS_CLIENT SERRX(0); #else /* !SOCKS_CLIENT */ #if HAVE_SCHED_SETSCHEDULER BEGIN(0); if ((yylval.number = cpupolicy2numeric(socks_yytext)) == -1) yyerrorx("unknown scheduling policy \"%s\"", socks_yytext); return SCHEDULEPOLICY; #else /* !HAVE_SCHED_SETSCHEDULER */ yyerrorx("setting cpu scheduling policy is not supported on this platform"); #endif /* !HAVE_SCHED_SETSCHEDULER */ #endif /* SOCKS_CLIENT */ } YY_BREAK /* * socket option stuff. */ case 34: YY_RULE_SETUP #line 484 "config_scan.l" { BEGIN(start_socketoption); yylval.number = IPPROTO_IP; return SOCKETPROTOCOL; } YY_BREAK case 35: YY_RULE_SETUP #line 491 "config_scan.l" { BEGIN(start_socketoption); yylval.number = SOL_SOCKET; return SOCKETPROTOCOL; } YY_BREAK case 36: YY_RULE_SETUP #line 498 "config_scan.l" { BEGIN(start_socketoption); yylval.number = IPPROTO_TCP; return SOCKETPROTOCOL; } YY_BREAK case 37: YY_RULE_SETUP #line 505 "config_scan.l" { BEGIN(start_socketoption); yylval.number = IPPROTO_UDP; return SOCKETPROTOCOL; } YY_BREAK case 38: YY_RULE_SETUP #line 513 "config_scan.l" { const sockopt_t *sockopt; BEGIN(start_socketoptionvalue); if ((sockopt = optname2sockopt(socks_yytext)) == NULL) yyerrorx("unknown socket option \"%s\"", socks_yytext); yylval.number = (ssize_t)sockopt->optid; return SOCKETOPTION_OPTID; } YY_BREAK case 39: YY_RULE_SETUP #line 525 "config_scan.l" { BEGIN(0); yylval.string = socks_yytext; return SOCKETOPTION_SYMBOLICVALUE; } YY_BREAK case 40: YY_RULE_SETUP #line 532 "config_scan.l" { yylval.string = socks_yytext; return RULE_LOG_CONNECT; } YY_BREAK case 41: YY_RULE_SETUP #line 537 "config_scan.l" { yylval.string = socks_yytext; return RULE_LOG_DATA; } YY_BREAK case 42: YY_RULE_SETUP #line 542 "config_scan.l" { yylval.string = socks_yytext; return RULE_LOG_DISCONNECT; } YY_BREAK case 43: YY_RULE_SETUP #line 547 "config_scan.l" { yylval.string = socks_yytext; return RULE_LOG_ERROR; } YY_BREAK case 44: YY_RULE_SETUP #line 552 "config_scan.l" { yylval.string = socks_yytext; return RULE_LOG_IOOPERATION; } YY_BREAK case 45: YY_RULE_SETUP #line 557 "config_scan.l" { yylval.string = socks_yytext; return RULE_LOG_TCPINFO; } YY_BREAK case 46: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp -= 1; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 562 "config_scan.l" { const loglevel_t *l; char visbuf[256]; BEGIN(start_logtype); if ((l = loglevel(socks_yytext)) == NULL) yyerror("unknown loglevel: \"%s\"", str2vis(socks_yytext, strlen(socks_yytext), visbuf, sizeof(visbuf))); yylval.number = l->value; return LOGLEVEL; } YY_BREAK case 47: YY_RULE_SETUP #line 576 "config_scan.l" { BEGIN(start_errorsymbol); yylval.string = socks_yytext; return LOGTYPE_ERROR; } YY_BREAK case 48: YY_RULE_SETUP #line 583 "config_scan.l" { BEGIN(start_tcpoption); yylval.string = socks_yytext; return LOGTYPE_TCP_DISABLED; } YY_BREAK case 49: YY_RULE_SETUP #line 590 "config_scan.l" { BEGIN(start_tcpoption); yylval.string = socks_yytext; return LOGTYPE_TCP_ENABLED; } YY_BREAK case 50: YY_RULE_SETUP #line 598 "config_scan.l" { #if !SOCKS_CLIENT /* * Figure out what kind of error-symbol we are dealing with. * Since we do not force the user to specify what kind of symbol * he specifies, we have to try all variants. */ if ((yylval.error.valuev = gaivalue(socks_yytext)) != NULL) yylval.error.valuetype = VALUETYPE_GAIERR; else if ((yylval.error.valuev = errnovalue(socks_yytext)) != NULL) yylval.error.valuetype = VALUETYPE_ERRNO; #else /* SOCKS_CLIENT */ yylval.error.valuev = NULL; #endif /* SOCKS_CLIENT */ return ERRORVALUE; } YY_BREAK case 51: YY_RULE_SETUP #line 620 "config_scan.l" { yylval.string = socks_yytext; return BSDAUTHSTYLENAME; } YY_BREAK case 52: YY_RULE_SETUP #line 625 "config_scan.l" { yylval.string = socks_yytext; return LOGFILE; } YY_BREAK case 53: YY_RULE_SETUP #line 630 "config_scan.l" { yylval.string = socks_yytext; return USERNAME; } YY_BREAK case 54: YY_RULE_SETUP #line 635 "config_scan.l" { yylval.string = socks_yytext; return GROUPNAME; } YY_BREAK case 55: YY_RULE_SETUP #line 640 "config_scan.l" { yylval.string = socks_yytext; return LIBWRAP_FILE; } YY_BREAK case 56: YY_RULE_SETUP #line 645 "config_scan.l" { yylval.string = socks_yytext; return LDAP_DOMAIN; } YY_BREAK case 57: YY_RULE_SETUP #line 650 "config_scan.l" { yylval.string = socks_yytext; return LDAP_BASEDN; } YY_BREAK case 58: YY_RULE_SETUP #line 655 "config_scan.l" { yylval.string = socks_yytext; return LDAP_FILTER; } YY_BREAK case 59: YY_RULE_SETUP #line 660 "config_scan.l" { yylval.string = socks_yytext; return LDAP_URL; } YY_BREAK case 60: YY_RULE_SETUP #line 665 "config_scan.l" { yylval.string = socks_yytext; return LDAP_ATTRIBUTE; } YY_BREAK case 61: YY_RULE_SETUP #line 670 "config_scan.l" { yylval.string = socks_yytext; return LDAPGROUP_NAME; } YY_BREAK case 62: YY_RULE_SETUP #line 675 "config_scan.l" { yylval.string = socks_yytext; return LDAPSERVER_NAME; } YY_BREAK case 63: YY_RULE_SETUP #line 680 "config_scan.l" { yylval.string = socks_yytext; return LDAP_CERTFILE; } YY_BREAK case 64: YY_RULE_SETUP #line 685 "config_scan.l" { yylval.string = socks_yytext; return LDAP_CERTPATH; } YY_BREAK case 65: YY_RULE_SETUP #line 690 "config_scan.l" { yylval.string = socks_yytext; return LDAPKEYTABNAME; } YY_BREAK case 66: YY_RULE_SETUP #line 695 "config_scan.l" { yylval.string = socks_yytext; return LDAPKEYTABNAME; } YY_BREAK case 67: YY_RULE_SETUP #line 700 "config_scan.l" { yylval.string = socks_yytext; return PACSID_NAME; } YY_BREAK case 68: YY_RULE_SETUP #line 705 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIKEYTABNAME; } YY_BREAK case 69: YY_RULE_SETUP #line 710 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIKEYTABNAME; } YY_BREAK case 70: YY_RULE_SETUP #line 715 "config_scan.l" { yylval.string = socks_yytext; return GSSAPISERVICENAME; } YY_BREAK case 71: YY_RULE_SETUP #line 720 "config_scan.l" { BEGIN(start_line); yylval.string = socks_yytext; return *socks_yytext; } YY_BREAK case 72: YY_RULE_SETUP #line 727 "config_scan.l" { BEGIN(0); yylval.string = socks_yytext; return LINE; } YY_BREAK case 73: YY_RULE_SETUP #line 734 "config_scan.l" { yylval.string = socks_yytext; return NODNSMISMATCH; } YY_BREAK case 74: YY_RULE_SETUP #line 739 "config_scan.l" { yylval.string = socks_yytext; return NODNSUNKNOWN; } YY_BREAK case 75: YY_RULE_SETUP #line 744 "config_scan.l" { yylval.string = socks_yytext; return CHECKREPLYAUTH; } YY_BREAK case 76: YY_RULE_SETUP #line 749 "config_scan.l" { yylval.string = socks_yytext; return PROTOCOL_TCP; } YY_BREAK case 77: YY_RULE_SETUP #line 754 "config_scan.l" { yylval.string = socks_yytext; return PROTOCOL_UDP; } YY_BREAK case 78: YY_RULE_SETUP #line 759 "config_scan.l" { yylval.string = socks_yytext; return PROTOCOL_FAKE; } YY_BREAK case 79: YY_RULE_SETUP #line 764 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIENC_ANY; } YY_BREAK case 80: YY_RULE_SETUP #line 769 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIENC_CLEAR; } YY_BREAK case 81: YY_RULE_SETUP #line 774 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIENC_INTEGRITY; } YY_BREAK case 82: YY_RULE_SETUP #line 779 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIENC_CONFIDENTIALITY; } YY_BREAK case 83: YY_RULE_SETUP #line 784 "config_scan.l" { yylval.string = socks_yytext; return GSSAPIENC_PERMESSAGE; } YY_BREAK case 84: YY_RULE_SETUP #line 789 "config_scan.l" { yylval.string = socks_yytext; return REALNAME; } YY_BREAK case 85: YY_RULE_SETUP #line 794 "config_scan.l" { yylval.method = AUTHMETHOD_NONE; return METHODNAME; } YY_BREAK case 86: YY_RULE_SETUP #line 799 "config_scan.l" { yylval.method = AUTHMETHOD_GSSAPI; return METHODNAME; } YY_BREAK case 87: YY_RULE_SETUP #line 804 "config_scan.l" { yylval.method = AUTHMETHOD_UNAME; return METHODNAME; } YY_BREAK case 88: YY_RULE_SETUP #line 809 "config_scan.l" { yylval.method = AUTHMETHOD_RFC931; return METHODNAME; } YY_BREAK case 89: YY_RULE_SETUP #line 814 "config_scan.l" { yylval.number = AUTHMETHOD_PAM_ANY; return METHODNAME; } YY_BREAK case 90: YY_RULE_SETUP #line 819 "config_scan.l" { yylval.method = AUTHMETHOD_PAM_ADDRESS; return METHODNAME; } YY_BREAK case 91: YY_RULE_SETUP #line 824 "config_scan.l" { yylval.method = AUTHMETHOD_PAM_USERNAME; return METHODNAME; } YY_BREAK case 92: YY_RULE_SETUP #line 829 "config_scan.l" { yywarnx_deprecated(socks_yytext, "pam.*"); yylval.method = AUTHMETHOD_PAM_USERNAME; return METHODNAME; } YY_BREAK case 93: YY_RULE_SETUP #line 837 "config_scan.l" { yylval.method = AUTHMETHOD_BSDAUTH; return METHODNAME; } YY_BREAK case 94: YY_RULE_SETUP #line 842 "config_scan.l" { yylval.method = AUTHMETHOD_LDAPAUTH; return METHODNAME; } YY_BREAK /* non-start condition dependents. */ case 95: YY_RULE_SETUP #line 849 "config_scan.l" { BEGIN(start_servicename); yylval.string = socks_yytext; return OPERATOR; } YY_BREAK case 96: YY_RULE_SETUP #line 856 "config_scan.l" { inclientrule = 1; yylval.string = socks_yytext; return CLIENTRULE; } YY_BREAK case 97: YY_RULE_SETUP #line 863 "config_scan.l" { yylval.string = socks_yytext; return HOSTIDRULE; } YY_BREAK case 98: YY_RULE_SETUP #line 868 "config_scan.l" { yylval.string = socks_yytext; return SOCKSRULE; } YY_BREAK case 99: YY_RULE_SETUP #line 873 "config_scan.l" { /* deprecated socks rule syntax, without "socks "-prefix. */ #if SOCKS_CLIENT yyerrorx("pass/block rules are not used in the client"); #else /* server */ char old[256], new[256]; snprintf(old, sizeof(old), "%s", socks_yytext); STRIPTRAILING(old, strlen(old), " \t"); snprintf(new, sizeof(new), "socks %s", old); yywarnx_deprecated(old, new); yyless(0); return SOCKSRULE; #endif /* server */ } YY_BREAK case 100: YY_RULE_SETUP #line 896 "config_scan.l" { yylval.string = socks_yytext; return ALARMTYPE_DATA; } YY_BREAK case 101: YY_RULE_SETUP #line 901 "config_scan.l" { yylval.string = socks_yytext; return ALARMTYPE_DISCONNECT; } YY_BREAK case 102: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 906 "config_scan.l" { BEGIN(start_alarmtest); yylval.string = socks_yytext; return ALARM; } YY_BREAK case 103: /* rule 103 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ YY_LINENO_REWIND_TO(yy_bp + 5); (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 914 "config_scan.l" { yylval.string = socks_yytext; return RECVSIDE; } YY_BREAK case 104: /* rule 104 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ YY_LINENO_REWIND_TO(yy_bp + 5); (yy_c_buf_p) = yy_cp = yy_bp + 5; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 919 "config_scan.l" { yylval.string = socks_yytext; return SENDSIDE; } YY_BREAK case 105: YY_RULE_SETUP #line 924 "config_scan.l" { yylval.string = socks_yytext; return DEBUGGING; } YY_BREAK case 106: YY_RULE_SETUP #line 929 "config_scan.l" { inroute = 1; yylval.string = socks_yytext; return ROUTE; } YY_BREAK case 107: YY_RULE_SETUP #line 936 "config_scan.l" { yylval.string = socks_yytext; return ROUTE; } YY_BREAK case 108: YY_RULE_SETUP #line 942 "config_scan.l" { yylval.string = socks_yytext; return GLOBALROUTEOPTION; } YY_BREAK case 109: YY_RULE_SETUP #line 948 "config_scan.l" { yylval.string = socks_yytext; return MAXFAIL; } YY_BREAK case 110: YY_RULE_SETUP #line 953 "config_scan.l" { yylval.string = socks_yytext; return BADROUTE_EXPIRE; } YY_BREAK case 111: YY_RULE_SETUP #line 958 "config_scan.l" { BEGIN(start_protocol); yylval.string = socks_yytext; return RESOLVEPROTOCOL; } YY_BREAK case 112: YY_RULE_SETUP #line 965 "config_scan.l" { BEGIN(start_srchost); yylval.string = socks_yytext; return SRCHOST; } YY_BREAK case 113: YY_RULE_SETUP #line 972 "config_scan.l" { BEGIN(start_proxyprotocol); yylval.string = socks_yytext; return PROXYPROTOCOL; } YY_BREAK case 114: YY_RULE_SETUP #line 979 "config_scan.l" { BEGIN(start_logoutput); yylval.string = socks_yytext; return ERRORLOG; } YY_BREAK case 115: YY_RULE_SETUP #line 986 "config_scan.l" { BEGIN(start_logoutput); yylval.string = socks_yytext; return LOGOUTPUT; } YY_BREAK case 116: YY_RULE_SETUP #line 994 "config_scan.l" { BEGIN(start_protocol); yylval.string = socks_yytext; return PROTOCOL; } YY_BREAK case 117: YY_RULE_SETUP #line 1001 "config_scan.l" { BEGIN(start_command); yylval.string = socks_yytext; return COMMAND; } YY_BREAK case 118: YY_RULE_SETUP #line 1008 "config_scan.l" { yylval.string = socks_yytext; return UDPPORTRANGE; } YY_BREAK case 119: YY_RULE_SETUP #line 1013 "config_scan.l" { yylval.string = socks_yytext; return UDPCONNECTDST; } YY_BREAK case 120: YY_RULE_SETUP #line 1018 "config_scan.l" { yylval.string = socks_yytext; return REDIRECT; } YY_BREAK case 121: YY_RULE_SETUP #line 1023 "config_scan.l" { yylval.string = socks_yytext; return BANDWIDTH; } YY_BREAK case 122: YY_RULE_SETUP #line 1028 "config_scan.l" { yylval.string = socks_yytext; return SESSIONMAX; } YY_BREAK case 123: YY_RULE_SETUP #line 1033 "config_scan.l" { yylval.string = socks_yytext; return SESSION_INHERITABLE; } YY_BREAK case 124: YY_RULE_SETUP #line 1038 "config_scan.l" { yylval.string = socks_yytext; return SESSIONTHROTTLE; } YY_BREAK case 125: YY_RULE_SETUP #line 1043 "config_scan.l" { BEGIN(start_statekey); yylval.string = socks_yytext; return SESSIONSTATE_KEY; } YY_BREAK case 126: YY_RULE_SETUP #line 1050 "config_scan.l" { yylval.string = socks_yytext; return SESSIONSTATE_THROTTLE; } YY_BREAK case 127: YY_RULE_SETUP #line 1055 "config_scan.l" { yylval.string = socks_yytext; return SESSIONSTATE_MAX; } YY_BREAK case 128: YY_RULE_SETUP #line 1061 "config_scan.l" { yylval.string = socks_yytext; return WORD__IN; } YY_BREAK case 129: YY_RULE_SETUP #line 1066 "config_scan.l" { BEGIN(start_address); yylval.string = socks_yytext; return FROM; } YY_BREAK case 130: YY_RULE_SETUP #line 1073 "config_scan.l" { BEGIN(start_address); yylval.string = socks_yytext; return TO; } YY_BREAK case 131: YY_RULE_SETUP #line 1080 "config_scan.l" { BEGIN(start_address); yylval.string = socks_yytext; return VIA; } YY_BREAK case 132: YY_RULE_SETUP #line 1087 "config_scan.l" { yylval.string = socks_yytext; return YES; } YY_BREAK case 133: YY_RULE_SETUP #line 1092 "config_scan.l" { yylval.string = socks_yytext; return NO; } YY_BREAK case 134: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 9; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1097 "config_scan.l" { BEGIN(start_socketprotocol); yylval.string = socks_yytext; return INTERNALSOCKET; } YY_BREAK case 135: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 9; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1104 "config_scan.l" { yylval.string = socks_yytext; return ALARMIF_INTERNAL; } YY_BREAK case 136: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 12; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1109 "config_scan.l" { BEGIN(start_loglevel); yylval.string = socks_yytext; return LOGIF_INTERNAL; } YY_BREAK case 137: YY_RULE_SETUP #line 1116 "config_scan.l" { BEGIN(start_protocol); yylval.string = socks_yytext; return INTERNAL_PROTOCOL; } YY_BREAK case 138: /* rule 138 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ YY_LINENO_REWIND_TO(yy_bp + 8); (yy_c_buf_p) = yy_cp = yy_bp + 8; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1124 "config_scan.l" { BEGIN(start_address); yylval.string = socks_yytext; return INTERNAL; } YY_BREAK case 139: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 9; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1132 "config_scan.l" { BEGIN(start_socketprotocol); yylval.string = socks_yytext; return EXTERNALSOCKET; } YY_BREAK case 140: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 9; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1139 "config_scan.l" { yylval.string = socks_yytext; return ALARMIF_EXTERNAL; } YY_BREAK case 141: YY_RULE_SETUP #line 1144 "config_scan.l" { BEGIN(start_protocol); yylval.string = socks_yytext; return EXTERNAL_PROTOCOL; } YY_BREAK case 142: YY_RULE_SETUP #line 1151 "config_scan.l" { yylval.string = socks_yytext; return EXTERNAL_ROTATION; } YY_BREAK case 143: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 12; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1156 "config_scan.l" { BEGIN(start_loglevel); yylval.string = socks_yytext; return LOGIF_EXTERNAL; } YY_BREAK case 144: /* rule 144 can match eol */ *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ YY_LINENO_REWIND_TO(yy_bp + 8); (yy_c_buf_p) = yy_cp = yy_bp + 8; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1163 "config_scan.l" { BEGIN(start_address); yylval.string = socks_yytext; return EXTERNAL; } YY_BREAK case 145: YY_RULE_SETUP #line 1170 "config_scan.l" { yylval.string = socks_yytext; return NONE; } YY_BREAK case 146: YY_RULE_SETUP #line 1175 "config_scan.l" { yylval.string = socks_yytext; return SAMESAME; } YY_BREAK case 147: YY_RULE_SETUP #line 1181 "config_scan.l" { yywarnx_deprecated(socks_yytext, NULL); } YY_BREAK case 148: YY_RULE_SETUP #line 1185 "config_scan.l" { yylval.string = socks_yytext; return PROC_MAXREQUESTS; } YY_BREAK case 149: YY_RULE_SETUP #line 1190 "config_scan.l" { yylval.string = socks_yytext; return PROC_MAXLIFETIME; } YY_BREAK case 150: YY_RULE_SETUP #line 1195 "config_scan.l" { BEGIN(start_username); yylval.string = socks_yytext; return USER; } YY_BREAK case 151: YY_RULE_SETUP #line 1202 "config_scan.l" { BEGIN(start_groupname); yylval.string = socks_yytext; return GROUP; } YY_BREAK case 152: YY_RULE_SETUP #line 1209 "config_scan.l" { BEGIN(start_username); yylval.string = socks_yytext; return USER_PRIVILEGED; } YY_BREAK case 153: YY_RULE_SETUP #line 1216 "config_scan.l" { BEGIN(start_username); yylval.string = socks_yytext; return USER_UNPRIVILEGED; } YY_BREAK case 154: YY_RULE_SETUP #line 1223 "config_scan.l" { BEGIN(start_username); yylval.string = socks_yytext; return USER_LIBWRAP; } YY_BREAK case 155: YY_RULE_SETUP #line 1230 "config_scan.l" { yylval.string = socks_yytext; return CONNECTTIMEOUT; } YY_BREAK case 156: YY_RULE_SETUP #line 1235 "config_scan.l" { yylval.string = socks_yytext; return TCP_FIN_WAIT; } YY_BREAK case 157: YY_RULE_SETUP #line 1241 "config_scan.l" { yylval.string = socks_yytext; return IOTIMEOUT; } YY_BREAK case 158: YY_RULE_SETUP #line 1246 "config_scan.l" { yylval.string = socks_yytext; return IOTIMEOUT_TCP; } YY_BREAK case 159: YY_RULE_SETUP #line 1251 "config_scan.l" { yylval.string = socks_yytext; return IOTIMEOUT_UDP; } YY_BREAK case 160: YY_RULE_SETUP #line 1256 "config_scan.l" { yylval.string = socks_yytext; return NEGOTIATETIMEOUT; } YY_BREAK case 161: YY_RULE_SETUP #line 1262 "config_scan.l" { yylval.string = socks_yytext; return COMPATIBILITY; } YY_BREAK case 162: YY_RULE_SETUP #line 1267 "config_scan.l" { yylval.string = socks_yytext; return SAMEPORT; } YY_BREAK case 163: YY_RULE_SETUP #line 1272 "config_scan.l" { yylval.string = socks_yytext; return DRAFT_5_05; } YY_BREAK case 164: YY_RULE_SETUP #line 1277 "config_scan.l" { yylval.string = socks_yytext; return CLIENTCOMPATIBILITY; } YY_BREAK case 165: YY_RULE_SETUP #line 1282 "config_scan.l" { yylval.string = socks_yytext; return NECGSSAPI; } YY_BREAK case 166: YY_RULE_SETUP #line 1287 "config_scan.l" { yylval.string = socks_yytext; return EXTENSION; } YY_BREAK case 167: YY_RULE_SETUP #line 1292 "config_scan.l" { yylval.string = socks_yytext; return BIND; } YY_BREAK case 168: YY_RULE_SETUP #line 1297 "config_scan.l" { BEGIN(start_address); yylval.string = socks_yytext; return HOSTID; } YY_BREAK case 169: YY_RULE_SETUP #line 1304 "config_scan.l" { yylval.string = socks_yytext; return MONITOR; } YY_BREAK case 170: YY_RULE_SETUP #line 1309 "config_scan.l" { BEGIN(start_hostindex); yylval.string = socks_yytext; return HOSTINDEX; } YY_BREAK case 171: YY_RULE_SETUP #line 1316 "config_scan.l" { BEGIN(0); yylval.number = 0; return NUMBER; } YY_BREAK case 172: YY_RULE_SETUP #line 1324 "config_scan.l" { BEGIN(start_method); yylval.string = socks_yytext; return SOCKSMETHOD; } YY_BREAK case 173: YY_RULE_SETUP #line 1331 "config_scan.l" { BEGIN(start_method); yylval.string = socks_yytext; return CLIENTMETHOD; } YY_BREAK case 174: YY_RULE_SETUP #line 1338 "config_scan.l" { BEGIN(start_method); yylval.string = socks_yytext; if (inroute) return METHOD; else if (inclientrule) { yywarnx_deprecated(socks_yytext, "clientmethod"); return CLIENTMETHOD; } else /* anywhere else; must be socksmethod. */ yywarnx_deprecated(socks_yytext, "socksmethod"); return SOCKSMETHOD; } YY_BREAK /* filterrules */ /* * verdicts */ case 175: YY_RULE_SETUP #line 1362 "config_scan.l" { yylval.string = socks_yytext; return VERDICT_BLOCK; } YY_BREAK case 176: YY_RULE_SETUP #line 1367 "config_scan.l" { yylval.string = socks_yytext; return VERDICT_PASS; } YY_BREAK case 177: *yy_cp = (yy_hold_char); /* undo effects of setting up socks_yytext */ (yy_c_buf_p) = yy_cp = yy_bp + 3; YY_DO_BEFORE_ACTION; /* set up socks_yytext again */ YY_RULE_SETUP #line 1372 "config_scan.l" { BEGIN(start_log); yylval.string = socks_yytext; return RULE_LOG; } YY_BREAK case 178: YY_RULE_SETUP #line 1380 "config_scan.l" { BEGIN(lineprefix); yylval.string = socks_yytext; return LIBWRAPSTART; } YY_BREAK case 179: YY_RULE_SETUP #line 1387 "config_scan.l" { BEGIN(start_libwrapfile); yylval.string = socks_yytext; return LIBWRAP_ALLOW; } YY_BREAK case 180: YY_RULE_SETUP #line 1394 "config_scan.l" { BEGIN(start_libwrapfile); yylval.string = socks_yytext; return LIBWRAP_DENY; } YY_BREAK case 181: YY_RULE_SETUP #line 1401 "config_scan.l" { yylval.string = socks_yytext; return LIBWRAP_HOSTS_ACCESS; } YY_BREAK case 182: YY_RULE_SETUP #line 1406 "config_scan.l" { BEGIN(start_servicename); yylval.string = socks_yytext; return PAMSERVICENAME; } YY_BREAK case 183: YY_RULE_SETUP #line 1413 "config_scan.l" { BEGIN(start_bsdauthstylename); yylval.string = socks_yytext; return BSDAUTHSTYLE; } YY_BREAK case 184: YY_RULE_SETUP #line 1420 "config_scan.l" { BEGIN(start_gssapiservicename); yylval.string = socks_yytext; return GSSAPISERVICE; } YY_BREAK case 185: YY_RULE_SETUP #line 1427 "config_scan.l" { BEGIN(start_gssapikeytabname); yylval.string = socks_yytext; return GSSAPIKEYTAB; } YY_BREAK case 186: YY_RULE_SETUP #line 1434 "config_scan.l" { BEGIN(start_encryption); yylval.string = socks_yytext; return GSSAPIENCTYPE; } YY_BREAK case 187: YY_RULE_SETUP #line 1441 "config_scan.l" { BEGIN(start_ldapbasedn); yylval.string = socks_yytext; return LDAPBASEDN; } YY_BREAK case 188: YY_RULE_SETUP #line 1448 "config_scan.l" { BEGIN(start_ldapbasedn); yylval.string = socks_yytext; return LDAPBASEDN_HEX; } YY_BREAK case 189: YY_RULE_SETUP #line 1455 "config_scan.l" { BEGIN(start_ldapbasedn); yylval.string = socks_yytext; return LDAPBASEDN_HEX_ALL; } YY_BREAK case 190: YY_RULE_SETUP #line 1462 "config_scan.l" { BEGIN(start_ldapbasedn); yylval.string = socks_yytext; return LDAPAUTHBASEDN; } YY_BREAK case 191: YY_RULE_SETUP #line 1469 "config_scan.l" { BEGIN(start_ldapbasedn); yylval.string = socks_yytext; return LDAPAUTHBASEDN_HEX; } YY_BREAK case 192: YY_RULE_SETUP #line 1476 "config_scan.l" { BEGIN(start_ldapbasedn); yylval.string = socks_yytext; return LDAPAUTHBASEDN_HEX_ALL; } YY_BREAK case 193: YY_RULE_SETUP #line 1483 "config_scan.l" { yylval.string = socks_yytext; return LDAPPORT; } YY_BREAK case 194: YY_RULE_SETUP #line 1488 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTHPORT; } YY_BREAK case 195: YY_RULE_SETUP #line 1493 "config_scan.l" { yylval.string = socks_yytext; return LDAPPORTSSL; } YY_BREAK case 196: YY_RULE_SETUP #line 1498 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTHPORTSSL; } YY_BREAK case 197: YY_RULE_SETUP #line 1503 "config_scan.l" { BEGIN(start_ldapurl); yylval.string = socks_yytext; return LDAPURL; } YY_BREAK case 198: YY_RULE_SETUP #line 1510 "config_scan.l" { BEGIN(start_ldapurl); yylval.string = socks_yytext; return LDAPAUTHURL; } YY_BREAK case 199: YY_RULE_SETUP #line 1517 "config_scan.l" { BEGIN(start_ldapcertfile); yylval.string = socks_yytext; return LDAPCERTFILE; } YY_BREAK case 200: YY_RULE_SETUP #line 1524 "config_scan.l" { BEGIN(start_ldapcertfile); yylval.string = socks_yytext; return LDAPAUTHCERTFILE; } YY_BREAK case 201: YY_RULE_SETUP #line 1531 "config_scan.l" { BEGIN(start_ldapcertpath); yylval.string = socks_yytext; return LDAPCERTPATH; } YY_BREAK case 202: YY_RULE_SETUP #line 1538 "config_scan.l" { BEGIN(start_ldapcertpath); yylval.string = socks_yytext; return LDAPAUTHCERTPATH; } YY_BREAK case 203: YY_RULE_SETUP #line 1545 "config_scan.l" { BEGIN(start_ldapdomain); yylval.string = socks_yytext; return LDAPDOMAIN; } YY_BREAK case 204: YY_RULE_SETUP #line 1552 "config_scan.l" { BEGIN(start_ldapdomain); yylval.string = socks_yytext; return LDAPAUTHDOMAIN; } YY_BREAK case 205: YY_RULE_SETUP #line 1559 "config_scan.l" { yylval.string = socks_yytext; return LDAPDEBUG; } YY_BREAK case 206: YY_RULE_SETUP #line 1564 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTHDEBUG; } YY_BREAK case 207: YY_RULE_SETUP #line 1569 "config_scan.l" { yylval.string = socks_yytext; return LDAPDEPTH; } YY_BREAK case 208: YY_RULE_SETUP #line 1574 "config_scan.l" { yylval.string = socks_yytext; return LDAPSSL; } YY_BREAK case 209: YY_RULE_SETUP #line 1579 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTHSSL; } YY_BREAK case 210: YY_RULE_SETUP #line 1584 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTO; } YY_BREAK case 211: YY_RULE_SETUP #line 1589 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTHAUTO; } YY_BREAK case 212: YY_RULE_SETUP #line 1594 "config_scan.l" { yylval.string = socks_yytext; return LDAPCERTCHECK; } YY_BREAK case 213: YY_RULE_SETUP #line 1599 "config_scan.l" { yylval.string = socks_yytext; return LDAPAUTHCERTCHECK; } YY_BREAK case 214: YY_RULE_SETUP #line 1604 "config_scan.l" { yylval.string = socks_yytext; return LDAPKEEPREALM; } YY_BREAK case 215: YY_RULE_SETUP #line 1609 "config_scan.l" { BEGIN(start_ldapfilter); yylval.string = socks_yytext; return LDAPFILTER; } YY_BREAK case 216: YY_RULE_SETUP #line 1616 "config_scan.l" { BEGIN(start_ldapfilter); yylval.string = socks_yytext; return LDAPAUTHFILTER; } YY_BREAK case 217: YY_RULE_SETUP #line 1623 "config_scan.l" { BEGIN(start_ldapfilter); yylval.string = socks_yytext; return LDAPFILTER_AD; } YY_BREAK case 218: YY_RULE_SETUP #line 1630 "config_scan.l" { BEGIN(start_ldapfilter); yylval.string = socks_yytext; return LDAPFILTER_HEX; } YY_BREAK case 219: YY_RULE_SETUP #line 1637 "config_scan.l" { BEGIN(start_ldapfilter); yylval.string = socks_yytext; return LDAPFILTER_AD_HEX; } YY_BREAK case 220: YY_RULE_SETUP #line 1644 "config_scan.l" { BEGIN(start_ldapattribute); yylval.string = socks_yytext; return LDAPATTRIBUTE; } YY_BREAK case 221: YY_RULE_SETUP #line 1651 "config_scan.l" { BEGIN(start_ldapattribute); yylval.string = socks_yytext; return LDAPATTRIBUTE_AD; } YY_BREAK case 222: YY_RULE_SETUP #line 1658 "config_scan.l" { BEGIN(start_ldapattribute); yylval.string = socks_yytext; return LDAPATTRIBUTE_HEX; } YY_BREAK case 223: YY_RULE_SETUP #line 1665 "config_scan.l" { BEGIN(start_ldapattribute); yylval.string = socks_yytext; return LDAPATTRIBUTE_AD_HEX; } YY_BREAK case 224: YY_RULE_SETUP #line 1672 "config_scan.l" { BEGIN(start_ldapservername); yylval.string = socks_yytext; return LDAPSERVER; } YY_BREAK case 225: YY_RULE_SETUP #line 1679 "config_scan.l" { BEGIN(start_ldapservername); yylval.string = socks_yytext; return LDAPAUTHSERVER; } YY_BREAK case 226: YY_RULE_SETUP #line 1686 "config_scan.l" { BEGIN(start_ldapgroupname); yylval.string = socks_yytext; return LDAPGROUP; } YY_BREAK case 227: YY_RULE_SETUP #line 1693 "config_scan.l" { BEGIN(start_ldapgroupname); yylval.string = socks_yytext; return LDAPGROUP_HEX; } YY_BREAK case 228: YY_RULE_SETUP #line 1700 "config_scan.l" { BEGIN(start_ldapgroupname); yylval.string = socks_yytext; return LDAPGROUP_HEX_ALL; } YY_BREAK case 229: YY_RULE_SETUP #line 1707 "config_scan.l" { BEGIN(start_ldapkeytabname); yylval.string = socks_yytext; return LDAPKEYTAB; } YY_BREAK case 230: YY_RULE_SETUP #line 1714 "config_scan.l" { BEGIN(start_ldapkeytabname); yylval.string = socks_yytext; return LDAPAUTHKEYTAB; } YY_BREAK case 231: YY_RULE_SETUP #line 1721 "config_scan.l" { BEGIN(start_pacsidname); yylval.string = socks_yytext; return PACSID_B64; } YY_BREAK case 232: YY_RULE_SETUP #line 1728 "config_scan.l" { BEGIN(start_pacsidname); yylval.string = socks_yytext; return PACSID; } YY_BREAK case 233: YY_RULE_SETUP #line 1735 "config_scan.l" { yylval.string = socks_yytext; return PACSID_FLAG; } YY_BREAK case 234: YY_RULE_SETUP #line 1740 "config_scan.l" { yylval.string = socks_yytext; return BOUNCE; } YY_BREAK case 235: YY_RULE_SETUP #line 1745 "config_scan.l" { BEGIN(start_realmname); yylval.string = socks_yytext; return REALM; } YY_BREAK /* * global keywords that are no longer used. */ case 236: YY_RULE_SETUP #line 1756 "config_scan.l" { yywarnx_deprecated(socks_yytext, NULL); } YY_BREAK case 237: YY_RULE_SETUP #line 1760 "config_scan.l" { yywarnx_deprecated(socks_yytext, "timeout.connect"); yylval.string = socks_yytext; return CONNECTTIMEOUT; } YY_BREAK case 238: YY_RULE_SETUP #line 1767 "config_scan.l" { yywarnx_deprecated(socks_yytext, "timeout.io"); yylval.string = socks_yytext; return IOTIMEOUT; } YY_BREAK case 239: YY_RULE_SETUP #line 1774 "config_scan.l" { yylval.deprecated.oldname = socks_yytext; yylval.deprecated.newname = "a general socket api. E.g. \"internal.tcp.so_rcvbuf\" for setting " "the socket receive buffer size on the internal interface side, or " "\"external.tcp.so_sndbuf\" for setting the socket send buffer size on " "the external interface side. Please see manual for more information"; return DEPRECATED; } YY_BREAK /* misc. generic stuff. */ /* * note that to support negative numbers we need to handle number ranges * like port 1-65535 correctly also. */ case 240: YY_RULE_SETUP #line 1793 "config_scan.l" { char *ep; long long llval; errno = 0; llval = strtoll(socks_yytext, &ep, 0); if (*socks_yytext == NUL || *ep != NUL) yyerror("confusing. Thought we would have a number here"); if (errno == ERANGE) yyerror("number given is out of range"); yylval.number = llval; if (shouldresetstate(YYSTATE, NUMBER)) BEGIN(0); return NUMBER; } YY_BREAK /* ignored */ case 241: YY_RULE_SETUP #line 1814 "config_scan.l" { ; } YY_BREAK /* shell style comment */ case 242: YY_RULE_SETUP #line 1819 "config_scan.l" { BEGIN(0); ; } YY_BREAK /* state always ends at eol ... */ case 243: /* rule 243 can match eol */ YY_RULE_SETUP #line 1825 "config_scan.l" { BEGIN(0); } YY_BREAK /* ... unless it's escaped. */ case 244: /* rule 244 can match eol */ YY_RULE_SETUP #line 1830 "config_scan.l" { ; } YY_BREAK case 245: YY_RULE_SETUP #line 1834 "config_scan.l" { inclientrule = inroute = 0; yylval.string = socks_yytext; return *socks_yytext; } YY_BREAK case 246: YY_RULE_SETUP #line 1841 "config_scan.l" { yylval.string = socks_yytext; return *socks_yytext; } YY_BREAK case 247: YY_RULE_SETUP #line 1846 "config_scan.l" ECHO; YY_BREAK #line 6292 "config_scan.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(start_address): case YY_STATE_EOF(start_port): case YY_STATE_EOF(lineprefix): case YY_STATE_EOF(start_command): case YY_STATE_EOF(start_compatibility): case YY_STATE_EOF(start_line): case YY_STATE_EOF(start_log): case YY_STATE_EOF(start_loglevel): case YY_STATE_EOF(start_logoutput): case YY_STATE_EOF(start_logtype): case YY_STATE_EOF(start_errorsymbol): case YY_STATE_EOF(start_method): case YY_STATE_EOF(start_option): case YY_STATE_EOF(start_proxyprotocol): case YY_STATE_EOF(start_username): case YY_STATE_EOF(start_groupname): case YY_STATE_EOF(start_libwrapfile): case YY_STATE_EOF(start_cpuoption): case YY_STATE_EOF(start_hostindex): case YY_STATE_EOF(start_statekey): case YY_STATE_EOF(start_tcpoption): case YY_STATE_EOF(start_ldapdomain): case YY_STATE_EOF(start_ldapbasedn): case YY_STATE_EOF(start_ldapurl): case YY_STATE_EOF(start_ldapfilter): case YY_STATE_EOF(start_ldapattribute): case YY_STATE_EOF(start_ldapservername): case YY_STATE_EOF(start_ldapgroupname): case YY_STATE_EOF(start_ldapkeytabname): case YY_STATE_EOF(start_ldapcertfile): case YY_STATE_EOF(start_ldapcertpath): case YY_STATE_EOF(start_pacsidname): case YY_STATE_EOF(start_alarmtest): case YY_STATE_EOF(start_srchost): case YY_STATE_EOF(start_protocol): case YY_STATE_EOF(start_servicename): case YY_STATE_EOF(start_portnumber): case YY_STATE_EOF(start_bsdauthstylename): case YY_STATE_EOF(start_gssapiservicename): case YY_STATE_EOF(start_gssapikeytabname): case YY_STATE_EOF(start_encryption): case YY_STATE_EOF(start_realmname): case YY_STATE_EOF(start_socketprotocol): case YY_STATE_EOF(start_socketoption): case YY_STATE_EOF(start_socketoptionvalue): case YY_STATE_EOF(start_processtype): case YY_STATE_EOF(start_schedulepolicy): case YY_STATE_EOF(start_schedulemask): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed socks_yyin at a new source and called * socks_yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = socks_yyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( socks_yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * socks_yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of user's declarations */ } /* end of socks_yylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; char *source = (yytext_ptr); int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { yy_size_t num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ YY_FATAL_ERROR( "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; socks_yyrestart(socks_yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) socks_yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); /* "- 2" to take care of EOB's */ YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { yy_state_type yy_current_state; char *yy_cp; yy_current_state = (yy_start); yy_current_state += YY_AT_BOL(); (yy_state_ptr) = (yy_state_buf); *(yy_state_ptr)++ = yy_current_state; for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); 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 >= 2803 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; *(yy_state_ptr)++ = yy_current_state; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { int yy_is_jam; YY_CHAR yy_c = 1; 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 >= 2803 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 2802); if ( ! yy_is_jam ) *(yy_state_ptr)++ = yy_current_state; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ socks_yyrestart(socks_yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( socks_yywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve socks_yytext */ (yy_hold_char) = *++(yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); if ( YY_CURRENT_BUFFER_LVALUE->yy_at_bol ) socks_yylineno++; ; return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void socks_yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ socks_yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = socks_yy_create_buffer(socks_yyin,YY_BUF_SIZE ); } socks_yy_init_buffer(YY_CURRENT_BUFFER,input_file ); socks_yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void socks_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * socks_yypop_buffer_state(); * socks_yypush_buffer_state(new_buffer); */ socks_yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; socks_yy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (socks_yywrap()) processing, but the only time this flag * is looked at is after socks_yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void socks_yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; socks_yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE socks_yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) socks_yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in socks_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 *) socks_yyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in socks_yy_create_buffer()" ); b->yy_is_our_buffer = 1; socks_yy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with socks_yy_create_buffer() * */ void socks_yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) socks_yyfree((void *) b->yy_ch_buf ); socks_yyfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a socks_yyrestart() or at EOF. */ static void socks_yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; socks_yy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then socks_yy_init_buffer was _probably_ * called from socks_yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void socks_yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) socks_yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void socks_yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; socks_yyensure_buffer_stack(); /* This block is copied from socks_yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from socks_yy_switch_to_buffer. */ socks_yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void socks_yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; socks_yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { socks_yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void socks_yyensure_buffer_stack (void) { yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)socks_yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in socks_yyensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)socks_yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in socks_yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE socks_yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) socks_yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in socks_yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; socks_yy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to socks_yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * socks_yy_scan_bytes() instead. */ YY_BUFFER_STATE socks_yy_scan_string (yyconst char * yystr ) { return socks_yy_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to socks_yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE socks_yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) socks_yyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in socks_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 = socks_yy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in socks_yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up socks_yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ socks_yytext[socks_yyleng] = (yy_hold_char); \ (yy_c_buf_p) = socks_yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ socks_yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int socks_yyget_lineno (void) { return socks_yylineno; } /** Get the input stream. * */ FILE *socks_yyget_in (void) { return socks_yyin; } /** Get the output stream. * */ FILE *socks_yyget_out (void) { return socks_yyout; } /** Get the length of the current token. * */ yy_size_t socks_yyget_leng (void) { return socks_yyleng; } /** Get the current token. * */ char *socks_yyget_text (void) { return socks_yytext; } /** Set the current line number. * @param line_number * */ void socks_yyset_lineno (int line_number ) { socks_yylineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see socks_yy_switch_to_buffer */ void socks_yyset_in (FILE * in_str ) { socks_yyin = in_str ; } void socks_yyset_out (FILE * out_str ) { socks_yyout = out_str ; } int socks_yyget_debug (void) { return socks_yy_flex_debug; } void socks_yyset_debug (int bdebug ) { socks_yy_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from socks_yylex_destroy(), so don't allocate here. */ /* We do not touch socks_yylineno unless the option is enabled. */ socks_yylineno = 1; (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; (yy_state_buf) = 0; (yy_state_ptr) = 0; (yy_full_match) = 0; (yy_lp) = 0; /* Defined in main.c */ #ifdef YY_STDINIT socks_yyin = stdin; socks_yyout = stdout; #else socks_yyin = (FILE *) 0; socks_yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * socks_yylex_init() */ return 0; } /* socks_yylex_destroy is for both reentrant and non-reentrant scanners. */ int socks_yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ socks_yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; socks_yypop_buffer_state(); } /* Destroy the stack itself. */ socks_yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; socks_yyfree ( (yy_state_buf) ); (yy_state_buf) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * socks_yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *socks_yyalloc (yy_size_t size ) { return (void *) malloc( size ); } void *socks_yyrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void socks_yyfree (void * ptr ) { free( (char *) ptr ); /* see socks_yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 1846 "config_scan.l" static int shouldresetstate(current_state, next_token) const int current_state; const int next_token; { switch (current_state) { case start_hostindex: case start_schedulemask: case start_servicename: switch (next_token) { case NUMBER: return 1; } break; } return 0; }