#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 37 #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) /* 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 247 #define YY_END_OF_BUFFER 248 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[1586] = { 0, 4, 4, 248, 246, 4, 3, 246, 5, 246, 246, 6, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 246, 4, 3, 0, 7, 5, 245, 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, 69, 0, 239, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 226, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 0, 0, 0, 0, 0, 0, 147, 0, 0, 150, 0, 0, 0, 0, 210, 132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 169, 0, 0, 0, 0, 0, 13, 0, 200, 234, 0, 0, 0, 0, 0, 0, 0, 0, 225, 203, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 205, 0, 0, 0, 0, 0, 0, 0, 64, 228, 0, 0, 0, 70, 71, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, 0, 0, 98, 0, 0, 0, 0, 0, 107, 0, 0, 194, 0, 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 0, 0, 0, 224, 0, 220, 0, 0, 9, 0, 0, 0, 233, 0, 0, 201, 0, 0, 21, 0, 0, 204, 0, 0, 0, 34, 0, 0, 37, 0, 0, 0, 0, 0, 42, 0, 44, 0, 46, 0, 0, 0, 0, 0, 0, 227, 0, 0, 0, 0, 238, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, 0, 122, 0, 0, 0, 0, 0, 0, 0, 141, 0, 0, 0, 0, 0, 0, 206, 0, 152, 138, 0, 0, 0, 0, 0, 0, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 165, 0, 0, 0, 223, 168, 219, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 237, 0, 0, 0, 0, 0, 0, 79, 218, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 230, 0, 0, 193, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 118, 0, 0, 123, 124, 0, 0, 0, 0, 0, 232, 0, 142, 0, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 157, 209, 0, 0, 0, 197, 0, 0, 0, 166, 215, 0, 167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 229, 0, 0, 192, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 126, 0, 0, 0, 0, 231, 0, 0, 0, 145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, 158, 0, 196, 161, 0, 0, 0, 0, 0, 0, 0, 14, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 191, 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 241, 85, 0, 0, 0, 0, 0, 0, 0, 0, 104, 0, 109, 0, 212, 0, 0, 0, 0, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 0, 0, 235, 0, 0, 78, 0, 0, 0, 0, 0, 83, 86, 0, 0, 0, 0, 91, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 187, 0, 113, 0, 0, 0, 120, 121, 125, 0, 0, 0, 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, 1, 0, 1, 0, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, 0, 0, 87, 0, 0, 0, 88, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 115, 0, 0, 0, 0, 0, 0, 0, 143, 144, 0, 213, 149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 189, 180, 0, 82, 0, 0, 0, 195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 199, 0, 112, 0, 117, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 36, 39, 0, 0, 0, 47, 48, 0, 0, 0, 0, 62, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 96, 97, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 116, 0, 0, 0, 0, 0, 217, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 95, 0, 0, 103, 0, 106, 0, 0, 0, 0, 0, 0, 0, 140, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 163, 0, 0, 179, 181, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 49, 51, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 176, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 61, 67, 0, 0, 73, 0, 0, 0, 0, 0, 89, 0, 92, 0, 0, 105, 0, 0, 0, 0, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 72, 0, 0, 0, 0, 172, 90, 0, 0, 102, 0, 198, 188, 0, 0, 0, 0, 0, 0, 0, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 0, 0, 0, 134, 136, 135, 185, 184, 183, 186, 0, 0, 0, 25, 0, 0, 0, 0, 170, 0, 0, 0, 0, 0, 173, 174, 0, 101, 0, 0, 0, 0, 0, 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 131, 0, 0, 0, 0, 0, 0, 0, 0, 60, 68, 0, 0, 0, 130, 133, 0, 0, 0, 0, 32, 0, 0, 75, 0, 17, 154, 0, 0, 0, 0, 50, 93, 0, 0, 0, 33, 0, 0, 27, 0, 0, 0, 26, 177, 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[1591] = { 0, 0, 0, 3039, 3040, 3036, 0, 66, 0, 64, 66, 66, 98, 43, 146, 75, 58, 85, 76, 117, 109, 51, 154, 155, 197, 239, 53, 177, 57, 143, 283, 323, 190, 122, 168, 128, 175, 3035, 0, 86, 3040, 0, 3040, 170, 3040, 0, 220, 191, 188, 188, 198, 200, 202, 203, 204, 220, 223, 240, 239, 245, 231, 227, 276, 278, 244, 237, 254, 261, 271, 308, 287, 288, 305, 300, 329, 335, 298, 332, 330, 335, 331, 324, 330, 344, 329, 344, 348, 345, 364, 371, 379, 369, 342, 367, 375, 391, 378, 388, 394, 394, 2994, 385, 395, 416, 388, 385, 430, 392, 466, 406, 441, 436, 434, 412, 439, 465, 438, 453, 438, 445, 449, 454, 2993, 473, 476, 518, 488, 483, 487, 506, 495, 509, 510, 509, 512, 498, 3040, 515, 519, 514, 534, 531, 2992, 530, 531, 529, 533, 534, 544, 540, 556, 543, 564, 542, 565, 3040, 572, 561, 557, 561, 569, 563, 577, 570, 579, 575, 583, 586, 578, 581, 592, 584, 597, 596, 608, 587, 598, 2991, 603, 610, 137, 607, 602, 615, 615, 628, 626, 624, 616, 622, 3040, 627, 2990, 621, 641, 623, 626, 631, 647, 652, 651, 637, 650, 674, 664, 652, 667, 654, 667, 669, 661, 665, 680, 682, 671, 669, 683, 690, 695, 3040, 683, 685, 2989, 686, 702, 687, 3040, 696, 697, 3040, 715, 712, 706, 712, 3040, 708, 709, 716, 728, 716, 734, 727, 738, 740, 724, 734, 736, 740, 747, 743, 741, 741, 749, 748, 754, 758, 760, 760, 3040, 768, 765, 769, 768, 2988, 3040, 782, 3040, 772, 787, 787, 780, 781, 2987, 778, 778, 794, 3040, 3040, 793, 781, 3040, 785, 802, 801, 2986, 794, 801, 789, 810, 800, 799, 818, 3040, 809, 812, 3040, 815, 817, 832, 837, 831, 834, 2985, 3040, 827, 834, 830, 830, 3040, 3040, 2984, 846, 2983, 851, 849, 845, 2982, 838, 855, 847, 862, 894, 866, 875, 862, 877, 873, 880, 3040, 875, 2981, 877, 2980, 875, 884, 884, 893, 900, 920, 2979, 884, 3040, 2978, 3040, 909, 891, 910, 916, 919, 922, 918, 926, 926, 950, 2977, 933, 936, 937, 948, 950, 936, 3040, 947, 957, 955, 3007, 971, 946, 951, 965, 3007, 2974, 984, 990, 3040, 988, 974, 987, 988, 986, 981, 994, 3040, 999, 985, 992, 2973, 990, 990, 1005, 994, 993, 995, 1007, 1014, 1014, 1007, 3040, 1007, 1017, 2972, 1034, 1042, 3040, 1040, 1044, 3040, 1036, 1041, 1039, 3040, 1044, 1039, 3040, 1041, 1054, 1039, 1047, 1058, 3040, 1058, 3040, 1063, 2971, 1053, 1051, 1048, 1060, 1056, 1064, 3040, 1075, 1074, 1073, 1081, 1074, 1095, 1074, 2970, 2969, 1088, 2968, 1088, 1085, 1101, 1104, 1107, 1103, 1100, 1109, 1101, 1109, 1118, 1116, 1102, 1097, 1118, 1120, 1112, 1131, 1118, 1134, 1143, 1129, 1150, 1150, 1147, 1153, 1149, 1144, 1145, 2967, 1165, 1154, 1144, 1169, 1175, 1157, 2966, 1159, 1162, 3040, 1171, 3040, 1169, 1176, 1173, 1192, 1201, 1189, 1205, 3040, 1196, 1195, 1212, 1201, 1215, 2965, 3040, 1219, 2964, 3040, 1218, 1213, 1219, 2963, 1205, 1221, 3040, 1215, 1207, 1214, 1216, 1230, 1227, 1230, 1236, 1227, 1241, 1253, 1246, 2991, 1247, 1250, 1263, 3040, 3040, 3040, 1263, 2961, 1250, 3040, 1261, 1257, 1260, 1268, 1260, 1272, 1267, 1271, 1263, 1263, 1264, 1269, 1281, 1275, 1280, 1278, 2960, 3040, 1298, 2959, 1289, 1297, 1310, 2958, 1298, 2957, 1314, 2956, 1316, 1316, 1303, 2955, 1322, 1315, 3040, 1321, 1311, 1328, 1330, 1334, 1333, 3040, 3040, 3040, 1335, 1325, 1339, 1334, 1331, 1363, 1349, 1350, 1344, 1345, 1353, 1351, 3040, 1352, 1355, 1364, 1363, 1359, 3040, 1376, 1378, 1382, 1374, 1378, 1386, 1374, 1371, 1387, 2954, 1377, 1391, 1382, 1383, 1399, 1393, 1406, 3040, 1393, 1402, 1413, 1403, 1410, 2953, 3040, 1411, 1423, 3040, 1427, 1410, 1428, 1408, 1426, 1434, 1418, 1438, 1432, 1437, 1423, 3040, 1432, 1434, 1433, 1430, 1435, 1445, 2952, 1442, 1474, 1449, 2951, 1450, 2950, 1457, 3040, 3040, 1471, 1472, 1460, 3040, 1477, 1480, 1479, 3040, 3040, 1476, 3040, 1488, 1478, 1475, 1493, 1496, 1485, 1496, 1492, 1487, 1484, 3040, 1488, 3040, 1508, 2949, 1495, 2948, 2947, 2946, 1514, 1513, 1518, 1516, 2945, 3040, 1512, 1520, 1527, 1532, 1527, 3040, 1521, 1535, 1529, 1533, 1529, 1533, 1538, 1548, 1539, 1538, 1553, 1550, 1532, 1554, 1543, 1563, 1564, 1554, 1565, 1579, 1583, 1573, 1583, 1589, 1580, 1590, 1586, 1585, 1594, 1593, 3040, 1594, 1578, 3040, 3040, 1597, 1584, 2944, 1603, 1585, 2943, 2942, 1602, 1592, 1591, 1585, 1601, 1604, 1603, 1608, 1618, 1629, 1623, 1626, 1632, 1628, 1635, 1627, 1628, 1646, 3040, 1628, 1646, 1630, 1641, 3040, 1636, 1647, 1643, 1639, 1650, 1646, 1650, 1648, 1644, 1659, 1665, 1660, 1655, 2941, 2940, 2939, 2938, 2937, 1676, 1682, 2936, 1688, 2935, 3040, 3040, 1688, 3040, 3040, 1688, 2934, 90, 1695, 1680, 1688, 1687, 3040, 3040, 1697, 1698, 1693, 1694, 1689, 1705, 1700, 1712, 1701, 1696, 1711, 1707, 3040, 1701, 1709, 1713, 1734, 1736, 1732, 1730, 1740, 1745, 1738, 1752, 1749, 1733, 1741, 3040, 1744, 1755, 1746, 1744, 1745, 1760, 1754, 1756, 1757, 1754, 3040, 1752, 1758, 1774, 1758, 3040, 1772, 2933, 1780, 1784, 1792, 1792, 1782, 3040, 1794, 1790, 1787, 1803, 1794, 1804, 1795, 1807, 3040, 1809, 3040, 1799, 3040, 1793, 1800, 1816, 1801, 3040, 1812, 1819, 1811, 2932, 1822, 1809, 1810, 1824, 2931, 1826, 1842, 1840, 1835, 1851, 1851, 2930, 1855, 1840, 1856, 1842, 1854, 1859, 1853, 1867, 1864, 1867, 1857, 1858, 1859, 1860, 2929, 1853, 1863, 1874, 1876, 1879, 1877, 1878, 453, 2966, 2954, 1874, 1896, 2926, 2925, 2924, 3040, 1891, 1903, 1904, 1899, 1896, 1899, 1894, 1915, 1912, 1914, 1920, 3040, 1909, 1918, 1916, 1925, 1925, 1915, 2923, 1908, 1919, 1931, 1913, 1921, 2922, 1932, 1934, 1939, 2921, 1943, 1946, 3040, 1944, 1961, 3040, 1962, 1945, 2920, 1946, 1956, 3040, 3040, 1967, 1951, 1951, 2919, 3040, 3040, 1960, 1955, 1953, 1972, 1979, 1974, 2918, 1968, 1971, 1967, 1985, 2917, 2916, 1983, 2915, 1982, 3040, 1989, 1998, 1989, 3040, 3040, 3040, 2002, 1995, 1996, 2014, 1996, 2015, 2007, 2009, 2019, 2021, 2008, 2020, 2024, 2013, 2013, 2016, 2017, 2027, 2021, 2023, 2024, 2025, 2022, 2029, 2032, 2042, 2050, 3040, 2045, 2053, 2949, 2948, 2936, 2935, 2051, 2051, 2067, 2069, 2053, 3040, 2063, 2061, 2064, 2068, 2069, 2064, 2074, 2074, 2083, 2069, 2081, 2073, 2079, 2074, 2083, 2080, 2096, 2097, 2096, 2105, 3040, 2108, 2113, 2106, 2907, 2104, 2112, 2902, 2896, 2112, 2105, 2106, 3040, 2116, 2114, 3040, 2126, 2132, 2129, 3040, 2120, 2129, 2138, 3040, 2128, 2125, 2132, 2142, 2133, 2892, 2134, 2891, 2131, 2132, 2138, 2143, 2144, 2162, 3040, 2172, 2173, 2171, 2161, 2177, 843, 2169, 3040, 3040, 2184, 3040, 3040, 2177, 2184, 2179, 842, 841, 2190, 640, 2173, 2188, 2190, 2191, 2192, 2189, 2190, 2196, 2182, 2191, 2197, 2198, 2187, 2201, 2205, 2197, 2226, 488, 3040, 2217, 2224, 3040, 2227, 2231, 2223, 2225, 2232, 2221, 482, 2231, 2236, 2241, 2227, 2240, 2231, 3040, 465, 3040, 2233, 2234, 2243, 2236, 2242, 2255, 2237, 2244, 426, 3040, 2265, 3040, 2270, 2267, 2273, 3040, 2282, 2285, 2271, 2287, 2287, 2274, 2280, 2276, 2281, 2296, 2281, 2288, 2298, 3040, 2295, 3040, 2292, 3040, 2306, 3040, 422, 2298, 2292, 2298, 2308, 2313, 2321, 2313, 2316, 2322, 2327, 2340, 2324, 2325, 2326, 2328, 2334, 2330, 2331, 2349, 2333, 3040, 2340, 2340, 2339, 2343, 2350, 2351, 2352, 2359, 2344, 3040, 420, 2345, 2346, 3040, 3040, 2358, 2359, 2364, 3040, 3040, 2379, 2369, 2391, 2380, 3040, 2387, 2381, 416, 401, 2383, 2391, 2392, 3040, 2399, 2385, 2390, 2400, 2403, 2395, 2410, 2408, 3040, 3040, 3040, 384, 2397, 2410, 2406, 2401, 383, 2403, 2400, 2407, 3040, 2412, 2421, 2428, 2433, 2438, 3040, 3040, 2447, 2440, 2445, 381, 2446, 2450, 377, 339, 289, 287, 2449, 2450, 281, 3040, 2455, 2452, 2440, 3040, 2446, 2442, 2443, 2449, 2463, 280, 2464, 2463, 3040, 2454, 3040, 2457, 2454, 259, 2458, 2461, 2464, 2467, 2467, 2488, 2476, 2489, 2490, 2496, 249, 2498, 2486, 3040, 2501, 2491, 3040, 2491, 2499, 3040, 2508, 3040, 2512, 2512, 2495, 2503, 2506, 2516, 2497, 3040, 3040, 2503, 2506, 2506, 2521, 2508, 2522, 2525, 2526, 2530, 2536, 3040, 237, 2550, 3040, 3040, 2553, 2554, 236, 3040, 2537, 2545, 2543, 2555, 229, 2545, 3040, 257, 2562, 2555, 200, 2551, 3040, 2552, 2558, 2560, 2570, 2571, 2576, 2567, 2574, 2572, 2561, 2590, 2579, 2590, 2587, 2609, 2606, 3040, 2600, 2608, 2589, 152, 2611, 2597, 2610, 2610, 2612, 2618, 2610, 2611, 2613, 2614, 2615, 2618, 3040, 3040, 2618, 144, 2612, 2629, 2616, 2635, 2639, 2639, 3040, 2628, 2647, 2644, 3040, 3040, 2650, 2645, 3040, 150, 2652, 2651, 2649, 2651, 3040, 2663, 145, 2660, 2653, 3040, 2662, 2658, 2673, 2667, 124, 2675, 109, 3040, 2667, 2671, 2669, 2681, 2675, 2676, 2677, 2678, 2681, 2687, 2698, 3040, 3040, 2693, 2695, 2713, 2705, 2705, 2718, 2704, 3040, 2708, 2711, 3040, 2714, 2713, 2723, 2726, 3040, 3040, 2713, 2724, 3040, 2723, 3040, 3040, 2717, 2731, 2729, 2733, 2737, 2737, 2739, 3040, 2719, 2725, 2731, 2732, 2741, 2752, 2753, 2753, 2752, 2757, 2762, 2765, 2774, 2779, 2776, 2777, 2776, 2781, 2769, 2771, 2781, 2771, 2787, 3040, 2784, 2783, 2787, 3040, 3040, 3040, 3040, 3040, 3040, 3040, 2788, 2794, 2785, 3040, 2805, 100, 2806, 2802, 3040, 2801, 2808, 2824, 2815, 2817, 3040, 3040, 2817, 3040, 2814, 2821, 2829, 2823, 2833, 3040, 2838, 2822, 2838, 2831, 2843, 2836, 2827, 2827, 2840, 3040, 2834, 2842, 2847, 3040, 2853, 2859, 2858, 95, 2854, 2856, 2866, 2866, 3040, 3040, 2862, 2871, 2880, 3040, 3040, 2867, 2882, 2885, 2868, 3040, 2886, 2879, 3040, 2889, 3040, 3040, 93, 2880, 2883, 2879, 3040, 3040, 2879, 2879, 2881, 3040, 2894, 2890, 3040, 2892, 2886, 2907, 3040, 3040, 3040, 105, 2954, 97, 84, 81 } ; static yyconst flex_int16_t yy_def[1591] = { 0, 1585, 1, 1585, 1585, 1585, 1586, 1587, 1588, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1586, 1587, 1585, 1588, 1585, 1585, 1585, 1588, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1589, 1590, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1589, 1589, 1590, 1590, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 0, 1585, 1585, 1585, 1585, 1585 } ; static yyconst flex_int16_t yy_nxt[3109] = { 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, 66, 83, 1016, 54, 102, 1014, 67, 68, 43, 40, 40, 61, 904, 106, 905, 62, 74, 69, 41, 63, 53, 70, 64, 75, 906, 65, 38, 66, 83, 71, 54, 102, 72, 67, 68, 43, 47, 48, 61, 49, 106, 73, 62, 74, 69, 50, 63, 51, 70, 64, 75, 80, 65, 76, 52, 1573, 71, 1558, 81, 72, 82, 77, 1529, 47, 48, 127, 49, 78, 73, 308, 309, 1464, 50, 79, 51, 130, 1436, 1437, 80, 107, 76, 52, 55, 108, 56, 81, 1462, 82, 77, 57, 58, 84, 127, 59, 78, 88, 60, 109, 85, 89, 79, 86, 130, 87, 128, 90, 107, 1455, 129, 55, 108, 56, 1449, 103, 1422, 131, 57, 58, 84, 132, 59, 104, 88, 60, 109, 85, 89, 105, 86, 133, 87, 128, 90, 91, 92, 129, 134, 93, 124, 125, 103, 94, 131, 135, 126, 136, 132, 95, 104, 46, 46, 46, 46, 46, 105, 137, 133, 138, 139, 140, 91, 92, 1400, 134, 93, 124, 125, 141, 94, 142, 135, 126, 136, 143, 95, 96, 144, 97, 145, 98, 148, 146, 137, 99, 138, 139, 140, 149, 157, 100, 1397, 1395, 158, 159, 141, 101, 142, 160, 1389, 1385, 143, 147, 96, 144, 97, 145, 98, 148, 146, 161, 99, 1360, 150, 151, 149, 157, 100, 152, 155, 158, 159, 1349, 101, 110, 160, 153, 111, 112, 147, 113, 154, 165, 156, 114, 115, 166, 161, 116, 117, 150, 151, 167, 1343, 1334, 152, 155, 162, 168, 163, 1331, 110, 1330, 153, 111, 112, 173, 113, 154, 165, 156, 114, 115, 166, 164, 116, 117, 118, 169, 167, 119, 120, 174, 177, 162, 168, 163, 121, 122, 170, 171, 178, 179, 173, 123, 175, 172, 176, 180, 181, 182, 164, 183, 184, 118, 169, 185, 119, 120, 174, 177, 186, 1329, 193, 121, 122, 170, 171, 178, 179, 194, 123, 175, 172, 176, 180, 181, 182, 189, 183, 184, 187, 190, 185, 191, 195, 188, 198, 186, 192, 193, 196, 199, 202, 204, 200, 205, 194, 209, 210, 1328, 197, 213, 222, 1325, 189, 1313, 1308, 187, 190, 201, 191, 195, 188, 198, 206, 192, 231, 196, 199, 202, 204, 200, 205, 1296, 209, 210, 211, 197, 213, 222, 207, 208, 227, 229, 212, 904, 201, 905, 1295, 223, 232, 206, 1283, 231, 1253, 235, 228, 906, 1231, 236, 224, 237, 238, 211, 225, 230, 226, 207, 208, 227, 229, 212, 214, 239, 215, 216, 223, 232, 217, 218, 240, 219, 235, 228, 220, 233, 236, 224, 237, 238, 221, 225, 230, 226, 242, 234, 243, 1220, 250, 214, 239, 215, 216, 251, 252, 217, 218, 240, 219, 256, 253, 220, 233, 254, 1213, 257, 255, 221, 259, 260, 1204, 242, 234, 243, 244, 250, 261, 245, 262, 263, 251, 252, 264, 258, 246, 247, 256, 253, 266, 265, 254, 248, 257, 255, 267, 259, 260, 249, 268, 270, 271, 244, 272, 261, 245, 262, 263, 273, 274, 264, 258, 246, 247, 275, 276, 266, 265, 277, 248, 278, 279, 267, 280, 281, 249, 268, 270, 271, 282, 272, 283, 284, 285, 286, 273, 274, 287, 288, 289, 290, 275, 276, 291, 292, 277, 295, 278, 279, 293, 280, 281, 296, 297, 298, 299, 282, 300, 283, 284, 285, 286, 294, 303, 287, 288, 289, 290, 301, 302, 291, 292, 304, 295, 306, 307, 293, 310, 311, 296, 297, 298, 299, 312, 300, 314, 313, 315, 316, 294, 303, 317, 318, 319, 320, 301, 302, 322, 323, 304, 324, 306, 307, 326, 310, 311, 325, 327, 328, 329, 312, 330, 314, 313, 315, 316, 331, 332, 317, 318, 319, 320, 337, 1186, 322, 323, 338, 324, 339, 340, 326, 341, 342, 333, 327, 328, 329, 343, 330, 344, 334, 345, 346, 331, 332, 335, 347, 348, 349, 337, 336, 350, 351, 338, 352, 339, 340, 356, 341, 342, 333, 353, 357, 354, 343, 358, 344, 334, 345, 346, 359, 360, 335, 347, 348, 349, 361, 336, 350, 351, 362, 352, 363, 364, 356, 367, 365, 368, 353, 357, 354, 366, 358, 369, 370, 371, 372, 359, 360, 374, 375, 376, 377, 361, 378, 379, 373, 362, 380, 363, 364, 381, 367, 365, 368, 382, 384, 385, 386, 387, 369, 370, 371, 372, 383, 388, 374, 375, 376, 377, 389, 378, 379, 373, 390, 380, 391, 392, 381, 393, 394, 396, 382, 384, 385, 386, 387, 397, 398, 399, 400, 401, 388, 403, 404, 405, 406, 389, 407, 408, 409, 390, 410, 391, 392, 412, 393, 394, 396, 413, 414, 415, 416, 417, 397, 398, 399, 400, 401, 418, 403, 404, 405, 406, 419, 407, 408, 409, 420, 410, 421, 422, 412, 423, 424, 428, 413, 414, 415, 416, 417, 426, 430, 431, 432, 433, 418, 435, 425, 437, 438, 419, 439, 441, 427, 420, 442, 421, 422, 443, 423, 424, 428, 444, 1184, 1183, 1177, 454, 426, 430, 431, 432, 433, 455, 435, 425, 437, 438, 456, 439, 441, 459, 457, 442, 460, 461, 443, 458, 463, 465, 444, 445, 446, 447, 454, 466, 467, 448, 468, 449, 455, 469, 450, 475, 451, 456, 477, 478, 459, 457, 452, 460, 461, 453, 458, 463, 465, 470, 445, 446, 447, 479, 466, 467, 448, 468, 449, 480, 469, 450, 475, 451, 481, 477, 478, 471, 482, 452, 483, 472, 453, 484, 485, 473, 470, 489, 490, 486, 479, 493, 491, 496, 497, 494, 480, 498, 499, 500, 495, 481, 492, 505, 471, 482, 487, 483, 472, 506, 484, 485, 502, 503, 489, 490, 486, 507, 493, 491, 496, 497, 494, 510, 498, 499, 500, 495, 504, 511, 505, 512, 513, 487, 514, 515, 506, 516, 517, 502, 503, 518, 519, 521, 507, 522, 524, 525, 526, 520, 510, 527, 528, 529, 530, 504, 511, 531, 512, 513, 534, 514, 515, 535, 516, 517, 532, 536, 518, 519, 521, 533, 522, 524, 525, 526, 520, 538, 527, 528, 529, 530, 539, 540, 531, 541, 542, 534, 543, 544, 535, 545, 546, 532, 536, 547, 548, 549, 533, 550, 551, 552, 553, 555, 538, 556, 557, 558, 559, 539, 540, 560, 541, 542, 562, 543, 544, 563, 545, 546, 564, 561, 547, 548, 549, 565, 550, 551, 552, 553, 555, 566, 556, 557, 558, 559, 567, 568, 560, 571, 573, 562, 574, 575, 563, 576, 577, 564, 561, 578, 580, 581, 565, 579, 582, 587, 583, 585, 566, 588, 589, 590, 591, 567, 568, 592, 571, 573, 584, 574, 575, 586, 576, 577, 593, 594, 578, 580, 581, 595, 579, 582, 587, 583, 585, 598, 588, 589, 590, 591, 596, 599, 592, 600, 601, 584, 602, 597, 586, 603, 604, 593, 594, 605, 607, 611, 595, 608, 609, 616, 618, 612, 598, 610, 619, 622, 614, 596, 599, 623, 600, 601, 613, 602, 597, 620, 603, 604, 621, 624, 605, 607, 611, 615, 608, 609, 616, 618, 612, 625, 610, 619, 622, 614, 626, 627, 623, 629, 628, 613, 630, 631, 620, 632, 633, 621, 624, 634, 636, 641, 615, 638, 642, 644, 645, 639, 625, 646, 640, 647, 648, 626, 627, 649, 629, 628, 650, 630, 631, 651, 632, 633, 652, 653, 634, 636, 641, 654, 638, 642, 644, 645, 639, 655, 646, 640, 647, 648, 656, 657, 649, 659, 660, 650, 661, 662, 651, 664, 665, 652, 653, 666, 667, 670, 654, 668, 671, 672, 673, 674, 655, 675, 676, 677, 678, 656, 657, 679, 659, 660, 680, 661, 662, 669, 664, 665, 681, 683, 666, 667, 670, 685, 668, 671, 672, 673, 674, 686, 675, 676, 677, 678, 687, 688, 679, 692, 694, 680, 696, 697, 699, 689, 701, 681, 683, 702, 690, 703, 685, 704, 698, 705, 706, 707, 686, 708, 709, 710, 711, 687, 688, 712, 692, 694, 713, 696, 697, 699, 689, 701, 716, 717, 702, 690, 703, 718, 704, 698, 705, 706, 707, 719, 708, 709, 710, 711, 714, 720, 712, 721, 722, 713, 723, 715, 724, 725, 726, 716, 717, 727, 728, 729, 718, 730, 731, 732, 733, 734, 719, 735, 737, 738, 739, 714, 720, 740, 721, 722, 741, 723, 715, 724, 725, 726, 742, 743, 727, 728, 729, 744, 730, 731, 732, 733, 734, 745, 735, 737, 738, 739, 746, 747, 740, 748, 750, 741, 751, 752, 753, 754, 755, 742, 743, 756, 757, 758, 744, 759, 760, 761, 762, 763, 745, 764, 765, 766, 767, 746, 747, 768, 748, 750, 769, 751, 752, 753, 754, 755, 771, 777, 756, 757, 758, 779, 759, 760, 761, 762, 763, 781, 764, 765, 766, 767, 782, 783, 768, 772, 784, 769, 785, 773, 786, 774, 787, 771, 777, 775, 776, 788, 779, 789, 790, 791, 792, 793, 781, 794, 795, 796, 797, 782, 783, 798, 772, 784, 799, 785, 773, 786, 774, 787, 800, 802, 775, 776, 788, 806, 789, 790, 791, 792, 793, 807, 794, 795, 796, 797, 808, 809, 798, 811, 812, 799, 814, 815, 816, 817, 818, 800, 802, 819, 813, 820, 806, 821, 822, 823, 824, 825, 807, 826, 827, 828, 829, 808, 809, 830, 811, 812, 831, 814, 815, 816, 817, 818, 832, 833, 819, 813, 820, 834, 821, 822, 823, 824, 825, 835, 826, 827, 828, 829, 836, 837, 830, 838, 839, 831, 840, 841, 842, 843, 844, 832, 833, 845, 846, 847, 834, 848, 849, 850, 852, 853, 835, 856, 857, 858, 859, 836, 837, 860, 838, 839, 861, 840, 841, 842, 843, 844, 862, 863, 845, 846, 847, 864, 848, 849, 850, 852, 853, 865, 856, 857, 858, 859, 866, 867, 860, 868, 869, 861, 870, 871, 872, 873, 874, 862, 863, 875, 876, 877, 864, 878, 879, 880, 881, 882, 865, 883, 884, 885, 886, 866, 867, 887, 868, 869, 888, 870, 871, 872, 873, 874, 889, 890, 875, 876, 877, 896, 878, 879, 880, 881, 882, 897, 883, 884, 885, 886, 899, 901, 887, 902, 907, 888, 908, 909, 910, 911, 912, 889, 890, 913, 914, 915, 896, 918, 922, 916, 923, 919, 897, 924, 925, 926, 920, 899, 901, 927, 902, 907, 917, 908, 909, 910, 911, 912, 921, 928, 913, 914, 915, 929, 918, 922, 916, 923, 919, 930, 924, 925, 926, 920, 931, 932, 927, 933, 934, 917, 935, 936, 937, 938, 939, 921, 928, 940, 941, 942, 929, 943, 944, 945, 946, 947, 930, 948, 949, 950, 951, 931, 932, 952, 933, 934, 953, 935, 936, 937, 938, 939, 954, 956, 940, 941, 942, 957, 943, 944, 945, 946, 947, 958, 948, 949, 950, 951, 959, 960, 952, 961, 962, 953, 963, 964, 966, 967, 968, 954, 956, 969, 970, 971, 957, 965, 972, 973, 974, 975, 958, 976, 977, 978, 980, 959, 960, 981, 961, 962, 982, 963, 964, 966, 967, 968, 983, 985, 969, 970, 971, 986, 965, 972, 973, 974, 975, 987, 976, 977, 978, 980, 988, 989, 981, 990, 992, 982, 993, 994, 995, 996, 997, 983, 985, 998, 999, 1000, 986, 1001, 1002, 1003, 1004, 1005, 987, 1007, 1008, 1009, 1010, 988, 989, 1011, 990, 992, 1012, 993, 994, 995, 996, 997, 1013, 1018, 998, 999, 1000, 1019, 1001, 1002, 1003, 1004, 1005, 1023, 1007, 1008, 1009, 1010, 1024, 1025, 1011, 1026, 1027, 1012, 1028, 1029, 1030, 1031, 1032, 1013, 1018, 1033, 1034, 1035, 1019, 1036, 1037, 1038, 1039, 1041, 1023, 1042, 1043, 1044, 1045, 1024, 1025, 1047, 1026, 1027, 1048, 1028, 1029, 1030, 1031, 1032, 1049, 1051, 1033, 1034, 1035, 1052, 1036, 1037, 1038, 1039, 1041, 1053, 1042, 1043, 1044, 1045, 1054, 1055, 1047, 1056, 1058, 1048, 1059, 1063, 1060, 1064, 1066, 1049, 1051, 1067, 1068, 1069, 1052, 1061, 1070, 1071, 1073, 1074, 1053, 1075, 1076, 1062, 1079, 1054, 1055, 1081, 1056, 1058, 1082, 1059, 1063, 1060, 1064, 1066, 1083, 1084, 1067, 1068, 1069, 1085, 1061, 1070, 1071, 1073, 1074, 1086, 1075, 1076, 1062, 1079, 1087, 1088, 1081, 1089, 1090, 1082, 1091, 1092, 1093, 1094, 1095, 1083, 1084, 1096, 1097, 1098, 1085, 1099, 1100, 1101, 1102, 1103, 1086, 1104, 1105, 1106, 1107, 1087, 1088, 1108, 1089, 1090, 1109, 1091, 1092, 1093, 1094, 1095, 1110, 1111, 1096, 1097, 1098, 1112, 1099, 1100, 1101, 1102, 1103, 1113, 1104, 1105, 1106, 1107, 1114, 1115, 1108, 1116, 1117, 1109, 1118, 1119, 1120, 1121, 1122, 1110, 1111, 1123, 1124, 1125, 1112, 1126, 1127, 1128, 1129, 1130, 1113, 1131, 1132, 1133, 1134, 1114, 1115, 1135, 1116, 1117, 1136, 1118, 1119, 1120, 1121, 1122, 1137, 1138, 1123, 1124, 1125, 1139, 1126, 1127, 1128, 1129, 1130, 1140, 1131, 1132, 1133, 1134, 1141, 1143, 1135, 1144, 1147, 1136, 1148, 1149, 1150, 1151, 1152, 1137, 1138, 1153, 1154, 1155, 1139, 1156, 1157, 1158, 1159, 1160, 1140, 1161, 1162, 1164, 1166, 1141, 1143, 1167, 1144, 1147, 1168, 1148, 1149, 1150, 1151, 1152, 1169, 1170, 1153, 1154, 1155, 1171, 1156, 1157, 1158, 1159, 1160, 1172, 1161, 1162, 1164, 1166, 1173, 1174, 1167, 1175, 1176, 1168, 1178, 1179, 1180, 1181, 1182, 1169, 1170, 1185, 1187, 1188, 1171, 1189, 1190, 1191, 1192, 1193, 1172, 1194, 1195, 1196, 1197, 1173, 1174, 1198, 1175, 1176, 1199, 1178, 1179, 1180, 1181, 1182, 1200, 1201, 1185, 1187, 1188, 1202, 1189, 1190, 1191, 1192, 1193, 1203, 1194, 1195, 1196, 1197, 1205, 1206, 1198, 1207, 1208, 1199, 1209, 1210, 1211, 1212, 1214, 1200, 1201, 1215, 1216, 1217, 1202, 1218, 1219, 1221, 1224, 1222, 1203, 1225, 1226, 1229, 1227, 1205, 1206, 1223, 1207, 1208, 1230, 1209, 1210, 1211, 1212, 1214, 1232, 1233, 1215, 1216, 1217, 1228, 1218, 1219, 1221, 1224, 1222, 1234, 1225, 1226, 1229, 1227, 1235, 1236, 1237, 1238, 1239, 1230, 1240, 1241, 1242, 1243, 1244, 1232, 1233, 1245, 1247, 1248, 1228, 1249, 1250, 1246, 1251, 1252, 1234, 1254, 1255, 1256, 1257, 1235, 1236, 1237, 1238, 1239, 1258, 1240, 1241, 1242, 1243, 1244, 1259, 1260, 1245, 1247, 1248, 1261, 1249, 1250, 1246, 1251, 1252, 1262, 1254, 1255, 1256, 1257, 1263, 1264, 1265, 1266, 1267, 1258, 1268, 1269, 1270, 1271, 1272, 1259, 1260, 1273, 1274, 1275, 1261, 1276, 1277, 1278, 1279, 1280, 1262, 1281, 1282, 1284, 1285, 1263, 1264, 1265, 1266, 1267, 1286, 1268, 1269, 1270, 1271, 1272, 1287, 1288, 1273, 1274, 1275, 1289, 1276, 1277, 1278, 1279, 1280, 1290, 1281, 1282, 1284, 1285, 1291, 1292, 1293, 1294, 1297, 1286, 1298, 1299, 1300, 1301, 1302, 1287, 1288, 1303, 1304, 1305, 1289, 1306, 1307, 1309, 1310, 1311, 1290, 1312, 1314, 1315, 1316, 1291, 1292, 1293, 1294, 1297, 1317, 1298, 1299, 1300, 1301, 1302, 1318, 1319, 1303, 1304, 1305, 1320, 1306, 1307, 1309, 1310, 1311, 1321, 1312, 1314, 1315, 1316, 1322, 1323, 1324, 1326, 1327, 1317, 1332, 1333, 1335, 1336, 1337, 1318, 1319, 1338, 1339, 1340, 1320, 1341, 1342, 1344, 1345, 1346, 1321, 1347, 1348, 1350, 1351, 1322, 1323, 1324, 1326, 1327, 1352, 1332, 1333, 1335, 1336, 1337, 1353, 1354, 1338, 1339, 1340, 1355, 1341, 1342, 1344, 1345, 1346, 1356, 1347, 1348, 1350, 1351, 1357, 1358, 1359, 1361, 1362, 1352, 1363, 1364, 1365, 1366, 1367, 1353, 1354, 1368, 1369, 1370, 1355, 1371, 1372, 1373, 1374, 1375, 1356, 1376, 1377, 1378, 1379, 1357, 1358, 1359, 1361, 1362, 1380, 1363, 1364, 1365, 1366, 1367, 1381, 1382, 1368, 1369, 1370, 1383, 1371, 1372, 1373, 1374, 1375, 1384, 1376, 1377, 1378, 1379, 1386, 1387, 1388, 1390, 1391, 1380, 1392, 1394, 1393, 1396, 1398, 1381, 1382, 1399, 1401, 1402, 1383, 1403, 1404, 1405, 1406, 1407, 1384, 1410, 1411, 1412, 1408, 1386, 1387, 1388, 1390, 1391, 1409, 1392, 1394, 1393, 1396, 1398, 1413, 1414, 1399, 1401, 1402, 1415, 1403, 1404, 1405, 1406, 1407, 1416, 1410, 1411, 1412, 1408, 1417, 1418, 1419, 1420, 1421, 1409, 1423, 1424, 1425, 1426, 1427, 1413, 1414, 1428, 1429, 1430, 1415, 1431, 1432, 1433, 1434, 1435, 1416, 1438, 1439, 1440, 1441, 1417, 1418, 1419, 1420, 1421, 1442, 1423, 1424, 1425, 1426, 1427, 1443, 1444, 1428, 1429, 1430, 1445, 1431, 1432, 1433, 1434, 1435, 1446, 1438, 1439, 1440, 1441, 1447, 1448, 1450, 1451, 1452, 1442, 1453, 1454, 1456, 1457, 1458, 1443, 1444, 1459, 1460, 1461, 1445, 1463, 1465, 1466, 1467, 1468, 1446, 1469, 1470, 1471, 1472, 1447, 1448, 1450, 1451, 1452, 1473, 1453, 1454, 1456, 1457, 1458, 1474, 1475, 1459, 1460, 1461, 1476, 1463, 1465, 1466, 1467, 1468, 1477, 1469, 1470, 1471, 1472, 1478, 1479, 1480, 1481, 1482, 1473, 1483, 1484, 1485, 1486, 1487, 1474, 1475, 1488, 1489, 1490, 1476, 1491, 1492, 1493, 1494, 1495, 1477, 1496, 1497, 1498, 1499, 1478, 1479, 1480, 1481, 1482, 1500, 1483, 1484, 1485, 1486, 1487, 1501, 1502, 1488, 1489, 1490, 1503, 1491, 1492, 1493, 1494, 1495, 1504, 1496, 1497, 1498, 1499, 1505, 1506, 1507, 1508, 1509, 1500, 1510, 1511, 1512, 1513, 1514, 1501, 1502, 1515, 1516, 1517, 1503, 1518, 1519, 1520, 1521, 1522, 1504, 1523, 1524, 1525, 1526, 1505, 1506, 1507, 1508, 1509, 1527, 1510, 1511, 1512, 1513, 1514, 1528, 1530, 1515, 1516, 1517, 1531, 1518, 1519, 1520, 1521, 1522, 1532, 1523, 1524, 1525, 1526, 1533, 1534, 1535, 1536, 1537, 1527, 1538, 1539, 1540, 1541, 1542, 1528, 1530, 1543, 1544, 1545, 1531, 1546, 1547, 1548, 1549, 1550, 1532, 1551, 1552, 1553, 1554, 1533, 1534, 1535, 1536, 1537, 1555, 1538, 1539, 1540, 1541, 1542, 1556, 1557, 1543, 1544, 1545, 1559, 1546, 1547, 1548, 1549, 1550, 1560, 1551, 1552, 1553, 1554, 1561, 1562, 1563, 1564, 1565, 1555, 1566, 1567, 1568, 1569, 1570, 1556, 1557, 1571, 1572, 1574, 1559, 1575, 1576, 1577, 1578, 1579, 1560, 1580, 1581, 1582, 1583, 1561, 1562, 1563, 1564, 1565, 1584, 1566, 1567, 1568, 1569, 1570, 1165, 1163, 1571, 1572, 1574, 1146, 1575, 1576, 1577, 1578, 1579, 1145, 1580, 1581, 1582, 1583, 1142, 1017, 1017, 1015, 1015, 1584, 39, 39, 1080, 1078, 1077, 1072, 1065, 1057, 1050, 1046, 1040, 1022, 1021, 1020, 1017, 1015, 1006, 991, 984, 979, 955, 903, 900, 898, 895, 894, 893, 892, 891, 855, 854, 851, 810, 805, 804, 803, 801, 780, 778, 770, 749, 736, 700, 695, 693, 691, 684, 682, 663, 658, 643, 637, 635, 617, 606, 572, 570, 569, 554, 537, 523, 509, 508, 501, 488, 476, 474, 464, 462, 440, 436, 434, 429, 411, 402, 395, 355, 321, 305, 269, 241, 203, 37, 37, 1585, 3, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585 } ; static yyconst flex_int16_t yy_chk[3109] = { 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, 1590, 13, 26, 1589, 16, 16, 9, 39, 39, 15, 789, 28, 789, 15, 18, 16, 1588, 15, 13, 17, 15, 18, 789, 15, 1586, 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, 1567, 17, 1544, 20, 17, 20, 19, 1508, 12, 12, 33, 12, 19, 17, 180, 180, 1423, 12, 19, 12, 35, 1390, 1390, 20, 29, 19, 12, 14, 29, 14, 20, 1421, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 29, 22, 23, 19, 22, 35, 22, 34, 23, 29, 1413, 34, 14, 29, 14, 1406, 27, 1374, 36, 14, 14, 22, 43, 14, 27, 23, 14, 29, 22, 23, 27, 22, 47, 22, 34, 23, 24, 24, 34, 48, 24, 32, 32, 27, 24, 36, 49, 32, 50, 43, 24, 27, 46, 46, 46, 46, 46, 27, 51, 47, 52, 53, 54, 24, 24, 1351, 48, 24, 32, 32, 55, 24, 55, 49, 32, 50, 56, 24, 25, 57, 25, 58, 25, 60, 59, 51, 25, 52, 53, 54, 61, 64, 25, 1348, 1345, 65, 66, 55, 25, 55, 67, 1339, 1333, 56, 59, 25, 57, 25, 58, 25, 60, 59, 68, 25, 1301, 62, 62, 61, 64, 25, 62, 63, 65, 66, 1290, 25, 30, 67, 62, 30, 30, 59, 30, 62, 70, 63, 30, 30, 71, 68, 30, 30, 62, 62, 72, 1282, 1271, 62, 63, 69, 73, 69, 1268, 30, 1267, 62, 30, 30, 76, 30, 62, 70, 63, 30, 30, 71, 69, 30, 30, 31, 74, 72, 31, 31, 77, 79, 69, 73, 69, 31, 31, 74, 75, 80, 81, 76, 31, 78, 75, 78, 82, 83, 84, 69, 85, 86, 31, 74, 87, 31, 31, 77, 79, 88, 1266, 92, 31, 31, 74, 75, 80, 81, 93, 31, 78, 75, 78, 82, 83, 84, 90, 85, 86, 89, 90, 87, 91, 94, 89, 96, 88, 91, 92, 95, 97, 99, 101, 98, 102, 93, 104, 105, 1265, 95, 107, 109, 1262, 90, 1247, 1242, 89, 90, 98, 91, 94, 89, 96, 103, 91, 113, 95, 97, 99, 101, 98, 102, 1226, 104, 105, 106, 95, 107, 109, 103, 103, 111, 112, 106, 904, 98, 904, 1225, 110, 114, 103, 1208, 113, 1176, 116, 111, 904, 1148, 117, 110, 118, 119, 106, 110, 112, 110, 103, 103, 111, 112, 106, 108, 120, 108, 108, 110, 114, 108, 108, 121, 108, 116, 111, 108, 115, 117, 110, 118, 119, 108, 110, 112, 110, 123, 115, 124, 1138, 126, 108, 120, 108, 108, 127, 128, 108, 108, 121, 108, 130, 128, 108, 115, 129, 1130, 131, 129, 108, 132, 133, 1119, 123, 115, 124, 125, 126, 134, 125, 135, 137, 127, 128, 138, 131, 125, 125, 130, 128, 139, 138, 129, 125, 131, 129, 140, 132, 133, 125, 141, 143, 144, 125, 145, 134, 125, 135, 137, 146, 147, 138, 131, 125, 125, 148, 149, 139, 138, 150, 125, 151, 152, 140, 153, 154, 125, 141, 143, 144, 156, 145, 157, 158, 159, 160, 146, 147, 161, 162, 163, 164, 148, 149, 165, 166, 150, 168, 151, 152, 167, 153, 154, 169, 170, 171, 172, 156, 173, 157, 158, 159, 160, 167, 175, 161, 162, 163, 164, 174, 174, 165, 166, 176, 168, 178, 179, 167, 181, 182, 169, 170, 171, 172, 183, 173, 184, 183, 185, 186, 167, 175, 187, 188, 189, 191, 174, 174, 193, 194, 176, 195, 178, 179, 196, 181, 182, 195, 197, 198, 199, 183, 200, 184, 183, 185, 186, 201, 202, 187, 188, 189, 191, 204, 1101, 193, 194, 205, 195, 206, 207, 196, 208, 209, 203, 197, 198, 199, 210, 200, 211, 203, 212, 213, 201, 202, 203, 214, 215, 216, 204, 203, 217, 218, 205, 220, 206, 207, 223, 208, 209, 203, 221, 224, 221, 210, 225, 211, 203, 212, 213, 227, 228, 203, 214, 215, 216, 230, 203, 217, 218, 231, 220, 232, 233, 223, 236, 235, 237, 221, 224, 221, 235, 225, 238, 239, 240, 241, 227, 228, 242, 243, 244, 245, 230, 246, 247, 241, 231, 248, 232, 233, 249, 236, 235, 237, 250, 251, 252, 253, 254, 238, 239, 240, 241, 250, 255, 242, 243, 244, 245, 256, 246, 247, 241, 257, 248, 259, 260, 249, 261, 262, 265, 250, 251, 252, 253, 254, 267, 268, 269, 270, 271, 255, 273, 274, 275, 278, 256, 279, 281, 282, 257, 283, 259, 260, 285, 261, 262, 265, 286, 287, 288, 289, 290, 267, 268, 269, 270, 271, 291, 273, 274, 275, 278, 293, 279, 281, 282, 294, 283, 296, 297, 285, 298, 299, 301, 286, 287, 288, 289, 290, 300, 304, 305, 306, 307, 291, 311, 299, 313, 314, 293, 315, 317, 300, 294, 318, 296, 297, 319, 298, 299, 301, 320, 1099, 1098, 1088, 322, 300, 304, 305, 306, 307, 323, 311, 299, 313, 314, 324, 315, 317, 326, 325, 318, 327, 329, 319, 325, 331, 333, 320, 321, 321, 321, 322, 334, 335, 321, 336, 321, 323, 337, 321, 340, 321, 324, 344, 345, 326, 325, 321, 327, 329, 321, 325, 331, 333, 338, 321, 321, 321, 346, 334, 335, 321, 336, 321, 347, 337, 321, 340, 321, 348, 344, 345, 338, 349, 321, 350, 338, 321, 351, 352, 338, 338, 355, 356, 353, 346, 358, 357, 359, 360, 358, 347, 362, 363, 364, 358, 348, 357, 367, 338, 349, 353, 350, 338, 368, 351, 352, 366, 366, 355, 356, 353, 369, 358, 357, 359, 360, 358, 372, 362, 363, 364, 358, 366, 373, 367, 375, 376, 353, 377, 378, 368, 379, 380, 366, 366, 381, 383, 384, 369, 385, 387, 388, 389, 383, 372, 390, 391, 392, 393, 366, 373, 394, 375, 376, 396, 377, 378, 398, 379, 380, 395, 399, 381, 383, 384, 395, 385, 387, 388, 389, 383, 401, 390, 391, 392, 393, 402, 404, 394, 405, 407, 396, 408, 409, 398, 411, 412, 395, 399, 414, 415, 416, 395, 417, 418, 420, 422, 424, 401, 425, 426, 427, 428, 402, 404, 429, 405, 407, 431, 408, 409, 432, 411, 412, 433, 429, 414, 415, 416, 434, 417, 418, 420, 422, 424, 435, 425, 426, 427, 428, 436, 437, 429, 440, 442, 431, 443, 444, 432, 445, 446, 433, 429, 447, 448, 449, 434, 447, 450, 453, 451, 452, 435, 454, 455, 456, 457, 436, 437, 458, 440, 442, 451, 443, 444, 452, 445, 446, 459, 460, 447, 448, 449, 461, 447, 450, 453, 451, 452, 463, 454, 455, 456, 457, 462, 464, 458, 465, 466, 451, 467, 462, 452, 468, 469, 459, 460, 470, 472, 474, 461, 473, 473, 477, 479, 475, 463, 473, 480, 484, 476, 462, 464, 485, 465, 466, 475, 467, 462, 482, 468, 469, 482, 486, 470, 472, 474, 476, 473, 473, 477, 479, 475, 487, 473, 480, 484, 476, 488, 489, 485, 490, 489, 475, 492, 493, 482, 494, 495, 482, 486, 496, 499, 503, 476, 502, 504, 506, 507, 502, 487, 509, 502, 510, 511, 488, 489, 512, 490, 489, 513, 492, 493, 514, 494, 495, 515, 516, 496, 499, 503, 517, 502, 504, 506, 507, 502, 518, 509, 502, 510, 511, 519, 520, 512, 522, 523, 513, 524, 528, 514, 530, 532, 515, 516, 533, 534, 536, 517, 535, 537, 538, 539, 540, 518, 541, 542, 543, 544, 519, 520, 545, 522, 523, 546, 524, 528, 535, 530, 532, 547, 550, 533, 534, 536, 552, 535, 537, 538, 539, 540, 553, 541, 542, 543, 544, 554, 554, 545, 556, 558, 546, 560, 561, 562, 554, 564, 547, 550, 565, 554, 567, 552, 568, 561, 569, 570, 571, 553, 572, 576, 577, 578, 554, 554, 579, 556, 558, 580, 560, 561, 562, 554, 564, 582, 583, 565, 554, 567, 584, 568, 561, 569, 570, 571, 585, 572, 576, 577, 578, 581, 586, 579, 587, 589, 580, 590, 581, 591, 592, 593, 582, 583, 595, 596, 597, 584, 598, 599, 600, 601, 602, 585, 603, 605, 606, 607, 581, 586, 608, 587, 589, 609, 590, 581, 591, 592, 593, 610, 611, 595, 596, 597, 613, 598, 599, 600, 601, 602, 614, 603, 605, 606, 607, 615, 616, 608, 617, 620, 609, 621, 623, 624, 625, 626, 610, 611, 627, 628, 629, 613, 630, 631, 631, 632, 633, 614, 635, 636, 637, 638, 615, 616, 639, 617, 620, 640, 621, 623, 624, 625, 626, 642, 644, 627, 628, 629, 646, 630, 631, 631, 632, 633, 648, 635, 636, 637, 638, 651, 652, 639, 643, 653, 640, 655, 643, 656, 643, 657, 642, 644, 643, 643, 660, 646, 662, 663, 664, 665, 666, 648, 667, 668, 669, 670, 651, 652, 671, 643, 653, 673, 655, 643, 656, 643, 657, 675, 677, 643, 643, 660, 681, 662, 663, 664, 665, 666, 682, 667, 668, 669, 670, 683, 684, 671, 687, 688, 673, 689, 690, 691, 693, 694, 675, 677, 695, 688, 696, 681, 697, 698, 699, 700, 701, 682, 702, 703, 704, 705, 683, 684, 706, 687, 688, 707, 689, 690, 691, 693, 694, 708, 709, 695, 688, 696, 710, 697, 698, 699, 700, 701, 711, 702, 703, 704, 705, 712, 713, 706, 714, 715, 707, 716, 717, 718, 719, 720, 708, 709, 721, 722, 724, 710, 725, 728, 729, 731, 732, 711, 735, 736, 737, 738, 712, 713, 739, 714, 715, 740, 716, 717, 718, 719, 720, 741, 742, 721, 722, 724, 743, 725, 728, 729, 731, 732, 744, 735, 736, 737, 738, 745, 746, 739, 747, 748, 740, 749, 750, 751, 752, 754, 741, 742, 755, 756, 757, 743, 759, 760, 761, 762, 763, 744, 764, 765, 766, 767, 745, 746, 768, 747, 748, 769, 749, 750, 751, 752, 754, 770, 771, 755, 756, 757, 777, 759, 760, 761, 762, 763, 778, 764, 765, 766, 767, 780, 784, 768, 787, 790, 769, 791, 792, 793, 796, 797, 770, 771, 798, 799, 800, 777, 802, 804, 801, 805, 803, 778, 806, 807, 809, 803, 780, 784, 810, 787, 790, 801, 791, 792, 793, 796, 797, 803, 811, 798, 799, 800, 812, 802, 804, 801, 805, 803, 813, 806, 807, 809, 803, 814, 815, 810, 816, 817, 801, 818, 819, 820, 821, 822, 803, 811, 824, 825, 826, 812, 827, 828, 829, 830, 831, 813, 832, 833, 835, 836, 814, 815, 837, 816, 817, 838, 818, 819, 820, 821, 822, 840, 842, 824, 825, 826, 843, 827, 828, 829, 830, 831, 844, 832, 833, 835, 836, 845, 846, 837, 848, 849, 838, 850, 851, 852, 853, 854, 840, 842, 855, 857, 859, 843, 851, 861, 862, 863, 864, 844, 866, 867, 868, 870, 845, 846, 871, 848, 849, 872, 850, 851, 852, 853, 854, 873, 875, 855, 857, 859, 876, 851, 861, 862, 863, 864, 877, 866, 867, 868, 870, 878, 879, 871, 880, 882, 872, 883, 884, 885, 886, 887, 873, 875, 888, 889, 890, 876, 891, 892, 893, 894, 895, 877, 897, 898, 899, 900, 878, 879, 901, 880, 882, 902, 883, 884, 885, 886, 887, 903, 907, 888, 889, 890, 908, 891, 892, 893, 894, 895, 913, 897, 898, 899, 900, 914, 915, 901, 916, 917, 902, 918, 919, 920, 921, 922, 903, 907, 923, 925, 926, 908, 927, 928, 929, 930, 932, 913, 933, 934, 935, 936, 914, 915, 938, 916, 917, 939, 918, 919, 920, 921, 922, 940, 942, 923, 925, 926, 943, 927, 928, 929, 930, 932, 945, 933, 934, 935, 936, 946, 948, 938, 949, 951, 939, 952, 956, 955, 957, 961, 940, 942, 962, 963, 964, 943, 955, 965, 966, 968, 969, 945, 970, 971, 955, 974, 946, 948, 976, 949, 951, 978, 952, 956, 955, 957, 961, 979, 980, 962, 963, 964, 984, 955, 965, 966, 968, 969, 985, 970, 971, 955, 974, 986, 987, 976, 988, 989, 978, 990, 991, 992, 993, 994, 979, 980, 995, 996, 997, 984, 998, 999, 1000, 1001, 1002, 985, 1003, 1004, 1005, 1006, 986, 987, 1007, 988, 989, 1008, 990, 991, 992, 993, 994, 1009, 1010, 995, 996, 997, 1012, 998, 999, 1000, 1001, 1002, 1013, 1003, 1004, 1005, 1006, 1018, 1019, 1007, 1020, 1021, 1008, 1022, 1024, 1025, 1026, 1027, 1009, 1010, 1028, 1029, 1030, 1012, 1031, 1032, 1033, 1034, 1035, 1013, 1036, 1037, 1038, 1039, 1018, 1019, 1040, 1020, 1021, 1041, 1022, 1024, 1025, 1026, 1027, 1042, 1043, 1028, 1029, 1030, 1045, 1031, 1032, 1033, 1034, 1035, 1046, 1036, 1037, 1038, 1039, 1047, 1049, 1040, 1050, 1053, 1041, 1054, 1055, 1057, 1058, 1060, 1042, 1043, 1061, 1062, 1064, 1045, 1065, 1066, 1068, 1069, 1070, 1046, 1071, 1072, 1074, 1076, 1047, 1049, 1077, 1050, 1053, 1078, 1054, 1055, 1057, 1058, 1060, 1079, 1080, 1061, 1062, 1064, 1081, 1065, 1066, 1068, 1069, 1070, 1083, 1071, 1072, 1074, 1076, 1084, 1085, 1077, 1086, 1087, 1078, 1089, 1092, 1095, 1096, 1097, 1079, 1080, 1100, 1102, 1103, 1081, 1104, 1105, 1106, 1107, 1108, 1083, 1109, 1110, 1111, 1112, 1084, 1085, 1113, 1086, 1087, 1114, 1089, 1092, 1095, 1096, 1097, 1115, 1116, 1100, 1102, 1103, 1117, 1104, 1105, 1106, 1107, 1108, 1118, 1109, 1110, 1111, 1112, 1121, 1122, 1113, 1124, 1125, 1114, 1126, 1127, 1128, 1129, 1131, 1115, 1116, 1132, 1133, 1134, 1117, 1135, 1136, 1140, 1142, 1141, 1118, 1143, 1144, 1146, 1145, 1121, 1122, 1141, 1124, 1125, 1147, 1126, 1127, 1128, 1129, 1131, 1150, 1152, 1132, 1133, 1134, 1145, 1135, 1136, 1140, 1142, 1141, 1153, 1143, 1144, 1146, 1145, 1154, 1156, 1157, 1158, 1159, 1147, 1160, 1161, 1162, 1163, 1164, 1150, 1152, 1165, 1166, 1167, 1145, 1168, 1170, 1165, 1172, 1174, 1153, 1177, 1178, 1179, 1180, 1154, 1156, 1157, 1158, 1159, 1181, 1160, 1161, 1162, 1163, 1164, 1182, 1183, 1165, 1166, 1167, 1184, 1168, 1170, 1165, 1172, 1174, 1185, 1177, 1178, 1179, 1180, 1186, 1187, 1188, 1189, 1190, 1181, 1191, 1192, 1193, 1194, 1195, 1182, 1183, 1196, 1198, 1199, 1184, 1200, 1201, 1202, 1203, 1204, 1185, 1205, 1206, 1209, 1210, 1186, 1187, 1188, 1189, 1190, 1213, 1191, 1192, 1193, 1194, 1195, 1214, 1215, 1196, 1198, 1199, 1218, 1200, 1201, 1202, 1203, 1204, 1219, 1205, 1206, 1209, 1210, 1220, 1221, 1223, 1224, 1227, 1213, 1228, 1229, 1231, 1232, 1233, 1214, 1215, 1234, 1235, 1236, 1218, 1237, 1238, 1243, 1244, 1245, 1219, 1246, 1248, 1249, 1250, 1220, 1221, 1223, 1224, 1227, 1252, 1228, 1229, 1231, 1232, 1233, 1253, 1254, 1234, 1235, 1236, 1255, 1237, 1238, 1243, 1244, 1245, 1256, 1246, 1248, 1249, 1250, 1259, 1260, 1261, 1263, 1264, 1252, 1269, 1270, 1273, 1274, 1275, 1253, 1254, 1277, 1278, 1279, 1255, 1280, 1281, 1283, 1284, 1286, 1256, 1288, 1289, 1291, 1292, 1259, 1260, 1261, 1263, 1264, 1293, 1269, 1270, 1273, 1274, 1275, 1294, 1295, 1277, 1278, 1279, 1296, 1280, 1281, 1283, 1284, 1286, 1297, 1288, 1289, 1291, 1292, 1298, 1299, 1300, 1302, 1303, 1293, 1305, 1306, 1308, 1309, 1311, 1294, 1295, 1313, 1314, 1315, 1296, 1316, 1317, 1318, 1319, 1322, 1297, 1323, 1324, 1325, 1326, 1298, 1299, 1300, 1302, 1303, 1327, 1305, 1306, 1308, 1309, 1311, 1328, 1329, 1313, 1314, 1315, 1330, 1316, 1317, 1318, 1319, 1322, 1331, 1323, 1324, 1325, 1326, 1334, 1337, 1338, 1341, 1342, 1327, 1343, 1344, 1343, 1346, 1349, 1328, 1329, 1350, 1352, 1354, 1330, 1355, 1356, 1357, 1358, 1359, 1331, 1361, 1362, 1363, 1360, 1334, 1337, 1338, 1341, 1342, 1360, 1343, 1344, 1343, 1346, 1349, 1364, 1365, 1350, 1352, 1354, 1366, 1355, 1356, 1357, 1358, 1359, 1367, 1361, 1362, 1363, 1360, 1368, 1369, 1371, 1372, 1373, 1360, 1375, 1376, 1377, 1378, 1379, 1364, 1365, 1380, 1381, 1382, 1366, 1383, 1384, 1385, 1386, 1389, 1367, 1391, 1392, 1393, 1394, 1368, 1369, 1371, 1372, 1373, 1395, 1375, 1376, 1377, 1378, 1379, 1396, 1398, 1380, 1381, 1382, 1399, 1383, 1384, 1385, 1386, 1389, 1400, 1391, 1392, 1393, 1394, 1403, 1404, 1407, 1408, 1409, 1395, 1410, 1412, 1414, 1415, 1417, 1396, 1398, 1418, 1419, 1420, 1399, 1422, 1425, 1426, 1427, 1428, 1400, 1429, 1430, 1431, 1432, 1403, 1404, 1407, 1408, 1409, 1433, 1410, 1412, 1414, 1415, 1417, 1434, 1435, 1418, 1419, 1420, 1438, 1422, 1425, 1426, 1427, 1428, 1439, 1429, 1430, 1431, 1432, 1440, 1441, 1442, 1443, 1444, 1433, 1446, 1447, 1449, 1450, 1451, 1434, 1435, 1452, 1455, 1456, 1438, 1458, 1461, 1462, 1463, 1464, 1439, 1465, 1466, 1467, 1469, 1440, 1441, 1442, 1443, 1444, 1470, 1446, 1447, 1449, 1450, 1451, 1471, 1472, 1452, 1455, 1456, 1473, 1458, 1461, 1462, 1463, 1464, 1474, 1465, 1466, 1467, 1469, 1475, 1476, 1477, 1478, 1479, 1470, 1480, 1481, 1482, 1483, 1484, 1471, 1472, 1485, 1486, 1487, 1473, 1488, 1489, 1490, 1491, 1493, 1474, 1494, 1495, 1503, 1504, 1475, 1476, 1477, 1478, 1479, 1505, 1480, 1481, 1482, 1483, 1484, 1507, 1509, 1485, 1486, 1487, 1510, 1488, 1489, 1490, 1491, 1493, 1512, 1494, 1495, 1503, 1504, 1513, 1514, 1515, 1516, 1519, 1505, 1521, 1522, 1523, 1524, 1525, 1507, 1509, 1527, 1528, 1529, 1510, 1530, 1531, 1532, 1533, 1534, 1512, 1535, 1537, 1538, 1539, 1513, 1514, 1515, 1516, 1519, 1541, 1521, 1522, 1523, 1524, 1525, 1542, 1543, 1527, 1528, 1529, 1545, 1530, 1531, 1532, 1533, 1534, 1546, 1535, 1537, 1538, 1539, 1547, 1548, 1551, 1552, 1553, 1541, 1556, 1557, 1558, 1559, 1561, 1542, 1543, 1562, 1564, 1568, 1545, 1569, 1570, 1573, 1574, 1575, 1546, 1577, 1578, 1580, 1581, 1547, 1548, 1551, 1552, 1553, 1582, 1556, 1557, 1558, 1559, 1561, 1075, 1073, 1562, 1564, 1568, 1052, 1569, 1570, 1573, 1574, 1575, 1051, 1577, 1578, 1580, 1581, 1048, 1017, 1016, 1015, 1014, 1582, 1587, 1587, 975, 973, 972, 967, 958, 950, 941, 937, 931, 911, 910, 909, 906, 905, 896, 881, 874, 869, 841, 788, 781, 779, 776, 775, 774, 773, 772, 734, 733, 730, 685, 680, 679, 678, 676, 647, 645, 641, 618, 604, 563, 559, 557, 555, 551, 548, 529, 521, 505, 500, 497, 478, 471, 441, 439, 438, 423, 400, 386, 371, 370, 365, 354, 342, 339, 332, 330, 316, 312, 310, 302, 284, 272, 263, 222, 192, 177, 142, 122, 100, 37, 5, 3, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585, 1585 } ; 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 Internet Relay Chat Daemon(ircd). * conf_lexer.l: Scans the ircd configuration file for tokens. * * Copyright (C) 2002 by the past and present ircd coders, and others. * * 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 * * $Id$ */ #line 31 "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 1726 "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; #line 78 "conf_lexer.l" #line 1908 "conf_lexer.c" 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( ); } 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 >= 1586 ) 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 != 1585 ); 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 79 "conf_lexer.l" { cinclude(); } YY_BREAK case 2: YY_RULE_SETUP #line 80 "conf_lexer.l" { ccomment(); } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 82 "conf_lexer.l" { strlcpy(linebuf, yytext+1, sizeof(linebuf)); ++lineno; yyless(1); } YY_BREAK case 4: YY_RULE_SETUP #line 84 "conf_lexer.l" ; YY_BREAK case 5: YY_RULE_SETUP #line 85 "conf_lexer.l" ; YY_BREAK case 6: YY_RULE_SETUP #line 87 "conf_lexer.l" { yylval.number = atoi(yytext); return NUMBER; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 89 "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 134 "conf_lexer.l" { return ACCEPT_PASSWORD; } YY_BREAK case 9: YY_RULE_SETUP #line 135 "conf_lexer.l" { return ADMIN; } YY_BREAK case 10: YY_RULE_SETUP #line 136 "conf_lexer.l" { return ADMIN; } YY_BREAK case 11: YY_RULE_SETUP #line 137 "conf_lexer.l" { return AFTYPE; } YY_BREAK case 12: YY_RULE_SETUP #line 138 "conf_lexer.l" { return T_ALL; } YY_BREAK case 13: YY_RULE_SETUP #line 139 "conf_lexer.l" { return IRCD_AUTH; } YY_BREAK case 14: YY_RULE_SETUP #line 140 "conf_lexer.l" { return AUTOCONN; } YY_BREAK case 15: YY_RULE_SETUP #line 141 "conf_lexer.l" { return CAN_FLOOD; } YY_BREAK case 16: YY_RULE_SETUP #line 142 "conf_lexer.l" { return CALLER_ID_WAIT; } YY_BREAK case 17: YY_RULE_SETUP #line 143 "conf_lexer.l" { return OPERS_BYPASS_CALLERID; } YY_BREAK case 18: YY_RULE_SETUP #line 144 "conf_lexer.l" { return CHANNEL; } YY_BREAK case 19: YY_RULE_SETUP #line 145 "conf_lexer.l" { return CIDR_BITLEN_IPV4; } YY_BREAK case 20: YY_RULE_SETUP #line 146 "conf_lexer.l" { return CIDR_BITLEN_IPV6; } YY_BREAK case 21: YY_RULE_SETUP #line 147 "conf_lexer.l" { return CLASS; } YY_BREAK case 22: YY_RULE_SETUP #line 148 "conf_lexer.l" { return T_CLUSTER; } YY_BREAK case 23: YY_RULE_SETUP #line 149 "conf_lexer.l" { return CONNECT; } YY_BREAK case 24: YY_RULE_SETUP #line 150 "conf_lexer.l" { return CONNECTFREQ; } YY_BREAK case 25: YY_RULE_SETUP #line 151 "conf_lexer.l" { return DEFAULT_FLOODCOUNT; } YY_BREAK case 26: YY_RULE_SETUP #line 152 "conf_lexer.l" { return DEFAULT_SPLIT_SERVER_COUNT; } YY_BREAK case 27: YY_RULE_SETUP #line 153 "conf_lexer.l" { return DEFAULT_SPLIT_USER_COUNT; } YY_BREAK case 28: YY_RULE_SETUP #line 154 "conf_lexer.l" { return DENY; } YY_BREAK case 29: YY_RULE_SETUP #line 155 "conf_lexer.l" { return DESCRIPTION; } YY_BREAK case 30: YY_RULE_SETUP #line 156 "conf_lexer.l" { return DIE; } YY_BREAK case 31: YY_RULE_SETUP #line 157 "conf_lexer.l" { return DISABLE_AUTH; } YY_BREAK case 32: YY_RULE_SETUP #line 158 "conf_lexer.l" { return DISABLE_FAKE_CHANNELS; } YY_BREAK case 33: YY_RULE_SETUP #line 159 "conf_lexer.l" { return DISABLE_REMOTE_COMMANDS; } YY_BREAK case 34: YY_RULE_SETUP #line 160 "conf_lexer.l" { return T_DLINE; } YY_BREAK case 35: YY_RULE_SETUP #line 161 "conf_lexer.l" { return DOTS_IN_IDENT; } YY_BREAK case 36: YY_RULE_SETUP #line 162 "conf_lexer.l" { return EGDPOOL_PATH; } YY_BREAK case 37: YY_RULE_SETUP #line 163 "conf_lexer.l" { return EMAIL; } YY_BREAK case 38: YY_RULE_SETUP #line 164 "conf_lexer.l" { return ENCRYPTED; } YY_BREAK case 39: YY_RULE_SETUP #line 165 "conf_lexer.l" { return EXCEED_LIMIT; } YY_BREAK case 40: YY_RULE_SETUP #line 166 "conf_lexer.l" { return EXEMPT; } YY_BREAK case 41: YY_RULE_SETUP #line 167 "conf_lexer.l" { return T_FILE; } YY_BREAK case 42: YY_RULE_SETUP #line 168 "conf_lexer.l" { return IRCD_FLAGS; } YY_BREAK case 43: YY_RULE_SETUP #line 169 "conf_lexer.l" { return FLATTEN_LINKS; } YY_BREAK case 44: YY_RULE_SETUP #line 170 "conf_lexer.l" { return GECOS; } YY_BREAK case 45: YY_RULE_SETUP #line 171 "conf_lexer.l" { return GENERAL; } YY_BREAK case 46: YY_RULE_SETUP #line 172 "conf_lexer.l" { return GLINE; } YY_BREAK case 47: YY_RULE_SETUP #line 173 "conf_lexer.l" { return GLINE_ENABLE; } YY_BREAK case 48: YY_RULE_SETUP #line 174 "conf_lexer.l" { return GLINE_EXEMPT; } YY_BREAK case 49: YY_RULE_SETUP #line 175 "conf_lexer.l" { return GLINE_DURATION; } YY_BREAK case 50: YY_RULE_SETUP #line 176 "conf_lexer.l" { return GLINE_REQUEST_DURATION; } YY_BREAK case 51: YY_RULE_SETUP #line 177 "conf_lexer.l" { return GLINE_MIN_CIDR; } YY_BREAK case 52: YY_RULE_SETUP #line 178 "conf_lexer.l" { return GLINE_MIN_CIDR6; } YY_BREAK case 53: YY_RULE_SETUP #line 179 "conf_lexer.l" { return T_GLOBOPS; } YY_BREAK case 54: YY_RULE_SETUP #line 180 "conf_lexer.l" { return GLOBAL_KILL; } YY_BREAK case 55: YY_RULE_SETUP #line 181 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 56: YY_RULE_SETUP #line 182 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 57: YY_RULE_SETUP #line 183 "conf_lexer.l" { return HAVENT_READ_CONF; } YY_BREAK case 58: YY_RULE_SETUP #line 184 "conf_lexer.l" { return HIDDEN; } YY_BREAK case 59: YY_RULE_SETUP #line 185 "conf_lexer.l" { return HIDDEN_NAME; } YY_BREAK case 60: YY_RULE_SETUP #line 186 "conf_lexer.l" { return HIDE_IDLE_FROM_OPERS; } YY_BREAK case 61: YY_RULE_SETUP #line 187 "conf_lexer.l" { return HIDE_SERVER_IPS; } YY_BREAK case 62: YY_RULE_SETUP #line 188 "conf_lexer.l" { return HIDE_SERVERS; } YY_BREAK case 63: YY_RULE_SETUP #line 189 "conf_lexer.l" { return HIDE_SPOOF_IPS; } YY_BREAK case 64: YY_RULE_SETUP #line 190 "conf_lexer.l" { return HOST; } YY_BREAK case 65: YY_RULE_SETUP #line 191 "conf_lexer.l" { return HUB; } YY_BREAK case 66: YY_RULE_SETUP #line 192 "conf_lexer.l" { return HUB_MASK; } YY_BREAK case 67: YY_RULE_SETUP #line 193 "conf_lexer.l" { return IGNORE_BOGUS_TS; } YY_BREAK case 68: YY_RULE_SETUP #line 194 "conf_lexer.l" { return INVISIBLE_ON_CONNECT; } YY_BREAK case 69: YY_RULE_SETUP #line 195 "conf_lexer.l" { return IP; } YY_BREAK case 70: YY_RULE_SETUP #line 196 "conf_lexer.l" { return T_IPV4; } YY_BREAK case 71: YY_RULE_SETUP #line 197 "conf_lexer.l" { return T_IPV6; } YY_BREAK case 72: YY_RULE_SETUP #line 198 "conf_lexer.l" { return JOIN_FLOOD_COUNT; } YY_BREAK case 73: YY_RULE_SETUP #line 199 "conf_lexer.l" { return JOIN_FLOOD_TIME; } YY_BREAK case 74: YY_RULE_SETUP #line 200 "conf_lexer.l" { return KILL; } YY_BREAK case 75: YY_RULE_SETUP #line 201 "conf_lexer.l" { return KILL_CHASE_TIME_LIMIT; } YY_BREAK case 76: YY_RULE_SETUP #line 202 "conf_lexer.l" { return KLINE; } YY_BREAK case 77: YY_RULE_SETUP #line 203 "conf_lexer.l" { return KLINE_EXEMPT; } YY_BREAK case 78: YY_RULE_SETUP #line 204 "conf_lexer.l" { return LEAF_MASK; } YY_BREAK case 79: YY_RULE_SETUP #line 205 "conf_lexer.l" { return LISTEN; } YY_BREAK case 80: YY_RULE_SETUP #line 206 "conf_lexer.l" { return T_LOG; } YY_BREAK case 81: YY_RULE_SETUP #line 207 "conf_lexer.l" { return TMASKED; } YY_BREAK case 82: YY_RULE_SETUP #line 208 "conf_lexer.l" { return T_MAX_CLIENTS; } YY_BREAK case 83: YY_RULE_SETUP #line 209 "conf_lexer.l" { return MAX_IDENT; } YY_BREAK case 84: YY_RULE_SETUP #line 210 "conf_lexer.l" { return MAX_IDLE; } YY_BREAK case 85: YY_RULE_SETUP #line 211 "conf_lexer.l" { return MIN_IDLE; } YY_BREAK case 86: YY_RULE_SETUP #line 212 "conf_lexer.l" { return MAX_LOCAL; } YY_BREAK case 87: YY_RULE_SETUP #line 213 "conf_lexer.l" { return MAX_GLOBAL; } YY_BREAK case 88: YY_RULE_SETUP #line 214 "conf_lexer.l" { return MAX_NUMBER; } YY_BREAK case 89: YY_RULE_SETUP #line 215 "conf_lexer.l" { return MAX_NICK_LENGTH; } YY_BREAK case 90: YY_RULE_SETUP #line 216 "conf_lexer.l" { return MAX_TOPIC_LENGTH; } YY_BREAK case 91: YY_RULE_SETUP #line 217 "conf_lexer.l" { return MAX_WATCH; } YY_BREAK case 92: YY_RULE_SETUP #line 218 "conf_lexer.l" { return MIN_NONWILDCARD; } YY_BREAK case 93: YY_RULE_SETUP #line 219 "conf_lexer.l" { return MIN_NONWILDCARD_SIMPLE; } YY_BREAK case 94: YY_RULE_SETUP #line 220 "conf_lexer.l" { return NAME; } YY_BREAK case 95: YY_RULE_SETUP #line 221 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 96: YY_RULE_SETUP #line 222 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 97: YY_RULE_SETUP #line 223 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 98: YY_RULE_SETUP #line 224 "conf_lexer.l" { return NICK; } YY_BREAK case 99: YY_RULE_SETUP #line 225 "conf_lexer.l" { return NICK_CHANGES; } YY_BREAK case 100: YY_RULE_SETUP #line 226 "conf_lexer.l" { yylval.number = 0; return TBOOL; } YY_BREAK case 101: YY_RULE_SETUP #line 227 "conf_lexer.l" { return NO_CREATE_ON_SPLIT; } YY_BREAK case 102: YY_RULE_SETUP #line 228 "conf_lexer.l" { return NO_JOIN_ON_SPLIT; } YY_BREAK case 103: YY_RULE_SETUP #line 229 "conf_lexer.l" { return NO_OPER_FLOOD; } YY_BREAK case 104: YY_RULE_SETUP #line 230 "conf_lexer.l" { return NO_TILDE; } YY_BREAK case 105: YY_RULE_SETUP #line 231 "conf_lexer.l" { return NUMBER_PER_CIDR; } YY_BREAK case 106: YY_RULE_SETUP #line 232 "conf_lexer.l" { return NUMBER_PER_IP; } YY_BREAK case 107: YY_RULE_SETUP #line 233 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 108: YY_RULE_SETUP #line 234 "conf_lexer.l" { return OPER_PASS_RESV; } YY_BREAK case 109: YY_RULE_SETUP #line 235 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 110: YY_RULE_SETUP #line 236 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 111: YY_RULE_SETUP #line 237 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 112: YY_RULE_SETUP #line 238 "conf_lexer.l" { return PING_COOKIE; } YY_BREAK case 113: YY_RULE_SETUP #line 239 "conf_lexer.l" { return PING_TIME; } YY_BREAK case 114: YY_RULE_SETUP #line 240 "conf_lexer.l" { return PORT; } YY_BREAK case 115: YY_RULE_SETUP #line 241 "conf_lexer.l" { return RESV; } YY_BREAK case 116: YY_RULE_SETUP #line 242 "conf_lexer.l" { return QUIET_ON_BAN; } YY_BREAK case 117: YY_RULE_SETUP #line 243 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 118: YY_RULE_SETUP #line 244 "conf_lexer.l" { return REASON; } YY_BREAK case 119: YY_RULE_SETUP #line 245 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 120: YY_RULE_SETUP #line 246 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 121: YY_RULE_SETUP #line 247 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 122: YY_RULE_SETUP #line 248 "conf_lexer.l" { return REGEX_T; } YY_BREAK case 123: YY_RULE_SETUP #line 249 "conf_lexer.l" { return REHASH; } YY_BREAK case 124: YY_RULE_SETUP #line 250 "conf_lexer.l" { return REMOTE; } YY_BREAK case 125: YY_RULE_SETUP #line 251 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 126: YY_RULE_SETUP #line 252 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 127: YY_RULE_SETUP #line 253 "conf_lexer.l" { return RESTRICT_CHANNELS; } YY_BREAK case 128: YY_RULE_SETUP #line 254 "conf_lexer.l" { return RESV; } YY_BREAK case 129: YY_RULE_SETUP #line 255 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 130: YY_RULE_SETUP #line 256 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 131: YY_RULE_SETUP #line 257 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 132: YY_RULE_SETUP #line 258 "conf_lexer.l" { return T_SSL; } YY_BREAK case 133: YY_RULE_SETUP #line 259 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 134: YY_RULE_SETUP #line 260 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 135: YY_RULE_SETUP #line 261 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 136: YY_RULE_SETUP #line 262 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 137: YY_RULE_SETUP #line 263 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 138: YY_RULE_SETUP #line 264 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 139: YY_RULE_SETUP #line 265 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 140: YY_RULE_SETUP #line 266 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 141: YY_RULE_SETUP #line 267 "conf_lexer.l" { return SENDQ; } YY_BREAK case 142: YY_RULE_SETUP #line 268 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 143: YY_RULE_SETUP #line 269 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 144: YY_RULE_SETUP #line 270 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 145: YY_RULE_SETUP #line 271 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 146: YY_RULE_SETUP #line 272 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 147: YY_RULE_SETUP #line 273 "conf_lexer.l" { return T_SET; } YY_BREAK case 148: YY_RULE_SETUP #line 274 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 149: YY_RULE_SETUP #line 275 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 150: YY_RULE_SETUP #line 276 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 151: YY_RULE_SETUP #line 277 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 152: YY_RULE_SETUP #line 278 "conf_lexer.l" { return SPOOF; } YY_BREAK case 153: YY_RULE_SETUP #line 279 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 154: YY_RULE_SETUP #line 280 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 155: YY_RULE_SETUP #line 281 "conf_lexer.l" { return TYPE; } YY_BREAK case 156: YY_RULE_SETUP #line 282 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 157: YY_RULE_SETUP #line 283 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 158: YY_RULE_SETUP #line 284 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 159: YY_RULE_SETUP #line 285 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 160: YY_RULE_SETUP #line 286 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 161: YY_RULE_SETUP #line 287 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 162: YY_RULE_SETUP #line 288 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 163: YY_RULE_SETUP #line 289 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 164: YY_RULE_SETUP #line 290 "conf_lexer.l" { return USER; } YY_BREAK case 165: YY_RULE_SETUP #line 291 "conf_lexer.l" { return VHOST; } YY_BREAK case 166: YY_RULE_SETUP #line 292 "conf_lexer.l" { return VHOST6; } YY_BREAK case 167: YY_RULE_SETUP #line 293 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 168: YY_RULE_SETUP #line 294 "conf_lexer.l" { return XLINE; } YY_BREAK case 169: YY_RULE_SETUP #line 295 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 170: YY_RULE_SETUP #line 297 "conf_lexer.l" { return FAILED_OPER_NOTICE; } YY_BREAK case 171: YY_RULE_SETUP #line 298 "conf_lexer.l" { return MAX_ACCEPT; } YY_BREAK case 172: YY_RULE_SETUP #line 299 "conf_lexer.l" { return MAX_NICK_CHANGES; } YY_BREAK case 173: YY_RULE_SETUP #line 300 "conf_lexer.l" { return MAX_CHANS_PER_OPER; } YY_BREAK case 174: YY_RULE_SETUP #line 301 "conf_lexer.l" { return MAX_CHANS_PER_USER; } YY_BREAK case 175: YY_RULE_SETUP #line 302 "conf_lexer.l" { return MAX_NICK_TIME; } YY_BREAK case 176: YY_RULE_SETUP #line 303 "conf_lexer.l" { return ANTI_NICK_FLOOD; } YY_BREAK case 177: YY_RULE_SETUP #line 304 "conf_lexer.l" { return ANTI_SPAM_EXIT_MESSAGE_TIME; } YY_BREAK case 178: YY_RULE_SETUP #line 305 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 179: YY_RULE_SETUP #line 306 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 180: YY_RULE_SETUP #line 307 "conf_lexer.l" { return LINKS_DELAY; } YY_BREAK case 181: YY_RULE_SETUP #line 308 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 182: YY_RULE_SETUP #line 310 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 183: YY_RULE_SETUP #line 311 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 184: YY_RULE_SETUP #line 312 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 185: YY_RULE_SETUP #line 313 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 186: YY_RULE_SETUP #line 314 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 187: YY_RULE_SETUP #line 315 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 188: YY_RULE_SETUP #line 316 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 189: YY_RULE_SETUP #line 317 "conf_lexer.l" { return KNOCK_DELAY; } YY_BREAK case 190: YY_RULE_SETUP #line 318 "conf_lexer.l" { return KNOCK_DELAY_CHANNEL; } YY_BREAK case 191: YY_RULE_SETUP #line 319 "conf_lexer.l" { return MAX_BANS; } YY_BREAK case 192: YY_RULE_SETUP #line 320 "conf_lexer.l" { return MODULES; } YY_BREAK case 193: YY_RULE_SETUP #line 321 "conf_lexer.l" { return MODULE; } YY_BREAK case 194: YY_RULE_SETUP #line 322 "conf_lexer.l" { return PATH; } YY_BREAK case 195: YY_RULE_SETUP #line 323 "conf_lexer.l" { return MAX_TARGETS; } YY_BREAK case 196: YY_RULE_SETUP #line 325 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 197: YY_RULE_SETUP #line 326 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 198: YY_RULE_SETUP #line 328 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 199: YY_RULE_SETUP #line 329 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 200: YY_RULE_SETUP #line 330 "conf_lexer.l" { return T_BOTS; } YY_BREAK case 201: YY_RULE_SETUP #line 331 "conf_lexer.l" { return T_CCONN; } YY_BREAK case 202: YY_RULE_SETUP #line 332 "conf_lexer.l" { return T_CCONN_FULL; } YY_BREAK case 203: YY_RULE_SETUP #line 333 "conf_lexer.l" { return T_DEAF; } YY_BREAK case 204: YY_RULE_SETUP #line 334 "conf_lexer.l" { return T_DEBUG; } YY_BREAK case 205: YY_RULE_SETUP #line 335 "conf_lexer.l" { return T_FULL; } YY_BREAK case 206: YY_RULE_SETUP #line 336 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 207: YY_RULE_SETUP #line 337 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 208: YY_RULE_SETUP #line 338 "conf_lexer.l" { return T_REJ; } YY_BREAK case 209: YY_RULE_SETUP #line 339 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 210: YY_RULE_SETUP #line 340 "conf_lexer.l" { return T_SPY; } YY_BREAK case 211: YY_RULE_SETUP #line 341 "conf_lexer.l" { return T_EXTERNAL; } YY_BREAK case 212: YY_RULE_SETUP #line 342 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 213: YY_RULE_SETUP #line 343 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 214: YY_RULE_SETUP #line 344 "conf_lexer.l" { return T_INVISIBLE; } YY_BREAK case 215: YY_RULE_SETUP #line 345 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 216: YY_RULE_SETUP #line 346 "conf_lexer.l" { return T_CALLERID; } YY_BREAK case 217: YY_RULE_SETUP #line 347 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 218: YY_RULE_SETUP #line 348 "conf_lexer.l" { return T_LOCOPS; } YY_BREAK case 219: YY_RULE_SETUP #line 350 "conf_lexer.l" { return YEARS; } YY_BREAK case 220: YY_RULE_SETUP #line 351 "conf_lexer.l" { return YEARS; } YY_BREAK case 221: YY_RULE_SETUP #line 352 "conf_lexer.l" { return MONTHS; } YY_BREAK case 222: YY_RULE_SETUP #line 353 "conf_lexer.l" { return MONTHS; } YY_BREAK case 223: YY_RULE_SETUP #line 354 "conf_lexer.l" { return WEEKS; } YY_BREAK case 224: YY_RULE_SETUP #line 355 "conf_lexer.l" { return WEEKS; } YY_BREAK case 225: YY_RULE_SETUP #line 356 "conf_lexer.l" { return DAYS; } YY_BREAK case 226: YY_RULE_SETUP #line 357 "conf_lexer.l" { return DAYS; } YY_BREAK case 227: YY_RULE_SETUP #line 358 "conf_lexer.l" { return HOURS; } YY_BREAK case 228: YY_RULE_SETUP #line 359 "conf_lexer.l" { return HOURS; } YY_BREAK case 229: YY_RULE_SETUP #line 360 "conf_lexer.l" { return MINUTES; } YY_BREAK case 230: YY_RULE_SETUP #line 361 "conf_lexer.l" { return MINUTES; } YY_BREAK case 231: YY_RULE_SETUP #line 362 "conf_lexer.l" { return SECONDS; } YY_BREAK case 232: YY_RULE_SETUP #line 363 "conf_lexer.l" { return SECONDS; } YY_BREAK case 233: YY_RULE_SETUP #line 365 "conf_lexer.l" { return BYTES; } YY_BREAK case 234: YY_RULE_SETUP #line 366 "conf_lexer.l" { return BYTES; } YY_BREAK case 235: YY_RULE_SETUP #line 367 "conf_lexer.l" { return KBYTES; } YY_BREAK case 236: YY_RULE_SETUP #line 368 "conf_lexer.l" { return KBYTES; } YY_BREAK case 237: YY_RULE_SETUP #line 369 "conf_lexer.l" { return KBYTES; } YY_BREAK case 238: YY_RULE_SETUP #line 370 "conf_lexer.l" { return KBYTES; } YY_BREAK case 239: YY_RULE_SETUP #line 371 "conf_lexer.l" { return KBYTES; } YY_BREAK case 240: YY_RULE_SETUP #line 372 "conf_lexer.l" { return MBYTES; } YY_BREAK case 241: YY_RULE_SETUP #line 373 "conf_lexer.l" { return MBYTES; } YY_BREAK case 242: YY_RULE_SETUP #line 374 "conf_lexer.l" { return MBYTES; } YY_BREAK case 243: YY_RULE_SETUP #line 375 "conf_lexer.l" { return MBYTES; } YY_BREAK case 244: YY_RULE_SETUP #line 376 "conf_lexer.l" { return MBYTES; } YY_BREAK case 245: YY_RULE_SETUP #line 377 "conf_lexer.l" { return TWODOTS; } YY_BREAK case 246: YY_RULE_SETUP #line 379 "conf_lexer.l" { return yytext[0]; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 380 "conf_lexer.l" { if (ieof()) yyterminate(); } YY_BREAK case 247: YY_RULE_SETUP #line 382 "conf_lexer.l" ECHO; YY_BREAK #line 3277 "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 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 >= 1586 ) 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 >= 1586 ) 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 == 1585); 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; int 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 382 "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; }