#include "config.h" #include "util/configyyrename.h" #line 3 "" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 6 #define YY_FLEX_SUBMINOR_VERSION 0 #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. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart(yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. * Ditto for the __ia64__ case accordingly. */ #define YY_BUF_SIZE 32768 #else #define YY_BUF_SIZE 16384 #endif /* __ia64__ */ #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) #define YY_LINENO_REWIND_TO(ptr) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart (FILE *input_file ); void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); void yy_delete_buffer (YY_BUFFER_STATE b ); void yy_flush_buffer (YY_BUFFER_STATE b ); void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void yypop_buffer_state (void ); static void yyensure_buffer_stack (void ); static void yy_load_buffer_state (void ); static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); void *yyalloc (yy_size_t ); void *yyrealloc (void *,yy_size_t ); void yyfree (void * ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern int yylineno; int yylineno = 1; extern char *yytext; #ifdef yytext_ptr #undef yytext_ptr #endif #define yytext_ptr yytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); #if defined(__GNUC__) && __GNUC__ >= 3 __attribute__((__noreturn__)) #endif static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ (yytext_ptr) -= (yy_more_len); \ yyleng = (size_t) (yy_cp - (yytext_ptr)); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 188 #define YY_END_OF_BUFFER 189 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[1880] = { 0, 1, 1, 170, 170, 174, 174, 178, 178, 182, 182, 1, 1, 189, 186, 1, 168, 168, 187, 2, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 187, 170, 171, 171, 172, 187, 174, 175, 175, 176, 187, 181, 178, 179, 179, 180, 187, 182, 183, 183, 184, 187, 185, 169, 2, 173, 185, 187, 186, 0, 1, 2, 2, 2, 2, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 170, 0, 174, 0, 181, 0, 178, 182, 0, 185, 0, 2, 2, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 75, 186, 186, 186, 186, 186, 186, 7, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 185, 186, 186, 186, 186, 186, 35, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 148, 186, 13, 14, 186, 17, 16, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 135, 186, 186, 186, 186, 186, 186, 186, 3, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 185, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 177, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 38, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 39, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 19, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 90, 177, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 89, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 73, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 24, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 36, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 37, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 26, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 162, 186, 186, 186, 186, 186, 186, 30, 186, 31, 186, 186, 186, 76, 186, 77, 186, 74, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 6, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 142, 186, 186, 186, 186, 92, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 27, 186, 186, 186, 186, 186, 186, 118, 186, 117, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 15, 186, 186, 186, 186, 186, 186, 186, 186, 186, 40, 186, 186, 186, 186, 186, 186, 186, 186, 79, 78, 186, 186, 186, 186, 186, 186, 186, 114, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 58, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 62, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 34, 186, 186, 186, 186, 186, 186, 186, 186, 116, 186, 186, 186, 186, 186, 186, 186, 186, 186, 5, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 110, 186, 186, 186, 186, 186, 186, 186, 186, 186, 128, 186, 111, 186, 186, 140, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 25, 186, 186, 186, 186, 81, 186, 82, 80, 186, 186, 186, 186, 186, 186, 186, 88, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 112, 186, 186, 186, 186, 186, 186, 139, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 72, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 32, 186, 186, 21, 186, 186, 186, 18, 186, 97, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 47, 49, 186, 186, 186, 186, 186, 186, 186, 186, 186, 149, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 83, 186, 186, 186, 186, 186, 186, 87, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 91, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 134, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 101, 186, 105, 186, 186, 186, 186, 186, 86, 186, 186, 68, 186, 126, 186, 186, 186, 186, 186, 141, 186, 186, 186, 186, 186, 186, 186, 154, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 104, 186, 186, 186, 186, 186, 50, 51, 186, 186, 33, 57, 106, 186, 119, 186, 143, 115, 186, 186, 43, 186, 108, 186, 186, 186, 186, 186, 8, 186, 186, 186, 71, 186, 186, 186, 186, 164, 186, 125, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 93, 153, 186, 186, 186, 186, 186, 186, 186, 186, 136, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 107, 186, 186, 42, 44, 186, 186, 186, 186, 186, 186, 186, 70, 186, 186, 186, 186, 163, 186, 186, 186, 186, 130, 22, 23, 186, 186, 186, 186, 186, 186, 186, 67, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 132, 129, 186, 186, 186, 186, 186, 186, 186, 186, 186, 41, 186, 186, 186, 186, 186, 186, 186, 12, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 11, 186, 186, 20, 186, 186, 186, 167, 186, 45, 186, 138, 131, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 100, 99, 186, 186, 186, 133, 127, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 52, 186, 186, 186, 137, 186, 186, 186, 186, 186, 186, 186, 186, 46, 186, 186, 186, 94, 96, 120, 186, 186, 186, 98, 186, 186, 144, 186, 186, 186, 186, 186, 186, 186, 186, 186, 150, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 121, 186, 186, 186, 28, 186, 186, 186, 4, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 152, 186, 186, 124, 186, 186, 186, 186, 186, 186, 186, 55, 186, 29, 147, 186, 10, 186, 186, 186, 186, 186, 122, 59, 186, 186, 186, 103, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 151, 84, 186, 186, 186, 186, 61, 65, 60, 186, 53, 186, 9, 186, 186, 165, 186, 186, 102, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 66, 64, 186, 54, 186, 113, 186, 123, 186, 186, 186, 186, 95, 48, 186, 186, 186, 186, 186, 186, 186, 85, 63, 56, 166, 186, 186, 186, 146, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 69, 186, 145, 161, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 109, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 157, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 186, 155, 186, 158, 159, 186, 186, 186, 186, 186, 156, 160, 0 } ; static yyconst YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 5, 6, 1, 1, 1, 7, 1, 1, 1, 1, 1, 8, 1, 1, 1, 1, 1, 9, 10, 1, 11, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 1, 39, 1, 1, 1, 1, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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 YY_CHAR yy_meta[66] = { 0, 1, 2, 3, 4, 5, 1, 6, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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_uint16_t yy_base[1894] = { 0, 0, 0, 63, 66, 69, 71, 77, 83, 88, 91, 129, 135, 355, 314, 95, 5425, 5425, 5425, 107, 110, 142, 180, 108, 50, 145, 172, 118, 148, 121, 181, 197, 166, 241, 137, 225, 260, 233, 228, 257, 116, 263, 5425, 5425, 5425, 94, 244, 5425, 5425, 5425, 96, 221, 251, 5425, 5425, 5425, 304, 212, 5425, 5425, 5425, 102, 208, 5425, 308, 5425, 268, 318, 206, 322, 111, 0, 326, 0, 0, 201, 170, 217, 317, 193, 309, 318, 310, 183, 312, 336, 311, 307, 341, 343, 245, 335, 350, 363, 156, 346, 370, 371, 357, 358, 376, 387, 391, 393, 398, 386, 397, 385, 399, 414, 408, 429, 412, 421, 422, 424, 418, 352, 435, 439, 450, 438, 431, 467, 448, 459, 455, 164, 174, 141, 296, 134, 509, 165, 122, 312, 115, 513, 517, 0, 486, 487, 488, 496, 510, 501, 506, 502, 515, 529, 526, 533, 536, 542, 586, 538, 508, 541, 532, 548, 545, 553, 549, 559, 560, 565, 576, 582, 584, 569, 597, 598, 622, 618, 610, 609, 620, 616, 624, 627, 625, 626, 629, 638, 634, 641, 642, 647, 659, 655, 651, 667, 653, 665, 646, 661, 674, 682, 697, 677, 688, 678, 699, 711, 710, 701, 695, 722, 723, 715, 725, 716, 718, 719, 724, 728, 745, 752, 734, 344, 763, 765, 751, 755, 768, 769, 774, 738, 762, 784, 772, 778, 782, 788, 786, 795, 813, 815, 798, 817, 801, 805, 812, 790, 827, 825, 836, 811, 828, 845, 847, 863, 254, 857, 850, 846, 862, 869, 868, 874, 880, 876, 877, 887, 890, 835, 892, 895, 908, 888, 904, 907, 928, 927, 935, 922, 918, 930, 955, 937, 1000, 926, 952, 945, 946, 962, 943, 940, 957, 971, 979, 981, 982, 999, 990, 984, 1006, 1004, 1009, 1017, 1036, 1018, 1024, 1032, 1039, 1052, 1001, 1037, 1042, 1049, 1041, 1057, 1066, 1051, 1061, 1065, 1067, 1068, 1069, 1089, 1097, 1078, 1103, 1107, 1085, 1099, 1098, 1105, 1113, 1115, 1100, 1118, 5425, 1122, 1117, 1131, 1134, 1132, 1141, 5425, 1136, 1135, 1137, 1161, 1158, 1164, 1163, 1176, 1157, 1165, 1168, 1170, 1178, 1172, 1184, 1188, 1234, 1186, 1190, 1194, 1226, 1216, 1198, 1211, 1199, 1227, 1214, 1220, 1237, 1230, 1241, 1239, 1256, 1251, 1257, 1269, 1278, 1268, 1264, 1262, 1277, 1281, 1274, 1292, 1291, 1290, 1279, 1305, 1295, 1307, 1315, 1301, 1316, 1324, 1331, 1329, 1333, 1335, 1317, 1334, 1332, 1344, 1341, 1342, 1328, 1350, 1349, 1343, 1370, 1361, 1363, 1362, 1381, 1369, 1371, 1376, 1384, 1389, 1390, 1391, 1394, 1403, 1411, 1398, 1418, 1425, 1426, 1422, 1414, 1420, 1406, 1430, 1440, 1436, 1438, 1444, 1445, 1447, 1441, 1455, 1466, 1477, 1473, 1459, 1474, 1461, 1462, 1471, 1472, 1491, 1485, 1482, 1496, 1493, 1517, 1506, 1507, 1509, 1511, 1505, 1522, 1512, 1521, 1518, 1523, 1524, 1539, 1542, 1554, 1543, 1553, 1555, 1548, 1558, 1565, 1567, 1551, 1575, 1570, 5425, 1569, 1573, 1597, 1592, 1587, 1581, 1599, 1591, 1585, 1633, 5425, 1598, 5425, 5425, 1600, 5425, 5425, 1612, 1616, 1619, 1620, 1682, 1624, 1635, 1636, 1627, 1641, 1651, 1663, 1660, 1665, 1671, 1678, 1672, 1668, 1687, 1692, 1688, 1709, 1695, 1703, 1702, 1719, 1725, 1730, 1735, 1729, 1731, 1733, 1734, 1722, 1738, 1746, 1736, 1748, 1745, 1758, 1775, 1757, 5425, 1765, 1768, 1780, 1764, 1785, 1772, 1795, 5425, 1767, 1784, 1769, 1799, 1796, 1800, 1812, 1804, 1810, 1805, 1825, 1815, 1803, 1838, 1823, 1826, 1845, 1848, 1850, 1830, 1846, 1855, 1841, 1863, 1867, 1856, 1851, 1853, 1875, 1868, 1874, 1879, 1877, 1880, 1878, 1876, 1885, 1889, 1934, 1907, 1894, 1902, 1895, 1926, 1925, 1927, 1919, 1924, 1944, 1941, 1958, 1957, 1960, 1959, 1964, 1970, 1914, 1987, 1967, 1991, 1984, 1990, 2003, 1994, 2000, 2005, 1997, 1931, 2006, 5425, 1922, 2009, 2015, 2025, 2032, 2036, 2026, 2035, 2031, 2039, 2030, 2046, 2040, 2042, 2055, 2054, 5425, 2058, 2052, 2065, 2079, 2081, 2083, 2085, 2089, 2093, 2082, 5425, 2087, 2100, 2097, 2096, 2091, 2109, 2104, 2113, 2131, 2114, 2132, 2138, 2136, 2123, 2141, 1942, 2140, 2126, 2145, 2155, 2158, 2159, 2165, 2175, 2176, 5425, 2166, 2185, 2172, 2182, 2191, 2193, 2186, 2190, 2195, 2202, 2207, 120, 2205, 2215, 2206, 2210, 5425, 76, 2212, 2221, 2211, 2200, 2234, 2239, 2240, 2233, 2241, 2249, 2242, 2237, 2252, 2250, 2251, 2273, 2261, 2262, 2279, 2267, 2289, 2286, 2288, 2282, 2298, 2281, 2284, 2300, 2302, 2314, 2311, 2306, 2315, 2316, 2320, 2327, 2328, 2317, 2318, 2332, 2343, 2337, 2333, 2347, 5425, 2369, 2354, 2363, 2355, 2367, 2361, 2389, 2359, 2370, 2386, 2379, 2382, 2397, 2400, 2398, 2399, 2406, 2408, 2405, 2409, 2394, 2419, 2424, 2433, 2418, 2457, 2428, 1982, 2430, 5425, 2436, 2427, 2425, 2449, 2478, 2445, 2434, 2454, 2465, 2464, 2463, 2483, 2472, 2494, 5425, 2492, 2491, 2484, 2497, 2481, 2507, 2508, 2512, 2500, 2511, 2509, 2521, 2524, 2514, 2523, 2530, 5425, 2535, 2546, 2528, 2549, 2545, 2539, 2550, 2563, 2547, 2542, 2553, 2564, 2548, 2559, 2552, 2581, 2569, 2574, 2575, 2595, 2583, 2580, 2601, 5425, 2585, 2617, 2605, 2607, 2616, 2609, 2625, 2620, 2608, 2610, 2612, 2622, 2643, 2635, 2634, 2651, 2639, 2641, 2644, 2649, 2659, 2650, 2667, 2656, 2668, 2661, 2680, 2677, 2687, 2676, 2700, 2702, 2706, 2707, 2709, 5425, 2711, 2713, 2694, 2718, 2701, 2703, 2747, 2752, 2727, 2732, 2729, 2734, 2735, 2730, 2739, 2744, 2745, 2748, 2756, 2760, 2750, 2768, 2773, 2772, 2786, 2783, 2785, 2780, 2792, 2791, 2803, 5425, 2794, 2798, 2797, 2813, 2806, 2810, 5425, 2816, 5425, 2818, 2837, 2831, 5425, 2835, 5425, 2839, 5425, 2843, 2841, 2832, 2827, 2849, 2850, 2833, 2851, 2860, 2856, 2845, 2870, 2882, 2866, 2883, 5425, 2871, 2877, 2894, 2887, 2876, 2879, 2893, 2897, 2898, 2906, 2905, 2908, 2909, 5425, 2916, 2931, 2915, 2933, 5425, 2913, 2940, 2935, 2925, 2953, 2950, 2943, 2942, 2949, 2938, 2970, 2957, 2978, 2964, 2966, 2967, 2983, 2993, 2969, 2990, 2999, 2996, 2984, 2998, 3004, 2989, 3009, 3000, 3008, 3012, 3014, 3019, 3016, 5425, 3038, 3039, 3027, 3040, 3041, 3036, 5425, 3055, 5425, 3049, 3054, 3051, 3046, 3063, 3066, 3079, 3077, 3096, 3087, 3074, 3082, 3080, 3089, 3084, 3093, 5425, 3083, 3099, 3118, 3112, 3115, 3126, 3132, 3125, 3111, 5425, 3140, 3123, 3144, 3142, 3143, 3153, 3149, 3169, 5425, 5425, 3146, 3152, 3139, 3158, 3186, 3167, 3170, 5425, 3171, 3189, 3182, 3190, 3196, 3194, 3179, 3185, 3207, 3197, 3212, 3213, 3214, 3216, 3236, 3221, 3224, 3231, 3244, 3246, 3245, 5425, 3250, 3238, 3254, 3256, 3252, 3258, 3263, 3251, 3265, 3277, 3260, 3273, 3289, 3295, 3282, 3279, 3281, 3296, 3285, 3310, 3311, 3313, 3318, 3316, 5425, 3322, 3302, 3325, 3306, 3324, 3326, 3338, 3343, 3321, 3339, 3340, 3344, 5425, 3336, 3348, 3360, 3346, 3373, 3358, 3354, 3379, 5425, 3352, 3390, 3377, 3386, 3385, 3371, 3401, 3382, 3395, 5425, 3405, 3399, 3396, 3407, 3419, 3422, 3425, 3426, 3418, 3413, 3417, 3430, 3444, 3421, 3424, 3454, 3441, 3440, 3446, 3458, 3453, 3465, 3468, 3470, 3451, 3473, 3480, 3475, 3494, 3497, 3477, 3486, 3500, 3489, 3504, 3493, 3485, 3513, 3495, 3519, 3506, 5425, 3520, 3525, 3529, 3534, 3516, 3532, 3537, 3533, 3540, 5425, 3543, 5425, 3551, 3545, 5425, 3546, 3541, 3535, 3562, 3556, 3560, 3573, 3575, 3590, 3578, 5425, 3587, 3576, 3582, 3584, 5425, 3595, 5425, 5425, 3581, 3583, 3616, 3608, 3612, 3626, 3627, 5425, 3622, 3610, 3631, 3624, 3615, 3634, 3635, 3638, 3618, 3649, 3621, 3652, 5425, 3661, 3665, 3651, 3670, 3673, 3674, 5425, 3668, 3681, 3658, 3685, 3687, 3693, 3699, 3688, 3701, 3691, 3700, 3709, 3711, 5425, 3710, 3716, 3686, 3723, 3720, 3714, 3727, 3737, 3738, 3732, 3743, 3751, 3736, 3746, 5425, 3761, 3763, 5425, 3747, 3756, 3759, 5425, 3771, 5425, 3778, 3774, 3767, 3772, 3791, 3787, 3797, 3788, 3802, 3795, 3799, 3813, 3809, 3801, 5425, 5425, 3810, 3811, 3825, 3829, 3819, 3814, 3839, 3837, 3843, 5425, 3824, 3840, 3827, 3838, 3855, 3844, 3847, 3861, 3864, 3858, 3870, 3852, 3865, 5425, 3871, 3859, 3874, 3882, 3869, 3885, 5425, 3899, 3901, 3900, 3902, 3905, 3914, 3907, 3917, 3908, 3909, 3919, 3924, 3925, 3920, 3937, 3930, 3938, 3953, 3935, 5425, 3950, 3956, 3940, 3958, 3942, 3957, 3965, 3972, 3970, 3952, 3974, 3975, 3976, 5425, 3984, 3982, 3981, 3987, 3993, 3998, 4006, 3986, 4009, 4013, 4007, 4021, 4002, 4011, 4014, 4023, 4015, 4034, 4036, 4033, 4056, 4054, 5425, 4039, 5425, 4055, 4066, 4060, 4068, 4051, 5425, 4061, 4070, 5425, 4053, 5425, 4072, 4084, 4080, 4078, 4101, 5425, 4108, 4095, 4111, 4098, 4099, 4096, 4117, 5425, 4116, 4121, 4114, 4125, 4126, 4135, 4127, 4136, 4128, 4123, 4153, 5425, 4145, 4160, 4168, 4158, 4167, 5425, 5425, 4157, 4173, 5425, 5425, 5425, 4170, 5425, 4163, 5425, 5425, 4172, 4175, 5425, 4178, 5425, 4183, 4188, 4187, 4184, 4186, 5425, 4190, 4195, 4212, 5425, 4210, 4224, 4205, 4211, 5425, 4221, 5425, 4220, 4227, 4214, 4230, 4231, 4240, 4242, 4232, 4243, 4233, 4237, 4251, 4260, 4246, 4268, 4270, 4248, 4257, 4267, 4258, 4269, 4285, 4271, 4278, 4276, 4294, 4291, 4302, 4310, 5425, 5425, 4295, 4296, 4297, 4305, 4308, 4313, 4312, 4327, 5425, 4320, 4322, 4329, 4335, 4316, 4341, 4337, 4346, 4345, 4352, 4348, 4354, 4351, 4362, 4356, 5425, 4373, 4368, 5425, 5425, 4364, 4371, 4385, 4375, 4381, 4388, 4400, 5425, 4391, 4401, 4407, 4397, 5425, 4413, 4402, 4416, 4419, 5425, 5425, 5425, 4422, 4398, 4426, 4425, 4431, 4432, 4433, 5425, 4427, 4434, 4440, 4429, 4438, 4455, 4457, 4474, 4468, 4475, 4476, 5425, 5425, 4466, 4478, 4477, 4480, 4483, 4471, 4482, 4484, 4487, 5425, 4491, 4470, 4507, 4513, 4514, 4524, 4518, 5425, 4509, 4510, 4512, 4529, 4516, 4533, 4534, 4532, 4536, 4541, 5425, 4539, 4540, 5425, 4560, 4556, 4557, 5425, 4573, 5425, 4576, 5425, 5425, 4558, 4580, 4579, 4577, 4586, 4588, 4571, 4596, 4594, 4592, 4591, 5425, 5425, 4624, 4605, 4598, 5425, 5425, 4607, 4609, 4623, 4613, 4615, 4603, 4602, 4614, 4637, 4629, 4642, 4646, 4636, 4644, 4639, 4641, 4656, 4657, 4658, 5425, 4661, 4679, 4675, 5425, 4663, 4687, 4685, 4684, 4676, 4695, 4683, 4688, 5425, 4690, 4686, 4694, 5425, 5425, 5425, 4722, 4728, 4721, 5425, 4726, 4732, 5425, 4725, 4715, 4705, 4716, 4739, 4720, 4743, 4742, 4741, 5425, 4753, 4758, 4750, 4747, 4766, 4760, 4762, 4771, 4777, 4757, 4786, 4769, 5425, 4790, 4791, 4787, 5425, 4795, 4785, 4774, 5425, 4806, 4802, 4798, 4811, 4821, 4804, 4814, 4808, 4827, 4833, 4829, 4825, 4819, 4841, 4835, 4832, 4846, 4852, 4845, 5425, 4849, 4855, 5425, 4853, 4861, 4860, 4877, 4881, 4883, 4879, 5425, 4886, 5425, 5425, 4888, 5425, 4890, 4880, 4882, 4893, 4895, 5425, 5425, 4897, 4898, 4907, 5425, 4899, 4903, 4909, 4916, 4921, 4913, 4917, 4920, 4924, 4930, 5425, 5425, 4922, 4952, 4953, 4950, 5425, 5425, 5425, 4959, 5425, 4957, 5425, 4963, 4956, 5425, 4966, 4958, 5425, 4949, 4962, 4974, 4968, 4978, 4977, 4981, 4972, 4986, 4991, 4998, 4992, 5010, 5425, 5425, 5012, 5425, 5015, 5425, 5016, 5425, 5005, 5019, 5009, 5021, 5425, 5425, 5023, 4995, 5013, 5030, 5022, 5034, 5029, 5425, 5425, 5425, 5425, 5051, 5038, 5046, 5425, 5048, 5050, 5047, 5049, 5053, 5056, 5073, 5064, 5062, 5070, 5084, 5087, 5090, 5074, 5089, 5106, 5091, 5425, 5094, 5425, 5425, 5093, 5107, 5110, 5111, 5100, 5116, 5114, 5123, 5117, 5132, 5127, 5124, 5143, 5134, 5157, 5144, 5155, 5159, 5147, 5151, 5163, 5161, 5162, 5173, 5169, 5175, 5170, 5425, 5172, 5179, 5182, 5190, 5204, 5202, 5193, 5210, 5213, 5217, 5208, 5197, 5218, 5219, 5220, 5229, 5228, 5231, 5425, 5246, 5247, 5238, 5240, 5235, 5242, 5245, 5265, 5268, 5263, 5271, 5276, 5273, 5425, 5277, 5425, 5425, 5278, 5262, 5275, 5285, 5287, 5425, 5425, 5425, 5333, 5340, 5347, 5354, 5361, 82, 5368, 5375, 5382, 5389, 5396, 5403, 5410, 5417 } ; static yyconst flex_int16_t yy_def[1894] = { 0, 1879, 1, 1880, 1880, 1881, 1881, 1882, 1882, 1883, 1883, 1884, 1884, 1879, 1885, 1879, 1879, 1879, 1879, 1886, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1887, 1879, 1879, 1879, 1887, 1888, 1879, 1879, 1879, 1888, 1889, 1879, 1879, 1879, 1879, 1889, 1890, 1879, 1879, 1879, 1890, 1891, 1879, 1892, 1879, 1891, 1891, 1885, 1885, 1879, 1893, 1886, 1893, 1886, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1887, 1887, 1888, 1888, 1889, 1889, 1879, 1890, 1890, 1891, 1891, 1892, 1892, 1891, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1891, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1891, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1891, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1891, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1879, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1891, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1891, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1879, 1879, 1879, 1885, 1879, 1885, 1879, 1879, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1879, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1879, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1879, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1879, 1879, 1879, 1885, 1879, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1879, 1885, 1879, 1885, 1879, 1885, 1885, 1885, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 1879, 1879, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1885, 1879, 1885, 1879, 1879, 1885, 1885, 1885, 1885, 1885, 1879, 1879, 0, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879 } ; static yyconst flex_uint16_t yy_nxt[5491] = { 0, 14, 15, 16, 17, 18, 19, 18, 14, 14, 14, 14, 18, 20, 14, 21, 22, 23, 24, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 14, 14, 14, 14, 40, 20, 14, 21, 22, 23, 24, 14, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 14, 14, 14, 14, 42, 43, 44, 42, 43, 44, 47, 48, 47, 48, 49, 88, 49, 52, 53, 54, 55, 68, 18, 52, 53, 54, 55, 69, 18, 58, 59, 60, 58, 59, 60, 70, 127, 127, 129, 71, 45, 129, 88, 45, 134, 134, 50, 73, 50, 73, 73, 70, 73, 137, 56, 71, 68, 73, 68, 68, 56, 68, 86, 75, 76, 61, 68, 800, 61, 15, 16, 17, 63, 64, 65, 15, 16, 17, 63, 64, 65, 77, 87, 95, 74, 69, 97, 69, 66, 86, 75, 76, 137, 78, 66, 69, 89, 69, 69, 135, 79, 111, 167, 96, 90, 133, 67, 80, 77, 87, 95, 132, 67, 97, 69, 66, 127, 127, 130, 69, 78, 66, 69, 89, 142, 69, 91, 79, 111, 92, 96, 90, 98, 69, 80, 81, 93, 105, 94, 82, 99, 128, 83, 69, 84, 85, 100, 69, 102, 69, 101, 142, 103, 91, 141, 152, 92, 69, 69, 98, 69, 146, 81, 93, 105, 94, 82, 99, 104, 83, 69, 84, 85, 100, 69, 102, 112, 101, 69, 103, 113, 141, 152, 69, 120, 137, 121, 143, 146, 135, 114, 133, 123, 115, 69, 104, 106, 124, 132, 160, 107, 122, 69, 112, 332, 69, 108, 113, 125, 109, 69, 120, 126, 121, 143, 116, 110, 114, 69, 123, 115, 130, 69, 106, 124, 117, 160, 107, 122, 118, 119, 69, 140, 108, 69, 125, 109, 69, 129, 126, 128, 129, 116, 110, 131, 137, 131, 131, 73, 131, 73, 73, 117, 73, 134, 134, 118, 119, 136, 140, 136, 136, 68, 136, 68, 68, 73, 68, 73, 73, 144, 73, 68, 147, 148, 156, 73, 157, 150, 151, 149, 153, 154, 145, 69, 139, 69, 69, 69, 69, 161, 69, 297, 1879, 69, 69, 1879, 144, 193, 155, 147, 148, 156, 74, 157, 150, 151, 149, 153, 158, 145, 159, 69, 69, 162, 168, 163, 161, 69, 164, 69, 69, 174, 69, 171, 169, 155, 69, 172, 69, 175, 173, 165, 166, 69, 69, 158, 1879, 159, 182, 69, 162, 168, 163, 176, 170, 164, 69, 69, 174, 178, 171, 169, 69, 177, 172, 180, 175, 173, 165, 166, 179, 69, 69, 69, 181, 182, 183, 69, 184, 69, 176, 170, 185, 69, 69, 69, 178, 186, 1879, 187, 177, 188, 180, 189, 69, 192, 190, 179, 69, 195, 69, 181, 191, 183, 69, 184, 194, 69, 69, 185, 69, 199, 202, 198, 186, 69, 187, 69, 188, 196, 189, 69, 192, 190, 69, 69, 195, 197, 200, 191, 203, 1879, 204, 194, 69, 1879, 69, 1879, 199, 202, 198, 69, 1879, 207, 1879, 69, 196, 1879, 205, 201, 1879, 206, 1879, 69, 197, 200, 1879, 203, 131, 204, 131, 131, 136, 131, 136, 136, 73, 136, 73, 73, 208, 73, 137, 69, 69, 205, 201, 209, 206, 210, 211, 212, 69, 213, 214, 1879, 227, 69, 69, 215, 216, 218, 69, 217, 69, 1879, 69, 208, 226, 1879, 219, 69, 1879, 139, 209, 228, 210, 211, 212, 231, 213, 230, 69, 227, 229, 69, 215, 216, 69, 69, 217, 220, 69, 233, 69, 226, 232, 69, 69, 237, 234, 69, 228, 235, 69, 69, 231, 236, 230, 69, 238, 229, 239, 1879, 243, 69, 69, 240, 220, 221, 233, 69, 244, 232, 222, 69, 237, 234, 245, 223, 235, 241, 69, 242, 236, 224, 225, 238, 69, 239, 69, 243, 69, 248, 240, 251, 221, 246, 249, 253, 252, 222, 254, 69, 69, 245, 223, 247, 241, 250, 242, 255, 224, 225, 257, 69, 69, 1879, 256, 259, 1879, 270, 69, 1879, 69, 249, 69, 252, 69, 261, 69, 69, 69, 69, 247, 69, 250, 258, 255, 262, 69, 257, 260, 263, 69, 256, 259, 69, 69, 264, 265, 266, 69, 69, 267, 272, 261, 69, 277, 69, 271, 69, 268, 269, 258, 69, 262, 69, 273, 260, 263, 69, 274, 69, 278, 275, 264, 265, 266, 276, 69, 267, 272, 69, 69, 277, 280, 271, 69, 268, 269, 281, 283, 284, 69, 273, 279, 1879, 286, 287, 288, 69, 275, 69, 1879, 69, 276, 137, 282, 285, 289, 292, 291, 305, 296, 290, 69, 69, 281, 283, 284, 69, 69, 279, 69, 69, 287, 294, 69, 69, 69, 69, 293, 295, 69, 282, 285, 289, 292, 291, 69, 296, 290, 298, 69, 299, 300, 1879, 1879, 301, 302, 69, 303, 309, 294, 306, 308, 69, 69, 293, 295, 69, 304, 1879, 307, 321, 1879, 1879, 69, 69, 298, 69, 299, 300, 69, 69, 301, 302, 69, 303, 69, 310, 306, 308, 69, 311, 312, 313, 69, 304, 69, 307, 69, 314, 69, 316, 69, 315, 318, 326, 317, 69, 319, 320, 69, 1879, 1879, 69, 310, 322, 346, 69, 311, 312, 313, 1879, 323, 69, 69, 69, 314, 69, 316, 69, 315, 318, 326, 317, 327, 319, 320, 69, 324, 69, 69, 325, 322, 328, 329, 333, 336, 69, 69, 323, 330, 331, 334, 339, 1879, 335, 337, 69, 69, 69, 1879, 327, 69, 338, 340, 324, 341, 343, 325, 69, 328, 329, 333, 336, 69, 69, 342, 330, 331, 334, 69, 69, 335, 337, 344, 348, 69, 351, 69, 69, 338, 340, 69, 341, 343, 345, 349, 347, 350, 69, 69, 355, 69, 342, 69, 352, 1879, 69, 353, 356, 354, 344, 348, 1879, 351, 1879, 69, 357, 361, 69, 69, 379, 345, 349, 347, 350, 373, 360, 355, 362, 69, 1879, 352, 358, 69, 353, 365, 354, 69, 69, 69, 359, 69, 363, 357, 361, 374, 69, 378, 69, 376, 375, 69, 373, 360, 69, 362, 137, 69, 364, 358, 1879, 377, 365, 69, 380, 1879, 69, 359, 69, 363, 383, 1879, 374, 69, 378, 381, 376, 375, 382, 385, 387, 384, 69, 1879, 389, 364, 366, 367, 377, 399, 69, 380, 69, 69, 386, 69, 368, 383, 369, 370, 371, 69, 381, 372, 388, 382, 391, 387, 384, 390, 69, 69, 69, 366, 367, 69, 399, 69, 392, 393, 69, 386, 394, 368, 395, 369, 370, 371, 69, 69, 372, 388, 396, 391, 404, 69, 390, 397, 398, 400, 401, 408, 402, 69, 407, 1879, 405, 69, 69, 394, 69, 395, 69, 69, 406, 403, 411, 410, 412, 396, 69, 404, 69, 69, 397, 398, 400, 401, 69, 402, 409, 407, 69, 405, 413, 415, 69, 69, 69, 69, 69, 406, 403, 411, 410, 412, 414, 417, 416, 69, 418, 1879, 419, 421, 420, 1879, 69, 409, 422, 1879, 69, 413, 415, 425, 423, 424, 1879, 426, 69, 69, 69, 69, 1879, 414, 69, 416, 69, 418, 69, 419, 421, 420, 427, 428, 69, 422, 69, 429, 69, 69, 425, 423, 424, 69, 426, 435, 430, 431, 432, 434, 433, 436, 69, 69, 1879, 69, 69, 69, 69, 427, 428, 437, 69, 438, 429, 439, 440, 1879, 444, 441, 1879, 446, 435, 430, 431, 432, 434, 433, 69, 69, 1879, 442, 69, 443, 69, 69, 69, 445, 437, 69, 438, 69, 439, 69, 447, 444, 441, 69, 446, 69, 454, 448, 1879, 455, 456, 69, 461, 69, 442, 69, 443, 69, 460, 459, 445, 69, 457, 1879, 462, 69, 69, 447, 463, 464, 1879, 458, 465, 454, 448, 449, 455, 456, 69, 461, 450, 69, 451, 69, 469, 460, 459, 69, 1879, 467, 452, 462, 466, 69, 69, 463, 464, 69, 458, 465, 453, 69, 449, 468, 69, 470, 69, 450, 69, 451, 471, 469, 472, 473, 474, 477, 467, 452, 69, 466, 475, 479, 476, 69, 69, 478, 480, 453, 481, 69, 468, 69, 470, 483, 484, 69, 137, 471, 486, 472, 473, 69, 477, 482, 69, 69, 69, 475, 69, 476, 485, 489, 478, 480, 491, 490, 492, 69, 69, 69, 483, 484, 69, 487, 493, 486, 488, 494, 69, 495, 482, 497, 69, 496, 69, 1879, 500, 485, 498, 499, 501, 491, 69, 69, 69, 502, 505, 503, 504, 1879, 487, 69, 1879, 488, 506, 69, 69, 507, 69, 69, 69, 69, 69, 500, 512, 498, 499, 516, 69, 69, 69, 69, 502, 508, 503, 504, 69, 69, 509, 511, 513, 506, 510, 515, 507, 517, 514, 518, 69, 69, 69, 512, 1879, 519, 526, 521, 69, 69, 69, 523, 508, 1879, 533, 69, 522, 509, 511, 513, 69, 510, 515, 69, 517, 514, 518, 520, 69, 69, 69, 524, 519, 69, 521, 525, 527, 69, 523, 530, 528, 529, 69, 522, 531, 69, 532, 534, 535, 542, 69, 536, 538, 69, 520, 537, 539, 69, 524, 69, 1879, 69, 525, 527, 69, 69, 530, 528, 529, 69, 540, 531, 541, 532, 534, 69, 543, 69, 536, 69, 69, 544, 537, 69, 69, 546, 69, 548, 550, 547, 549, 551, 552, 1879, 69, 1879, 545, 540, 69, 541, 69, 69, 553, 543, 554, 69, 556, 555, 544, 557, 69, 69, 69, 69, 548, 550, 69, 549, 551, 552, 559, 69, 563, 545, 69, 560, 558, 564, 565, 553, 69, 554, 69, 556, 555, 69, 557, 561, 562, 566, 567, 571, 570, 569, 69, 69, 69, 559, 69, 563, 69, 69, 568, 558, 564, 565, 69, 69, 572, 573, 69, 69, 69, 69, 561, 562, 566, 567, 571, 570, 569, 574, 576, 575, 578, 579, 577, 586, 69, 568, 580, 69, 69, 581, 582, 572, 573, 69, 583, 591, 69, 585, 69, 69, 69, 1879, 584, 137, 574, 576, 575, 578, 579, 577, 69, 587, 69, 580, 69, 69, 581, 582, 69, 588, 69, 583, 589, 590, 585, 592, 69, 593, 594, 584, 69, 600, 69, 1879, 605, 601, 69, 69, 587, 602, 603, 604, 69, 69, 69, 69, 588, 613, 616, 589, 590, 1879, 592, 1879, 593, 594, 595, 69, 600, 617, 596, 69, 601, 597, 69, 69, 602, 603, 604, 69, 598, 614, 69, 599, 613, 616, 618, 1879, 69, 615, 69, 69, 619, 595, 621, 1879, 69, 596, 625, 1879, 597, 1879, 1879, 620, 622, 624, 69, 598, 614, 623, 599, 606, 607, 618, 608, 69, 615, 609, 69, 619, 69, 621, 610, 69, 630, 625, 69, 69, 611, 612, 620, 622, 624, 69, 626, 628, 623, 69, 606, 607, 627, 608, 69, 69, 609, 629, 631, 69, 632, 610, 69, 630, 633, 634, 635, 611, 612, 69, 69, 636, 637, 626, 628, 1879, 69, 638, 1879, 627, 641, 639, 640, 642, 629, 631, 69, 632, 645, 69, 1879, 633, 69, 643, 646, 644, 69, 69, 69, 637, 69, 69, 69, 69, 638, 69, 647, 641, 639, 640, 642, 648, 69, 69, 650, 69, 649, 651, 653, 1879, 643, 646, 644, 652, 69, 69, 654, 655, 658, 659, 660, 69, 69, 647, 69, 69, 69, 1879, 656, 69, 1879, 650, 69, 649, 651, 653, 657, 69, 665, 670, 652, 69, 69, 654, 655, 658, 659, 660, 662, 661, 663, 664, 69, 69, 667, 656, 69, 69, 666, 669, 69, 69, 69, 657, 668, 665, 670, 69, 671, 69, 673, 674, 69, 672, 675, 662, 661, 663, 664, 677, 69, 667, 69, 69, 676, 666, 669, 69, 678, 683, 679, 668, 680, 682, 681, 69, 685, 673, 69, 684, 672, 686, 69, 69, 688, 69, 677, 69, 69, 689, 69, 676, 69, 69, 691, 678, 683, 679, 687, 680, 69, 681, 690, 685, 69, 69, 684, 692, 703, 694, 693, 69, 69, 69, 69, 69, 137, 69, 702, 695, 720, 691, 69, 1879, 1879, 687, 69, 704, 736, 690, 705, 69, 69, 1879, 692, 703, 694, 693, 1879, 69, 706, 734, 708, 709, 69, 702, 695, 696, 710, 697, 707, 69, 779, 698, 704, 699, 69, 705, 711, 69, 700, 69, 69, 69, 69, 701, 712, 706, 69, 708, 709, 69, 715, 713, 696, 710, 697, 707, 69, 69, 698, 69, 699, 714, 716, 711, 719, 700, 718, 725, 717, 881, 701, 712, 69, 69, 69, 69, 721, 715, 713, 69, 1879, 722, 69, 723, 726, 69, 727, 730, 714, 716, 728, 719, 729, 718, 725, 717, 731, 69, 735, 69, 737, 724, 69, 721, 733, 69, 69, 732, 722, 69, 723, 726, 69, 727, 730, 69, 740, 728, 69, 729, 69, 69, 738, 731, 69, 735, 739, 737, 724, 741, 69, 733, 743, 742, 732, 744, 745, 746, 751, 747, 69, 69, 1879, 1879, 749, 69, 69, 69, 748, 738, 69, 69, 750, 739, 69, 69, 741, 69, 753, 743, 742, 69, 744, 745, 746, 752, 747, 69, 754, 69, 69, 749, 755, 69, 756, 748, 757, 760, 759, 750, 69, 1879, 758, 761, 763, 753, 765, 767, 764, 766, 1879, 762, 752, 768, 69, 754, 69, 69, 69, 755, 69, 756, 69, 757, 69, 759, 69, 770, 69, 758, 761, 69, 69, 765, 767, 69, 766, 769, 762, 69, 768, 771, 772, 773, 69, 774, 1879, 777, 69, 69, 776, 775, 781, 1879, 770, 778, 782, 780, 69, 1879, 1879, 69, 1879, 1879, 769, 1879, 69, 69, 771, 772, 773, 69, 774, 69, 777, 69, 69, 776, 775, 781, 69, 783, 778, 782, 780, 784, 786, 785, 787, 788, 69, 791, 789, 69, 69, 793, 790, 794, 796, 1879, 69, 69, 792, 1879, 808, 1879, 1879, 69, 783, 795, 69, 69, 784, 786, 785, 787, 788, 69, 791, 789, 69, 69, 797, 790, 798, 69, 69, 799, 69, 792, 69, 801, 802, 803, 805, 69, 795, 69, 809, 807, 69, 69, 69, 804, 806, 69, 69, 69, 1879, 797, 69, 798, 810, 811, 799, 812, 69, 1879, 801, 802, 803, 805, 814, 813, 816, 815, 807, 817, 69, 69, 804, 806, 69, 818, 69, 69, 69, 69, 819, 810, 811, 820, 812, 821, 69, 69, 69, 69, 822, 814, 813, 816, 815, 823, 817, 824, 69, 69, 825, 826, 818, 831, 69, 827, 828, 819, 1879, 830, 69, 829, 821, 1879, 1879, 832, 69, 822, 69, 69, 836, 69, 823, 69, 824, 69, 69, 825, 826, 834, 831, 833, 827, 828, 837, 69, 830, 69, 829, 69, 835, 838, 832, 69, 840, 839, 842, 836, 69, 843, 841, 69, 69, 69, 69, 69, 834, 69, 833, 845, 844, 837, 846, 847, 69, 69, 848, 835, 838, 69, 69, 840, 839, 842, 69, 849, 843, 841, 850, 1879, 69, 851, 853, 854, 69, 852, 845, 844, 857, 846, 847, 69, 69, 848, 858, 855, 69, 859, 69, 856, 69, 861, 860, 862, 69, 850, 69, 69, 851, 853, 854, 863, 852, 864, 865, 857, 69, 866, 1879, 69, 868, 858, 870, 69, 859, 871, 69, 867, 861, 860, 872, 69, 874, 869, 69, 69, 69, 69, 863, 880, 864, 865, 69, 69, 866, 69, 69, 868, 873, 870, 883, 882, 884, 885, 867, 69, 69, 1879, 1879, 874, 869, 69, 69, 890, 69, 69, 880, 69, 886, 889, 69, 69, 891, 69, 1879, 873, 875, 883, 882, 884, 885, 876, 69, 877, 887, 878, 69, 879, 888, 892, 890, 69, 893, 895, 69, 886, 889, 896, 894, 891, 69, 69, 69, 875, 897, 898, 899, 901, 876, 69, 877, 902, 878, 900, 879, 69, 892, 903, 69, 893, 69, 69, 905, 904, 896, 894, 907, 908, 69, 69, 906, 69, 898, 899, 69, 910, 909, 69, 902, 912, 900, 914, 911, 916, 69, 69, 69, 913, 69, 69, 904, 69, 915, 907, 908, 917, 1879, 906, 69, 924, 69, 69, 910, 909, 918, 69, 912, 69, 919, 911, 916, 920, 69, 921, 913, 923, 69, 922, 927, 69, 929, 928, 69, 69, 69, 69, 69, 69, 925, 69, 69, 918, 930, 935, 926, 919, 69, 1879, 920, 931, 69, 69, 923, 933, 922, 927, 69, 929, 928, 932, 934, 69, 69, 936, 938, 925, 937, 69, 69, 930, 69, 926, 69, 939, 941, 942, 931, 940, 943, 947, 933, 945, 69, 944, 946, 1879, 932, 934, 69, 948, 936, 938, 69, 937, 69, 69, 69, 69, 949, 69, 950, 941, 942, 69, 69, 943, 947, 69, 951, 69, 944, 946, 69, 952, 953, 954, 948, 955, 957, 1879, 956, 69, 69, 962, 958, 949, 69, 950, 69, 960, 69, 69, 961, 963, 959, 951, 69, 69, 69, 964, 952, 953, 954, 69, 955, 957, 69, 956, 69, 965, 962, 958, 966, 967, 69, 69, 960, 968, 970, 961, 963, 959, 971, 69, 69, 969, 964, 69, 972, 1879, 973, 974, 976, 1879, 69, 978, 965, 975, 1879, 966, 967, 69, 979, 977, 968, 1879, 989, 69, 69, 69, 69, 1879, 969, 69, 69, 972, 69, 973, 69, 976, 69, 988, 978, 980, 975, 69, 984, 981, 982, 979, 977, 985, 983, 987, 69, 986, 69, 69, 990, 69, 1879, 69, 69, 991, 992, 996, 69, 993, 988, 997, 994, 69, 69, 984, 69, 69, 998, 69, 985, 69, 987, 995, 986, 69, 999, 990, 1000, 69, 1001, 1002, 991, 992, 996, 1003, 993, 69, 997, 994, 1010, 69, 69, 1004, 1011, 998, 1005, 1006, 1014, 69, 995, 1007, 69, 999, 69, 69, 1009, 1001, 1002, 1012, 69, 69, 1003, 69, 1008, 1016, 69, 69, 1013, 1018, 1004, 1011, 69, 1005, 1006, 69, 1015, 1019, 1007, 69, 1017, 1020, 69, 1009, 1022, 69, 1012, 69, 1021, 1023, 1027, 1008, 1016, 1028, 1024, 1013, 69, 1026, 1879, 1030, 69, 69, 69, 1015, 69, 1025, 69, 1017, 69, 1031, 69, 1022, 69, 1879, 69, 1021, 1023, 1027, 69, 69, 69, 1024, 1029, 1032, 1026, 69, 1030, 1034, 1033, 69, 1035, 1036, 1025, 1037, 1039, 69, 1031, 1038, 1040, 69, 69, 1041, 1044, 1046, 1042, 69, 69, 1048, 69, 1029, 1032, 69, 69, 1045, 1034, 1033, 69, 1035, 1036, 1043, 1037, 1039, 69, 69, 1038, 1040, 69, 69, 1041, 1044, 1047, 1042, 1049, 1050, 69, 69, 1051, 69, 69, 1053, 1045, 1052, 69, 1054, 69, 69, 1043, 1056, 1060, 1055, 1061, 1879, 1879, 1062, 69, 1066, 1063, 1047, 1057, 1049, 69, 1058, 69, 1051, 69, 1064, 1053, 69, 1052, 69, 1054, 69, 69, 1059, 1056, 1065, 1055, 1061, 69, 69, 1062, 1067, 69, 1063, 1068, 1057, 69, 1069, 1058, 1070, 1071, 1072, 1064, 69, 1073, 69, 69, 1074, 69, 69, 1059, 1075, 1065, 1076, 1077, 1080, 1083, 69, 1067, 1879, 1879, 1068, 69, 69, 1069, 1082, 1070, 1071, 69, 69, 1078, 1073, 69, 1081, 1074, 69, 1079, 69, 69, 69, 1076, 1077, 1080, 69, 1084, 1086, 1085, 69, 69, 1087, 1088, 69, 1082, 69, 1090, 69, 1089, 1078, 69, 1091, 1081, 1097, 1092, 1079, 1094, 1093, 69, 1879, 1099, 1098, 1879, 1084, 1086, 1085, 1100, 69, 1087, 69, 69, 69, 69, 1090, 1095, 1089, 1101, 69, 1091, 1096, 69, 1092, 69, 1094, 1093, 69, 69, 1099, 1098, 1102, 1105, 1107, 1103, 1100, 69, 1104, 1106, 69, 1108, 1109, 1879, 1095, 1110, 1101, 1112, 69, 1096, 1111, 69, 1113, 69, 69, 1114, 69, 69, 69, 1102, 1105, 69, 1103, 69, 1115, 1104, 1116, 69, 1108, 1109, 69, 1118, 1110, 69, 1112, 1117, 1124, 1111, 1119, 1113, 1120, 1122, 1114, 1125, 1123, 69, 69, 1127, 1126, 69, 1879, 1115, 69, 1116, 1121, 1128, 1130, 69, 1118, 69, 69, 1134, 1117, 1124, 1136, 1119, 69, 1120, 1122, 1131, 1129, 1123, 1135, 69, 69, 1126, 69, 69, 69, 1132, 69, 1121, 1128, 69, 1137, 1133, 69, 69, 1134, 1138, 1139, 1136, 69, 1879, 1143, 1140, 1131, 1129, 1141, 1135, 1142, 69, 1144, 69, 69, 69, 1132, 1148, 1145, 1147, 1146, 1137, 1133, 69, 1149, 1879, 69, 1139, 1150, 69, 69, 1143, 1140, 69, 69, 1141, 1151, 1142, 69, 1144, 69, 69, 1152, 1153, 1148, 1145, 1147, 1146, 1879, 1155, 1156, 69, 1154, 1879, 1158, 1150, 69, 69, 69, 1157, 69, 1159, 1161, 1151, 1163, 69, 1160, 1879, 69, 1152, 1153, 1164, 1162, 1879, 1166, 69, 1879, 1156, 1879, 1154, 69, 1158, 69, 1169, 1167, 1165, 1157, 1170, 69, 69, 69, 1163, 1168, 1160, 69, 69, 69, 1173, 69, 1162, 69, 1166, 69, 1171, 69, 1174, 1175, 69, 1176, 69, 1169, 1167, 1165, 1180, 1170, 1178, 1172, 69, 1179, 1168, 1177, 69, 1181, 69, 1173, 69, 69, 1182, 1183, 69, 1171, 1185, 1174, 69, 1184, 1187, 1186, 1188, 1189, 69, 69, 1191, 1178, 1172, 1192, 1179, 69, 1177, 1190, 1181, 69, 1193, 1879, 1200, 69, 69, 1879, 69, 1198, 1879, 69, 1184, 69, 1186, 1188, 69, 69, 1202, 69, 69, 69, 1192, 1194, 1195, 1196, 1190, 1199, 1204, 1210, 1197, 69, 1201, 69, 69, 69, 1198, 1203, 69, 69, 1205, 69, 1206, 69, 1208, 1202, 1207, 69, 1209, 69, 1194, 1195, 1196, 69, 1199, 69, 1210, 1197, 1211, 1201, 1212, 1213, 1214, 1220, 1203, 1215, 69, 1205, 69, 1206, 1216, 1208, 69, 1207, 69, 1209, 1217, 69, 1219, 1218, 69, 69, 1222, 1223, 1221, 69, 1224, 1212, 1213, 1214, 69, 69, 1215, 1225, 69, 1227, 69, 1216, 1879, 1226, 69, 1228, 69, 1217, 1229, 1219, 1218, 1232, 69, 1222, 1230, 1221, 69, 69, 69, 1231, 69, 69, 1233, 69, 69, 69, 1227, 1234, 1235, 69, 1226, 1236, 1228, 1237, 1239, 1229, 1238, 1240, 1232, 69, 69, 1230, 1243, 69, 1244, 69, 1231, 1247, 1246, 1233, 69, 1241, 69, 69, 1234, 1235, 1242, 69, 1236, 1245, 1237, 1239, 1248, 1238, 69, 1250, 1249, 69, 1253, 69, 1252, 1244, 69, 1254, 69, 1251, 69, 1256, 1241, 69, 1255, 1258, 1257, 1242, 69, 69, 1245, 1260, 69, 1259, 1261, 1879, 69, 69, 69, 1262, 69, 1252, 1263, 69, 1254, 1264, 1251, 69, 1256, 69, 1265, 1255, 1266, 1257, 1267, 1269, 69, 1275, 1268, 69, 1259, 1261, 69, 69, 1271, 1270, 1262, 1879, 69, 1263, 1272, 1276, 69, 1273, 1274, 69, 69, 69, 69, 1266, 69, 1267, 1269, 69, 69, 1268, 69, 1277, 69, 69, 1278, 1271, 1270, 1280, 69, 1279, 1281, 1272, 1276, 69, 1273, 1274, 1282, 69, 1284, 69, 1879, 1287, 1283, 1288, 1286, 1289, 1290, 1291, 1277, 1285, 69, 1278, 69, 69, 1280, 69, 1279, 1281, 69, 69, 69, 69, 1292, 1294, 69, 1284, 1879, 69, 1287, 1283, 1288, 1286, 69, 1290, 1291, 1293, 1285, 1296, 1295, 1297, 1298, 1879, 1299, 1300, 1879, 69, 1301, 69, 1879, 69, 1294, 1307, 69, 69, 1305, 69, 1302, 1303, 69, 69, 1304, 69, 1293, 69, 69, 1295, 1297, 1298, 69, 1299, 1300, 69, 69, 1301, 1306, 69, 1309, 1310, 1307, 1311, 1879, 1305, 1308, 1302, 1303, 1312, 69, 1304, 69, 69, 1313, 1316, 1315, 1314, 1317, 69, 1330, 1324, 69, 1319, 1318, 1306, 69, 1309, 1310, 69, 1311, 69, 1320, 1308, 69, 69, 1312, 1879, 1321, 1325, 1322, 1313, 69, 1315, 1314, 1317, 69, 69, 69, 69, 1319, 1318, 69, 1327, 69, 1323, 1326, 1334, 1331, 1320, 69, 69, 69, 1328, 1329, 1321, 1325, 1322, 1333, 1332, 69, 69, 69, 1879, 1336, 69, 1335, 69, 1337, 1341, 1327, 69, 1323, 1326, 69, 1331, 1338, 1340, 69, 1339, 1328, 1329, 1342, 69, 1345, 1333, 1332, 69, 69, 69, 1343, 1336, 1344, 1335, 69, 1337, 1341, 69, 69, 1347, 1346, 1348, 69, 1338, 1340, 1352, 1339, 69, 1349, 1342, 69, 1345, 69, 1350, 69, 1353, 1351, 1343, 69, 1344, 1354, 1355, 69, 69, 1358, 69, 1347, 1346, 1348, 69, 1357, 1356, 1352, 1360, 1364, 1349, 1359, 1361, 69, 69, 1350, 1362, 69, 1351, 1365, 1363, 69, 1354, 69, 1366, 69, 1358, 69, 69, 1367, 1368, 1369, 1357, 1356, 1370, 69, 69, 69, 1359, 69, 69, 1371, 1372, 1362, 1374, 69, 1365, 1363, 1373, 1375, 69, 69, 1376, 69, 1879, 69, 1367, 1368, 1369, 1377, 1380, 1378, 1379, 69, 69, 69, 69, 1381, 1371, 69, 69, 1374, 1382, 69, 1383, 1373, 1375, 1384, 69, 1376, 1390, 69, 1387, 1385, 69, 69, 1377, 69, 1378, 1379, 69, 69, 1388, 1386, 1381, 69, 69, 69, 1392, 1382, 69, 1383, 1389, 1393, 1384, 1391, 1398, 1390, 69, 1387, 1385, 69, 1394, 1879, 1397, 1395, 1399, 1396, 1402, 1388, 1386, 1401, 1400, 1403, 1404, 69, 69, 69, 69, 1389, 1393, 69, 1391, 69, 69, 69, 1406, 1408, 1405, 1394, 69, 1397, 1395, 69, 1396, 69, 69, 1407, 1401, 1400, 69, 69, 1409, 1410, 1411, 1412, 69, 1414, 1413, 1415, 1879, 69, 1416, 69, 69, 1405, 69, 1417, 69, 1420, 1421, 1879, 1418, 1879, 1407, 1424, 69, 1879, 69, 69, 1410, 1411, 69, 69, 69, 1413, 1415, 1419, 1422, 1416, 1428, 69, 1429, 1423, 1417, 1427, 69, 1421, 69, 1418, 69, 69, 69, 1425, 1426, 1431, 1879, 69, 69, 1433, 69, 1432, 69, 69, 1419, 1422, 1430, 1428, 1435, 69, 1423, 1434, 1427, 1438, 69, 1436, 1437, 1440, 69, 1441, 1425, 1426, 69, 69, 1439, 69, 1433, 69, 1432, 69, 69, 69, 1442, 1430, 1443, 1435, 1444, 69, 1434, 69, 1438, 1445, 1436, 1437, 1440, 1450, 1441, 1446, 1447, 69, 69, 1439, 69, 1448, 1456, 69, 1449, 1879, 1451, 1442, 1453, 1443, 1879, 1444, 1457, 1454, 1452, 69, 1455, 69, 69, 69, 69, 1879, 1446, 1447, 69, 69, 1458, 1460, 1448, 1456, 69, 1449, 69, 1451, 69, 1453, 69, 1459, 1461, 1457, 1454, 1452, 69, 1455, 69, 1462, 1463, 1465, 69, 1464, 1466, 1471, 1467, 1458, 1460, 1468, 1478, 1469, 1879, 69, 69, 1470, 69, 69, 1459, 69, 1879, 1472, 1475, 1879, 1477, 1879, 69, 1463, 1465, 69, 1464, 1466, 69, 1467, 69, 69, 1468, 1473, 1469, 69, 1474, 69, 1470, 69, 69, 69, 69, 1476, 1472, 1475, 1479, 1477, 1480, 69, 69, 1482, 1481, 1483, 1879, 1879, 1484, 1487, 1485, 69, 1473, 1486, 1490, 1474, 1489, 1491, 1492, 69, 1488, 1879, 1476, 69, 69, 1479, 69, 1480, 1493, 69, 1496, 1481, 1483, 69, 69, 1484, 69, 1485, 69, 69, 1486, 69, 1494, 1489, 69, 1495, 1498, 1488, 1497, 69, 69, 1499, 69, 69, 69, 1493, 69, 1496, 1500, 1501, 1504, 69, 1502, 1879, 1505, 1503, 1879, 1507, 1506, 1494, 1509, 69, 1495, 1498, 1508, 1497, 69, 69, 69, 1510, 69, 1511, 1879, 1512, 1514, 1500, 69, 69, 1515, 1502, 69, 1505, 1503, 69, 1507, 1506, 69, 69, 69, 69, 1513, 1508, 1516, 69, 1517, 1518, 69, 1519, 69, 69, 1512, 1514, 69, 1521, 69, 1515, 1522, 69, 1520, 1523, 1529, 1524, 1525, 69, 69, 1526, 69, 1513, 1527, 1516, 1531, 1517, 1518, 69, 69, 69, 69, 69, 1530, 1528, 1521, 1532, 69, 1522, 69, 1520, 1523, 1529, 1524, 1525, 1533, 69, 1526, 1535, 1534, 1527, 1538, 69, 1536, 1542, 69, 69, 69, 69, 1537, 1530, 1528, 1541, 69, 1540, 1543, 69, 1539, 1546, 69, 1544, 69, 1533, 69, 69, 1535, 1534, 69, 1538, 1550, 1536, 69, 1551, 69, 1545, 1879, 1537, 1548, 69, 1541, 69, 1540, 1543, 1547, 1539, 1546, 69, 1544, 69, 1549, 1552, 1555, 69, 1553, 1554, 1879, 69, 69, 1560, 69, 1556, 1545, 69, 69, 1548, 69, 1557, 69, 1559, 1561, 1547, 1558, 1564, 69, 1562, 69, 1549, 1552, 1555, 69, 1553, 1554, 69, 1563, 69, 1560, 69, 1556, 1565, 1567, 1566, 1568, 69, 1557, 1569, 1559, 69, 1570, 1558, 69, 1572, 1562, 69, 1573, 1575, 1571, 1879, 1574, 69, 69, 1563, 69, 69, 69, 1577, 1565, 1567, 1566, 69, 1576, 1578, 1569, 1585, 1582, 69, 1580, 1581, 69, 1584, 1583, 69, 1575, 1571, 69, 1574, 1579, 69, 69, 69, 1586, 69, 1577, 69, 69, 69, 69, 1576, 1578, 1587, 69, 1582, 69, 1580, 1581, 1588, 1584, 1583, 1589, 1593, 1590, 1591, 1879, 1579, 1592, 1879, 1594, 69, 1879, 69, 1595, 1597, 1879, 1602, 1599, 1598, 1587, 1596, 69, 1601, 69, 1879, 69, 69, 1600, 1589, 69, 69, 69, 69, 69, 1592, 69, 1594, 69, 69, 69, 1595, 1597, 69, 1602, 1599, 1598, 69, 1596, 1603, 1601, 1604, 1605, 1879, 1606, 1600, 1607, 1608, 1611, 1609, 1610, 1615, 1879, 69, 1612, 69, 69, 1614, 69, 69, 69, 1613, 69, 1616, 69, 1617, 1603, 1618, 1604, 1605, 69, 1606, 1619, 1607, 1608, 69, 1609, 1610, 69, 69, 69, 1612, 69, 1620, 1614, 69, 69, 69, 1613, 1621, 1616, 1622, 1617, 1623, 1618, 1624, 1628, 1625, 1879, 1619, 1626, 1627, 69, 69, 69, 1629, 69, 1630, 1631, 1633, 1620, 1634, 1879, 1639, 1635, 1879, 1621, 69, 1622, 69, 1623, 1647, 69, 69, 1625, 69, 69, 1626, 1627, 1632, 1638, 1640, 69, 1879, 69, 1631, 1646, 69, 69, 1636, 69, 1635, 69, 1637, 69, 1641, 1642, 1643, 69, 69, 1644, 69, 1648, 69, 1645, 69, 1632, 1638, 1640, 69, 69, 69, 1651, 1646, 1649, 1879, 1652, 1650, 1654, 69, 69, 1653, 1641, 1642, 1643, 69, 1879, 1644, 1655, 1648, 1660, 1645, 69, 69, 1657, 69, 1656, 69, 69, 1651, 69, 1649, 69, 1652, 1650, 1654, 1658, 1659, 1653, 1662, 1663, 1661, 69, 69, 69, 1655, 1664, 69, 1665, 69, 1667, 1657, 1666, 1656, 1668, 1669, 1670, 1672, 1671, 1879, 1682, 69, 69, 1658, 1659, 69, 1662, 1663, 1661, 69, 69, 69, 69, 69, 69, 1665, 69, 1667, 1673, 1666, 69, 69, 1669, 1670, 1672, 1671, 1674, 1879, 1675, 1676, 1677, 69, 1678, 1680, 1681, 1679, 1683, 1685, 1686, 1879, 1688, 69, 69, 1684, 1879, 1673, 69, 69, 69, 1691, 1692, 69, 69, 1674, 69, 1675, 1676, 1677, 69, 1678, 1680, 1681, 1679, 1683, 1685, 69, 1687, 69, 69, 69, 1684, 1689, 1690, 69, 1693, 1694, 69, 1692, 1696, 69, 1695, 1697, 1698, 69, 69, 1699, 69, 1700, 69, 1701, 1702, 1703, 69, 1687, 1704, 69, 1706, 69, 1689, 1690, 69, 1693, 1694, 69, 1705, 1696, 1707, 1695, 1697, 1698, 1710, 69, 69, 69, 1700, 1708, 69, 69, 1703, 1709, 1711, 69, 1712, 1706, 69, 1713, 1715, 1714, 69, 1717, 69, 1705, 69, 1707, 69, 1716, 1718, 69, 1719, 1721, 69, 1723, 1708, 1720, 1726, 69, 1709, 69, 1727, 1712, 1722, 69, 1713, 69, 1714, 69, 1717, 1729, 69, 69, 1879, 69, 1716, 1718, 1731, 1719, 1721, 69, 1724, 1725, 1720, 69, 69, 1728, 1730, 69, 1732, 1722, 69, 69, 1733, 69, 1734, 1735, 1729, 1736, 69, 69, 1737, 1738, 1740, 1731, 1741, 1739, 1879, 1724, 1725, 1744, 1879, 1742, 1728, 1730, 1879, 69, 1743, 69, 69, 69, 69, 69, 1735, 1745, 69, 1748, 69, 1737, 69, 1740, 1746, 69, 1739, 69, 1747, 69, 69, 69, 1742, 1749, 1750, 69, 1751, 1743, 1752, 69, 1756, 69, 1753, 1754, 1745, 69, 1748, 1757, 69, 69, 1755, 1746, 69, 69, 69, 1747, 69, 1758, 1759, 1760, 1749, 1750, 69, 1751, 1761, 1752, 1762, 1756, 1763, 1753, 1754, 1765, 1767, 1770, 1757, 1764, 1768, 1755, 1766, 1879, 1769, 69, 69, 1771, 69, 69, 1760, 1772, 69, 69, 69, 69, 1774, 1762, 69, 69, 1788, 1879, 69, 1767, 69, 1776, 1764, 1768, 69, 1766, 69, 1769, 1777, 69, 69, 1773, 1775, 69, 1772, 1779, 1778, 1780, 69, 1774, 1781, 1782, 1783, 69, 69, 1784, 1786, 69, 1776, 1785, 69, 1787, 1789, 1879, 1879, 1777, 1879, 69, 1773, 1775, 1790, 69, 69, 1778, 69, 69, 1791, 69, 69, 1783, 1793, 69, 1784, 69, 69, 69, 1785, 1792, 1787, 1789, 1794, 69, 69, 1795, 1797, 1796, 69, 1790, 1798, 1804, 69, 1799, 1800, 1791, 1801, 1806, 1805, 1793, 69, 69, 69, 69, 69, 69, 1792, 69, 1802, 1794, 69, 1807, 1795, 1797, 1796, 1803, 69, 1798, 69, 1808, 1799, 1800, 1809, 1801, 69, 1805, 1810, 69, 69, 1812, 1816, 1811, 1813, 1817, 1879, 1802, 1814, 1879, 69, 1815, 1819, 69, 1803, 69, 69, 69, 1808, 69, 69, 1809, 1879, 1879, 1818, 1810, 69, 1821, 1826, 1823, 1811, 1813, 69, 69, 1820, 1814, 69, 69, 1815, 1819, 69, 1822, 69, 69, 1824, 1825, 1834, 1827, 1830, 69, 69, 1818, 1828, 69, 1821, 1826, 1823, 1829, 69, 1831, 69, 1820, 1835, 1832, 1839, 1833, 1879, 1836, 1822, 69, 69, 1824, 1825, 69, 1827, 1830, 1842, 69, 1879, 1828, 1837, 69, 1841, 69, 1829, 69, 1831, 69, 69, 69, 1832, 1838, 1833, 1840, 1836, 69, 69, 1843, 69, 69, 1844, 69, 1845, 1842, 1846, 69, 1847, 1837, 69, 1841, 1849, 1848, 1879, 1850, 1852, 1853, 69, 1854, 1838, 69, 1840, 1851, 1879, 69, 1843, 1855, 1856, 1844, 69, 1845, 69, 1846, 1858, 1847, 69, 1864, 69, 1849, 1848, 69, 1850, 1852, 1853, 69, 69, 69, 69, 1857, 1851, 1859, 1860, 1861, 1855, 1856, 69, 69, 1862, 69, 1863, 1858, 1865, 69, 1864, 1866, 69, 1867, 69, 1868, 69, 1869, 1870, 69, 69, 69, 1857, 1871, 1859, 1860, 1861, 1872, 1875, 1873, 1874, 1862, 1877, 1863, 1878, 1865, 69, 69, 1866, 69, 1867, 1876, 69, 1879, 1869, 69, 1879, 69, 1879, 69, 69, 69, 69, 1879, 1872, 1875, 1873, 1874, 1879, 69, 1879, 69, 1879, 1879, 1879, 1879, 1879, 1879, 1876, 41, 41, 41, 41, 41, 41, 41, 46, 46, 46, 46, 46, 46, 46, 51, 51, 51, 51, 51, 51, 51, 57, 57, 57, 57, 57, 57, 57, 62, 62, 62, 62, 62, 62, 62, 72, 72, 1879, 72, 72, 72, 72, 127, 127, 1879, 1879, 1879, 127, 127, 129, 129, 1879, 1879, 129, 1879, 129, 131, 1879, 1879, 1879, 1879, 1879, 131, 134, 134, 1879, 1879, 1879, 134, 134, 136, 1879, 1879, 1879, 1879, 1879, 136, 138, 138, 1879, 138, 138, 138, 138, 73, 73, 1879, 73, 73, 73, 73, 13, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879 } ; static yyconst flex_int16_t yy_chk[5491] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 4, 4, 4, 5, 5, 6, 6, 5, 24, 6, 7, 7, 7, 7, 1885, 7, 8, 8, 8, 8, 24, 8, 9, 9, 9, 10, 10, 10, 15, 45, 45, 50, 15, 3, 50, 24, 4, 61, 61, 5, 19, 6, 19, 19, 70, 19, 689, 7, 70, 40, 19, 40, 40, 8, 40, 23, 20, 20, 9, 40, 683, 10, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 20, 23, 27, 19, 23, 29, 20, 11, 23, 20, 20, 136, 21, 12, 27, 25, 683, 29, 134, 21, 34, 94, 28, 25, 133, 11, 21, 20, 23, 27, 131, 12, 29, 34, 11, 128, 128, 129, 21, 21, 12, 25, 25, 76, 28, 26, 21, 34, 26, 28, 25, 30, 94, 21, 22, 26, 32, 26, 22, 30, 127, 22, 32, 22, 22, 30, 76, 31, 26, 30, 76, 31, 26, 75, 83, 26, 22, 30, 30, 83, 79, 22, 26, 32, 26, 22, 30, 31, 22, 79, 22, 22, 30, 31, 31, 35, 30, 75, 31, 35, 75, 83, 68, 37, 62, 37, 77, 79, 57, 35, 52, 38, 35, 77, 31, 33, 38, 51, 90, 33, 37, 35, 35, 252, 38, 33, 35, 39, 33, 37, 37, 39, 37, 77, 36, 33, 35, 33, 38, 35, 46, 90, 33, 38, 36, 90, 33, 37, 36, 36, 252, 66, 33, 39, 39, 33, 36, 130, 39, 41, 130, 36, 33, 56, 66, 56, 56, 64, 56, 64, 64, 36, 64, 135, 135, 36, 36, 67, 66, 67, 67, 69, 67, 69, 69, 72, 69, 72, 72, 78, 72, 69, 80, 81, 86, 72, 87, 82, 82, 81, 84, 85, 78, 87, 64, 80, 82, 86, 84, 91, 14, 219, 13, 78, 81, 0, 78, 117, 85, 80, 81, 86, 72, 87, 82, 82, 81, 84, 88, 78, 89, 91, 85, 92, 95, 93, 91, 88, 93, 89, 219, 99, 95, 97, 96, 85, 92, 97, 117, 100, 98, 93, 93, 98, 99, 88, 0, 89, 107, 93, 92, 95, 93, 101, 96, 93, 96, 97, 99, 103, 97, 96, 100, 102, 97, 105, 100, 98, 93, 93, 104, 107, 105, 101, 106, 107, 108, 102, 109, 103, 101, 96, 109, 106, 104, 108, 103, 110, 0, 111, 102, 112, 105, 113, 110, 116, 114, 104, 112, 119, 109, 106, 115, 108, 116, 109, 118, 113, 114, 109, 115, 122, 124, 121, 110, 111, 111, 122, 112, 119, 113, 118, 116, 114, 121, 119, 119, 120, 123, 115, 125, 0, 126, 118, 124, 0, 120, 0, 122, 124, 121, 126, 0, 142, 0, 125, 119, 0, 140, 123, 0, 141, 0, 123, 120, 123, 0, 125, 132, 126, 132, 132, 137, 132, 137, 137, 138, 137, 138, 138, 143, 138, 140, 141, 142, 140, 123, 144, 141, 145, 146, 147, 143, 148, 149, 0, 156, 145, 147, 149, 150, 152, 146, 151, 156, 0, 144, 143, 155, 0, 153, 148, 0, 138, 144, 157, 145, 146, 147, 160, 148, 159, 150, 156, 158, 149, 149, 150, 158, 151, 151, 153, 152, 162, 155, 155, 161, 157, 153, 165, 163, 160, 157, 163, 159, 162, 160, 164, 159, 161, 166, 158, 167, 0, 169, 163, 164, 167, 153, 154, 162, 165, 170, 161, 154, 169, 165, 163, 171, 154, 163, 167, 166, 168, 164, 154, 154, 166, 167, 167, 168, 169, 154, 173, 167, 176, 154, 172, 174, 178, 177, 154, 179, 170, 171, 171, 154, 172, 167, 175, 168, 180, 154, 154, 182, 175, 174, 0, 181, 184, 0, 194, 177, 0, 173, 174, 176, 177, 172, 186, 178, 180, 181, 179, 172, 182, 175, 183, 180, 187, 184, 182, 185, 188, 183, 181, 184, 185, 186, 189, 190, 191, 194, 187, 192, 196, 186, 190, 201, 192, 195, 189, 193, 193, 183, 188, 187, 195, 197, 185, 188, 193, 198, 191, 202, 199, 189, 190, 191, 200, 196, 192, 196, 199, 201, 201, 203, 195, 197, 193, 193, 204, 205, 206, 200, 197, 202, 0, 208, 209, 210, 206, 199, 198, 0, 202, 200, 205, 204, 207, 211, 214, 213, 227, 218, 212, 204, 203, 204, 205, 206, 209, 211, 202, 212, 213, 209, 216, 207, 208, 214, 210, 215, 217, 215, 204, 207, 211, 214, 213, 218, 218, 212, 220, 227, 221, 222, 0, 0, 223, 224, 216, 225, 231, 216, 228, 230, 222, 217, 215, 217, 223, 226, 0, 229, 243, 0, 0, 228, 220, 220, 221, 221, 222, 224, 225, 223, 224, 230, 225, 226, 232, 228, 230, 231, 233, 234, 235, 232, 226, 229, 229, 234, 236, 233, 238, 243, 237, 240, 247, 239, 235, 241, 242, 238, 0, 0, 240, 232, 244, 265, 241, 233, 234, 235, 0, 245, 247, 242, 236, 236, 237, 238, 239, 237, 240, 247, 239, 248, 241, 242, 245, 246, 244, 248, 246, 244, 249, 250, 253, 255, 265, 246, 245, 251, 251, 254, 258, 0, 254, 256, 249, 255, 250, 0, 248, 254, 257, 259, 246, 260, 262, 246, 253, 249, 250, 253, 255, 256, 251, 261, 251, 251, 254, 258, 257, 254, 256, 263, 267, 259, 269, 261, 262, 257, 259, 260, 260, 262, 264, 268, 266, 268, 263, 269, 271, 264, 261, 266, 270, 0, 267, 270, 272, 270, 263, 267, 0, 269, 0, 270, 273, 276, 271, 268, 287, 264, 268, 266, 268, 281, 275, 271, 277, 276, 0, 270, 274, 275, 270, 279, 270, 281, 273, 272, 274, 277, 278, 273, 276, 282, 274, 286, 279, 284, 283, 287, 281, 275, 286, 277, 283, 284, 278, 274, 0, 285, 279, 282, 288, 0, 278, 274, 288, 278, 291, 0, 282, 285, 286, 289, 284, 283, 290, 293, 295, 292, 289, 0, 297, 278, 280, 280, 285, 306, 290, 288, 291, 292, 294, 295, 280, 291, 280, 280, 280, 294, 289, 280, 296, 290, 299, 295, 292, 298, 293, 280, 306, 280, 280, 297, 306, 296, 300, 300, 298, 294, 301, 280, 302, 280, 280, 280, 299, 301, 280, 296, 303, 299, 310, 302, 298, 304, 305, 307, 308, 314, 309, 303, 313, 0, 311, 300, 307, 301, 304, 302, 310, 308, 312, 309, 317, 316, 318, 303, 309, 310, 313, 305, 304, 305, 307, 308, 311, 309, 315, 313, 314, 311, 319, 321, 315, 312, 316, 317, 318, 312, 309, 317, 316, 318, 320, 323, 322, 321, 324, 0, 325, 327, 326, 0, 324, 315, 328, 0, 319, 319, 321, 331, 329, 330, 0, 333, 320, 326, 325, 330, 0, 320, 322, 322, 327, 324, 323, 325, 327, 326, 334, 335, 328, 328, 329, 336, 334, 331, 331, 329, 330, 333, 333, 342, 337, 338, 340, 341, 340, 343, 335, 337, 0, 336, 341, 340, 342, 334, 335, 344, 338, 345, 336, 346, 347, 0, 351, 348, 0, 353, 342, 337, 338, 340, 341, 340, 348, 344, 0, 349, 343, 350, 346, 345, 349, 352, 344, 350, 345, 351, 346, 353, 354, 351, 348, 347, 353, 352, 357, 355, 0, 358, 359, 354, 363, 357, 349, 355, 350, 358, 362, 361, 352, 359, 360, 0, 364, 362, 364, 354, 365, 366, 0, 360, 367, 357, 355, 356, 358, 359, 363, 363, 356, 366, 356, 361, 371, 362, 361, 367, 0, 369, 356, 364, 368, 360, 365, 365, 366, 369, 360, 367, 356, 356, 356, 370, 368, 372, 371, 356, 370, 356, 373, 371, 374, 375, 376, 379, 369, 356, 373, 368, 377, 381, 378, 372, 374, 380, 382, 356, 383, 379, 370, 378, 372, 385, 386, 377, 375, 373, 388, 374, 375, 382, 379, 384, 380, 376, 386, 377, 381, 378, 387, 390, 380, 382, 391, 390, 392, 385, 384, 383, 385, 386, 388, 389, 393, 388, 389, 394, 391, 395, 384, 397, 387, 396, 389, 0, 400, 387, 398, 399, 401, 391, 390, 392, 398, 402, 405, 403, 404, 0, 389, 393, 0, 389, 406, 404, 395, 407, 394, 400, 396, 399, 397, 400, 410, 398, 399, 414, 402, 403, 407, 401, 402, 408, 403, 404, 406, 405, 408, 409, 411, 406, 408, 413, 407, 415, 412, 416, 409, 411, 410, 410, 0, 417, 423, 418, 413, 408, 414, 420, 408, 0, 430, 415, 419, 408, 409, 411, 412, 408, 413, 416, 415, 412, 416, 417, 417, 418, 419, 421, 417, 420, 418, 422, 424, 423, 420, 427, 425, 426, 421, 419, 428, 430, 429, 431, 432, 438, 422, 433, 435, 428, 417, 434, 435, 424, 421, 429, 0, 427, 422, 424, 425, 426, 427, 425, 426, 431, 436, 428, 437, 429, 431, 433, 439, 434, 433, 432, 438, 440, 434, 435, 436, 441, 437, 442, 444, 441, 443, 445, 446, 0, 439, 0, 440, 436, 443, 437, 445, 446, 447, 439, 448, 440, 450, 449, 440, 451, 447, 448, 442, 444, 442, 444, 441, 443, 445, 446, 453, 451, 457, 440, 450, 454, 452, 458, 459, 447, 449, 448, 453, 450, 449, 452, 451, 455, 456, 460, 461, 465, 464, 463, 459, 455, 456, 453, 457, 457, 458, 461, 462, 452, 458, 459, 454, 463, 466, 467, 462, 460, 464, 465, 455, 456, 460, 461, 465, 464, 463, 468, 470, 469, 472, 473, 471, 480, 466, 462, 474, 467, 469, 475, 476, 466, 467, 472, 477, 485, 476, 478, 470, 468, 471, 0, 477, 473, 468, 470, 469, 472, 473, 471, 474, 481, 475, 474, 480, 478, 475, 476, 481, 482, 477, 477, 483, 484, 478, 486, 485, 487, 488, 477, 488, 491, 484, 0, 500, 494, 487, 483, 481, 497, 498, 499, 482, 491, 486, 494, 482, 502, 505, 483, 484, 0, 486, 0, 487, 488, 489, 497, 491, 506, 489, 498, 494, 489, 499, 500, 497, 498, 499, 502, 489, 503, 505, 489, 502, 505, 507, 0, 489, 504, 503, 504, 508, 489, 510, 0, 506, 489, 514, 0, 489, 0, 0, 509, 511, 513, 507, 489, 503, 512, 489, 501, 501, 507, 501, 509, 504, 501, 508, 508, 510, 510, 501, 514, 519, 514, 511, 513, 501, 501, 509, 511, 513, 512, 515, 517, 512, 501, 501, 501, 516, 501, 515, 517, 501, 518, 520, 516, 521, 501, 519, 519, 522, 523, 524, 501, 501, 521, 520, 525, 526, 515, 517, 0, 518, 527, 0, 516, 530, 528, 529, 531, 518, 520, 522, 521, 534, 530, 0, 522, 523, 532, 535, 533, 526, 524, 527, 526, 528, 529, 525, 533, 527, 531, 536, 530, 528, 529, 531, 537, 535, 532, 540, 534, 538, 541, 543, 0, 532, 535, 533, 542, 538, 536, 544, 545, 548, 549, 550, 543, 540, 536, 548, 541, 550, 0, 546, 545, 0, 540, 537, 538, 541, 543, 546, 542, 555, 560, 542, 549, 544, 544, 545, 548, 549, 550, 552, 551, 553, 554, 546, 552, 557, 546, 551, 553, 556, 559, 560, 555, 557, 546, 558, 555, 560, 556, 561, 554, 563, 564, 559, 562, 565, 552, 551, 553, 554, 567, 562, 557, 558, 563, 566, 556, 559, 567, 568, 573, 569, 558, 570, 572, 571, 561, 575, 563, 570, 574, 562, 576, 564, 568, 578, 565, 567, 566, 574, 579, 575, 566, 569, 573, 581, 568, 573, 569, 577, 570, 571, 571, 580, 575, 572, 577, 574, 582, 588, 584, 583, 578, 576, 583, 580, 582, 579, 581, 587, 585, 604, 581, 584, 0, 0, 577, 585, 589, 618, 580, 590, 588, 590, 0, 582, 588, 584, 583, 0, 589, 591, 615, 593, 594, 587, 587, 585, 586, 595, 586, 592, 604, 661, 586, 589, 586, 594, 590, 596, 618, 586, 595, 592, 591, 593, 586, 597, 591, 615, 593, 594, 586, 599, 598, 586, 595, 586, 592, 597, 661, 586, 596, 586, 598, 600, 596, 603, 586, 602, 606, 601, 762, 586, 597, 599, 598, 601, 600, 605, 599, 598, 602, 0, 605, 606, 605, 607, 603, 608, 611, 598, 600, 609, 603, 610, 602, 606, 601, 612, 762, 616, 608, 619, 605, 605, 605, 614, 609, 607, 613, 605, 611, 605, 607, 614, 608, 611, 612, 622, 609, 610, 610, 613, 616, 620, 612, 619, 616, 621, 619, 605, 623, 620, 614, 625, 624, 613, 626, 627, 628, 633, 629, 621, 624, 0, 0, 631, 628, 626, 622, 630, 620, 625, 623, 632, 621, 627, 630, 623, 631, 636, 625, 624, 629, 626, 627, 628, 635, 629, 636, 637, 633, 632, 631, 638, 635, 639, 630, 640, 643, 642, 632, 637, 0, 641, 644, 647, 636, 648, 649, 647, 648, 0, 646, 635, 650, 638, 637, 639, 644, 640, 638, 641, 639, 646, 640, 642, 642, 650, 652, 643, 641, 644, 649, 648, 648, 649, 647, 648, 651, 646, 652, 650, 653, 654, 655, 651, 656, 0, 659, 653, 655, 658, 657, 663, 0, 652, 660, 664, 662, 659, 0, 0, 663, 0, 0, 651, 0, 654, 656, 653, 654, 655, 658, 656, 657, 659, 662, 660, 658, 657, 663, 664, 665, 660, 664, 662, 666, 668, 667, 669, 670, 665, 674, 672, 666, 667, 676, 673, 677, 679, 0, 668, 672, 675, 0, 693, 0, 0, 674, 665, 678, 669, 670, 666, 668, 667, 669, 670, 675, 674, 672, 673, 678, 680, 673, 681, 679, 676, 682, 677, 675, 680, 684, 685, 686, 690, 693, 678, 681, 694, 692, 684, 686, 682, 687, 691, 687, 692, 690, 0, 680, 685, 681, 695, 696, 682, 697, 691, 0, 684, 685, 686, 690, 699, 698, 701, 700, 692, 702, 697, 694, 687, 691, 701, 703, 695, 696, 698, 700, 704, 695, 696, 705, 697, 706, 699, 703, 704, 702, 707, 699, 698, 701, 700, 708, 702, 709, 706, 707, 710, 711, 703, 716, 709, 712, 713, 704, 0, 715, 705, 714, 706, 0, 0, 717, 708, 707, 715, 713, 721, 716, 708, 711, 709, 712, 710, 710, 711, 719, 716, 718, 712, 713, 722, 714, 715, 717, 714, 718, 720, 723, 717, 721, 725, 724, 727, 721, 720, 728, 726, 719, 722, 723, 727, 728, 719, 724, 718, 730, 729, 722, 731, 732, 725, 726, 733, 720, 723, 729, 732, 725, 724, 727, 731, 735, 728, 726, 736, 0, 730, 737, 739, 740, 733, 738, 730, 729, 742, 731, 732, 736, 738, 733, 743, 741, 742, 744, 740, 741, 737, 746, 745, 747, 739, 736, 735, 743, 737, 739, 740, 748, 738, 749, 750, 742, 745, 751, 0, 746, 753, 743, 755, 744, 744, 756, 741, 752, 746, 745, 757, 755, 759, 754, 747, 749, 750, 748, 748, 761, 749, 750, 753, 751, 751, 752, 754, 753, 758, 755, 765, 763, 766, 767, 752, 759, 756, 0, 0, 759, 754, 757, 767, 771, 766, 761, 761, 763, 768, 770, 758, 771, 772, 765, 0, 758, 760, 765, 763, 766, 767, 760, 770, 760, 769, 760, 768, 760, 769, 773, 771, 772, 774, 776, 760, 768, 770, 777, 775, 772, 775, 774, 773, 760, 778, 780, 781, 783, 760, 777, 760, 784, 760, 782, 760, 769, 773, 785, 784, 774, 776, 782, 787, 786, 777, 775, 789, 790, 781, 780, 788, 778, 780, 781, 783, 792, 791, 788, 784, 794, 782, 797, 793, 799, 785, 786, 790, 795, 789, 787, 786, 793, 798, 789, 790, 800, 0, 788, 791, 807, 794, 792, 792, 791, 801, 799, 794, 795, 802, 793, 799, 803, 797, 804, 795, 806, 802, 805, 809, 806, 811, 810, 801, 798, 805, 809, 800, 803, 808, 811, 807, 801, 812, 817, 808, 802, 810, 0, 803, 813, 804, 808, 806, 815, 805, 809, 813, 811, 810, 814, 816, 814, 815, 818, 821, 808, 819, 818, 812, 812, 817, 808, 821, 822, 823, 824, 813, 822, 825, 829, 815, 827, 816, 826, 828, 0, 814, 816, 819, 830, 818, 821, 823, 819, 824, 829, 826, 830, 831, 831, 832, 823, 824, 825, 822, 825, 829, 828, 833, 832, 826, 828, 827, 834, 835, 836, 830, 837, 839, 0, 838, 835, 834, 844, 840, 831, 837, 832, 838, 842, 833, 839, 843, 845, 841, 833, 840, 842, 836, 846, 834, 835, 836, 844, 837, 839, 841, 838, 846, 847, 844, 840, 848, 849, 843, 845, 842, 850, 852, 843, 845, 841, 853, 850, 848, 851, 846, 847, 854, 0, 855, 857, 859, 0, 849, 861, 847, 858, 0, 848, 849, 859, 862, 860, 850, 0, 870, 851, 861, 852, 862, 0, 851, 853, 854, 854, 855, 855, 857, 859, 858, 869, 861, 863, 858, 860, 865, 863, 864, 862, 860, 866, 864, 868, 865, 867, 867, 870, 871, 866, 0, 868, 869, 872, 873, 877, 871, 874, 869, 878, 875, 872, 873, 865, 863, 874, 879, 877, 866, 864, 868, 876, 867, 875, 880, 871, 881, 876, 882, 883, 872, 873, 877, 884, 874, 878, 878, 875, 890, 880, 879, 885, 891, 879, 886, 887, 894, 884, 876, 887, 882, 880, 883, 881, 889, 882, 883, 892, 886, 885, 884, 889, 887, 898, 891, 890, 893, 900, 885, 891, 887, 886, 887, 893, 896, 902, 887, 894, 899, 904, 892, 889, 907, 896, 892, 898, 906, 908, 912, 887, 898, 913, 909, 893, 909, 911, 0, 915, 900, 908, 912, 896, 902, 910, 899, 899, 904, 916, 907, 907, 906, 0, 916, 906, 908, 912, 910, 911, 913, 909, 914, 917, 911, 915, 915, 919, 918, 914, 920, 922, 910, 923, 925, 919, 916, 924, 926, 917, 922, 927, 930, 932, 928, 926, 923, 934, 927, 914, 917, 918, 920, 931, 919, 918, 925, 920, 922, 929, 923, 925, 928, 924, 924, 926, 929, 930, 927, 930, 933, 928, 936, 937, 932, 931, 938, 933, 934, 941, 931, 939, 941, 942, 938, 936, 929, 944, 946, 943, 947, 0, 0, 948, 944, 952, 949, 933, 945, 936, 937, 945, 939, 938, 943, 950, 941, 950, 939, 942, 942, 948, 947, 945, 944, 951, 943, 947, 949, 946, 948, 953, 945, 949, 954, 945, 952, 955, 945, 956, 957, 958, 950, 954, 959, 955, 956, 960, 959, 951, 945, 961, 951, 962, 963, 966, 969, 953, 953, 0, 0, 954, 957, 963, 955, 968, 956, 957, 966, 960, 964, 959, 958, 967, 960, 962, 965, 964, 961, 968, 962, 963, 966, 965, 970, 972, 971, 969, 967, 973, 975, 970, 968, 971, 977, 973, 976, 964, 972, 978, 967, 984, 979, 965, 980, 979, 977, 0, 986, 985, 0, 970, 972, 971, 987, 980, 973, 975, 976, 978, 979, 977, 982, 976, 988, 987, 978, 982, 984, 979, 986, 980, 979, 985, 982, 986, 985, 989, 991, 993, 990, 987, 988, 990, 992, 989, 994, 995, 0, 982, 996, 988, 998, 994, 982, 997, 991, 999, 990, 996, 1001, 995, 1001, 998, 989, 991, 993, 990, 997, 1002, 990, 1003, 999, 994, 995, 992, 1005, 996, 1002, 998, 1004, 1009, 997, 1006, 999, 1007, 1008, 1001, 1011, 1008, 1009, 1004, 1013, 1012, 1005, 0, 1002, 1003, 1003, 1007, 1014, 1016, 1012, 1005, 1008, 1006, 1021, 1004, 1009, 1023, 1006, 1007, 1007, 1008, 1017, 1015, 1008, 1022, 1023, 1011, 1012, 1014, 1015, 1013, 1018, 1021, 1007, 1014, 1017, 1024, 1018, 1022, 1016, 1021, 1025, 1026, 1023, 1024, 0, 1031, 1027, 1017, 1015, 1029, 1022, 1030, 1026, 1032, 1018, 1027, 1029, 1018, 1036, 1033, 1035, 1034, 1024, 1018, 1035, 1037, 0, 1031, 1026, 1038, 1036, 1025, 1031, 1027, 1030, 1032, 1029, 1039, 1030, 1034, 1032, 1033, 1038, 1040, 1041, 1036, 1033, 1035, 1034, 0, 1043, 1044, 1037, 1042, 0, 1046, 1038, 1039, 1040, 1041, 1045, 1042, 1047, 1049, 1039, 1052, 1044, 1048, 0, 1045, 1040, 1041, 1053, 1051, 0, 1055, 1046, 0, 1044, 0, 1042, 1043, 1046, 1052, 1058, 1056, 1054, 1045, 1059, 1047, 1049, 1048, 1052, 1057, 1048, 1051, 1058, 1055, 1061, 1053, 1051, 1054, 1055, 1056, 1060, 1061, 1062, 1063, 1057, 1064, 1059, 1058, 1056, 1054, 1068, 1059, 1066, 1060, 1062, 1067, 1057, 1065, 1060, 1069, 1066, 1061, 1067, 1065, 1070, 1071, 1069, 1060, 1073, 1062, 1063, 1072, 1076, 1074, 1077, 1078, 1064, 1068, 1080, 1066, 1060, 1081, 1067, 1077, 1065, 1079, 1069, 1079, 1082, 0, 1086, 1070, 1071, 0, 1072, 1084, 0, 1074, 1072, 1073, 1074, 1077, 1084, 1076, 1089, 1080, 1078, 1081, 1081, 1083, 1083, 1083, 1079, 1085, 1091, 1098, 1083, 1089, 1087, 1082, 1085, 1086, 1084, 1090, 1083, 1087, 1092, 1092, 1093, 1090, 1095, 1089, 1094, 1098, 1096, 1095, 1083, 1083, 1083, 1094, 1085, 1091, 1098, 1083, 1099, 1087, 1100, 1101, 1102, 1109, 1090, 1103, 1103, 1092, 1093, 1093, 1104, 1095, 1100, 1094, 1096, 1096, 1105, 1105, 1108, 1106, 1102, 1101, 1111, 1112, 1110, 1099, 1113, 1100, 1101, 1102, 1106, 1110, 1103, 1114, 1109, 1116, 1104, 1104, 0, 1115, 1108, 1117, 1111, 1105, 1118, 1108, 1106, 1121, 1117, 1111, 1119, 1110, 1118, 1116, 1112, 1120, 1121, 1113, 1122, 1122, 1114, 1115, 1116, 1123, 1124, 1119, 1115, 1125, 1117, 1126, 1128, 1118, 1127, 1129, 1121, 1125, 1124, 1119, 1131, 1120, 1132, 1126, 1120, 1135, 1134, 1122, 1132, 1130, 1128, 1123, 1123, 1124, 1130, 1127, 1125, 1133, 1126, 1128, 1136, 1127, 1129, 1137, 1136, 1130, 1140, 1131, 1139, 1132, 1133, 1141, 1135, 1138, 1138, 1143, 1130, 1134, 1142, 1145, 1144, 1130, 1144, 1139, 1133, 1147, 1141, 1146, 1148, 0, 1143, 1136, 1146, 1150, 1137, 1139, 1151, 1140, 1141, 1152, 1138, 1142, 1143, 1148, 1153, 1142, 1154, 1144, 1155, 1157, 1145, 1166, 1156, 1154, 1146, 1148, 1147, 1150, 1160, 1158, 1150, 0, 1151, 1151, 1162, 1167, 1152, 1163, 1165, 1155, 1157, 1153, 1167, 1154, 1156, 1155, 1157, 1158, 1166, 1156, 1160, 1168, 1163, 1165, 1169, 1160, 1158, 1171, 1162, 1170, 1172, 1162, 1167, 1169, 1163, 1165, 1173, 1170, 1176, 1168, 0, 1178, 1174, 1179, 1177, 1181, 1184, 1185, 1168, 1176, 1171, 1169, 1172, 1177, 1171, 1174, 1170, 1172, 1184, 1178, 1185, 1179, 1186, 1188, 1176, 1176, 0, 1173, 1178, 1174, 1179, 1177, 1181, 1184, 1185, 1187, 1176, 1190, 1189, 1192, 1193, 0, 1194, 1195, 0, 1187, 1196, 1193, 0, 1188, 1188, 1202, 1196, 1186, 1200, 1200, 1197, 1198, 1202, 1192, 1199, 1195, 1187, 1189, 1190, 1189, 1192, 1193, 1194, 1194, 1195, 1197, 1198, 1196, 1201, 1199, 1205, 1206, 1202, 1207, 0, 1200, 1203, 1197, 1198, 1208, 1201, 1199, 1207, 1203, 1209, 1213, 1212, 1210, 1214, 1214, 1228, 1221, 1205, 1216, 1215, 1201, 1206, 1205, 1206, 1212, 1207, 1208, 1217, 1203, 1209, 1210, 1208, 0, 1218, 1222, 1219, 1209, 1213, 1212, 1210, 1214, 1215, 1228, 1216, 1219, 1216, 1215, 1221, 1224, 1217, 1220, 1223, 1232, 1229, 1217, 1218, 1222, 1220, 1226, 1227, 1218, 1222, 1219, 1231, 1230, 1223, 1226, 1224, 0, 1234, 1231, 1233, 1227, 1235, 1238, 1224, 1230, 1220, 1223, 1229, 1229, 1236, 1237, 1232, 1236, 1226, 1227, 1239, 1235, 1244, 1231, 1230, 1238, 1233, 1234, 1241, 1234, 1242, 1233, 1236, 1235, 1238, 1239, 1244, 1246, 1245, 1248, 1237, 1236, 1237, 1253, 1236, 1245, 1250, 1239, 1246, 1244, 1241, 1251, 1242, 1254, 1252, 1241, 1252, 1242, 1255, 1256, 1248, 1253, 1259, 1251, 1246, 1245, 1248, 1250, 1258, 1257, 1253, 1261, 1266, 1250, 1260, 1261, 1255, 1257, 1251, 1262, 1254, 1252, 1267, 1263, 1259, 1255, 1256, 1268, 1260, 1259, 1263, 1258, 1269, 1270, 1271, 1258, 1257, 1272, 1262, 1266, 1267, 1260, 1261, 1271, 1273, 1274, 1262, 1277, 1270, 1267, 1263, 1276, 1278, 1276, 1268, 1279, 1278, 0, 1269, 1269, 1270, 1271, 1280, 1283, 1281, 1282, 1273, 1279, 1272, 1277, 1284, 1273, 1274, 1281, 1277, 1285, 1282, 1286, 1276, 1278, 1287, 1287, 1279, 1294, 1280, 1291, 1288, 1285, 1291, 1280, 1283, 1281, 1282, 1284, 1288, 1292, 1290, 1284, 1294, 1286, 1290, 1297, 1285, 1292, 1286, 1293, 1298, 1287, 1295, 1303, 1294, 1293, 1291, 1288, 1295, 1299, 0, 1302, 1300, 1304, 1301, 1307, 1292, 1290, 1306, 1305, 1308, 1309, 1297, 1299, 1298, 1300, 1293, 1298, 1301, 1295, 1303, 1305, 1306, 1311, 1313, 1310, 1299, 1302, 1302, 1300, 1304, 1301, 1307, 1310, 1312, 1306, 1305, 1308, 1309, 1314, 1315, 1317, 1318, 1312, 1320, 1319, 1321, 0, 1315, 1322, 1311, 1313, 1310, 1319, 1323, 1321, 1325, 1326, 0, 1324, 0, 1312, 1329, 1317, 0, 1326, 1314, 1315, 1317, 1318, 1322, 1320, 1319, 1321, 1324, 1327, 1322, 1334, 1323, 1335, 1328, 1323, 1333, 1325, 1326, 1324, 1324, 1327, 1328, 1329, 1331, 1332, 1337, 0, 1333, 1332, 1339, 1331, 1338, 1338, 1334, 1324, 1327, 1336, 1334, 1341, 1335, 1328, 1340, 1333, 1344, 1336, 1342, 1343, 1346, 1343, 1347, 1331, 1332, 1337, 1341, 1345, 1339, 1339, 1344, 1338, 1340, 1345, 1347, 1348, 1336, 1349, 1341, 1350, 1342, 1340, 1346, 1344, 1351, 1342, 1343, 1346, 1358, 1347, 1352, 1354, 1350, 1348, 1345, 1349, 1356, 1365, 1354, 1357, 0, 1359, 1348, 1360, 1349, 0, 1350, 1367, 1362, 1359, 1360, 1363, 1365, 1352, 1356, 1351, 0, 1352, 1354, 1358, 1362, 1368, 1370, 1356, 1365, 1357, 1357, 1359, 1359, 1363, 1360, 1367, 1369, 1371, 1367, 1362, 1359, 1370, 1363, 1369, 1373, 1374, 1376, 1368, 1375, 1377, 1383, 1378, 1368, 1370, 1379, 1390, 1381, 0, 1374, 1378, 1382, 1376, 1377, 1369, 1371, 0, 1384, 1387, 0, 1389, 0, 1373, 1374, 1376, 1375, 1375, 1377, 1383, 1378, 1381, 1379, 1379, 1385, 1381, 1382, 1386, 1390, 1382, 1384, 1385, 1387, 1389, 1388, 1384, 1387, 1391, 1389, 1393, 1386, 1388, 1395, 1394, 1396, 0, 0, 1397, 1405, 1400, 1393, 1385, 1401, 1411, 1386, 1410, 1413, 1415, 1391, 1407, 0, 1388, 1400, 1396, 1391, 1394, 1393, 1416, 1407, 1419, 1394, 1396, 1397, 1395, 1397, 1405, 1400, 1410, 1401, 1401, 1411, 1417, 1410, 1413, 1418, 1422, 1407, 1421, 1415, 1418, 1423, 1419, 1417, 1416, 1416, 1421, 1419, 1425, 1426, 1430, 1422, 1427, 0, 1432, 1428, 0, 1434, 1433, 1417, 1436, 1427, 1418, 1422, 1435, 1421, 1425, 1428, 1423, 1437, 1434, 1438, 0, 1439, 1441, 1425, 1432, 1430, 1442, 1427, 1426, 1432, 1428, 1433, 1434, 1433, 1435, 1436, 1439, 1441, 1440, 1435, 1443, 1442, 1444, 1445, 1437, 1446, 1438, 1440, 1439, 1441, 1445, 1448, 1448, 1442, 1449, 1443, 1447, 1450, 1456, 1451, 1452, 1449, 1451, 1453, 1444, 1440, 1454, 1443, 1458, 1444, 1445, 1450, 1446, 1452, 1447, 1454, 1457, 1455, 1448, 1459, 1456, 1449, 1455, 1447, 1450, 1456, 1451, 1452, 1460, 1453, 1453, 1464, 1463, 1454, 1467, 1458, 1465, 1472, 1457, 1463, 1464, 1465, 1466, 1457, 1455, 1470, 1459, 1469, 1473, 1466, 1468, 1476, 1467, 1474, 1460, 1460, 1469, 1468, 1464, 1463, 1476, 1467, 1480, 1465, 1472, 1481, 1473, 1475, 0, 1466, 1478, 1470, 1470, 1474, 1469, 1473, 1477, 1468, 1476, 1475, 1474, 1478, 1479, 1482, 1485, 1477, 1483, 1484, 0, 1480, 1479, 1493, 1482, 1486, 1475, 1484, 1481, 1478, 1483, 1488, 1486, 1492, 1494, 1477, 1489, 1497, 1485, 1495, 1492, 1479, 1482, 1485, 1489, 1483, 1484, 1493, 1496, 1488, 1493, 1495, 1486, 1498, 1501, 1500, 1502, 1496, 1488, 1503, 1492, 1494, 1505, 1489, 1497, 1507, 1495, 1500, 1508, 1513, 1506, 0, 1512, 1503, 1513, 1496, 1498, 1501, 1506, 1515, 1498, 1501, 1500, 1502, 1514, 1516, 1503, 1524, 1521, 1505, 1518, 1520, 1507, 1523, 1522, 1508, 1513, 1506, 1512, 1512, 1517, 1515, 1514, 1520, 1525, 1523, 1515, 1516, 1517, 1518, 1521, 1514, 1516, 1526, 1524, 1521, 1522, 1518, 1520, 1527, 1523, 1522, 1528, 1534, 1529, 1530, 0, 1517, 1533, 0, 1535, 1525, 0, 1526, 1536, 1538, 0, 1544, 1540, 1539, 1526, 1537, 1533, 1543, 1528, 0, 1544, 1538, 1541, 1528, 1527, 1529, 1530, 1535, 1534, 1533, 1536, 1535, 1539, 1537, 1540, 1536, 1538, 1541, 1544, 1540, 1539, 1543, 1537, 1545, 1543, 1546, 1547, 0, 1548, 1541, 1549, 1551, 1554, 1552, 1553, 1558, 0, 1545, 1555, 1551, 1552, 1557, 1553, 1546, 1547, 1556, 1555, 1559, 1549, 1560, 1545, 1562, 1546, 1547, 1548, 1548, 1563, 1549, 1551, 1554, 1552, 1553, 1558, 1556, 1557, 1555, 1559, 1565, 1557, 1562, 1563, 1560, 1556, 1566, 1559, 1567, 1560, 1569, 1562, 1571, 1577, 1574, 0, 1563, 1575, 1576, 1566, 1567, 1574, 1578, 1565, 1579, 1580, 1582, 1565, 1583, 0, 1589, 1584, 0, 1566, 1580, 1567, 1569, 1569, 1598, 1571, 1577, 1574, 1576, 1575, 1575, 1576, 1581, 1588, 1592, 1578, 0, 1579, 1580, 1597, 1584, 1583, 1587, 1582, 1584, 1581, 1587, 1589, 1593, 1593, 1594, 1598, 1597, 1595, 1588, 1599, 1592, 1596, 1593, 1581, 1588, 1592, 1595, 1599, 1596, 1602, 1597, 1600, 0, 1603, 1601, 1605, 1594, 1587, 1604, 1593, 1593, 1594, 1601, 0, 1595, 1606, 1599, 1612, 1596, 1604, 1600, 1608, 1606, 1607, 1607, 1602, 1602, 1605, 1600, 1603, 1603, 1601, 1605, 1609, 1610, 1604, 1614, 1616, 1613, 1608, 1609, 1610, 1606, 1617, 1612, 1618, 1616, 1620, 1608, 1619, 1607, 1621, 1622, 1623, 1626, 1625, 0, 1640, 1614, 1620, 1609, 1610, 1613, 1614, 1616, 1613, 1622, 1619, 1618, 1626, 1617, 1623, 1618, 1625, 1620, 1627, 1619, 1627, 1621, 1622, 1623, 1626, 1625, 1631, 0, 1632, 1633, 1635, 1640, 1636, 1638, 1639, 1636, 1641, 1643, 1644, 0, 1646, 1639, 1641, 1642, 0, 1627, 1643, 1633, 1631, 1650, 1651, 1638, 1635, 1631, 1632, 1632, 1633, 1635, 1636, 1636, 1638, 1639, 1636, 1641, 1643, 1642, 1645, 1646, 1645, 1644, 1642, 1648, 1649, 1651, 1652, 1653, 1650, 1651, 1655, 1648, 1654, 1656, 1657, 1657, 1649, 1658, 1653, 1659, 1654, 1661, 1662, 1663, 1652, 1645, 1665, 1659, 1667, 1655, 1648, 1649, 1667, 1652, 1653, 1656, 1666, 1655, 1669, 1654, 1656, 1657, 1672, 1666, 1658, 1663, 1659, 1670, 1661, 1662, 1663, 1671, 1673, 1665, 1674, 1667, 1671, 1675, 1677, 1676, 1670, 1679, 1674, 1666, 1669, 1669, 1676, 1678, 1680, 1672, 1681, 1683, 1675, 1685, 1670, 1682, 1687, 1681, 1671, 1673, 1689, 1674, 1684, 1680, 1675, 1677, 1676, 1679, 1679, 1692, 1684, 1678, 0, 1683, 1678, 1680, 1694, 1681, 1683, 1682, 1686, 1686, 1682, 1687, 1685, 1690, 1693, 1689, 1695, 1684, 1686, 1692, 1696, 1690, 1697, 1698, 1692, 1700, 1694, 1693, 1703, 1705, 1707, 1694, 1708, 1706, 0, 1686, 1686, 1713, 0, 1709, 1690, 1693, 0, 1695, 1712, 1698, 1706, 1696, 1707, 1697, 1698, 1714, 1700, 1718, 1703, 1703, 1705, 1707, 1716, 1708, 1706, 1709, 1717, 1712, 1713, 1716, 1709, 1719, 1720, 1717, 1721, 1712, 1722, 1714, 1725, 1718, 1723, 1723, 1714, 1721, 1718, 1728, 1719, 1722, 1724, 1716, 1723, 1720, 1728, 1717, 1724, 1729, 1730, 1731, 1719, 1720, 1725, 1721, 1735, 1722, 1737, 1725, 1739, 1723, 1723, 1742, 1745, 1748, 1728, 1740, 1746, 1724, 1743, 0, 1747, 1745, 1731, 1749, 1729, 1730, 1731, 1750, 1740, 1737, 1743, 1735, 1752, 1737, 1746, 1739, 1773, 0, 1742, 1745, 1748, 1754, 1740, 1746, 1752, 1743, 1747, 1747, 1755, 1750, 1749, 1751, 1753, 1751, 1750, 1757, 1756, 1760, 1753, 1752, 1762, 1764, 1766, 1754, 1756, 1767, 1769, 1773, 1754, 1768, 1755, 1772, 1774, 0, 0, 1755, 0, 1766, 1751, 1753, 1775, 1768, 1757, 1756, 1760, 1774, 1776, 1762, 1764, 1766, 1778, 1767, 1767, 1769, 1776, 1772, 1768, 1777, 1772, 1774, 1783, 1778, 1775, 1784, 1787, 1785, 1777, 1775, 1788, 1794, 1784, 1789, 1790, 1776, 1791, 1796, 1795, 1778, 1785, 1789, 1787, 1790, 1788, 1783, 1777, 1791, 1792, 1783, 1792, 1797, 1784, 1787, 1785, 1793, 1795, 1788, 1794, 1798, 1789, 1790, 1799, 1791, 1796, 1795, 1800, 1793, 1800, 1802, 1809, 1801, 1803, 1810, 0, 1792, 1805, 0, 1797, 1808, 1812, 1798, 1793, 1801, 1799, 1803, 1798, 1808, 1805, 1799, 0, 0, 1811, 1800, 1812, 1814, 1819, 1816, 1801, 1803, 1802, 1809, 1813, 1805, 1810, 1811, 1808, 1812, 1814, 1815, 1813, 1816, 1817, 1818, 1827, 1820, 1823, 1815, 1819, 1811, 1821, 1818, 1814, 1819, 1816, 1822, 1817, 1824, 1821, 1813, 1828, 1825, 1832, 1826, 0, 1829, 1815, 1820, 1823, 1817, 1818, 1826, 1820, 1823, 1836, 1827, 0, 1821, 1830, 1824, 1834, 1822, 1822, 1825, 1824, 1829, 1830, 1828, 1825, 1831, 1826, 1833, 1829, 1832, 1834, 1837, 1836, 1831, 1838, 1833, 1839, 1836, 1840, 1837, 1841, 1830, 1838, 1834, 1843, 1842, 0, 1844, 1846, 1847, 1839, 1848, 1831, 1842, 1833, 1845, 0, 1847, 1837, 1849, 1850, 1838, 1841, 1839, 1840, 1840, 1852, 1841, 1846, 1859, 1843, 1843, 1842, 1844, 1844, 1846, 1847, 1845, 1848, 1849, 1850, 1851, 1845, 1853, 1855, 1856, 1849, 1850, 1852, 1851, 1857, 1853, 1858, 1852, 1860, 1859, 1859, 1861, 1857, 1862, 1858, 1863, 1860, 1864, 1865, 1861, 1855, 1856, 1851, 1866, 1853, 1855, 1856, 1867, 1873, 1869, 1872, 1857, 1875, 1858, 1876, 1860, 1873, 1864, 1861, 1862, 1862, 1874, 1863, 0, 1864, 1865, 0, 1867, 0, 1874, 1866, 1869, 1872, 0, 1867, 1873, 1869, 1872, 0, 1875, 0, 1876, 0, 0, 0, 0, 0, 0, 1874, 1880, 1880, 1880, 1880, 1880, 1880, 1880, 1881, 1881, 1881, 1881, 1881, 1881, 1881, 1882, 1882, 1882, 1882, 1882, 1882, 1882, 1883, 1883, 1883, 1883, 1883, 1883, 1883, 1884, 1884, 1884, 1884, 1884, 1884, 1884, 1886, 1886, 0, 1886, 1886, 1886, 1886, 1887, 1887, 0, 0, 0, 1887, 1887, 1888, 1888, 0, 0, 1888, 0, 1888, 1889, 0, 0, 0, 0, 0, 1889, 1890, 1890, 0, 0, 0, 1890, 1890, 1891, 0, 0, 0, 0, 0, 1891, 1892, 1892, 0, 1892, 1892, 1892, 1892, 1893, 1893, 0, 1893, 1893, 1893, 1893, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879, 1879 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int yy_flex_debug; int yy_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected static int yy_more_flag = 0; static int yy_more_len = 0; #define yymore() ((yy_more_flag) = 1) #define YY_MORE_ADJ (yy_more_len) #define YY_RESTORE_YY_MORE_OFFSET char *yytext; #line 1 "util/configlexer.lex" #line 2 "util/configlexer.lex" /* * configlexer.lex - lexical analyzer for unbound config file * * Copyright (c) 2001-2006, NLnet Labs. All rights reserved * * See LICENSE for the license. * */ /* because flex keeps having sign-unsigned compare problems that are unfixed*/ #pragma GCC diagnostic ignored "-Wsign-compare" #include #include #include #ifdef HAVE_GLOB_H # include #endif #include "util/config_file.h" #include "util/configparser.h" void ub_c_error(const char *message); #if 0 #define LEXOUT(s) printf s /* used ONLY when debugging */ #else #define LEXOUT(s) #endif /** avoid warning in about fwrite return value */ #define ECHO ub_c_error_msg("syntax error at text: %s", yytext) /** A parser variable, this is a statement in the config file which is * of the form variable: value1 value2 ... nargs is the number of values. */ #define YDVAR(nargs, var) \ num_args=(nargs); \ LEXOUT(("v(%s%d) ", yytext, num_args)); \ if(num_args > 0) { BEGIN(val); } \ return (var); struct inc_state { char* filename; int line; YY_BUFFER_STATE buffer; struct inc_state* next; }; static struct inc_state* config_include_stack = NULL; static int inc_depth = 0; static int inc_prev = 0; static int num_args = 0; void init_cfg_parse(void) { config_include_stack = NULL; inc_depth = 0; inc_prev = 0; num_args = 0; } static void config_start_include(const char* filename) { FILE *input; struct inc_state* s; char* nm; if(inc_depth++ > 100000) { ub_c_error_msg("too many include files"); return; } if(*filename == '\0') { ub_c_error_msg("empty include file name"); return; } s = (struct inc_state*)malloc(sizeof(*s)); if(!s) { ub_c_error_msg("include %s: malloc failure", filename); return; } if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot, strlen(cfg_parser->chroot)) == 0) { filename += strlen(cfg_parser->chroot); } nm = strdup(filename); if(!nm) { ub_c_error_msg("include %s: strdup failure", filename); free(s); return; } input = fopen(filename, "r"); if(!input) { ub_c_error_msg("cannot open include file '%s': %s", filename, strerror(errno)); free(s); free(nm); return; } LEXOUT(("switch_to_include_file(%s)\n", filename)); s->filename = cfg_parser->filename; s->line = cfg_parser->line; s->buffer = YY_CURRENT_BUFFER; s->next = config_include_stack; config_include_stack = s; cfg_parser->filename = nm; cfg_parser->line = 1; yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE)); } static void config_start_include_glob(const char* filename) { /* check for wildcards */ #ifdef HAVE_GLOB glob_t g; size_t i; int r, flags; if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') && !strchr(filename, '{') && !strchr(filename, '~'))) { flags = 0 #ifdef GLOB_ERR | GLOB_ERR #endif #ifdef GLOB_NOSORT | GLOB_NOSORT #endif #ifdef GLOB_BRACE | GLOB_BRACE #endif #ifdef GLOB_TILDE | GLOB_TILDE #endif ; memset(&g, 0, sizeof(g)); if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot, strlen(cfg_parser->chroot)) == 0) { filename += strlen(cfg_parser->chroot); } r = glob(filename, flags, NULL, &g); if(r) { /* some error */ globfree(&g); if(r == GLOB_NOMATCH) return; /* no matches for pattern */ config_start_include(filename); /* let original deal with it */ return; } /* process files found, if any */ for(i=0; i<(size_t)g.gl_pathc; i++) { config_start_include(g.gl_pathv[i]); } globfree(&g); return; } #endif /* HAVE_GLOB */ config_start_include(filename); } static void config_end_include(void) { struct inc_state* s = config_include_stack; --inc_depth; if(!s) return; free(cfg_parser->filename); cfg_parser->filename = s->filename; cfg_parser->line = s->line; yy_delete_buffer(YY_CURRENT_BUFFER); yy_switch_to_buffer(s->buffer); config_include_stack = s->next; free(s); } #ifndef yy_set_bol /* compat definition, for flex 2.4.6 */ #define yy_set_bol(at_bol) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \ yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \ } #endif #define YY_NO_INPUT 1 #line 185 "util/configlexer.lex" #ifndef YY_NO_UNPUT #define YY_NO_UNPUT 1 #endif #ifndef YY_NO_INPUT #define YY_NO_INPUT 1 #endif #line 2488 "" #define INITIAL 0 #define quotedstring 1 #define singlequotedstr 2 #define include 3 #define include_quoted 4 #define val 5 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int yylex_destroy (void ); int yyget_debug (void ); void yyset_debug (int debug_flag ); YY_EXTRA_TYPE yyget_extra (void ); void yyset_extra (YY_EXTRA_TYPE user_defined ); FILE *yyget_in (void ); void yyset_in (FILE * _in_str ); FILE *yyget_out (void ); void yyset_out (FILE * _out_str ); yy_size_t yyget_leng (void ); char *yyget_text (void ); int yyget_lineno (void ); void yyset_lineno (int _line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap (void ); #else extern int yywrap (void ); #endif #endif #ifndef YY_NO_UNPUT #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 #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k */ #define YY_READ_BUF_SIZE 16384 #else #define YY_READ_BUF_SIZE 8192 #endif /* __ia64__ */ #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int yylex (void); #define YY_DECL int yylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK /*LINTED*/break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { yy_state_type yy_current_state; char *yy_cp, *yy_bp; int yy_act; if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! yyin ) yyin = stdin; if ( ! yyout ) yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_load_buffer_state( ); } { #line 205 "util/configlexer.lex" #line 2711 "" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { (yy_more_len) = 0; if ( (yy_more_flag) ) { (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); (yy_more_flag) = 0; } yy_cp = (yy_c_buf_p); /* Support of yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_match: do { YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1880 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 5425 ); yy_find_action: yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_act = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: YY_RULE_SETUP #line 206 "util/configlexer.lex" { LEXOUT(("SP ")); /* ignore */ } YY_BREAK case 2: YY_RULE_SETUP #line 208 "util/configlexer.lex" { /* note that flex makes the longest match and '.' is any but not nl */ LEXOUT(("comment(%s) ", yytext)); /* ignore */ } YY_BREAK case 3: YY_RULE_SETUP #line 211 "util/configlexer.lex" { YDVAR(0, VAR_SERVER) } YY_BREAK case 4: YY_RULE_SETUP #line 212 "util/configlexer.lex" { YDVAR(1, VAR_QNAME_MINIMISATION) } YY_BREAK case 5: YY_RULE_SETUP #line 213 "util/configlexer.lex" { YDVAR(1, VAR_NUM_THREADS) } YY_BREAK case 6: YY_RULE_SETUP #line 214 "util/configlexer.lex" { YDVAR(1, VAR_VERBOSITY) } YY_BREAK case 7: YY_RULE_SETUP #line 215 "util/configlexer.lex" { YDVAR(1, VAR_PORT) } YY_BREAK case 8: YY_RULE_SETUP #line 216 "util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_RANGE) } YY_BREAK case 9: YY_RULE_SETUP #line 217 "util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) } YY_BREAK case 10: YY_RULE_SETUP #line 218 "util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_PORT_AVOID) } YY_BREAK case 11: YY_RULE_SETUP #line 219 "util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_NUM_TCP) } YY_BREAK case 12: YY_RULE_SETUP #line 220 "util/configlexer.lex" { YDVAR(1, VAR_INCOMING_NUM_TCP) } YY_BREAK case 13: YY_RULE_SETUP #line 221 "util/configlexer.lex" { YDVAR(1, VAR_DO_IP4) } YY_BREAK case 14: YY_RULE_SETUP #line 222 "util/configlexer.lex" { YDVAR(1, VAR_DO_IP6) } YY_BREAK case 15: YY_RULE_SETUP #line 223 "util/configlexer.lex" { YDVAR(1, VAR_PREFER_IP6) } YY_BREAK case 16: YY_RULE_SETUP #line 224 "util/configlexer.lex" { YDVAR(1, VAR_DO_UDP) } YY_BREAK case 17: YY_RULE_SETUP #line 225 "util/configlexer.lex" { YDVAR(1, VAR_DO_TCP) } YY_BREAK case 18: YY_RULE_SETUP #line 226 "util/configlexer.lex" { YDVAR(1, VAR_TCP_UPSTREAM) } YY_BREAK case 19: YY_RULE_SETUP #line 227 "util/configlexer.lex" { YDVAR(1, VAR_TCP_MSS) } YY_BREAK case 20: YY_RULE_SETUP #line 228 "util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_TCP_MSS) } YY_BREAK case 21: YY_RULE_SETUP #line 229 "util/configlexer.lex" { YDVAR(1, VAR_SSL_UPSTREAM) } YY_BREAK case 22: YY_RULE_SETUP #line 230 "util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_KEY) } YY_BREAK case 23: YY_RULE_SETUP #line 231 "util/configlexer.lex" { YDVAR(1, VAR_SSL_SERVICE_PEM) } YY_BREAK case 24: YY_RULE_SETUP #line 232 "util/configlexer.lex" { YDVAR(1, VAR_SSL_PORT) } YY_BREAK case 25: YY_RULE_SETUP #line 233 "util/configlexer.lex" { YDVAR(1, VAR_DO_DAEMONIZE) } YY_BREAK case 26: YY_RULE_SETUP #line 234 "util/configlexer.lex" { YDVAR(1, VAR_INTERFACE) } YY_BREAK case 27: YY_RULE_SETUP #line 235 "util/configlexer.lex" { YDVAR(1, VAR_INTERFACE) } YY_BREAK case 28: YY_RULE_SETUP #line 236 "util/configlexer.lex" { YDVAR(1, VAR_OUTGOING_INTERFACE) } YY_BREAK case 29: YY_RULE_SETUP #line 237 "util/configlexer.lex" { YDVAR(1, VAR_INTERFACE_AUTOMATIC) } YY_BREAK case 30: YY_RULE_SETUP #line 238 "util/configlexer.lex" { YDVAR(1, VAR_SO_RCVBUF) } YY_BREAK case 31: YY_RULE_SETUP #line 239 "util/configlexer.lex" { YDVAR(1, VAR_SO_SNDBUF) } YY_BREAK case 32: YY_RULE_SETUP #line 240 "util/configlexer.lex" { YDVAR(1, VAR_SO_REUSEPORT) } YY_BREAK case 33: YY_RULE_SETUP #line 241 "util/configlexer.lex" { YDVAR(1, VAR_IP_TRANSPARENT) } YY_BREAK case 34: YY_RULE_SETUP #line 242 "util/configlexer.lex" { YDVAR(1, VAR_IP_FREEBIND) } YY_BREAK case 35: YY_RULE_SETUP #line 243 "util/configlexer.lex" { YDVAR(1, VAR_CHROOT) } YY_BREAK case 36: YY_RULE_SETUP #line 244 "util/configlexer.lex" { YDVAR(1, VAR_USERNAME) } YY_BREAK case 37: YY_RULE_SETUP #line 245 "util/configlexer.lex" { YDVAR(1, VAR_DIRECTORY) } YY_BREAK case 38: YY_RULE_SETUP #line 246 "util/configlexer.lex" { YDVAR(1, VAR_LOGFILE) } YY_BREAK case 39: YY_RULE_SETUP #line 247 "util/configlexer.lex" { YDVAR(1, VAR_PIDFILE) } YY_BREAK case 40: YY_RULE_SETUP #line 248 "util/configlexer.lex" { YDVAR(1, VAR_ROOT_HINTS) } YY_BREAK case 41: YY_RULE_SETUP #line 249 "util/configlexer.lex" { YDVAR(1, VAR_EDNS_BUFFER_SIZE) } YY_BREAK case 42: YY_RULE_SETUP #line 250 "util/configlexer.lex" { YDVAR(1, VAR_MSG_BUFFER_SIZE) } YY_BREAK case 43: YY_RULE_SETUP #line 251 "util/configlexer.lex" { YDVAR(1, VAR_MSG_CACHE_SIZE) } YY_BREAK case 44: YY_RULE_SETUP #line 252 "util/configlexer.lex" { YDVAR(1, VAR_MSG_CACHE_SLABS) } YY_BREAK case 45: YY_RULE_SETUP #line 253 "util/configlexer.lex" { YDVAR(1, VAR_RRSET_CACHE_SIZE) } YY_BREAK case 46: YY_RULE_SETUP #line 254 "util/configlexer.lex" { YDVAR(1, VAR_RRSET_CACHE_SLABS) } YY_BREAK case 47: YY_RULE_SETUP #line 255 "util/configlexer.lex" { YDVAR(1, VAR_CACHE_MAX_TTL) } YY_BREAK case 48: YY_RULE_SETUP #line 256 "util/configlexer.lex" { YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) } YY_BREAK case 49: YY_RULE_SETUP #line 257 "util/configlexer.lex" { YDVAR(1, VAR_CACHE_MIN_TTL) } YY_BREAK case 50: YY_RULE_SETUP #line 258 "util/configlexer.lex" { YDVAR(1, VAR_INFRA_HOST_TTL) } YY_BREAK case 51: YY_RULE_SETUP #line 259 "util/configlexer.lex" { YDVAR(1, VAR_INFRA_LAME_TTL) } YY_BREAK case 52: YY_RULE_SETUP #line 260 "util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_SLABS) } YY_BREAK case 53: YY_RULE_SETUP #line 261 "util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) } YY_BREAK case 54: YY_RULE_SETUP #line 262 "util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) } YY_BREAK case 55: YY_RULE_SETUP #line 263 "util/configlexer.lex" { YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) } YY_BREAK case 56: YY_RULE_SETUP #line 264 "util/configlexer.lex" { YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) } YY_BREAK case 57: YY_RULE_SETUP #line 265 "util/configlexer.lex" { YDVAR(1, VAR_JOSTLE_TIMEOUT) } YY_BREAK case 58: YY_RULE_SETUP #line 266 "util/configlexer.lex" { YDVAR(1, VAR_DELAY_CLOSE) } YY_BREAK case 59: YY_RULE_SETUP #line 267 "util/configlexer.lex" { YDVAR(1, VAR_TARGET_FETCH_POLICY) } YY_BREAK case 60: YY_RULE_SETUP #line 268 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) } YY_BREAK case 61: YY_RULE_SETUP #line 269 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_LARGE_QUERIES) } YY_BREAK case 62: YY_RULE_SETUP #line 270 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_GLUE) } YY_BREAK case 63: YY_RULE_SETUP #line 271 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) } YY_BREAK case 64: YY_RULE_SETUP #line 272 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) } YY_BREAK case 65: YY_RULE_SETUP #line 273 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_REFERRAL_PATH) } YY_BREAK case 66: YY_RULE_SETUP #line 274 "util/configlexer.lex" { YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) } YY_BREAK case 67: YY_RULE_SETUP #line 275 "util/configlexer.lex" { YDVAR(1, VAR_USE_CAPS_FOR_ID) } YY_BREAK case 68: YY_RULE_SETUP #line 276 "util/configlexer.lex" { YDVAR(1, VAR_CAPS_WHITELIST) } YY_BREAK case 69: YY_RULE_SETUP #line 277 "util/configlexer.lex" { YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) } YY_BREAK case 70: YY_RULE_SETUP #line 278 "util/configlexer.lex" { YDVAR(1, VAR_PRIVATE_ADDRESS) } YY_BREAK case 71: YY_RULE_SETUP #line 279 "util/configlexer.lex" { YDVAR(1, VAR_PRIVATE_DOMAIN) } YY_BREAK case 72: YY_RULE_SETUP #line 280 "util/configlexer.lex" { YDVAR(1, VAR_PREFETCH_KEY) } YY_BREAK case 73: YY_RULE_SETUP #line 281 "util/configlexer.lex" { YDVAR(1, VAR_PREFETCH) } YY_BREAK case 74: YY_RULE_SETUP #line 282 "util/configlexer.lex" { YDVAR(0, VAR_STUB_ZONE) } YY_BREAK case 75: YY_RULE_SETUP #line 283 "util/configlexer.lex" { YDVAR(1, VAR_NAME) } YY_BREAK case 76: YY_RULE_SETUP #line 284 "util/configlexer.lex" { YDVAR(1, VAR_STUB_ADDR) } YY_BREAK case 77: YY_RULE_SETUP #line 285 "util/configlexer.lex" { YDVAR(1, VAR_STUB_HOST) } YY_BREAK case 78: YY_RULE_SETUP #line 286 "util/configlexer.lex" { YDVAR(1, VAR_STUB_PRIME) } YY_BREAK case 79: YY_RULE_SETUP #line 287 "util/configlexer.lex" { YDVAR(1, VAR_STUB_FIRST) } YY_BREAK case 80: YY_RULE_SETUP #line 288 "util/configlexer.lex" { YDVAR(0, VAR_FORWARD_ZONE) } YY_BREAK case 81: YY_RULE_SETUP #line 289 "util/configlexer.lex" { YDVAR(1, VAR_FORWARD_ADDR) } YY_BREAK case 82: YY_RULE_SETUP #line 290 "util/configlexer.lex" { YDVAR(1, VAR_FORWARD_HOST) } YY_BREAK case 83: YY_RULE_SETUP #line 291 "util/configlexer.lex" { YDVAR(1, VAR_FORWARD_FIRST) } YY_BREAK case 84: YY_RULE_SETUP #line 292 "util/configlexer.lex" { YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) } YY_BREAK case 85: YY_RULE_SETUP #line 293 "util/configlexer.lex" { YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) } YY_BREAK case 86: YY_RULE_SETUP #line 294 "util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL) } YY_BREAK case 87: YY_RULE_SETUP #line 295 "util/configlexer.lex" { YDVAR(1, VAR_HIDE_IDENTITY) } YY_BREAK case 88: YY_RULE_SETUP #line 296 "util/configlexer.lex" { YDVAR(1, VAR_HIDE_VERSION) } YY_BREAK case 89: YY_RULE_SETUP #line 297 "util/configlexer.lex" { YDVAR(1, VAR_IDENTITY) } YY_BREAK case 90: YY_RULE_SETUP #line 298 "util/configlexer.lex" { YDVAR(1, VAR_VERSION) } YY_BREAK case 91: YY_RULE_SETUP #line 299 "util/configlexer.lex" { YDVAR(1, VAR_MODULE_CONF) } YY_BREAK case 92: YY_RULE_SETUP #line 300 "util/configlexer.lex" { YDVAR(1, VAR_DLV_ANCHOR) } YY_BREAK case 93: YY_RULE_SETUP #line 301 "util/configlexer.lex" { YDVAR(1, VAR_DLV_ANCHOR_FILE) } YY_BREAK case 94: YY_RULE_SETUP #line 302 "util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR_FILE) } YY_BREAK case 95: YY_RULE_SETUP #line 303 "util/configlexer.lex" { YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) } YY_BREAK case 96: YY_RULE_SETUP #line 304 "util/configlexer.lex" { YDVAR(1, VAR_TRUSTED_KEYS_FILE) } YY_BREAK case 97: YY_RULE_SETUP #line 305 "util/configlexer.lex" { YDVAR(1, VAR_TRUST_ANCHOR) } YY_BREAK case 98: YY_RULE_SETUP #line 306 "util/configlexer.lex" { YDVAR(1, VAR_VAL_OVERRIDE_DATE) } YY_BREAK case 99: YY_RULE_SETUP #line 307 "util/configlexer.lex" { YDVAR(1, VAR_VAL_SIG_SKEW_MIN) } YY_BREAK case 100: YY_RULE_SETUP #line 308 "util/configlexer.lex" { YDVAR(1, VAR_VAL_SIG_SKEW_MAX) } YY_BREAK case 101: YY_RULE_SETUP #line 309 "util/configlexer.lex" { YDVAR(1, VAR_BOGUS_TTL) } YY_BREAK case 102: YY_RULE_SETUP #line 310 "util/configlexer.lex" { YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) } YY_BREAK case 103: YY_RULE_SETUP #line 311 "util/configlexer.lex" { YDVAR(1, VAR_VAL_PERMISSIVE_MODE) } YY_BREAK case 104: YY_RULE_SETUP #line 312 "util/configlexer.lex" { YDVAR(1, VAR_IGNORE_CD_FLAG) } YY_BREAK case 105: YY_RULE_SETUP #line 313 "util/configlexer.lex" { YDVAR(1, VAR_VAL_LOG_LEVEL) } YY_BREAK case 106: YY_RULE_SETUP #line 314 "util/configlexer.lex" { YDVAR(1, VAR_KEY_CACHE_SIZE) } YY_BREAK case 107: YY_RULE_SETUP #line 315 "util/configlexer.lex" { YDVAR(1, VAR_KEY_CACHE_SLABS) } YY_BREAK case 108: YY_RULE_SETUP #line 316 "util/configlexer.lex" { YDVAR(1, VAR_NEG_CACHE_SIZE) } YY_BREAK case 109: YY_RULE_SETUP #line 317 "util/configlexer.lex" { YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) } YY_BREAK case 110: YY_RULE_SETUP #line 319 "util/configlexer.lex" { YDVAR(1, VAR_ADD_HOLDDOWN) } YY_BREAK case 111: YY_RULE_SETUP #line 320 "util/configlexer.lex" { YDVAR(1, VAR_DEL_HOLDDOWN) } YY_BREAK case 112: YY_RULE_SETUP #line 321 "util/configlexer.lex" { YDVAR(1, VAR_KEEP_MISSING) } YY_BREAK case 113: YY_RULE_SETUP #line 322 "util/configlexer.lex" { YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) } YY_BREAK case 114: YY_RULE_SETUP #line 323 "util/configlexer.lex" { YDVAR(1, VAR_USE_SYSLOG) } YY_BREAK case 115: YY_RULE_SETUP #line 324 "util/configlexer.lex" { YDVAR(1, VAR_LOG_TIME_ASCII) } YY_BREAK case 116: YY_RULE_SETUP #line 325 "util/configlexer.lex" { YDVAR(1, VAR_LOG_QUERIES) } YY_BREAK case 117: YY_RULE_SETUP #line 326 "util/configlexer.lex" { YDVAR(2, VAR_LOCAL_ZONE) } YY_BREAK case 118: YY_RULE_SETUP #line 327 "util/configlexer.lex" { YDVAR(1, VAR_LOCAL_DATA) } YY_BREAK case 119: YY_RULE_SETUP #line 328 "util/configlexer.lex" { YDVAR(1, VAR_LOCAL_DATA_PTR) } YY_BREAK case 120: YY_RULE_SETUP #line 329 "util/configlexer.lex" { YDVAR(1, VAR_UNBLOCK_LAN_ZONES) } YY_BREAK case 121: YY_RULE_SETUP #line 330 "util/configlexer.lex" { YDVAR(1, VAR_INSECURE_LAN_ZONES) } YY_BREAK case 122: YY_RULE_SETUP #line 331 "util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_INTERVAL) } YY_BREAK case 123: YY_RULE_SETUP #line 332 "util/configlexer.lex" { YDVAR(1, VAR_STATISTICS_CUMULATIVE) } YY_BREAK case 124: YY_RULE_SETUP #line 333 "util/configlexer.lex" { YDVAR(1, VAR_EXTENDED_STATISTICS) } YY_BREAK case 125: YY_RULE_SETUP #line 334 "util/configlexer.lex" { YDVAR(0, VAR_REMOTE_CONTROL) } YY_BREAK case 126: YY_RULE_SETUP #line 335 "util/configlexer.lex" { YDVAR(1, VAR_CONTROL_ENABLE) } YY_BREAK case 127: YY_RULE_SETUP #line 336 "util/configlexer.lex" { YDVAR(1, VAR_CONTROL_INTERFACE) } YY_BREAK case 128: YY_RULE_SETUP #line 337 "util/configlexer.lex" { YDVAR(1, VAR_CONTROL_PORT) } YY_BREAK case 129: YY_RULE_SETUP #line 338 "util/configlexer.lex" { YDVAR(1, VAR_CONTROL_USE_CERT) } YY_BREAK case 130: YY_RULE_SETUP #line 339 "util/configlexer.lex" { YDVAR(1, VAR_SERVER_KEY_FILE) } YY_BREAK case 131: YY_RULE_SETUP #line 340 "util/configlexer.lex" { YDVAR(1, VAR_SERVER_CERT_FILE) } YY_BREAK case 132: YY_RULE_SETUP #line 341 "util/configlexer.lex" { YDVAR(1, VAR_CONTROL_KEY_FILE) } YY_BREAK case 133: YY_RULE_SETUP #line 342 "util/configlexer.lex" { YDVAR(1, VAR_CONTROL_CERT_FILE) } YY_BREAK case 134: YY_RULE_SETUP #line 343 "util/configlexer.lex" { YDVAR(1, VAR_PYTHON_SCRIPT) } YY_BREAK case 135: YY_RULE_SETUP #line 344 "util/configlexer.lex" { YDVAR(0, VAR_PYTHON) } YY_BREAK case 136: YY_RULE_SETUP #line 345 "util/configlexer.lex" { YDVAR(1, VAR_DOMAIN_INSECURE) } YY_BREAK case 137: YY_RULE_SETUP #line 346 "util/configlexer.lex" { YDVAR(1, VAR_MINIMAL_RESPONSES) } YY_BREAK case 138: YY_RULE_SETUP #line 347 "util/configlexer.lex" { YDVAR(1, VAR_RRSET_ROUNDROBIN) } YY_BREAK case 139: YY_RULE_SETUP #line 348 "util/configlexer.lex" { YDVAR(1, VAR_MAX_UDP_SIZE) } YY_BREAK case 140: YY_RULE_SETUP #line 349 "util/configlexer.lex" { YDVAR(1, VAR_DNS64_PREFIX) } YY_BREAK case 141: YY_RULE_SETUP #line 350 "util/configlexer.lex" { YDVAR(1, VAR_DNS64_SYNTHALL) } YY_BREAK case 142: YY_RULE_SETUP #line 351 "util/configlexer.lex" { YDVAR(1, VAR_DEFINE_TAG) } YY_BREAK case 143: YY_RULE_SETUP #line 352 "util/configlexer.lex" { YDVAR(2, VAR_LOCAL_ZONE_TAG) } YY_BREAK case 144: YY_RULE_SETUP #line 353 "util/configlexer.lex" { YDVAR(2, VAR_ACCESS_CONTROL_TAG) } YY_BREAK case 145: YY_RULE_SETUP #line 354 "util/configlexer.lex" { YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) } YY_BREAK case 146: YY_RULE_SETUP #line 355 "util/configlexer.lex" { YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) } YY_BREAK case 147: YY_RULE_SETUP #line 356 "util/configlexer.lex" { YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) } YY_BREAK case 148: YY_RULE_SETUP #line 357 "util/configlexer.lex" { YDVAR(0, VAR_DNSTAP) } YY_BREAK case 149: YY_RULE_SETUP #line 358 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_ENABLE) } YY_BREAK case 150: YY_RULE_SETUP #line 359 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SOCKET_PATH) } YY_BREAK case 151: YY_RULE_SETUP #line 360 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) } YY_BREAK case 152: YY_RULE_SETUP #line 361 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_SEND_VERSION) } YY_BREAK case 153: YY_RULE_SETUP #line 362 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_IDENTITY) } YY_BREAK case 154: YY_RULE_SETUP #line 363 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_VERSION) } YY_BREAK case 155: YY_RULE_SETUP #line 364 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) } YY_BREAK case 156: YY_RULE_SETUP #line 366 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) } YY_BREAK case 157: YY_RULE_SETUP #line 368 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) } YY_BREAK case 158: YY_RULE_SETUP #line 370 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) } YY_BREAK case 159: YY_RULE_SETUP #line 372 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) } YY_BREAK case 160: YY_RULE_SETUP #line 374 "util/configlexer.lex" { YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) } YY_BREAK case 161: YY_RULE_SETUP #line 376 "util/configlexer.lex" { YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) } YY_BREAK case 162: YY_RULE_SETUP #line 377 "util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT) } YY_BREAK case 163: YY_RULE_SETUP #line 378 "util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_SLABS) } YY_BREAK case 164: YY_RULE_SETUP #line 379 "util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_SIZE) } YY_BREAK case 165: YY_RULE_SETUP #line 380 "util/configlexer.lex" { YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) } YY_BREAK case 166: YY_RULE_SETUP #line 381 "util/configlexer.lex" { YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) } YY_BREAK case 167: YY_RULE_SETUP #line 382 "util/configlexer.lex" { YDVAR(1, VAR_RATELIMIT_FACTOR) } YY_BREAK case 168: /* rule 168 can match eol */ YY_RULE_SETUP #line 383 "util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++; } YY_BREAK /* Quoted strings. Strip leading and ending quotes */ case 169: YY_RULE_SETUP #line 386 "util/configlexer.lex" { BEGIN(quotedstring); LEXOUT(("QS ")); } YY_BREAK case YY_STATE_EOF(quotedstring): #line 387 "util/configlexer.lex" { yyerror("EOF inside quoted string"); if(--num_args == 0) { BEGIN(INITIAL); } else { BEGIN(val); } } YY_BREAK case 170: YY_RULE_SETUP #line 392 "util/configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 171: /* rule 171 can match eol */ YY_RULE_SETUP #line 393 "util/configlexer.lex" { yyerror("newline inside quoted string, no end \""); cfg_parser->line++; BEGIN(INITIAL); } YY_BREAK case 172: YY_RULE_SETUP #line 395 "util/configlexer.lex" { LEXOUT(("QE ")); if(--num_args == 0) { BEGIN(INITIAL); } else { BEGIN(val); } yytext[yyleng - 1] = '\0'; yylval.str = strdup(yytext); if(!yylval.str) yyerror("out of memory"); return STRING_ARG; } YY_BREAK /* Single Quoted strings. Strip leading and ending quotes */ case 173: YY_RULE_SETUP #line 407 "util/configlexer.lex" { BEGIN(singlequotedstr); LEXOUT(("SQS ")); } YY_BREAK case YY_STATE_EOF(singlequotedstr): #line 408 "util/configlexer.lex" { yyerror("EOF inside quoted string"); if(--num_args == 0) { BEGIN(INITIAL); } else { BEGIN(val); } } YY_BREAK case 174: YY_RULE_SETUP #line 413 "util/configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 175: /* rule 175 can match eol */ YY_RULE_SETUP #line 414 "util/configlexer.lex" { yyerror("newline inside quoted string, no end '"); cfg_parser->line++; BEGIN(INITIAL); } YY_BREAK case 176: YY_RULE_SETUP #line 416 "util/configlexer.lex" { LEXOUT(("SQE ")); if(--num_args == 0) { BEGIN(INITIAL); } else { BEGIN(val); } yytext[yyleng - 1] = '\0'; yylval.str = strdup(yytext); if(!yylval.str) yyerror("out of memory"); return STRING_ARG; } YY_BREAK /* include: directive */ case 177: YY_RULE_SETUP #line 428 "util/configlexer.lex" { LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); } YY_BREAK case YY_STATE_EOF(include): #line 430 "util/configlexer.lex" { yyerror("EOF inside include directive"); BEGIN(inc_prev); } YY_BREAK case 178: YY_RULE_SETUP #line 434 "util/configlexer.lex" { LEXOUT(("ISP ")); /* ignore */ } YY_BREAK case 179: /* rule 179 can match eol */ YY_RULE_SETUP #line 435 "util/configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++;} YY_BREAK case 180: YY_RULE_SETUP #line 436 "util/configlexer.lex" { LEXOUT(("IQS ")); BEGIN(include_quoted); } YY_BREAK case 181: YY_RULE_SETUP #line 437 "util/configlexer.lex" { LEXOUT(("Iunquotedstr(%s) ", yytext)); config_start_include_glob(yytext); BEGIN(inc_prev); } YY_BREAK case YY_STATE_EOF(include_quoted): #line 442 "util/configlexer.lex" { yyerror("EOF inside quoted string"); BEGIN(inc_prev); } YY_BREAK case 182: YY_RULE_SETUP #line 446 "util/configlexer.lex" { LEXOUT(("ISTR(%s) ", yytext)); yymore(); } YY_BREAK case 183: /* rule 183 can match eol */ YY_RULE_SETUP #line 447 "util/configlexer.lex" { yyerror("newline before \" in include name"); cfg_parser->line++; BEGIN(inc_prev); } YY_BREAK case 184: YY_RULE_SETUP #line 449 "util/configlexer.lex" { LEXOUT(("IQE ")); yytext[yyleng - 1] = '\0'; config_start_include_glob(yytext); BEGIN(inc_prev); } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(val): #line 455 "util/configlexer.lex" { LEXOUT(("LEXEOF ")); yy_set_bol(1); /* Set beginning of line, so "^" rules match. */ if (!config_include_stack) { yyterminate(); } else { fclose(yyin); config_end_include(); } } YY_BREAK case 185: YY_RULE_SETUP #line 466 "util/configlexer.lex" { LEXOUT(("unquotedstr(%s) ", yytext)); if(--num_args == 0) { BEGIN(INITIAL); } yylval.str = strdup(yytext); return STRING_ARG; } YY_BREAK case 186: YY_RULE_SETUP #line 470 "util/configlexer.lex" { ub_c_error_msg("unknown keyword '%s'", yytext); } YY_BREAK case 187: YY_RULE_SETUP #line 474 "util/configlexer.lex" { ub_c_error_msg("stray '%s'", yytext); } YY_BREAK case 188: YY_RULE_SETUP #line 478 "util/configlexer.lex" ECHO; YY_BREAK #line 3813 "" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed yyin at a new source and called * yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of user's declarations */ } /* end of yylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; char *source = (yytext_ptr); yy_size_t 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 = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { yy_size_t new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart(yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { yy_state_type yy_current_state; char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1880 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { int yy_is_jam; char *yy_cp = (yy_c_buf_p); YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1880 ) 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 == 1879); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart(yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve yytext */ (yy_hold_char) = *++(yy_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_init_buffer(YY_CURRENT_BUFFER,input_file ); yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = (yy_size_t)size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * */ void yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yyfree((void *) b->yy_ch_buf ); yyfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; yy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yy_init_buffer was _probably_ * called from yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; yyensure_buffer_stack(); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyensure_buffer_stack (void) { yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; // After all that talk, this was set to 1 anyways... (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ yy_size_t grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) { return yy_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) yyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = (yy_hold_char); \ (yy_c_buf_p) = yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int yyget_lineno (void) { return yylineno; } /** Get the input stream. * */ FILE *yyget_in (void) { return yyin; } /** Get the output stream. * */ FILE *yyget_out (void) { return yyout; } /** Get the length of the current token. * */ yy_size_t yyget_leng (void) { return yyleng; } /** Get the current token. * */ char *yyget_text (void) { return yytext; } /** Set the current line number. * @param _line_number line number * */ void yyset_lineno (int _line_number ) { yylineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see yy_switch_to_buffer */ void yyset_in (FILE * _in_str ) { yyin = _in_str ; } void yyset_out (FILE * _out_str ) { yyout = _out_str ; } int yyget_debug (void) { return yy_flex_debug; } void yyset_debug (int _bdebug ) { yy_flex_debug = _bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from yylex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = (FILE *) 0; yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * yylex_init() */ return 0; } /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(); } /* Destroy the stack itself. */ yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size ) { return (void *) malloc( size ); } void *yyrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void yyfree (void * ptr ) { free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 478 "util/configlexer.lex"