#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 249 #define YY_END_OF_BUFFER 250 /* 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[1575] = { 0, 4, 4, 250, 248, 4, 3, 248, 5, 248, 248, 6, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 4, 3, 0, 7, 5, 247, 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, 241, 0, 0, 0, 0, 0, 0, 0, 246, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 228, 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, 156, 0, 0, 0, 0, 0, 0, 172, 0, 0, 175, 0, 0, 0, 0, 181, 0, 183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 219, 0, 0, 0, 0, 0, 15, 0, 17, 236, 0, 0, 0, 0, 0, 0, 0, 0, 227, 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, 230, 0, 0, 0, 82, 83, 0, 0, 86, 0, 0, 0, 0, 0, 0, 0, 97, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 134, 0, 0, 145, 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 226, 0, 222, 0, 0, 9, 0, 0, 0, 235, 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, 229, 0, 0, 0, 0, 240, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, 165, 0, 0, 0, 0, 0, 0, 177, 0, 179, 182, 189, 0, 0, 0, 0, 0, 0, 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 212, 0, 0, 0, 225, 218, 221, 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, 239, 0, 0, 0, 0, 0, 0, 94, 95, 98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 232, 0, 0, 118, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 0, 0, 0, 0, 0, 151, 0, 0, 155, 157, 0, 0, 0, 0, 234, 0, 166, 0, 0, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 203, 0, 0, 0, 207, 0, 0, 0, 213, 214, 0, 217, 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, 231, 0, 0, 119, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, 0, 0, 233, 0, 0, 0, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, 208, 209, 0, 215, 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, 238, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 106, 0, 0, 0, 0, 0, 0, 243, 115, 0, 0, 0, 0, 131, 0, 0, 0, 130, 0, 138, 0, 140, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 237, 0, 0, 92, 0, 0, 0, 0, 0, 105, 107, 0, 0, 0, 0, 114, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 141, 0, 147, 0, 0, 153, 154, 158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 206, 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, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 167, 168, 0, 171, 174, 0, 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, 137, 0, 146, 150, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 210, 0, 0, 0, 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, 124, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 178, 180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 199, 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, 123, 0, 0, 129, 0, 133, 0, 0, 0, 0, 0, 0, 164, 170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 0, 0, 200, 216, 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, 136, 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, 132, 0, 0, 0, 0, 0, 0, 185, 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, 128, 0, 135, 142, 0, 0, 0, 0, 0, 0, 190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 187, 188, 191, 192, 193, 194, 0, 0, 0, 32, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 101, 102, 0, 127, 0, 0, 0, 0, 0, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 0, 0, 0, 163, 0, 0, 0, 0, 0, 0, 0, 0, 70, 80, 0, 0, 0, 162, 184, 0, 0, 0, 0, 39, 0, 0, 87, 0, 139, 196, 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[1580] = { 0, 0, 0, 3021, 3022, 3018, 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, 3017, 0, 86, 3022, 0, 3022, 170, 3022, 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, 392, 385, 391, 400, 397, 387, 389, 398, 416, 393, 392, 410, 407, 463, 423, 438, 442, 446, 433, 447, 450, 433, 447, 459, 443, 462, 459, 468, 2976, 474, 480, 522, 492, 489, 496, 510, 501, 510, 515, 515, 512, 500, 3022, 518, 528, 509, 525, 520, 2975, 530, 535, 533, 539, 543, 550, 546, 560, 547, 568, 547, 571, 3022, 574, 563, 560, 564, 572, 564, 578, 571, 581, 575, 585, 585, 596, 582, 582, 593, 586, 603, 607, 614, 600, 604, 2974, 608, 617, 137, 614, 609, 619, 619, 632, 630, 626, 618, 625, 3022, 630, 2973, 622, 643, 627, 630, 632, 652, 658, 662, 647, 661, 658, 686, 674, 659, 675, 662, 674, 676, 665, 669, 684, 671, 669, 683, 693, 3022, 680, 691, 2972, 683, 698, 683, 3022, 702, 706, 3022, 721, 715, 710, 716, 3022, 725, 714, 715, 722, 730, 720, 738, 732, 739, 742, 727, 737, 738, 743, 751, 747, 747, 741, 755, 754, 769, 769, 767, 766, 3022, 773, 772, 775, 774, 2971, 3022, 788, 3022, 774, 791, 791, 784, 785, 2970, 781, 781, 797, 3022, 3022, 796, 783, 3022, 788, 807, 805, 2969, 798, 802, 794, 816, 806, 814, 829, 820, 3022, 819, 819, 3022, 823, 825, 839, 849, 831, 842, 2968, 3022, 832, 839, 835, 835, 3022, 3022, 2967, 850, 2966, 854, 852, 849, 2965, 844, 862, 852, 868, 900, 881, 886, 869, 883, 886, 891, 3022, 890, 2964, 890, 3022, 892, 890, 895, 895, 908, 913, 939, 2963, 898, 3022, 2962, 3022, 921, 912, 927, 926, 928, 932, 932, 952, 2961, 939, 942, 944, 954, 952, 940, 3022, 952, 962, 966, 954, 2991, 990, 956, 956, 963, 2991, 2958, 980, 995, 3022, 992, 978, 991, 996, 993, 988, 1001, 3022, 1006, 992, 998, 2957, 996, 996, 1011, 998, 998, 1002, 1017, 1023, 1016, 1014, 3022, 1013, 1035, 2956, 1043, 1048, 3022, 1046, 1049, 3022, 1042, 1050, 1048, 3022, 1052, 1048, 3022, 1048, 1061, 1046, 1053, 1064, 1055, 3022, 1065, 3022, 1070, 2955, 1060, 1057, 1056, 1071, 1068, 1092, 3022, 1082, 1080, 1080, 1096, 1085, 1102, 1081, 2954, 2953, 1095, 2952, 1099, 1095, 1111, 1114, 1117, 1111, 1108, 1117, 1107, 1115, 1124, 1125, 1108, 1105, 1129, 1133, 1128, 1150, 1137, 1151, 1151, 1141, 1144, 1160, 1159, 1164, 1159, 1154, 1153, 2951, 1173, 1160, 1154, 1175, 1177, 1164, 1171, 1174, 3022, 1193, 1183, 1188, 1192, 1208, 1198, 1210, 3022, 1205, 1204, 1220, 1210, 1222, 2950, 3022, 1226, 2949, 3022, 3022, 1223, 1221, 1225, 2948, 1211, 1228, 3022, 1220, 1214, 1224, 1225, 1237, 1233, 1237, 1254, 1242, 1252, 1260, 1253, 2976, 1254, 1259, 1272, 3022, 3022, 3022, 1272, 2946, 1258, 3022, 1270, 1264, 1267, 1274, 1267, 1278, 1273, 1277, 1269, 1268, 1269, 1276, 1291, 1284, 1287, 1285, 2945, 3022, 1316, 2944, 1304, 1306, 1309, 1323, 2943, 1303, 2942, 1320, 2941, 1325, 1326, 1311, 2940, 1331, 1322, 3022, 1327, 1317, 1333, 1335, 1339, 1339, 3022, 3022, 3022, 1343, 1336, 1351, 1344, 1344, 1366, 1369, 1371, 1362, 1358, 1365, 1362, 3022, 1363, 1365, 1373, 1373, 1369, 3022, 1384, 1386, 1390, 1381, 1388, 1393, 1381, 1378, 1393, 2939, 1385, 1402, 1394, 1393, 1412, 1412, 1425, 3022, 1410, 1414, 1421, 1412, 2938, 3022, 1420, 1431, 3022, 1435, 1418, 1415, 1432, 1440, 1424, 1443, 1437, 1442, 1428, 3022, 1436, 1438, 1437, 1436, 1442, 1451, 2937, 1443, 1475, 1455, 2936, 1464, 2935, 1468, 3022, 3022, 1478, 1484, 1472, 3022, 1488, 1491, 1489, 3022, 1478, 1483, 3022, 1494, 1484, 1481, 1499, 1502, 1490, 1501, 1499, 1497, 1493, 3022, 1495, 3022, 1515, 2934, 1513, 2933, 2932, 2931, 1529, 1524, 1525, 1523, 1535, 2930, 3022, 1522, 1530, 1536, 1541, 1536, 3022, 1531, 1545, 1537, 1540, 1535, 1540, 1545, 1555, 1546, 1544, 1561, 1561, 1544, 1564, 1556, 1582, 1583, 1571, 1577, 1587, 1592, 1583, 1593, 1598, 1589, 1599, 1596, 1595, 1602, 1601, 3022, 1602, 1585, 3022, 3022, 1604, 1591, 2929, 1604, 1592, 2928, 2927, 1608, 1600, 1602, 1597, 1611, 1617, 1622, 1627, 1635, 1641, 1631, 1635, 1642, 1643, 1635, 1636, 1654, 3022, 1652, 1636, 1647, 3022, 1641, 1652, 1648, 1644, 1655, 1650, 1654, 1652, 1650, 1666, 1671, 1661, 1661, 2926, 2925, 2924, 2923, 2922, 1690, 1691, 2921, 1694, 2920, 3022, 3022, 1694, 3022, 3022, 1693, 3022, 2919, 90, 1701, 1687, 1695, 1694, 3022, 3022, 1704, 1705, 1699, 1700, 1695, 1709, 1705, 1742, 1708, 1702, 1715, 1711, 3022, 1708, 1727, 1719, 1719, 1748, 1745, 1738, 1736, 1745, 1751, 1745, 1760, 1757, 1741, 1750, 3022, 1751, 1762, 1753, 1750, 1752, 1767, 1761, 1763, 1766, 1766, 3022, 1765, 1771, 1790, 1777, 3022, 1790, 2918, 1798, 1799, 1803, 1799, 1789, 3022, 1801, 1799, 1795, 1811, 3022, 1811, 1802, 1813, 3022, 1815, 3022, 1805, 3022, 1797, 1804, 1822, 1807, 3022, 1817, 1827, 1822, 1834, 1819, 1823, 1837, 1843, 1856, 1849, 1841, 1857, 1856, 2917, 1861, 1847, 1863, 1849, 1861, 1866, 1859, 1873, 1870, 1872, 1862, 1864, 1865, 1866, 2916, 1858, 1871, 1885, 1888, 1889, 1890, 1891, 1923, 2953, 2941, 1892, 1913, 2913, 2912, 2911, 3022, 1903, 1911, 1913, 1909, 1907, 1909, 1904, 1926, 1923, 1925, 1929, 3022, 1918, 1928, 1914, 1926, 1935, 1935, 1926, 2910, 1919, 1932, 1945, 1927, 1936, 2909, 1960, 1947, 1952, 2904, 1964, 1965, 3022, 1959, 1974, 3022, 1976, 1958, 2898, 1959, 1969, 3022, 3022, 1981, 1964, 1963, 2894, 3022, 3022, 1973, 1967, 1965, 1984, 1989, 2892, 1977, 1982, 1980, 1999, 2891, 2885, 1998, 2884, 1998, 3022, 2008, 2007, 3022, 3022, 3022, 2006, 2003, 2021, 2003, 2024, 2016, 2018, 2028, 2031, 2018, 2028, 2032, 2021, 2021, 2024, 2025, 2035, 2029, 2031, 2032, 2036, 2034, 2039, 2041, 2049, 2062, 3022, 2059, 2064, 2920, 2919, 2907, 1721, 2058, 2058, 2074, 2078, 2062, 3022, 2072, 2070, 2074, 2078, 2077, 2072, 2082, 2082, 2091, 2077, 2089, 2081, 3022, 2087, 2082, 2094, 2092, 2106, 2106, 2103, 2117, 3022, 2122, 2124, 2113, 2129, 1689, 2113, 2122, 1057, 869, 2123, 2115, 2116, 3022, 2127, 2125, 3022, 2137, 2141, 2138, 3022, 2130, 2138, 2147, 3022, 2137, 2134, 2142, 2141, 866, 2145, 858, 2143, 2142, 2147, 2150, 2156, 2176, 3022, 2179, 2165, 2181, 849, 2173, 3022, 3022, 2190, 3022, 3022, 2184, 2191, 2186, 848, 647, 2196, 492, 2179, 2194, 2195, 2196, 2198, 2195, 2196, 2201, 2187, 2197, 2203, 2205, 2193, 2202, 2207, 2199, 2228, 486, 3022, 2220, 2229, 3022, 2231, 2235, 2227, 2231, 2239, 2228, 480, 2238, 2242, 2247, 2233, 2245, 2236, 3022, 479, 3022, 2239, 2241, 2253, 2250, 2242, 2249, 2274, 2244, 2250, 469, 3022, 2266, 3022, 2272, 2269, 2276, 3022, 2287, 2290, 2277, 2293, 2294, 2287, 2283, 2288, 2302, 2287, 2294, 2303, 3022, 2300, 3022, 3022, 3022, 428, 2301, 2295, 2301, 2311, 2312, 2315, 2312, 2312, 2314, 2318, 2336, 2325, 2328, 2329, 2330, 2336, 2332, 2335, 2354, 2336, 3022, 2343, 2344, 2342, 2346, 2353, 2354, 2356, 2362, 2347, 3022, 422, 2348, 2349, 3022, 3022, 2357, 2353, 2363, 3022, 3022, 2375, 2361, 2382, 2376, 3022, 2388, 2381, 2385, 418, 417, 2387, 2394, 2395, 3022, 2404, 2391, 2396, 2404, 2408, 2400, 2414, 2412, 3022, 3022, 413, 2401, 2415, 2411, 2405, 412, 2407, 2404, 2412, 2415, 2427, 2429, 2430, 3022, 3022, 2438, 2436, 2446, 404, 2449, 2453, 381, 293, 287, 281, 2451, 2452, 280, 3022, 2457, 2456, 2445, 3022, 2449, 2445, 2447, 2452, 2466, 269, 2467, 2466, 3022, 2458, 3022, 2460, 2457, 259, 2461, 2464, 2463, 3022, 2461, 2466, 2484, 2468, 2480, 2486, 2497, 249, 2501, 2489, 3022, 2503, 2493, 3022, 2493, 2503, 3022, 2513, 3022, 2515, 2515, 2499, 2506, 2518, 2499, 3022, 3022, 2505, 2508, 2508, 2523, 2510, 2519, 2518, 2519, 2525, 2526, 3022, 237, 2537, 3022, 3022, 2543, 2549, 236, 3022, 2537, 2547, 2544, 2556, 229, 2546, 3022, 257, 2565, 2557, 200, 2553, 3022, 2554, 2560, 2562, 2572, 2573, 2578, 2566, 2577, 2575, 2564, 2581, 2572, 2585, 2577, 2596, 2596, 3022, 2595, 2588, 152, 2611, 2597, 2610, 2610, 2612, 2618, 2611, 2612, 2613, 2615, 2616, 2619, 3022, 3022, 2619, 144, 2612, 2630, 2617, 2636, 2635, 2630, 3022, 2620, 2636, 2633, 3022, 3022, 2635, 2631, 3022, 150, 2641, 2645, 2648, 2651, 3022, 2663, 145, 2660, 2653, 3022, 2662, 2658, 2674, 124, 2674, 109, 3022, 2666, 2671, 2669, 2681, 2674, 2675, 2677, 2678, 2676, 2677, 2688, 3022, 3022, 2681, 2678, 2697, 2689, 2690, 2706, 2697, 3022, 2705, 2710, 3022, 2713, 2712, 2722, 2723, 3022, 3022, 2712, 2724, 3022, 2722, 3022, 3022, 2729, 2728, 2732, 2735, 2735, 2737, 3022, 2718, 2719, 2720, 2721, 2727, 2734, 2731, 2736, 2735, 2741, 2749, 2756, 2770, 2777, 2774, 2775, 2772, 2777, 2767, 2769, 2779, 2769, 2786, 2783, 2781, 2785, 3022, 3022, 3022, 3022, 3022, 3022, 3022, 2786, 2793, 2779, 3022, 2794, 100, 2795, 2788, 3022, 2783, 2786, 2807, 2798, 2801, 3022, 3022, 2804, 3022, 2805, 2817, 2827, 2821, 2831, 3022, 2834, 2818, 2836, 2829, 2841, 2834, 2826, 2826, 2838, 3022, 2832, 2840, 2846, 3022, 2847, 2848, 2847, 95, 2840, 2838, 2844, 2849, 3022, 3022, 2845, 2855, 2867, 3022, 3022, 2858, 2878, 2883, 2866, 3022, 2884, 2875, 3022, 2885, 3022, 3022, 93, 2878, 2881, 2877, 3022, 3022, 2877, 2878, 2880, 3022, 2892, 2888, 3022, 2890, 2885, 2901, 3022, 3022, 3022, 105, 2948, 97, 84, 81 } ; static yyconst flex_int16_t yy_def[1580] = { 0, 1574, 1, 1574, 1574, 1574, 1575, 1576, 1577, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1575, 1576, 1574, 1577, 1574, 1574, 1574, 1577, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1578, 1579, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1578, 1578, 1579, 1579, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 0, 1574, 1574, 1574, 1574, 1574 } ; static yyconst flex_int16_t yy_nxt[3091] = { 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, 1014, 54, 102, 1012, 67, 68, 43, 40, 40, 61, 904, 106, 905, 62, 74, 69, 41, 63, 53, 70, 64, 75, 906, 65, 38, 66, 83, 71, 54, 102, 72, 67, 68, 43, 47, 48, 61, 49, 106, 73, 62, 74, 69, 50, 63, 51, 70, 64, 75, 80, 65, 76, 52, 1562, 71, 1547, 81, 72, 82, 77, 1518, 47, 48, 128, 49, 78, 73, 311, 312, 1454, 50, 79, 51, 131, 1427, 1428, 80, 107, 76, 52, 55, 108, 56, 81, 1452, 82, 77, 57, 58, 84, 128, 59, 78, 88, 60, 109, 85, 89, 79, 86, 131, 87, 129, 90, 107, 1446, 130, 55, 108, 56, 1440, 103, 1413, 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, 1392, 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, 1389, 1387, 159, 160, 142, 101, 143, 161, 1381, 1377, 144, 148, 96, 145, 97, 146, 98, 149, 147, 162, 99, 1353, 151, 152, 150, 158, 100, 153, 156, 159, 160, 1342, 101, 110, 161, 154, 111, 112, 148, 113, 155, 1336, 157, 114, 115, 116, 162, 117, 118, 151, 152, 168, 1327, 1324, 153, 156, 163, 169, 164, 1323, 110, 170, 154, 111, 112, 1322, 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, 198, 188, 200, 201, 204, 205, 207, 208, 189, 202, 199, 212, 1321, 190, 213, 214, 191, 193, 206, 195, 192, 196, 194, 209, 203, 215, 197, 198, 223, 200, 201, 204, 205, 207, 208, 1318, 202, 199, 212, 210, 211, 213, 214, 1307, 1302, 224, 232, 228, 1290, 1289, 209, 203, 215, 1276, 230, 223, 225, 233, 236, 1246, 226, 229, 227, 237, 238, 239, 210, 211, 216, 234, 217, 218, 224, 232, 228, 219, 231, 220, 240, 235, 221, 230, 241, 225, 233, 236, 222, 226, 229, 227, 237, 238, 239, 242, 244, 216, 234, 217, 218, 245, 1227, 252, 219, 231, 220, 240, 235, 221, 253, 241, 1215, 1208, 254, 222, 258, 259, 256, 1199, 255, 257, 242, 244, 261, 1181, 262, 263, 245, 246, 252, 264, 247, 265, 268, 260, 269, 253, 270, 248, 249, 254, 266, 258, 259, 256, 250, 255, 257, 267, 272, 261, 251, 262, 263, 273, 246, 274, 264, 247, 265, 268, 260, 269, 275, 270, 248, 249, 276, 266, 277, 278, 279, 250, 280, 281, 267, 272, 282, 251, 283, 284, 273, 285, 274, 286, 287, 288, 289, 290, 291, 275, 292, 293, 294, 276, 295, 277, 278, 279, 298, 280, 281, 299, 300, 282, 301, 283, 284, 296, 285, 302, 286, 287, 288, 289, 290, 291, 303, 292, 293, 294, 297, 295, 304, 305, 306, 298, 307, 309, 299, 300, 310, 301, 313, 314, 296, 315, 302, 317, 316, 318, 319, 320, 321, 303, 322, 323, 325, 297, 326, 304, 305, 306, 327, 307, 309, 329, 330, 310, 328, 313, 314, 331, 315, 332, 317, 316, 318, 319, 320, 321, 333, 322, 323, 325, 334, 326, 335, 336, 1179, 327, 341, 342, 329, 330, 343, 344, 345, 346, 331, 347, 332, 348, 349, 337, 350, 351, 352, 333, 353, 354, 338, 334, 358, 335, 336, 339, 359, 341, 342, 360, 340, 343, 344, 345, 346, 355, 347, 356, 348, 349, 337, 350, 351, 352, 361, 353, 354, 338, 362, 358, 363, 364, 339, 359, 365, 366, 360, 340, 367, 370, 368, 371, 355, 372, 356, 369, 373, 374, 377, 375, 378, 361, 379, 380, 381, 362, 382, 363, 364, 376, 383, 365, 366, 384, 387, 367, 370, 368, 371, 385, 372, 388, 389, 373, 374, 377, 375, 378, 386, 379, 380, 381, 390, 382, 391, 392, 376, 383, 393, 394, 384, 387, 395, 396, 397, 399, 385, 400, 388, 389, 401, 402, 403, 404, 406, 407, 408, 409, 410, 390, 411, 391, 392, 412, 413, 393, 394, 415, 416, 395, 396, 397, 399, 417, 400, 418, 419, 401, 402, 403, 404, 406, 407, 408, 409, 410, 420, 411, 421, 422, 412, 413, 423, 424, 415, 416, 425, 426, 427, 430, 417, 432, 418, 419, 428, 434, 435, 436, 437, 439, 441, 442, 431, 420, 443, 421, 422, 445, 429, 423, 424, 446, 447, 425, 426, 427, 430, 448, 432, 1178, 1172, 428, 434, 435, 436, 437, 439, 441, 442, 1162, 458, 443, 459, 460, 445, 429, 461, 1160, 446, 447, 1144, 462, 463, 464, 448, 449, 450, 451, 465, 467, 468, 452, 469, 453, 470, 471, 454, 458, 455, 459, 460, 472, 473, 461, 456, 479, 481, 457, 462, 463, 464, 482, 449, 450, 451, 465, 467, 468, 452, 469, 453, 470, 471, 454, 474, 455, 483, 484, 472, 473, 485, 456, 479, 481, 457, 486, 487, 488, 482, 490, 491, 497, 475, 494, 498, 492, 476, 495, 499, 500, 477, 474, 496, 483, 484, 493, 501, 485, 502, 507, 508, 509, 486, 487, 488, 512, 490, 491, 497, 475, 494, 498, 492, 476, 495, 499, 500, 504, 505, 496, 513, 514, 515, 501, 516, 502, 507, 508, 509, 517, 518, 519, 512, 506, 520, 521, 523, 524, 526, 527, 528, 529, 522, 530, 504, 505, 531, 513, 514, 515, 532, 516, 533, 536, 534, 537, 517, 518, 519, 535, 506, 520, 521, 523, 524, 526, 527, 528, 529, 522, 530, 538, 540, 531, 541, 542, 543, 532, 544, 533, 536, 534, 537, 545, 546, 547, 535, 548, 549, 550, 551, 552, 553, 554, 555, 556, 558, 559, 538, 540, 560, 541, 542, 543, 561, 544, 562, 565, 1143, 566, 545, 546, 547, 567, 548, 549, 550, 551, 552, 553, 554, 555, 556, 558, 559, 563, 568, 560, 569, 570, 571, 561, 574, 562, 565, 564, 566, 576, 577, 578, 567, 579, 580, 581, 583, 584, 585, 582, 586, 588, 590, 591, 563, 568, 592, 569, 570, 571, 593, 574, 587, 594, 564, 589, 576, 577, 578, 595, 579, 580, 581, 583, 584, 585, 582, 586, 588, 590, 591, 596, 597, 592, 598, 601, 599, 593, 602, 587, 594, 603, 589, 600, 604, 605, 595, 606, 607, 608, 610, 611, 612, 614, 619, 615, 617, 613, 596, 597, 620, 598, 601, 599, 621, 602, 616, 624, 603, 625, 600, 604, 605, 618, 606, 607, 608, 610, 611, 612, 614, 619, 615, 617, 613, 622, 626, 620, 623, 627, 630, 621, 628, 616, 624, 629, 625, 631, 632, 633, 618, 634, 635, 637, 639, 642, 643, 645, 640, 646, 647, 641, 622, 626, 648, 623, 627, 630, 649, 628, 650, 651, 629, 652, 631, 632, 633, 653, 634, 635, 637, 639, 642, 643, 645, 640, 646, 647, 641, 654, 655, 648, 656, 657, 658, 649, 660, 650, 651, 661, 652, 662, 663, 665, 653, 666, 667, 668, 671, 669, 672, 673, 674, 675, 676, 677, 654, 655, 678, 656, 657, 658, 679, 660, 680, 681, 661, 670, 662, 663, 665, 682, 666, 667, 668, 671, 669, 672, 673, 674, 675, 676, 677, 684, 686, 678, 687, 688, 694, 679, 696, 680, 681, 689, 690, 698, 701, 699, 682, 703, 704, 705, 691, 706, 707, 708, 709, 692, 700, 710, 684, 686, 711, 687, 688, 694, 712, 696, 713, 714, 689, 690, 698, 701, 699, 715, 703, 704, 705, 691, 706, 707, 708, 709, 692, 700, 710, 716, 718, 711, 719, 720, 721, 712, 717, 713, 714, 722, 723, 724, 725, 726, 715, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 716, 718, 739, 719, 720, 721, 740, 717, 741, 742, 722, 723, 724, 725, 726, 743, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 744, 745, 739, 746, 747, 748, 740, 749, 741, 742, 751, 752, 753, 754, 755, 743, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 744, 745, 767, 746, 747, 748, 768, 749, 769, 771, 751, 752, 753, 754, 755, 777, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 779, 772, 767, 781, 782, 773, 768, 774, 769, 771, 783, 775, 776, 784, 785, 777, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 779, 772, 797, 781, 782, 773, 798, 774, 799, 800, 783, 775, 776, 784, 785, 801, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 803, 807, 797, 808, 809, 810, 798, 811, 799, 800, 813, 814, 816, 817, 818, 801, 819, 820, 821, 822, 823, 815, 824, 825, 826, 827, 828, 803, 807, 829, 808, 809, 810, 830, 811, 831, 832, 813, 814, 816, 817, 818, 833, 819, 820, 821, 822, 823, 815, 824, 825, 826, 827, 828, 834, 835, 829, 836, 837, 838, 830, 839, 831, 832, 840, 841, 842, 843, 844, 833, 845, 846, 847, 848, 849, 850, 851, 852, 854, 855, 858, 834, 835, 859, 836, 837, 838, 860, 839, 861, 862, 840, 841, 842, 843, 844, 863, 845, 846, 847, 848, 849, 850, 851, 852, 854, 855, 858, 864, 865, 859, 866, 867, 868, 860, 869, 861, 862, 870, 871, 872, 873, 874, 863, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 864, 865, 886, 866, 867, 868, 887, 869, 888, 889, 870, 871, 872, 873, 874, 890, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 896, 897, 886, 899, 901, 902, 887, 907, 888, 889, 908, 909, 910, 911, 912, 890, 913, 914, 915, 918, 916, 1140, 922, 923, 924, 925, 1015, 896, 897, 926, 899, 901, 902, 917, 907, 927, 928, 908, 909, 910, 911, 912, 929, 913, 914, 915, 918, 916, 919, 922, 923, 924, 925, 920, 930, 931, 926, 932, 933, 934, 917, 935, 927, 928, 936, 921, 937, 938, 939, 929, 940, 941, 942, 943, 944, 919, 945, 946, 947, 948, 920, 930, 931, 949, 932, 933, 934, 950, 935, 951, 952, 936, 921, 937, 938, 939, 953, 940, 941, 942, 943, 944, 954, 945, 946, 947, 948, 955, 957, 958, 949, 959, 960, 961, 950, 962, 951, 952, 963, 964, 965, 967, 968, 953, 969, 970, 971, 972, 973, 954, 966, 974, 975, 976, 955, 957, 958, 977, 959, 960, 961, 978, 962, 979, 980, 963, 964, 965, 967, 968, 981, 969, 970, 971, 972, 973, 982, 966, 974, 975, 976, 983, 984, 985, 977, 986, 987, 988, 978, 990, 979, 980, 991, 992, 993, 994, 995, 981, 996, 997, 998, 999, 1000, 982, 1001, 1002, 1003, 1005, 983, 984, 985, 1006, 986, 987, 988, 1007, 990, 1008, 1009, 991, 992, 993, 994, 995, 1010, 996, 997, 998, 999, 1000, 1011, 1001, 1002, 1003, 1005, 904, 1016, 905, 1006, 1017, 1021, 1022, 1007, 1023, 1008, 1009, 1024, 906, 1025, 1026, 1027, 1010, 1028, 1029, 1030, 1031, 1032, 1011, 1033, 1034, 1035, 1036, 1037, 1016, 1038, 1040, 1017, 1021, 1022, 1041, 1023, 1042, 1043, 1024, 1044, 1025, 1026, 1027, 1048, 1028, 1029, 1030, 1031, 1032, 1049, 1033, 1034, 1035, 1036, 1037, 1046, 1038, 1040, 1051, 1047, 1052, 1041, 1053, 1042, 1043, 1054, 1044, 1055, 1056, 1058, 1048, 1059, 1063, 1064, 1060, 1066, 1049, 1067, 1068, 1069, 1070, 1072, 1046, 1061, 1073, 1051, 1047, 1052, 1074, 1053, 1075, 1062, 1054, 1078, 1055, 1056, 1058, 1080, 1059, 1063, 1064, 1060, 1066, 1081, 1067, 1068, 1069, 1070, 1072, 1082, 1061, 1073, 1083, 1084, 1085, 1074, 1086, 1075, 1062, 1087, 1078, 1088, 1089, 1090, 1080, 1091, 1092, 1093, 1094, 1095, 1081, 1096, 1097, 1098, 1099, 1100, 1082, 1101, 1102, 1083, 1084, 1085, 1103, 1086, 1104, 1105, 1087, 1106, 1088, 1089, 1090, 1107, 1091, 1092, 1093, 1094, 1095, 1108, 1096, 1097, 1098, 1099, 1100, 1109, 1101, 1102, 1110, 1111, 1112, 1103, 1113, 1104, 1105, 1114, 1106, 1115, 1116, 1117, 1107, 1118, 1119, 1120, 1121, 1122, 1108, 1123, 1124, 1125, 1126, 1127, 1109, 1128, 1129, 1110, 1111, 1112, 1130, 1113, 1131, 1132, 1114, 1133, 1115, 1116, 1117, 1134, 1118, 1119, 1120, 1121, 1122, 1135, 1123, 1124, 1125, 1126, 1127, 1136, 1128, 1129, 1137, 1138, 1139, 1130, 1141, 1131, 1132, 1142, 1133, 1145, 1146, 1147, 1134, 1148, 1149, 1150, 1151, 1152, 1135, 1153, 1154, 1155, 1156, 1157, 1136, 1158, 1159, 1137, 1138, 1139, 1161, 1141, 1163, 1164, 1142, 1165, 1145, 1146, 1147, 1166, 1148, 1149, 1150, 1151, 1152, 1167, 1153, 1154, 1155, 1156, 1157, 1168, 1158, 1159, 1169, 1170, 1171, 1161, 1173, 1163, 1164, 1174, 1165, 1175, 1176, 1177, 1166, 1180, 1182, 1183, 1184, 1185, 1167, 1186, 1187, 1188, 1189, 1190, 1168, 1191, 1192, 1169, 1170, 1171, 1193, 1173, 1194, 1195, 1174, 1196, 1175, 1176, 1177, 1197, 1180, 1182, 1183, 1184, 1185, 1198, 1186, 1187, 1188, 1189, 1190, 1200, 1191, 1192, 1201, 1202, 1203, 1193, 1204, 1194, 1195, 1205, 1196, 1206, 1207, 1209, 1197, 1210, 1211, 1212, 1213, 1214, 1198, 1216, 1219, 1220, 1217, 1221, 1200, 1222, 1225, 1201, 1202, 1203, 1218, 1204, 1226, 1228, 1205, 1229, 1206, 1207, 1209, 1223, 1210, 1211, 1212, 1213, 1214, 1230, 1216, 1219, 1220, 1217, 1221, 1231, 1222, 1225, 1232, 1233, 1224, 1234, 1235, 1226, 1228, 1236, 1229, 1237, 1238, 1239, 1223, 1240, 1242, 1243, 1244, 1245, 1230, 1241, 1247, 1248, 1249, 1250, 1231, 1251, 1252, 1232, 1233, 1224, 1234, 1235, 1253, 1254, 1236, 1255, 1237, 1238, 1239, 1256, 1240, 1242, 1243, 1244, 1245, 1257, 1241, 1247, 1248, 1249, 1250, 1258, 1251, 1252, 1259, 1260, 1261, 1262, 1263, 1253, 1254, 1264, 1255, 1265, 1266, 1267, 1256, 1268, 1269, 1270, 1271, 1272, 1257, 1273, 1274, 1275, 1277, 1278, 1258, 1279, 1280, 1259, 1260, 1261, 1262, 1263, 1281, 1282, 1264, 1283, 1265, 1266, 1267, 1284, 1268, 1269, 1270, 1271, 1272, 1285, 1273, 1274, 1275, 1277, 1278, 1286, 1279, 1280, 1287, 1288, 1291, 1292, 1293, 1281, 1282, 1294, 1283, 1295, 1296, 1297, 1284, 1298, 1299, 1300, 1301, 1303, 1285, 1304, 1305, 1306, 1308, 1309, 1286, 1310, 1311, 1287, 1288, 1291, 1292, 1293, 1312, 1313, 1294, 1314, 1295, 1296, 1297, 1315, 1298, 1299, 1300, 1301, 1303, 1316, 1304, 1305, 1306, 1308, 1309, 1317, 1310, 1311, 1319, 1320, 1325, 1326, 1328, 1312, 1313, 1329, 1314, 1330, 1331, 1332, 1315, 1333, 1334, 1335, 1337, 1338, 1316, 1339, 1340, 1341, 1343, 1344, 1317, 1345, 1346, 1319, 1320, 1325, 1326, 1328, 1347, 1348, 1329, 1349, 1330, 1331, 1332, 1350, 1333, 1334, 1335, 1337, 1338, 1351, 1339, 1340, 1341, 1343, 1344, 1352, 1345, 1346, 1354, 1355, 1356, 1357, 1358, 1347, 1348, 1359, 1349, 1360, 1361, 1362, 1350, 1363, 1364, 1365, 1366, 1367, 1351, 1368, 1369, 1370, 1371, 1372, 1352, 1373, 1374, 1354, 1355, 1356, 1357, 1358, 1375, 1376, 1359, 1378, 1360, 1361, 1362, 1379, 1363, 1364, 1365, 1366, 1367, 1380, 1368, 1369, 1370, 1371, 1372, 1382, 1373, 1374, 1383, 1384, 1386, 1385, 1388, 1375, 1376, 1390, 1378, 1391, 1393, 1394, 1379, 1395, 1396, 1397, 1398, 1399, 1380, 1400, 1402, 1403, 1404, 1405, 1382, 1401, 1406, 1383, 1384, 1386, 1385, 1388, 1407, 1408, 1390, 1409, 1391, 1393, 1394, 1410, 1395, 1396, 1397, 1398, 1399, 1411, 1400, 1402, 1403, 1404, 1405, 1412, 1401, 1406, 1414, 1415, 1416, 1417, 1418, 1407, 1408, 1419, 1409, 1420, 1421, 1422, 1410, 1423, 1424, 1425, 1426, 1429, 1411, 1430, 1431, 1432, 1433, 1434, 1412, 1435, 1436, 1414, 1415, 1416, 1417, 1418, 1437, 1438, 1419, 1439, 1420, 1421, 1422, 1441, 1423, 1424, 1425, 1426, 1429, 1442, 1430, 1431, 1432, 1433, 1434, 1443, 1435, 1436, 1444, 1445, 1447, 1448, 1449, 1437, 1438, 1450, 1439, 1451, 1453, 1455, 1441, 1456, 1457, 1458, 1459, 1460, 1442, 1461, 1462, 1463, 1464, 1465, 1443, 1466, 1467, 1444, 1445, 1447, 1448, 1449, 1468, 1469, 1450, 1470, 1451, 1453, 1455, 1471, 1456, 1457, 1458, 1459, 1460, 1472, 1461, 1462, 1463, 1464, 1465, 1473, 1466, 1467, 1474, 1475, 1476, 1477, 1478, 1468, 1469, 1479, 1470, 1480, 1481, 1482, 1471, 1483, 1484, 1485, 1486, 1487, 1472, 1488, 1489, 1490, 1491, 1492, 1473, 1493, 1494, 1474, 1475, 1476, 1477, 1478, 1495, 1496, 1479, 1497, 1480, 1481, 1482, 1498, 1483, 1484, 1485, 1486, 1487, 1499, 1488, 1489, 1490, 1491, 1492, 1500, 1493, 1494, 1501, 1502, 1503, 1504, 1505, 1495, 1496, 1506, 1497, 1507, 1508, 1509, 1498, 1510, 1511, 1512, 1513, 1514, 1499, 1515, 1516, 1517, 1519, 1520, 1500, 1521, 1522, 1501, 1502, 1503, 1504, 1505, 1523, 1524, 1506, 1525, 1507, 1508, 1509, 1526, 1510, 1511, 1512, 1513, 1514, 1527, 1515, 1516, 1517, 1519, 1520, 1528, 1521, 1522, 1529, 1530, 1531, 1532, 1533, 1523, 1524, 1534, 1525, 1535, 1536, 1537, 1526, 1538, 1539, 1540, 1541, 1542, 1527, 1543, 1544, 1545, 1546, 1548, 1528, 1549, 1550, 1529, 1530, 1531, 1532, 1533, 1551, 1552, 1534, 1553, 1535, 1536, 1537, 1554, 1538, 1539, 1540, 1541, 1542, 1555, 1543, 1544, 1545, 1546, 1548, 1556, 1549, 1550, 1557, 1558, 1559, 1560, 1561, 1551, 1552, 1563, 1553, 1564, 1565, 1566, 1554, 1567, 1568, 1569, 1570, 1571, 1555, 1572, 1573, 1015, 1013, 1013, 1556, 1079, 1077, 1557, 1558, 1559, 1560, 1561, 1076, 1071, 1563, 1065, 1564, 1565, 1566, 1057, 1567, 1568, 1569, 1570, 1571, 1050, 1572, 1573, 39, 39, 1045, 1039, 1020, 1019, 1018, 1015, 1013, 1004, 989, 956, 903, 900, 898, 895, 894, 893, 892, 891, 857, 856, 853, 812, 806, 805, 804, 802, 780, 778, 770, 750, 738, 702, 697, 695, 693, 685, 683, 664, 659, 644, 638, 636, 609, 575, 573, 572, 557, 539, 525, 511, 510, 503, 489, 480, 478, 466, 444, 440, 438, 433, 414, 405, 398, 357, 324, 308, 271, 243, 37, 37, 1574, 3, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574 } ; static yyconst flex_int16_t yy_chk[3091] = { 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, 1579, 13, 26, 1578, 16, 16, 9, 39, 39, 15, 790, 28, 790, 15, 18, 16, 1577, 15, 13, 17, 15, 18, 790, 15, 1575, 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, 1556, 17, 1533, 20, 17, 20, 19, 1497, 12, 12, 33, 12, 19, 17, 182, 182, 1414, 12, 19, 12, 35, 1382, 1382, 20, 29, 19, 12, 14, 29, 14, 20, 1412, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 29, 22, 23, 19, 22, 35, 22, 34, 23, 29, 1405, 34, 14, 29, 14, 1398, 27, 1366, 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, 1344, 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, 1341, 1338, 65, 66, 55, 25, 55, 67, 1332, 1326, 56, 59, 25, 57, 25, 58, 25, 60, 59, 68, 25, 1295, 62, 62, 61, 64, 25, 62, 63, 65, 66, 1283, 25, 30, 67, 62, 30, 30, 59, 30, 62, 1275, 63, 30, 30, 30, 68, 30, 30, 62, 62, 71, 1264, 1261, 62, 63, 69, 72, 69, 1260, 30, 73, 62, 30, 30, 1259, 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, 95, 88, 96, 97, 99, 100, 101, 102, 89, 98, 95, 104, 1258, 89, 105, 106, 90, 91, 100, 92, 90, 93, 91, 103, 98, 107, 94, 95, 109, 96, 97, 99, 100, 101, 102, 1255, 98, 95, 104, 103, 103, 105, 106, 1242, 1237, 110, 113, 111, 1222, 1221, 103, 98, 107, 1203, 112, 109, 110, 114, 116, 1171, 110, 111, 110, 117, 118, 119, 103, 103, 108, 115, 108, 108, 110, 113, 111, 108, 112, 108, 120, 115, 108, 112, 121, 110, 114, 116, 108, 110, 111, 110, 117, 118, 119, 122, 124, 108, 115, 108, 108, 125, 1146, 127, 108, 112, 108, 120, 115, 108, 128, 121, 1135, 1127, 129, 108, 131, 132, 130, 1116, 129, 130, 122, 124, 133, 1098, 134, 135, 125, 126, 127, 136, 126, 138, 140, 132, 141, 128, 142, 126, 126, 129, 139, 131, 132, 130, 126, 129, 130, 139, 144, 133, 126, 134, 135, 145, 126, 146, 136, 126, 138, 140, 132, 141, 147, 142, 126, 126, 148, 139, 149, 150, 151, 126, 152, 153, 139, 144, 154, 126, 155, 157, 145, 158, 146, 159, 160, 161, 162, 163, 164, 147, 165, 166, 167, 148, 168, 149, 150, 151, 170, 152, 153, 171, 172, 154, 173, 155, 157, 169, 158, 174, 159, 160, 161, 162, 163, 164, 175, 165, 166, 167, 169, 168, 176, 176, 177, 170, 178, 180, 171, 172, 181, 173, 183, 184, 169, 185, 174, 186, 185, 187, 188, 189, 190, 175, 191, 193, 195, 169, 196, 176, 176, 177, 197, 178, 180, 198, 199, 181, 197, 183, 184, 200, 185, 201, 186, 185, 187, 188, 189, 190, 202, 191, 193, 195, 203, 196, 204, 205, 1096, 197, 207, 208, 198, 199, 209, 210, 211, 212, 200, 213, 201, 214, 215, 206, 216, 217, 218, 202, 219, 221, 206, 203, 224, 204, 205, 206, 225, 207, 208, 226, 206, 209, 210, 211, 212, 222, 213, 222, 214, 215, 206, 216, 217, 218, 228, 219, 221, 206, 229, 224, 231, 232, 206, 225, 233, 234, 226, 206, 236, 238, 237, 239, 222, 240, 222, 237, 241, 242, 244, 243, 245, 228, 246, 247, 248, 229, 249, 231, 232, 243, 250, 233, 234, 251, 253, 236, 238, 237, 239, 252, 240, 254, 255, 241, 242, 244, 243, 245, 252, 246, 247, 248, 256, 249, 257, 258, 243, 250, 259, 261, 251, 253, 262, 263, 264, 267, 252, 269, 254, 255, 270, 271, 272, 273, 275, 276, 277, 280, 281, 256, 283, 257, 258, 284, 285, 259, 261, 287, 288, 262, 263, 264, 267, 289, 269, 290, 291, 270, 271, 272, 273, 275, 276, 277, 280, 281, 292, 283, 293, 294, 284, 285, 296, 297, 287, 288, 299, 300, 301, 303, 289, 304, 290, 291, 302, 307, 308, 309, 310, 314, 316, 317, 303, 292, 318, 293, 294, 320, 302, 296, 297, 321, 322, 299, 300, 301, 303, 323, 304, 1095, 1085, 302, 307, 308, 309, 310, 314, 316, 317, 1074, 325, 318, 326, 327, 320, 302, 328, 1072, 321, 322, 1052, 328, 329, 330, 323, 324, 324, 324, 332, 334, 336, 324, 337, 324, 338, 339, 324, 325, 324, 326, 327, 340, 341, 328, 324, 344, 348, 324, 328, 329, 330, 349, 324, 324, 324, 332, 334, 336, 324, 337, 324, 338, 339, 324, 342, 324, 350, 351, 340, 341, 352, 324, 344, 348, 324, 353, 354, 355, 349, 357, 358, 361, 342, 360, 362, 359, 342, 360, 364, 365, 342, 342, 360, 350, 351, 359, 366, 352, 367, 370, 371, 372, 353, 354, 355, 375, 357, 358, 361, 342, 360, 362, 359, 342, 360, 364, 365, 369, 369, 360, 376, 378, 379, 366, 380, 367, 370, 371, 372, 381, 382, 383, 375, 369, 384, 386, 387, 388, 390, 391, 392, 393, 386, 394, 369, 369, 395, 376, 378, 379, 396, 380, 397, 399, 398, 401, 381, 382, 383, 398, 369, 384, 386, 387, 388, 390, 391, 392, 393, 386, 394, 402, 404, 395, 405, 407, 408, 396, 410, 397, 399, 398, 401, 411, 412, 414, 398, 415, 417, 418, 419, 420, 421, 422, 424, 426, 428, 429, 402, 404, 430, 405, 407, 408, 431, 410, 432, 435, 1051, 436, 411, 412, 414, 437, 415, 417, 418, 419, 420, 421, 422, 424, 426, 428, 429, 433, 438, 430, 439, 440, 441, 431, 444, 432, 435, 433, 436, 446, 447, 448, 437, 449, 450, 451, 452, 453, 454, 451, 455, 456, 457, 458, 433, 438, 459, 439, 440, 441, 460, 444, 455, 461, 433, 456, 446, 447, 448, 462, 449, 450, 451, 452, 453, 454, 451, 455, 456, 457, 458, 463, 464, 459, 465, 467, 466, 460, 468, 455, 461, 469, 456, 466, 470, 471, 462, 472, 473, 474, 476, 477, 477, 478, 481, 479, 480, 477, 463, 464, 482, 465, 467, 466, 483, 468, 479, 486, 469, 487, 466, 470, 471, 480, 472, 473, 474, 476, 477, 477, 478, 481, 479, 480, 477, 485, 488, 482, 485, 489, 491, 483, 490, 479, 486, 490, 487, 493, 494, 495, 480, 496, 497, 500, 504, 505, 506, 508, 504, 509, 511, 504, 485, 488, 512, 485, 489, 491, 513, 490, 514, 515, 490, 516, 493, 494, 495, 517, 496, 497, 500, 504, 505, 506, 508, 504, 509, 511, 504, 518, 519, 512, 520, 521, 522, 513, 524, 514, 515, 525, 516, 526, 530, 532, 517, 534, 535, 536, 538, 537, 539, 540, 541, 542, 543, 544, 518, 519, 545, 520, 521, 522, 546, 524, 547, 548, 525, 537, 526, 530, 532, 549, 534, 535, 536, 538, 537, 539, 540, 541, 542, 543, 544, 552, 554, 545, 555, 556, 559, 546, 561, 547, 548, 557, 557, 563, 565, 564, 549, 567, 568, 570, 557, 571, 572, 573, 574, 557, 564, 575, 552, 554, 579, 555, 556, 559, 580, 561, 581, 582, 557, 557, 563, 565, 564, 583, 567, 568, 570, 557, 571, 572, 573, 574, 557, 564, 575, 584, 585, 579, 586, 587, 588, 580, 584, 581, 582, 589, 590, 592, 593, 594, 583, 595, 596, 598, 599, 600, 601, 602, 603, 604, 605, 606, 584, 585, 608, 586, 587, 588, 609, 584, 610, 611, 589, 590, 592, 593, 594, 612, 595, 596, 598, 599, 600, 601, 602, 603, 604, 605, 606, 613, 614, 608, 616, 617, 618, 609, 619, 610, 611, 622, 623, 625, 626, 627, 612, 628, 629, 630, 631, 632, 632, 633, 634, 636, 637, 638, 613, 614, 639, 616, 617, 618, 640, 619, 641, 643, 622, 623, 625, 626, 627, 645, 628, 629, 630, 631, 632, 632, 633, 634, 636, 637, 638, 647, 644, 639, 649, 652, 644, 640, 644, 641, 643, 653, 644, 644, 654, 656, 645, 657, 658, 660, 661, 663, 664, 665, 666, 667, 668, 669, 647, 644, 670, 649, 652, 644, 671, 644, 672, 674, 653, 644, 644, 654, 656, 676, 657, 658, 660, 661, 663, 664, 665, 666, 667, 668, 669, 678, 682, 670, 683, 684, 685, 671, 686, 672, 674, 689, 690, 691, 692, 693, 676, 695, 696, 697, 698, 699, 690, 700, 701, 702, 703, 704, 678, 682, 705, 683, 684, 685, 706, 686, 707, 708, 689, 690, 691, 692, 693, 709, 695, 696, 697, 698, 699, 690, 700, 701, 702, 703, 704, 710, 711, 705, 712, 713, 714, 706, 715, 707, 708, 716, 717, 718, 719, 720, 709, 721, 722, 723, 724, 726, 727, 730, 731, 733, 734, 737, 710, 711, 738, 712, 713, 714, 739, 715, 740, 741, 716, 717, 718, 719, 720, 742, 721, 722, 723, 724, 726, 727, 730, 731, 733, 734, 737, 743, 744, 738, 745, 746, 747, 739, 748, 740, 741, 749, 750, 751, 752, 753, 742, 755, 756, 757, 759, 760, 761, 762, 763, 764, 765, 766, 743, 744, 767, 745, 746, 747, 768, 748, 769, 770, 749, 750, 751, 752, 753, 771, 755, 756, 757, 759, 760, 761, 762, 763, 764, 765, 766, 777, 778, 767, 780, 784, 787, 768, 791, 769, 770, 792, 793, 794, 797, 798, 771, 799, 800, 801, 803, 802, 1048, 805, 806, 807, 808, 1015, 777, 778, 810, 780, 784, 787, 802, 791, 811, 812, 792, 793, 794, 797, 798, 813, 799, 800, 801, 803, 802, 804, 805, 806, 807, 808, 804, 814, 815, 810, 816, 817, 818, 802, 819, 811, 812, 820, 804, 821, 822, 823, 813, 824, 826, 827, 828, 829, 804, 830, 831, 832, 833, 804, 814, 815, 834, 816, 817, 818, 835, 819, 837, 838, 820, 804, 821, 822, 823, 839, 824, 826, 827, 828, 829, 840, 830, 831, 832, 833, 842, 844, 845, 834, 846, 847, 848, 835, 850, 837, 838, 851, 852, 853, 855, 856, 839, 857, 859, 861, 863, 864, 840, 853, 865, 866, 868, 842, 844, 845, 869, 846, 847, 848, 870, 850, 871, 872, 851, 852, 853, 855, 856, 873, 857, 859, 861, 863, 864, 874, 853, 865, 866, 868, 875, 876, 877, 869, 878, 879, 880, 870, 882, 871, 872, 883, 884, 885, 886, 887, 873, 888, 889, 890, 891, 892, 874, 893, 894, 895, 897, 875, 876, 877, 898, 878, 879, 880, 899, 882, 900, 901, 883, 884, 885, 886, 887, 902, 888, 889, 890, 891, 892, 903, 893, 894, 895, 897, 904, 907, 904, 898, 908, 913, 914, 899, 915, 900, 901, 916, 904, 917, 918, 919, 902, 920, 921, 922, 923, 925, 903, 926, 927, 928, 929, 930, 907, 931, 933, 908, 913, 914, 934, 915, 935, 936, 916, 937, 917, 918, 919, 940, 920, 921, 922, 923, 925, 941, 926, 927, 928, 929, 930, 939, 931, 933, 943, 939, 944, 934, 946, 935, 936, 947, 937, 949, 950, 952, 940, 953, 957, 958, 956, 962, 941, 963, 964, 965, 966, 968, 939, 956, 969, 943, 939, 944, 970, 946, 971, 956, 947, 974, 949, 950, 952, 976, 953, 957, 958, 956, 962, 978, 963, 964, 965, 966, 968, 979, 956, 969, 983, 984, 985, 970, 986, 971, 956, 987, 974, 988, 989, 990, 976, 991, 992, 993, 994, 995, 978, 996, 997, 998, 999, 1000, 979, 1001, 1002, 983, 984, 985, 1003, 986, 1004, 1005, 987, 1006, 988, 989, 990, 1007, 991, 992, 993, 994, 995, 1008, 996, 997, 998, 999, 1000, 1010, 1001, 1002, 1011, 1016, 1017, 1003, 1018, 1004, 1005, 1019, 1006, 1020, 1022, 1023, 1007, 1024, 1025, 1026, 1027, 1028, 1008, 1029, 1030, 1031, 1032, 1033, 1010, 1035, 1036, 1011, 1016, 1017, 1037, 1018, 1038, 1039, 1019, 1040, 1020, 1022, 1023, 1041, 1024, 1025, 1026, 1027, 1028, 1042, 1029, 1030, 1031, 1032, 1033, 1044, 1035, 1036, 1045, 1046, 1047, 1037, 1049, 1038, 1039, 1050, 1040, 1053, 1054, 1055, 1041, 1057, 1058, 1060, 1061, 1062, 1042, 1064, 1065, 1066, 1068, 1069, 1044, 1070, 1071, 1045, 1046, 1047, 1073, 1049, 1075, 1076, 1050, 1077, 1053, 1054, 1055, 1078, 1057, 1058, 1060, 1061, 1062, 1079, 1064, 1065, 1066, 1068, 1069, 1080, 1070, 1071, 1082, 1083, 1084, 1073, 1086, 1075, 1076, 1089, 1077, 1092, 1093, 1094, 1078, 1097, 1099, 1100, 1101, 1102, 1079, 1103, 1104, 1105, 1106, 1107, 1080, 1108, 1109, 1082, 1083, 1084, 1110, 1086, 1111, 1112, 1089, 1113, 1092, 1093, 1094, 1114, 1097, 1099, 1100, 1101, 1102, 1115, 1103, 1104, 1105, 1106, 1107, 1118, 1108, 1109, 1119, 1121, 1122, 1110, 1123, 1111, 1112, 1124, 1113, 1125, 1126, 1128, 1114, 1129, 1130, 1131, 1132, 1133, 1115, 1137, 1139, 1140, 1138, 1141, 1118, 1142, 1144, 1119, 1121, 1122, 1138, 1123, 1145, 1148, 1124, 1150, 1125, 1126, 1128, 1143, 1129, 1130, 1131, 1132, 1133, 1151, 1137, 1139, 1140, 1138, 1141, 1152, 1142, 1144, 1154, 1155, 1143, 1156, 1157, 1145, 1148, 1158, 1150, 1159, 1160, 1161, 1143, 1162, 1163, 1164, 1165, 1167, 1151, 1162, 1172, 1173, 1174, 1175, 1152, 1176, 1177, 1154, 1155, 1143, 1156, 1157, 1178, 1179, 1158, 1180, 1159, 1160, 1161, 1181, 1162, 1163, 1164, 1165, 1167, 1182, 1162, 1172, 1173, 1174, 1175, 1183, 1176, 1177, 1184, 1185, 1186, 1187, 1188, 1178, 1179, 1189, 1180, 1190, 1191, 1193, 1181, 1194, 1195, 1196, 1197, 1198, 1182, 1199, 1200, 1201, 1204, 1205, 1183, 1208, 1209, 1184, 1185, 1186, 1187, 1188, 1210, 1213, 1189, 1214, 1190, 1191, 1193, 1215, 1194, 1195, 1196, 1197, 1198, 1216, 1199, 1200, 1201, 1204, 1205, 1218, 1208, 1209, 1219, 1220, 1223, 1224, 1225, 1210, 1213, 1227, 1214, 1228, 1229, 1230, 1215, 1231, 1232, 1233, 1234, 1238, 1216, 1239, 1240, 1241, 1243, 1244, 1218, 1245, 1246, 1219, 1220, 1223, 1224, 1225, 1247, 1248, 1227, 1249, 1228, 1229, 1230, 1252, 1231, 1232, 1233, 1234, 1238, 1253, 1239, 1240, 1241, 1243, 1244, 1254, 1245, 1246, 1256, 1257, 1262, 1263, 1266, 1247, 1248, 1267, 1249, 1268, 1270, 1271, 1252, 1272, 1273, 1274, 1276, 1277, 1253, 1279, 1281, 1282, 1284, 1285, 1254, 1286, 1288, 1256, 1257, 1262, 1263, 1266, 1289, 1290, 1267, 1291, 1268, 1270, 1271, 1292, 1272, 1273, 1274, 1276, 1277, 1293, 1279, 1281, 1282, 1284, 1285, 1294, 1286, 1288, 1296, 1297, 1299, 1300, 1302, 1289, 1290, 1303, 1291, 1305, 1307, 1308, 1292, 1309, 1310, 1311, 1312, 1315, 1293, 1316, 1317, 1318, 1319, 1320, 1294, 1321, 1322, 1296, 1297, 1299, 1300, 1302, 1323, 1324, 1303, 1327, 1305, 1307, 1308, 1330, 1309, 1310, 1311, 1312, 1315, 1331, 1316, 1317, 1318, 1319, 1320, 1334, 1321, 1322, 1335, 1336, 1337, 1336, 1339, 1323, 1324, 1342, 1327, 1343, 1345, 1347, 1330, 1348, 1349, 1350, 1351, 1352, 1331, 1353, 1354, 1355, 1356, 1357, 1334, 1353, 1358, 1335, 1336, 1337, 1336, 1339, 1359, 1360, 1342, 1361, 1343, 1345, 1347, 1362, 1348, 1349, 1350, 1351, 1352, 1364, 1353, 1354, 1355, 1356, 1357, 1365, 1353, 1358, 1367, 1368, 1369, 1370, 1371, 1359, 1360, 1372, 1361, 1373, 1374, 1375, 1362, 1376, 1377, 1378, 1381, 1383, 1364, 1384, 1385, 1386, 1387, 1388, 1365, 1390, 1391, 1367, 1368, 1369, 1370, 1371, 1392, 1395, 1372, 1396, 1373, 1374, 1375, 1399, 1376, 1377, 1378, 1381, 1383, 1400, 1384, 1385, 1386, 1387, 1388, 1401, 1390, 1391, 1402, 1404, 1406, 1407, 1409, 1392, 1395, 1410, 1396, 1411, 1413, 1416, 1399, 1417, 1418, 1419, 1420, 1421, 1400, 1422, 1423, 1424, 1425, 1426, 1401, 1429, 1430, 1402, 1404, 1406, 1407, 1409, 1431, 1432, 1410, 1433, 1411, 1413, 1416, 1434, 1417, 1418, 1419, 1420, 1421, 1435, 1422, 1423, 1424, 1425, 1426, 1437, 1429, 1430, 1438, 1440, 1441, 1442, 1443, 1431, 1432, 1446, 1433, 1447, 1449, 1452, 1434, 1453, 1454, 1455, 1456, 1457, 1435, 1459, 1460, 1461, 1462, 1463, 1437, 1464, 1465, 1438, 1440, 1441, 1442, 1443, 1466, 1467, 1446, 1468, 1447, 1449, 1452, 1469, 1453, 1454, 1455, 1456, 1457, 1470, 1459, 1460, 1461, 1462, 1463, 1471, 1464, 1465, 1472, 1473, 1474, 1475, 1476, 1466, 1467, 1477, 1468, 1478, 1479, 1480, 1469, 1481, 1482, 1483, 1484, 1492, 1470, 1493, 1494, 1496, 1498, 1499, 1471, 1501, 1502, 1472, 1473, 1474, 1475, 1476, 1503, 1504, 1477, 1505, 1478, 1479, 1480, 1508, 1481, 1482, 1483, 1484, 1492, 1510, 1493, 1494, 1496, 1498, 1499, 1511, 1501, 1502, 1512, 1513, 1514, 1516, 1517, 1503, 1504, 1518, 1505, 1519, 1520, 1521, 1508, 1522, 1523, 1524, 1526, 1527, 1510, 1528, 1530, 1531, 1532, 1534, 1511, 1535, 1536, 1512, 1513, 1514, 1516, 1517, 1537, 1540, 1518, 1541, 1519, 1520, 1521, 1542, 1522, 1523, 1524, 1526, 1527, 1545, 1528, 1530, 1531, 1532, 1534, 1546, 1535, 1536, 1547, 1548, 1550, 1551, 1553, 1537, 1540, 1557, 1541, 1558, 1559, 1562, 1542, 1563, 1564, 1566, 1567, 1569, 1545, 1570, 1571, 1014, 1013, 1012, 1546, 975, 973, 1547, 1548, 1550, 1551, 1553, 972, 967, 1557, 959, 1558, 1559, 1562, 951, 1563, 1564, 1566, 1567, 1569, 942, 1570, 1571, 1576, 1576, 938, 932, 911, 910, 909, 906, 905, 896, 881, 843, 789, 781, 779, 776, 775, 774, 773, 772, 736, 735, 732, 687, 681, 680, 679, 677, 648, 646, 642, 620, 607, 566, 562, 560, 558, 553, 550, 531, 523, 507, 501, 498, 475, 445, 443, 442, 427, 403, 389, 374, 373, 368, 356, 346, 343, 333, 319, 315, 313, 305, 286, 274, 265, 223, 194, 179, 143, 123, 37, 5, 3, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574, 1574 } ; 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 1717 "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 1899 "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 >= 1575 ) 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 != 1574 ); 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 NAME; } YY_BREAK case 121: YY_RULE_SETUP #line 247 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 122: YY_RULE_SETUP #line 248 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 123: YY_RULE_SETUP #line 249 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 124: YY_RULE_SETUP #line 250 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 125: YY_RULE_SETUP #line 251 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 126: YY_RULE_SETUP #line 252 "conf_lexer.l" { return NICK; } YY_BREAK case 127: YY_RULE_SETUP #line 253 "conf_lexer.l" { return NO_CREATE_ON_SPLIT; } YY_BREAK case 128: YY_RULE_SETUP #line 254 "conf_lexer.l" { return NO_JOIN_ON_SPLIT; } YY_BREAK case 129: YY_RULE_SETUP #line 255 "conf_lexer.l" { return NO_OPER_FLOOD; } YY_BREAK case 130: YY_RULE_SETUP #line 256 "conf_lexer.l" { return NO_TILDE; } YY_BREAK case 131: YY_RULE_SETUP #line 257 "conf_lexer.l" { return T_NONONREG; } YY_BREAK case 132: YY_RULE_SETUP #line 258 "conf_lexer.l" { return NUMBER_PER_CIDR; } YY_BREAK case 133: YY_RULE_SETUP #line 259 "conf_lexer.l" { return NUMBER_PER_IP; } YY_BREAK case 134: YY_RULE_SETUP #line 260 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 135: YY_RULE_SETUP #line 261 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 136: YY_RULE_SETUP #line 262 "conf_lexer.l" { return OPER_PASS_RESV; } YY_BREAK case 137: YY_RULE_SETUP #line 263 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 138: YY_RULE_SETUP #line 264 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 139: YY_RULE_SETUP #line 265 "conf_lexer.l" { return OPERS_BYPASS_CALLERID; } YY_BREAK case 140: YY_RULE_SETUP #line 266 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 141: YY_RULE_SETUP #line 267 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 142: YY_RULE_SETUP #line 268 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 143: YY_RULE_SETUP #line 269 "conf_lexer.l" { return PASSWORD; } 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 PATH; } YY_BREAK case 146: YY_RULE_SETUP #line 272 "conf_lexer.l" { return PING_COOKIE; } YY_BREAK case 147: YY_RULE_SETUP #line 273 "conf_lexer.l" { return PING_TIME; } YY_BREAK case 148: YY_RULE_SETUP #line 274 "conf_lexer.l" { return PORT; } YY_BREAK case 149: YY_RULE_SETUP #line 275 "conf_lexer.l" { return RESV; } YY_BREAK case 150: YY_RULE_SETUP #line 276 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 151: YY_RULE_SETUP #line 277 "conf_lexer.l" { return REASON; } YY_BREAK case 152: YY_RULE_SETUP #line 278 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 153: YY_RULE_SETUP #line 279 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 154: YY_RULE_SETUP #line 280 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 155: YY_RULE_SETUP #line 281 "conf_lexer.l" { return REHASH; } YY_BREAK case 156: YY_RULE_SETUP #line 282 "conf_lexer.l" { return T_REJ; } YY_BREAK case 157: YY_RULE_SETUP #line 283 "conf_lexer.l" { return REMOTE; } YY_BREAK case 158: YY_RULE_SETUP #line 284 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 159: YY_RULE_SETUP #line 285 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 160: YY_RULE_SETUP #line 286 "conf_lexer.l" { return RESV; } YY_BREAK case 161: YY_RULE_SETUP #line 287 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 162: YY_RULE_SETUP #line 288 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 163: YY_RULE_SETUP #line 289 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 164: YY_RULE_SETUP #line 290 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 165: YY_RULE_SETUP #line 291 "conf_lexer.l" { return SENDQ; } YY_BREAK case 166: YY_RULE_SETUP #line 292 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 167: YY_RULE_SETUP #line 293 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 168: YY_RULE_SETUP #line 294 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 169: YY_RULE_SETUP #line 295 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 170: YY_RULE_SETUP #line 296 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 171: YY_RULE_SETUP #line 297 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 172: YY_RULE_SETUP #line 298 "conf_lexer.l" { return T_SET; } YY_BREAK case 173: YY_RULE_SETUP #line 299 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 174: YY_RULE_SETUP #line 300 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 175: YY_RULE_SETUP #line 301 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 176: YY_RULE_SETUP #line 302 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 177: YY_RULE_SETUP #line 303 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 178: YY_RULE_SETUP #line 304 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 179: YY_RULE_SETUP #line 305 "conf_lexer.l" { return SPOOF; } YY_BREAK case 180: YY_RULE_SETUP #line 306 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 181: YY_RULE_SETUP #line 307 "conf_lexer.l" { return T_SPY; } YY_BREAK case 182: YY_RULE_SETUP #line 308 "conf_lexer.l" { return SQUIT; } YY_BREAK case 183: YY_RULE_SETUP #line 309 "conf_lexer.l" { return T_SSL; } YY_BREAK case 184: YY_RULE_SETUP #line 310 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 185: YY_RULE_SETUP #line 311 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 186: YY_RULE_SETUP #line 312 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 187: YY_RULE_SETUP #line 313 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 188: YY_RULE_SETUP #line 314 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 189: YY_RULE_SETUP #line 315 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 190: YY_RULE_SETUP #line 316 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 191: YY_RULE_SETUP #line 317 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 192: YY_RULE_SETUP #line 318 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 193: YY_RULE_SETUP #line 319 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 194: YY_RULE_SETUP #line 320 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 195: YY_RULE_SETUP #line 321 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 196: YY_RULE_SETUP #line 322 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 197: YY_RULE_SETUP #line 323 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 198: YY_RULE_SETUP #line 324 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 199: YY_RULE_SETUP #line 325 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 200: YY_RULE_SETUP #line 326 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 201: YY_RULE_SETUP #line 327 "conf_lexer.l" { return TYPE; } YY_BREAK case 202: YY_RULE_SETUP #line 328 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 203: YY_RULE_SETUP #line 329 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 204: YY_RULE_SETUP #line 330 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 205: YY_RULE_SETUP #line 331 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 206: YY_RULE_SETUP #line 332 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 207: YY_RULE_SETUP #line 333 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 208: YY_RULE_SETUP #line 334 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 209: YY_RULE_SETUP #line 335 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 210: YY_RULE_SETUP #line 336 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 211: YY_RULE_SETUP #line 337 "conf_lexer.l" { return USER; } YY_BREAK case 212: YY_RULE_SETUP #line 338 "conf_lexer.l" { return VHOST; } YY_BREAK case 213: YY_RULE_SETUP #line 339 "conf_lexer.l" { return VHOST6; } YY_BREAK case 214: YY_RULE_SETUP #line 340 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 215: YY_RULE_SETUP #line 341 "conf_lexer.l" { return T_WALLOPS; } YY_BREAK case 216: YY_RULE_SETUP #line 342 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 217: YY_RULE_SETUP #line 343 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 218: YY_RULE_SETUP #line 344 "conf_lexer.l" { return XLINE; } YY_BREAK case 219: YY_RULE_SETUP #line 346 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 220: YY_RULE_SETUP #line 347 "conf_lexer.l" { yylval.number = 0; return TBOOL; } YY_BREAK case 221: YY_RULE_SETUP #line 349 "conf_lexer.l" { return YEARS; } 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 MONTHS; } 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 WEEKS; } 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 DAYS; } 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 HOURS; } 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 MINUTES; } 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 SECONDS; } YY_BREAK case 234: YY_RULE_SETUP #line 362 "conf_lexer.l" { return SECONDS; } YY_BREAK case 235: YY_RULE_SETUP #line 364 "conf_lexer.l" { return BYTES; } 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 KBYTES; } 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 MBYTES; } 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 TWODOTS; } YY_BREAK case 248: YY_RULE_SETUP #line 378 "conf_lexer.l" { return yytext[0]; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 379 "conf_lexer.l" { if (ieof()) yyterminate(); } YY_BREAK case 249: YY_RULE_SETUP #line 381 "conf_lexer.l" ECHO; YY_BREAK #line 3278 "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 >= 1575 ) 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 >= 1575 ) 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 == 1574); 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 381 "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; }