#line 3 "conf_lexer.c" #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 5 #define YY_FLEX_SUBMINOR_VERSION 39 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart(yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) #define YY_LINENO_REWIND_TO(ptr) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart (FILE *input_file ); void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); void yy_delete_buffer (YY_BUFFER_STATE b ); void yy_flush_buffer (YY_BUFFER_STATE b ); void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void yypop_buffer_state (void ); static void yyensure_buffer_stack (void ); static void yy_load_buffer_state (void ); static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); void *yyalloc (yy_size_t ); void *yyrealloc (void *,yy_size_t ); void yyfree (void * ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define yywrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern int yylineno; int yylineno = 1; extern char *yytext; #define yytext_ptr yytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ (yytext_ptr) -= (yy_more_len); \ yyleng = (size_t) (yy_cp - (yytext_ptr)); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 253 #define YY_END_OF_BUFFER 254 /* 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[1629] = { 0, 4, 4, 254, 252, 4, 3, 252, 5, 252, 252, 6, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 4, 3, 0, 7, 5, 251, 0, 2, 5, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 245, 0, 0, 0, 0, 0, 0, 0, 250, 0, 0, 0, 0, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 173, 0, 0, 176, 0, 0, 0, 0, 182, 0, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 223, 0, 0, 0, 0, 0, 15, 0, 17, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 231, 30, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 75, 234, 0, 0, 0, 82, 83, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 97, 0, 0, 0, 0, 0, 0, 0, 120, 121, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 135, 0, 0, 146, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 215, 0, 0, 0, 0, 0, 230, 0, 226, 0, 0, 9, 0, 0, 0, 239, 0, 0, 21, 0, 0, 25, 0, 0, 0, 31, 0, 0, 0, 41, 0, 0, 44, 0, 0, 0, 0, 0, 0, 52, 0, 55, 0, 57, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 244, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 0, 0, 0, 0, 0, 228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 178, 0, 180, 183, 192, 0, 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 216, 0, 0, 0, 229, 222, 225, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 94, 95, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 236, 0, 0, 118, 227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 152, 0, 0, 156, 158, 0, 0, 0, 0, 238, 0, 167, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 206, 207, 0, 0, 0, 211, 0, 0, 0, 217, 218, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 26, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 119, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 237, 0, 0, 0, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 209, 0, 212, 213, 0, 219, 0, 0, 0, 0, 0, 0, 16, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 247, 115, 0, 0, 0, 0, 132, 0, 0, 0, 131, 0, 139, 0, 141, 0, 0, 0, 0, 145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 241, 0, 0, 92, 0, 0, 0, 0, 0, 105, 107, 0, 0, 0, 0, 114, 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 148, 0, 0, 154, 155, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 210, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 104, 0, 0, 0, 111, 0, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 168, 169, 0, 172, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 93, 0, 103, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138, 0, 147, 151, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 43, 46, 0, 0, 0, 59, 60, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 125, 126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 203, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 53, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 124, 0, 0, 130, 0, 134, 0, 0, 0, 0, 0, 0, 165, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 199, 0, 0, 204, 220, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 58, 61, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, 71, 78, 0, 0, 85, 0, 0, 0, 0, 0, 109, 0, 116, 0, 0, 133, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 24, 0, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 84, 0, 0, 0, 0, 108, 113, 0, 0, 129, 0, 136, 143, 0, 0, 0, 0, 0, 0, 0, 193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 0, 190, 191, 194, 195, 196, 197, 198, 0, 0, 0, 0, 32, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 101, 102, 0, 128, 0, 0, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 0, 0, 0, 164, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 70, 80, 0, 0, 0, 163, 185, 0, 0, 0, 0, 0, 0, 39, 0, 0, 87, 0, 140, 0, 0, 200, 0, 0, 0, 0, 63, 117, 0, 0, 0, 0, 0, 40, 0, 189, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 14, 186, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 4, 5, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 7, 8, 9, 10, 9, 11, 12, 9, 13, 9, 9, 9, 1, 1, 14, 1, 15, 1, 1, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 1, 1, 1, 1, 42, 1, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[69] = { 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[1634] = { 0, 0, 0, 3124, 3125, 3121, 0, 66, 0, 64, 66, 66, 98, 43, 146, 75, 58, 85, 76, 117, 109, 51, 154, 155, 198, 240, 53, 193, 57, 191, 284, 324, 165, 122, 219, 123, 135, 3120, 0, 86, 3125, 0, 3125, 128, 3125, 0, 220, 145, 164, 181, 197, 192, 205, 211, 212, 230, 218, 237, 242, 262, 234, 247, 228, 332, 259, 245, 237, 263, 278, 282, 293, 330, 275, 296, 290, 338, 335, 296, 333, 334, 345, 340, 334, 335, 349, 342, 360, 377, 372, 387, 376, 386, 372, 367, 390, 384, 407, 388, 394, 421, 400, 417, 392, 401, 431, 394, 391, 409, 398, 478, 439, 442, 442, 443, 437, 443, 450, 442, 454, 470, 462, 473, 475, 474, 3079, 483, 485, 527, 498, 490, 498, 512, 510, 528, 520, 520, 524, 509, 3125, 526, 534, 517, 535, 536, 3078, 539, 540, 539, 540, 545, 554, 558, 552, 567, 556, 578, 557, 580, 3125, 584, 573, 569, 573, 581, 574, 588, 581, 591, 587, 598, 597, 598, 591, 592, 603, 597, 611, 617, 620, 607, 613, 3077, 618, 627, 175, 623, 619, 629, 628, 640, 640, 636, 628, 635, 3125, 642, 3076, 635, 655, 638, 636, 641, 658, 662, 671, 672, 655, 668, 666, 682, 685, 672, 686, 674, 687, 689, 678, 682, 697, 685, 685, 700, 709, 3125, 696, 693, 3075, 701, 717, 704, 3125, 712, 714, 3125, 728, 723, 719, 726, 3125, 735, 723, 726, 732, 740, 729, 747, 741, 750, 752, 737, 749, 751, 756, 762, 757, 757, 751, 765, 766, 777, 776, 775, 775, 3125, 783, 782, 785, 784, 3074, 3125, 798, 3125, 784, 800, 800, 794, 795, 3073, 791, 791, 807, 810, 3125, 3125, 810, 797, 3125, 801, 819, 818, 3072, 809, 817, 806, 829, 824, 823, 838, 832, 3125, 830, 832, 3125, 834, 836, 850, 856, 845, 855, 3071, 3125, 843, 850, 846, 846, 3125, 3125, 3070, 861, 3069, 867, 868, 864, 3068, 858, 873, 867, 880, 912, 890, 899, 883, 897, 895, 901, 3125, 3125, 902, 3067, 902, 3125, 904, 902, 908, 909, 918, 924, 938, 3066, 908, 3125, 3065, 3125, 936, 934, 940, 943, 945, 948, 948, 968, 3064, 954, 957, 956, 972, 967, 954, 3125, 963, 975, 973, 960, 3094, 1006, 966, 969, 977, 3094, 3061, 991, 992, 3125, 998, 991, 1005, 1006, 1004, 1002, 1013, 3125, 1019, 1003, 1011, 3060, 1009, 1009, 1024, 1013, 1012, 1014, 1026, 1034, 1026, 1028, 3125, 1028, 1035, 3125, 1052, 1061, 3125, 1059, 1062, 3059, 3125, 1056, 1060, 1059, 3125, 1066, 1061, 3125, 1061, 1074, 1059, 1066, 1077, 1068, 3125, 1078, 3125, 1084, 3058, 1074, 1071, 1068, 1080, 1079, 1092, 3125, 1093, 1092, 1090, 1094, 1098, 1115, 1094, 3057, 3056, 1109, 3055, 1109, 1106, 1125, 1127, 1130, 1124, 1121, 1130, 1120, 1130, 1139, 1136, 1122, 1117, 1138, 1143, 1133, 1148, 1136, 1158, 1163, 1153, 1155, 1171, 1168, 1178, 1172, 1167, 1166, 3054, 1186, 1173, 1167, 1187, 1202, 1179, 1183, 1183, 3125, 1209, 1199, 1203, 1191, 1214, 1209, 1222, 3125, 1215, 1215, 1234, 1223, 1235, 3053, 3125, 1239, 3052, 3125, 3125, 1236, 1234, 1238, 3051, 1224, 1242, 3125, 1236, 1232, 1241, 1242, 1254, 1249, 1259, 1267, 1257, 1266, 1274, 1267, 3079, 1268, 1271, 1284, 3125, 3125, 3125, 1287, 3049, 1273, 3125, 1284, 1278, 1281, 1288, 1281, 1286, 1290, 1283, 1282, 1289, 1285, 1294, 1308, 1302, 1305, 1307, 3048, 3125, 1329, 3047, 1319, 1320, 1323, 1334, 3046, 1317, 3045, 1337, 3044, 1338, 1340, 1327, 3043, 1346, 1337, 3125, 1342, 1331, 1348, 1351, 1357, 1355, 3125, 3125, 3125, 1361, 1353, 1369, 1362, 1366, 1383, 1381, 1384, 1376, 1372, 1376, 1373, 3125, 1376, 1380, 1388, 1387, 1383, 3125, 1398, 1400, 1404, 1395, 1402, 1408, 1396, 1394, 1409, 3042, 1403, 1419, 1412, 1411, 1434, 1425, 1440, 3125, 1424, 1428, 1435, 1426, 3041, 3125, 1432, 1444, 3125, 1448, 1433, 1430, 1446, 1454, 1438, 1457, 1451, 1456, 1443, 3125, 1451, 1454, 1453, 1454, 1459, 1469, 1465, 3040, 1471, 1512, 1480, 3039, 1480, 3038, 1483, 3125, 3125, 1493, 1498, 1484, 3125, 1502, 1504, 1502, 3125, 1491, 1496, 3125, 1507, 1497, 1494, 1512, 1517, 1506, 1522, 1520, 1517, 3125, 1523, 3125, 1540, 1535, 3037, 1531, 3036, 3035, 3034, 1547, 1545, 1546, 1546, 1557, 3033, 3125, 1542, 1550, 1556, 1561, 1556, 3125, 1550, 1564, 1557, 1560, 1557, 1562, 1569, 1579, 1570, 1568, 1585, 1582, 1573, 1595, 1584, 1600, 1601, 1592, 1598, 1610, 1614, 1603, 1613, 1618, 1609, 1619, 1615, 1614, 1622, 1621, 3125, 1623, 1606, 3125, 3125, 1626, 1615, 3032, 1628, 1616, 3031, 3030, 1632, 1624, 1623, 1626, 1642, 1645, 1640, 1645, 1656, 1662, 1654, 1657, 1662, 1663, 1655, 1656, 1674, 3125, 1671, 1655, 1667, 3125, 1661, 1673, 1669, 1666, 1679, 1674, 1678, 1676, 1674, 1687, 1700, 1694, 1695, 1691, 3029, 3028, 3027, 3026, 3025, 3024, 1709, 1714, 3023, 1716, 3022, 3125, 3125, 1718, 3125, 3125, 1717, 3125, 3021, 90, 1724, 1708, 1716, 1715, 3125, 3125, 1725, 1726, 1719, 1715, 3020, 1730, 1725, 1761, 1728, 1723, 1738, 1734, 3125, 1728, 1742, 1736, 1741, 1764, 1763, 1759, 1757, 1768, 1773, 1766, 1780, 1777, 1761, 1769, 3125, 1770, 1782, 1773, 1771, 1772, 1788, 1784, 1786, 1786, 1783, 3125, 1783, 1789, 1812, 1796, 3125, 1807, 3019, 1816, 1817, 1824, 1820, 1812, 3125, 1823, 1819, 1815, 1831, 3125, 1831, 1822, 1832, 3125, 1834, 3125, 1825, 3125, 1817, 1825, 1843, 1830, 3125, 1840, 1847, 1839, 1852, 1837, 1845, 1856, 1860, 1874, 1867, 1862, 1878, 1879, 3018, 1883, 1867, 1883, 1869, 1881, 1886, 1878, 1888, 1894, 1891, 1894, 1884, 1886, 1889, 1890, 1891, 3017, 1883, 1895, 1906, 1917, 1920, 1918, 1915, 322, 3054, 3042, 1911, 1934, 3014, 3013, 3008, 3125, 1931, 1934, 1932, 1929, 1926, 1928, 1923, 1944, 1941, 1943, 1948, 3125, 1937, 1947, 1933, 1946, 1957, 1957, 1947, 3006, 1940, 1952, 1964, 1955, 1965, 3005, 1984, 1975, 1976, 3003, 1980, 1985, 3125, 1981, 1994, 3125, 1995, 1977, 3002, 1978, 1987, 3125, 3125, 2015, 1983, 1983, 3000, 3125, 3125, 1992, 1986, 1984, 2004, 2011, 2999, 1999, 2002, 1997, 2018, 2998, 2997, 2024, 2996, 2023, 3125, 2032, 2026, 3125, 3125, 3125, 2027, 2024, 2044, 2025, 2044, 2035, 2037, 2047, 2049, 2037, 2048, 2052, 2042, 2041, 2060, 2048, 2049, 2059, 2053, 2056, 2057, 2065, 2067, 2066, 2073, 2075, 2080, 2092, 3125, 2084, 2089, 3033, 3032, 3020, 3019, 2083, 2083, 2098, 2100, 2083, 2093, 2092, 2096, 2097, 2102, 2101, 2097, 2109, 2108, 2117, 2103, 2117, 2109, 3125, 2121, 2117, 2128, 2127, 2142, 2141, 2139, 2148, 3125, 2150, 2150, 2139, 2155, 2989, 2138, 2145, 2988, 1973, 2145, 2138, 2140, 3125, 2150, 2149, 3125, 2161, 2166, 2165, 3125, 2156, 2164, 2173, 3125, 2165, 2162, 2176, 2176, 1474, 2179, 1473, 2178, 2178, 2182, 2186, 2187, 2204, 3125, 2205, 2191, 2207, 1469, 2198, 3125, 3125, 2213, 3125, 3125, 2206, 2214, 2210, 1174, 1168, 2200, 2221, 881, 2204, 2220, 2223, 2224, 2225, 2226, 2225, 2226, 2238, 2225, 2236, 2244, 2244, 2231, 2244, 2248, 2239, 2263, 872, 3125, 2246, 2251, 2258, 3125, 2260, 2264, 2256, 2259, 2266, 2256, 870, 2266, 2270, 2277, 2263, 2275, 2266, 3125, 867, 3125, 2270, 2270, 2294, 2293, 2286, 2293, 2305, 2293, 2294, 861, 3125, 2312, 3125, 2317, 2305, 2307, 3125, 2316, 2319, 2305, 2321, 2322, 2314, 2311, 2316, 2330, 2317, 2324, 2333, 3125, 2333, 3125, 3125, 3125, 493, 2332, 2335, 2343, 2355, 2356, 2359, 2355, 2355, 2362, 2359, 2360, 2373, 2357, 2358, 2359, 2360, 2361, 2368, 2364, 2366, 2384, 2367, 3125, 2376, 2376, 2374, 2378, 2387, 2388, 2398, 2390, 2409, 2395, 3125, 484, 2396, 2401, 3125, 3125, 2408, 2406, 2411, 3125, 3125, 2423, 2408, 2426, 2415, 3125, 2422, 2413, 2417, 477, 474, 2420, 2427, 2429, 3125, 2436, 2423, 2430, 2438, 2441, 2433, 2449, 2447, 3125, 3125, 437, 2445, 2460, 2458, 2453, 432, 2455, 2456, 2463, 2468, 2475, 2477, 2477, 3125, 3125, 2482, 2475, 2480, 2471, 428, 2482, 2487, 425, 415, 380, 377, 373, 2485, 2487, 290, 3125, 2492, 2490, 2480, 3125, 2484, 2480, 2481, 2488, 288, 2502, 259, 2512, 2513, 3125, 2506, 3125, 2509, 2506, 247, 2514, 2517, 2517, 3125, 2515, 2515, 2533, 2516, 2525, 2526, 2532, 239, 2534, 2523, 3125, 2537, 2528, 3125, 2528, 2537, 3125, 2548, 3125, 2550, 2550, 2533, 2542, 2554, 2544, 3125, 3125, 2552, 2556, 2557, 2564, 2577, 2564, 2575, 2573, 2574, 2575, 2576, 2577, 3125, 235, 2587, 3125, 3125, 2590, 2591, 229, 3125, 2575, 2595, 2585, 2582, 2598, 195, 2587, 3125, 191, 2604, 2595, 159, 2593, 3125, 2594, 2608, 2612, 2624, 2626, 2631, 2622, 2633, 2633, 2622, 2640, 2629, 2637, 2629, 2647, 2644, 3125, 2639, 2627, 153, 2649, 2635, 2649, 124, 2651, 2653, 2657, 2649, 2652, 2653, 2663, 2666, 2669, 2673, 3125, 3125, 2673, 310, 2683, 2671, 2690, 2677, 2696, 2695, 2690, 3125, 2679, 2695, 2687, 3125, 3125, 2689, 2685, 3125, 117, 2692, 2692, 2690, 2692, 3125, 2706, 114, 2703, 2696, 3125, 2705, 2701, 2716, 109, 2725, 107, 3125, 2719, 2719, 2727, 2725, 2741, 2734, 2737, 2738, 2739, 2740, 2738, 2739, 2750, 3125, 3125, 2755, 2743, 2741, 2755, 2748, 2748, 2762, 2750, 3125, 2753, 2756, 3125, 2759, 2760, 2770, 2780, 3125, 3125, 2769, 2782, 3125, 2781, 3125, 3125, 2788, 2790, 2794, 2799, 2799, 2800, 2802, 3125, 2782, 2783, 2784, 2785, 2786, 2793, 2799, 2797, 2803, 2799, 2800, 2805, 2810, 2812, 2823, 2828, 2834, 2837, 2836, 2842, 2830, 2835, 2845, 2837, 2853, 2850, 2848, 2852, 3125, 2845, 3125, 3125, 3125, 3125, 3125, 3125, 3125, 2854, 2860, 2846, 2860, 3125, 2863, 100, 2865, 2858, 3125, 2853, 2858, 2874, 2865, 2867, 3125, 3125, 2869, 3125, 2865, 2881, 2891, 2887, 2881, 2904, 3125, 2907, 2906, 2894, 2910, 2902, 2914, 2907, 2898, 2898, 2910, 3125, 2905, 2913, 2919, 3125, 2920, 2920, 2921, 2926, 2925, 3125, 95, 2918, 2917, 2923, 2932, 3125, 3125, 2930, 2941, 2951, 3125, 3125, 2951, 2943, 2943, 2960, 2963, 2946, 3125, 2964, 2955, 3125, 2965, 3125, 2953, 2967, 3125, 93, 2958, 2961, 2957, 3125, 3125, 2962, 2975, 2961, 2963, 2965, 3125, 2968, 3125, 2978, 2976, 3125, 2982, 2988, 2984, 2993, 3004, 3125, 2990, 3125, 3125, 3125, 105, 3052, 97, 84, 81 } ; static yyconst flex_int16_t yy_def[1634] = { 0, 1628, 1, 1628, 1628, 1628, 1629, 1630, 1631, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1629, 1630, 1628, 1631, 1628, 1628, 1628, 1631, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1632, 1633, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1632, 1632, 1633, 1633, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 0, 1628, 1628, 1628, 1628, 1628 } ; static yyconst flex_int16_t yy_nxt[3194] = { 0, 4, 5, 6, 7, 8, 4, 9, 10, 11, 11, 11, 11, 11, 4, 4, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 4, 4, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 4, 40, 40, 42, 44, 53, 45, 46, 46, 46, 46, 46, 67, 84, 1027, 54, 103, 1025, 68, 69, 43, 40, 40, 62, 915, 107, 916, 63, 75, 70, 41, 64, 53, 71, 65, 76, 917, 66, 38, 67, 84, 72, 54, 103, 73, 68, 69, 43, 47, 48, 62, 49, 107, 74, 63, 75, 70, 50, 64, 51, 71, 65, 76, 81, 66, 77, 52, 1610, 72, 1591, 82, 73, 83, 78, 1557, 47, 48, 129, 49, 79, 74, 1485, 132, 1483, 50, 80, 51, 133, 1477, 134, 81, 1471, 77, 52, 55, 135, 56, 82, 1445, 83, 78, 57, 58, 85, 129, 59, 79, 89, 60, 132, 86, 90, 80, 87, 133, 88, 134, 91, 61, 315, 316, 55, 135, 56, 136, 126, 127, 1441, 57, 58, 85, 128, 59, 1420, 89, 60, 1417, 86, 90, 108, 87, 104, 88, 109, 91, 61, 92, 93, 137, 105, 94, 136, 126, 127, 95, 106, 138, 110, 128, 139, 96, 46, 46, 46, 46, 46, 108, 130, 104, 1415, 109, 131, 140, 92, 93, 137, 105, 94, 141, 142, 145, 95, 106, 138, 110, 146, 139, 96, 97, 143, 98, 144, 99, 147, 130, 150, 100, 151, 131, 140, 152, 160, 101, 1408, 161, 141, 142, 145, 102, 1404, 148, 158, 146, 1378, 162, 97, 143, 98, 144, 99, 147, 1367, 150, 100, 151, 159, 163, 152, 160, 101, 149, 161, 164, 1361, 170, 102, 111, 148, 158, 112, 113, 162, 114, 165, 171, 166, 115, 116, 117, 172, 118, 119, 159, 163, 1457, 1458, 915, 149, 916, 164, 167, 170, 1359, 111, 1351, 177, 112, 113, 917, 114, 165, 171, 166, 115, 116, 117, 172, 118, 119, 120, 153, 154, 121, 122, 178, 155, 168, 167, 173, 123, 124, 175, 177, 156, 181, 169, 125, 176, 157, 174, 179, 182, 180, 183, 184, 185, 120, 153, 154, 121, 122, 178, 155, 168, 186, 173, 123, 124, 175, 187, 156, 181, 169, 125, 176, 157, 174, 179, 182, 180, 183, 184, 185, 188, 189, 190, 193, 191, 195, 197, 194, 186, 192, 196, 198, 199, 187, 1348, 203, 204, 207, 1347, 210, 211, 1346, 215, 216, 217, 200, 218, 188, 189, 190, 193, 191, 195, 197, 194, 201, 192, 196, 198, 199, 205, 202, 203, 204, 207, 208, 210, 211, 212, 215, 216, 217, 200, 218, 226, 206, 1345, 231, 209, 227, 235, 233, 201, 236, 213, 214, 1344, 205, 202, 1341, 228, 232, 208, 1329, 229, 212, 230, 239, 1324, 237, 240, 226, 206, 234, 231, 241, 227, 235, 233, 238, 236, 213, 214, 219, 242, 220, 221, 228, 232, 243, 222, 229, 223, 230, 239, 224, 237, 240, 244, 245, 234, 225, 241, 247, 248, 1312, 238, 255, 1311, 256, 219, 242, 220, 221, 257, 1298, 243, 222, 259, 223, 258, 260, 224, 261, 1265, 244, 245, 264, 225, 265, 247, 248, 249, 262, 255, 250, 256, 266, 267, 268, 271, 257, 251, 252, 272, 259, 269, 258, 260, 253, 261, 263, 273, 270, 264, 254, 265, 275, 276, 249, 262, 277, 250, 278, 266, 267, 268, 271, 279, 251, 252, 272, 280, 269, 281, 282, 253, 283, 263, 273, 270, 284, 254, 285, 275, 276, 286, 287, 277, 288, 278, 289, 290, 291, 292, 279, 293, 294, 295, 280, 296, 281, 282, 297, 283, 298, 299, 302, 284, 300, 285, 303, 304, 286, 287, 305, 288, 306, 289, 290, 291, 292, 301, 293, 294, 295, 307, 296, 308, 309, 297, 310, 298, 299, 302, 311, 300, 313, 303, 304, 314, 317, 305, 318, 306, 319, 321, 322, 320, 301, 323, 324, 325, 307, 326, 308, 309, 327, 310, 329, 330, 333, 311, 331, 313, 334, 335, 314, 317, 332, 318, 336, 319, 321, 322, 320, 337, 323, 324, 325, 338, 326, 339, 340, 327, 341, 329, 330, 333, 342, 331, 346, 334, 335, 347, 348, 343, 349, 336, 350, 351, 344, 352, 337, 353, 354, 345, 338, 355, 339, 340, 356, 341, 357, 358, 359, 342, 360, 346, 361, 363, 347, 348, 343, 349, 364, 350, 351, 344, 352, 365, 353, 354, 345, 366, 355, 367, 368, 356, 369, 357, 358, 359, 370, 360, 371, 361, 363, 372, 373, 375, 376, 364, 377, 374, 378, 379, 365, 380, 382, 383, 366, 384, 367, 368, 385, 369, 386, 381, 387, 370, 388, 371, 389, 392, 372, 373, 375, 376, 390, 377, 393, 378, 379, 394, 380, 382, 383, 391, 384, 395, 396, 385, 397, 386, 381, 387, 398, 388, 399, 389, 392, 400, 401, 402, 404, 390, 405, 393, 406, 407, 394, 408, 409, 411, 412, 413, 395, 396, 414, 397, 415, 416, 417, 398, 418, 399, 419, 421, 400, 401, 402, 404, 422, 405, 423, 406, 407, 424, 408, 409, 411, 412, 413, 425, 426, 414, 427, 415, 416, 417, 428, 418, 429, 419, 421, 430, 431, 432, 433, 422, 434, 423, 436, 438, 424, 440, 441, 442, 443, 445, 425, 426, 447, 427, 435, 437, 448, 428, 449, 429, 451, 452, 430, 431, 432, 433, 453, 434, 454, 436, 438, 1246, 440, 441, 442, 443, 445, 1234, 464, 447, 1227, 435, 1217, 448, 465, 449, 466, 451, 452, 467, 469, 1198, 470, 453, 468, 454, 455, 456, 457, 471, 473, 474, 458, 475, 459, 464, 476, 460, 477, 461, 478, 465, 479, 466, 485, 462, 467, 469, 463, 470, 487, 468, 480, 455, 456, 457, 471, 473, 474, 458, 475, 459, 488, 476, 460, 477, 461, 478, 489, 479, 481, 485, 462, 490, 482, 463, 491, 487, 483, 480, 492, 493, 494, 496, 497, 503, 498, 504, 505, 488, 500, 506, 507, 508, 501, 489, 499, 481, 513, 502, 490, 482, 514, 491, 515, 518, 519, 492, 493, 494, 496, 497, 503, 498, 504, 505, 520, 500, 506, 507, 508, 501, 510, 511, 521, 513, 502, 522, 523, 514, 524, 515, 518, 519, 525, 526, 529, 527, 512, 530, 532, 533, 534, 520, 528, 535, 536, 537, 538, 510, 511, 521, 539, 540, 522, 523, 542, 524, 541, 543, 544, 525, 526, 529, 527, 512, 530, 532, 533, 534, 545, 528, 535, 536, 537, 538, 546, 547, 548, 539, 540, 550, 551, 542, 552, 541, 543, 544, 553, 554, 555, 556, 557, 558, 559, 560, 561, 545, 562, 564, 565, 566, 567, 546, 547, 548, 568, 571, 550, 551, 572, 552, 573, 574, 569, 553, 554, 555, 556, 557, 558, 559, 560, 561, 570, 562, 564, 565, 566, 567, 575, 576, 577, 568, 571, 580, 582, 572, 583, 573, 574, 569, 584, 585, 586, 587, 589, 590, 591, 588, 596, 570, 592, 594, 597, 598, 599, 575, 576, 577, 600, 601, 580, 582, 593, 583, 602, 595, 603, 584, 585, 586, 587, 589, 590, 591, 588, 596, 604, 592, 594, 597, 598, 599, 607, 605, 608, 600, 601, 609, 610, 593, 606, 602, 595, 603, 611, 612, 613, 614, 616, 617, 618, 620, 621, 604, 625, 619, 1195, 626, 627, 607, 605, 608, 1194, 622, 609, 610, 623, 606, 630, 631, 632, 611, 612, 613, 614, 616, 617, 618, 620, 621, 633, 625, 619, 624, 626, 627, 628, 636, 634, 629, 622, 635, 637, 623, 638, 630, 631, 632, 639, 640, 641, 643, 645, 649, 650, 652, 646, 633, 653, 647, 624, 654, 648, 628, 636, 634, 629, 655, 635, 637, 656, 638, 657, 658, 659, 639, 640, 641, 643, 645, 649, 650, 652, 646, 660, 653, 647, 661, 654, 648, 662, 663, 664, 665, 655, 667, 668, 656, 669, 657, 658, 659, 670, 672, 673, 674, 675, 678, 676, 679, 680, 660, 681, 682, 661, 683, 684, 662, 663, 664, 665, 685, 667, 668, 686, 669, 677, 687, 688, 670, 672, 673, 674, 675, 678, 676, 679, 680, 689, 681, 682, 691, 683, 684, 693, 694, 695, 701, 685, 696, 697, 686, 703, 705, 687, 688, 706, 708, 698, 710, 711, 712, 713, 699, 714, 689, 715, 707, 691, 716, 717, 693, 694, 695, 701, 718, 696, 697, 719, 703, 705, 720, 721, 706, 708, 698, 710, 711, 712, 713, 699, 714, 722, 715, 707, 725, 716, 717, 726, 723, 727, 728, 718, 729, 730, 719, 724, 731, 720, 721, 732, 733, 734, 735, 736, 737, 738, 739, 740, 722, 741, 742, 725, 743, 744, 726, 723, 727, 728, 746, 729, 730, 747, 724, 731, 748, 749, 732, 733, 734, 735, 736, 737, 738, 739, 740, 750, 741, 742, 751, 743, 744, 752, 753, 754, 755, 746, 756, 758, 747, 759, 760, 748, 749, 761, 762, 763, 764, 765, 766, 767, 768, 769, 750, 770, 771, 751, 772, 773, 752, 753, 754, 755, 774, 756, 758, 775, 759, 760, 776, 777, 761, 762, 763, 764, 765, 766, 767, 768, 769, 779, 770, 771, 786, 772, 773, 788, 1188, 790, 791, 774, 1178, 1176, 775, 792, 793, 776, 777, 794, 795, 796, 797, 798, 799, 800, 801, 802, 779, 780, 803, 786, 804, 781, 788, 782, 790, 791, 805, 783, 784, 806, 792, 793, 807, 785, 794, 795, 796, 797, 798, 799, 800, 801, 802, 808, 780, 803, 809, 804, 781, 810, 782, 812, 816, 805, 783, 784, 806, 817, 818, 807, 785, 819, 820, 822, 823, 825, 826, 827, 828, 829, 808, 830, 831, 809, 824, 832, 810, 833, 812, 816, 834, 835, 836, 837, 817, 818, 838, 839, 819, 820, 822, 823, 825, 826, 827, 828, 829, 840, 830, 831, 841, 824, 832, 842, 833, 843, 844, 834, 835, 836, 837, 845, 846, 838, 839, 847, 848, 849, 850, 851, 852, 853, 854, 855, 840, 856, 857, 841, 858, 859, 842, 860, 843, 844, 861, 863, 864, 867, 845, 846, 868, 869, 847, 848, 849, 850, 851, 852, 853, 854, 855, 870, 856, 857, 871, 858, 859, 872, 860, 873, 874, 861, 863, 864, 867, 875, 876, 868, 869, 877, 878, 879, 880, 881, 882, 883, 884, 885, 870, 886, 887, 871, 888, 889, 872, 890, 873, 874, 891, 892, 893, 894, 875, 876, 895, 896, 877, 878, 879, 880, 881, 882, 883, 884, 885, 897, 886, 887, 898, 888, 889, 899, 890, 900, 907, 891, 892, 893, 894, 908, 910, 895, 896, 912, 913, 918, 919, 920, 921, 922, 923, 924, 897, 925, 929, 898, 927, 933, 899, 934, 900, 907, 935, 936, 937, 938, 908, 910, 939, 928, 912, 913, 918, 919, 920, 921, 922, 923, 924, 940, 925, 929, 930, 927, 933, 941, 934, 931, 942, 935, 936, 937, 938, 943, 944, 939, 928, 945, 946, 932, 947, 948, 949, 950, 951, 952, 940, 953, 954, 930, 955, 956, 941, 957, 931, 942, 958, 959, 960, 961, 943, 944, 962, 963, 945, 946, 932, 947, 948, 949, 950, 951, 952, 964, 953, 954, 965, 955, 956, 966, 957, 968, 969, 958, 959, 960, 961, 970, 971, 962, 963, 972, 973, 974, 975, 976, 978, 979, 980, 981, 964, 982, 983, 965, 984, 977, 966, 985, 968, 969, 986, 987, 988, 989, 970, 971, 990, 991, 972, 973, 974, 975, 976, 978, 979, 980, 981, 992, 982, 983, 993, 984, 977, 994, 985, 995, 996, 986, 987, 988, 989, 997, 998, 990, 991, 999, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 992, 1009, 1010, 993, 1011, 1012, 994, 1013, 995, 996, 1014, 1015, 1016, 1018, 997, 998, 1019, 1020, 999, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1021, 1009, 1010, 1022, 1011, 1012, 1023, 1013, 1024, 1029, 1014, 1015, 1016, 1018, 1030, 1034, 1019, 1020, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1021, 1044, 1045, 1022, 1046, 1047, 1023, 1048, 1024, 1029, 1049, 1050, 1051, 1053, 1030, 1034, 1054, 1055, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1056, 1044, 1045, 1057, 1046, 1047, 1061, 1048, 1062, 1064, 1049, 1050, 1051, 1053, 1059, 1065, 1054, 1055, 1060, 1066, 1067, 1068, 1069, 1071, 1072, 1160, 1076, 1056, 1077, 1079, 1057, 1080, 1081, 1061, 1082, 1062, 1064, 1083, 1085, 1086, 1087, 1059, 1065, 1073, 1088, 1060, 1066, 1067, 1068, 1069, 1071, 1072, 1074, 1076, 1091, 1077, 1079, 1093, 1080, 1081, 1075, 1082, 1094, 1095, 1083, 1085, 1086, 1087, 1096, 1097, 1073, 1088, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1074, 1105, 1091, 1106, 1107, 1093, 1108, 1109, 1075, 1110, 1094, 1095, 1111, 1112, 1113, 1114, 1096, 1097, 1115, 1116, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1117, 1105, 1118, 1106, 1107, 1119, 1108, 1109, 1120, 1110, 1121, 1122, 1111, 1112, 1113, 1114, 1123, 1124, 1115, 1116, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1117, 1132, 1118, 1133, 1134, 1119, 1135, 1136, 1120, 1137, 1121, 1122, 1138, 1139, 1140, 1141, 1123, 1124, 1142, 1143, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1144, 1132, 1145, 1133, 1134, 1146, 1135, 1136, 1147, 1137, 1148, 1149, 1138, 1139, 1140, 1141, 1150, 1151, 1142, 1143, 1152, 1153, 1154, 1155, 1157, 1158, 1161, 1144, 1162, 1145, 1163, 1164, 1146, 1165, 1166, 1147, 1167, 1148, 1149, 1168, 1169, 1170, 1171, 1150, 1151, 1172, 1173, 1152, 1153, 1154, 1155, 1157, 1158, 1161, 1174, 1162, 1175, 1163, 1164, 1177, 1165, 1166, 1179, 1167, 1180, 1181, 1168, 1169, 1170, 1171, 1182, 1183, 1172, 1173, 1184, 1185, 1186, 1187, 1189, 1190, 1191, 1174, 1192, 1175, 1193, 1196, 1177, 1197, 1199, 1179, 1200, 1180, 1181, 1201, 1202, 1203, 1204, 1182, 1183, 1205, 1206, 1184, 1185, 1186, 1187, 1189, 1190, 1191, 1207, 1192, 1208, 1193, 1196, 1209, 1197, 1199, 1210, 1200, 1211, 1212, 1201, 1202, 1203, 1204, 1213, 1214, 1205, 1206, 1215, 1216, 1218, 1219, 1220, 1221, 1222, 1207, 1223, 1208, 1224, 1225, 1209, 1226, 1228, 1210, 1229, 1211, 1212, 1230, 1231, 1232, 1233, 1213, 1214, 1235, 1236, 1215, 1216, 1218, 1219, 1220, 1221, 1222, 1237, 1223, 1238, 1224, 1225, 1239, 1226, 1228, 1240, 1229, 1241, 1242, 1230, 1231, 1232, 1233, 1244, 1245, 1235, 1236, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1243, 1238, 1255, 1256, 1239, 1257, 1258, 1240, 1259, 1241, 1242, 1261, 1262, 1263, 1260, 1244, 1245, 1264, 1266, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1243, 1267, 1255, 1256, 1268, 1257, 1258, 1269, 1259, 1270, 1271, 1261, 1262, 1263, 1260, 1272, 1273, 1264, 1266, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1267, 1283, 1284, 1268, 1285, 1286, 1269, 1287, 1270, 1271, 1288, 1289, 1290, 1291, 1272, 1273, 1292, 1293, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1294, 1283, 1284, 1295, 1285, 1286, 1296, 1287, 1297, 1299, 1288, 1289, 1290, 1291, 1300, 1301, 1292, 1293, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1294, 1313, 1314, 1295, 1315, 1316, 1296, 1317, 1297, 1299, 1318, 1319, 1320, 1321, 1300, 1301, 1322, 1323, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1325, 1313, 1314, 1326, 1315, 1316, 1327, 1317, 1328, 1330, 1318, 1319, 1320, 1321, 1331, 1332, 1322, 1323, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1342, 1325, 1343, 1349, 1326, 1350, 1352, 1327, 1353, 1328, 1330, 1354, 1355, 1356, 1357, 1331, 1332, 1358, 1360, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1342, 1362, 1343, 1349, 1363, 1350, 1352, 1364, 1353, 1365, 1366, 1354, 1355, 1356, 1357, 1368, 1369, 1358, 1360, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1379, 1362, 1380, 1381, 1363, 1382, 1383, 1364, 1384, 1365, 1366, 1385, 1386, 1387, 1388, 1368, 1369, 1389, 1390, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1379, 1391, 1380, 1381, 1392, 1382, 1383, 1393, 1384, 1394, 1395, 1385, 1386, 1387, 1388, 1396, 1397, 1389, 1390, 1398, 1399, 1400, 1401, 1402, 1403, 1405, 1406, 1407, 1391, 1409, 1410, 1392, 1411, 1412, 1393, 1413, 1394, 1395, 1414, 1416, 1418, 1419, 1396, 1397, 1421, 1422, 1398, 1399, 1400, 1401, 1402, 1403, 1405, 1406, 1407, 1423, 1409, 1410, 1424, 1411, 1412, 1425, 1413, 1426, 1427, 1414, 1416, 1418, 1419, 1428, 1430, 1421, 1422, 1431, 1432, 1429, 1433, 1434, 1435, 1436, 1437, 1438, 1423, 1439, 1440, 1424, 1442, 1443, 1425, 1444, 1426, 1427, 1446, 1447, 1448, 1449, 1428, 1430, 1450, 1451, 1431, 1432, 1429, 1433, 1434, 1435, 1436, 1437, 1438, 1452, 1439, 1440, 1453, 1442, 1443, 1454, 1444, 1455, 1456, 1446, 1447, 1448, 1449, 1459, 1460, 1450, 1451, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1452, 1470, 1472, 1453, 1473, 1474, 1454, 1475, 1455, 1456, 1476, 1478, 1479, 1480, 1459, 1460, 1481, 1482, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1484, 1470, 1472, 1486, 1473, 1474, 1487, 1475, 1488, 1489, 1476, 1478, 1479, 1480, 1490, 1491, 1481, 1482, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1484, 1501, 1502, 1486, 1503, 1504, 1487, 1505, 1488, 1489, 1506, 1507, 1508, 1509, 1490, 1491, 1510, 1511, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1512, 1501, 1502, 1513, 1503, 1504, 1514, 1505, 1515, 1516, 1506, 1507, 1508, 1509, 1517, 1518, 1510, 1511, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1512, 1528, 1529, 1513, 1530, 1531, 1514, 1532, 1515, 1516, 1533, 1534, 1535, 1536, 1517, 1518, 1537, 1538, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1539, 1528, 1529, 1540, 1530, 1531, 1541, 1532, 1542, 1543, 1533, 1534, 1535, 1536, 1544, 1545, 1537, 1538, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1539, 1555, 1556, 1540, 1558, 1559, 1541, 1560, 1542, 1543, 1561, 1562, 1563, 1564, 1544, 1545, 1565, 1566, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1567, 1555, 1556, 1568, 1558, 1559, 1569, 1560, 1570, 1571, 1561, 1562, 1563, 1564, 1572, 1573, 1565, 1566, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1567, 1583, 1584, 1568, 1585, 1586, 1569, 1587, 1570, 1571, 1588, 1589, 1590, 1592, 1572, 1573, 1593, 1594, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1595, 1583, 1584, 1596, 1585, 1586, 1597, 1587, 1598, 1599, 1588, 1589, 1590, 1592, 1600, 1601, 1593, 1594, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1611, 1595, 1612, 1613, 1596, 1614, 1615, 1597, 1616, 1598, 1599, 1617, 1618, 1619, 1620, 1600, 1601, 1621, 1622, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1611, 1623, 1612, 1613, 1624, 1614, 1615, 1625, 1616, 1626, 1627, 1617, 1618, 1619, 1620, 1159, 1156, 1621, 1622, 1028, 1028, 1026, 1026, 1092, 1090, 1089, 1084, 1078, 1623, 1070, 1063, 1624, 1058, 1052, 1625, 1033, 1626, 1627, 39, 39, 1032, 1031, 1028, 1026, 1017, 1000, 967, 926, 914, 911, 909, 906, 905, 904, 903, 902, 901, 866, 865, 862, 821, 815, 814, 813, 811, 789, 787, 778, 757, 745, 709, 704, 702, 700, 692, 690, 671, 666, 651, 644, 642, 615, 581, 579, 578, 563, 549, 531, 517, 516, 509, 495, 486, 484, 472, 450, 446, 444, 439, 420, 410, 403, 362, 328, 312, 274, 246, 37, 37, 1628, 3, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628 } ; static yyconst flex_int16_t yy_chk[3194] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 7, 9, 10, 13, 10, 11, 11, 11, 11, 11, 16, 21, 1633, 13, 26, 1632, 16, 16, 9, 39, 39, 15, 799, 28, 799, 15, 18, 16, 1631, 15, 13, 17, 15, 18, 799, 15, 1629, 16, 21, 17, 13, 26, 17, 16, 16, 9, 12, 12, 15, 12, 28, 17, 15, 18, 16, 12, 15, 12, 17, 15, 18, 20, 15, 19, 12, 1602, 17, 1575, 20, 17, 20, 19, 1534, 12, 12, 33, 12, 19, 17, 1442, 35, 1440, 12, 19, 12, 36, 1433, 43, 20, 1426, 19, 12, 14, 47, 14, 20, 1395, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 35, 22, 23, 19, 22, 36, 22, 43, 23, 14, 184, 184, 14, 47, 14, 48, 32, 32, 1391, 14, 14, 22, 32, 14, 1369, 23, 14, 1366, 22, 23, 29, 22, 27, 22, 29, 23, 14, 24, 24, 49, 27, 24, 48, 32, 32, 24, 27, 50, 29, 32, 51, 24, 46, 46, 46, 46, 46, 29, 34, 27, 1363, 29, 34, 52, 24, 24, 49, 27, 24, 53, 54, 56, 24, 27, 50, 29, 57, 51, 24, 25, 55, 25, 55, 25, 58, 34, 60, 25, 61, 34, 52, 62, 65, 25, 1356, 66, 53, 54, 56, 25, 1350, 59, 64, 57, 1317, 67, 25, 55, 25, 55, 25, 58, 1305, 60, 25, 61, 64, 68, 62, 65, 25, 59, 66, 69, 1297, 72, 25, 30, 59, 64, 30, 30, 67, 30, 70, 73, 70, 30, 30, 30, 74, 30, 30, 64, 68, 1409, 1409, 915, 59, 915, 69, 70, 72, 1295, 30, 1285, 77, 30, 30, 915, 30, 70, 73, 70, 30, 30, 30, 74, 30, 30, 31, 63, 63, 31, 31, 78, 63, 71, 70, 75, 31, 31, 76, 77, 63, 80, 71, 31, 76, 63, 75, 79, 81, 79, 82, 83, 84, 31, 63, 63, 31, 31, 78, 63, 71, 85, 75, 31, 31, 76, 86, 63, 80, 71, 31, 76, 63, 75, 79, 81, 79, 82, 83, 84, 87, 88, 89, 91, 90, 92, 93, 91, 85, 90, 92, 94, 95, 86, 1282, 97, 98, 100, 1281, 102, 103, 1280, 105, 106, 107, 96, 108, 87, 88, 89, 91, 90, 92, 93, 91, 96, 90, 92, 94, 95, 99, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 96, 108, 110, 99, 1279, 112, 101, 111, 114, 113, 96, 115, 104, 104, 1278, 99, 96, 1275, 111, 112, 101, 1261, 111, 104, 111, 117, 1256, 116, 118, 110, 99, 113, 112, 119, 111, 114, 113, 116, 115, 104, 104, 109, 120, 109, 109, 111, 112, 121, 109, 111, 109, 111, 117, 109, 116, 118, 122, 123, 113, 109, 119, 125, 126, 1241, 116, 128, 1240, 129, 109, 120, 109, 109, 130, 1222, 121, 109, 131, 109, 130, 131, 109, 132, 1187, 122, 123, 134, 109, 135, 125, 126, 127, 133, 128, 127, 129, 136, 137, 139, 141, 130, 127, 127, 142, 131, 140, 130, 131, 127, 132, 133, 143, 140, 134, 127, 135, 145, 146, 127, 133, 147, 127, 148, 136, 137, 139, 141, 149, 127, 127, 142, 150, 140, 151, 152, 127, 153, 133, 143, 140, 154, 127, 155, 145, 146, 156, 157, 147, 159, 148, 160, 161, 162, 163, 149, 164, 165, 166, 150, 167, 151, 152, 168, 153, 169, 170, 172, 154, 171, 155, 173, 174, 156, 157, 175, 159, 176, 160, 161, 162, 163, 171, 164, 165, 166, 177, 167, 178, 178, 168, 179, 169, 170, 172, 180, 171, 182, 173, 174, 183, 185, 175, 186, 176, 187, 188, 189, 187, 171, 190, 191, 192, 177, 193, 178, 178, 195, 179, 197, 198, 200, 180, 199, 182, 201, 202, 183, 185, 199, 186, 203, 187, 188, 189, 187, 204, 190, 191, 192, 205, 193, 206, 207, 195, 208, 197, 198, 200, 209, 199, 210, 201, 202, 211, 212, 209, 213, 203, 214, 215, 209, 216, 204, 217, 218, 209, 205, 219, 206, 207, 220, 208, 221, 222, 224, 209, 225, 210, 225, 227, 211, 212, 209, 213, 228, 214, 215, 209, 216, 229, 217, 218, 209, 231, 219, 232, 234, 220, 235, 221, 222, 224, 236, 225, 237, 225, 227, 239, 240, 241, 242, 228, 243, 240, 244, 245, 229, 246, 247, 248, 231, 249, 232, 234, 250, 235, 251, 246, 252, 236, 253, 237, 254, 256, 239, 240, 241, 242, 255, 243, 257, 244, 245, 258, 246, 247, 248, 255, 249, 259, 260, 250, 261, 251, 246, 252, 262, 253, 264, 254, 256, 265, 266, 267, 270, 255, 272, 257, 273, 274, 258, 275, 276, 278, 279, 280, 259, 260, 281, 261, 284, 285, 287, 262, 288, 264, 289, 291, 265, 266, 267, 270, 292, 272, 293, 273, 274, 294, 275, 276, 278, 279, 280, 295, 296, 281, 297, 284, 285, 287, 298, 288, 300, 289, 291, 301, 303, 304, 305, 292, 306, 293, 307, 308, 294, 311, 312, 313, 314, 318, 295, 296, 320, 297, 306, 307, 321, 298, 322, 300, 324, 325, 301, 303, 304, 305, 326, 306, 327, 307, 308, 1162, 311, 312, 313, 314, 318, 1151, 329, 320, 1143, 306, 1131, 321, 330, 322, 331, 324, 325, 332, 333, 1112, 334, 326, 332, 327, 328, 328, 328, 337, 339, 341, 328, 342, 328, 329, 343, 328, 344, 328, 345, 330, 346, 331, 349, 328, 332, 333, 328, 334, 353, 332, 347, 328, 328, 328, 337, 339, 341, 328, 342, 328, 354, 343, 328, 344, 328, 345, 355, 346, 347, 349, 328, 356, 347, 328, 357, 353, 347, 347, 358, 359, 360, 362, 363, 366, 364, 367, 369, 354, 365, 370, 371, 372, 365, 355, 364, 347, 375, 365, 356, 347, 376, 357, 377, 380, 381, 358, 359, 360, 362, 363, 366, 364, 367, 369, 383, 365, 370, 371, 372, 365, 374, 374, 384, 375, 365, 385, 386, 376, 387, 377, 380, 381, 388, 389, 392, 391, 374, 393, 395, 396, 397, 383, 391, 398, 399, 400, 401, 374, 374, 384, 402, 403, 385, 386, 404, 387, 403, 406, 407, 388, 389, 392, 391, 374, 393, 395, 396, 397, 409, 391, 398, 399, 400, 401, 410, 412, 413, 402, 403, 416, 417, 404, 418, 403, 406, 407, 420, 421, 423, 424, 425, 426, 427, 428, 430, 409, 432, 434, 435, 436, 437, 410, 412, 413, 438, 441, 416, 417, 442, 418, 443, 444, 439, 420, 421, 423, 424, 425, 426, 427, 428, 430, 439, 432, 434, 435, 436, 437, 445, 446, 447, 438, 441, 450, 452, 442, 453, 443, 444, 439, 454, 455, 456, 457, 458, 459, 460, 457, 463, 439, 461, 462, 464, 465, 466, 445, 446, 447, 467, 468, 450, 452, 461, 453, 469, 462, 470, 454, 455, 456, 457, 458, 459, 460, 457, 463, 471, 461, 462, 464, 465, 466, 473, 472, 474, 467, 468, 475, 476, 461, 472, 469, 462, 470, 477, 478, 479, 480, 482, 483, 483, 484, 485, 471, 487, 483, 1109, 488, 489, 473, 472, 474, 1108, 485, 475, 476, 486, 472, 492, 493, 494, 477, 478, 479, 480, 482, 483, 483, 484, 485, 495, 487, 483, 486, 488, 489, 491, 497, 496, 491, 485, 496, 499, 486, 500, 492, 493, 494, 501, 502, 503, 506, 510, 511, 512, 514, 510, 495, 515, 510, 486, 517, 510, 491, 497, 496, 491, 518, 496, 499, 519, 500, 520, 521, 522, 501, 502, 503, 506, 510, 511, 512, 514, 510, 523, 515, 510, 524, 517, 510, 525, 526, 527, 528, 518, 530, 531, 519, 532, 520, 521, 522, 536, 538, 540, 541, 542, 544, 543, 545, 546, 523, 547, 548, 524, 549, 550, 525, 526, 527, 528, 551, 530, 531, 552, 532, 543, 553, 554, 536, 538, 540, 541, 542, 544, 543, 545, 546, 555, 547, 548, 558, 549, 550, 560, 561, 562, 565, 551, 563, 563, 552, 567, 569, 553, 554, 570, 571, 563, 573, 574, 576, 577, 563, 578, 555, 579, 570, 558, 580, 581, 560, 561, 562, 565, 585, 563, 563, 586, 567, 569, 587, 588, 570, 571, 563, 573, 574, 576, 577, 563, 578, 589, 579, 570, 591, 580, 581, 592, 590, 593, 594, 585, 595, 596, 586, 590, 598, 587, 588, 599, 600, 601, 602, 604, 605, 606, 607, 608, 589, 609, 610, 591, 611, 612, 592, 590, 593, 594, 614, 595, 596, 615, 590, 598, 616, 617, 599, 600, 601, 602, 604, 605, 606, 607, 608, 618, 609, 610, 619, 611, 612, 620, 622, 623, 624, 614, 625, 628, 615, 629, 631, 616, 617, 632, 633, 634, 635, 636, 637, 638, 638, 639, 618, 640, 642, 619, 643, 644, 620, 622, 623, 624, 645, 625, 628, 646, 629, 631, 647, 648, 632, 633, 634, 635, 636, 637, 638, 638, 639, 650, 640, 642, 652, 643, 644, 654, 1098, 656, 659, 645, 1087, 1085, 646, 660, 661, 647, 648, 663, 664, 665, 667, 668, 670, 671, 672, 673, 650, 651, 674, 652, 675, 651, 654, 651, 656, 659, 676, 651, 651, 677, 660, 661, 678, 651, 663, 664, 665, 667, 668, 670, 671, 672, 673, 680, 651, 674, 682, 675, 651, 683, 651, 685, 689, 676, 651, 651, 677, 690, 691, 678, 651, 692, 693, 696, 697, 698, 699, 700, 702, 703, 680, 704, 705, 682, 697, 706, 683, 707, 685, 689, 708, 709, 710, 711, 690, 691, 712, 713, 692, 693, 696, 697, 698, 699, 700, 702, 703, 714, 704, 705, 715, 697, 706, 716, 707, 717, 718, 708, 709, 710, 711, 719, 720, 712, 713, 721, 722, 723, 724, 725, 726, 727, 728, 729, 714, 730, 731, 715, 733, 734, 716, 737, 717, 718, 738, 740, 741, 744, 719, 720, 745, 746, 721, 722, 723, 724, 725, 726, 727, 728, 729, 747, 730, 731, 748, 733, 734, 749, 737, 750, 751, 738, 740, 741, 744, 752, 753, 745, 746, 754, 755, 756, 757, 758, 759, 760, 762, 763, 747, 764, 766, 748, 767, 768, 749, 769, 750, 751, 770, 771, 772, 773, 752, 753, 774, 775, 754, 755, 756, 757, 758, 759, 760, 762, 763, 776, 764, 766, 777, 767, 768, 778, 769, 779, 786, 770, 771, 772, 773, 787, 789, 774, 775, 793, 796, 800, 801, 802, 803, 806, 807, 808, 776, 809, 812, 777, 811, 814, 778, 815, 779, 786, 816, 817, 819, 820, 787, 789, 821, 811, 793, 796, 800, 801, 802, 803, 806, 807, 808, 822, 809, 812, 813, 811, 814, 823, 815, 813, 824, 816, 817, 819, 820, 825, 826, 821, 811, 827, 828, 813, 829, 830, 831, 832, 833, 835, 822, 836, 837, 813, 838, 839, 823, 840, 813, 824, 841, 842, 843, 844, 825, 826, 846, 847, 827, 828, 813, 829, 830, 831, 832, 833, 835, 848, 836, 837, 849, 838, 839, 851, 840, 853, 854, 841, 842, 843, 844, 855, 856, 846, 847, 857, 859, 860, 861, 862, 864, 865, 866, 868, 848, 870, 872, 849, 873, 862, 851, 874, 853, 854, 875, 877, 878, 879, 855, 856, 880, 881, 857, 859, 860, 861, 862, 864, 865, 866, 868, 882, 870, 872, 883, 873, 862, 884, 874, 885, 886, 875, 877, 878, 879, 887, 888, 880, 881, 889, 891, 892, 893, 894, 895, 896, 897, 898, 882, 899, 900, 883, 901, 902, 884, 903, 885, 886, 904, 905, 906, 908, 887, 888, 909, 910, 889, 891, 892, 893, 894, 895, 896, 897, 898, 911, 899, 900, 912, 901, 902, 913, 903, 914, 918, 904, 905, 906, 908, 919, 924, 909, 910, 925, 926, 927, 928, 929, 930, 931, 932, 933, 911, 934, 936, 912, 937, 938, 913, 939, 914, 918, 940, 941, 942, 944, 919, 924, 945, 946, 925, 926, 927, 928, 929, 930, 931, 932, 933, 947, 934, 936, 948, 937, 938, 951, 939, 952, 954, 940, 941, 942, 944, 950, 955, 945, 946, 950, 957, 958, 960, 961, 963, 964, 1065, 968, 947, 969, 973, 948, 974, 975, 951, 976, 952, 954, 977, 979, 980, 981, 950, 955, 967, 982, 950, 957, 958, 960, 961, 963, 964, 967, 968, 985, 969, 973, 987, 974, 975, 967, 976, 989, 990, 977, 979, 980, 981, 994, 995, 967, 982, 996, 997, 998, 999, 1000, 1001, 1002, 967, 1003, 985, 1004, 1005, 987, 1006, 1007, 967, 1008, 989, 990, 1009, 1010, 1011, 1012, 994, 995, 1013, 1014, 996, 997, 998, 999, 1000, 1001, 1002, 1015, 1003, 1016, 1004, 1005, 1017, 1006, 1007, 1018, 1008, 1019, 1020, 1009, 1010, 1011, 1012, 1021, 1023, 1013, 1014, 1024, 1029, 1030, 1031, 1032, 1033, 1034, 1015, 1035, 1016, 1036, 1037, 1017, 1038, 1039, 1018, 1040, 1019, 1020, 1041, 1042, 1043, 1044, 1021, 1023, 1045, 1046, 1024, 1029, 1030, 1031, 1032, 1033, 1034, 1048, 1035, 1049, 1036, 1037, 1050, 1038, 1039, 1051, 1040, 1052, 1053, 1041, 1042, 1043, 1044, 1054, 1055, 1045, 1046, 1057, 1058, 1059, 1060, 1062, 1063, 1066, 1048, 1067, 1049, 1068, 1070, 1050, 1071, 1073, 1051, 1074, 1052, 1053, 1075, 1077, 1078, 1079, 1054, 1055, 1081, 1082, 1057, 1058, 1059, 1060, 1062, 1063, 1066, 1083, 1067, 1084, 1068, 1070, 1086, 1071, 1073, 1088, 1074, 1089, 1090, 1075, 1077, 1078, 1079, 1091, 1092, 1081, 1082, 1093, 1095, 1096, 1097, 1099, 1102, 1105, 1083, 1106, 1084, 1107, 1110, 1086, 1111, 1113, 1088, 1114, 1089, 1090, 1115, 1116, 1117, 1118, 1091, 1092, 1119, 1120, 1093, 1095, 1096, 1097, 1099, 1102, 1105, 1121, 1106, 1122, 1107, 1110, 1123, 1111, 1113, 1124, 1114, 1125, 1126, 1115, 1116, 1117, 1118, 1127, 1128, 1119, 1120, 1129, 1130, 1133, 1134, 1135, 1137, 1138, 1121, 1139, 1122, 1140, 1141, 1123, 1142, 1144, 1124, 1145, 1125, 1126, 1146, 1147, 1148, 1149, 1127, 1128, 1153, 1154, 1129, 1130, 1133, 1134, 1135, 1137, 1138, 1154, 1139, 1155, 1140, 1141, 1156, 1142, 1144, 1157, 1145, 1158, 1159, 1146, 1147, 1148, 1149, 1160, 1161, 1153, 1154, 1164, 1166, 1167, 1168, 1170, 1171, 1172, 1173, 1159, 1155, 1174, 1175, 1156, 1176, 1177, 1157, 1178, 1158, 1159, 1179, 1180, 1181, 1178, 1160, 1161, 1183, 1188, 1164, 1166, 1167, 1168, 1170, 1171, 1172, 1173, 1159, 1189, 1174, 1175, 1190, 1176, 1177, 1191, 1178, 1192, 1193, 1179, 1180, 1181, 1178, 1194, 1195, 1183, 1188, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1189, 1205, 1206, 1190, 1207, 1208, 1191, 1209, 1192, 1193, 1211, 1212, 1213, 1214, 1194, 1195, 1215, 1216, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1217, 1205, 1206, 1218, 1207, 1208, 1219, 1209, 1220, 1223, 1211, 1212, 1213, 1214, 1224, 1227, 1215, 1216, 1228, 1229, 1232, 1233, 1234, 1235, 1237, 1238, 1239, 1217, 1242, 1243, 1218, 1244, 1246, 1219, 1247, 1220, 1223, 1248, 1249, 1250, 1251, 1224, 1227, 1252, 1253, 1228, 1229, 1232, 1233, 1234, 1235, 1237, 1238, 1239, 1257, 1242, 1243, 1258, 1244, 1246, 1259, 1247, 1260, 1262, 1248, 1249, 1250, 1251, 1263, 1264, 1252, 1253, 1265, 1266, 1267, 1268, 1271, 1272, 1273, 1274, 1276, 1257, 1277, 1283, 1258, 1284, 1287, 1259, 1288, 1260, 1262, 1289, 1291, 1292, 1293, 1263, 1264, 1294, 1296, 1265, 1266, 1267, 1268, 1271, 1272, 1273, 1274, 1276, 1298, 1277, 1283, 1299, 1284, 1287, 1301, 1288, 1303, 1304, 1289, 1291, 1292, 1293, 1306, 1307, 1294, 1296, 1308, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1318, 1298, 1319, 1321, 1299, 1322, 1324, 1301, 1325, 1303, 1304, 1327, 1329, 1330, 1331, 1306, 1307, 1332, 1333, 1308, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1318, 1334, 1319, 1321, 1337, 1322, 1324, 1338, 1325, 1339, 1340, 1327, 1329, 1330, 1331, 1341, 1342, 1332, 1333, 1343, 1344, 1345, 1346, 1347, 1348, 1351, 1354, 1355, 1334, 1358, 1359, 1337, 1360, 1361, 1338, 1361, 1339, 1340, 1362, 1364, 1367, 1368, 1341, 1342, 1370, 1372, 1343, 1344, 1345, 1346, 1347, 1348, 1351, 1354, 1355, 1373, 1358, 1359, 1374, 1360, 1361, 1375, 1361, 1376, 1377, 1362, 1364, 1367, 1368, 1378, 1379, 1370, 1372, 1380, 1381, 1378, 1382, 1383, 1384, 1385, 1386, 1387, 1373, 1389, 1390, 1374, 1392, 1393, 1375, 1394, 1376, 1377, 1396, 1397, 1398, 1399, 1378, 1379, 1400, 1401, 1380, 1381, 1378, 1382, 1383, 1384, 1385, 1386, 1387, 1402, 1389, 1390, 1403, 1392, 1393, 1404, 1394, 1405, 1408, 1396, 1397, 1398, 1399, 1410, 1411, 1400, 1401, 1412, 1413, 1414, 1415, 1416, 1418, 1419, 1420, 1423, 1402, 1424, 1427, 1403, 1428, 1429, 1404, 1430, 1405, 1408, 1432, 1434, 1435, 1437, 1410, 1411, 1438, 1439, 1412, 1413, 1414, 1415, 1416, 1418, 1419, 1420, 1423, 1441, 1424, 1427, 1444, 1428, 1429, 1445, 1430, 1446, 1447, 1432, 1434, 1435, 1437, 1448, 1449, 1438, 1439, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1459, 1460, 1441, 1461, 1462, 1444, 1463, 1464, 1445, 1465, 1446, 1447, 1466, 1468, 1469, 1471, 1448, 1449, 1472, 1473, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1459, 1460, 1474, 1461, 1462, 1477, 1463, 1464, 1478, 1465, 1480, 1483, 1466, 1468, 1469, 1471, 1484, 1485, 1472, 1473, 1486, 1487, 1488, 1489, 1491, 1492, 1493, 1494, 1495, 1474, 1496, 1497, 1477, 1498, 1499, 1478, 1500, 1480, 1483, 1501, 1502, 1503, 1504, 1484, 1485, 1505, 1506, 1486, 1487, 1488, 1489, 1491, 1492, 1493, 1494, 1495, 1507, 1496, 1497, 1508, 1498, 1499, 1509, 1500, 1510, 1511, 1501, 1502, 1503, 1504, 1512, 1513, 1505, 1506, 1514, 1515, 1516, 1517, 1518, 1520, 1528, 1529, 1530, 1507, 1531, 1533, 1508, 1535, 1536, 1509, 1538, 1510, 1511, 1539, 1540, 1541, 1542, 1512, 1513, 1545, 1547, 1514, 1515, 1516, 1517, 1518, 1520, 1528, 1529, 1530, 1548, 1531, 1533, 1549, 1535, 1536, 1550, 1538, 1550, 1551, 1539, 1540, 1541, 1542, 1552, 1554, 1545, 1547, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1548, 1565, 1566, 1549, 1567, 1569, 1550, 1570, 1550, 1551, 1571, 1572, 1573, 1576, 1552, 1554, 1577, 1578, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1579, 1565, 1566, 1582, 1567, 1569, 1583, 1570, 1584, 1587, 1571, 1572, 1573, 1576, 1588, 1589, 1577, 1578, 1590, 1591, 1592, 1594, 1595, 1597, 1599, 1600, 1603, 1579, 1604, 1605, 1582, 1608, 1609, 1583, 1610, 1584, 1587, 1611, 1612, 1614, 1616, 1588, 1589, 1617, 1619, 1590, 1591, 1592, 1594, 1595, 1597, 1599, 1600, 1603, 1620, 1604, 1605, 1621, 1608, 1609, 1622, 1610, 1623, 1625, 1611, 1612, 1614, 1616, 1064, 1061, 1617, 1619, 1028, 1027, 1026, 1025, 986, 984, 983, 978, 970, 1620, 962, 953, 1621, 949, 943, 1622, 922, 1623, 1625, 1630, 1630, 921, 920, 917, 916, 907, 890, 852, 810, 798, 790, 788, 785, 784, 783, 782, 781, 780, 743, 742, 739, 694, 688, 687, 686, 684, 655, 653, 649, 626, 613, 572, 568, 566, 564, 559, 556, 537, 529, 513, 507, 504, 481, 451, 449, 448, 433, 414, 394, 379, 378, 373, 361, 351, 348, 338, 323, 319, 317, 309, 290, 277, 268, 226, 196, 181, 144, 124, 37, 5, 3, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628, 1628 } ; 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 "conf_lexer.l" /* * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * * Copyright (c) 2000-2014 ircd-hybrid development team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ /*! \file ircd_lexer.l * \brief Scans the ircd configuration file for tokens. * \version $Id$ */ #line 33 "conf_lexer.l" #include "stdinc.h" #include "irc_string.h" #include "conf.h" #include "conf_parser.h" /* autogenerated header file */ #include "log.h" #undef YY_INPUT #define YY_FATAL_ERROR(msg) conf_yy_fatal_error(msg) #define YY_INPUT(buf,result,max_size) \ if (!(result = conf_yy_input(buf, max_size))) \ YY_FATAL_ERROR("input in flex scanner failed"); #define MAX_INCLUDE_DEPTH 10 unsigned int lineno = 1; char linebuf[IRCD_BUFSIZE]; char conffilebuf[IRCD_BUFSIZE]; static int include_stack_ptr = 0; static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; static unsigned int lineno_stack[MAX_INCLUDE_DEPTH]; static FILE *inc_fbfile_in[MAX_INCLUDE_DEPTH]; static char conffile_stack[MAX_INCLUDE_DEPTH][IRCD_BUFSIZE]; static void ccomment(void); static void cinclude(void); static int ieof(void); static int conf_yy_input(char *lbuf, unsigned int max_size) { return !fgets(lbuf, max_size, conf_parser_ctx.conf_file) ? 0 : strlen(lbuf); } static int conf_yy_fatal_error(const char *msg) { return 0; } #line 1765 "conf_lexer.c" #define INITIAL 0 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int yylex_destroy (void ); int yyget_debug (void ); void yyset_debug (int debug_flag ); YY_EXTRA_TYPE yyget_extra (void ); void yyset_extra (YY_EXTRA_TYPE user_defined ); FILE *yyget_in (void ); void yyset_in (FILE * in_str ); FILE *yyget_out (void ); void yyset_out (FILE * out_str ); yy_size_t yyget_leng (void ); char *yyget_text (void ); int yyget_lineno (void ); void yyset_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap (void ); #else extern int yywrap (void ); #endif #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(yyin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int yylex (void); #define YY_DECL int yylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register 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 80 "conf_lexer.l" #line 1974 "conf_lexer.c" while ( 1 ) /* loops until end-of-file is reached */ { (yy_more_len) = 0; if ( (yy_more_flag) ) { (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); (yy_more_flag) = 0; } yy_cp = (yy_c_buf_p); /* Support of yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_match: do { register 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 >= 1629 ) 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_current_state != 1628 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: 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 81 "conf_lexer.l" { cinclude(); } YY_BREAK case 2: YY_RULE_SETUP #line 82 "conf_lexer.l" { ccomment(); } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 84 "conf_lexer.l" { strlcpy(linebuf, yytext+1, sizeof(linebuf)); ++lineno; yyless(1); } YY_BREAK case 4: YY_RULE_SETUP #line 86 "conf_lexer.l" ; YY_BREAK case 5: YY_RULE_SETUP #line 87 "conf_lexer.l" ; YY_BREAK case 6: YY_RULE_SETUP #line 89 "conf_lexer.l" { yylval.number = atoi(yytext); return NUMBER; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 91 "conf_lexer.l" { if (yytext[yyleng-2] == '\\') { yyless(yyleng-1); /* return last quote */ yymore(); /* append next string */ } else { yylval.string = yytext+1; if(yylval.string[yyleng-2] != '"') ilog(LOG_TYPE_IRCD, "Unterminated character string"); else { int i,j; yylval.string[yyleng-2] = '\0'; /* remove close * quote */ for (j=i=0 ;yylval.string[i] != '\0'; i++,j++) { if (yylval.string[i] != '\\') { yylval.string[j] = yylval.string[i]; } else { i++; if (yylval.string[i] == '\0') /* XXX * should not * happen */ { ilog(LOG_TYPE_IRCD, "Unterminated character string"); break; } yylval.string[j] = yylval.string[i]; } } yylval.string[j] = '\0'; return QSTRING; } } } YY_BREAK case 8: YY_RULE_SETUP #line 136 "conf_lexer.l" { return ACCEPT_PASSWORD; } YY_BREAK case 9: YY_RULE_SETUP #line 137 "conf_lexer.l" { return ADMIN; } YY_BREAK case 10: YY_RULE_SETUP #line 138 "conf_lexer.l" { return ADMIN; } YY_BREAK case 11: YY_RULE_SETUP #line 139 "conf_lexer.l" { return AFTYPE; } YY_BREAK case 12: YY_RULE_SETUP #line 140 "conf_lexer.l" { return T_ALL; } YY_BREAK case 13: YY_RULE_SETUP #line 141 "conf_lexer.l" { return ANTI_NICK_FLOOD; } YY_BREAK case 14: YY_RULE_SETUP #line 142 "conf_lexer.l" { return ANTI_SPAM_EXIT_MESSAGE_TIME; } YY_BREAK case 15: YY_RULE_SETUP #line 143 "conf_lexer.l" { return IRCD_AUTH; } YY_BREAK case 16: YY_RULE_SETUP #line 144 "conf_lexer.l" { return AUTOCONN; } YY_BREAK case 17: YY_RULE_SETUP #line 145 "conf_lexer.l" { return T_BOTS; } YY_BREAK case 18: YY_RULE_SETUP #line 146 "conf_lexer.l" { return CALLER_ID_WAIT; } YY_BREAK case 19: YY_RULE_SETUP #line 147 "conf_lexer.l" { return T_CALLERID; } YY_BREAK case 20: YY_RULE_SETUP #line 148 "conf_lexer.l" { return CAN_FLOOD; } YY_BREAK case 21: YY_RULE_SETUP #line 149 "conf_lexer.l" { return T_CCONN; } YY_BREAK case 22: YY_RULE_SETUP #line 150 "conf_lexer.l" { return CHANNEL; } YY_BREAK case 23: YY_RULE_SETUP #line 151 "conf_lexer.l" { return CIDR_BITLEN_IPV4; } YY_BREAK case 24: YY_RULE_SETUP #line 152 "conf_lexer.l" { return CIDR_BITLEN_IPV6; } YY_BREAK case 25: YY_RULE_SETUP #line 153 "conf_lexer.l" { return CLASS; } YY_BREAK case 26: YY_RULE_SETUP #line 154 "conf_lexer.l" { return T_CLUSTER; } YY_BREAK case 27: YY_RULE_SETUP #line 155 "conf_lexer.l" { return CONNECT; } YY_BREAK case 28: YY_RULE_SETUP #line 156 "conf_lexer.l" { return CONNECTFREQ; } YY_BREAK case 29: YY_RULE_SETUP #line 157 "conf_lexer.l" { return CYCLE_ON_HOST_CHANGE; } YY_BREAK case 30: YY_RULE_SETUP #line 158 "conf_lexer.l" { return T_DEAF; } YY_BREAK case 31: YY_RULE_SETUP #line 159 "conf_lexer.l" { return T_DEBUG; } YY_BREAK case 32: YY_RULE_SETUP #line 160 "conf_lexer.l" { return DEFAULT_FLOODCOUNT; } YY_BREAK case 33: YY_RULE_SETUP #line 161 "conf_lexer.l" { return DEFAULT_SPLIT_SERVER_COUNT; } YY_BREAK case 34: YY_RULE_SETUP #line 162 "conf_lexer.l" { return DEFAULT_SPLIT_USER_COUNT; } YY_BREAK case 35: YY_RULE_SETUP #line 163 "conf_lexer.l" { return DENY; } YY_BREAK case 36: YY_RULE_SETUP #line 164 "conf_lexer.l" { return DESCRIPTION; } YY_BREAK case 37: YY_RULE_SETUP #line 165 "conf_lexer.l" { return DIE; } YY_BREAK case 38: YY_RULE_SETUP #line 166 "conf_lexer.l" { return DISABLE_AUTH; } YY_BREAK case 39: YY_RULE_SETUP #line 167 "conf_lexer.l" { return DISABLE_FAKE_CHANNELS; } YY_BREAK case 40: YY_RULE_SETUP #line 168 "conf_lexer.l" { return DISABLE_REMOTE_COMMANDS; } YY_BREAK case 41: YY_RULE_SETUP #line 169 "conf_lexer.l" { return T_DLINE; } YY_BREAK case 42: YY_RULE_SETUP #line 170 "conf_lexer.l" { return DOTS_IN_IDENT; } YY_BREAK case 43: YY_RULE_SETUP #line 171 "conf_lexer.l" { return EGDPOOL_PATH; } YY_BREAK case 44: YY_RULE_SETUP #line 172 "conf_lexer.l" { return EMAIL; } YY_BREAK case 45: YY_RULE_SETUP #line 173 "conf_lexer.l" { return ENCRYPTED; } YY_BREAK case 46: YY_RULE_SETUP #line 174 "conf_lexer.l" { return EXCEED_LIMIT; } YY_BREAK case 47: YY_RULE_SETUP #line 175 "conf_lexer.l" { return EXEMPT; } YY_BREAK case 48: YY_RULE_SETUP #line 176 "conf_lexer.l" { return T_EXTERNAL; } YY_BREAK case 49: YY_RULE_SETUP #line 177 "conf_lexer.l" { return FAILED_OPER_NOTICE; } YY_BREAK case 50: YY_RULE_SETUP #line 178 "conf_lexer.l" { return T_FARCONNECT; } YY_BREAK case 51: YY_RULE_SETUP #line 179 "conf_lexer.l" { return T_FILE; } YY_BREAK case 52: YY_RULE_SETUP #line 180 "conf_lexer.l" { return IRCD_FLAGS; } YY_BREAK case 53: YY_RULE_SETUP #line 181 "conf_lexer.l" { return FLATTEN_LINKS; } YY_BREAK case 54: YY_RULE_SETUP #line 182 "conf_lexer.l" { return T_FULL; } YY_BREAK case 55: YY_RULE_SETUP #line 183 "conf_lexer.l" { return GECOS; } YY_BREAK case 56: YY_RULE_SETUP #line 184 "conf_lexer.l" { return GENERAL; } YY_BREAK case 57: YY_RULE_SETUP #line 185 "conf_lexer.l" { return GLINE; } YY_BREAK case 58: YY_RULE_SETUP #line 186 "conf_lexer.l" { return GLINE_DURATION; } YY_BREAK case 59: YY_RULE_SETUP #line 187 "conf_lexer.l" { return GLINE_ENABLE; } YY_BREAK case 60: YY_RULE_SETUP #line 188 "conf_lexer.l" { return GLINE_EXEMPT; } YY_BREAK case 61: YY_RULE_SETUP #line 189 "conf_lexer.l" { return GLINE_MIN_CIDR; } YY_BREAK case 62: YY_RULE_SETUP #line 190 "conf_lexer.l" { return GLINE_MIN_CIDR6; } YY_BREAK case 63: YY_RULE_SETUP #line 191 "conf_lexer.l" { return GLINE_REQUEST_DURATION; } YY_BREAK case 64: YY_RULE_SETUP #line 192 "conf_lexer.l" { return GLOBAL_KILL; } YY_BREAK case 65: YY_RULE_SETUP #line 193 "conf_lexer.l" { return T_GLOBOPS; } YY_BREAK case 66: YY_RULE_SETUP #line 194 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 67: YY_RULE_SETUP #line 195 "conf_lexer.l" { return HAVENT_READ_CONF; } YY_BREAK case 68: YY_RULE_SETUP #line 196 "conf_lexer.l" { return HIDDEN; } YY_BREAK case 69: YY_RULE_SETUP #line 197 "conf_lexer.l" { return HIDDEN_NAME; } YY_BREAK case 70: YY_RULE_SETUP #line 198 "conf_lexer.l" { return HIDE_IDLE_FROM_OPERS; } YY_BREAK case 71: YY_RULE_SETUP #line 199 "conf_lexer.l" { return HIDE_SERVER_IPS; } YY_BREAK case 72: YY_RULE_SETUP #line 200 "conf_lexer.l" { return HIDE_SERVERS; } YY_BREAK case 73: YY_RULE_SETUP #line 201 "conf_lexer.l" { return HIDE_SERVICES; } YY_BREAK case 74: YY_RULE_SETUP #line 202 "conf_lexer.l" { return HIDE_SPOOF_IPS; } YY_BREAK case 75: YY_RULE_SETUP #line 203 "conf_lexer.l" { return HOST; } YY_BREAK case 76: YY_RULE_SETUP #line 204 "conf_lexer.l" { return HUB; } YY_BREAK case 77: YY_RULE_SETUP #line 205 "conf_lexer.l" { return HUB_MASK; } YY_BREAK case 78: YY_RULE_SETUP #line 206 "conf_lexer.l" { return IGNORE_BOGUS_TS; } YY_BREAK case 79: YY_RULE_SETUP #line 207 "conf_lexer.l" { return T_INVISIBLE; } YY_BREAK case 80: YY_RULE_SETUP #line 208 "conf_lexer.l" { return INVISIBLE_ON_CONNECT; } YY_BREAK case 81: YY_RULE_SETUP #line 209 "conf_lexer.l" { return IP; } YY_BREAK case 82: YY_RULE_SETUP #line 210 "conf_lexer.l" { return T_IPV4; } YY_BREAK case 83: YY_RULE_SETUP #line 211 "conf_lexer.l" { return T_IPV6; } YY_BREAK case 84: YY_RULE_SETUP #line 212 "conf_lexer.l" { return JOIN_FLOOD_COUNT; } YY_BREAK case 85: YY_RULE_SETUP #line 213 "conf_lexer.l" { return JOIN_FLOOD_TIME; } YY_BREAK case 86: YY_RULE_SETUP #line 214 "conf_lexer.l" { return KILL; } YY_BREAK case 87: YY_RULE_SETUP #line 215 "conf_lexer.l" { return KILL_CHASE_TIME_LIMIT; } YY_BREAK case 88: YY_RULE_SETUP #line 216 "conf_lexer.l" { return KLINE; } YY_BREAK case 89: YY_RULE_SETUP #line 217 "conf_lexer.l" { return KLINE_EXEMPT; } YY_BREAK case 90: YY_RULE_SETUP #line 218 "conf_lexer.l" { return KNOCK_DELAY; } YY_BREAK case 91: YY_RULE_SETUP #line 219 "conf_lexer.l" { return KNOCK_DELAY_CHANNEL; } YY_BREAK case 92: YY_RULE_SETUP #line 220 "conf_lexer.l" { return LEAF_MASK; } YY_BREAK case 93: YY_RULE_SETUP #line 221 "conf_lexer.l" { return LINKS_DELAY; } YY_BREAK case 94: YY_RULE_SETUP #line 222 "conf_lexer.l" { return LISTEN; } YY_BREAK case 95: YY_RULE_SETUP #line 223 "conf_lexer.l" { return T_LOCOPS; } YY_BREAK case 96: YY_RULE_SETUP #line 224 "conf_lexer.l" { return T_LOG; } YY_BREAK case 97: YY_RULE_SETUP #line 225 "conf_lexer.l" { return MASK; } YY_BREAK case 98: YY_RULE_SETUP #line 226 "conf_lexer.l" { return TMASKED; } YY_BREAK case 99: YY_RULE_SETUP #line 227 "conf_lexer.l" { return MAX_ACCEPT; } YY_BREAK case 100: YY_RULE_SETUP #line 228 "conf_lexer.l" { return MAX_BANS; } YY_BREAK case 101: YY_RULE_SETUP #line 229 "conf_lexer.l" { return MAX_CHANS_PER_OPER; } YY_BREAK case 102: YY_RULE_SETUP #line 230 "conf_lexer.l" { return MAX_CHANS_PER_USER; } YY_BREAK case 103: YY_RULE_SETUP #line 231 "conf_lexer.l" { return T_MAX_CLIENTS; } YY_BREAK case 104: YY_RULE_SETUP #line 232 "conf_lexer.l" { return MAX_GLOBAL; } YY_BREAK case 105: YY_RULE_SETUP #line 233 "conf_lexer.l" { return MAX_IDENT; } YY_BREAK case 106: YY_RULE_SETUP #line 234 "conf_lexer.l" { return MAX_IDLE; } YY_BREAK case 107: YY_RULE_SETUP #line 235 "conf_lexer.l" { return MAX_LOCAL; } YY_BREAK case 108: YY_RULE_SETUP #line 236 "conf_lexer.l" { return MAX_NICK_CHANGES; } YY_BREAK case 109: YY_RULE_SETUP #line 237 "conf_lexer.l" { return MAX_NICK_LENGTH; } YY_BREAK case 110: YY_RULE_SETUP #line 238 "conf_lexer.l" { return MAX_NICK_TIME; } YY_BREAK case 111: YY_RULE_SETUP #line 239 "conf_lexer.l" { return MAX_NUMBER; } YY_BREAK case 112: YY_RULE_SETUP #line 240 "conf_lexer.l" { return MAX_TARGETS; } YY_BREAK case 113: YY_RULE_SETUP #line 241 "conf_lexer.l" { return MAX_TOPIC_LENGTH; } YY_BREAK case 114: YY_RULE_SETUP #line 242 "conf_lexer.l" { return MAX_WATCH; } YY_BREAK case 115: YY_RULE_SETUP #line 243 "conf_lexer.l" { return MIN_IDLE; } YY_BREAK case 116: YY_RULE_SETUP #line 244 "conf_lexer.l" { return MIN_NONWILDCARD; } YY_BREAK case 117: YY_RULE_SETUP #line 245 "conf_lexer.l" { return MIN_NONWILDCARD_SIMPLE; } YY_BREAK case 118: YY_RULE_SETUP #line 246 "conf_lexer.l" { return MODULE; } YY_BREAK case 119: YY_RULE_SETUP #line 247 "conf_lexer.l" { return MODULES; } YY_BREAK case 120: YY_RULE_SETUP #line 248 "conf_lexer.l" { return MOTD; } YY_BREAK case 121: YY_RULE_SETUP #line 249 "conf_lexer.l" { return NAME; } YY_BREAK case 122: YY_RULE_SETUP #line 250 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 123: YY_RULE_SETUP #line 251 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 124: YY_RULE_SETUP #line 252 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 125: YY_RULE_SETUP #line 253 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 126: YY_RULE_SETUP #line 254 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 127: YY_RULE_SETUP #line 255 "conf_lexer.l" { return NICK; } YY_BREAK case 128: YY_RULE_SETUP #line 256 "conf_lexer.l" { return NO_CREATE_ON_SPLIT; } YY_BREAK case 129: YY_RULE_SETUP #line 257 "conf_lexer.l" { return NO_JOIN_ON_SPLIT; } YY_BREAK case 130: YY_RULE_SETUP #line 258 "conf_lexer.l" { return NO_OPER_FLOOD; } YY_BREAK case 131: YY_RULE_SETUP #line 259 "conf_lexer.l" { return NO_TILDE; } YY_BREAK case 132: YY_RULE_SETUP #line 260 "conf_lexer.l" { return T_NONONREG; } YY_BREAK case 133: YY_RULE_SETUP #line 261 "conf_lexer.l" { return NUMBER_PER_CIDR; } YY_BREAK case 134: YY_RULE_SETUP #line 262 "conf_lexer.l" { return NUMBER_PER_IP; } YY_BREAK case 135: YY_RULE_SETUP #line 263 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 136: YY_RULE_SETUP #line 264 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 137: YY_RULE_SETUP #line 265 "conf_lexer.l" { return OPER_PASS_RESV; } YY_BREAK case 138: YY_RULE_SETUP #line 266 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 139: YY_RULE_SETUP #line 267 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 140: YY_RULE_SETUP #line 268 "conf_lexer.l" { return OPERS_BYPASS_CALLERID; } YY_BREAK case 141: YY_RULE_SETUP #line 269 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 142: YY_RULE_SETUP #line 270 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 143: YY_RULE_SETUP #line 271 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 144: YY_RULE_SETUP #line 272 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 145: YY_RULE_SETUP #line 273 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 146: YY_RULE_SETUP #line 274 "conf_lexer.l" { return PATH; } YY_BREAK case 147: YY_RULE_SETUP #line 275 "conf_lexer.l" { return PING_COOKIE; } YY_BREAK case 148: YY_RULE_SETUP #line 276 "conf_lexer.l" { return PING_TIME; } YY_BREAK case 149: YY_RULE_SETUP #line 277 "conf_lexer.l" { return PORT; } YY_BREAK case 150: YY_RULE_SETUP #line 278 "conf_lexer.l" { return RESV; } YY_BREAK case 151: YY_RULE_SETUP #line 279 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 152: YY_RULE_SETUP #line 280 "conf_lexer.l" { return REASON; } YY_BREAK case 153: YY_RULE_SETUP #line 281 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 154: YY_RULE_SETUP #line 282 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 155: YY_RULE_SETUP #line 283 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 156: YY_RULE_SETUP #line 284 "conf_lexer.l" { return REHASH; } YY_BREAK case 157: YY_RULE_SETUP #line 285 "conf_lexer.l" { return T_REJ; } YY_BREAK case 158: YY_RULE_SETUP #line 286 "conf_lexer.l" { return REMOTE; } YY_BREAK case 159: YY_RULE_SETUP #line 287 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 160: YY_RULE_SETUP #line 288 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 161: YY_RULE_SETUP #line 289 "conf_lexer.l" { return RESV; } YY_BREAK case 162: YY_RULE_SETUP #line 290 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 163: YY_RULE_SETUP #line 291 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 164: YY_RULE_SETUP #line 292 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 165: YY_RULE_SETUP #line 293 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 166: YY_RULE_SETUP #line 294 "conf_lexer.l" { return SENDQ; } YY_BREAK case 167: YY_RULE_SETUP #line 295 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 168: YY_RULE_SETUP #line 296 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 169: YY_RULE_SETUP #line 297 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 170: YY_RULE_SETUP #line 298 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 171: YY_RULE_SETUP #line 299 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 172: YY_RULE_SETUP #line 300 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 173: YY_RULE_SETUP #line 301 "conf_lexer.l" { return T_SET; } YY_BREAK case 174: YY_RULE_SETUP #line 302 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 175: YY_RULE_SETUP #line 303 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 176: YY_RULE_SETUP #line 304 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 177: YY_RULE_SETUP #line 305 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 178: YY_RULE_SETUP #line 306 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 179: YY_RULE_SETUP #line 307 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 180: YY_RULE_SETUP #line 308 "conf_lexer.l" { return SPOOF; } YY_BREAK case 181: YY_RULE_SETUP #line 309 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 182: YY_RULE_SETUP #line 310 "conf_lexer.l" { return T_SPY; } YY_BREAK case 183: YY_RULE_SETUP #line 311 "conf_lexer.l" { return SQUIT; } YY_BREAK case 184: YY_RULE_SETUP #line 312 "conf_lexer.l" { return T_SSL; } YY_BREAK case 185: YY_RULE_SETUP #line 313 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 186: YY_RULE_SETUP #line 314 "conf_lexer.l" { return SSL_CERTIFICATE_FINGERPRINT; } YY_BREAK case 187: YY_RULE_SETUP #line 315 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 188: YY_RULE_SETUP #line 316 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 189: YY_RULE_SETUP #line 317 "conf_lexer.l" { return SSL_CONNECTION_REQUIRED; } YY_BREAK case 190: YY_RULE_SETUP #line 318 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 191: YY_RULE_SETUP #line 319 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 192: YY_RULE_SETUP #line 320 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 193: YY_RULE_SETUP #line 321 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 194: YY_RULE_SETUP #line 322 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 195: YY_RULE_SETUP #line 323 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 196: YY_RULE_SETUP #line 324 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 197: YY_RULE_SETUP #line 325 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 198: YY_RULE_SETUP #line 326 "conf_lexer.l" { return STATS_U_OPER_ONLY; } YY_BREAK case 199: YY_RULE_SETUP #line 327 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 200: YY_RULE_SETUP #line 328 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 201: YY_RULE_SETUP #line 329 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 202: YY_RULE_SETUP #line 330 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 203: YY_RULE_SETUP #line 331 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 204: YY_RULE_SETUP #line 332 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 205: YY_RULE_SETUP #line 333 "conf_lexer.l" { return TYPE; } YY_BREAK case 206: YY_RULE_SETUP #line 334 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 207: YY_RULE_SETUP #line 335 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 208: YY_RULE_SETUP #line 336 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 209: YY_RULE_SETUP #line 337 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 210: YY_RULE_SETUP #line 338 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 211: YY_RULE_SETUP #line 339 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 212: YY_RULE_SETUP #line 340 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 213: YY_RULE_SETUP #line 341 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 214: YY_RULE_SETUP #line 342 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 215: YY_RULE_SETUP #line 343 "conf_lexer.l" { return USER; } YY_BREAK case 216: YY_RULE_SETUP #line 344 "conf_lexer.l" { return VHOST; } YY_BREAK case 217: YY_RULE_SETUP #line 345 "conf_lexer.l" { return VHOST6; } YY_BREAK case 218: YY_RULE_SETUP #line 346 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 219: YY_RULE_SETUP #line 347 "conf_lexer.l" { return T_WALLOPS; } YY_BREAK case 220: YY_RULE_SETUP #line 348 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 221: YY_RULE_SETUP #line 349 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 222: YY_RULE_SETUP #line 350 "conf_lexer.l" { return XLINE; } YY_BREAK case 223: YY_RULE_SETUP #line 352 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 224: YY_RULE_SETUP #line 353 "conf_lexer.l" { yylval.number = 0; return TBOOL; } YY_BREAK case 225: YY_RULE_SETUP #line 355 "conf_lexer.l" { return YEARS; } YY_BREAK case 226: YY_RULE_SETUP #line 356 "conf_lexer.l" { return YEARS; } YY_BREAK case 227: YY_RULE_SETUP #line 357 "conf_lexer.l" { return MONTHS; } YY_BREAK case 228: YY_RULE_SETUP #line 358 "conf_lexer.l" { return MONTHS; } YY_BREAK case 229: YY_RULE_SETUP #line 359 "conf_lexer.l" { return WEEKS; } YY_BREAK case 230: YY_RULE_SETUP #line 360 "conf_lexer.l" { return WEEKS; } YY_BREAK case 231: YY_RULE_SETUP #line 361 "conf_lexer.l" { return DAYS; } YY_BREAK case 232: YY_RULE_SETUP #line 362 "conf_lexer.l" { return DAYS; } YY_BREAK case 233: YY_RULE_SETUP #line 363 "conf_lexer.l" { return HOURS; } YY_BREAK case 234: YY_RULE_SETUP #line 364 "conf_lexer.l" { return HOURS; } YY_BREAK case 235: YY_RULE_SETUP #line 365 "conf_lexer.l" { return MINUTES; } YY_BREAK case 236: YY_RULE_SETUP #line 366 "conf_lexer.l" { return MINUTES; } YY_BREAK case 237: YY_RULE_SETUP #line 367 "conf_lexer.l" { return SECONDS; } YY_BREAK case 238: YY_RULE_SETUP #line 368 "conf_lexer.l" { return SECONDS; } YY_BREAK case 239: YY_RULE_SETUP #line 370 "conf_lexer.l" { return BYTES; } YY_BREAK case 240: YY_RULE_SETUP #line 371 "conf_lexer.l" { return BYTES; } YY_BREAK case 241: YY_RULE_SETUP #line 372 "conf_lexer.l" { return KBYTES; } YY_BREAK case 242: YY_RULE_SETUP #line 373 "conf_lexer.l" { return KBYTES; } YY_BREAK case 243: YY_RULE_SETUP #line 374 "conf_lexer.l" { return KBYTES; } YY_BREAK case 244: YY_RULE_SETUP #line 375 "conf_lexer.l" { return KBYTES; } YY_BREAK case 245: YY_RULE_SETUP #line 376 "conf_lexer.l" { return KBYTES; } YY_BREAK case 246: YY_RULE_SETUP #line 377 "conf_lexer.l" { return MBYTES; } YY_BREAK case 247: YY_RULE_SETUP #line 378 "conf_lexer.l" { return MBYTES; } YY_BREAK case 248: YY_RULE_SETUP #line 379 "conf_lexer.l" { return MBYTES; } YY_BREAK case 249: YY_RULE_SETUP #line 380 "conf_lexer.l" { return MBYTES; } YY_BREAK case 250: YY_RULE_SETUP #line 381 "conf_lexer.l" { return MBYTES; } YY_BREAK case 251: YY_RULE_SETUP #line 382 "conf_lexer.l" { return TWODOTS; } YY_BREAK case 252: YY_RULE_SETUP #line 384 "conf_lexer.l" { return yytext[0]; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 385 "conf_lexer.l" { if (ieof()) yyterminate(); } YY_BREAK case 253: YY_RULE_SETUP #line 387 "conf_lexer.l" ECHO; YY_BREAK #line 3347 "conf_lexer.c" 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_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); 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) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { yy_size_t num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { yy_size_t new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart(yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (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) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register 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 >= 1629 ) 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 ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register 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 >= 1629 ) 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 == 1628); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ yyrestart(yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve yytext */ (yy_hold_char) = *++(yy_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ); } yy_init_buffer(YY_CURRENT_BUFFER,input_file ); yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * */ void yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) yyfree((void *) b->yy_ch_buf ); yyfree((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; yy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yy_init_buffer was _probably_ * called from yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; yyensure_buffer_stack(); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyensure_buffer_stack (void) { yy_size_t num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; yy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) { return yy_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) yyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = yy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = (yy_hold_char); \ (yy_c_buf_p) = yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int yyget_lineno (void) { return yylineno; } /** Get the input stream. * */ FILE *yyget_in (void) { return yyin; } /** Get the output stream. * */ FILE *yyget_out (void) { return yyout; } /** Get the length of the current token. * */ yy_size_t yyget_leng (void) { return yyleng; } /** Get the current token. * */ char *yyget_text (void) { return yytext; } /** Set the current line number. * @param line_number * */ void yyset_lineno (int line_number ) { yylineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see yy_switch_to_buffer */ void yyset_in (FILE * in_str ) { yyin = in_str ; } void yyset_out (FILE * out_str ) { yyout = out_str ; } int yyget_debug (void) { return yy_flex_debug; } void yyset_debug (int bdebug ) { yy_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from yylex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = (FILE *) 0; yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * yylex_init() */ return 0; } /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(); } /* Destroy the stack itself. */ yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register 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 ) { register 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 387 "conf_lexer.l" /* C-comment ignoring routine -kre*/ static void ccomment(void) { int c = 0; /* log(L_NOTICE, "got comment"); */ while (1) { while ((c = input()) != '*' && c != EOF) if (c == '\n') ++lineno; if (c == '*') { while ((c = input()) == '*') /* Nothing */ ; if (c == '/') break; else if (c == '\n') ++lineno; } if (c == EOF) { YY_FATAL_ERROR("EOF in comment"); /* XXX hack alert this disables * the stupid unused function warning * gcc generates */ if (1 == 0) yy_fatal_error("EOF in comment"); break; } } } /* C-style .includes. This function will properly swap input conf buffers, * and lineno -kre */ static void cinclude(void) { char *p = NULL; if ((p = strchr(yytext, '<')) == NULL) *strchr(p = strchr(yytext, '"') + 1, '"') = '\0'; else *strchr(++p, '>') = '\0'; /* log(L_NOTICE, "got include %s!", c); */ /* do stacking and co. */ if (include_stack_ptr >= MAX_INCLUDE_DEPTH) ilog(LOG_TYPE_IRCD, "Includes nested too deep in %s", p); else { FILE *tmp_fbfile_in = NULL; char filenamebuf[IRCD_BUFSIZE]; if (*p == '/') /* if it is an absolute path */ snprintf(filenamebuf, sizeof(filenamebuf), "%s", p); else snprintf(filenamebuf, sizeof(filenamebuf), "%s/%s", ETCPATH, p); tmp_fbfile_in = fopen(filenamebuf, "r"); if (tmp_fbfile_in == NULL) { ilog(LOG_TYPE_IRCD, "Unable to read configuration file '%s': %s", filenamebuf, strerror(errno)); return; } lineno_stack[include_stack_ptr] = lineno; lineno = 1; inc_fbfile_in[include_stack_ptr] = conf_parser_ctx.conf_file; strlcpy(conffile_stack[include_stack_ptr], conffilebuf, IRCD_BUFSIZE); include_stack[include_stack_ptr++] = YY_CURRENT_BUFFER; conf_parser_ctx.conf_file = tmp_fbfile_in; snprintf(conffilebuf, sizeof(conffilebuf), "%s", filenamebuf); yy_switch_to_buffer(yy_create_buffer(yyin,YY_BUF_SIZE)); } } /* This is function that will be called on EOF in conf file. It will * apropriately close conf if it not main conf and swap input buffers -kre * */ static int ieof(void) { /* log(L_NOTICE, "return from include stack!"); */ if (include_stack_ptr) fclose(conf_parser_ctx.conf_file); if (--include_stack_ptr < 0) { /* log(L_NOTICE, "terminating lexer"); */ /* We will now exit the lexer - restore init values if we get /rehash * later and reenter lexer -kre */ include_stack_ptr = 0; lineno = 1; return 1; } /* switch buffer */ /* log(L_NOTICE, "deleting include_stack_ptr=%d", include_stack_ptr); */ yy_delete_buffer(YY_CURRENT_BUFFER); lineno = lineno_stack[include_stack_ptr]; conf_parser_ctx.conf_file = inc_fbfile_in[include_stack_ptr]; strlcpy(conffilebuf, conffile_stack[include_stack_ptr], sizeof(conffilebuf)); yy_switch_to_buffer(include_stack[include_stack_ptr]); return 0; }