#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 250 #define YY_END_OF_BUFFER 251 /* 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[1577] = { 0, 4, 4, 251, 249, 4, 3, 249, 5, 249, 249, 6, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 4, 3, 0, 7, 5, 248, 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, 81, 0, 242, 0, 0, 0, 0, 0, 0, 0, 247, 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 229, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 173, 0, 0, 176, 0, 0, 0, 0, 182, 0, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 15, 0, 17, 237, 0, 0, 0, 0, 0, 0, 0, 0, 228, 30, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 75, 231, 0, 0, 0, 82, 83, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 97, 0, 0, 0, 0, 0, 0, 0, 120, 121, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 135, 0, 0, 146, 0, 149, 0, 0, 0, 0, 0, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 0, 0, 0, 0, 0, 0, 0, 212, 0, 0, 0, 0, 0, 227, 0, 223, 0, 0, 9, 0, 0, 0, 236, 0, 0, 21, 0, 0, 26, 0, 0, 31, 0, 0, 0, 41, 0, 0, 44, 0, 0, 0, 0, 0, 0, 52, 0, 55, 0, 57, 0, 0, 0, 0, 0, 0, 230, 0, 0, 0, 0, 241, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 178, 0, 180, 183, 190, 0, 0, 0, 0, 0, 0, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 0, 0, 0, 226, 219, 222, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 240, 0, 0, 0, 0, 0, 0, 94, 95, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 233, 0, 0, 118, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 152, 0, 0, 156, 158, 0, 0, 0, 0, 235, 0, 167, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 203, 204, 0, 0, 0, 208, 0, 0, 0, 214, 215, 0, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, 27, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 0, 0, 119, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 234, 0, 0, 0, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 205, 206, 0, 209, 210, 0, 216, 0, 0, 0, 0, 0, 0, 16, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 0, 0, 0, 0, 239, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 244, 115, 0, 0, 0, 0, 132, 0, 0, 0, 131, 0, 139, 0, 141, 0, 0, 0, 0, 145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 238, 0, 0, 92, 0, 0, 0, 0, 0, 105, 107, 0, 0, 0, 0, 114, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 148, 0, 0, 154, 155, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 104, 0, 0, 0, 111, 0, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 168, 169, 0, 172, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 93, 0, 103, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138, 0, 147, 151, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 43, 46, 0, 0, 0, 59, 60, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 125, 126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 53, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 124, 0, 0, 130, 0, 134, 0, 0, 0, 0, 0, 0, 165, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 196, 0, 0, 201, 217, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 58, 61, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, 71, 78, 0, 0, 85, 0, 0, 0, 0, 0, 109, 0, 116, 0, 0, 133, 0, 0, 0, 0, 0, 0, 186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 25, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 84, 0, 0, 0, 0, 108, 113, 0, 0, 129, 0, 136, 143, 0, 0, 0, 0, 0, 0, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 187, 188, 189, 192, 193, 194, 195, 0, 0, 0, 32, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 101, 102, 0, 128, 0, 0, 0, 0, 0, 199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 0, 0, 0, 164, 0, 0, 0, 0, 0, 0, 0, 0, 70, 80, 0, 0, 0, 163, 185, 0, 0, 0, 0, 39, 0, 0, 87, 0, 140, 197, 0, 0, 0, 0, 63, 117, 0, 0, 0, 40, 0, 0, 34, 0, 0, 0, 33, 14, 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[1582] = { 0, 0, 0, 3025, 3026, 3022, 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, 3021, 0, 86, 3026, 0, 3026, 170, 3026, 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, 314, 294, 311, 304, 333, 336, 315, 340, 333, 344, 335, 331, 334, 348, 335, 353, 357, 352, 369, 363, 382, 367, 363, 383, 381, 394, 383, 391, 400, 397, 392, 388, 397, 418, 389, 389, 423, 417, 465, 435, 441, 439, 446, 434, 443, 437, 432, 444, 459, 456, 473, 471, 470, 2980, 476, 479, 521, 492, 488, 492, 511, 498, 507, 506, 509, 506, 495, 3026, 514, 536, 508, 523, 517, 2979, 524, 532, 530, 538, 539, 547, 543, 557, 543, 566, 543, 566, 3026, 569, 560, 557, 561, 570, 562, 576, 569, 578, 574, 584, 587, 591, 581, 584, 595, 588, 603, 607, 611, 597, 600, 2978, 606, 613, 137, 609, 604, 616, 616, 630, 628, 624, 616, 622, 3026, 629, 2977, 621, 645, 626, 631, 634, 652, 654, 664, 662, 646, 659, 656, 674, 670, 657, 671, 659, 672, 675, 665, 669, 684, 671, 669, 686, 699, 3026, 686, 686, 2976, 695, 709, 697, 3026, 702, 705, 3026, 719, 713, 706, 714, 3026, 721, 709, 712, 719, 729, 717, 736, 731, 737, 739, 724, 736, 737, 746, 755, 750, 746, 744, 755, 760, 768, 767, 765, 762, 3026, 771, 768, 771, 770, 2975, 3026, 785, 3026, 773, 788, 789, 782, 783, 2974, 779, 779, 795, 3026, 3026, 795, 782, 3026, 790, 807, 809, 2973, 801, 805, 793, 816, 812, 813, 827, 818, 3026, 815, 817, 3026, 819, 821, 835, 841, 835, 841, 2972, 3026, 828, 837, 833, 833, 3026, 3026, 2971, 848, 2970, 852, 852, 852, 2969, 849, 865, 855, 867, 899, 877, 883, 867, 879, 877, 883, 3026, 3026, 880, 2968, 881, 3026, 889, 886, 890, 891, 901, 912, 924, 2967, 903, 3026, 2966, 3026, 935, 924, 926, 925, 927, 929, 930, 953, 2965, 939, 942, 940, 971, 954, 940, 3026, 949, 959, 958, 945, 2995, 975, 952, 953, 976, 2995, 2962, 992, 994, 3026, 991, 977, 990, 992, 989, 985, 999, 3026, 1004, 990, 996, 2961, 995, 995, 1010, 999, 998, 1005, 1018, 1025, 1020, 1017, 3026, 1015, 1032, 2960, 1042, 1046, 3026, 1044, 1047, 3026, 1039, 1044, 1043, 3026, 1047, 1043, 3026, 1046, 1059, 1044, 1051, 1063, 1054, 3026, 1064, 3026, 1069, 2959, 1060, 1057, 1059, 1072, 1070, 1079, 3026, 1085, 1082, 1084, 1095, 1083, 1100, 1079, 2958, 2957, 1092, 2956, 1093, 1090, 1106, 1109, 1115, 1109, 1106, 1115, 1107, 1114, 1123, 1125, 1108, 1108, 1135, 1137, 1127, 1142, 1133, 1148, 1147, 1139, 1140, 1154, 1152, 1159, 1154, 1152, 1151, 2955, 1171, 1160, 1150, 1174, 1174, 1166, 1174, 1178, 3026, 1190, 1187, 1191, 1183, 1205, 1194, 1207, 3026, 1197, 1199, 1215, 1205, 1220, 2954, 3026, 1224, 2953, 3026, 3026, 1222, 1218, 1224, 2952, 1210, 1227, 3026, 1221, 1217, 1225, 1227, 1240, 1235, 1236, 1246, 1238, 1249, 1257, 1250, 2980, 1250, 1253, 1266, 3026, 3026, 3026, 1267, 2950, 1253, 3026, 1265, 1262, 1265, 1275, 1265, 1275, 1271, 1276, 1268, 1268, 1269, 1279, 1292, 1286, 1291, 1284, 2949, 3026, 1308, 2948, 1300, 1303, 1306, 1315, 2947, 1302, 2946, 1319, 2945, 1321, 1321, 1310, 2944, 1330, 1322, 3026, 1327, 1318, 1334, 1336, 1341, 1339, 3026, 3026, 3026, 1346, 1337, 1353, 1348, 1343, 1363, 1360, 1368, 1359, 1355, 1358, 1357, 3026, 1359, 1361, 1370, 1369, 1367, 3026, 1382, 1384, 1388, 1380, 1387, 1392, 1380, 1378, 1393, 2943, 1388, 1403, 1396, 1397, 1411, 1404, 1421, 3026, 1407, 1411, 1418, 1408, 2942, 3026, 1414, 1426, 3026, 1431, 1414, 1412, 1428, 1438, 1422, 1441, 1437, 1438, 1427, 3026, 1435, 1438, 1437, 1439, 1443, 1453, 2941, 1447, 1482, 1464, 2940, 1464, 2939, 1466, 3026, 3026, 1476, 1477, 1463, 3026, 1480, 1484, 1483, 3026, 1475, 1480, 3026, 1491, 1483, 1480, 1498, 1501, 1490, 1501, 1502, 1498, 1495, 3026, 1499, 3026, 1524, 2938, 1513, 2937, 2936, 2935, 1529, 1523, 1524, 1522, 1534, 2934, 3026, 1520, 1528, 1535, 1540, 1536, 3026, 1530, 1544, 1536, 1539, 1535, 1539, 1544, 1554, 1546, 1544, 1564, 1562, 1546, 1568, 1565, 1582, 1583, 1570, 1576, 1586, 1591, 1581, 1591, 1597, 1588, 1599, 1595, 1594, 1601, 1600, 3026, 1601, 1584, 3026, 3026, 1603, 1590, 2933, 1603, 1592, 2932, 2931, 1608, 1603, 1603, 1599, 1615, 1626, 1622, 1627, 1634, 1640, 1630, 1634, 1640, 1641, 1634, 1635, 1654, 3026, 1651, 1635, 1646, 3026, 1640, 1651, 1647, 1643, 1654, 1649, 1654, 1652, 1653, 1667, 1673, 1665, 1670, 2930, 2929, 2928, 2927, 2926, 1690, 1691, 2925, 1693, 2924, 3026, 3026, 1693, 3026, 3026, 1692, 3026, 2923, 90, 1700, 1685, 1693, 1693, 3026, 3026, 1703, 1705, 1698, 1699, 1694, 1708, 1704, 1714, 1707, 1701, 1714, 1712, 3026, 1713, 1732, 1734, 1731, 1749, 1746, 1738, 1736, 1746, 1752, 1744, 1759, 1756, 1741, 1749, 3026, 1750, 1761, 1752, 1749, 1750, 1765, 1759, 1761, 1762, 1759, 3026, 1762, 1769, 1785, 1769, 3026, 1788, 2922, 1798, 1799, 1802, 1798, 1788, 3026, 1800, 1797, 1793, 1810, 3026, 1810, 1802, 1812, 3026, 1814, 3026, 1804, 3026, 1796, 1803, 1819, 1805, 3026, 1815, 1823, 1815, 1831, 1817, 1818, 1829, 1841, 1856, 1849, 1840, 1856, 1855, 2921, 1860, 1845, 1861, 1848, 1860, 1866, 1858, 1872, 1869, 1871, 1861, 1862, 1863, 1864, 2920, 1856, 1867, 1878, 1885, 1887, 1885, 1883, 1924, 2957, 2945, 1889, 1911, 2917, 2916, 2915, 3026, 1902, 1910, 1912, 1907, 1904, 1907, 1904, 1925, 1922, 1924, 1928, 3026, 1917, 1926, 1912, 1924, 1933, 1934, 1924, 2914, 1917, 1928, 1942, 1925, 1935, 2913, 1957, 1944, 1944, 2912, 1964, 1964, 3026, 1958, 1972, 3026, 1973, 1956, 2911, 1959, 1968, 3026, 3026, 1979, 1963, 1963, 2910, 3026, 3026, 1972, 1965, 1963, 1982, 1987, 2909, 1976, 1980, 1976, 1996, 2908, 2907, 1997, 2896, 1995, 3026, 2000, 2004, 3026, 3026, 3026, 2004, 2002, 2020, 2002, 2022, 2013, 2016, 2028, 2030, 2017, 2027, 2031, 2020, 2019, 2022, 2023, 2033, 2028, 2029, 2030, 2032, 2031, 2037, 2040, 2046, 2054, 3026, 2056, 2062, 2933, 2931, 2917, 2915, 2057, 2057, 2073, 2076, 2059, 3026, 2070, 2070, 2073, 2077, 2076, 2071, 2081, 2080, 2089, 2075, 2087, 2080, 3026, 2085, 2080, 2090, 2089, 2104, 2105, 2100, 2109, 3026, 2119, 2122, 2112, 2128, 2883, 2112, 2120, 2882, 2881, 2120, 2113, 2116, 3026, 2126, 2124, 3026, 2136, 2140, 2137, 3026, 2128, 2136, 2145, 3026, 2135, 2133, 2140, 2139, 2879, 2141, 2878, 2140, 2140, 2146, 2147, 2148, 2173, 3026, 2177, 2164, 2180, 1444, 2172, 3026, 3026, 2188, 3026, 3026, 2181, 2189, 2186, 1439, 931, 2195, 897, 2178, 2193, 2194, 2195, 2196, 2193, 2194, 2199, 2186, 2195, 2201, 2201, 2190, 2200, 2206, 2196, 2220, 865, 3026, 2217, 2227, 3026, 2230, 2234, 2226, 2229, 2236, 2226, 859, 2238, 2241, 2246, 2232, 2244, 2235, 3026, 848, 3026, 2237, 2237, 2252, 2249, 2241, 2247, 2266, 2242, 2247, 479, 3026, 2267, 3026, 2273, 2261, 2277, 3026, 2286, 2289, 2275, 2292, 2292, 2284, 2281, 2288, 2301, 2286, 2293, 2302, 3026, 2299, 3026, 3026, 3026, 471, 2298, 2293, 2299, 2310, 2310, 2313, 2309, 2310, 2313, 2315, 2328, 2322, 2326, 2327, 2328, 2334, 2331, 2333, 2351, 2334, 3026, 2343, 2343, 2341, 2345, 2352, 2353, 2354, 2360, 2345, 3026, 430, 2346, 2348, 3026, 3026, 2355, 2351, 2360, 3026, 3026, 2373, 2360, 2379, 2368, 3026, 2385, 2379, 2383, 419, 418, 2385, 2392, 2394, 3026, 2402, 2388, 2394, 2404, 2407, 2399, 2413, 2411, 3026, 3026, 415, 2400, 2413, 2409, 2403, 412, 2405, 2403, 2410, 2413, 2424, 2427, 2429, 3026, 3026, 2435, 2428, 2443, 384, 2447, 2451, 383, 293, 287, 281, 2449, 2450, 280, 3026, 2456, 2454, 2442, 3026, 2447, 2445, 2446, 2451, 2465, 269, 2466, 2465, 3026, 2456, 3026, 2458, 2455, 259, 2459, 2463, 2461, 3026, 2459, 2463, 2482, 2467, 2477, 2478, 2494, 249, 2499, 2487, 3026, 2501, 2491, 3026, 2492, 2501, 3026, 2510, 3026, 2513, 2515, 2498, 2505, 2517, 2498, 3026, 3026, 2504, 2506, 2506, 2521, 2508, 2518, 2516, 2517, 2522, 2524, 3026, 237, 2536, 3026, 3026, 2540, 2541, 236, 3026, 2534, 2545, 2542, 2554, 229, 2545, 3026, 257, 2563, 2554, 200, 2551, 3026, 2554, 2559, 2561, 2571, 2572, 2577, 2564, 2575, 2573, 2562, 2580, 2570, 2582, 2575, 2595, 2593, 3026, 2587, 2585, 152, 2609, 2595, 2608, 2608, 2611, 2616, 2608, 2610, 2613, 2614, 2615, 2618, 3026, 3026, 2618, 144, 2611, 2628, 2615, 2634, 2633, 2629, 3026, 2618, 2634, 2630, 3026, 3026, 2633, 2630, 3026, 150, 2638, 2637, 2645, 2649, 3026, 2661, 145, 2658, 2651, 3026, 2661, 2656, 2671, 124, 2672, 109, 3026, 2666, 2670, 2668, 2680, 2673, 2674, 2675, 2676, 2674, 2675, 2687, 3026, 3026, 2679, 2676, 2694, 2687, 2689, 2703, 2689, 3026, 2702, 2708, 3026, 2711, 2710, 2720, 2722, 3026, 3026, 2710, 2721, 3026, 2720, 3026, 3026, 2729, 2727, 2731, 2734, 2734, 2736, 3026, 2716, 2717, 2718, 2719, 2726, 2732, 2729, 2733, 2733, 2740, 2746, 2748, 2767, 2775, 2772, 2773, 2770, 2776, 2765, 2766, 2777, 2769, 2785, 2782, 2780, 2784, 3026, 3026, 3026, 3026, 3026, 3026, 3026, 2785, 2791, 2777, 3026, 2792, 100, 2793, 2787, 3026, 2781, 2784, 2804, 2796, 2800, 3026, 3026, 2801, 3026, 2797, 2814, 2825, 2819, 2829, 3026, 2832, 2817, 2834, 2826, 2839, 2834, 2825, 2825, 2837, 3026, 2831, 2839, 2844, 3026, 2845, 2846, 2845, 95, 2839, 2836, 2842, 2846, 3026, 3026, 2843, 2854, 2864, 3026, 3026, 2850, 2875, 2881, 2864, 3026, 2882, 2873, 3026, 2884, 3026, 3026, 93, 2876, 2878, 2875, 3026, 3026, 2877, 2877, 2879, 3026, 2891, 2887, 3026, 2889, 2883, 2899, 3026, 3026, 3026, 105, 2946, 97, 84, 81 } ; static yyconst flex_int16_t yy_def[1582] = { 0, 1576, 1, 1576, 1576, 1576, 1577, 1578, 1579, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1577, 1578, 1576, 1579, 1576, 1576, 1576, 1579, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1580, 1581, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1580, 1580, 1581, 1581, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 0, 1576, 1576, 1576, 1576, 1576 } ; static yyconst flex_int16_t yy_nxt[3095] = { 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, 906, 106, 907, 62, 74, 69, 41, 63, 53, 70, 64, 75, 908, 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, 1564, 71, 1549, 81, 72, 82, 77, 1520, 47, 48, 128, 49, 78, 73, 312, 313, 1456, 50, 79, 51, 131, 1429, 1430, 80, 107, 76, 52, 55, 108, 56, 81, 1454, 82, 77, 57, 58, 84, 128, 59, 78, 88, 60, 109, 85, 89, 79, 86, 131, 87, 129, 90, 107, 1448, 130, 55, 108, 56, 1442, 103, 1415, 132, 57, 58, 84, 133, 59, 104, 88, 60, 109, 85, 89, 105, 86, 134, 87, 129, 90, 91, 92, 130, 135, 93, 125, 126, 103, 94, 132, 136, 127, 137, 133, 95, 104, 46, 46, 46, 46, 46, 105, 138, 134, 139, 140, 141, 91, 92, 1394, 135, 93, 125, 126, 142, 94, 143, 136, 127, 137, 144, 95, 96, 145, 97, 146, 98, 149, 147, 138, 99, 139, 140, 141, 150, 158, 100, 1391, 1389, 159, 160, 142, 101, 143, 161, 1383, 1379, 144, 148, 96, 145, 97, 146, 98, 149, 147, 162, 99, 1355, 151, 152, 150, 158, 100, 153, 156, 159, 160, 1344, 101, 110, 161, 154, 111, 112, 148, 113, 155, 1338, 157, 114, 115, 116, 162, 117, 118, 151, 152, 168, 1329, 1326, 153, 156, 163, 169, 164, 1325, 110, 170, 154, 111, 112, 1324, 113, 155, 166, 157, 114, 115, 116, 165, 117, 118, 119, 167, 168, 120, 121, 171, 175, 163, 169, 164, 122, 123, 170, 176, 173, 179, 172, 124, 180, 166, 174, 177, 181, 178, 165, 182, 183, 119, 167, 184, 120, 121, 171, 175, 185, 186, 187, 122, 123, 188, 176, 173, 179, 172, 124, 180, 189, 174, 177, 181, 178, 190, 182, 183, 191, 193, 184, 195, 192, 196, 194, 185, 186, 187, 197, 201, 188, 198, 202, 205, 208, 209, 213, 189, 203, 206, 214, 199, 190, 1323, 1320, 191, 193, 200, 195, 192, 196, 194, 207, 204, 210, 197, 201, 215, 198, 202, 205, 208, 209, 213, 216, 203, 206, 214, 199, 224, 211, 212, 1309, 229, 200, 1304, 233, 225, 1292, 1291, 204, 210, 234, 231, 215, 235, 237, 230, 226, 238, 1278, 216, 227, 239, 228, 236, 224, 211, 212, 217, 229, 218, 219, 233, 225, 232, 220, 240, 221, 234, 231, 222, 235, 237, 230, 226, 238, 223, 241, 227, 239, 228, 236, 242, 243, 245, 217, 246, 218, 219, 253, 1248, 232, 220, 240, 221, 254, 255, 222, 1229, 259, 260, 262, 256, 223, 241, 257, 263, 264, 258, 242, 243, 245, 265, 246, 247, 266, 253, 248, 261, 269, 270, 271, 254, 255, 249, 250, 259, 260, 262, 256, 273, 251, 257, 263, 264, 258, 267, 252, 274, 265, 275, 247, 266, 268, 248, 261, 269, 270, 271, 276, 277, 249, 250, 278, 279, 280, 281, 273, 251, 282, 283, 284, 285, 267, 252, 274, 286, 275, 287, 288, 268, 289, 290, 291, 292, 293, 276, 277, 294, 295, 278, 279, 280, 281, 296, 299, 282, 283, 284, 285, 297, 300, 301, 286, 302, 287, 288, 303, 289, 290, 291, 292, 293, 298, 304, 294, 295, 305, 306, 307, 308, 296, 299, 310, 311, 314, 315, 297, 300, 301, 316, 302, 318, 317, 303, 319, 320, 321, 322, 323, 298, 304, 324, 326, 305, 306, 307, 308, 327, 328, 310, 311, 314, 315, 330, 329, 331, 316, 332, 318, 317, 333, 319, 320, 321, 322, 323, 334, 335, 324, 326, 336, 337, 338, 343, 327, 328, 344, 345, 339, 346, 330, 347, 331, 348, 332, 340, 349, 333, 350, 351, 341, 352, 353, 334, 335, 342, 354, 336, 337, 338, 343, 355, 356, 344, 345, 339, 346, 357, 347, 358, 348, 360, 340, 349, 361, 350, 351, 341, 352, 353, 362, 363, 342, 354, 364, 365, 366, 367, 355, 356, 368, 369, 370, 372, 357, 373, 358, 371, 360, 374, 375, 361, 376, 379, 380, 377, 381, 362, 363, 382, 383, 364, 365, 366, 367, 378, 384, 368, 369, 370, 372, 385, 373, 386, 389, 387, 374, 375, 390, 376, 379, 380, 377, 381, 388, 391, 382, 383, 392, 393, 394, 395, 378, 384, 396, 397, 398, 399, 385, 401, 386, 389, 387, 402, 403, 390, 404, 405, 406, 408, 409, 410, 391, 411, 412, 392, 393, 394, 395, 413, 414, 396, 397, 398, 399, 415, 401, 417, 418, 419, 402, 403, 420, 404, 405, 406, 408, 409, 410, 421, 411, 412, 422, 423, 424, 425, 413, 414, 426, 427, 428, 429, 415, 430, 417, 418, 419, 434, 436, 420, 432, 437, 438, 439, 441, 443, 421, 431, 444, 422, 423, 424, 425, 433, 445, 426, 427, 428, 429, 447, 430, 448, 449, 450, 434, 436, 1217, 432, 437, 438, 439, 441, 443, 460, 431, 444, 461, 1210, 462, 463, 465, 445, 466, 1201, 464, 467, 447, 469, 448, 449, 450, 451, 452, 453, 470, 471, 472, 454, 473, 455, 460, 474, 456, 461, 457, 462, 463, 465, 475, 466, 458, 464, 467, 459, 469, 1183, 476, 481, 451, 452, 453, 470, 471, 472, 454, 473, 455, 483, 474, 456, 484, 457, 485, 486, 477, 475, 487, 458, 478, 488, 459, 489, 479, 476, 481, 490, 492, 493, 494, 1181, 499, 500, 501, 502, 483, 503, 504, 484, 495, 485, 486, 477, 509, 487, 510, 478, 488, 496, 489, 506, 507, 497, 490, 492, 493, 494, 498, 499, 500, 501, 502, 511, 503, 504, 514, 508, 515, 516, 517, 509, 518, 510, 519, 520, 496, 521, 506, 507, 497, 522, 523, 525, 526, 498, 528, 529, 530, 524, 511, 531, 532, 514, 508, 515, 516, 517, 533, 518, 534, 519, 520, 535, 521, 538, 539, 536, 522, 523, 525, 526, 537, 528, 529, 530, 524, 540, 531, 532, 542, 543, 544, 545, 546, 533, 547, 534, 548, 549, 535, 550, 538, 539, 536, 551, 552, 553, 554, 537, 555, 556, 557, 558, 540, 560, 561, 542, 543, 544, 545, 546, 562, 547, 563, 548, 549, 564, 550, 567, 568, 565, 551, 552, 553, 554, 569, 555, 556, 557, 558, 566, 560, 561, 570, 571, 572, 573, 576, 562, 578, 563, 579, 580, 564, 581, 567, 568, 565, 582, 583, 585, 586, 569, 584, 587, 588, 590, 566, 592, 593, 570, 571, 572, 573, 576, 594, 578, 589, 579, 580, 591, 581, 595, 596, 597, 582, 583, 585, 586, 598, 584, 587, 588, 590, 599, 592, 593, 600, 601, 603, 604, 605, 594, 606, 589, 602, 607, 591, 608, 595, 596, 597, 609, 610, 612, 616, 598, 613, 614, 619, 617, 599, 621, 615, 600, 601, 603, 604, 605, 622, 606, 618, 602, 607, 623, 608, 620, 626, 627, 609, 610, 612, 616, 628, 613, 614, 619, 617, 624, 621, 615, 625, 629, 632, 630, 633, 622, 631, 618, 634, 635, 623, 636, 620, 626, 627, 637, 639, 644, 641, 628, 645, 647, 642, 648, 624, 643, 649, 625, 629, 632, 630, 633, 650, 631, 651, 634, 635, 652, 636, 653, 654, 655, 637, 639, 644, 641, 656, 645, 647, 642, 648, 657, 643, 649, 658, 659, 660, 662, 663, 650, 664, 651, 665, 667, 652, 668, 653, 654, 655, 669, 670, 673, 674, 656, 675, 671, 676, 677, 657, 678, 679, 658, 659, 660, 662, 663, 680, 664, 681, 665, 667, 682, 668, 672, 683, 684, 669, 670, 673, 674, 686, 675, 671, 676, 677, 688, 678, 679, 689, 690, 691, 692, 696, 680, 698, 681, 700, 701, 682, 693, 703, 683, 684, 705, 694, 706, 707, 686, 702, 708, 709, 710, 688, 711, 712, 689, 690, 691, 692, 696, 713, 698, 714, 700, 701, 715, 693, 703, 716, 717, 705, 694, 706, 707, 720, 702, 708, 709, 710, 718, 711, 712, 721, 722, 723, 724, 719, 713, 725, 714, 726, 727, 715, 728, 729, 716, 717, 730, 731, 732, 733, 720, 734, 735, 736, 737, 718, 738, 739, 721, 722, 723, 724, 719, 741, 725, 742, 726, 727, 743, 728, 729, 744, 745, 730, 731, 732, 733, 746, 734, 735, 736, 737, 747, 738, 739, 748, 749, 750, 751, 753, 741, 754, 742, 755, 756, 743, 757, 758, 744, 745, 759, 760, 761, 764, 746, 762, 763, 765, 766, 747, 767, 768, 748, 749, 750, 751, 753, 769, 754, 770, 755, 756, 771, 757, 758, 773, 1180, 759, 760, 761, 764, 1174, 762, 763, 765, 766, 779, 767, 768, 781, 783, 784, 785, 786, 769, 787, 770, 774, 788, 771, 789, 775, 773, 776, 790, 791, 792, 777, 778, 793, 794, 795, 796, 779, 797, 798, 781, 783, 784, 785, 786, 799, 787, 800, 774, 788, 801, 789, 775, 802, 776, 790, 791, 792, 777, 778, 793, 794, 795, 796, 803, 797, 798, 805, 809, 810, 811, 812, 799, 813, 800, 815, 816, 801, 818, 819, 802, 820, 821, 822, 823, 824, 817, 825, 826, 827, 828, 803, 829, 830, 805, 809, 810, 811, 812, 831, 813, 832, 815, 816, 833, 818, 819, 834, 820, 821, 822, 823, 824, 817, 825, 826, 827, 828, 835, 829, 830, 836, 837, 838, 839, 840, 831, 841, 832, 842, 843, 833, 844, 845, 834, 846, 847, 848, 849, 850, 851, 852, 853, 854, 856, 835, 857, 860, 836, 837, 838, 839, 840, 861, 841, 862, 842, 843, 863, 844, 845, 864, 846, 847, 848, 849, 850, 851, 852, 853, 854, 856, 865, 857, 860, 866, 867, 868, 869, 870, 861, 871, 862, 872, 873, 863, 874, 875, 864, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 865, 886, 887, 866, 867, 868, 869, 870, 888, 871, 889, 872, 873, 890, 874, 875, 891, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 892, 886, 887, 898, 899, 901, 903, 904, 888, 909, 889, 910, 911, 890, 912, 913, 891, 914, 915, 916, 917, 920, 918, 921, 924, 925, 926, 892, 922, 927, 898, 899, 901, 903, 904, 919, 909, 928, 910, 911, 923, 912, 913, 929, 914, 915, 916, 917, 920, 918, 921, 924, 925, 926, 930, 922, 927, 931, 932, 933, 934, 935, 919, 936, 928, 937, 938, 923, 939, 940, 929, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 930, 951, 952, 931, 932, 933, 934, 935, 953, 936, 954, 937, 938, 955, 939, 940, 956, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 957, 951, 952, 959, 960, 961, 962, 963, 953, 964, 954, 965, 966, 955, 967, 969, 956, 970, 971, 972, 973, 974, 975, 976, 968, 977, 978, 957, 979, 980, 959, 960, 961, 962, 963, 981, 964, 982, 965, 966, 983, 967, 969, 984, 970, 971, 972, 973, 974, 975, 976, 968, 977, 978, 985, 979, 980, 986, 987, 988, 989, 990, 981, 992, 982, 993, 994, 983, 995, 996, 984, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1007, 985, 1008, 1009, 986, 987, 988, 989, 990, 1010, 992, 1011, 993, 994, 1012, 995, 996, 1013, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1007, 1018, 1008, 1009, 906, 1019, 907, 1023, 1024, 1010, 1025, 1011, 1026, 1027, 1012, 1028, 908, 1013, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1018, 1039, 1040, 1042, 1019, 1043, 1023, 1024, 1044, 1025, 1045, 1026, 1027, 1046, 1028, 1050, 1051, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1048, 1039, 1040, 1042, 1049, 1043, 1053, 1054, 1044, 1055, 1045, 1056, 1057, 1046, 1058, 1050, 1051, 1060, 1061, 1065, 1062, 1066, 1068, 1069, 1070, 1071, 1072, 1048, 1074, 1063, 1075, 1049, 1076, 1053, 1054, 1077, 1055, 1064, 1056, 1057, 1080, 1058, 1082, 1083, 1060, 1061, 1065, 1062, 1066, 1068, 1069, 1070, 1071, 1072, 1084, 1074, 1063, 1075, 1085, 1076, 1086, 1087, 1077, 1088, 1064, 1089, 1090, 1080, 1091, 1082, 1083, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1084, 1102, 1103, 1104, 1085, 1105, 1086, 1087, 1106, 1088, 1107, 1089, 1090, 1108, 1091, 1109, 1110, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1111, 1102, 1103, 1104, 1112, 1105, 1113, 1114, 1106, 1115, 1107, 1116, 1117, 1108, 1118, 1109, 1110, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1111, 1129, 1130, 1131, 1112, 1132, 1113, 1114, 1133, 1115, 1134, 1116, 1117, 1135, 1118, 1136, 1137, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1138, 1129, 1130, 1131, 1139, 1132, 1140, 1141, 1133, 1143, 1134, 1144, 1147, 1135, 1148, 1136, 1137, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1138, 1159, 1160, 1161, 1139, 1163, 1140, 1141, 1165, 1143, 1166, 1144, 1147, 1167, 1148, 1168, 1169, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1170, 1159, 1160, 1161, 1171, 1163, 1172, 1173, 1165, 1175, 1166, 1176, 1177, 1167, 1178, 1168, 1169, 1179, 1182, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1170, 1192, 1193, 1194, 1171, 1195, 1172, 1173, 1196, 1175, 1197, 1176, 1177, 1198, 1178, 1199, 1200, 1179, 1182, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1202, 1192, 1193, 1194, 1203, 1195, 1204, 1205, 1196, 1206, 1197, 1207, 1208, 1198, 1209, 1199, 1200, 1211, 1212, 1213, 1214, 1215, 1216, 1218, 1219, 1221, 1222, 1202, 1223, 1224, 1227, 1203, 1220, 1204, 1205, 1228, 1206, 1225, 1207, 1208, 1230, 1209, 1231, 1232, 1211, 1212, 1213, 1214, 1215, 1216, 1218, 1219, 1221, 1222, 1226, 1223, 1224, 1227, 1233, 1234, 1235, 1236, 1228, 1237, 1225, 1238, 1239, 1230, 1240, 1231, 1232, 1241, 1242, 1244, 1245, 1246, 1247, 1249, 1243, 1250, 1251, 1226, 1252, 1253, 1254, 1233, 1234, 1235, 1236, 1255, 1237, 1256, 1238, 1239, 1257, 1240, 1258, 1259, 1241, 1242, 1244, 1245, 1246, 1247, 1249, 1243, 1250, 1251, 1260, 1252, 1253, 1254, 1261, 1262, 1263, 1264, 1255, 1265, 1256, 1266, 1267, 1257, 1268, 1258, 1259, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1279, 1260, 1280, 1281, 1282, 1261, 1262, 1263, 1264, 1283, 1265, 1284, 1266, 1267, 1285, 1268, 1286, 1287, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1279, 1288, 1280, 1281, 1282, 1289, 1290, 1293, 1294, 1283, 1295, 1284, 1296, 1297, 1285, 1298, 1286, 1287, 1299, 1300, 1301, 1302, 1303, 1305, 1306, 1307, 1308, 1310, 1288, 1311, 1312, 1313, 1289, 1290, 1293, 1294, 1314, 1295, 1315, 1296, 1297, 1316, 1298, 1317, 1318, 1299, 1300, 1301, 1302, 1303, 1305, 1306, 1307, 1308, 1310, 1319, 1311, 1312, 1313, 1321, 1322, 1327, 1328, 1314, 1330, 1315, 1331, 1332, 1316, 1333, 1317, 1318, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1345, 1319, 1346, 1347, 1348, 1321, 1322, 1327, 1328, 1349, 1330, 1350, 1331, 1332, 1351, 1333, 1352, 1353, 1334, 1335, 1336, 1337, 1339, 1340, 1341, 1342, 1343, 1345, 1354, 1346, 1347, 1348, 1356, 1357, 1358, 1359, 1349, 1360, 1350, 1361, 1362, 1351, 1363, 1352, 1353, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1354, 1374, 1375, 1376, 1356, 1357, 1358, 1359, 1377, 1360, 1378, 1361, 1362, 1380, 1363, 1381, 1382, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1384, 1374, 1375, 1376, 1385, 1386, 1388, 1387, 1377, 1390, 1378, 1392, 1393, 1380, 1395, 1381, 1382, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1404, 1405, 1406, 1384, 1407, 1403, 1408, 1385, 1386, 1388, 1387, 1409, 1390, 1410, 1392, 1393, 1411, 1395, 1412, 1413, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1404, 1405, 1406, 1414, 1407, 1403, 1408, 1416, 1417, 1418, 1419, 1409, 1420, 1410, 1421, 1422, 1411, 1423, 1412, 1413, 1424, 1425, 1426, 1427, 1428, 1431, 1432, 1433, 1434, 1435, 1414, 1436, 1437, 1438, 1416, 1417, 1418, 1419, 1439, 1420, 1440, 1421, 1422, 1441, 1423, 1443, 1444, 1424, 1425, 1426, 1427, 1428, 1431, 1432, 1433, 1434, 1435, 1445, 1436, 1437, 1438, 1446, 1447, 1449, 1450, 1439, 1451, 1440, 1452, 1453, 1441, 1455, 1443, 1444, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1445, 1467, 1468, 1469, 1446, 1447, 1449, 1450, 1470, 1451, 1471, 1452, 1453, 1472, 1455, 1473, 1474, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1475, 1467, 1468, 1469, 1476, 1477, 1478, 1479, 1470, 1480, 1471, 1481, 1482, 1472, 1483, 1473, 1474, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1475, 1494, 1495, 1496, 1476, 1477, 1478, 1479, 1497, 1480, 1498, 1481, 1482, 1499, 1483, 1500, 1501, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1502, 1494, 1495, 1496, 1503, 1504, 1505, 1506, 1497, 1507, 1498, 1508, 1509, 1499, 1510, 1500, 1501, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1502, 1522, 1523, 1524, 1503, 1504, 1505, 1506, 1525, 1507, 1526, 1508, 1509, 1527, 1510, 1528, 1529, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1530, 1522, 1523, 1524, 1531, 1532, 1533, 1534, 1525, 1535, 1526, 1536, 1537, 1527, 1538, 1528, 1529, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1530, 1550, 1551, 1552, 1531, 1532, 1533, 1534, 1553, 1535, 1554, 1536, 1537, 1555, 1538, 1556, 1557, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1558, 1550, 1551, 1552, 1559, 1560, 1561, 1562, 1553, 1563, 1554, 1565, 1566, 1555, 1567, 1556, 1557, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1164, 1162, 1558, 1146, 1145, 1142, 1559, 1560, 1561, 1562, 1017, 1563, 1017, 1565, 1566, 1015, 1567, 1015, 1081, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 39, 39, 1079, 1078, 1073, 1067, 1059, 1052, 1047, 1041, 1022, 1021, 1020, 1017, 1015, 1006, 991, 958, 905, 902, 900, 897, 896, 895, 894, 893, 859, 858, 855, 814, 808, 807, 806, 804, 782, 780, 772, 752, 740, 704, 699, 697, 695, 687, 685, 666, 661, 646, 640, 638, 611, 577, 575, 574, 559, 541, 527, 513, 512, 505, 491, 482, 480, 468, 446, 442, 440, 435, 416, 407, 400, 359, 325, 309, 272, 244, 37, 37, 1576, 3, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576 } ; static yyconst flex_int16_t yy_chk[3095] = { 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, 1581, 13, 26, 1580, 16, 16, 9, 39, 39, 15, 792, 28, 792, 15, 18, 16, 1579, 15, 13, 17, 15, 18, 792, 15, 1577, 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, 1558, 17, 1535, 20, 17, 20, 19, 1499, 12, 12, 33, 12, 19, 17, 182, 182, 1416, 12, 19, 12, 35, 1384, 1384, 20, 29, 19, 12, 14, 29, 14, 20, 1414, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 29, 22, 23, 19, 22, 35, 22, 34, 23, 29, 1407, 34, 14, 29, 14, 1400, 27, 1368, 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, 1346, 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, 1343, 1340, 65, 66, 55, 25, 55, 67, 1334, 1328, 56, 59, 25, 57, 25, 58, 25, 60, 59, 68, 25, 1297, 62, 62, 61, 64, 25, 62, 63, 65, 66, 1285, 25, 30, 67, 62, 30, 30, 59, 30, 62, 1277, 63, 30, 30, 30, 68, 30, 30, 62, 62, 71, 1266, 1263, 62, 63, 69, 72, 69, 1262, 30, 73, 62, 30, 30, 1261, 30, 62, 70, 63, 30, 30, 30, 69, 30, 30, 31, 70, 71, 31, 31, 74, 76, 69, 72, 69, 31, 31, 73, 77, 75, 79, 74, 31, 80, 70, 75, 78, 81, 78, 69, 82, 83, 31, 70, 84, 31, 31, 74, 76, 85, 86, 87, 31, 31, 88, 77, 75, 79, 74, 31, 80, 89, 75, 78, 81, 78, 89, 82, 83, 90, 91, 84, 92, 90, 93, 91, 85, 86, 87, 94, 96, 88, 95, 97, 99, 101, 102, 104, 89, 98, 100, 105, 95, 89, 1260, 1257, 90, 91, 95, 92, 90, 93, 91, 100, 98, 103, 94, 96, 106, 95, 97, 99, 101, 102, 104, 107, 98, 100, 105, 95, 109, 103, 103, 1244, 111, 95, 1239, 113, 110, 1224, 1223, 98, 103, 114, 112, 106, 115, 116, 111, 110, 117, 1205, 107, 110, 118, 110, 115, 109, 103, 103, 108, 111, 108, 108, 113, 110, 112, 108, 119, 108, 114, 112, 108, 115, 116, 111, 110, 117, 108, 120, 110, 118, 110, 115, 121, 122, 124, 108, 125, 108, 108, 127, 1173, 112, 108, 119, 108, 128, 129, 108, 1148, 131, 132, 133, 129, 108, 120, 130, 134, 135, 130, 121, 122, 124, 136, 125, 126, 138, 127, 126, 132, 140, 141, 142, 128, 129, 126, 126, 131, 132, 133, 129, 144, 126, 130, 134, 135, 130, 139, 126, 145, 136, 146, 126, 138, 139, 126, 132, 140, 141, 142, 147, 148, 126, 126, 149, 150, 151, 152, 144, 126, 153, 154, 155, 157, 139, 126, 145, 158, 146, 159, 160, 139, 161, 162, 163, 164, 165, 147, 148, 166, 167, 149, 150, 151, 152, 168, 170, 153, 154, 155, 157, 169, 171, 172, 158, 173, 159, 160, 174, 161, 162, 163, 164, 165, 169, 175, 166, 167, 176, 176, 177, 178, 168, 170, 180, 181, 183, 184, 169, 171, 172, 185, 173, 186, 185, 174, 187, 188, 189, 190, 191, 169, 175, 193, 195, 176, 176, 177, 178, 196, 197, 180, 181, 183, 184, 198, 197, 199, 185, 200, 186, 185, 201, 187, 188, 189, 190, 191, 202, 203, 193, 195, 204, 205, 206, 208, 196, 197, 209, 210, 207, 211, 198, 212, 199, 213, 200, 207, 214, 201, 215, 216, 207, 217, 218, 202, 203, 207, 219, 204, 205, 206, 208, 220, 222, 209, 210, 207, 211, 223, 212, 223, 213, 225, 207, 214, 226, 215, 216, 207, 217, 218, 227, 229, 207, 219, 230, 232, 233, 234, 220, 222, 235, 237, 238, 239, 223, 240, 223, 238, 225, 241, 242, 226, 243, 245, 246, 244, 247, 227, 229, 248, 249, 230, 232, 233, 234, 244, 250, 235, 237, 238, 239, 251, 240, 252, 254, 253, 241, 242, 255, 243, 245, 246, 244, 247, 253, 256, 248, 249, 257, 258, 259, 260, 244, 250, 262, 263, 264, 265, 251, 268, 252, 254, 253, 270, 271, 255, 272, 273, 274, 276, 277, 278, 256, 281, 282, 257, 258, 259, 260, 284, 285, 262, 263, 264, 265, 286, 268, 288, 289, 290, 270, 271, 291, 272, 273, 274, 276, 277, 278, 292, 281, 282, 293, 294, 295, 297, 284, 285, 298, 300, 301, 302, 286, 303, 288, 289, 290, 305, 308, 291, 304, 309, 310, 311, 315, 317, 292, 303, 318, 293, 294, 295, 297, 304, 319, 298, 300, 301, 302, 321, 303, 322, 323, 324, 305, 308, 1137, 304, 309, 310, 311, 315, 317, 326, 303, 318, 327, 1129, 328, 329, 330, 319, 331, 1118, 329, 334, 321, 336, 322, 323, 324, 325, 325, 325, 338, 339, 340, 325, 341, 325, 326, 342, 325, 327, 325, 328, 329, 330, 343, 331, 325, 329, 334, 325, 336, 1100, 344, 346, 325, 325, 325, 338, 339, 340, 325, 341, 325, 350, 342, 325, 351, 325, 352, 353, 344, 343, 354, 325, 344, 355, 325, 356, 344, 344, 346, 357, 359, 360, 361, 1098, 363, 364, 366, 367, 350, 368, 369, 351, 361, 352, 353, 344, 372, 354, 373, 344, 355, 362, 356, 371, 371, 362, 357, 359, 360, 361, 362, 363, 364, 366, 367, 374, 368, 369, 377, 371, 378, 380, 381, 372, 382, 373, 383, 384, 362, 385, 371, 371, 362, 386, 388, 389, 390, 362, 392, 393, 394, 388, 374, 395, 396, 377, 371, 378, 380, 381, 397, 382, 398, 383, 384, 399, 385, 401, 403, 400, 386, 388, 389, 390, 400, 392, 393, 394, 388, 404, 395, 396, 406, 407, 409, 410, 412, 397, 413, 398, 414, 416, 399, 417, 401, 403, 400, 419, 420, 421, 422, 400, 423, 424, 426, 428, 404, 430, 431, 406, 407, 409, 410, 412, 432, 413, 433, 414, 416, 434, 417, 437, 438, 435, 419, 420, 421, 422, 439, 423, 424, 426, 428, 435, 430, 431, 440, 441, 442, 443, 446, 432, 448, 433, 449, 450, 434, 451, 437, 438, 435, 452, 453, 454, 455, 439, 453, 456, 457, 458, 435, 459, 460, 440, 441, 442, 443, 446, 461, 448, 457, 449, 450, 458, 451, 462, 463, 464, 452, 453, 454, 455, 465, 453, 456, 457, 458, 466, 459, 460, 467, 468, 469, 470, 471, 461, 472, 457, 468, 473, 458, 474, 462, 463, 464, 475, 476, 478, 480, 465, 479, 479, 482, 481, 466, 483, 479, 467, 468, 469, 470, 471, 484, 472, 481, 468, 473, 485, 474, 482, 488, 489, 475, 476, 478, 480, 490, 479, 479, 482, 481, 487, 483, 479, 487, 491, 493, 492, 495, 484, 492, 481, 496, 497, 485, 498, 482, 488, 489, 499, 502, 507, 506, 490, 508, 510, 506, 511, 487, 506, 513, 487, 491, 493, 492, 495, 514, 492, 515, 496, 497, 516, 498, 517, 518, 519, 499, 502, 507, 506, 520, 508, 510, 506, 511, 521, 506, 513, 522, 523, 524, 526, 527, 514, 528, 515, 532, 534, 516, 536, 517, 518, 519, 537, 538, 540, 541, 520, 542, 539, 543, 544, 521, 545, 546, 522, 523, 524, 526, 527, 547, 528, 548, 532, 534, 549, 536, 539, 550, 551, 537, 538, 540, 541, 554, 542, 539, 543, 544, 556, 545, 546, 557, 558, 559, 559, 561, 547, 563, 548, 565, 566, 549, 559, 567, 550, 551, 569, 559, 570, 572, 554, 566, 573, 574, 575, 556, 576, 577, 557, 558, 559, 559, 561, 581, 563, 582, 565, 566, 583, 559, 567, 584, 585, 569, 559, 570, 572, 587, 566, 573, 574, 575, 586, 576, 577, 588, 589, 590, 591, 586, 581, 592, 582, 594, 595, 583, 596, 597, 584, 585, 598, 600, 601, 602, 587, 603, 604, 605, 606, 586, 607, 608, 588, 589, 590, 591, 586, 610, 592, 611, 594, 595, 612, 596, 597, 613, 614, 598, 600, 601, 602, 615, 603, 604, 605, 606, 616, 607, 608, 618, 619, 620, 621, 624, 610, 625, 611, 627, 628, 612, 629, 630, 613, 614, 631, 632, 633, 635, 615, 634, 634, 636, 638, 616, 639, 640, 618, 619, 620, 621, 624, 641, 625, 642, 627, 628, 643, 629, 630, 645, 1097, 631, 632, 633, 635, 1087, 634, 634, 636, 638, 647, 639, 640, 649, 651, 654, 655, 656, 641, 658, 642, 646, 659, 643, 660, 646, 645, 646, 662, 663, 665, 646, 646, 666, 667, 668, 669, 647, 670, 671, 649, 651, 654, 655, 656, 672, 658, 673, 646, 659, 674, 660, 646, 676, 646, 662, 663, 665, 646, 646, 666, 667, 668, 669, 678, 670, 671, 680, 684, 685, 686, 687, 672, 688, 673, 691, 692, 674, 693, 694, 676, 695, 697, 698, 699, 700, 692, 701, 702, 703, 704, 678, 705, 706, 680, 684, 685, 686, 687, 707, 688, 708, 691, 692, 709, 693, 694, 710, 695, 697, 698, 699, 700, 692, 701, 702, 703, 704, 711, 705, 706, 712, 713, 714, 715, 716, 707, 717, 708, 718, 719, 709, 720, 721, 710, 722, 723, 724, 725, 726, 728, 729, 732, 733, 735, 711, 736, 739, 712, 713, 714, 715, 716, 740, 717, 741, 718, 719, 742, 720, 721, 743, 722, 723, 724, 725, 726, 728, 729, 732, 733, 735, 744, 736, 739, 745, 746, 747, 748, 749, 740, 750, 741, 751, 752, 742, 753, 754, 743, 755, 757, 758, 759, 761, 762, 763, 764, 765, 766, 744, 767, 768, 745, 746, 747, 748, 749, 769, 750, 770, 751, 752, 771, 753, 754, 772, 755, 757, 758, 759, 761, 762, 763, 764, 765, 766, 773, 767, 768, 779, 780, 782, 786, 789, 769, 793, 770, 794, 795, 771, 796, 799, 772, 800, 801, 802, 803, 805, 804, 806, 807, 808, 809, 773, 806, 810, 779, 780, 782, 786, 789, 804, 793, 812, 794, 795, 806, 796, 799, 813, 800, 801, 802, 803, 805, 804, 806, 807, 808, 809, 814, 806, 810, 815, 816, 817, 818, 819, 804, 820, 812, 821, 822, 806, 823, 824, 813, 825, 826, 828, 829, 830, 831, 832, 833, 834, 835, 814, 836, 837, 815, 816, 817, 818, 819, 839, 820, 840, 821, 822, 841, 823, 824, 842, 825, 826, 828, 829, 830, 831, 832, 833, 834, 835, 844, 836, 837, 846, 847, 848, 849, 850, 839, 852, 840, 853, 854, 841, 855, 857, 842, 858, 859, 861, 863, 865, 866, 867, 855, 868, 870, 844, 871, 872, 846, 847, 848, 849, 850, 873, 852, 874, 853, 854, 875, 855, 857, 876, 858, 859, 861, 863, 865, 866, 867, 855, 868, 870, 877, 871, 872, 878, 879, 880, 881, 882, 873, 884, 874, 885, 886, 875, 887, 888, 876, 889, 890, 891, 892, 893, 894, 895, 896, 897, 899, 877, 900, 901, 878, 879, 880, 881, 882, 902, 884, 903, 885, 886, 904, 887, 888, 905, 889, 890, 891, 892, 893, 894, 895, 896, 897, 899, 909, 900, 901, 906, 910, 906, 915, 916, 902, 917, 903, 918, 919, 904, 920, 906, 905, 921, 922, 923, 924, 925, 927, 928, 929, 930, 931, 909, 932, 933, 935, 910, 936, 915, 916, 937, 917, 938, 918, 919, 939, 920, 942, 943, 921, 922, 923, 924, 925, 927, 928, 929, 930, 931, 941, 932, 933, 935, 941, 936, 945, 946, 937, 948, 938, 949, 951, 939, 952, 942, 943, 954, 955, 959, 958, 960, 964, 965, 966, 967, 968, 941, 970, 958, 971, 941, 972, 945, 946, 973, 948, 958, 949, 951, 976, 952, 978, 980, 954, 955, 959, 958, 960, 964, 965, 966, 967, 968, 981, 970, 958, 971, 985, 972, 986, 987, 973, 988, 958, 989, 990, 976, 991, 978, 980, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 981, 1002, 1003, 1004, 985, 1005, 986, 987, 1006, 988, 1007, 989, 990, 1008, 991, 1009, 1010, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1012, 1002, 1003, 1004, 1013, 1005, 1018, 1019, 1006, 1020, 1007, 1021, 1022, 1008, 1024, 1009, 1010, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1012, 1035, 1037, 1038, 1013, 1039, 1018, 1019, 1040, 1020, 1041, 1021, 1022, 1042, 1024, 1043, 1044, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1046, 1035, 1037, 1038, 1047, 1039, 1048, 1049, 1040, 1051, 1041, 1052, 1055, 1042, 1056, 1043, 1044, 1057, 1059, 1060, 1062, 1063, 1064, 1066, 1067, 1068, 1070, 1046, 1071, 1072, 1073, 1047, 1075, 1048, 1049, 1077, 1051, 1078, 1052, 1055, 1079, 1056, 1080, 1081, 1057, 1059, 1060, 1062, 1063, 1064, 1066, 1067, 1068, 1070, 1082, 1071, 1072, 1073, 1084, 1075, 1085, 1086, 1077, 1088, 1078, 1091, 1094, 1079, 1095, 1080, 1081, 1096, 1099, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1082, 1109, 1110, 1111, 1084, 1112, 1085, 1086, 1113, 1088, 1114, 1091, 1094, 1115, 1095, 1116, 1117, 1096, 1099, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1120, 1109, 1110, 1111, 1121, 1112, 1123, 1124, 1113, 1125, 1114, 1126, 1127, 1115, 1128, 1116, 1117, 1130, 1131, 1132, 1133, 1134, 1135, 1139, 1140, 1141, 1142, 1120, 1143, 1144, 1146, 1121, 1140, 1123, 1124, 1147, 1125, 1145, 1126, 1127, 1150, 1128, 1152, 1153, 1130, 1131, 1132, 1133, 1134, 1135, 1139, 1140, 1141, 1142, 1145, 1143, 1144, 1146, 1154, 1156, 1157, 1158, 1147, 1159, 1145, 1160, 1161, 1150, 1162, 1152, 1153, 1163, 1164, 1165, 1166, 1167, 1169, 1174, 1164, 1175, 1176, 1145, 1177, 1178, 1179, 1154, 1156, 1157, 1158, 1180, 1159, 1181, 1160, 1161, 1182, 1162, 1183, 1184, 1163, 1164, 1165, 1166, 1167, 1169, 1174, 1164, 1175, 1176, 1185, 1177, 1178, 1179, 1186, 1187, 1188, 1189, 1180, 1190, 1181, 1191, 1192, 1182, 1193, 1183, 1184, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1206, 1185, 1207, 1210, 1211, 1186, 1187, 1188, 1189, 1212, 1190, 1215, 1191, 1192, 1216, 1193, 1217, 1218, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1206, 1220, 1207, 1210, 1211, 1221, 1222, 1225, 1226, 1212, 1227, 1215, 1229, 1230, 1216, 1231, 1217, 1218, 1232, 1233, 1234, 1235, 1236, 1240, 1241, 1242, 1243, 1245, 1220, 1246, 1247, 1248, 1221, 1222, 1225, 1226, 1249, 1227, 1250, 1229, 1230, 1251, 1231, 1254, 1255, 1232, 1233, 1234, 1235, 1236, 1240, 1241, 1242, 1243, 1245, 1256, 1246, 1247, 1248, 1258, 1259, 1264, 1265, 1249, 1268, 1250, 1269, 1270, 1251, 1272, 1254, 1255, 1273, 1274, 1275, 1276, 1278, 1279, 1281, 1283, 1284, 1286, 1256, 1287, 1288, 1290, 1258, 1259, 1264, 1265, 1291, 1268, 1292, 1269, 1270, 1293, 1272, 1294, 1295, 1273, 1274, 1275, 1276, 1278, 1279, 1281, 1283, 1284, 1286, 1296, 1287, 1288, 1290, 1298, 1299, 1301, 1302, 1291, 1304, 1292, 1305, 1307, 1293, 1309, 1294, 1295, 1310, 1311, 1312, 1313, 1314, 1317, 1318, 1319, 1320, 1321, 1296, 1322, 1323, 1324, 1298, 1299, 1301, 1302, 1325, 1304, 1326, 1305, 1307, 1329, 1309, 1332, 1333, 1310, 1311, 1312, 1313, 1314, 1317, 1318, 1319, 1320, 1321, 1336, 1322, 1323, 1324, 1337, 1338, 1339, 1338, 1325, 1341, 1326, 1344, 1345, 1329, 1347, 1332, 1333, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1336, 1359, 1355, 1360, 1337, 1338, 1339, 1338, 1361, 1341, 1362, 1344, 1345, 1363, 1347, 1364, 1366, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1367, 1359, 1355, 1360, 1369, 1370, 1371, 1372, 1361, 1373, 1362, 1374, 1375, 1363, 1376, 1364, 1366, 1377, 1378, 1379, 1380, 1383, 1385, 1386, 1387, 1388, 1389, 1367, 1390, 1392, 1393, 1369, 1370, 1371, 1372, 1394, 1373, 1397, 1374, 1375, 1398, 1376, 1401, 1402, 1377, 1378, 1379, 1380, 1383, 1385, 1386, 1387, 1388, 1389, 1403, 1390, 1392, 1393, 1404, 1406, 1408, 1409, 1394, 1411, 1397, 1412, 1413, 1398, 1415, 1401, 1402, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1403, 1428, 1431, 1432, 1404, 1406, 1408, 1409, 1433, 1411, 1434, 1412, 1413, 1435, 1415, 1436, 1437, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1439, 1428, 1431, 1432, 1440, 1442, 1443, 1444, 1433, 1445, 1434, 1448, 1449, 1435, 1451, 1436, 1437, 1454, 1455, 1456, 1457, 1458, 1459, 1461, 1462, 1463, 1464, 1439, 1465, 1466, 1467, 1440, 1442, 1443, 1444, 1468, 1445, 1469, 1448, 1449, 1470, 1451, 1471, 1472, 1454, 1455, 1456, 1457, 1458, 1459, 1461, 1462, 1463, 1464, 1473, 1465, 1466, 1467, 1474, 1475, 1476, 1477, 1468, 1478, 1469, 1479, 1480, 1470, 1481, 1471, 1472, 1482, 1483, 1484, 1485, 1486, 1494, 1495, 1496, 1498, 1500, 1473, 1501, 1503, 1504, 1474, 1475, 1476, 1477, 1505, 1478, 1506, 1479, 1480, 1507, 1481, 1510, 1512, 1482, 1483, 1484, 1485, 1486, 1494, 1495, 1496, 1498, 1500, 1513, 1501, 1503, 1504, 1514, 1515, 1516, 1518, 1505, 1519, 1506, 1520, 1521, 1507, 1522, 1510, 1512, 1523, 1524, 1525, 1526, 1528, 1529, 1530, 1532, 1533, 1534, 1513, 1536, 1537, 1538, 1514, 1515, 1516, 1518, 1539, 1519, 1542, 1520, 1521, 1543, 1522, 1544, 1547, 1523, 1524, 1525, 1526, 1528, 1529, 1530, 1532, 1533, 1534, 1548, 1536, 1537, 1538, 1549, 1550, 1552, 1553, 1539, 1555, 1542, 1559, 1560, 1543, 1561, 1544, 1547, 1564, 1565, 1566, 1568, 1569, 1571, 1572, 1573, 1076, 1074, 1548, 1054, 1053, 1050, 1549, 1550, 1552, 1553, 1017, 1555, 1016, 1559, 1560, 1015, 1561, 1014, 977, 1564, 1565, 1566, 1568, 1569, 1571, 1572, 1573, 1578, 1578, 975, 974, 969, 961, 953, 944, 940, 934, 913, 912, 911, 908, 907, 898, 883, 845, 791, 783, 781, 778, 777, 776, 775, 774, 738, 737, 734, 689, 683, 682, 681, 679, 650, 648, 644, 622, 609, 568, 564, 562, 560, 555, 552, 533, 525, 509, 503, 500, 477, 447, 445, 444, 429, 405, 391, 376, 375, 370, 358, 348, 345, 335, 320, 316, 314, 306, 287, 275, 266, 224, 194, 179, 143, 123, 37, 5, 3, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576, 1576 } ; 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 1723 "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 1905 "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 >= 1577 ) 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 != 1576 ); 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 ANTI_NICK_FLOOD; } YY_BREAK case 14: YY_RULE_SETUP #line 140 "conf_lexer.l" { return ANTI_SPAM_EXIT_MESSAGE_TIME; } YY_BREAK case 15: YY_RULE_SETUP #line 141 "conf_lexer.l" { return IRCD_AUTH; } YY_BREAK case 16: YY_RULE_SETUP #line 142 "conf_lexer.l" { return AUTOCONN; } YY_BREAK case 17: YY_RULE_SETUP #line 143 "conf_lexer.l" { return T_BOTS; } YY_BREAK case 18: YY_RULE_SETUP #line 144 "conf_lexer.l" { return CALLER_ID_WAIT; } YY_BREAK case 19: YY_RULE_SETUP #line 145 "conf_lexer.l" { return T_CALLERID; } YY_BREAK case 20: YY_RULE_SETUP #line 146 "conf_lexer.l" { return CAN_FLOOD; } YY_BREAK case 21: YY_RULE_SETUP #line 147 "conf_lexer.l" { return T_CCONN; } YY_BREAK case 22: YY_RULE_SETUP #line 148 "conf_lexer.l" { return T_CCONN_FULL; } YY_BREAK case 23: YY_RULE_SETUP #line 149 "conf_lexer.l" { return CHANNEL; } YY_BREAK case 24: YY_RULE_SETUP #line 150 "conf_lexer.l" { return CIDR_BITLEN_IPV4; } YY_BREAK case 25: YY_RULE_SETUP #line 151 "conf_lexer.l" { return CIDR_BITLEN_IPV6; } YY_BREAK case 26: YY_RULE_SETUP #line 152 "conf_lexer.l" { return CLASS; } YY_BREAK case 27: YY_RULE_SETUP #line 153 "conf_lexer.l" { return T_CLUSTER; } YY_BREAK case 28: YY_RULE_SETUP #line 154 "conf_lexer.l" { return CONNECT; } YY_BREAK case 29: YY_RULE_SETUP #line 155 "conf_lexer.l" { return CONNECTFREQ; } YY_BREAK case 30: YY_RULE_SETUP #line 156 "conf_lexer.l" { return T_DEAF; } YY_BREAK case 31: YY_RULE_SETUP #line 157 "conf_lexer.l" { return T_DEBUG; } YY_BREAK case 32: YY_RULE_SETUP #line 158 "conf_lexer.l" { return DEFAULT_FLOODCOUNT; } YY_BREAK case 33: YY_RULE_SETUP #line 159 "conf_lexer.l" { return DEFAULT_SPLIT_SERVER_COUNT; } YY_BREAK case 34: YY_RULE_SETUP #line 160 "conf_lexer.l" { return DEFAULT_SPLIT_USER_COUNT; } YY_BREAK case 35: YY_RULE_SETUP #line 161 "conf_lexer.l" { return DENY; } YY_BREAK case 36: YY_RULE_SETUP #line 162 "conf_lexer.l" { return DESCRIPTION; } YY_BREAK case 37: YY_RULE_SETUP #line 163 "conf_lexer.l" { return DIE; } YY_BREAK case 38: YY_RULE_SETUP #line 164 "conf_lexer.l" { return DISABLE_AUTH; } YY_BREAK case 39: YY_RULE_SETUP #line 165 "conf_lexer.l" { return DISABLE_FAKE_CHANNELS; } YY_BREAK case 40: YY_RULE_SETUP #line 166 "conf_lexer.l" { return DISABLE_REMOTE_COMMANDS; } YY_BREAK case 41: YY_RULE_SETUP #line 167 "conf_lexer.l" { return T_DLINE; } YY_BREAK case 42: YY_RULE_SETUP #line 168 "conf_lexer.l" { return DOTS_IN_IDENT; } YY_BREAK case 43: YY_RULE_SETUP #line 169 "conf_lexer.l" { return EGDPOOL_PATH; } YY_BREAK case 44: YY_RULE_SETUP #line 170 "conf_lexer.l" { return EMAIL; } YY_BREAK case 45: YY_RULE_SETUP #line 171 "conf_lexer.l" { return ENCRYPTED; } YY_BREAK case 46: YY_RULE_SETUP #line 172 "conf_lexer.l" { return EXCEED_LIMIT; } YY_BREAK case 47: YY_RULE_SETUP #line 173 "conf_lexer.l" { return EXEMPT; } YY_BREAK case 48: YY_RULE_SETUP #line 174 "conf_lexer.l" { return T_EXTERNAL; } YY_BREAK case 49: YY_RULE_SETUP #line 175 "conf_lexer.l" { return FAILED_OPER_NOTICE; } YY_BREAK case 50: YY_RULE_SETUP #line 176 "conf_lexer.l" { return T_FARCONNECT; } YY_BREAK case 51: YY_RULE_SETUP #line 177 "conf_lexer.l" { return T_FILE; } YY_BREAK case 52: YY_RULE_SETUP #line 178 "conf_lexer.l" { return IRCD_FLAGS; } YY_BREAK case 53: YY_RULE_SETUP #line 179 "conf_lexer.l" { return FLATTEN_LINKS; } YY_BREAK case 54: YY_RULE_SETUP #line 180 "conf_lexer.l" { return T_FULL; } YY_BREAK case 55: YY_RULE_SETUP #line 181 "conf_lexer.l" { return GECOS; } YY_BREAK case 56: YY_RULE_SETUP #line 182 "conf_lexer.l" { return GENERAL; } YY_BREAK case 57: YY_RULE_SETUP #line 183 "conf_lexer.l" { return GLINE; } YY_BREAK case 58: YY_RULE_SETUP #line 184 "conf_lexer.l" { return GLINE_DURATION; } YY_BREAK case 59: YY_RULE_SETUP #line 185 "conf_lexer.l" { return GLINE_ENABLE; } YY_BREAK case 60: YY_RULE_SETUP #line 186 "conf_lexer.l" { return GLINE_EXEMPT; } YY_BREAK case 61: YY_RULE_SETUP #line 187 "conf_lexer.l" { return GLINE_MIN_CIDR; } YY_BREAK case 62: YY_RULE_SETUP #line 188 "conf_lexer.l" { return GLINE_MIN_CIDR6; } YY_BREAK case 63: YY_RULE_SETUP #line 189 "conf_lexer.l" { return GLINE_REQUEST_DURATION; } YY_BREAK case 64: YY_RULE_SETUP #line 190 "conf_lexer.l" { return GLOBAL_KILL; } YY_BREAK case 65: YY_RULE_SETUP #line 191 "conf_lexer.l" { return T_GLOBOPS; } YY_BREAK case 66: YY_RULE_SETUP #line 192 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 67: YY_RULE_SETUP #line 193 "conf_lexer.l" { return HAVENT_READ_CONF; } YY_BREAK case 68: YY_RULE_SETUP #line 194 "conf_lexer.l" { return HIDDEN; } YY_BREAK case 69: YY_RULE_SETUP #line 195 "conf_lexer.l" { return HIDDEN_NAME; } YY_BREAK case 70: YY_RULE_SETUP #line 196 "conf_lexer.l" { return HIDE_IDLE_FROM_OPERS; } YY_BREAK case 71: YY_RULE_SETUP #line 197 "conf_lexer.l" { return HIDE_SERVER_IPS; } YY_BREAK case 72: YY_RULE_SETUP #line 198 "conf_lexer.l" { return HIDE_SERVERS; } YY_BREAK case 73: YY_RULE_SETUP #line 199 "conf_lexer.l" { return HIDE_SERVICES; } YY_BREAK case 74: YY_RULE_SETUP #line 200 "conf_lexer.l" { return HIDE_SPOOF_IPS; } YY_BREAK case 75: YY_RULE_SETUP #line 201 "conf_lexer.l" { return HOST; } YY_BREAK case 76: YY_RULE_SETUP #line 202 "conf_lexer.l" { return HUB; } YY_BREAK case 77: YY_RULE_SETUP #line 203 "conf_lexer.l" { return HUB_MASK; } YY_BREAK case 78: YY_RULE_SETUP #line 204 "conf_lexer.l" { return IGNORE_BOGUS_TS; } YY_BREAK case 79: YY_RULE_SETUP #line 205 "conf_lexer.l" { return T_INVISIBLE; } YY_BREAK case 80: YY_RULE_SETUP #line 206 "conf_lexer.l" { return INVISIBLE_ON_CONNECT; } YY_BREAK case 81: YY_RULE_SETUP #line 207 "conf_lexer.l" { return IP; } YY_BREAK case 82: YY_RULE_SETUP #line 208 "conf_lexer.l" { return T_IPV4; } YY_BREAK case 83: YY_RULE_SETUP #line 209 "conf_lexer.l" { return T_IPV6; } YY_BREAK case 84: YY_RULE_SETUP #line 210 "conf_lexer.l" { return JOIN_FLOOD_COUNT; } YY_BREAK case 85: YY_RULE_SETUP #line 211 "conf_lexer.l" { return JOIN_FLOOD_TIME; } YY_BREAK case 86: YY_RULE_SETUP #line 212 "conf_lexer.l" { return KILL; } YY_BREAK case 87: YY_RULE_SETUP #line 213 "conf_lexer.l" { return KILL_CHASE_TIME_LIMIT; } YY_BREAK case 88: YY_RULE_SETUP #line 214 "conf_lexer.l" { return KLINE; } YY_BREAK case 89: YY_RULE_SETUP #line 215 "conf_lexer.l" { return KLINE_EXEMPT; } YY_BREAK case 90: YY_RULE_SETUP #line 216 "conf_lexer.l" { return KNOCK_DELAY; } YY_BREAK case 91: YY_RULE_SETUP #line 217 "conf_lexer.l" { return KNOCK_DELAY_CHANNEL; } YY_BREAK case 92: YY_RULE_SETUP #line 218 "conf_lexer.l" { return LEAF_MASK; } YY_BREAK case 93: YY_RULE_SETUP #line 219 "conf_lexer.l" { return LINKS_DELAY; } YY_BREAK case 94: YY_RULE_SETUP #line 220 "conf_lexer.l" { return LISTEN; } YY_BREAK case 95: YY_RULE_SETUP #line 221 "conf_lexer.l" { return T_LOCOPS; } YY_BREAK case 96: YY_RULE_SETUP #line 222 "conf_lexer.l" { return T_LOG; } YY_BREAK case 97: YY_RULE_SETUP #line 223 "conf_lexer.l" { return MASK; } YY_BREAK case 98: YY_RULE_SETUP #line 224 "conf_lexer.l" { return TMASKED; } YY_BREAK case 99: YY_RULE_SETUP #line 225 "conf_lexer.l" { return MAX_ACCEPT; } YY_BREAK case 100: YY_RULE_SETUP #line 226 "conf_lexer.l" { return MAX_BANS; } YY_BREAK case 101: YY_RULE_SETUP #line 227 "conf_lexer.l" { return MAX_CHANS_PER_OPER; } YY_BREAK case 102: YY_RULE_SETUP #line 228 "conf_lexer.l" { return MAX_CHANS_PER_USER; } YY_BREAK case 103: YY_RULE_SETUP #line 229 "conf_lexer.l" { return T_MAX_CLIENTS; } YY_BREAK case 104: YY_RULE_SETUP #line 230 "conf_lexer.l" { return MAX_GLOBAL; } YY_BREAK case 105: YY_RULE_SETUP #line 231 "conf_lexer.l" { return MAX_IDENT; } YY_BREAK case 106: YY_RULE_SETUP #line 232 "conf_lexer.l" { return MAX_IDLE; } YY_BREAK case 107: YY_RULE_SETUP #line 233 "conf_lexer.l" { return MAX_LOCAL; } YY_BREAK case 108: YY_RULE_SETUP #line 234 "conf_lexer.l" { return MAX_NICK_CHANGES; } YY_BREAK case 109: YY_RULE_SETUP #line 235 "conf_lexer.l" { return MAX_NICK_LENGTH; } YY_BREAK case 110: YY_RULE_SETUP #line 236 "conf_lexer.l" { return MAX_NICK_TIME; } YY_BREAK case 111: YY_RULE_SETUP #line 237 "conf_lexer.l" { return MAX_NUMBER; } YY_BREAK case 112: YY_RULE_SETUP #line 238 "conf_lexer.l" { return MAX_TARGETS; } YY_BREAK case 113: YY_RULE_SETUP #line 239 "conf_lexer.l" { return MAX_TOPIC_LENGTH; } YY_BREAK case 114: YY_RULE_SETUP #line 240 "conf_lexer.l" { return MAX_WATCH; } YY_BREAK case 115: YY_RULE_SETUP #line 241 "conf_lexer.l" { return MIN_IDLE; } YY_BREAK case 116: YY_RULE_SETUP #line 242 "conf_lexer.l" { return MIN_NONWILDCARD; } YY_BREAK case 117: YY_RULE_SETUP #line 243 "conf_lexer.l" { return MIN_NONWILDCARD_SIMPLE; } YY_BREAK case 118: YY_RULE_SETUP #line 244 "conf_lexer.l" { return MODULE; } YY_BREAK case 119: YY_RULE_SETUP #line 245 "conf_lexer.l" { return MODULES; } YY_BREAK case 120: YY_RULE_SETUP #line 246 "conf_lexer.l" { return MOTD; } YY_BREAK case 121: YY_RULE_SETUP #line 247 "conf_lexer.l" { return NAME; } YY_BREAK case 122: YY_RULE_SETUP #line 248 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 123: YY_RULE_SETUP #line 249 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 124: YY_RULE_SETUP #line 250 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 125: YY_RULE_SETUP #line 251 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 126: YY_RULE_SETUP #line 252 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 127: YY_RULE_SETUP #line 253 "conf_lexer.l" { return NICK; } YY_BREAK case 128: YY_RULE_SETUP #line 254 "conf_lexer.l" { return NO_CREATE_ON_SPLIT; } YY_BREAK case 129: YY_RULE_SETUP #line 255 "conf_lexer.l" { return NO_JOIN_ON_SPLIT; } YY_BREAK case 130: YY_RULE_SETUP #line 256 "conf_lexer.l" { return NO_OPER_FLOOD; } YY_BREAK case 131: YY_RULE_SETUP #line 257 "conf_lexer.l" { return NO_TILDE; } YY_BREAK case 132: YY_RULE_SETUP #line 258 "conf_lexer.l" { return T_NONONREG; } YY_BREAK case 133: YY_RULE_SETUP #line 259 "conf_lexer.l" { return NUMBER_PER_CIDR; } YY_BREAK case 134: YY_RULE_SETUP #line 260 "conf_lexer.l" { return NUMBER_PER_IP; } YY_BREAK case 135: YY_RULE_SETUP #line 261 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 136: YY_RULE_SETUP #line 262 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 137: YY_RULE_SETUP #line 263 "conf_lexer.l" { return OPER_PASS_RESV; } YY_BREAK case 138: YY_RULE_SETUP #line 264 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 139: YY_RULE_SETUP #line 265 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 140: YY_RULE_SETUP #line 266 "conf_lexer.l" { return OPERS_BYPASS_CALLERID; } YY_BREAK case 141: YY_RULE_SETUP #line 267 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 142: YY_RULE_SETUP #line 268 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 143: YY_RULE_SETUP #line 269 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 144: YY_RULE_SETUP #line 270 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 145: YY_RULE_SETUP #line 271 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 146: YY_RULE_SETUP #line 272 "conf_lexer.l" { return PATH; } YY_BREAK case 147: YY_RULE_SETUP #line 273 "conf_lexer.l" { return PING_COOKIE; } YY_BREAK case 148: YY_RULE_SETUP #line 274 "conf_lexer.l" { return PING_TIME; } YY_BREAK case 149: YY_RULE_SETUP #line 275 "conf_lexer.l" { return PORT; } YY_BREAK case 150: YY_RULE_SETUP #line 276 "conf_lexer.l" { return RESV; } YY_BREAK case 151: YY_RULE_SETUP #line 277 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 152: YY_RULE_SETUP #line 278 "conf_lexer.l" { return REASON; } YY_BREAK case 153: YY_RULE_SETUP #line 279 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 154: YY_RULE_SETUP #line 280 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 155: YY_RULE_SETUP #line 281 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 156: YY_RULE_SETUP #line 282 "conf_lexer.l" { return REHASH; } YY_BREAK case 157: YY_RULE_SETUP #line 283 "conf_lexer.l" { return T_REJ; } YY_BREAK case 158: YY_RULE_SETUP #line 284 "conf_lexer.l" { return REMOTE; } YY_BREAK case 159: YY_RULE_SETUP #line 285 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 160: YY_RULE_SETUP #line 286 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 161: YY_RULE_SETUP #line 287 "conf_lexer.l" { return RESV; } YY_BREAK case 162: YY_RULE_SETUP #line 288 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 163: YY_RULE_SETUP #line 289 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 164: YY_RULE_SETUP #line 290 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 165: YY_RULE_SETUP #line 291 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 166: YY_RULE_SETUP #line 292 "conf_lexer.l" { return SENDQ; } YY_BREAK case 167: YY_RULE_SETUP #line 293 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 168: YY_RULE_SETUP #line 294 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 169: YY_RULE_SETUP #line 295 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 170: YY_RULE_SETUP #line 296 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 171: YY_RULE_SETUP #line 297 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 172: YY_RULE_SETUP #line 298 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 173: YY_RULE_SETUP #line 299 "conf_lexer.l" { return T_SET; } YY_BREAK case 174: YY_RULE_SETUP #line 300 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 175: YY_RULE_SETUP #line 301 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 176: YY_RULE_SETUP #line 302 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 177: YY_RULE_SETUP #line 303 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 178: YY_RULE_SETUP #line 304 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 179: YY_RULE_SETUP #line 305 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 180: YY_RULE_SETUP #line 306 "conf_lexer.l" { return SPOOF; } YY_BREAK case 181: YY_RULE_SETUP #line 307 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 182: YY_RULE_SETUP #line 308 "conf_lexer.l" { return T_SPY; } YY_BREAK case 183: YY_RULE_SETUP #line 309 "conf_lexer.l" { return SQUIT; } YY_BREAK case 184: YY_RULE_SETUP #line 310 "conf_lexer.l" { return T_SSL; } YY_BREAK case 185: YY_RULE_SETUP #line 311 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 186: YY_RULE_SETUP #line 312 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 187: YY_RULE_SETUP #line 313 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 188: YY_RULE_SETUP #line 314 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 189: YY_RULE_SETUP #line 315 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 190: YY_RULE_SETUP #line 316 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 191: YY_RULE_SETUP #line 317 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 192: YY_RULE_SETUP #line 318 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 193: YY_RULE_SETUP #line 319 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 194: YY_RULE_SETUP #line 320 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 195: YY_RULE_SETUP #line 321 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 196: YY_RULE_SETUP #line 322 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 197: YY_RULE_SETUP #line 323 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 198: YY_RULE_SETUP #line 324 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 199: YY_RULE_SETUP #line 325 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 200: YY_RULE_SETUP #line 326 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 201: YY_RULE_SETUP #line 327 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 202: YY_RULE_SETUP #line 328 "conf_lexer.l" { return TYPE; } YY_BREAK case 203: YY_RULE_SETUP #line 329 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 204: YY_RULE_SETUP #line 330 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 205: YY_RULE_SETUP #line 331 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 206: YY_RULE_SETUP #line 332 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 207: YY_RULE_SETUP #line 333 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 208: YY_RULE_SETUP #line 334 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 209: YY_RULE_SETUP #line 335 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 210: YY_RULE_SETUP #line 336 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 211: YY_RULE_SETUP #line 337 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 212: YY_RULE_SETUP #line 338 "conf_lexer.l" { return USER; } YY_BREAK case 213: YY_RULE_SETUP #line 339 "conf_lexer.l" { return VHOST; } YY_BREAK case 214: YY_RULE_SETUP #line 340 "conf_lexer.l" { return VHOST6; } YY_BREAK case 215: YY_RULE_SETUP #line 341 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 216: YY_RULE_SETUP #line 342 "conf_lexer.l" { return T_WALLOPS; } YY_BREAK case 217: YY_RULE_SETUP #line 343 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 218: YY_RULE_SETUP #line 344 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 219: YY_RULE_SETUP #line 345 "conf_lexer.l" { return XLINE; } YY_BREAK case 220: YY_RULE_SETUP #line 347 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 221: YY_RULE_SETUP #line 348 "conf_lexer.l" { yylval.number = 0; return TBOOL; } YY_BREAK case 222: YY_RULE_SETUP #line 350 "conf_lexer.l" { return YEARS; } YY_BREAK case 223: YY_RULE_SETUP #line 351 "conf_lexer.l" { return YEARS; } YY_BREAK case 224: YY_RULE_SETUP #line 352 "conf_lexer.l" { return MONTHS; } YY_BREAK case 225: YY_RULE_SETUP #line 353 "conf_lexer.l" { return MONTHS; } YY_BREAK case 226: YY_RULE_SETUP #line 354 "conf_lexer.l" { return WEEKS; } YY_BREAK case 227: YY_RULE_SETUP #line 355 "conf_lexer.l" { return WEEKS; } YY_BREAK case 228: YY_RULE_SETUP #line 356 "conf_lexer.l" { return DAYS; } YY_BREAK case 229: YY_RULE_SETUP #line 357 "conf_lexer.l" { return DAYS; } YY_BREAK case 230: YY_RULE_SETUP #line 358 "conf_lexer.l" { return HOURS; } YY_BREAK case 231: YY_RULE_SETUP #line 359 "conf_lexer.l" { return HOURS; } YY_BREAK case 232: YY_RULE_SETUP #line 360 "conf_lexer.l" { return MINUTES; } YY_BREAK case 233: YY_RULE_SETUP #line 361 "conf_lexer.l" { return MINUTES; } YY_BREAK case 234: YY_RULE_SETUP #line 362 "conf_lexer.l" { return SECONDS; } YY_BREAK case 235: YY_RULE_SETUP #line 363 "conf_lexer.l" { return SECONDS; } YY_BREAK case 236: YY_RULE_SETUP #line 365 "conf_lexer.l" { return BYTES; } YY_BREAK case 237: YY_RULE_SETUP #line 366 "conf_lexer.l" { return BYTES; } YY_BREAK case 238: YY_RULE_SETUP #line 367 "conf_lexer.l" { return KBYTES; } YY_BREAK case 239: YY_RULE_SETUP #line 368 "conf_lexer.l" { return KBYTES; } YY_BREAK case 240: YY_RULE_SETUP #line 369 "conf_lexer.l" { return KBYTES; } YY_BREAK case 241: YY_RULE_SETUP #line 370 "conf_lexer.l" { return KBYTES; } YY_BREAK case 242: YY_RULE_SETUP #line 371 "conf_lexer.l" { return KBYTES; } YY_BREAK case 243: YY_RULE_SETUP #line 372 "conf_lexer.l" { return MBYTES; } YY_BREAK case 244: YY_RULE_SETUP #line 373 "conf_lexer.l" { return MBYTES; } YY_BREAK case 245: YY_RULE_SETUP #line 374 "conf_lexer.l" { return MBYTES; } YY_BREAK case 246: YY_RULE_SETUP #line 375 "conf_lexer.l" { return MBYTES; } YY_BREAK case 247: YY_RULE_SETUP #line 376 "conf_lexer.l" { return MBYTES; } YY_BREAK case 248: YY_RULE_SETUP #line 377 "conf_lexer.l" { return TWODOTS; } YY_BREAK case 249: 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 250: YY_RULE_SETUP #line 382 "conf_lexer.l" ECHO; YY_BREAK #line 3289 "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 >= 1577 ) 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 >= 1577 ) 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 == 1576); 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; }