#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 246 #define YY_END_OF_BUFFER 247 /* 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[1562] = { 0, 4, 4, 247, 245, 4, 3, 245, 5, 245, 245, 6, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, 4, 3, 0, 7, 5, 244, 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, 70, 0, 238, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 101, 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, 225, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 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, 207, 0, 0, 0, 0, 0, 0, 146, 0, 0, 149, 0, 0, 0, 0, 209, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, 0, 0, 13, 0, 199, 233, 0, 0, 0, 0, 0, 0, 0, 0, 224, 202, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 204, 0, 0, 0, 0, 0, 0, 0, 65, 227, 0, 0, 0, 71, 72, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 96, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 109, 0, 0, 193, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 0, 0, 0, 0, 0, 0, 0, 163, 0, 0, 0, 0, 0, 223, 0, 219, 0, 0, 9, 0, 0, 0, 232, 0, 0, 200, 0, 0, 21, 0, 0, 203, 0, 0, 0, 34, 0, 0, 37, 0, 0, 0, 0, 0, 42, 0, 44, 0, 46, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 0, 237, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 140, 0, 0, 0, 0, 0, 0, 205, 0, 151, 137, 0, 0, 0, 0, 0, 0, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 164, 0, 0, 0, 222, 167, 218, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 80, 217, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 0, 229, 0, 0, 192, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 0, 0, 119, 0, 0, 123, 124, 0, 0, 0, 0, 231, 0, 141, 0, 0, 147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 208, 0, 0, 0, 196, 0, 0, 0, 165, 214, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 22, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 0, 0, 191, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 126, 0, 0, 0, 230, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 158, 157, 0, 195, 160, 0, 0, 0, 0, 0, 0, 0, 14, 215, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 190, 0, 0, 0, 0, 86, 0, 0, 0, 0, 0, 0, 240, 87, 0, 0, 0, 0, 106, 0, 0, 0, 105, 0, 111, 0, 211, 0, 0, 0, 0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 0, 0, 234, 0, 0, 79, 0, 0, 0, 0, 0, 85, 88, 0, 0, 0, 0, 93, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, 115, 0, 0, 121, 122, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 170, 0, 0, 89, 0, 0, 0, 90, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, 142, 143, 0, 212, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 179, 0, 84, 0, 0, 0, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 198, 0, 114, 118, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 36, 39, 0, 0, 0, 47, 48, 0, 0, 0, 0, 62, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 98, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 216, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 177, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 43, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 174, 0, 0, 97, 0, 0, 104, 0, 108, 0, 0, 0, 0, 0, 0, 139, 145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 0, 0, 178, 180, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 49, 51, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 175, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 61, 68, 0, 0, 74, 0, 0, 0, 0, 0, 91, 0, 94, 0, 0, 107, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 20, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 73, 0, 0, 0, 0, 171, 92, 0, 0, 103, 0, 197, 187, 0, 0, 0, 0, 0, 0, 181, 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, 133, 135, 134, 184, 183, 182, 185, 0, 0, 0, 25, 0, 0, 0, 0, 169, 0, 0, 0, 0, 0, 172, 173, 0, 102, 0, 0, 0, 0, 0, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 189, 0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0, 60, 69, 0, 0, 0, 129, 132, 0, 0, 0, 0, 32, 0, 0, 76, 0, 17, 153, 0, 0, 0, 0, 50, 95, 0, 0, 0, 33, 0, 0, 27, 0, 0, 0, 26, 176, 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[1567] = { 0, 0, 0, 2995, 2996, 2992, 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, 2991, 0, 86, 2996, 0, 2996, 170, 2996, 0, 220, 191, 188, 188, 198, 200, 202, 203, 204, 220, 223, 240, 239, 245, 231, 227, 276, 278, 244, 237, 254, 261, 271, 308, 287, 288, 305, 300, 329, 335, 298, 332, 330, 335, 331, 324, 330, 344, 329, 344, 348, 345, 364, 371, 379, 369, 342, 367, 375, 391, 378, 388, 394, 394, 384, 387, 397, 416, 389, 386, 405, 393, 463, 409, 439, 437, 417, 419, 439, 435, 435, 450, 436, 444, 439, 440, 2950, 452, 460, 509, 484, 475, 487, 499, 483, 495, 494, 502, 499, 486, 2996, 503, 507, 499, 520, 517, 2949, 516, 522, 525, 525, 527, 536, 532, 547, 534, 557, 534, 558, 2996, 561, 550, 546, 550, 558, 550, 564, 559, 569, 563, 571, 577, 567, 566, 578, 573, 588, 593, 600, 580, 589, 2948, 594, 603, 137, 599, 595, 604, 604, 617, 615, 611, 603, 611, 2996, 617, 2947, 609, 629, 614, 612, 617, 633, 643, 647, 629, 643, 643, 660, 657, 643, 661, 648, 660, 662, 652, 655, 670, 657, 655, 673, 682, 2996, 669, 667, 2946, 676, 688, 676, 2996, 687, 688, 2996, 703, 700, 693, 700, 2996, 695, 700, 706, 714, 702, 721, 714, 723, 725, 709, 719, 722, 727, 733, 729, 725, 726, 734, 735, 750, 749, 748, 748, 2996, 755, 753, 757, 758, 2945, 2996, 772, 2996, 758, 773, 773, 766, 767, 2944, 763, 763, 779, 2996, 2996, 778, 767, 2996, 772, 789, 787, 2943, 780, 785, 774, 795, 787, 795, 809, 2996, 797, 800, 2996, 802, 805, 820, 827, 817, 824, 2942, 2996, 813, 820, 816, 816, 2996, 2996, 2941, 831, 2940, 835, 833, 828, 2939, 826, 841, 833, 846, 878, 852, 865, 848, 861, 865, 874, 2996, 869, 2938, 871, 2996, 874, 871, 876, 877, 887, 894, 910, 2937, 877, 2996, 2936, 2996, 902, 890, 906, 905, 906, 912, 914, 934, 2935, 920, 925, 923, 938, 936, 922, 2996, 932, 942, 940, 2965, 961, 935, 935, 943, 2965, 2932, 958, 974, 2996, 971, 957, 969, 974, 972, 968, 979, 2996, 984, 970, 978, 2931, 976, 976, 992, 979, 978, 980, 992, 1001, 994, 994, 2996, 993, 1006, 2930, 1014, 1027, 2996, 1025, 1028, 2996, 1020, 1025, 1025, 2996, 1030, 1026, 2996, 1026, 1039, 1024, 1033, 1044, 2996, 1044, 2996, 1049, 2929, 1039, 1036, 1033, 1045, 1041, 1053, 2996, 1059, 1058, 1056, 1061, 1054, 1080, 1059, 2928, 2927, 1072, 2926, 1072, 1069, 1087, 1090, 1094, 1089, 1084, 1094, 1087, 1095, 1102, 1104, 1087, 1082, 1103, 1105, 1099, 1114, 1102, 1119, 1129, 1109, 1119, 1134, 1131, 1137, 1135, 1131, 1130, 2925, 1150, 1140, 1129, 1153, 1155, 1145, 1147, 1148, 2996, 1154, 1155, 1166, 1162, 1176, 1173, 1188, 2996, 1177, 1178, 1196, 1186, 1199, 2924, 2996, 1203, 2923, 2996, 1200, 1198, 1205, 2922, 1191, 1208, 2996, 1200, 1191, 1198, 1198, 1214, 1210, 1211, 1218, 1207, 1220, 1228, 1230, 2950, 1230, 1233, 1245, 2996, 2996, 2996, 1246, 2920, 1234, 2996, 1246, 1241, 1244, 1251, 1244, 1257, 1252, 1256, 1248, 1247, 1248, 1253, 1265, 1257, 1264, 1259, 2919, 2996, 1280, 2918, 1269, 1276, 1296, 2917, 1270, 2916, 1295, 2915, 1298, 1302, 1285, 2914, 1303, 1299, 2996, 1304, 1293, 1312, 1315, 1319, 1317, 2996, 2996, 2996, 1319, 1309, 1323, 1316, 1315, 1330, 1330, 1334, 1330, 1335, 1338, 1335, 2996, 1336, 1339, 1347, 1347, 1344, 2996, 1360, 1362, 1366, 1357, 1366, 1371, 1359, 1356, 1371, 2913, 1361, 1375, 1366, 1365, 1383, 1374, 1388, 2996, 1373, 1381, 1388, 1387, 2912, 2996, 1393, 1404, 2996, 1408, 1392, 1389, 1406, 1415, 1400, 1419, 1413, 1420, 1406, 2996, 1414, 1416, 1415, 1412, 1415, 1423, 2911, 1415, 1456, 1429, 2910, 1428, 2909, 1436, 2996, 2996, 1446, 1457, 1443, 2996, 1459, 1462, 1462, 2996, 2996, 1458, 2996, 1469, 1459, 1456, 1476, 1479, 1467, 1478, 1474, 1469, 1464, 2996, 1466, 2996, 1481, 2908, 1475, 2907, 2906, 2905, 1492, 1492, 1493, 1500, 2904, 2996, 1495, 1503, 1509, 1514, 1509, 2996, 1503, 1518, 1511, 1514, 1510, 1514, 1519, 1531, 1522, 1520, 1535, 1532, 1514, 1534, 1521, 1536, 1544, 1532, 1544, 1554, 1567, 1556, 1566, 1571, 1562, 1572, 1568, 1568, 1576, 1575, 2996, 1576, 1559, 2996, 2996, 1578, 1565, 2903, 1580, 1568, 2902, 2901, 1584, 1574, 1573, 1567, 1581, 1582, 1576, 1588, 1596, 1608, 1598, 1610, 1615, 1616, 1608, 1609, 1627, 2996, 1624, 1609, 1621, 2996, 1615, 1626, 1622, 1618, 1629, 1626, 1630, 1628, 1624, 1637, 1641, 1631, 1626, 2900, 2899, 2898, 2897, 2896, 1644, 1652, 2895, 1655, 2894, 2996, 2996, 1661, 2996, 2996, 1660, 2893, 90, 1676, 1660, 1668, 1667, 2996, 2996, 1677, 1678, 1671, 1673, 1669, 1682, 1680, 1712, 1681, 1676, 1691, 1687, 2996, 1681, 1686, 1681, 1699, 1697, 1697, 1703, 1712, 1726, 1718, 1732, 1729, 1713, 1721, 2996, 1722, 1734, 1726, 1723, 1724, 1739, 1734, 1738, 1738, 1735, 2996, 1733, 1739, 1753, 1735, 2996, 1744, 2892, 1760, 1762, 1769, 1766, 1756, 2996, 1775, 1771, 1767, 1783, 2996, 1783, 1774, 1784, 2996, 1786, 2996, 1777, 2996, 1770, 1777, 1794, 1780, 2996, 1792, 1799, 1791, 1802, 1787, 1786, 1795, 1797, 1818, 1812, 1807, 1824, 1823, 2891, 1835, 1819, 1835, 1821, 1833, 1838, 1830, 1844, 1842, 1845, 1835, 1836, 1837, 1839, 2890, 1833, 1843, 1854, 1856, 1857, 1853, 1849, 1893, 2927, 2915, 1845, 1872, 2887, 2886, 2885, 2996, 1863, 1878, 1888, 1882, 1879, 1881, 1876, 1897, 1894, 1897, 1902, 2996, 1891, 1900, 1897, 1906, 1906, 1896, 2884, 1890, 1900, 1912, 1894, 1902, 2883, 1938, 1911, 1911, 2882, 1915, 1922, 2996, 1916, 1936, 2996, 1947, 1929, 2881, 1930, 1939, 2996, 2996, 1949, 1935, 1935, 2880, 2996, 2996, 1945, 1938, 1936, 1955, 1961, 2874, 1949, 1953, 1948, 1966, 2872, 2864, 1963, 2863, 1962, 2996, 1967, 1961, 2996, 2996, 2996, 1965, 1963, 1988, 1974, 1996, 1987, 1989, 1999, 2001, 1988, 1998, 2003, 1993, 1992, 1995, 1996, 2006, 2000, 2001, 2003, 2004, 2001, 2006, 2007, 2013, 2021, 2996, 2013, 2023, 2900, 2898, 2886, 2884, 2018, 2025, 2045, 2050, 2033, 2996, 2043, 2041, 2044, 2048, 2047, 2043, 2054, 2053, 2062, 2048, 2060, 2052, 2057, 2053, 2062, 2059, 2073, 2072, 2067, 2076, 2996, 2076, 2083, 2073, 2096, 2856, 2084, 2094, 2854, 2853, 2094, 2086, 2087, 2996, 2097, 2095, 2996, 2107, 2112, 2110, 2996, 2101, 2109, 2118, 2996, 2108, 2105, 2112, 2112, 2852, 2113, 2851, 2110, 2109, 2113, 2114, 2115, 2130, 2996, 2138, 2125, 2148, 1889, 2144, 2996, 2996, 2162, 2996, 2996, 2155, 2162, 2157, 1676, 1664, 2166, 1418, 2149, 2164, 2166, 2168, 2169, 2166, 2167, 2172, 2158, 2167, 2174, 2173, 2160, 2169, 2173, 2163, 2187, 1411, 2996, 2174, 2188, 2996, 2191, 2202, 2198, 2203, 2210, 2199, 926, 2209, 2212, 2217, 2203, 2216, 2208, 2996, 847, 2996, 2210, 2210, 2225, 2222, 2213, 2219, 2233, 2215, 2218, 844, 2996, 2234, 2996, 2240, 2228, 2230, 2996, 2246, 2258, 2246, 2264, 2266, 2258, 2254, 2259, 2272, 2257, 2264, 2274, 2996, 2273, 2996, 2996, 2996, 827, 2272, 2266, 2272, 2282, 2282, 2286, 2278, 2279, 2280, 2282, 2295, 2279, 2287, 2289, 2297, 2305, 2303, 2307, 2325, 2307, 2996, 2314, 2314, 2312, 2316, 2324, 2326, 2327, 2333, 2318, 2996, 826, 2319, 2320, 2996, 2996, 2327, 2324, 2329, 2996, 2996, 2342, 2327, 2346, 2335, 2996, 2342, 2340, 2345, 479, 422, 2354, 2363, 2366, 2996, 2376, 2362, 2367, 2375, 2378, 2370, 2384, 2383, 2996, 2996, 417, 2373, 2386, 2382, 2376, 413, 2378, 2375, 2382, 2386, 2393, 2396, 2396, 2996, 2996, 2402, 2395, 2400, 412, 2408, 2413, 381, 339, 289, 287, 2418, 2421, 281, 2996, 2428, 2428, 2416, 2996, 2420, 2416, 2417, 2422, 2436, 280, 2438, 2438, 2996, 2429, 2996, 2431, 2428, 259, 2432, 2435, 2433, 2996, 2432, 2432, 2451, 2434, 2444, 2445, 2451, 249, 2460, 2449, 2996, 2470, 2462, 2996, 2464, 2475, 2996, 2484, 2996, 2486, 2486, 2469, 2476, 2488, 2470, 2996, 2996, 2477, 2479, 2479, 2494, 2481, 2490, 2488, 2490, 2491, 2493, 2996, 237, 2503, 2996, 2996, 2507, 2508, 236, 2996, 2491, 2506, 2522, 2515, 229, 2511, 2996, 257, 2530, 2523, 200, 2523, 2996, 2525, 2530, 2532, 2542, 2544, 2550, 2538, 2547, 2546, 2535, 2552, 2541, 2551, 2544, 2562, 2560, 2996, 2554, 2542, 152, 2570, 2557, 2577, 2579, 2583, 2590, 2582, 2583, 2584, 2585, 2586, 2589, 2996, 2996, 2590, 144, 2584, 2601, 2588, 2607, 2606, 2601, 2996, 2590, 2607, 2599, 2996, 2996, 2602, 2597, 2996, 150, 2605, 2604, 2602, 2610, 2996, 2623, 145, 2627, 2622, 2996, 2633, 2630, 2645, 124, 2645, 109, 2996, 2637, 2641, 2639, 2651, 2645, 2647, 2648, 2649, 2647, 2648, 2659, 2996, 2996, 2651, 2649, 2663, 2656, 2656, 2670, 2656, 2996, 2659, 2669, 2996, 2673, 2679, 2691, 2694, 2996, 2996, 2684, 2695, 2996, 2693, 2996, 2996, 2700, 2698, 2702, 2705, 2706, 2709, 2996, 2689, 2690, 2691, 2692, 2698, 2704, 2702, 2702, 2702, 2707, 2713, 2715, 2724, 2736, 2734, 2742, 2741, 2748, 2739, 2740, 2750, 2740, 2756, 2753, 2751, 2756, 2996, 2996, 2996, 2996, 2996, 2996, 2996, 2758, 2764, 2750, 2996, 2765, 100, 2766, 2759, 2996, 2753, 2757, 2773, 2765, 2767, 2996, 2996, 2768, 2996, 2764, 2771, 2786, 2781, 2798, 2996, 2803, 2789, 2808, 2800, 2812, 2805, 2796, 2796, 2808, 2996, 2803, 2812, 2817, 2996, 2818, 2819, 2818, 95, 2811, 2808, 2815, 2815, 2996, 2996, 2812, 2821, 2831, 2996, 2996, 2817, 2832, 2842, 2826, 2996, 2851, 2844, 2996, 2856, 2996, 2996, 93, 2850, 2852, 2848, 2996, 2996, 2848, 2848, 2850, 2996, 2862, 2859, 2996, 2862, 2856, 2872, 2996, 2996, 2996, 105, 2919, 97, 84, 81 } ; static yyconst flex_int16_t yy_def[1567] = { 0, 1561, 1, 1561, 1561, 1561, 1562, 1563, 1564, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1562, 1563, 1561, 1564, 1561, 1561, 1561, 1564, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1565, 1566, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1565, 1565, 1566, 1566, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 0, 1561, 1561, 1561, 1561, 1561 } ; static yyconst flex_int16_t yy_nxt[3065] = { 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, 1002, 54, 102, 1000, 67, 68, 43, 40, 40, 61, 893, 106, 894, 62, 74, 69, 41, 63, 53, 70, 64, 75, 895, 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, 1549, 71, 1534, 81, 72, 82, 77, 1505, 47, 48, 127, 49, 78, 73, 307, 308, 1441, 50, 79, 51, 130, 1414, 1415, 80, 107, 76, 52, 55, 108, 56, 81, 1439, 82, 77, 57, 58, 84, 127, 59, 78, 88, 60, 109, 85, 89, 79, 86, 130, 87, 128, 90, 107, 1433, 129, 55, 108, 56, 1427, 103, 1400, 131, 57, 58, 84, 132, 59, 104, 88, 60, 109, 85, 89, 105, 86, 133, 87, 128, 90, 91, 92, 129, 134, 93, 124, 125, 103, 94, 131, 135, 126, 136, 132, 95, 104, 46, 46, 46, 46, 46, 105, 137, 133, 138, 139, 140, 91, 92, 1379, 134, 93, 124, 125, 141, 94, 142, 135, 126, 136, 143, 95, 96, 144, 97, 145, 98, 148, 146, 137, 99, 138, 139, 140, 149, 157, 100, 1376, 1374, 158, 159, 141, 101, 142, 160, 1368, 1364, 143, 147, 96, 144, 97, 145, 98, 148, 146, 161, 99, 1340, 150, 151, 149, 157, 100, 152, 155, 158, 159, 1329, 101, 110, 160, 153, 111, 112, 147, 113, 154, 165, 156, 114, 115, 166, 161, 116, 117, 150, 151, 167, 1323, 1314, 152, 155, 162, 168, 163, 1311, 110, 1310, 153, 111, 112, 173, 113, 154, 165, 156, 114, 115, 166, 164, 116, 117, 118, 169, 167, 119, 120, 174, 177, 162, 168, 163, 121, 122, 170, 171, 178, 179, 173, 123, 175, 172, 176, 180, 181, 182, 164, 183, 184, 118, 169, 185, 119, 120, 174, 177, 186, 1309, 193, 121, 122, 170, 171, 178, 179, 194, 123, 175, 172, 176, 180, 181, 182, 189, 183, 184, 187, 190, 185, 191, 195, 188, 198, 186, 192, 193, 196, 199, 202, 203, 200, 205, 194, 206, 210, 211, 197, 212, 213, 1308, 189, 221, 204, 187, 190, 201, 191, 195, 188, 198, 207, 192, 228, 196, 199, 202, 203, 200, 205, 230, 206, 210, 211, 197, 212, 213, 208, 209, 221, 226, 1305, 1294, 201, 222, 229, 1289, 231, 207, 234, 228, 1277, 232, 235, 227, 223, 236, 230, 237, 224, 238, 225, 233, 239, 208, 209, 214, 226, 215, 216, 241, 222, 229, 217, 231, 218, 234, 242, 219, 232, 235, 227, 223, 236, 220, 237, 224, 238, 225, 233, 239, 249, 250, 214, 255, 215, 216, 241, 256, 258, 217, 251, 218, 253, 242, 219, 254, 252, 1276, 259, 260, 220, 243, 261, 262, 244, 257, 263, 249, 250, 265, 255, 245, 246, 264, 256, 258, 266, 251, 247, 253, 267, 269, 254, 252, 248, 259, 260, 270, 243, 261, 262, 244, 257, 263, 271, 272, 265, 273, 245, 246, 264, 274, 275, 266, 276, 247, 277, 267, 269, 278, 279, 248, 280, 281, 270, 282, 283, 284, 285, 286, 287, 271, 272, 288, 273, 289, 290, 291, 274, 275, 294, 276, 295, 277, 296, 292, 278, 279, 297, 280, 281, 298, 282, 283, 284, 285, 286, 287, 293, 299, 288, 302, 289, 290, 291, 300, 301, 294, 303, 295, 305, 296, 292, 306, 309, 297, 310, 311, 298, 313, 312, 314, 315, 316, 317, 293, 299, 318, 302, 319, 321, 322, 300, 301, 325, 303, 323, 305, 326, 327, 306, 309, 324, 310, 311, 328, 313, 312, 314, 315, 316, 317, 329, 330, 318, 331, 319, 321, 322, 332, 337, 325, 338, 323, 333, 326, 327, 339, 340, 341, 342, 334, 328, 343, 344, 345, 335, 346, 347, 329, 330, 336, 331, 348, 349, 350, 332, 337, 351, 338, 352, 333, 354, 355, 339, 340, 341, 342, 334, 356, 343, 344, 345, 335, 346, 347, 357, 358, 336, 359, 348, 349, 350, 360, 361, 351, 362, 352, 363, 354, 355, 365, 366, 364, 367, 368, 356, 369, 370, 372, 373, 374, 375, 357, 358, 376, 359, 377, 371, 378, 360, 361, 379, 362, 380, 363, 382, 383, 365, 366, 384, 367, 368, 381, 369, 370, 372, 373, 374, 375, 385, 386, 376, 387, 377, 371, 378, 388, 389, 379, 390, 380, 391, 382, 383, 392, 394, 384, 395, 396, 397, 398, 399, 401, 402, 403, 404, 385, 386, 405, 387, 406, 407, 408, 388, 389, 410, 390, 411, 391, 412, 413, 392, 394, 414, 395, 396, 397, 398, 399, 401, 402, 403, 404, 415, 416, 405, 417, 406, 407, 408, 418, 419, 410, 420, 411, 421, 412, 413, 422, 426, 414, 424, 428, 429, 430, 431, 433, 435, 436, 437, 415, 416, 423, 417, 425, 439, 440, 418, 419, 441, 420, 442, 421, 1263, 1233, 422, 426, 452, 424, 428, 429, 430, 431, 433, 435, 436, 437, 453, 454, 423, 455, 1214, 439, 440, 1202, 456, 441, 457, 442, 443, 444, 445, 458, 459, 452, 446, 461, 447, 462, 463, 448, 464, 449, 465, 453, 454, 466, 455, 450, 467, 473, 451, 456, 475, 457, 476, 443, 444, 445, 458, 459, 468, 446, 461, 447, 462, 463, 448, 464, 449, 465, 477, 478, 466, 479, 450, 467, 473, 451, 469, 475, 480, 476, 470, 481, 482, 484, 471, 468, 485, 486, 491, 492, 488, 493, 494, 495, 489, 477, 478, 487, 479, 490, 1195, 500, 501, 469, 502, 480, 505, 470, 481, 482, 484, 497, 498, 485, 486, 491, 492, 488, 493, 494, 495, 489, 506, 507, 508, 509, 490, 499, 500, 501, 510, 502, 511, 505, 512, 513, 514, 516, 497, 498, 517, 519, 520, 515, 521, 522, 523, 524, 525, 506, 507, 508, 509, 526, 499, 527, 529, 510, 530, 511, 528, 512, 513, 514, 516, 531, 533, 517, 519, 520, 515, 521, 522, 523, 524, 525, 534, 535, 536, 537, 526, 538, 527, 529, 539, 530, 540, 528, 541, 542, 543, 544, 531, 533, 545, 546, 547, 548, 550, 551, 552, 553, 554, 534, 535, 536, 537, 557, 538, 555, 558, 539, 559, 540, 560, 541, 542, 543, 544, 556, 561, 545, 546, 547, 548, 550, 551, 552, 553, 554, 562, 563, 566, 568, 557, 569, 555, 558, 570, 559, 571, 560, 572, 575, 573, 576, 556, 561, 574, 577, 580, 578, 582, 583, 584, 585, 586, 562, 563, 566, 568, 587, 569, 579, 581, 570, 588, 571, 589, 572, 575, 573, 576, 590, 593, 574, 577, 580, 578, 582, 583, 584, 585, 586, 594, 591, 595, 596, 587, 597, 579, 581, 592, 588, 598, 589, 599, 600, 602, 606, 590, 593, 603, 604, 607, 609, 611, 612, 605, 613, 616, 594, 591, 595, 596, 608, 597, 614, 617, 592, 615, 598, 610, 599, 600, 602, 606, 618, 619, 603, 604, 607, 609, 611, 612, 605, 613, 616, 620, 622, 623, 621, 608, 624, 614, 617, 625, 615, 626, 610, 627, 629, 631, 634, 618, 619, 632, 635, 637, 633, 638, 639, 640, 641, 642, 620, 622, 623, 621, 643, 624, 644, 645, 625, 646, 626, 647, 627, 629, 631, 634, 648, 649, 632, 635, 637, 633, 638, 639, 640, 641, 642, 650, 652, 653, 654, 643, 655, 644, 645, 657, 646, 658, 647, 659, 660, 663, 661, 648, 649, 664, 665, 666, 667, 668, 669, 670, 671, 672, 650, 652, 653, 654, 673, 655, 662, 674, 657, 676, 658, 678, 659, 660, 663, 661, 679, 685, 664, 665, 666, 667, 668, 669, 670, 671, 672, 687, 680, 681, 689, 673, 692, 694, 674, 690, 676, 682, 678, 695, 696, 697, 683, 679, 685, 698, 691, 699, 700, 701, 702, 703, 704, 705, 687, 680, 681, 689, 706, 692, 694, 709, 690, 707, 682, 710, 695, 696, 697, 683, 708, 711, 698, 691, 699, 700, 701, 702, 703, 704, 705, 712, 713, 714, 715, 706, 716, 717, 709, 718, 707, 719, 710, 720, 721, 722, 723, 708, 711, 724, 725, 726, 727, 728, 730, 731, 732, 733, 712, 713, 714, 715, 734, 716, 717, 735, 718, 736, 719, 737, 720, 721, 722, 723, 738, 739, 724, 725, 726, 727, 728, 730, 731, 732, 733, 740, 742, 743, 744, 734, 745, 746, 735, 747, 736, 748, 737, 749, 750, 751, 752, 738, 739, 753, 754, 755, 756, 757, 758, 759, 760, 762, 740, 742, 743, 744, 1186, 745, 746, 768, 747, 770, 748, 1168, 749, 750, 751, 752, 772, 773, 753, 754, 755, 756, 757, 758, 759, 760, 762, 763, 774, 775, 776, 764, 777, 765, 768, 778, 770, 766, 767, 779, 780, 781, 782, 772, 773, 783, 784, 785, 786, 787, 788, 789, 790, 791, 763, 774, 775, 776, 764, 777, 765, 793, 778, 797, 766, 767, 779, 780, 781, 782, 798, 799, 783, 784, 785, 786, 787, 788, 789, 790, 791, 800, 802, 803, 805, 806, 807, 808, 793, 809, 797, 810, 811, 804, 812, 813, 814, 798, 799, 815, 816, 817, 818, 819, 820, 821, 822, 823, 800, 802, 803, 805, 806, 807, 808, 824, 809, 825, 810, 811, 804, 812, 813, 814, 826, 827, 815, 816, 817, 818, 819, 820, 821, 822, 823, 828, 829, 830, 831, 832, 833, 834, 824, 835, 825, 836, 837, 838, 839, 840, 841, 826, 827, 843, 844, 847, 848, 849, 850, 851, 852, 853, 828, 829, 830, 831, 832, 833, 834, 854, 835, 855, 836, 837, 838, 839, 840, 841, 856, 857, 843, 844, 847, 848, 849, 850, 851, 852, 853, 858, 859, 860, 861, 862, 863, 864, 854, 865, 855, 866, 867, 868, 869, 870, 871, 856, 857, 872, 873, 874, 875, 876, 877, 878, 879, 885, 858, 859, 860, 861, 862, 863, 864, 886, 865, 888, 866, 867, 868, 869, 870, 871, 890, 891, 872, 873, 874, 875, 876, 877, 878, 879, 885, 896, 897, 898, 899, 900, 901, 902, 886, 903, 888, 904, 905, 907, 911, 1166, 912, 890, 891, 913, 914, 915, 916, 917, 918, 906, 919, 1165, 896, 897, 898, 899, 900, 901, 902, 920, 903, 908, 904, 905, 907, 911, 909, 912, 921, 922, 913, 914, 915, 916, 917, 918, 906, 919, 910, 923, 924, 925, 926, 927, 928, 929, 920, 930, 908, 931, 932, 933, 934, 909, 935, 921, 922, 936, 937, 938, 939, 940, 941, 942, 943, 910, 923, 924, 925, 926, 927, 928, 929, 945, 930, 946, 931, 932, 933, 934, 947, 935, 948, 949, 936, 937, 938, 939, 940, 941, 942, 943, 950, 951, 952, 953, 955, 956, 957, 958, 945, 959, 946, 960, 961, 954, 962, 947, 963, 948, 949, 964, 965, 966, 967, 968, 969, 970, 971, 950, 951, 952, 953, 955, 956, 957, 958, 972, 959, 973, 960, 961, 954, 962, 974, 963, 975, 976, 964, 965, 966, 967, 968, 969, 970, 971, 978, 979, 980, 981, 982, 983, 984, 985, 972, 986, 973, 987, 988, 989, 990, 974, 991, 975, 976, 993, 994, 995, 996, 997, 998, 999, 1004, 978, 979, 980, 981, 982, 983, 984, 985, 1005, 986, 1009, 987, 988, 989, 990, 893, 991, 894, 1010, 993, 994, 995, 996, 997, 998, 999, 1004, 895, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1005, 1018, 1009, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1010, 1027, 1028, 1029, 1030, 1031, 1159, 1035, 1036, 1038, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1039, 1018, 1040, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1041, 1027, 1028, 1029, 1030, 1031, 1033, 1035, 1036, 1038, 1034, 1042, 1043, 1045, 1046, 1047, 1050, 1039, 1051, 1040, 1053, 1054, 1055, 1056, 1048, 1057, 1059, 1041, 1060, 1061, 1062, 1065, 1049, 1033, 1067, 1068, 1069, 1034, 1042, 1043, 1045, 1046, 1047, 1050, 1070, 1051, 1071, 1053, 1054, 1055, 1056, 1048, 1057, 1059, 1072, 1060, 1061, 1062, 1065, 1049, 1073, 1067, 1068, 1069, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1070, 1081, 1071, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1072, 1089, 1090, 1091, 1092, 1093, 1073, 1094, 1095, 1096, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1097, 1081, 1098, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1099, 1089, 1090, 1091, 1092, 1093, 1100, 1094, 1095, 1096, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1097, 1108, 1098, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1099, 1116, 1117, 1118, 1119, 1120, 1100, 1121, 1122, 1123, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1124, 1108, 1125, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1126, 1116, 1117, 1118, 1119, 1120, 1128, 1121, 1122, 1123, 1129, 1132, 1133, 1134, 1135, 1136, 1137, 1124, 1138, 1125, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1126, 1146, 1148, 1150, 1151, 1152, 1128, 1153, 1154, 1155, 1129, 1132, 1133, 1134, 1135, 1136, 1137, 1156, 1138, 1157, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1158, 1146, 1148, 1150, 1151, 1152, 1160, 1153, 1154, 1155, 1161, 1162, 1163, 1164, 1167, 1169, 1170, 1156, 1171, 1157, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1158, 1179, 1180, 1181, 1182, 1183, 1160, 1184, 1185, 1187, 1161, 1162, 1163, 1164, 1167, 1169, 1170, 1188, 1171, 1189, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1190, 1179, 1180, 1181, 1182, 1183, 1191, 1184, 1185, 1187, 1192, 1193, 1194, 1196, 1197, 1198, 1199, 1188, 1200, 1189, 1201, 1203, 1204, 1206, 1207, 1208, 1209, 1190, 1212, 1210, 1205, 1213, 1215, 1191, 1216, 1217, 1218, 1192, 1193, 1194, 1196, 1197, 1198, 1199, 1219, 1200, 1211, 1201, 1203, 1204, 1206, 1207, 1208, 1209, 1220, 1212, 1210, 1221, 1213, 1215, 1222, 1216, 1217, 1218, 1223, 1224, 1225, 1226, 1227, 1229, 1230, 1219, 1231, 1211, 1228, 1232, 1234, 1235, 1236, 1237, 1238, 1220, 1239, 1240, 1221, 1241, 1242, 1222, 1243, 1244, 1245, 1223, 1224, 1225, 1226, 1227, 1229, 1230, 1246, 1231, 1247, 1228, 1232, 1234, 1235, 1236, 1237, 1238, 1248, 1239, 1240, 1249, 1241, 1242, 1250, 1243, 1244, 1245, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1246, 1258, 1247, 1259, 1260, 1261, 1262, 1264, 1265, 1266, 1248, 1267, 1268, 1249, 1269, 1270, 1250, 1271, 1272, 1273, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1274, 1258, 1275, 1259, 1260, 1261, 1262, 1264, 1265, 1266, 1278, 1267, 1268, 1279, 1269, 1270, 1280, 1271, 1272, 1273, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1274, 1288, 1275, 1290, 1291, 1292, 1293, 1295, 1296, 1297, 1278, 1298, 1299, 1279, 1300, 1301, 1280, 1302, 1303, 1304, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1306, 1288, 1307, 1290, 1291, 1292, 1293, 1295, 1296, 1297, 1312, 1298, 1299, 1313, 1300, 1301, 1315, 1302, 1303, 1304, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1306, 1324, 1307, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1312, 1333, 1334, 1313, 1335, 1336, 1315, 1337, 1338, 1339, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1341, 1324, 1342, 1325, 1326, 1327, 1328, 1330, 1331, 1332, 1343, 1333, 1334, 1344, 1335, 1336, 1345, 1337, 1338, 1339, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1341, 1353, 1342, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1343, 1361, 1362, 1344, 1363, 1365, 1345, 1366, 1367, 1369, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1370, 1353, 1373, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1375, 1361, 1362, 1377, 1363, 1365, 1378, 1366, 1367, 1369, 1371, 1380, 1372, 1381, 1382, 1383, 1384, 1370, 1385, 1373, 1386, 1389, 1387, 1390, 1391, 1392, 1393, 1375, 1388, 1394, 1377, 1395, 1396, 1378, 1397, 1398, 1399, 1371, 1380, 1372, 1381, 1382, 1383, 1384, 1401, 1385, 1402, 1386, 1389, 1387, 1390, 1391, 1392, 1393, 1403, 1388, 1394, 1404, 1395, 1396, 1405, 1397, 1398, 1399, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1401, 1413, 1402, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1403, 1423, 1424, 1404, 1425, 1426, 1405, 1428, 1429, 1430, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1431, 1413, 1432, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1434, 1423, 1424, 1435, 1425, 1426, 1436, 1428, 1429, 1430, 1437, 1438, 1440, 1442, 1443, 1444, 1445, 1431, 1446, 1432, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1434, 1454, 1455, 1435, 1456, 1457, 1436, 1458, 1459, 1460, 1437, 1438, 1440, 1442, 1443, 1444, 1445, 1461, 1446, 1462, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1463, 1454, 1455, 1464, 1456, 1457, 1465, 1458, 1459, 1460, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1461, 1473, 1462, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1463, 1481, 1482, 1464, 1483, 1484, 1465, 1485, 1486, 1487, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1488, 1473, 1489, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1490, 1481, 1482, 1491, 1483, 1484, 1492, 1485, 1486, 1487, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1488, 1500, 1489, 1501, 1502, 1503, 1504, 1506, 1507, 1508, 1490, 1509, 1510, 1491, 1511, 1512, 1492, 1513, 1514, 1515, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1516, 1500, 1517, 1501, 1502, 1503, 1504, 1506, 1507, 1508, 1518, 1509, 1510, 1519, 1511, 1512, 1520, 1513, 1514, 1515, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1516, 1528, 1517, 1529, 1530, 1531, 1532, 1533, 1535, 1536, 1518, 1537, 1538, 1519, 1539, 1540, 1520, 1541, 1542, 1543, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1544, 1528, 1545, 1529, 1530, 1531, 1532, 1533, 1535, 1536, 1546, 1537, 1538, 1547, 1539, 1540, 1548, 1541, 1542, 1543, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1544, 1557, 1545, 1558, 1559, 1560, 1149, 1147, 1131, 1130, 1546, 1127, 1003, 1547, 1003, 1001, 1548, 1001, 1066, 1064, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1063, 1557, 1058, 1558, 1559, 1560, 39, 39, 1052, 1044, 1037, 1032, 1026, 1008, 1007, 1006, 1003, 1001, 992, 977, 944, 892, 889, 887, 884, 883, 882, 881, 880, 846, 845, 842, 801, 796, 795, 794, 792, 771, 769, 761, 741, 729, 693, 688, 686, 684, 677, 675, 656, 651, 636, 630, 628, 601, 567, 565, 564, 549, 532, 518, 504, 503, 496, 483, 474, 472, 460, 438, 434, 432, 427, 409, 400, 393, 353, 320, 304, 268, 240, 37, 37, 1561, 3, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561 } ; static yyconst flex_int16_t yy_chk[3065] = { 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, 1566, 13, 26, 1565, 16, 16, 9, 39, 39, 15, 780, 28, 780, 15, 18, 16, 1564, 15, 13, 17, 15, 18, 780, 15, 1562, 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, 1543, 17, 1520, 20, 17, 20, 19, 1484, 12, 12, 33, 12, 19, 17, 180, 180, 1401, 12, 19, 12, 35, 1369, 1369, 20, 29, 19, 12, 14, 29, 14, 20, 1399, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 29, 22, 23, 19, 22, 35, 22, 34, 23, 29, 1392, 34, 14, 29, 14, 1385, 27, 1353, 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, 1331, 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, 1328, 1325, 65, 66, 55, 25, 55, 67, 1319, 1313, 56, 59, 25, 57, 25, 58, 25, 60, 59, 68, 25, 1282, 62, 62, 61, 64, 25, 62, 63, 65, 66, 1270, 25, 30, 67, 62, 30, 30, 59, 30, 62, 70, 63, 30, 30, 71, 68, 30, 30, 62, 62, 72, 1262, 1251, 62, 63, 69, 73, 69, 1248, 30, 1247, 62, 30, 30, 76, 30, 62, 70, 63, 30, 30, 71, 69, 30, 30, 31, 74, 72, 31, 31, 77, 79, 69, 73, 69, 31, 31, 74, 75, 80, 81, 76, 31, 78, 75, 78, 82, 83, 84, 69, 85, 86, 31, 74, 87, 31, 31, 77, 79, 88, 1246, 92, 31, 31, 74, 75, 80, 81, 93, 31, 78, 75, 78, 82, 83, 84, 90, 85, 86, 89, 90, 87, 91, 94, 89, 96, 88, 91, 92, 95, 97, 99, 100, 98, 101, 93, 102, 104, 105, 95, 106, 107, 1245, 90, 109, 100, 89, 90, 98, 91, 94, 89, 96, 103, 91, 112, 95, 97, 99, 100, 98, 101, 113, 102, 104, 105, 95, 106, 107, 103, 103, 109, 111, 1242, 1229, 98, 110, 112, 1224, 114, 103, 116, 112, 1209, 115, 117, 111, 110, 118, 113, 119, 110, 120, 110, 115, 121, 103, 103, 108, 111, 108, 108, 123, 110, 112, 108, 114, 108, 116, 124, 108, 115, 117, 111, 110, 118, 108, 119, 110, 120, 110, 115, 121, 126, 127, 108, 130, 108, 108, 123, 131, 132, 108, 128, 108, 129, 124, 108, 129, 128, 1208, 133, 134, 108, 125, 135, 137, 125, 131, 138, 126, 127, 139, 130, 125, 125, 138, 131, 132, 140, 128, 125, 129, 141, 143, 129, 128, 125, 133, 134, 144, 125, 135, 137, 125, 131, 138, 145, 146, 139, 147, 125, 125, 138, 148, 149, 140, 150, 125, 151, 141, 143, 152, 153, 125, 154, 156, 144, 157, 158, 159, 160, 161, 162, 145, 146, 163, 147, 164, 165, 166, 148, 149, 168, 150, 169, 151, 170, 167, 152, 153, 171, 154, 156, 172, 157, 158, 159, 160, 161, 162, 167, 173, 163, 175, 164, 165, 166, 174, 174, 168, 176, 169, 178, 170, 167, 179, 181, 171, 182, 183, 172, 184, 183, 185, 186, 187, 188, 167, 173, 189, 175, 191, 193, 194, 174, 174, 196, 176, 195, 178, 197, 198, 179, 181, 195, 182, 183, 199, 184, 183, 185, 186, 187, 188, 200, 201, 189, 202, 191, 193, 194, 203, 205, 196, 206, 195, 204, 197, 198, 207, 208, 209, 210, 204, 199, 211, 212, 213, 204, 214, 215, 200, 201, 204, 202, 216, 217, 219, 203, 205, 220, 206, 220, 204, 222, 223, 207, 208, 209, 210, 204, 224, 211, 212, 213, 204, 214, 215, 226, 227, 204, 229, 216, 217, 219, 230, 231, 220, 232, 220, 234, 222, 223, 235, 236, 234, 237, 238, 224, 239, 240, 241, 242, 243, 244, 226, 227, 245, 229, 246, 240, 247, 230, 231, 248, 232, 249, 234, 250, 251, 235, 236, 252, 237, 238, 249, 239, 240, 241, 242, 243, 244, 253, 254, 245, 255, 246, 240, 247, 256, 258, 248, 259, 249, 260, 250, 251, 261, 264, 252, 266, 267, 268, 269, 270, 272, 273, 274, 277, 253, 254, 278, 255, 280, 281, 282, 256, 258, 284, 259, 285, 260, 286, 287, 261, 264, 288, 266, 267, 268, 269, 270, 272, 273, 274, 277, 289, 290, 278, 292, 280, 281, 282, 293, 295, 284, 296, 285, 297, 286, 287, 298, 300, 288, 299, 303, 304, 305, 306, 310, 312, 313, 314, 289, 290, 298, 292, 299, 316, 317, 293, 295, 318, 296, 319, 297, 1190, 1158, 298, 300, 321, 299, 303, 304, 305, 306, 310, 312, 313, 314, 322, 323, 298, 324, 1133, 316, 317, 1122, 324, 318, 325, 319, 320, 320, 320, 326, 328, 321, 320, 330, 320, 332, 333, 320, 334, 320, 335, 322, 323, 336, 324, 320, 337, 340, 320, 324, 344, 325, 345, 320, 320, 320, 326, 328, 338, 320, 330, 320, 332, 333, 320, 334, 320, 335, 346, 347, 336, 348, 320, 337, 340, 320, 338, 344, 349, 345, 338, 350, 351, 353, 338, 338, 354, 355, 357, 358, 356, 360, 361, 362, 356, 346, 347, 355, 348, 356, 1114, 365, 366, 338, 367, 349, 370, 338, 350, 351, 353, 364, 364, 354, 355, 357, 358, 356, 360, 361, 362, 356, 371, 373, 374, 375, 356, 364, 365, 366, 376, 367, 377, 370, 378, 379, 381, 382, 364, 364, 383, 385, 386, 381, 387, 388, 389, 390, 391, 371, 373, 374, 375, 392, 364, 393, 394, 376, 396, 377, 393, 378, 379, 381, 382, 397, 399, 383, 385, 386, 381, 387, 388, 389, 390, 391, 400, 402, 403, 405, 392, 406, 393, 394, 407, 396, 409, 393, 410, 412, 413, 414, 397, 399, 415, 416, 418, 420, 422, 423, 424, 425, 426, 400, 402, 403, 405, 429, 406, 427, 430, 407, 431, 409, 432, 410, 412, 413, 414, 427, 433, 415, 416, 418, 420, 422, 423, 424, 425, 426, 434, 435, 438, 440, 429, 441, 427, 430, 442, 431, 443, 432, 444, 446, 445, 447, 427, 433, 445, 448, 450, 449, 451, 452, 453, 454, 455, 434, 435, 438, 440, 456, 441, 449, 450, 442, 457, 443, 458, 444, 446, 445, 447, 459, 461, 445, 448, 450, 449, 451, 452, 453, 454, 455, 462, 460, 463, 464, 456, 465, 449, 450, 460, 457, 466, 458, 467, 468, 470, 472, 459, 461, 471, 471, 473, 474, 475, 476, 471, 477, 480, 462, 460, 463, 464, 473, 465, 479, 481, 460, 479, 466, 474, 467, 468, 470, 472, 482, 483, 471, 471, 473, 474, 475, 476, 471, 477, 480, 484, 485, 487, 484, 473, 488, 479, 481, 489, 479, 490, 474, 491, 494, 497, 498, 482, 483, 497, 499, 501, 497, 502, 504, 505, 506, 507, 484, 485, 487, 484, 508, 488, 509, 510, 489, 511, 490, 512, 491, 494, 497, 498, 513, 514, 497, 499, 501, 497, 502, 504, 505, 506, 507, 515, 517, 518, 519, 508, 523, 509, 510, 525, 511, 527, 512, 528, 529, 531, 530, 513, 514, 532, 533, 534, 535, 536, 537, 538, 539, 540, 515, 517, 518, 519, 541, 523, 530, 542, 525, 545, 527, 547, 528, 529, 531, 530, 548, 551, 532, 533, 534, 535, 536, 537, 538, 539, 540, 553, 549, 549, 555, 541, 557, 559, 542, 556, 545, 549, 547, 560, 562, 563, 549, 548, 551, 564, 556, 565, 566, 567, 571, 572, 573, 574, 553, 549, 549, 555, 575, 557, 559, 577, 556, 576, 549, 578, 560, 562, 563, 549, 576, 579, 564, 556, 565, 566, 567, 571, 572, 573, 574, 580, 581, 582, 584, 575, 585, 586, 577, 587, 576, 588, 578, 590, 591, 592, 593, 576, 579, 594, 595, 596, 597, 598, 600, 601, 602, 603, 580, 581, 582, 584, 604, 585, 586, 605, 587, 606, 588, 608, 590, 591, 592, 593, 609, 610, 594, 595, 596, 597, 598, 600, 601, 602, 603, 611, 614, 615, 617, 604, 618, 619, 605, 620, 606, 621, 608, 622, 623, 624, 624, 609, 610, 625, 626, 628, 629, 630, 631, 632, 633, 635, 611, 614, 615, 617, 1103, 618, 619, 637, 620, 639, 621, 1085, 622, 623, 624, 624, 641, 644, 625, 626, 628, 629, 630, 631, 632, 633, 635, 636, 645, 646, 648, 636, 649, 636, 637, 650, 639, 636, 636, 653, 655, 656, 657, 641, 644, 658, 659, 660, 661, 662, 663, 664, 666, 668, 636, 645, 646, 648, 636, 649, 636, 670, 650, 674, 636, 636, 653, 655, 656, 657, 675, 676, 658, 659, 660, 661, 662, 663, 664, 666, 668, 677, 680, 681, 682, 683, 684, 686, 670, 687, 674, 688, 689, 681, 690, 691, 692, 675, 676, 693, 694, 695, 696, 697, 698, 699, 700, 701, 677, 680, 681, 682, 683, 684, 686, 702, 687, 703, 688, 689, 681, 690, 691, 692, 704, 705, 693, 694, 695, 696, 697, 698, 699, 700, 701, 706, 707, 708, 709, 710, 711, 712, 702, 713, 703, 714, 715, 717, 718, 721, 722, 704, 705, 724, 725, 728, 729, 730, 731, 732, 733, 734, 706, 707, 708, 709, 710, 711, 712, 735, 713, 736, 714, 715, 717, 718, 721, 722, 737, 738, 724, 725, 728, 729, 730, 731, 732, 733, 734, 739, 740, 741, 742, 743, 744, 746, 735, 747, 736, 748, 750, 751, 752, 753, 754, 737, 738, 755, 756, 757, 758, 759, 760, 761, 762, 768, 739, 740, 741, 742, 743, 744, 746, 769, 747, 771, 748, 750, 751, 752, 753, 754, 775, 778, 755, 756, 757, 758, 759, 760, 761, 762, 768, 781, 782, 783, 784, 787, 788, 789, 769, 790, 771, 791, 792, 793, 795, 1083, 796, 775, 778, 797, 798, 800, 801, 802, 803, 792, 804, 1082, 781, 782, 783, 784, 787, 788, 789, 805, 790, 794, 791, 792, 793, 795, 794, 796, 806, 807, 797, 798, 800, 801, 802, 803, 792, 804, 794, 808, 809, 810, 811, 812, 813, 815, 805, 816, 794, 817, 818, 819, 820, 794, 821, 806, 807, 822, 823, 824, 826, 827, 828, 829, 831, 794, 808, 809, 810, 811, 812, 813, 815, 833, 816, 834, 817, 818, 819, 820, 835, 821, 836, 837, 822, 823, 824, 826, 827, 828, 829, 831, 839, 840, 841, 842, 844, 845, 846, 848, 833, 850, 834, 852, 853, 842, 854, 835, 855, 836, 837, 857, 858, 859, 860, 861, 862, 863, 864, 839, 840, 841, 842, 844, 845, 846, 848, 865, 850, 866, 852, 853, 842, 854, 867, 855, 868, 869, 857, 858, 859, 860, 861, 862, 863, 864, 871, 872, 873, 874, 875, 876, 877, 878, 865, 879, 866, 880, 881, 882, 883, 867, 884, 868, 869, 886, 887, 888, 889, 890, 891, 892, 896, 871, 872, 873, 874, 875, 876, 877, 878, 897, 879, 902, 880, 881, 882, 883, 893, 884, 893, 903, 886, 887, 888, 889, 890, 891, 892, 896, 893, 904, 905, 906, 907, 908, 909, 910, 897, 911, 902, 912, 914, 915, 916, 917, 918, 919, 903, 921, 922, 923, 924, 925, 1072, 928, 929, 931, 904, 905, 906, 907, 908, 909, 910, 932, 911, 934, 912, 914, 915, 916, 917, 918, 919, 935, 921, 922, 923, 924, 925, 927, 928, 929, 931, 927, 937, 938, 940, 941, 944, 945, 932, 946, 934, 950, 951, 952, 953, 944, 954, 956, 935, 957, 958, 959, 962, 944, 927, 964, 966, 967, 927, 937, 938, 940, 941, 944, 945, 971, 946, 972, 950, 951, 952, 953, 944, 954, 956, 973, 957, 958, 959, 962, 944, 974, 964, 966, 967, 975, 976, 977, 978, 979, 980, 981, 971, 982, 972, 983, 984, 985, 986, 987, 988, 989, 973, 990, 991, 992, 993, 994, 974, 995, 996, 998, 975, 976, 977, 978, 979, 980, 981, 999, 982, 1004, 983, 984, 985, 986, 987, 988, 989, 1005, 990, 991, 992, 993, 994, 1006, 995, 996, 998, 1007, 1008, 1010, 1011, 1012, 1013, 1014, 999, 1015, 1004, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1005, 1023, 1024, 1025, 1026, 1027, 1006, 1028, 1029, 1031, 1007, 1008, 1010, 1011, 1012, 1013, 1014, 1032, 1015, 1033, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1034, 1023, 1024, 1025, 1026, 1027, 1036, 1028, 1029, 1031, 1037, 1040, 1041, 1042, 1044, 1045, 1047, 1032, 1048, 1033, 1049, 1051, 1052, 1053, 1055, 1056, 1057, 1034, 1058, 1060, 1062, 1063, 1064, 1036, 1065, 1066, 1067, 1037, 1040, 1041, 1042, 1044, 1045, 1047, 1069, 1048, 1070, 1049, 1051, 1052, 1053, 1055, 1056, 1057, 1071, 1058, 1060, 1062, 1063, 1064, 1073, 1065, 1066, 1067, 1076, 1079, 1080, 1081, 1084, 1086, 1087, 1069, 1088, 1070, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1071, 1096, 1097, 1098, 1099, 1100, 1073, 1101, 1102, 1105, 1076, 1079, 1080, 1081, 1084, 1086, 1087, 1106, 1088, 1108, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1109, 1096, 1097, 1098, 1099, 1100, 1110, 1101, 1102, 1105, 1111, 1112, 1113, 1115, 1116, 1117, 1118, 1106, 1119, 1108, 1120, 1124, 1125, 1126, 1127, 1128, 1129, 1109, 1131, 1130, 1125, 1132, 1135, 1110, 1137, 1138, 1139, 1111, 1112, 1113, 1115, 1116, 1117, 1118, 1141, 1119, 1130, 1120, 1124, 1125, 1126, 1127, 1128, 1129, 1142, 1131, 1130, 1143, 1132, 1135, 1144, 1137, 1138, 1139, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1141, 1152, 1130, 1149, 1154, 1159, 1160, 1161, 1162, 1163, 1142, 1164, 1165, 1143, 1166, 1167, 1144, 1168, 1169, 1170, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1171, 1152, 1172, 1149, 1154, 1159, 1160, 1161, 1162, 1163, 1173, 1164, 1165, 1174, 1166, 1167, 1175, 1168, 1169, 1170, 1176, 1177, 1178, 1180, 1181, 1182, 1183, 1171, 1184, 1172, 1185, 1186, 1187, 1188, 1191, 1192, 1195, 1173, 1196, 1197, 1174, 1200, 1201, 1175, 1202, 1203, 1205, 1176, 1177, 1178, 1180, 1181, 1182, 1183, 1206, 1184, 1207, 1185, 1186, 1187, 1188, 1191, 1192, 1195, 1210, 1196, 1197, 1211, 1200, 1201, 1212, 1202, 1203, 1205, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1206, 1221, 1207, 1225, 1226, 1227, 1228, 1230, 1231, 1232, 1210, 1233, 1234, 1211, 1235, 1236, 1212, 1239, 1240, 1241, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1243, 1221, 1244, 1225, 1226, 1227, 1228, 1230, 1231, 1232, 1249, 1233, 1234, 1250, 1235, 1236, 1253, 1239, 1240, 1241, 1254, 1255, 1257, 1258, 1259, 1260, 1261, 1243, 1263, 1244, 1264, 1266, 1268, 1269, 1271, 1272, 1273, 1249, 1275, 1276, 1250, 1277, 1278, 1253, 1279, 1280, 1281, 1254, 1255, 1257, 1258, 1259, 1260, 1261, 1283, 1263, 1284, 1264, 1266, 1268, 1269, 1271, 1272, 1273, 1286, 1275, 1276, 1287, 1277, 1278, 1289, 1279, 1280, 1281, 1290, 1292, 1294, 1295, 1296, 1297, 1298, 1283, 1299, 1284, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1286, 1309, 1310, 1287, 1311, 1314, 1289, 1317, 1318, 1321, 1290, 1292, 1294, 1295, 1296, 1297, 1298, 1322, 1299, 1324, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1326, 1309, 1310, 1329, 1311, 1314, 1330, 1317, 1318, 1321, 1323, 1332, 1323, 1334, 1335, 1336, 1337, 1322, 1338, 1324, 1339, 1341, 1340, 1342, 1343, 1344, 1345, 1326, 1340, 1346, 1329, 1347, 1348, 1330, 1349, 1351, 1352, 1323, 1332, 1323, 1334, 1335, 1336, 1337, 1354, 1338, 1355, 1339, 1341, 1340, 1342, 1343, 1344, 1345, 1356, 1340, 1346, 1357, 1347, 1348, 1358, 1349, 1351, 1352, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1354, 1368, 1355, 1370, 1371, 1372, 1373, 1374, 1375, 1377, 1356, 1378, 1379, 1357, 1382, 1383, 1358, 1386, 1387, 1388, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1389, 1368, 1391, 1370, 1371, 1372, 1373, 1374, 1375, 1377, 1393, 1378, 1379, 1394, 1382, 1383, 1396, 1386, 1387, 1388, 1397, 1398, 1400, 1403, 1404, 1405, 1406, 1389, 1407, 1391, 1408, 1409, 1410, 1411, 1412, 1413, 1416, 1393, 1417, 1418, 1394, 1419, 1420, 1396, 1421, 1422, 1424, 1397, 1398, 1400, 1403, 1404, 1405, 1406, 1425, 1407, 1427, 1408, 1409, 1410, 1411, 1412, 1413, 1416, 1428, 1417, 1418, 1429, 1419, 1420, 1430, 1421, 1422, 1424, 1433, 1434, 1436, 1439, 1440, 1441, 1442, 1425, 1443, 1427, 1444, 1446, 1447, 1448, 1449, 1450, 1451, 1428, 1452, 1453, 1429, 1454, 1455, 1430, 1456, 1457, 1458, 1433, 1434, 1436, 1439, 1440, 1441, 1442, 1459, 1443, 1460, 1444, 1446, 1447, 1448, 1449, 1450, 1451, 1461, 1452, 1453, 1462, 1454, 1455, 1463, 1456, 1457, 1458, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1459, 1471, 1460, 1479, 1480, 1481, 1483, 1485, 1486, 1488, 1461, 1489, 1490, 1462, 1491, 1492, 1463, 1495, 1497, 1498, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1499, 1471, 1500, 1479, 1480, 1481, 1483, 1485, 1486, 1488, 1501, 1489, 1490, 1503, 1491, 1492, 1504, 1495, 1497, 1498, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1499, 1513, 1500, 1514, 1515, 1517, 1518, 1519, 1521, 1522, 1501, 1523, 1524, 1503, 1527, 1528, 1504, 1529, 1532, 1533, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1534, 1513, 1535, 1514, 1515, 1517, 1518, 1519, 1521, 1522, 1537, 1523, 1524, 1538, 1527, 1528, 1540, 1529, 1532, 1533, 1544, 1545, 1546, 1549, 1550, 1551, 1553, 1534, 1554, 1535, 1556, 1557, 1558, 1061, 1059, 1039, 1038, 1537, 1035, 1003, 1538, 1002, 1001, 1540, 1000, 963, 961, 1544, 1545, 1546, 1549, 1550, 1551, 1553, 960, 1554, 955, 1556, 1557, 1558, 1563, 1563, 947, 939, 930, 926, 920, 900, 899, 898, 895, 894, 885, 870, 832, 779, 772, 770, 767, 766, 765, 764, 763, 727, 726, 723, 678, 673, 672, 671, 669, 640, 638, 634, 612, 599, 558, 554, 552, 550, 546, 543, 524, 516, 500, 495, 492, 469, 439, 437, 436, 421, 398, 384, 369, 368, 363, 352, 342, 339, 329, 315, 311, 309, 301, 283, 271, 262, 221, 192, 177, 142, 122, 37, 5, 3, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561, 1561 } ; 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 1710 "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 1892 "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 >= 1562 ) 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 != 1561 ); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: YY_RULE_SETUP #line 79 "conf_lexer.l" { cinclude(); } YY_BREAK case 2: YY_RULE_SETUP #line 80 "conf_lexer.l" { ccomment(); } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 82 "conf_lexer.l" { strlcpy(linebuf, yytext+1, sizeof(linebuf)); ++lineno; yyless(1); } YY_BREAK case 4: YY_RULE_SETUP #line 84 "conf_lexer.l" ; YY_BREAK case 5: YY_RULE_SETUP #line 85 "conf_lexer.l" ; YY_BREAK case 6: YY_RULE_SETUP #line 87 "conf_lexer.l" { yylval.number = atoi(yytext); return NUMBER; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 89 "conf_lexer.l" { if (yytext[yyleng-2] == '\\') { yyless(yyleng-1); /* return last quote */ yymore(); /* append next string */ } else { yylval.string = yytext+1; if(yylval.string[yyleng-2] != '"') ilog(LOG_TYPE_IRCD, "Unterminated character string"); else { int i,j; yylval.string[yyleng-2] = '\0'; /* remove close * quote */ for (j=i=0 ;yylval.string[i] != '\0'; i++,j++) { if (yylval.string[i] != '\\') { yylval.string[j] = yylval.string[i]; } else { i++; if (yylval.string[i] == '\0') /* XXX * should not * happen */ { ilog(LOG_TYPE_IRCD, "Unterminated character string"); break; } yylval.string[j] = yylval.string[i]; } } yylval.string[j] = '\0'; return QSTRING; } } } YY_BREAK case 8: YY_RULE_SETUP #line 134 "conf_lexer.l" { return ACCEPT_PASSWORD; } YY_BREAK case 9: YY_RULE_SETUP #line 135 "conf_lexer.l" { return ADMIN; } YY_BREAK case 10: YY_RULE_SETUP #line 136 "conf_lexer.l" { return ADMIN; } YY_BREAK case 11: YY_RULE_SETUP #line 137 "conf_lexer.l" { return AFTYPE; } YY_BREAK case 12: YY_RULE_SETUP #line 138 "conf_lexer.l" { return T_ALL; } YY_BREAK case 13: YY_RULE_SETUP #line 139 "conf_lexer.l" { return IRCD_AUTH; } YY_BREAK case 14: YY_RULE_SETUP #line 140 "conf_lexer.l" { return AUTOCONN; } YY_BREAK case 15: YY_RULE_SETUP #line 141 "conf_lexer.l" { return CAN_FLOOD; } YY_BREAK case 16: YY_RULE_SETUP #line 142 "conf_lexer.l" { return CALLER_ID_WAIT; } YY_BREAK case 17: YY_RULE_SETUP #line 143 "conf_lexer.l" { return OPERS_BYPASS_CALLERID; } YY_BREAK case 18: YY_RULE_SETUP #line 144 "conf_lexer.l" { return CHANNEL; } YY_BREAK case 19: YY_RULE_SETUP #line 145 "conf_lexer.l" { return CIDR_BITLEN_IPV4; } YY_BREAK case 20: YY_RULE_SETUP #line 146 "conf_lexer.l" { return CIDR_BITLEN_IPV6; } YY_BREAK case 21: YY_RULE_SETUP #line 147 "conf_lexer.l" { return CLASS; } YY_BREAK case 22: YY_RULE_SETUP #line 148 "conf_lexer.l" { return T_CLUSTER; } YY_BREAK case 23: YY_RULE_SETUP #line 149 "conf_lexer.l" { return CONNECT; } YY_BREAK case 24: YY_RULE_SETUP #line 150 "conf_lexer.l" { return CONNECTFREQ; } YY_BREAK case 25: YY_RULE_SETUP #line 151 "conf_lexer.l" { return DEFAULT_FLOODCOUNT; } YY_BREAK case 26: YY_RULE_SETUP #line 152 "conf_lexer.l" { return DEFAULT_SPLIT_SERVER_COUNT; } YY_BREAK case 27: YY_RULE_SETUP #line 153 "conf_lexer.l" { return DEFAULT_SPLIT_USER_COUNT; } YY_BREAK case 28: YY_RULE_SETUP #line 154 "conf_lexer.l" { return DENY; } YY_BREAK case 29: YY_RULE_SETUP #line 155 "conf_lexer.l" { return DESCRIPTION; } YY_BREAK case 30: YY_RULE_SETUP #line 156 "conf_lexer.l" { return DIE; } YY_BREAK case 31: YY_RULE_SETUP #line 157 "conf_lexer.l" { return DISABLE_AUTH; } YY_BREAK case 32: YY_RULE_SETUP #line 158 "conf_lexer.l" { return DISABLE_FAKE_CHANNELS; } YY_BREAK case 33: YY_RULE_SETUP #line 159 "conf_lexer.l" { return DISABLE_REMOTE_COMMANDS; } YY_BREAK case 34: YY_RULE_SETUP #line 160 "conf_lexer.l" { return T_DLINE; } YY_BREAK case 35: YY_RULE_SETUP #line 161 "conf_lexer.l" { return DOTS_IN_IDENT; } YY_BREAK case 36: YY_RULE_SETUP #line 162 "conf_lexer.l" { return EGDPOOL_PATH; } YY_BREAK case 37: YY_RULE_SETUP #line 163 "conf_lexer.l" { return EMAIL; } YY_BREAK case 38: YY_RULE_SETUP #line 164 "conf_lexer.l" { return ENCRYPTED; } YY_BREAK case 39: YY_RULE_SETUP #line 165 "conf_lexer.l" { return EXCEED_LIMIT; } YY_BREAK case 40: YY_RULE_SETUP #line 166 "conf_lexer.l" { return EXEMPT; } YY_BREAK case 41: YY_RULE_SETUP #line 167 "conf_lexer.l" { return T_FILE; } YY_BREAK case 42: YY_RULE_SETUP #line 168 "conf_lexer.l" { return IRCD_FLAGS; } YY_BREAK case 43: YY_RULE_SETUP #line 169 "conf_lexer.l" { return FLATTEN_LINKS; } YY_BREAK case 44: YY_RULE_SETUP #line 170 "conf_lexer.l" { return GECOS; } YY_BREAK case 45: YY_RULE_SETUP #line 171 "conf_lexer.l" { return GENERAL; } YY_BREAK case 46: YY_RULE_SETUP #line 172 "conf_lexer.l" { return GLINE; } YY_BREAK case 47: YY_RULE_SETUP #line 173 "conf_lexer.l" { return GLINE_ENABLE; } YY_BREAK case 48: YY_RULE_SETUP #line 174 "conf_lexer.l" { return GLINE_EXEMPT; } YY_BREAK case 49: YY_RULE_SETUP #line 175 "conf_lexer.l" { return GLINE_DURATION; } YY_BREAK case 50: YY_RULE_SETUP #line 176 "conf_lexer.l" { return GLINE_REQUEST_DURATION; } YY_BREAK case 51: YY_RULE_SETUP #line 177 "conf_lexer.l" { return GLINE_MIN_CIDR; } YY_BREAK case 52: YY_RULE_SETUP #line 178 "conf_lexer.l" { return GLINE_MIN_CIDR6; } YY_BREAK case 53: YY_RULE_SETUP #line 179 "conf_lexer.l" { return T_GLOBOPS; } YY_BREAK case 54: YY_RULE_SETUP #line 180 "conf_lexer.l" { return GLOBAL_KILL; } YY_BREAK case 55: YY_RULE_SETUP #line 181 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 56: YY_RULE_SETUP #line 182 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 57: YY_RULE_SETUP #line 183 "conf_lexer.l" { return HAVENT_READ_CONF; } YY_BREAK case 58: YY_RULE_SETUP #line 184 "conf_lexer.l" { return HIDDEN; } YY_BREAK case 59: YY_RULE_SETUP #line 185 "conf_lexer.l" { return HIDDEN_NAME; } YY_BREAK case 60: YY_RULE_SETUP #line 186 "conf_lexer.l" { return HIDE_IDLE_FROM_OPERS; } YY_BREAK case 61: YY_RULE_SETUP #line 187 "conf_lexer.l" { return HIDE_SERVER_IPS; } YY_BREAK case 62: YY_RULE_SETUP #line 188 "conf_lexer.l" { return HIDE_SERVERS; } YY_BREAK case 63: YY_RULE_SETUP #line 189 "conf_lexer.l" { return HIDE_SERVICES; } YY_BREAK case 64: YY_RULE_SETUP #line 190 "conf_lexer.l" { return HIDE_SPOOF_IPS; } YY_BREAK case 65: YY_RULE_SETUP #line 191 "conf_lexer.l" { return HOST; } YY_BREAK case 66: YY_RULE_SETUP #line 192 "conf_lexer.l" { return HUB; } YY_BREAK case 67: YY_RULE_SETUP #line 193 "conf_lexer.l" { return HUB_MASK; } YY_BREAK case 68: YY_RULE_SETUP #line 194 "conf_lexer.l" { return IGNORE_BOGUS_TS; } YY_BREAK case 69: YY_RULE_SETUP #line 195 "conf_lexer.l" { return INVISIBLE_ON_CONNECT; } YY_BREAK case 70: YY_RULE_SETUP #line 196 "conf_lexer.l" { return IP; } YY_BREAK case 71: YY_RULE_SETUP #line 197 "conf_lexer.l" { return T_IPV4; } YY_BREAK case 72: YY_RULE_SETUP #line 198 "conf_lexer.l" { return T_IPV6; } YY_BREAK case 73: YY_RULE_SETUP #line 199 "conf_lexer.l" { return JOIN_FLOOD_COUNT; } YY_BREAK case 74: YY_RULE_SETUP #line 200 "conf_lexer.l" { return JOIN_FLOOD_TIME; } YY_BREAK case 75: YY_RULE_SETUP #line 201 "conf_lexer.l" { return KILL; } YY_BREAK case 76: YY_RULE_SETUP #line 202 "conf_lexer.l" { return KILL_CHASE_TIME_LIMIT; } YY_BREAK case 77: YY_RULE_SETUP #line 203 "conf_lexer.l" { return KLINE; } YY_BREAK case 78: YY_RULE_SETUP #line 204 "conf_lexer.l" { return KLINE_EXEMPT; } YY_BREAK case 79: YY_RULE_SETUP #line 205 "conf_lexer.l" { return LEAF_MASK; } YY_BREAK case 80: YY_RULE_SETUP #line 206 "conf_lexer.l" { return LISTEN; } YY_BREAK case 81: YY_RULE_SETUP #line 207 "conf_lexer.l" { return T_LOG; } YY_BREAK case 82: YY_RULE_SETUP #line 208 "conf_lexer.l" { return MASK; } YY_BREAK case 83: YY_RULE_SETUP #line 209 "conf_lexer.l" { return TMASKED; } YY_BREAK case 84: YY_RULE_SETUP #line 210 "conf_lexer.l" { return T_MAX_CLIENTS; } YY_BREAK case 85: YY_RULE_SETUP #line 211 "conf_lexer.l" { return MAX_IDENT; } YY_BREAK case 86: YY_RULE_SETUP #line 212 "conf_lexer.l" { return MAX_IDLE; } YY_BREAK case 87: YY_RULE_SETUP #line 213 "conf_lexer.l" { return MIN_IDLE; } YY_BREAK case 88: YY_RULE_SETUP #line 214 "conf_lexer.l" { return MAX_LOCAL; } YY_BREAK case 89: YY_RULE_SETUP #line 215 "conf_lexer.l" { return MAX_GLOBAL; } YY_BREAK case 90: YY_RULE_SETUP #line 216 "conf_lexer.l" { return MAX_NUMBER; } YY_BREAK case 91: YY_RULE_SETUP #line 217 "conf_lexer.l" { return MAX_NICK_LENGTH; } YY_BREAK case 92: YY_RULE_SETUP #line 218 "conf_lexer.l" { return MAX_TOPIC_LENGTH; } YY_BREAK case 93: YY_RULE_SETUP #line 219 "conf_lexer.l" { return MAX_WATCH; } YY_BREAK case 94: YY_RULE_SETUP #line 220 "conf_lexer.l" { return MIN_NONWILDCARD; } YY_BREAK case 95: YY_RULE_SETUP #line 221 "conf_lexer.l" { return MIN_NONWILDCARD_SIMPLE; } YY_BREAK case 96: YY_RULE_SETUP #line 222 "conf_lexer.l" { return NAME; } YY_BREAK case 97: YY_RULE_SETUP #line 223 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 98: YY_RULE_SETUP #line 224 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 99: YY_RULE_SETUP #line 225 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 100: YY_RULE_SETUP #line 226 "conf_lexer.l" { return NICK; } YY_BREAK case 101: YY_RULE_SETUP #line 227 "conf_lexer.l" { yylval.number = 0; return TBOOL; } YY_BREAK case 102: YY_RULE_SETUP #line 228 "conf_lexer.l" { return NO_CREATE_ON_SPLIT; } YY_BREAK case 103: YY_RULE_SETUP #line 229 "conf_lexer.l" { return NO_JOIN_ON_SPLIT; } YY_BREAK case 104: YY_RULE_SETUP #line 230 "conf_lexer.l" { return NO_OPER_FLOOD; } YY_BREAK case 105: YY_RULE_SETUP #line 231 "conf_lexer.l" { return NO_TILDE; } YY_BREAK case 106: YY_RULE_SETUP #line 232 "conf_lexer.l" { return T_NONONREG; } YY_BREAK case 107: YY_RULE_SETUP #line 233 "conf_lexer.l" { return NUMBER_PER_CIDR; } YY_BREAK case 108: YY_RULE_SETUP #line 234 "conf_lexer.l" { return NUMBER_PER_IP; } YY_BREAK case 109: YY_RULE_SETUP #line 235 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 110: YY_RULE_SETUP #line 236 "conf_lexer.l" { return OPER_PASS_RESV; } YY_BREAK case 111: YY_RULE_SETUP #line 237 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 112: YY_RULE_SETUP #line 238 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 113: YY_RULE_SETUP #line 239 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 114: YY_RULE_SETUP #line 240 "conf_lexer.l" { return PING_COOKIE; } YY_BREAK case 115: YY_RULE_SETUP #line 241 "conf_lexer.l" { return PING_TIME; } YY_BREAK case 116: YY_RULE_SETUP #line 242 "conf_lexer.l" { return PORT; } YY_BREAK case 117: YY_RULE_SETUP #line 243 "conf_lexer.l" { return RESV; } YY_BREAK case 118: YY_RULE_SETUP #line 244 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 119: YY_RULE_SETUP #line 245 "conf_lexer.l" { return REASON; } YY_BREAK case 120: YY_RULE_SETUP #line 246 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 121: YY_RULE_SETUP #line 247 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 122: YY_RULE_SETUP #line 248 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 123: YY_RULE_SETUP #line 249 "conf_lexer.l" { return REHASH; } YY_BREAK case 124: YY_RULE_SETUP #line 250 "conf_lexer.l" { return REMOTE; } YY_BREAK case 125: YY_RULE_SETUP #line 251 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 126: YY_RULE_SETUP #line 252 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 127: YY_RULE_SETUP #line 253 "conf_lexer.l" { return RESV; } YY_BREAK case 128: YY_RULE_SETUP #line 254 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 129: YY_RULE_SETUP #line 255 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 130: YY_RULE_SETUP #line 256 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 131: YY_RULE_SETUP #line 257 "conf_lexer.l" { return T_SSL; } YY_BREAK case 132: YY_RULE_SETUP #line 258 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 133: YY_RULE_SETUP #line 259 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 134: YY_RULE_SETUP #line 260 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 135: YY_RULE_SETUP #line 261 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 136: YY_RULE_SETUP #line 262 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 137: YY_RULE_SETUP #line 263 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 138: YY_RULE_SETUP #line 264 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 139: YY_RULE_SETUP #line 265 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 140: YY_RULE_SETUP #line 266 "conf_lexer.l" { return SENDQ; } YY_BREAK case 141: YY_RULE_SETUP #line 267 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 142: YY_RULE_SETUP #line 268 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 143: YY_RULE_SETUP #line 269 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 144: YY_RULE_SETUP #line 270 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 145: YY_RULE_SETUP #line 271 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 146: YY_RULE_SETUP #line 272 "conf_lexer.l" { return T_SET; } YY_BREAK case 147: YY_RULE_SETUP #line 273 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 148: YY_RULE_SETUP #line 274 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 149: YY_RULE_SETUP #line 275 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 150: YY_RULE_SETUP #line 276 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 151: YY_RULE_SETUP #line 277 "conf_lexer.l" { return SPOOF; } YY_BREAK case 152: YY_RULE_SETUP #line 278 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 153: YY_RULE_SETUP #line 279 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 154: YY_RULE_SETUP #line 280 "conf_lexer.l" { return TYPE; } YY_BREAK case 155: YY_RULE_SETUP #line 281 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 156: YY_RULE_SETUP #line 282 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 157: YY_RULE_SETUP #line 283 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 158: YY_RULE_SETUP #line 284 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 159: YY_RULE_SETUP #line 285 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 160: YY_RULE_SETUP #line 286 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 161: YY_RULE_SETUP #line 287 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 162: YY_RULE_SETUP #line 288 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 163: YY_RULE_SETUP #line 289 "conf_lexer.l" { return USER; } YY_BREAK case 164: YY_RULE_SETUP #line 290 "conf_lexer.l" { return VHOST; } YY_BREAK case 165: YY_RULE_SETUP #line 291 "conf_lexer.l" { return VHOST6; } YY_BREAK case 166: YY_RULE_SETUP #line 292 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 167: YY_RULE_SETUP #line 293 "conf_lexer.l" { return XLINE; } YY_BREAK case 168: YY_RULE_SETUP #line 294 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 169: YY_RULE_SETUP #line 296 "conf_lexer.l" { return FAILED_OPER_NOTICE; } YY_BREAK case 170: YY_RULE_SETUP #line 297 "conf_lexer.l" { return MAX_ACCEPT; } YY_BREAK case 171: YY_RULE_SETUP #line 298 "conf_lexer.l" { return MAX_NICK_CHANGES; } YY_BREAK case 172: YY_RULE_SETUP #line 299 "conf_lexer.l" { return MAX_CHANS_PER_OPER; } YY_BREAK case 173: YY_RULE_SETUP #line 300 "conf_lexer.l" { return MAX_CHANS_PER_USER; } YY_BREAK case 174: YY_RULE_SETUP #line 301 "conf_lexer.l" { return MAX_NICK_TIME; } YY_BREAK case 175: YY_RULE_SETUP #line 302 "conf_lexer.l" { return ANTI_NICK_FLOOD; } YY_BREAK case 176: YY_RULE_SETUP #line 303 "conf_lexer.l" { return ANTI_SPAM_EXIT_MESSAGE_TIME; } YY_BREAK case 177: YY_RULE_SETUP #line 304 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 178: YY_RULE_SETUP #line 305 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 179: YY_RULE_SETUP #line 306 "conf_lexer.l" { return LINKS_DELAY; } YY_BREAK case 180: YY_RULE_SETUP #line 307 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 181: YY_RULE_SETUP #line 309 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 182: YY_RULE_SETUP #line 310 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 183: YY_RULE_SETUP #line 311 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 184: YY_RULE_SETUP #line 312 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 185: YY_RULE_SETUP #line 313 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 186: YY_RULE_SETUP #line 314 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 187: YY_RULE_SETUP #line 315 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 188: YY_RULE_SETUP #line 316 "conf_lexer.l" { return KNOCK_DELAY; } YY_BREAK case 189: YY_RULE_SETUP #line 317 "conf_lexer.l" { return KNOCK_DELAY_CHANNEL; } YY_BREAK case 190: YY_RULE_SETUP #line 318 "conf_lexer.l" { return MAX_BANS; } YY_BREAK case 191: YY_RULE_SETUP #line 319 "conf_lexer.l" { return MODULES; } YY_BREAK case 192: YY_RULE_SETUP #line 320 "conf_lexer.l" { return MODULE; } YY_BREAK case 193: YY_RULE_SETUP #line 321 "conf_lexer.l" { return PATH; } YY_BREAK case 194: YY_RULE_SETUP #line 322 "conf_lexer.l" { return MAX_TARGETS; } YY_BREAK case 195: YY_RULE_SETUP #line 324 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 196: YY_RULE_SETUP #line 325 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 197: YY_RULE_SETUP #line 327 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 198: YY_RULE_SETUP #line 328 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 199: YY_RULE_SETUP #line 329 "conf_lexer.l" { return T_BOTS; } YY_BREAK case 200: YY_RULE_SETUP #line 330 "conf_lexer.l" { return T_CCONN; } YY_BREAK case 201: YY_RULE_SETUP #line 331 "conf_lexer.l" { return T_CCONN_FULL; } YY_BREAK case 202: YY_RULE_SETUP #line 332 "conf_lexer.l" { return T_DEAF; } YY_BREAK case 203: YY_RULE_SETUP #line 333 "conf_lexer.l" { return T_DEBUG; } YY_BREAK case 204: YY_RULE_SETUP #line 334 "conf_lexer.l" { return T_FULL; } YY_BREAK case 205: YY_RULE_SETUP #line 335 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 206: YY_RULE_SETUP #line 336 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 207: YY_RULE_SETUP #line 337 "conf_lexer.l" { return T_REJ; } YY_BREAK case 208: YY_RULE_SETUP #line 338 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 209: YY_RULE_SETUP #line 339 "conf_lexer.l" { return T_SPY; } YY_BREAK case 210: YY_RULE_SETUP #line 340 "conf_lexer.l" { return T_EXTERNAL; } YY_BREAK case 211: YY_RULE_SETUP #line 341 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 212: YY_RULE_SETUP #line 342 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 213: YY_RULE_SETUP #line 343 "conf_lexer.l" { return T_INVISIBLE; } YY_BREAK case 214: YY_RULE_SETUP #line 344 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 215: YY_RULE_SETUP #line 345 "conf_lexer.l" { return T_CALLERID; } YY_BREAK case 216: YY_RULE_SETUP #line 346 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 217: YY_RULE_SETUP #line 347 "conf_lexer.l" { return T_LOCOPS; } YY_BREAK case 218: YY_RULE_SETUP #line 349 "conf_lexer.l" { return YEARS; } YY_BREAK case 219: YY_RULE_SETUP #line 350 "conf_lexer.l" { return YEARS; } YY_BREAK case 220: YY_RULE_SETUP #line 351 "conf_lexer.l" { return MONTHS; } YY_BREAK case 221: YY_RULE_SETUP #line 352 "conf_lexer.l" { return MONTHS; } YY_BREAK case 222: YY_RULE_SETUP #line 353 "conf_lexer.l" { return WEEKS; } YY_BREAK case 223: YY_RULE_SETUP #line 354 "conf_lexer.l" { return WEEKS; } YY_BREAK case 224: YY_RULE_SETUP #line 355 "conf_lexer.l" { return DAYS; } YY_BREAK case 225: YY_RULE_SETUP #line 356 "conf_lexer.l" { return DAYS; } YY_BREAK case 226: YY_RULE_SETUP #line 357 "conf_lexer.l" { return HOURS; } YY_BREAK case 227: YY_RULE_SETUP #line 358 "conf_lexer.l" { return HOURS; } YY_BREAK case 228: YY_RULE_SETUP #line 359 "conf_lexer.l" { return MINUTES; } YY_BREAK case 229: YY_RULE_SETUP #line 360 "conf_lexer.l" { return MINUTES; } YY_BREAK case 230: YY_RULE_SETUP #line 361 "conf_lexer.l" { return SECONDS; } YY_BREAK case 231: YY_RULE_SETUP #line 362 "conf_lexer.l" { return SECONDS; } YY_BREAK case 232: YY_RULE_SETUP #line 364 "conf_lexer.l" { return BYTES; } YY_BREAK case 233: YY_RULE_SETUP #line 365 "conf_lexer.l" { return BYTES; } YY_BREAK case 234: YY_RULE_SETUP #line 366 "conf_lexer.l" { return KBYTES; } YY_BREAK case 235: YY_RULE_SETUP #line 367 "conf_lexer.l" { return KBYTES; } YY_BREAK case 236: YY_RULE_SETUP #line 368 "conf_lexer.l" { return KBYTES; } YY_BREAK case 237: YY_RULE_SETUP #line 369 "conf_lexer.l" { return KBYTES; } YY_BREAK case 238: YY_RULE_SETUP #line 370 "conf_lexer.l" { return KBYTES; } YY_BREAK case 239: YY_RULE_SETUP #line 371 "conf_lexer.l" { return MBYTES; } YY_BREAK case 240: YY_RULE_SETUP #line 372 "conf_lexer.l" { return MBYTES; } YY_BREAK case 241: YY_RULE_SETUP #line 373 "conf_lexer.l" { return MBYTES; } YY_BREAK case 242: YY_RULE_SETUP #line 374 "conf_lexer.l" { return MBYTES; } YY_BREAK case 243: YY_RULE_SETUP #line 375 "conf_lexer.l" { return MBYTES; } YY_BREAK case 244: YY_RULE_SETUP #line 376 "conf_lexer.l" { return TWODOTS; } YY_BREAK case 245: 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 246: YY_RULE_SETUP #line 381 "conf_lexer.l" ECHO; YY_BREAK #line 3256 "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 >= 1562 ) 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 >= 1562 ) 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 == 1561); 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; }