#line 3 "conf_lexer.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 37 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE yyrestart(yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t yyleng; extern FILE *yyin, *yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when yytext is formed. */ static char yy_hold_char; static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow yywrap()'s to do buffer switches * instead of setting up a fresh yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void yyrestart (FILE *input_file ); void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); void yy_delete_buffer (YY_BUFFER_STATE b ); void yy_flush_buffer (YY_BUFFER_STATE b ); void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void yypop_buffer_state (void ); static void yyensure_buffer_stack (void ); static void yy_load_buffer_state (void ); static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); void *yyalloc (yy_size_t ); void *yyrealloc (void *,yy_size_t ); void yyfree (void * ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define yywrap() 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; typedef int yy_state_type; extern int yylineno; int yylineno = 1; extern char *yytext; #define yytext_ptr yytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ (yytext_ptr) -= (yy_more_len); \ yyleng = (size_t) (yy_cp - (yytext_ptr)); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 249 #define YY_END_OF_BUFFER 250 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[1596] = { 0, 4, 4, 250, 248, 4, 3, 248, 5, 248, 248, 6, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 4, 3, 0, 7, 5, 247, 0, 2, 5, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 241, 0, 0, 0, 0, 0, 0, 0, 246, 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, 228, 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, 0, 0, 210, 0, 0, 0, 0, 0, 0, 149, 0, 0, 152, 0, 0, 0, 0, 212, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, 0, 0, 0, 0, 0, 13, 0, 202, 236, 0, 0, 0, 0, 0, 0, 0, 0, 227, 205, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 207, 0, 0, 0, 0, 0, 0, 0, 65, 230, 0, 0, 0, 71, 72, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 109, 0, 0, 196, 0, 116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 166, 0, 0, 0, 0, 0, 226, 0, 222, 0, 0, 9, 0, 0, 0, 235, 0, 0, 203, 0, 0, 21, 0, 0, 206, 0, 0, 0, 34, 0, 0, 37, 0, 0, 0, 0, 0, 42, 0, 44, 0, 46, 0, 0, 0, 0, 0, 0, 229, 0, 0, 0, 0, 240, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 121, 0, 124, 0, 0, 0, 0, 0, 0, 0, 143, 0, 0, 0, 0, 0, 0, 208, 0, 154, 140, 0, 0, 0, 0, 0, 0, 141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, 225, 170, 221, 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, 239, 0, 0, 0, 0, 0, 0, 80, 220, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 232, 0, 0, 195, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 120, 0, 0, 125, 126, 0, 0, 0, 0, 0, 234, 0, 144, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, 211, 0, 0, 0, 199, 0, 0, 0, 168, 217, 0, 169, 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, 231, 0, 0, 194, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 233, 0, 0, 0, 147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 161, 160, 0, 198, 163, 0, 0, 0, 0, 0, 0, 0, 14, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 193, 0, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 243, 86, 0, 0, 0, 0, 0, 106, 0, 0, 0, 105, 0, 111, 0, 214, 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, 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, 216, 0, 0, 237, 0, 0, 79, 0, 0, 0, 0, 0, 84, 87, 0, 0, 0, 0, 92, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 189, 0, 115, 0, 0, 0, 122, 123, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 204, 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, 173, 0, 0, 88, 0, 0, 0, 89, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, 0, 0, 145, 146, 0, 215, 151, 0, 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, 191, 182, 0, 83, 0, 0, 0, 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 201, 0, 114, 0, 119, 0, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 164, 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, 97, 98, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 118, 0, 0, 0, 0, 0, 219, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 180, 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, 177, 0, 0, 96, 0, 0, 104, 0, 108, 0, 0, 0, 0, 0, 0, 0, 142, 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 165, 0, 0, 181, 183, 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, 0, 8, 178, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 61, 68, 0, 0, 74, 0, 0, 0, 0, 0, 90, 0, 93, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 139, 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, 174, 91, 0, 0, 103, 0, 200, 190, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 0, 0, 0, 136, 138, 137, 187, 186, 185, 188, 0, 0, 0, 25, 0, 0, 0, 0, 172, 0, 0, 0, 0, 0, 175, 176, 0, 102, 0, 0, 0, 0, 0, 158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, 133, 0, 0, 0, 0, 0, 0, 0, 0, 60, 69, 0, 0, 0, 132, 135, 0, 0, 0, 0, 32, 0, 0, 76, 0, 17, 156, 0, 0, 0, 0, 50, 94, 0, 0, 0, 33, 0, 0, 27, 0, 0, 0, 26, 179, 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[1601] = { 0, 0, 0, 3059, 3060, 3056, 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, 3055, 0, 86, 3060, 0, 3060, 170, 3060, 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, 433, 392, 469, 409, 471, 438, 434, 412, 422, 429, 428, 450, 438, 445, 440, 447, 3014, 459, 475, 518, 488, 479, 493, 505, 487, 507, 495, 508, 505, 499, 3060, 518, 535, 509, 526, 521, 3013, 525, 530, 527, 528, 529, 538, 540, 555, 541, 563, 540, 564, 3060, 567, 559, 557, 562, 571, 563, 577, 570, 579, 573, 582, 586, 578, 581, 592, 584, 597, 596, 611, 582, 586, 3012, 598, 609, 137, 605, 601, 615, 608, 629, 628, 624, 616, 622, 3060, 627, 3011, 619, 640, 623, 626, 631, 647, 652, 651, 633, 647, 645, 666, 665, 652, 667, 654, 667, 670, 664, 670, 684, 686, 672, 670, 684, 690, 697, 3060, 686, 685, 3010, 691, 705, 688, 3060, 694, 696, 3060, 716, 711, 704, 711, 3060, 708, 707, 714, 722, 716, 735, 729, 738, 740, 724, 734, 735, 740, 750, 747, 748, 741, 749, 748, 754, 753, 754, 759, 3060, 766, 764, 767, 767, 3009, 3060, 781, 3060, 766, 787, 788, 782, 783, 3008, 779, 779, 795, 3060, 3060, 794, 781, 3060, 785, 804, 804, 3007, 798, 802, 790, 811, 801, 800, 815, 3060, 803, 811, 3060, 813, 816, 830, 836, 825, 833, 3006, 3060, 827, 835, 832, 834, 3060, 3060, 3005, 849, 3004, 853, 851, 846, 3003, 841, 858, 851, 863, 895, 867, 872, 856, 891, 867, 877, 3060, 872, 3002, 874, 3001, 878, 875, 893, 894, 902, 909, 920, 3000, 894, 3060, 2999, 3060, 921, 906, 913, 915, 916, 922, 922, 931, 931, 951, 2998, 938, 942, 941, 966, 954, 941, 3060, 950, 960, 958, 3028, 989, 953, 954, 962, 3028, 2995, 981, 983, 3060, 982, 974, 986, 988, 987, 985, 996, 3060, 1001, 990, 997, 2994, 997, 997, 1012, 999, 1002, 1005, 1017, 1023, 1015, 1015, 3060, 1018, 1026, 2993, 1036, 1044, 3060, 1042, 1045, 3060, 1037, 1042, 1042, 3060, 1049, 1044, 3060, 1044, 1058, 1044, 1052, 1063, 3060, 1064, 3060, 1069, 2992, 1059, 1056, 1057, 1070, 1066, 1073, 3060, 1082, 1079, 1079, 1084, 1076, 1097, 1076, 2991, 2990, 1089, 2989, 1089, 1086, 1104, 1109, 1112, 1106, 1104, 1116, 1106, 1115, 1122, 1124, 1107, 1106, 1128, 1130, 1123, 1137, 1125, 1139, 1140, 1136, 1152, 1139, 1154, 1153, 1161, 1155, 1150, 1150, 2988, 1171, 1159, 1154, 1175, 1185, 1171, 2987, 1174, 1177, 3060, 1184, 3060, 1184, 1191, 1180, 1199, 1204, 1192, 1207, 3060, 1200, 1202, 1218, 1207, 1220, 2986, 3060, 1225, 2985, 3060, 1245, 1220, 1224, 2984, 1211, 1228, 3060, 1220, 1215, 1223, 1223, 1236, 1231, 1232, 1243, 1237, 1248, 1256, 1249, 3012, 1249, 1253, 1267, 3060, 3060, 3060, 1270, 2982, 1256, 3060, 1267, 1262, 1266, 1273, 1268, 1279, 1275, 1279, 1275, 1275, 1276, 1282, 1294, 1290, 1294, 1288, 2981, 3060, 1310, 2980, 1299, 1304, 1314, 2979, 1298, 2978, 1317, 2977, 1320, 1323, 1310, 2976, 1328, 1322, 3060, 1328, 1317, 1336, 1338, 1346, 1345, 3060, 3060, 3060, 1347, 1338, 1352, 1349, 1345, 1360, 1359, 1364, 1357, 1353, 1357, 1355, 3060, 1358, 1362, 1370, 1369, 1365, 3060, 1381, 1384, 1389, 1380, 1385, 1390, 1395, 1387, 1385, 1400, 2975, 1391, 1405, 1400, 1400, 1415, 1406, 1420, 3060, 1406, 1410, 1417, 1407, 1414, 2974, 3060, 1417, 1430, 3060, 1434, 1417, 1435, 1416, 1433, 1442, 1426, 1446, 1441, 1450, 1437, 3060, 1445, 1448, 1447, 1448, 1452, 1461, 2973, 1455, 1487, 1466, 2972, 1464, 2971, 1466, 3060, 3060, 1476, 1478, 1466, 3060, 1484, 1486, 1484, 3060, 3060, 1479, 3060, 1494, 1485, 1484, 1506, 1510, 1498, 1510, 1506, 1505, 1501, 3060, 1504, 3060, 1521, 2970, 1512, 2969, 2968, 2967, 1528, 1522, 1523, 1522, 2966, 3060, 1519, 1529, 1535, 1540, 1535, 3060, 1530, 1545, 1538, 1543, 1538, 1542, 1547, 1561, 1553, 1551, 1567, 1564, 1550, 1571, 1559, 1576, 1581, 1568, 1574, 1584, 1589, 1580, 1592, 1597, 1588, 1598, 1595, 1595, 1603, 1602, 3060, 1604, 1587, 3060, 3060, 1606, 1593, 2965, 1616, 1612, 1600, 2964, 2963, 1617, 1607, 1610, 1605, 1620, 1623, 1621, 1626, 1633, 1639, 1630, 1635, 1642, 1638, 1644, 1636, 1638, 1657, 3060, 1640, 1656, 1641, 1652, 3060, 1646, 1657, 1657, 1654, 1665, 1661, 1665, 1667, 1664, 1678, 1684, 1678, 1673, 2962, 2961, 2960, 2959, 2958, 1691, 1692, 2957, 1695, 2956, 3060, 3060, 1697, 3060, 3060, 1698, 2955, 90, 1705, 1689, 1697, 1697, 3060, 3060, 1708, 1710, 1703, 1705, 1700, 1719, 1710, 1730, 1711, 1711, 1724, 1721, 3060, 1724, 1731, 1731, 1749, 1746, 1739, 1739, 1750, 1755, 1747, 1761, 1759, 1744, 1753, 3060, 1754, 1766, 1757, 1754, 1755, 1774, 1769, 1771, 1772, 1769, 3060, 1771, 1778, 1793, 1777, 3060, 1790, 2954, 1798, 1799, 1802, 1799, 1791, 3060, 1804, 1800, 1796, 1812, 1804, 3060, 1815, 1807, 1817, 3060, 1820, 3060, 1811, 3060, 1803, 1814, 1831, 1816, 3060, 1827, 1834, 1830, 2953, 1842, 1828, 1829, 1842, 2952, 1844, 1857, 1850, 1842, 1860, 1861, 2951, 1865, 1849, 1865, 1852, 1865, 1871, 1863, 1878, 1875, 1877, 1867, 1872, 1874, 1875, 2950, 1868, 1878, 1893, 1896, 1898, 1896, 1896, 1924, 2987, 2975, 1893, 1914, 2947, 2943, 2942, 3060, 1906, 1916, 1917, 1912, 1910, 1913, 1909, 1930, 1928, 1930, 1934, 3060, 1923, 1933, 1931, 1940, 1941, 1931, 2940, 1925, 1935, 1949, 1932, 1941, 2939, 1967, 1950, 1952, 2937, 1960, 1961, 3060, 1956, 1974, 3060, 1977, 1960, 2936, 1962, 1972, 3060, 3060, 1986, 1967, 1967, 2935, 3060, 3060, 1976, 1970, 1969, 1989, 1994, 1990, 2934, 1986, 1989, 1986, 2007, 2933, 2932, 2005, 2930, 2004, 3060, 2013, 2018, 2011, 3060, 3060, 3060, 2023, 2013, 2010, 2029, 2011, 2031, 2023, 2025, 2036, 2038, 2025, 2035, 2040, 2030, 2029, 2033, 2034, 2045, 2039, 2042, 2044, 2046, 2044, 2051, 2056, 2062, 2072, 3060, 2066, 2071, 2967, 2965, 2952, 2950, 2065, 2066, 2082, 2085, 2069, 3060, 2079, 2078, 2081, 2085, 2084, 2080, 2091, 2090, 2100, 2086, 2099, 2091, 2098, 2094, 2104, 2102, 2118, 2121, 2116, 2127, 3060, 2129, 2131, 2120, 2137, 2921, 2121, 2129, 2920, 1448, 2130, 2122, 2124, 3060, 2134, 2132, 3060, 2144, 2149, 2147, 3060, 2138, 2147, 2156, 3060, 2147, 2144, 2153, 2163, 2155, 1151, 2157, 938, 2156, 2159, 2164, 2166, 2169, 2186, 3060, 2191, 2189, 2188, 2178, 2195, 864, 2186, 3060, 3060, 2202, 3060, 3060, 2195, 2202, 2197, 861, 844, 2207, 843, 2191, 2206, 2208, 2209, 2211, 2208, 2211, 2217, 2204, 2214, 2222, 2225, 2213, 2224, 2230, 2221, 2245, 842, 3060, 2233, 2241, 3060, 2244, 2249, 2240, 2243, 2250, 2239, 465, 2249, 2253, 2259, 2245, 2258, 2249, 3060, 437, 3060, 2252, 2261, 2266, 2265, 2257, 2264, 2280, 2270, 2273, 431, 3060, 2291, 3060, 2298, 2288, 2291, 3060, 2301, 2305, 2291, 2308, 2307, 2294, 2300, 2296, 2301, 2315, 2300, 2308, 2317, 3060, 2316, 3060, 2314, 3060, 2329, 3060, 425, 2321, 2316, 2324, 2340, 2342, 2347, 2341, 2341, 2343, 2345, 2359, 2344, 2345, 2347, 2348, 2354, 2350, 2351, 2369, 2352, 3060, 2359, 2360, 2358, 2363, 2370, 2373, 2375, 2382, 2368, 3060, 423, 2371, 2378, 3060, 3060, 2387, 2385, 2392, 3060, 3060, 2404, 2390, 2409, 2399, 3060, 2407, 2398, 2403, 422, 420, 2405, 2412, 2413, 3060, 2420, 2406, 2412, 2420, 2424, 2416, 2431, 2429, 3060, 3060, 3060, 418, 2420, 2434, 2431, 2426, 416, 2430, 2433, 2442, 3060, 2444, 2450, 2457, 2460, 2461, 3060, 3060, 2467, 2461, 2466, 381, 2468, 2472, 380, 339, 289, 287, 2470, 2471, 281, 3060, 2476, 2473, 2462, 3060, 2466, 2463, 2464, 2470, 2484, 280, 2487, 2487, 3060, 2479, 3060, 2482, 2481, 259, 2491, 2496, 2496, 3060, 2496, 2496, 2515, 2499, 2509, 2511, 2517, 249, 2520, 2508, 3060, 2522, 2512, 3060, 2512, 2520, 3060, 2530, 3060, 2532, 2533, 2516, 2524, 2527, 2539, 2521, 3060, 3060, 2528, 2531, 2533, 2554, 2543, 2554, 2554, 2555, 2557, 2559, 3060, 237, 2570, 3060, 3060, 2574, 2575, 236, 3060, 2559, 2567, 2564, 2576, 229, 2566, 3060, 257, 2584, 2575, 200, 2572, 3060, 2573, 2579, 2581, 2593, 2595, 2601, 2599, 2599, 2599, 2597, 2619, 2608, 2617, 2610, 2629, 2627, 3060, 2621, 2630, 2611, 152, 2632, 2618, 2631, 2631, 2634, 2638, 2631, 2632, 2634, 2635, 2638, 2642, 3060, 3060, 2643, 144, 2637, 2656, 2649, 2670, 2671, 2668, 3060, 2657, 2674, 2667, 3060, 3060, 2670, 2666, 3060, 150, 2673, 2673, 2671, 2672, 3060, 2684, 145, 2681, 2674, 3060, 2684, 2678, 2694, 2688, 124, 2696, 109, 3060, 2688, 2694, 2693, 2706, 2700, 2703, 2710, 2713, 2713, 2716, 2727, 3060, 3060, 2720, 2718, 2733, 2726, 2726, 2740, 2726, 3060, 2729, 2732, 3060, 2735, 2734, 2745, 2746, 3060, 3060, 2734, 2745, 3060, 2744, 3060, 3060, 2738, 2754, 2753, 2758, 2762, 2764, 2772, 3060, 2754, 2757, 2760, 2761, 2768, 2775, 2773, 2774, 2773, 2779, 2784, 2786, 2795, 2800, 2797, 2799, 2796, 2802, 2790, 2792, 2802, 2794, 2811, 3060, 2809, 2808, 2814, 3060, 3060, 3060, 3060, 3060, 3060, 3060, 2821, 2829, 2817, 3060, 2834, 100, 2835, 2829, 3060, 2824, 2828, 2845, 2836, 2839, 3060, 3060, 2839, 3060, 2835, 2842, 2850, 2844, 2855, 3060, 2858, 2843, 2859, 2852, 2864, 2859, 2851, 2852, 2865, 3060, 2861, 2875, 2882, 3060, 2885, 2888, 2887, 95, 2881, 2879, 2886, 2887, 3060, 3060, 2883, 2893, 2902, 3060, 3060, 2888, 2903, 2906, 2889, 3060, 2908, 2899, 3060, 2910, 3060, 3060, 93, 2901, 2904, 2900, 3060, 3060, 2902, 2903, 2906, 3060, 2919, 2917, 3060, 2925, 2921, 2939, 3060, 3060, 3060, 105, 2986, 97, 84, 81 } ; static yyconst flex_int16_t yy_def[1601] = { 0, 1595, 1, 1595, 1595, 1595, 1596, 1597, 1598, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1596, 1597, 1595, 1598, 1595, 1595, 1595, 1598, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1599, 1600, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1599, 1599, 1600, 1600, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 0, 1595, 1595, 1595, 1595, 1595 } ; static yyconst flex_int16_t yy_nxt[3129] = { 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, 1022, 54, 102, 1020, 67, 68, 43, 40, 40, 61, 910, 106, 911, 62, 74, 69, 41, 63, 53, 70, 64, 75, 912, 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, 1583, 71, 1568, 81, 72, 82, 77, 1539, 47, 48, 127, 49, 78, 73, 309, 310, 1474, 50, 79, 51, 130, 1446, 1447, 80, 107, 76, 52, 55, 108, 56, 81, 1472, 82, 77, 57, 58, 84, 127, 59, 78, 88, 60, 109, 85, 89, 79, 86, 130, 87, 128, 90, 107, 1465, 129, 55, 108, 56, 1459, 103, 1432, 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, 1410, 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, 1407, 1405, 158, 159, 141, 101, 142, 160, 1399, 1395, 143, 147, 96, 144, 97, 145, 98, 148, 146, 161, 99, 1370, 150, 151, 149, 157, 100, 152, 155, 158, 159, 1359, 101, 110, 160, 153, 111, 112, 147, 113, 154, 165, 156, 114, 115, 166, 161, 116, 117, 150, 151, 167, 1353, 1344, 152, 155, 162, 168, 163, 1341, 110, 1340, 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, 1339, 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, 214, 1338, 1335, 189, 223, 204, 187, 190, 201, 191, 195, 188, 198, 207, 192, 232, 196, 199, 202, 203, 200, 205, 233, 206, 210, 211, 197, 214, 212, 208, 209, 223, 230, 228, 236, 201, 213, 1323, 234, 1318, 207, 1306, 232, 1305, 1292, 237, 1262, 229, 235, 233, 238, 239, 1240, 240, 231, 212, 208, 209, 1228, 230, 228, 236, 241, 213, 215, 234, 216, 217, 224, 243, 218, 219, 237, 220, 229, 235, 221, 238, 239, 225, 240, 231, 222, 226, 244, 227, 1221, 251, 252, 241, 257, 215, 260, 216, 217, 224, 243, 218, 219, 253, 220, 255, 258, 221, 256, 254, 225, 261, 262, 222, 226, 244, 227, 245, 251, 252, 246, 257, 263, 260, 259, 264, 267, 247, 248, 268, 253, 269, 255, 258, 249, 256, 254, 271, 261, 262, 250, 265, 272, 273, 245, 274, 275, 246, 266, 263, 276, 259, 264, 267, 247, 248, 268, 277, 269, 278, 279, 249, 280, 281, 271, 282, 283, 250, 265, 272, 273, 284, 274, 275, 285, 266, 286, 276, 287, 288, 289, 290, 291, 292, 277, 293, 278, 279, 296, 280, 281, 294, 282, 283, 297, 298, 299, 300, 284, 301, 304, 285, 305, 286, 295, 287, 288, 289, 290, 291, 292, 307, 293, 302, 303, 296, 308, 311, 294, 312, 315, 297, 298, 299, 300, 313, 301, 304, 314, 305, 316, 295, 317, 318, 319, 320, 321, 323, 307, 324, 302, 303, 325, 308, 311, 327, 312, 315, 326, 328, 329, 330, 313, 331, 332, 314, 333, 316, 334, 317, 318, 319, 320, 321, 323, 339, 324, 335, 340, 325, 341, 342, 327, 343, 336, 344, 328, 329, 330, 337, 331, 332, 345, 333, 338, 334, 346, 347, 348, 349, 350, 351, 339, 352, 335, 340, 353, 341, 342, 354, 343, 336, 344, 355, 358, 356, 337, 359, 360, 345, 361, 338, 362, 346, 347, 348, 349, 350, 351, 363, 352, 364, 365, 353, 366, 369, 354, 370, 367, 371, 355, 358, 356, 368, 359, 360, 372, 361, 373, 362, 374, 376, 377, 378, 379, 380, 363, 381, 364, 365, 375, 366, 369, 382, 370, 367, 371, 383, 386, 387, 388, 389, 390, 372, 384, 373, 391, 374, 376, 377, 378, 379, 380, 385, 381, 392, 393, 375, 394, 395, 382, 396, 398, 399, 383, 386, 387, 388, 389, 390, 400, 384, 401, 391, 402, 403, 405, 406, 407, 408, 409, 410, 392, 393, 411, 394, 395, 412, 396, 398, 399, 414, 415, 416, 417, 418, 419, 400, 420, 401, 421, 402, 403, 405, 406, 407, 408, 409, 410, 422, 423, 411, 424, 425, 412, 426, 430, 428, 414, 415, 416, 417, 418, 419, 432, 420, 433, 421, 434, 427, 429, 435, 437, 439, 440, 441, 422, 423, 443, 424, 425, 444, 426, 430, 428, 445, 446, 1212, 1194, 1192, 456, 432, 457, 433, 458, 434, 427, 461, 435, 437, 439, 440, 441, 462, 463, 443, 1191, 465, 444, 1185, 467, 468, 445, 446, 447, 448, 449, 456, 459, 457, 450, 458, 451, 460, 461, 452, 469, 453, 470, 471, 462, 463, 472, 454, 465, 478, 455, 467, 468, 473, 480, 447, 448, 449, 481, 459, 482, 450, 483, 451, 460, 484, 452, 469, 453, 470, 471, 474, 485, 472, 454, 475, 478, 455, 486, 476, 473, 480, 487, 488, 489, 481, 492, 482, 493, 483, 494, 499, 484, 500, 501, 502, 503, 1173, 474, 485, 495, 490, 475, 496, 508, 486, 509, 497, 510, 487, 488, 489, 498, 492, 513, 493, 514, 494, 499, 515, 500, 501, 502, 503, 505, 506, 516, 517, 490, 518, 496, 508, 519, 509, 497, 510, 520, 521, 522, 498, 507, 513, 524, 514, 525, 523, 515, 527, 528, 529, 530, 505, 506, 516, 517, 531, 518, 532, 533, 519, 534, 535, 537, 520, 521, 522, 536, 507, 538, 524, 539, 525, 523, 541, 527, 528, 529, 530, 542, 543, 544, 545, 531, 546, 532, 533, 547, 534, 535, 537, 548, 549, 550, 536, 551, 538, 552, 539, 553, 554, 541, 555, 556, 558, 559, 542, 543, 544, 545, 560, 546, 561, 562, 547, 563, 565, 566, 548, 549, 550, 567, 551, 568, 552, 564, 553, 554, 569, 555, 556, 558, 559, 570, 571, 574, 576, 560, 577, 561, 562, 578, 563, 565, 566, 579, 580, 581, 567, 583, 568, 582, 564, 584, 585, 569, 588, 586, 590, 591, 570, 571, 574, 576, 592, 577, 593, 594, 578, 587, 589, 595, 579, 580, 581, 596, 583, 597, 582, 598, 584, 585, 599, 588, 586, 590, 591, 601, 602, 600, 603, 592, 604, 593, 594, 605, 587, 589, 595, 606, 607, 608, 596, 609, 597, 611, 598, 612, 613, 599, 615, 1171, 616, 614, 601, 602, 600, 603, 620, 604, 622, 618, 605, 617, 623, 626, 606, 607, 608, 627, 609, 628, 611, 624, 612, 613, 625, 615, 619, 616, 614, 629, 630, 631, 633, 620, 632, 622, 618, 634, 617, 623, 626, 635, 636, 637, 627, 638, 628, 640, 624, 645, 646, 625, 648, 619, 649, 650, 629, 630, 631, 633, 651, 632, 652, 653, 634, 654, 655, 656, 635, 636, 637, 642, 638, 657, 640, 643, 645, 646, 644, 648, 658, 649, 650, 659, 660, 661, 663, 651, 664, 652, 653, 665, 654, 655, 656, 666, 668, 669, 642, 670, 657, 671, 643, 672, 674, 644, 675, 658, 676, 677, 659, 660, 661, 663, 678, 664, 679, 680, 665, 681, 682, 673, 666, 668, 669, 683, 670, 684, 671, 685, 672, 674, 687, 675, 689, 676, 677, 690, 696, 691, 692, 678, 698, 679, 680, 700, 681, 682, 693, 701, 703, 705, 683, 694, 684, 706, 685, 707, 708, 687, 702, 689, 709, 710, 690, 696, 691, 692, 711, 698, 712, 713, 700, 714, 715, 693, 701, 703, 705, 716, 694, 717, 706, 720, 707, 708, 718, 702, 721, 709, 710, 722, 723, 719, 724, 711, 725, 712, 713, 726, 714, 715, 727, 728, 729, 730, 716, 731, 717, 732, 720, 733, 734, 718, 735, 721, 736, 737, 722, 723, 719, 724, 738, 725, 739, 740, 726, 742, 743, 727, 728, 729, 730, 744, 731, 745, 732, 746, 733, 734, 747, 735, 748, 736, 737, 749, 750, 751, 752, 738, 753, 739, 740, 755, 742, 743, 756, 757, 758, 759, 744, 760, 745, 761, 746, 762, 763, 747, 764, 748, 765, 766, 749, 750, 751, 752, 767, 753, 768, 769, 755, 770, 771, 756, 757, 758, 759, 772, 760, 773, 761, 774, 762, 763, 776, 764, 1154, 765, 766, 782, 784, 786, 787, 767, 788, 768, 769, 789, 770, 771, 790, 791, 792, 777, 772, 793, 773, 778, 774, 779, 794, 776, 795, 780, 781, 796, 782, 784, 786, 787, 797, 788, 798, 799, 789, 800, 801, 790, 791, 792, 777, 802, 793, 803, 778, 804, 779, 794, 805, 795, 780, 781, 796, 807, 811, 812, 813, 797, 814, 798, 799, 816, 800, 801, 817, 819, 820, 821, 802, 822, 803, 823, 804, 824, 818, 805, 825, 826, 827, 828, 807, 811, 812, 813, 829, 814, 830, 831, 816, 832, 833, 817, 819, 820, 821, 834, 822, 835, 823, 836, 824, 818, 837, 825, 826, 827, 828, 838, 839, 840, 841, 829, 842, 830, 831, 843, 832, 833, 844, 845, 846, 847, 834, 848, 835, 849, 836, 850, 851, 837, 852, 853, 854, 855, 838, 839, 840, 841, 857, 842, 858, 859, 843, 862, 863, 844, 845, 846, 847, 864, 848, 865, 849, 866, 850, 851, 867, 852, 853, 854, 855, 868, 869, 870, 871, 857, 872, 858, 859, 873, 862, 863, 874, 875, 876, 877, 864, 878, 865, 879, 866, 880, 881, 867, 882, 883, 884, 885, 868, 869, 870, 871, 886, 872, 887, 888, 873, 889, 890, 874, 875, 876, 877, 891, 878, 892, 879, 893, 880, 881, 894, 882, 883, 884, 885, 895, 896, 902, 903, 886, 905, 887, 888, 907, 889, 890, 908, 913, 914, 915, 891, 916, 892, 917, 893, 918, 919, 894, 920, 921, 924, 928, 895, 896, 902, 903, 922, 905, 929, 930, 907, 931, 925, 908, 913, 914, 915, 926, 916, 923, 917, 932, 918, 919, 933, 920, 921, 924, 928, 927, 934, 935, 936, 922, 937, 929, 930, 938, 931, 925, 939, 940, 941, 942, 926, 943, 923, 944, 932, 945, 946, 933, 947, 948, 949, 950, 927, 934, 935, 936, 951, 937, 952, 953, 938, 954, 955, 939, 940, 941, 942, 956, 943, 957, 944, 958, 945, 946, 959, 947, 948, 949, 950, 960, 962, 963, 964, 951, 965, 952, 953, 966, 954, 955, 967, 968, 969, 970, 956, 972, 957, 973, 958, 974, 975, 959, 976, 971, 977, 978, 960, 962, 963, 964, 979, 965, 980, 981, 966, 982, 983, 967, 968, 969, 970, 984, 972, 986, 973, 987, 974, 975, 988, 976, 971, 977, 978, 989, 991, 992, 993, 979, 994, 980, 981, 995, 982, 983, 996, 998, 999, 1000, 984, 1001, 986, 1002, 987, 1003, 1004, 988, 1005, 1006, 1007, 1008, 989, 991, 992, 993, 1009, 994, 1010, 1011, 995, 1013, 1014, 996, 998, 999, 1000, 1015, 1001, 1016, 1002, 1017, 1003, 1004, 1018, 1005, 1006, 1007, 1008, 1019, 910, 1024, 911, 1009, 1025, 1010, 1011, 1029, 1013, 1014, 1030, 1031, 912, 1032, 1015, 1033, 1016, 1034, 1017, 1035, 1036, 1018, 1037, 1038, 1039, 1040, 1019, 1041, 1024, 1042, 1043, 1025, 1044, 1045, 1029, 1047, 1048, 1030, 1031, 1049, 1032, 1050, 1033, 1051, 1034, 1055, 1035, 1036, 1056, 1037, 1038, 1039, 1040, 1058, 1041, 1059, 1042, 1043, 1060, 1044, 1045, 1053, 1047, 1048, 1061, 1054, 1049, 1062, 1050, 1063, 1051, 1065, 1055, 1066, 1070, 1056, 1071, 1073, 1067, 1074, 1058, 1075, 1059, 1076, 1077, 1060, 1078, 1068, 1053, 1080, 1081, 1061, 1054, 1082, 1062, 1069, 1063, 1083, 1065, 1086, 1066, 1070, 1088, 1071, 1073, 1067, 1074, 1089, 1075, 1090, 1076, 1077, 1091, 1078, 1068, 1092, 1080, 1081, 1093, 1094, 1082, 1095, 1069, 1096, 1083, 1097, 1086, 1098, 1099, 1088, 1100, 1101, 1102, 1103, 1089, 1104, 1090, 1105, 1106, 1091, 1107, 1108, 1092, 1109, 1110, 1093, 1094, 1111, 1095, 1112, 1096, 1113, 1097, 1114, 1098, 1099, 1115, 1100, 1101, 1102, 1103, 1116, 1104, 1117, 1105, 1106, 1118, 1107, 1108, 1119, 1109, 1110, 1120, 1121, 1111, 1122, 1112, 1123, 1113, 1124, 1114, 1125, 1126, 1115, 1127, 1128, 1129, 1130, 1116, 1131, 1117, 1132, 1133, 1118, 1134, 1135, 1119, 1136, 1137, 1120, 1121, 1138, 1122, 1139, 1123, 1140, 1124, 1141, 1125, 1126, 1142, 1127, 1128, 1129, 1130, 1143, 1131, 1144, 1132, 1133, 1145, 1134, 1135, 1146, 1136, 1137, 1147, 1148, 1138, 1149, 1139, 1151, 1140, 1152, 1141, 1155, 1156, 1142, 1157, 1158, 1159, 1160, 1143, 1161, 1144, 1162, 1163, 1145, 1164, 1165, 1146, 1166, 1167, 1147, 1148, 1168, 1149, 1169, 1151, 1170, 1152, 1172, 1155, 1156, 1174, 1157, 1158, 1159, 1160, 1175, 1161, 1176, 1162, 1163, 1177, 1164, 1165, 1178, 1166, 1167, 1179, 1180, 1168, 1181, 1169, 1182, 1170, 1183, 1172, 1184, 1186, 1174, 1187, 1188, 1189, 1190, 1175, 1193, 1176, 1195, 1196, 1177, 1197, 1198, 1178, 1199, 1200, 1179, 1180, 1201, 1181, 1202, 1182, 1203, 1183, 1204, 1184, 1186, 1205, 1187, 1188, 1189, 1190, 1206, 1193, 1207, 1195, 1196, 1208, 1197, 1198, 1209, 1199, 1200, 1210, 1211, 1201, 1213, 1202, 1214, 1203, 1215, 1204, 1216, 1217, 1205, 1218, 1219, 1220, 1222, 1206, 1223, 1207, 1224, 1225, 1208, 1226, 1227, 1209, 1229, 1232, 1210, 1211, 1233, 1213, 1234, 1214, 1235, 1215, 1230, 1216, 1217, 1236, 1218, 1219, 1220, 1222, 1231, 1223, 1238, 1224, 1225, 1239, 1226, 1227, 1241, 1229, 1232, 1242, 1237, 1233, 1243, 1234, 1244, 1235, 1245, 1230, 1246, 1247, 1236, 1248, 1249, 1250, 1251, 1252, 1253, 1238, 1254, 1256, 1239, 1257, 1258, 1241, 1255, 1259, 1242, 1237, 1260, 1243, 1261, 1244, 1263, 1245, 1264, 1246, 1247, 1265, 1248, 1249, 1250, 1251, 1252, 1253, 1266, 1254, 1256, 1267, 1257, 1258, 1268, 1255, 1259, 1269, 1270, 1260, 1271, 1261, 1272, 1263, 1273, 1264, 1274, 1275, 1265, 1276, 1277, 1278, 1279, 1280, 1281, 1266, 1282, 1283, 1267, 1284, 1285, 1268, 1286, 1287, 1269, 1270, 1288, 1271, 1289, 1272, 1290, 1273, 1291, 1274, 1275, 1293, 1276, 1277, 1278, 1279, 1280, 1281, 1294, 1282, 1283, 1295, 1284, 1285, 1296, 1286, 1287, 1297, 1298, 1288, 1299, 1289, 1300, 1290, 1301, 1291, 1302, 1303, 1293, 1304, 1307, 1308, 1309, 1310, 1311, 1294, 1312, 1313, 1295, 1314, 1315, 1296, 1316, 1317, 1297, 1298, 1319, 1299, 1320, 1300, 1321, 1301, 1322, 1302, 1303, 1324, 1304, 1307, 1308, 1309, 1310, 1311, 1325, 1312, 1313, 1326, 1314, 1315, 1327, 1316, 1317, 1328, 1329, 1319, 1330, 1320, 1331, 1321, 1332, 1322, 1333, 1334, 1324, 1336, 1337, 1342, 1343, 1345, 1346, 1325, 1347, 1348, 1326, 1349, 1350, 1327, 1351, 1352, 1328, 1329, 1354, 1330, 1355, 1331, 1356, 1332, 1357, 1333, 1334, 1358, 1336, 1337, 1342, 1343, 1345, 1346, 1360, 1347, 1348, 1361, 1349, 1350, 1362, 1351, 1352, 1363, 1364, 1354, 1365, 1355, 1366, 1356, 1367, 1357, 1368, 1369, 1358, 1371, 1372, 1373, 1374, 1375, 1376, 1360, 1377, 1378, 1361, 1379, 1380, 1362, 1381, 1382, 1363, 1364, 1383, 1365, 1384, 1366, 1385, 1367, 1386, 1368, 1369, 1387, 1371, 1372, 1373, 1374, 1375, 1376, 1388, 1377, 1378, 1389, 1379, 1380, 1390, 1381, 1382, 1391, 1392, 1383, 1393, 1384, 1394, 1385, 1396, 1386, 1397, 1398, 1387, 1400, 1401, 1402, 1404, 1403, 1406, 1388, 1408, 1409, 1389, 1411, 1412, 1390, 1413, 1414, 1391, 1392, 1415, 1393, 1416, 1394, 1417, 1396, 1420, 1397, 1398, 1421, 1400, 1401, 1402, 1404, 1403, 1406, 1418, 1408, 1409, 1422, 1411, 1412, 1419, 1413, 1414, 1423, 1424, 1415, 1425, 1416, 1426, 1417, 1427, 1420, 1428, 1429, 1421, 1430, 1431, 1433, 1434, 1435, 1436, 1418, 1437, 1438, 1422, 1439, 1440, 1419, 1441, 1442, 1423, 1424, 1443, 1425, 1444, 1426, 1445, 1427, 1448, 1428, 1429, 1449, 1430, 1431, 1433, 1434, 1435, 1436, 1450, 1437, 1438, 1451, 1439, 1440, 1452, 1441, 1442, 1453, 1454, 1443, 1455, 1444, 1456, 1445, 1457, 1448, 1458, 1460, 1449, 1461, 1462, 1463, 1464, 1466, 1467, 1450, 1468, 1469, 1451, 1470, 1471, 1452, 1473, 1475, 1453, 1454, 1476, 1455, 1477, 1456, 1478, 1457, 1479, 1458, 1460, 1480, 1461, 1462, 1463, 1464, 1466, 1467, 1481, 1468, 1469, 1482, 1470, 1471, 1483, 1473, 1475, 1484, 1485, 1476, 1486, 1477, 1487, 1478, 1488, 1479, 1489, 1490, 1480, 1491, 1492, 1493, 1494, 1495, 1496, 1481, 1497, 1498, 1482, 1499, 1500, 1483, 1501, 1502, 1484, 1485, 1503, 1486, 1504, 1487, 1505, 1488, 1506, 1489, 1490, 1507, 1491, 1492, 1493, 1494, 1495, 1496, 1508, 1497, 1498, 1509, 1499, 1500, 1510, 1501, 1502, 1511, 1512, 1503, 1513, 1504, 1514, 1505, 1515, 1506, 1516, 1517, 1507, 1518, 1519, 1520, 1521, 1522, 1523, 1508, 1524, 1525, 1509, 1526, 1527, 1510, 1528, 1529, 1511, 1512, 1530, 1513, 1531, 1514, 1532, 1515, 1533, 1516, 1517, 1534, 1518, 1519, 1520, 1521, 1522, 1523, 1535, 1524, 1525, 1536, 1526, 1527, 1537, 1528, 1529, 1538, 1540, 1530, 1541, 1531, 1542, 1532, 1543, 1533, 1544, 1545, 1534, 1546, 1547, 1548, 1549, 1550, 1551, 1535, 1552, 1553, 1536, 1554, 1555, 1537, 1556, 1557, 1538, 1540, 1558, 1541, 1559, 1542, 1560, 1543, 1561, 1544, 1545, 1562, 1546, 1547, 1548, 1549, 1550, 1551, 1563, 1552, 1553, 1564, 1554, 1555, 1565, 1556, 1557, 1566, 1567, 1558, 1569, 1559, 1570, 1560, 1571, 1561, 1572, 1573, 1562, 1574, 1575, 1576, 1577, 1578, 1579, 1563, 1580, 1581, 1564, 1582, 1584, 1565, 1585, 1586, 1566, 1567, 1587, 1569, 1588, 1570, 1589, 1571, 1590, 1572, 1573, 1591, 1574, 1575, 1576, 1577, 1578, 1579, 1592, 1580, 1581, 1593, 1582, 1584, 1594, 1585, 1586, 1153, 1150, 1587, 1023, 1588, 1023, 1589, 1021, 1590, 1021, 1087, 1591, 1085, 1084, 1079, 1072, 1064, 1057, 1592, 1052, 1046, 1593, 1028, 1027, 1594, 39, 39, 1026, 1023, 1021, 1012, 997, 990, 985, 961, 909, 906, 904, 901, 900, 899, 898, 897, 861, 860, 856, 815, 810, 809, 808, 806, 785, 783, 775, 754, 741, 704, 699, 697, 695, 688, 686, 667, 662, 647, 641, 639, 621, 610, 575, 573, 572, 557, 540, 526, 512, 511, 504, 491, 479, 477, 466, 464, 442, 438, 436, 431, 413, 404, 397, 357, 322, 306, 270, 242, 37, 37, 1595, 3, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595 } ; static yyconst flex_int16_t yy_chk[3129] = { 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, 1600, 13, 26, 1599, 16, 16, 9, 39, 39, 15, 794, 28, 794, 15, 18, 16, 1598, 15, 13, 17, 15, 18, 794, 15, 1596, 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, 1577, 17, 1554, 20, 17, 20, 19, 1518, 12, 12, 33, 12, 19, 17, 180, 180, 1433, 12, 19, 12, 35, 1400, 1400, 20, 29, 19, 12, 14, 29, 14, 20, 1431, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 29, 22, 23, 19, 22, 35, 22, 34, 23, 29, 1423, 34, 14, 29, 14, 1416, 27, 1384, 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, 1361, 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, 1358, 1355, 65, 66, 55, 25, 55, 67, 1349, 1343, 56, 59, 25, 57, 25, 58, 25, 60, 59, 68, 25, 1311, 62, 62, 61, 64, 25, 62, 63, 65, 66, 1299, 25, 30, 67, 62, 30, 30, 59, 30, 62, 70, 63, 30, 30, 71, 68, 30, 30, 62, 62, 72, 1291, 1280, 62, 63, 69, 73, 69, 1277, 30, 1276, 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, 1275, 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, 107, 1274, 1271, 90, 109, 100, 89, 90, 98, 91, 94, 89, 96, 103, 91, 113, 95, 97, 99, 100, 98, 101, 114, 102, 104, 105, 95, 107, 106, 103, 103, 109, 112, 111, 116, 98, 106, 1256, 115, 1251, 103, 1235, 113, 1234, 1216, 117, 1184, 111, 115, 114, 118, 119, 1156, 120, 112, 106, 103, 103, 1145, 112, 111, 116, 121, 106, 108, 115, 108, 108, 110, 123, 108, 108, 117, 108, 111, 115, 108, 118, 119, 110, 120, 112, 108, 110, 124, 110, 1137, 126, 127, 121, 130, 108, 132, 108, 108, 110, 123, 108, 108, 128, 108, 129, 131, 108, 129, 128, 110, 133, 134, 108, 110, 124, 110, 125, 126, 127, 125, 130, 135, 132, 131, 137, 139, 125, 125, 140, 128, 141, 129, 131, 125, 129, 128, 143, 133, 134, 125, 138, 144, 145, 125, 146, 147, 125, 138, 135, 148, 131, 137, 139, 125, 125, 140, 149, 141, 150, 151, 125, 152, 153, 143, 154, 156, 125, 138, 144, 145, 157, 146, 147, 158, 138, 159, 148, 160, 161, 162, 163, 164, 165, 149, 166, 150, 151, 168, 152, 153, 167, 154, 156, 169, 170, 171, 172, 157, 173, 175, 158, 176, 159, 167, 160, 161, 162, 163, 164, 165, 178, 166, 174, 174, 168, 179, 181, 167, 182, 184, 169, 170, 171, 172, 183, 173, 175, 183, 176, 185, 167, 186, 187, 188, 189, 191, 193, 178, 194, 174, 174, 195, 179, 181, 196, 182, 184, 195, 197, 198, 199, 183, 200, 201, 183, 202, 185, 203, 186, 187, 188, 189, 191, 193, 205, 194, 204, 206, 195, 207, 208, 196, 209, 204, 210, 197, 198, 199, 204, 200, 201, 211, 202, 204, 203, 212, 213, 214, 215, 216, 217, 205, 218, 204, 206, 219, 207, 208, 221, 209, 204, 210, 222, 224, 222, 204, 225, 226, 211, 228, 204, 229, 212, 213, 214, 215, 216, 217, 231, 218, 232, 233, 219, 234, 237, 221, 238, 236, 239, 222, 224, 222, 236, 225, 226, 240, 228, 241, 229, 242, 243, 244, 245, 246, 247, 231, 248, 232, 233, 242, 234, 237, 249, 238, 236, 239, 250, 252, 253, 254, 255, 256, 240, 251, 241, 257, 242, 243, 244, 245, 246, 247, 251, 248, 258, 260, 242, 261, 262, 249, 263, 266, 268, 250, 252, 253, 254, 255, 256, 269, 251, 270, 257, 271, 272, 274, 275, 276, 279, 280, 282, 258, 260, 283, 261, 262, 284, 263, 266, 268, 286, 287, 288, 289, 290, 291, 269, 292, 270, 294, 271, 272, 274, 275, 276, 279, 280, 282, 295, 297, 283, 298, 299, 284, 300, 302, 301, 286, 287, 288, 289, 290, 291, 305, 292, 306, 294, 307, 300, 301, 308, 312, 314, 315, 316, 295, 297, 318, 298, 299, 319, 300, 302, 301, 320, 321, 1126, 1108, 1106, 323, 305, 324, 306, 325, 307, 300, 327, 308, 312, 314, 315, 316, 328, 330, 318, 1105, 332, 319, 1095, 334, 335, 320, 321, 322, 322, 322, 323, 326, 324, 322, 325, 322, 326, 327, 322, 336, 322, 337, 338, 328, 330, 339, 322, 332, 342, 322, 334, 335, 340, 346, 322, 322, 322, 347, 326, 348, 322, 349, 322, 326, 350, 322, 336, 322, 337, 338, 340, 351, 339, 322, 340, 342, 322, 352, 340, 340, 346, 353, 354, 355, 347, 357, 348, 358, 349, 359, 361, 350, 362, 364, 365, 366, 1082, 340, 351, 359, 355, 340, 360, 369, 352, 370, 360, 371, 353, 354, 355, 360, 357, 374, 358, 375, 359, 361, 377, 362, 364, 365, 366, 368, 368, 378, 379, 355, 380, 360, 369, 381, 370, 360, 371, 382, 383, 385, 360, 368, 374, 386, 375, 387, 385, 377, 389, 390, 391, 392, 368, 368, 378, 379, 393, 380, 394, 395, 381, 396, 397, 398, 382, 383, 385, 397, 368, 400, 386, 401, 387, 385, 403, 389, 390, 391, 392, 404, 406, 407, 409, 393, 410, 394, 395, 411, 396, 397, 398, 413, 414, 416, 397, 417, 400, 418, 401, 419, 420, 403, 422, 424, 426, 427, 404, 406, 407, 409, 428, 410, 429, 430, 411, 431, 433, 434, 413, 414, 416, 435, 417, 436, 418, 431, 419, 420, 437, 422, 424, 426, 427, 438, 439, 442, 444, 428, 445, 429, 430, 446, 431, 433, 434, 447, 448, 449, 435, 450, 436, 449, 431, 451, 452, 437, 454, 453, 455, 456, 438, 439, 442, 444, 457, 445, 458, 459, 446, 453, 454, 460, 447, 448, 449, 461, 450, 462, 449, 463, 451, 452, 464, 454, 453, 455, 456, 465, 466, 464, 467, 457, 468, 458, 459, 469, 453, 454, 460, 470, 471, 472, 461, 473, 462, 475, 463, 476, 476, 464, 477, 1080, 478, 476, 465, 466, 464, 467, 480, 468, 482, 479, 469, 478, 483, 487, 470, 471, 472, 488, 473, 489, 475, 485, 476, 476, 485, 477, 479, 478, 476, 490, 491, 492, 493, 480, 492, 482, 479, 495, 478, 483, 487, 496, 497, 498, 488, 499, 489, 502, 485, 506, 507, 485, 509, 479, 510, 512, 490, 491, 492, 493, 513, 492, 514, 515, 495, 516, 517, 518, 496, 497, 498, 505, 499, 519, 502, 505, 506, 507, 505, 509, 520, 510, 512, 521, 522, 523, 525, 513, 526, 514, 515, 527, 516, 517, 518, 531, 533, 535, 505, 536, 519, 537, 505, 538, 539, 505, 540, 520, 541, 542, 521, 522, 523, 525, 543, 526, 544, 545, 527, 546, 547, 538, 531, 533, 535, 548, 536, 549, 537, 550, 538, 539, 553, 540, 555, 541, 542, 556, 559, 557, 557, 543, 561, 544, 545, 563, 546, 547, 557, 564, 565, 567, 548, 557, 549, 568, 550, 570, 571, 553, 564, 555, 572, 573, 556, 559, 557, 557, 574, 561, 575, 579, 563, 580, 581, 557, 564, 565, 567, 582, 557, 583, 568, 585, 570, 571, 584, 564, 586, 572, 573, 587, 588, 584, 589, 574, 590, 575, 579, 592, 580, 581, 593, 594, 595, 596, 582, 598, 583, 599, 585, 600, 601, 584, 602, 586, 603, 604, 587, 588, 584, 589, 605, 590, 606, 607, 592, 609, 610, 593, 594, 595, 596, 611, 598, 612, 599, 613, 600, 601, 614, 602, 615, 603, 604, 617, 618, 619, 620, 605, 621, 606, 607, 624, 609, 610, 625, 627, 628, 629, 611, 630, 612, 631, 613, 632, 633, 614, 634, 615, 635, 635, 617, 618, 619, 620, 636, 621, 637, 639, 624, 640, 641, 625, 627, 628, 629, 642, 630, 643, 631, 644, 632, 633, 646, 634, 1059, 635, 635, 648, 650, 652, 655, 636, 656, 637, 639, 657, 640, 641, 659, 660, 661, 647, 642, 664, 643, 647, 644, 647, 666, 646, 667, 647, 647, 668, 648, 650, 652, 655, 669, 656, 670, 671, 657, 672, 673, 659, 660, 661, 647, 674, 664, 675, 647, 677, 647, 666, 679, 667, 647, 647, 668, 681, 685, 686, 687, 669, 688, 670, 671, 691, 672, 673, 692, 693, 694, 695, 674, 697, 675, 698, 677, 699, 692, 679, 700, 701, 702, 703, 681, 685, 686, 687, 704, 688, 705, 706, 691, 707, 708, 692, 693, 694, 695, 709, 697, 710, 698, 711, 699, 692, 712, 700, 701, 702, 703, 713, 714, 715, 716, 704, 717, 705, 706, 718, 707, 708, 719, 720, 721, 722, 709, 723, 710, 724, 711, 725, 726, 712, 728, 729, 732, 733, 713, 714, 715, 716, 735, 717, 736, 737, 718, 740, 741, 719, 720, 721, 722, 742, 723, 743, 724, 744, 725, 726, 745, 728, 729, 732, 733, 746, 747, 748, 749, 735, 750, 736, 737, 751, 740, 741, 752, 753, 754, 755, 742, 756, 743, 757, 744, 759, 760, 745, 761, 762, 764, 765, 746, 747, 748, 749, 766, 750, 767, 768, 751, 769, 770, 752, 753, 754, 755, 771, 756, 772, 757, 773, 759, 760, 774, 761, 762, 764, 765, 775, 776, 782, 783, 766, 785, 767, 768, 789, 769, 770, 792, 795, 796, 797, 771, 798, 772, 801, 773, 802, 803, 774, 804, 805, 807, 809, 775, 776, 782, 783, 806, 785, 810, 811, 789, 812, 808, 792, 795, 796, 797, 808, 798, 806, 801, 814, 802, 803, 815, 804, 805, 807, 809, 808, 816, 817, 818, 806, 819, 810, 811, 820, 812, 808, 821, 822, 823, 824, 808, 825, 806, 826, 814, 827, 829, 815, 830, 831, 832, 833, 808, 816, 817, 818, 834, 819, 835, 836, 820, 837, 838, 821, 822, 823, 824, 840, 825, 841, 826, 842, 827, 829, 843, 830, 831, 832, 833, 845, 847, 848, 849, 834, 850, 835, 836, 851, 837, 838, 853, 854, 855, 856, 840, 857, 841, 859, 842, 860, 861, 843, 863, 856, 865, 867, 845, 847, 848, 849, 868, 850, 869, 870, 851, 872, 873, 853, 854, 855, 856, 874, 857, 876, 859, 877, 860, 861, 878, 863, 856, 865, 867, 879, 881, 882, 883, 868, 884, 869, 870, 885, 872, 873, 886, 888, 889, 890, 874, 891, 876, 892, 877, 893, 894, 878, 895, 896, 897, 898, 879, 881, 882, 883, 899, 884, 900, 901, 885, 903, 904, 886, 888, 889, 890, 905, 891, 906, 892, 907, 893, 894, 908, 895, 896, 897, 898, 909, 910, 913, 910, 899, 914, 900, 901, 919, 903, 904, 920, 921, 910, 922, 905, 923, 906, 924, 907, 925, 926, 908, 927, 928, 929, 931, 909, 932, 913, 933, 934, 914, 935, 936, 919, 938, 939, 920, 921, 940, 922, 941, 923, 942, 924, 945, 925, 926, 946, 927, 928, 929, 931, 948, 932, 949, 933, 934, 951, 935, 936, 944, 938, 939, 952, 944, 940, 954, 941, 955, 942, 957, 945, 958, 962, 946, 963, 967, 961, 968, 948, 969, 949, 970, 971, 951, 972, 961, 944, 974, 975, 952, 944, 976, 954, 961, 955, 977, 957, 980, 958, 962, 982, 963, 967, 961, 968, 984, 969, 985, 970, 971, 986, 972, 961, 990, 974, 975, 991, 992, 976, 993, 961, 994, 977, 995, 980, 996, 997, 982, 998, 999, 1000, 1001, 984, 1002, 985, 1003, 1004, 986, 1005, 1006, 990, 1007, 1008, 991, 992, 1009, 993, 1010, 994, 1011, 995, 1012, 996, 997, 1013, 998, 999, 1000, 1001, 1014, 1002, 1015, 1003, 1004, 1016, 1005, 1006, 1018, 1007, 1008, 1019, 1024, 1009, 1025, 1010, 1026, 1011, 1027, 1012, 1028, 1030, 1013, 1031, 1032, 1033, 1034, 1014, 1035, 1015, 1036, 1037, 1016, 1038, 1039, 1018, 1040, 1041, 1019, 1024, 1042, 1025, 1043, 1026, 1044, 1027, 1045, 1028, 1030, 1046, 1031, 1032, 1033, 1034, 1047, 1035, 1048, 1036, 1037, 1049, 1038, 1039, 1051, 1040, 1041, 1052, 1053, 1042, 1054, 1043, 1056, 1044, 1057, 1045, 1060, 1061, 1046, 1062, 1064, 1065, 1067, 1047, 1068, 1048, 1069, 1071, 1049, 1072, 1073, 1051, 1075, 1076, 1052, 1053, 1077, 1054, 1078, 1056, 1079, 1057, 1081, 1060, 1061, 1083, 1062, 1064, 1065, 1067, 1084, 1068, 1085, 1069, 1071, 1086, 1072, 1073, 1087, 1075, 1076, 1088, 1090, 1077, 1091, 1078, 1092, 1079, 1093, 1081, 1094, 1096, 1083, 1099, 1102, 1103, 1104, 1084, 1107, 1085, 1109, 1110, 1086, 1111, 1112, 1087, 1113, 1114, 1088, 1090, 1115, 1091, 1116, 1092, 1117, 1093, 1118, 1094, 1096, 1119, 1099, 1102, 1103, 1104, 1120, 1107, 1121, 1109, 1110, 1122, 1111, 1112, 1123, 1113, 1114, 1124, 1125, 1115, 1128, 1116, 1129, 1117, 1131, 1118, 1132, 1133, 1119, 1134, 1135, 1136, 1138, 1120, 1139, 1121, 1140, 1141, 1122, 1142, 1143, 1123, 1147, 1149, 1124, 1125, 1150, 1128, 1151, 1129, 1152, 1131, 1148, 1132, 1133, 1153, 1134, 1135, 1136, 1138, 1148, 1139, 1154, 1140, 1141, 1155, 1142, 1143, 1158, 1147, 1149, 1160, 1153, 1150, 1161, 1151, 1162, 1152, 1164, 1148, 1165, 1166, 1153, 1167, 1168, 1169, 1170, 1171, 1172, 1154, 1173, 1174, 1155, 1175, 1176, 1158, 1173, 1178, 1160, 1153, 1180, 1161, 1182, 1162, 1185, 1164, 1186, 1165, 1166, 1187, 1167, 1168, 1169, 1170, 1171, 1172, 1188, 1173, 1174, 1189, 1175, 1176, 1190, 1173, 1178, 1191, 1192, 1180, 1193, 1182, 1194, 1185, 1195, 1186, 1196, 1197, 1187, 1198, 1199, 1200, 1201, 1202, 1203, 1188, 1204, 1206, 1189, 1207, 1208, 1190, 1209, 1210, 1191, 1192, 1211, 1193, 1212, 1194, 1213, 1195, 1214, 1196, 1197, 1217, 1198, 1199, 1200, 1201, 1202, 1203, 1218, 1204, 1206, 1221, 1207, 1208, 1222, 1209, 1210, 1223, 1226, 1211, 1227, 1212, 1228, 1213, 1229, 1214, 1231, 1232, 1217, 1233, 1236, 1237, 1238, 1240, 1241, 1218, 1242, 1243, 1221, 1244, 1245, 1222, 1246, 1247, 1223, 1226, 1252, 1227, 1253, 1228, 1254, 1229, 1255, 1231, 1232, 1257, 1233, 1236, 1237, 1238, 1240, 1241, 1258, 1242, 1243, 1259, 1244, 1245, 1261, 1246, 1247, 1262, 1263, 1252, 1264, 1253, 1265, 1254, 1268, 1255, 1269, 1270, 1257, 1272, 1273, 1278, 1279, 1282, 1283, 1258, 1284, 1286, 1259, 1287, 1288, 1261, 1289, 1290, 1262, 1263, 1292, 1264, 1293, 1265, 1295, 1268, 1297, 1269, 1270, 1298, 1272, 1273, 1278, 1279, 1282, 1283, 1300, 1284, 1286, 1301, 1287, 1288, 1302, 1289, 1290, 1304, 1305, 1292, 1306, 1293, 1307, 1295, 1308, 1297, 1309, 1310, 1298, 1312, 1313, 1315, 1316, 1318, 1319, 1300, 1321, 1323, 1301, 1324, 1325, 1302, 1326, 1327, 1304, 1305, 1328, 1306, 1329, 1307, 1332, 1308, 1333, 1309, 1310, 1334, 1312, 1313, 1315, 1316, 1318, 1319, 1335, 1321, 1323, 1336, 1324, 1325, 1337, 1326, 1327, 1338, 1339, 1328, 1340, 1329, 1341, 1332, 1344, 1333, 1347, 1348, 1334, 1351, 1352, 1353, 1354, 1353, 1356, 1335, 1359, 1360, 1336, 1362, 1364, 1337, 1365, 1366, 1338, 1339, 1367, 1340, 1368, 1341, 1369, 1344, 1371, 1347, 1348, 1372, 1351, 1352, 1353, 1354, 1353, 1356, 1370, 1359, 1360, 1373, 1362, 1364, 1370, 1365, 1366, 1374, 1375, 1367, 1376, 1368, 1377, 1369, 1378, 1371, 1379, 1381, 1372, 1382, 1383, 1385, 1386, 1387, 1388, 1370, 1389, 1390, 1373, 1391, 1392, 1370, 1393, 1394, 1374, 1375, 1395, 1376, 1396, 1377, 1399, 1378, 1401, 1379, 1381, 1402, 1382, 1383, 1385, 1386, 1387, 1388, 1403, 1389, 1390, 1404, 1391, 1392, 1405, 1393, 1394, 1406, 1408, 1395, 1409, 1396, 1410, 1399, 1413, 1401, 1414, 1417, 1402, 1418, 1419, 1420, 1422, 1424, 1425, 1403, 1427, 1428, 1404, 1429, 1430, 1405, 1432, 1435, 1406, 1408, 1436, 1409, 1437, 1410, 1438, 1413, 1439, 1414, 1417, 1440, 1418, 1419, 1420, 1422, 1424, 1425, 1441, 1427, 1428, 1442, 1429, 1430, 1443, 1432, 1435, 1444, 1445, 1436, 1448, 1437, 1449, 1438, 1450, 1439, 1451, 1452, 1440, 1453, 1454, 1456, 1457, 1459, 1460, 1441, 1461, 1462, 1442, 1465, 1466, 1443, 1468, 1471, 1444, 1445, 1472, 1448, 1473, 1449, 1474, 1450, 1475, 1451, 1452, 1476, 1453, 1454, 1456, 1457, 1459, 1460, 1477, 1461, 1462, 1479, 1465, 1466, 1480, 1468, 1471, 1481, 1482, 1472, 1483, 1473, 1484, 1474, 1485, 1475, 1486, 1487, 1476, 1488, 1489, 1490, 1491, 1492, 1493, 1477, 1494, 1495, 1479, 1496, 1497, 1480, 1498, 1499, 1481, 1482, 1500, 1483, 1501, 1484, 1503, 1485, 1504, 1486, 1487, 1505, 1488, 1489, 1490, 1491, 1492, 1493, 1513, 1494, 1495, 1514, 1496, 1497, 1515, 1498, 1499, 1517, 1519, 1500, 1520, 1501, 1522, 1503, 1523, 1504, 1524, 1525, 1505, 1526, 1529, 1531, 1532, 1533, 1534, 1513, 1535, 1537, 1514, 1538, 1539, 1515, 1540, 1541, 1517, 1519, 1542, 1520, 1543, 1522, 1544, 1523, 1545, 1524, 1525, 1547, 1526, 1529, 1531, 1532, 1533, 1534, 1548, 1535, 1537, 1549, 1538, 1539, 1551, 1540, 1541, 1552, 1553, 1542, 1555, 1543, 1556, 1544, 1557, 1545, 1558, 1561, 1547, 1562, 1563, 1566, 1567, 1568, 1569, 1548, 1571, 1572, 1549, 1574, 1578, 1551, 1579, 1580, 1552, 1553, 1583, 1555, 1584, 1556, 1585, 1557, 1587, 1558, 1561, 1588, 1562, 1563, 1566, 1567, 1568, 1569, 1590, 1571, 1572, 1591, 1574, 1578, 1592, 1579, 1580, 1058, 1055, 1583, 1023, 1584, 1022, 1585, 1021, 1587, 1020, 981, 1588, 979, 978, 973, 964, 956, 947, 1590, 943, 937, 1591, 917, 916, 1592, 1597, 1597, 915, 912, 911, 902, 887, 880, 875, 846, 793, 786, 784, 781, 780, 779, 778, 777, 739, 738, 734, 689, 684, 683, 682, 680, 651, 649, 645, 622, 608, 566, 562, 560, 558, 554, 551, 532, 524, 508, 503, 500, 481, 474, 443, 441, 440, 425, 402, 388, 373, 372, 367, 356, 344, 341, 333, 331, 317, 313, 311, 303, 285, 273, 264, 223, 192, 177, 142, 122, 37, 5, 3, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595, 1595 } ; 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 1736 "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 1918 "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 >= 1596 ) 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 != 1595 ); 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 TMASKED; } YY_BREAK case 83: YY_RULE_SETUP #line 209 "conf_lexer.l" { return T_MAX_CLIENTS; } YY_BREAK case 84: YY_RULE_SETUP #line 210 "conf_lexer.l" { return MAX_IDENT; } YY_BREAK case 85: YY_RULE_SETUP #line 211 "conf_lexer.l" { return MAX_IDLE; } YY_BREAK case 86: YY_RULE_SETUP #line 212 "conf_lexer.l" { return MIN_IDLE; } YY_BREAK case 87: YY_RULE_SETUP #line 213 "conf_lexer.l" { return MAX_LOCAL; } YY_BREAK case 88: YY_RULE_SETUP #line 214 "conf_lexer.l" { return MAX_GLOBAL; } YY_BREAK case 89: YY_RULE_SETUP #line 215 "conf_lexer.l" { return MAX_NUMBER; } YY_BREAK case 90: YY_RULE_SETUP #line 216 "conf_lexer.l" { return MAX_NICK_LENGTH; } YY_BREAK case 91: YY_RULE_SETUP #line 217 "conf_lexer.l" { return MAX_TOPIC_LENGTH; } YY_BREAK case 92: YY_RULE_SETUP #line 218 "conf_lexer.l" { return MAX_WATCH; } YY_BREAK case 93: YY_RULE_SETUP #line 219 "conf_lexer.l" { return MIN_NONWILDCARD; } YY_BREAK case 94: YY_RULE_SETUP #line 220 "conf_lexer.l" { return MIN_NONWILDCARD_SIMPLE; } YY_BREAK case 95: YY_RULE_SETUP #line 221 "conf_lexer.l" { return NAME; } YY_BREAK case 96: YY_RULE_SETUP #line 222 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 97: YY_RULE_SETUP #line 223 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 98: YY_RULE_SETUP #line 224 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 99: YY_RULE_SETUP #line 225 "conf_lexer.l" { return NICK; } YY_BREAK case 100: YY_RULE_SETUP #line 226 "conf_lexer.l" { return NICK_CHANGES; } 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 QUIET_ON_BAN; } YY_BREAK case 119: YY_RULE_SETUP #line 245 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 120: YY_RULE_SETUP #line 246 "conf_lexer.l" { return REASON; } YY_BREAK case 121: YY_RULE_SETUP #line 247 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 122: YY_RULE_SETUP #line 248 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 123: YY_RULE_SETUP #line 249 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 124: YY_RULE_SETUP #line 250 "conf_lexer.l" { return REGEX_T; } YY_BREAK case 125: YY_RULE_SETUP #line 251 "conf_lexer.l" { return REHASH; } YY_BREAK case 126: YY_RULE_SETUP #line 252 "conf_lexer.l" { return REMOTE; } YY_BREAK case 127: YY_RULE_SETUP #line 253 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 128: YY_RULE_SETUP #line 254 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 129: YY_RULE_SETUP #line 255 "conf_lexer.l" { return RESTRICT_CHANNELS; } YY_BREAK case 130: YY_RULE_SETUP #line 256 "conf_lexer.l" { return RESV; } YY_BREAK case 131: YY_RULE_SETUP #line 257 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 132: YY_RULE_SETUP #line 258 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 133: YY_RULE_SETUP #line 259 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 134: YY_RULE_SETUP #line 260 "conf_lexer.l" { return T_SSL; } YY_BREAK case 135: YY_RULE_SETUP #line 261 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 136: YY_RULE_SETUP #line 262 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 137: YY_RULE_SETUP #line 263 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 138: YY_RULE_SETUP #line 264 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 139: YY_RULE_SETUP #line 265 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 140: YY_RULE_SETUP #line 266 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 141: YY_RULE_SETUP #line 267 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 142: YY_RULE_SETUP #line 268 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 143: YY_RULE_SETUP #line 269 "conf_lexer.l" { return SENDQ; } YY_BREAK case 144: YY_RULE_SETUP #line 270 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 145: YY_RULE_SETUP #line 271 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 146: YY_RULE_SETUP #line 272 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 147: YY_RULE_SETUP #line 273 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 148: YY_RULE_SETUP #line 274 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 149: YY_RULE_SETUP #line 275 "conf_lexer.l" { return T_SET; } YY_BREAK case 150: YY_RULE_SETUP #line 276 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 151: YY_RULE_SETUP #line 277 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 152: YY_RULE_SETUP #line 278 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 153: YY_RULE_SETUP #line 279 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 154: YY_RULE_SETUP #line 280 "conf_lexer.l" { return SPOOF; } YY_BREAK case 155: YY_RULE_SETUP #line 281 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 156: YY_RULE_SETUP #line 282 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 157: YY_RULE_SETUP #line 283 "conf_lexer.l" { return TYPE; } YY_BREAK case 158: YY_RULE_SETUP #line 284 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 159: YY_RULE_SETUP #line 285 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 160: YY_RULE_SETUP #line 286 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 161: YY_RULE_SETUP #line 287 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 162: YY_RULE_SETUP #line 288 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 163: YY_RULE_SETUP #line 289 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 164: YY_RULE_SETUP #line 290 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 165: YY_RULE_SETUP #line 291 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 166: YY_RULE_SETUP #line 292 "conf_lexer.l" { return USER; } YY_BREAK case 167: YY_RULE_SETUP #line 293 "conf_lexer.l" { return VHOST; } YY_BREAK case 168: YY_RULE_SETUP #line 294 "conf_lexer.l" { return VHOST6; } YY_BREAK case 169: YY_RULE_SETUP #line 295 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 170: YY_RULE_SETUP #line 296 "conf_lexer.l" { return XLINE; } YY_BREAK case 171: YY_RULE_SETUP #line 297 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 172: YY_RULE_SETUP #line 299 "conf_lexer.l" { return FAILED_OPER_NOTICE; } YY_BREAK case 173: YY_RULE_SETUP #line 300 "conf_lexer.l" { return MAX_ACCEPT; } YY_BREAK case 174: YY_RULE_SETUP #line 301 "conf_lexer.l" { return MAX_NICK_CHANGES; } YY_BREAK case 175: YY_RULE_SETUP #line 302 "conf_lexer.l" { return MAX_CHANS_PER_OPER; } YY_BREAK case 176: YY_RULE_SETUP #line 303 "conf_lexer.l" { return MAX_CHANS_PER_USER; } YY_BREAK case 177: YY_RULE_SETUP #line 304 "conf_lexer.l" { return MAX_NICK_TIME; } YY_BREAK case 178: YY_RULE_SETUP #line 305 "conf_lexer.l" { return ANTI_NICK_FLOOD; } YY_BREAK case 179: YY_RULE_SETUP #line 306 "conf_lexer.l" { return ANTI_SPAM_EXIT_MESSAGE_TIME; } YY_BREAK case 180: YY_RULE_SETUP #line 307 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 181: YY_RULE_SETUP #line 308 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 182: YY_RULE_SETUP #line 309 "conf_lexer.l" { return LINKS_DELAY; } YY_BREAK case 183: YY_RULE_SETUP #line 310 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 184: YY_RULE_SETUP #line 312 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 185: YY_RULE_SETUP #line 313 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 186: YY_RULE_SETUP #line 314 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 187: YY_RULE_SETUP #line 315 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 188: YY_RULE_SETUP #line 316 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 189: YY_RULE_SETUP #line 317 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 190: YY_RULE_SETUP #line 318 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 191: YY_RULE_SETUP #line 319 "conf_lexer.l" { return KNOCK_DELAY; } YY_BREAK case 192: YY_RULE_SETUP #line 320 "conf_lexer.l" { return KNOCK_DELAY_CHANNEL; } YY_BREAK case 193: YY_RULE_SETUP #line 321 "conf_lexer.l" { return MAX_BANS; } YY_BREAK case 194: YY_RULE_SETUP #line 322 "conf_lexer.l" { return MODULES; } YY_BREAK case 195: YY_RULE_SETUP #line 323 "conf_lexer.l" { return MODULE; } YY_BREAK case 196: YY_RULE_SETUP #line 324 "conf_lexer.l" { return PATH; } YY_BREAK case 197: YY_RULE_SETUP #line 325 "conf_lexer.l" { return MAX_TARGETS; } YY_BREAK case 198: YY_RULE_SETUP #line 327 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 199: YY_RULE_SETUP #line 328 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 200: YY_RULE_SETUP #line 330 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 201: YY_RULE_SETUP #line 331 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 202: YY_RULE_SETUP #line 332 "conf_lexer.l" { return T_BOTS; } YY_BREAK case 203: YY_RULE_SETUP #line 333 "conf_lexer.l" { return T_CCONN; } YY_BREAK case 204: YY_RULE_SETUP #line 334 "conf_lexer.l" { return T_CCONN_FULL; } YY_BREAK case 205: YY_RULE_SETUP #line 335 "conf_lexer.l" { return T_DEAF; } YY_BREAK case 206: YY_RULE_SETUP #line 336 "conf_lexer.l" { return T_DEBUG; } YY_BREAK case 207: YY_RULE_SETUP #line 337 "conf_lexer.l" { return T_FULL; } YY_BREAK case 208: YY_RULE_SETUP #line 338 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 209: YY_RULE_SETUP #line 339 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 210: YY_RULE_SETUP #line 340 "conf_lexer.l" { return T_REJ; } YY_BREAK case 211: YY_RULE_SETUP #line 341 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 212: YY_RULE_SETUP #line 342 "conf_lexer.l" { return T_SPY; } YY_BREAK case 213: YY_RULE_SETUP #line 343 "conf_lexer.l" { return T_EXTERNAL; } YY_BREAK case 214: YY_RULE_SETUP #line 344 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 215: YY_RULE_SETUP #line 345 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 216: YY_RULE_SETUP #line 346 "conf_lexer.l" { return T_INVISIBLE; } YY_BREAK case 217: YY_RULE_SETUP #line 347 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 218: YY_RULE_SETUP #line 348 "conf_lexer.l" { return T_CALLERID; } YY_BREAK case 219: YY_RULE_SETUP #line 349 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 220: YY_RULE_SETUP #line 350 "conf_lexer.l" { return T_LOCOPS; } YY_BREAK case 221: YY_RULE_SETUP #line 352 "conf_lexer.l" { return YEARS; } YY_BREAK case 222: YY_RULE_SETUP #line 353 "conf_lexer.l" { return YEARS; } YY_BREAK case 223: YY_RULE_SETUP #line 354 "conf_lexer.l" { return MONTHS; } YY_BREAK case 224: YY_RULE_SETUP #line 355 "conf_lexer.l" { return MONTHS; } YY_BREAK case 225: YY_RULE_SETUP #line 356 "conf_lexer.l" { return WEEKS; } YY_BREAK case 226: YY_RULE_SETUP #line 357 "conf_lexer.l" { return WEEKS; } YY_BREAK case 227: YY_RULE_SETUP #line 358 "conf_lexer.l" { return DAYS; } YY_BREAK case 228: YY_RULE_SETUP #line 359 "conf_lexer.l" { return DAYS; } YY_BREAK case 229: YY_RULE_SETUP #line 360 "conf_lexer.l" { return HOURS; } YY_BREAK case 230: YY_RULE_SETUP #line 361 "conf_lexer.l" { return HOURS; } YY_BREAK case 231: YY_RULE_SETUP #line 362 "conf_lexer.l" { return MINUTES; } YY_BREAK case 232: YY_RULE_SETUP #line 363 "conf_lexer.l" { return MINUTES; } YY_BREAK case 233: YY_RULE_SETUP #line 364 "conf_lexer.l" { return SECONDS; } YY_BREAK case 234: YY_RULE_SETUP #line 365 "conf_lexer.l" { return SECONDS; } YY_BREAK case 235: YY_RULE_SETUP #line 367 "conf_lexer.l" { return BYTES; } YY_BREAK case 236: YY_RULE_SETUP #line 368 "conf_lexer.l" { return BYTES; } YY_BREAK case 237: YY_RULE_SETUP #line 369 "conf_lexer.l" { return KBYTES; } YY_BREAK case 238: YY_RULE_SETUP #line 370 "conf_lexer.l" { return KBYTES; } YY_BREAK case 239: YY_RULE_SETUP #line 371 "conf_lexer.l" { return KBYTES; } YY_BREAK case 240: YY_RULE_SETUP #line 372 "conf_lexer.l" { return KBYTES; } YY_BREAK case 241: YY_RULE_SETUP #line 373 "conf_lexer.l" { return KBYTES; } YY_BREAK case 242: YY_RULE_SETUP #line 374 "conf_lexer.l" { return MBYTES; } YY_BREAK case 243: YY_RULE_SETUP #line 375 "conf_lexer.l" { return MBYTES; } YY_BREAK case 244: YY_RULE_SETUP #line 376 "conf_lexer.l" { return MBYTES; } YY_BREAK case 245: YY_RULE_SETUP #line 377 "conf_lexer.l" { return MBYTES; } YY_BREAK case 246: YY_RULE_SETUP #line 378 "conf_lexer.l" { return MBYTES; } YY_BREAK case 247: YY_RULE_SETUP #line 379 "conf_lexer.l" { return TWODOTS; } YY_BREAK case 248: YY_RULE_SETUP #line 381 "conf_lexer.l" { return yytext[0]; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 382 "conf_lexer.l" { if (ieof()) yyterminate(); } YY_BREAK case 249: YY_RULE_SETUP #line 384 "conf_lexer.l" ECHO; YY_BREAK #line 3297 "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 >= 1596 ) 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 >= 1596 ) 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 == 1595); 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 384 "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; }