#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 6 #define YY_FLEX_SUBMINOR_VERSION 4 #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 #ifndef SIZE_MAX #define SIZE_MAX (~(size_t)0) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ /* begin standard C++ headers. */ /* TODO: this is always defined, so inline it */ #define yyconst const #if defined(__GNUC__) && __GNUC__ >= 3 #define yynoreturn __attribute__((__noreturn__)) #else #define yynoreturn #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an * integer in range [0..255] for use as an array index. */ #define YY_SC_TO_UI(c) ((YY_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 #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. * Ditto for the __ia64__ case accordingly. */ #define YY_BUF_SIZE 32768 #else #define YY_BUF_SIZE 16384 #endif /* __ia64__ */ #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 int 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) #define YY_LINENO_REWIND_TO(ptr) /* 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. */ int yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int 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 = NULL; /**< 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 int yy_n_chars; /* number of characters read into yy_ch_buf */ int yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = NULL; 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 ( const char *yy_str ); YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int 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() (/*CONSTCOND*/1) #define YY_SKIP_YYWRAP typedef flex_uint8_t YY_CHAR; FILE *yyin = NULL, *yyout = NULL; typedef int yy_state_type; extern int yylineno; int yylineno = 1; extern char *yytext; #ifdef yytext_ptr #undef yytext_ptr #endif #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 yynoreturn yy_fatal_error ( const 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 = (int) (yy_cp - (yytext_ptr)); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 263 #define YY_END_OF_BUFFER 264 /* 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 const flex_int16_t yy_accept[1681] = { 0, 4, 4, 264, 262, 4, 3, 262, 5, 262, 262, 6, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 262, 4, 3, 0, 7, 5, 261, 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, 0, 84, 0, 255, 0, 0, 0, 0, 0, 0, 0, 260, 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 242, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 163, 0, 0, 0, 0, 0, 0, 180, 0, 0, 183, 0, 0, 0, 0, 189, 0, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, 0, 0, 15, 0, 17, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, 30, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 77, 244, 0, 0, 0, 85, 86, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 124, 125, 0, 0, 0, 131, 0, 0, 0, 0, 0, 0, 0, 140, 0, 0, 151, 0, 154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 167, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 215, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, 0, 240, 0, 236, 0, 0, 9, 0, 0, 0, 249, 0, 0, 21, 0, 0, 25, 0, 0, 0, 31, 0, 0, 0, 42, 0, 0, 45, 0, 0, 0, 0, 0, 0, 53, 0, 56, 0, 58, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 254, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 259, 0, 0, 0, 0, 0, 0, 238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, 0, 0, 0, 0, 0, 0, 0, 173, 0, 0, 0, 0, 0, 0, 185, 0, 187, 190, 199, 0, 0, 0, 0, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 0, 0, 0, 239, 232, 235, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 253, 0, 0, 0, 0, 0, 0, 97, 98, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 258, 0, 246, 0, 0, 0, 122, 237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 0, 158, 0, 0, 162, 164, 0, 0, 0, 0, 248, 171, 0, 174, 0, 0, 181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 207, 0, 0, 0, 0, 216, 217, 0, 0, 0, 221, 0, 0, 0, 227, 228, 0, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 26, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 0, 0, 123, 126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, 0, 0, 0, 0, 0, 166, 0, 0, 0, 247, 0, 0, 0, 177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 218, 219, 0, 222, 223, 0, 229, 0, 0, 0, 0, 0, 0, 16, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 0, 0, 0, 0, 0, 252, 0, 0, 0, 0, 0, 103, 0, 0, 0, 0, 109, 0, 0, 0, 0, 0, 0, 257, 118, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 135, 0, 144, 0, 146, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 251, 0, 0, 95, 0, 0, 0, 0, 0, 108, 110, 0, 0, 0, 0, 117, 256, 0, 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 0, 153, 0, 0, 160, 161, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 0, 0, 102, 0, 0, 107, 0, 0, 0, 114, 0, 0, 0, 127, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 0, 0, 175, 176, 0, 179, 182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 65, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 96, 0, 106, 0, 0, 0, 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 0, 152, 157, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 209, 0, 0, 0, 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, 0, 0, 44, 47, 0, 0, 0, 60, 61, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 0, 0, 0, 0, 0, 0, 0, 129, 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 43, 0, 54, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 128, 0, 0, 134, 0, 139, 0, 0, 0, 0, 0, 0, 172, 178, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 206, 0, 0, 214, 230, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 59, 62, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 0, 0, 73, 80, 0, 0, 88, 0, 0, 0, 0, 0, 112, 0, 119, 0, 0, 138, 0, 0, 0, 0, 0, 0, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 24, 0, 0, 0, 0, 0, 0, 0, 0, 69, 0, 0, 87, 0, 0, 0, 0, 111, 116, 0, 0, 133, 0, 141, 148, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 195, 0, 197, 198, 201, 202, 203, 204, 205, 0, 0, 0, 0, 32, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 104, 105, 0, 132, 0, 0, 0, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, 0, 0, 170, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 72, 82, 0, 0, 0, 169, 192, 0, 0, 0, 0, 0, 0, 40, 0, 0, 90, 0, 145, 0, 0, 208, 0, 0, 0, 0, 64, 120, 0, 0, 0, 0, 0, 41, 0, 196, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 14, 193, 0 } ; static const YY_CHAR 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 const YY_CHAR 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 const flex_int16_t yy_base[1686] = { 0, 0, 0, 3228, 3229, 3225, 0, 66, 0, 64, 66, 66, 98, 43, 146, 75, 58, 85, 76, 117, 109, 51, 154, 155, 198, 240, 53, 193, 57, 191, 284, 324, 233, 122, 200, 123, 135, 3224, 0, 86, 3229, 0, 3229, 128, 3229, 0, 220, 145, 138, 157, 167, 189, 192, 204, 211, 230, 218, 247, 246, 262, 239, 251, 232, 332, 259, 250, 247, 281, 286, 293, 347, 335, 285, 297, 290, 334, 332, 291, 314, 335, 353, 343, 336, 350, 377, 362, 376, 380, 375, 390, 378, 393, 374, 370, 394, 388, 417, 390, 397, 406, 403, 420, 395, 407, 437, 427, 424, 434, 443, 431, 484, 445, 475, 476, 448, 440, 448, 465, 434, 447, 474, 478, 486, 480, 484, 485, 3183, 492, 494, 536, 506, 513, 527, 527, 522, 533, 538, 537, 534, 519, 3229, 537, 542, 530, 546, 541, 3182, 548, 549, 547, 563, 564, 571, 574, 569, 585, 572, 593, 570, 593, 3229, 596, 584, 580, 584, 592, 584, 598, 591, 600, 594, 604, 603, 629, 599, 599, 611, 603, 617, 632, 635, 622, 627, 3181, 632, 639, 175, 636, 631, 640, 639, 651, 650, 646, 638, 644, 3229, 649, 3180, 641, 661, 644, 685, 648, 666, 668, 690, 689, 671, 685, 683, 681, 699, 699, 685, 699, 686, 699, 701, 690, 689, 694, 709, 696, 694, 713, 723, 3229, 712, 725, 3179, 735, 740, 726, 3229, 734, 737, 3229, 751, 745, 738, 744, 3229, 751, 739, 742, 748, 755, 743, 758, 763, 780, 764, 766, 752, 766, 769, 789, 794, 789, 784, 785, 794, 793, 800, 799, 798, 795, 3229, 802, 799, 802, 801, 3178, 3229, 815, 3229, 800, 816, 816, 809, 810, 3177, 808, 812, 830, 833, 3229, 3229, 840, 831, 3229, 835, 853, 851, 3176, 842, 846, 835, 856, 847, 846, 861, 852, 3229, 849, 849, 3229, 851, 853, 867, 874, 859, 871, 3175, 3229, 858, 865, 863, 887, 3229, 3229, 3174, 887, 3173, 899, 904, 899, 3172, 892, 907, 897, 909, 941, 913, 918, 902, 915, 907, 915, 922, 3229, 3229, 917, 3171, 917, 3229, 921, 937, 942, 948, 949, 957, 962, 977, 3170, 945, 3229, 3169, 3229, 971, 973, 961, 964, 964, 965, 965, 965, 985, 3168, 973, 983, 993, 990, 1017, 997, 989, 3229, 1002, 1012, 1012, 999, 3198, 1029, 1001, 1008, 1016, 3198, 1032, 3165, 1036, 1037, 3229, 1034, 1020, 1034, 1035, 1037, 1032, 1043, 3229, 1049, 1036, 1048, 3164, 1050, 1050, 1067, 1054, 1053, 1056, 1071, 1077, 1070, 1070, 3229, 1068, 1075, 3229, 1086, 1090, 3229, 1088, 1091, 3163, 3229, 1085, 1089, 1090, 3229, 1095, 1090, 3229, 1090, 1104, 1090, 1101, 1113, 1108, 3229, 1118, 3229, 1125, 3162, 1115, 1112, 1110, 1125, 1122, 1129, 3229, 1138, 1135, 1132, 1138, 1139, 1127, 1144, 1126, 3161, 3160, 1139, 3159, 1142, 1139, 1155, 1157, 1161, 1168, 1152, 1165, 1156, 1172, 1187, 1176, 1163, 1159, 1185, 1188, 1179, 1194, 1192, 1180, 1193, 1196, 1183, 1188, 1188, 1208, 1205, 1211, 1206, 1205, 1205, 3158, 1229, 1232, 1208, 1231, 1231, 1216, 1224, 1229, 1230, 3229, 1240, 1241, 1249, 1237, 1255, 1246, 1262, 1248, 3229, 1254, 1254, 1274, 1264, 1280, 3157, 3229, 1284, 3156, 3229, 3229, 1293, 1280, 1284, 3155, 1270, 1287, 3229, 1284, 1286, 1277, 1285, 1288, 1301, 1296, 1299, 1305, 1296, 1306, 1314, 1307, 3183, 1308, 1312, 1328, 3229, 3229, 3229, 1329, 3153, 1319, 3229, 1330, 1326, 1329, 1335, 1331, 1338, 1343, 1336, 1335, 1341, 1337, 1343, 1356, 1349, 1352, 1347, 3152, 3229, 1367, 3151, 1358, 1360, 1363, 1392, 1373, 1361, 3150, 1381, 3149, 1383, 1388, 1370, 3148, 1390, 1383, 1394, 3229, 1400, 1389, 1406, 1409, 1414, 1413, 3229, 3229, 3229, 1415, 1407, 1421, 1417, 1412, 1429, 1425, 1426, 1417, 1421, 1427, 1426, 3229, 1427, 1431, 1439, 1438, 1438, 1440, 3229, 1455, 1458, 1462, 1453, 1460, 1454, 1468, 1457, 1454, 1471, 3147, 1461, 1478, 1469, 1468, 1482, 1471, 1487, 3229, 1475, 1480, 1488, 1495, 1481, 3146, 3229, 1489, 1500, 3229, 1504, 1492, 1489, 1505, 1514, 1498, 3229, 1517, 1517, 1514, 1501, 3229, 1510, 1517, 1516, 1516, 1519, 1527, 1523, 3145, 1520, 1561, 1530, 3144, 1538, 1536, 3143, 1540, 3229, 3229, 1553, 1554, 1540, 3229, 1562, 1564, 1564, 3229, 1554, 1560, 3229, 1574, 1564, 1563, 1581, 1587, 1575, 1586, 1582, 1577, 3229, 1576, 3229, 1595, 1591, 3142, 1588, 3141, 3140, 3139, 1607, 1601, 1602, 1605, 1616, 3138, 3229, 1601, 1610, 1616, 1621, 1619, 1618, 3229, 1612, 1626, 1619, 1624, 1619, 1623, 1631, 1641, 1632, 1631, 1631, 1649, 1650, 1635, 1657, 1647, 1662, 1663, 1655, 1661, 1671, 1676, 1665, 1675, 1680, 1672, 1682, 1678, 1678, 1685, 1685, 3229, 1686, 1669, 1691, 3229, 3229, 1692, 1679, 3137, 1692, 1681, 1684, 3136, 3135, 1704, 1697, 1698, 1695, 1709, 1710, 1709, 1714, 1721, 1728, 1718, 1721, 3229, 1726, 1728, 1720, 1721, 1740, 3229, 1737, 1722, 1733, 3229, 1727, 1741, 1737, 1733, 1744, 1739, 1746, 1748, 1747, 1762, 1769, 1761, 1760, 1760, 3134, 3133, 3132, 3131, 3130, 3129, 1778, 1779, 1773, 3128, 1783, 3127, 3229, 3229, 1783, 3229, 3229, 1782, 3229, 3126, 90, 1790, 1774, 1782, 1782, 3229, 3229, 1792, 1794, 1788, 1786, 3125, 1811, 1796, 1827, 1798, 1792, 1808, 1812, 3229, 1813, 1833, 1825, 1820, 1839, 1836, 1828, 1826, 1831, 1838, 1844, 1836, 1851, 1848, 1832, 1843, 3229, 1844, 1856, 1850, 1851, 1852, 1856, 1873, 1870, 1872, 1872, 1871, 3229, 1871, 1877, 1891, 1874, 3229, 1883, 3124, 1891, 1892, 1896, 1892, 1882, 3229, 1894, 1900, 1892, 1888, 1911, 3229, 1901, 1907, 1898, 1910, 3229, 1915, 3229, 1913, 3229, 1907, 1917, 1933, 1918, 3229, 1930, 1939, 1931, 1942, 1928, 1927, 1936, 1938, 1952, 1945, 1936, 1953, 1952, 3123, 1957, 1941, 1957, 1946, 1958, 1964, 1956, 1969, 1978, 1978, 1982, 1975, 1976, 1977, 1980, 1983, 3122, 1975, 1991, 1993, 1988, 1999, 2001, 2003, 1999, 1995, 322, 3159, 3147, 1992, 2011, 3116, 3115, 3114, 3229, 2009, 2010, 2008, 2008, 2006, 2007, 2009, 2007, 2032, 2032, 2036, 2043, 3229, 2032, 2041, 2029, 2043, 2052, 2052, 2043, 3112, 2036, 2042, 2047, 2060, 2042, 2050, 3111, 2060, 2060, 2061, 3110, 2045, 2070, 2070, 3229, 2064, 2077, 3229, 2081, 2067, 3109, 2071, 2082, 3229, 3229, 2095, 2081, 2080, 3107, 3229, 3229, 2091, 3229, 2086, 2085, 2105, 2110, 2093, 3106, 2099, 2104, 2099, 2118, 3105, 3104, 2115, 3102, 2113, 3229, 2118, 2112, 3229, 3229, 3229, 2112, 2109, 2128, 2109, 2131, 2126, 2131, 2143, 2148, 2135, 2145, 2151, 2142, 2141, 2159, 2146, 2147, 2157, 2151, 2153, 2154, 2155, 2157, 2154, 2160, 2164, 2158, 2166, 2171, 2180, 3229, 2172, 2178, 3137, 3136, 3124, 3120, 2176, 2179, 2196, 2201, 2184, 2194, 2194, 2199, 2200, 2212, 2206, 2205, 2200, 2210, 2210, 2219, 2205, 2218, 2210, 3229, 2216, 2211, 2220, 2220, 2234, 2234, 2221, 2232, 2245, 3229, 2248, 2250, 2242, 2258, 1779, 2241, 2250, 3229, 1528, 1522, 2252, 2244, 2245, 3229, 2256, 2254, 3229, 2266, 2270, 2268, 3229, 2259, 2267, 2277, 3229, 2267, 2265, 2272, 3229, 2271, 1351, 2275, 994, 2272, 2272, 2276, 2279, 2284, 2302, 3229, 2305, 2294, 2310, 899, 2301, 3229, 3229, 2318, 3229, 3229, 2313, 2320, 2315, 896, 894, 2306, 2326, 890, 2309, 2324, 2326, 2327, 2328, 2330, 2327, 2329, 2334, 3229, 2335, 2324, 2333, 2340, 2339, 2329, 2342, 2349, 2340, 2367, 888, 3229, 2350, 2355, 2368, 2367, 3229, 2369, 2373, 2365, 2367, 2374, 2363, 749, 2374, 2377, 2382, 2369, 2381, 2373, 3229, 3229, 486, 3229, 2375, 2375, 2393, 2390, 2382, 2392, 2412, 2391, 2398, 483, 3229, 2417, 3229, 2422, 2410, 2414, 3229, 2424, 2427, 2413, 2431, 2430, 2422, 2418, 2424, 2437, 2422, 2430, 2439, 3229, 2438, 3229, 3229, 3229, 439, 2437, 2434, 2440, 2451, 2455, 2462, 2457, 2459, 2467, 2464, 2465, 2480, 2465, 2466, 2467, 2468, 2470, 2476, 2472, 3229, 2473, 2492, 2474, 3229, 2481, 2482, 2480, 2485, 2492, 2493, 2497, 2487, 2505, 2495, 2499, 3229, 438, 2503, 2506, 3229, 3229, 2516, 2512, 2517, 3229, 3229, 2531, 2517, 2535, 2524, 3229, 2531, 2523, 2527, 435, 433, 2529, 2536, 2538, 3229, 2545, 2531, 2537, 2545, 2549, 2541, 2555, 2556, 3229, 3229, 424, 2545, 2559, 2559, 2557, 423, 2562, 2561, 2571, 2574, 2581, 2585, 2586, 3229, 3229, 2591, 2584, 2589, 2581, 383, 2592, 2596, 382, 380, 377, 290, 288, 2594, 2596, 281, 3229, 2601, 2598, 2587, 3229, 2591, 2588, 2589, 2594, 280, 2611, 3229, 279, 2612, 2612, 3229, 2607, 3229, 2613, 2613, 235, 2619, 2625, 2623, 3229, 2621, 2623, 2642, 2625, 2634, 2635, 2642, 229, 2644, 2632, 3229, 2646, 2637, 3229, 2637, 2645, 3229, 2655, 3229, 2657, 2658, 2641, 2648, 2663, 2644, 3229, 3229, 2651, 2657, 2661, 2671, 2682, 2672, 2681, 2679, 2682, 2684, 2685, 2686, 3229, 198, 2696, 3229, 3229, 2700, 2701, 195, 3229, 2684, 2704, 2694, 2692, 2702, 193, 2694, 3229, 191, 2712, 2703, 159, 2699, 3229, 2703, 2708, 2711, 2725, 2730, 2738, 2727, 2741, 2739, 2731, 2749, 2738, 2746, 2738, 2757, 2754, 3229, 2748, 2736, 157, 2758, 2744, 2757, 153, 2758, 2760, 2765, 2757, 2758, 2762, 2763, 2765, 2770, 2777, 3229, 3229, 2780, 268, 2788, 2779, 2796, 2783, 2804, 2804, 2799, 3229, 2788, 2804, 2797, 3229, 3229, 2799, 2794, 3229, 117, 2801, 2801, 2799, 2800, 3229, 2813, 114, 2810, 2804, 3229, 2813, 2807, 2825, 109, 2825, 107, 3229, 2818, 2820, 2831, 2832, 2846, 2842, 2843, 2844, 2847, 2849, 2847, 2848, 2859, 3229, 3229, 2865, 2853, 2850, 2864, 2857, 2857, 2870, 2857, 3229, 2860, 2864, 3229, 2867, 2866, 2879, 2880, 3229, 3229, 2868, 2883, 3229, 2885, 3229, 3229, 2895, 2895, 2902, 2905, 2905, 2908, 2911, 3229, 2891, 2892, 2893, 2895, 2896, 2902, 2908, 2906, 2912, 2907, 2907, 2912, 2918, 2920, 2929, 2937, 2934, 2936, 2937, 2946, 2937, 2940, 2953, 2943, 2959, 2958, 2957, 2961, 3229, 2954, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 2963, 2970, 2956, 2969, 3229, 2972, 100, 2974, 2967, 3229, 2961, 2965, 2981, 2973, 2975, 3229, 3229, 2975, 3229, 2974, 2981, 2990, 3004, 2979, 3002, 3229, 3008, 3007, 2999, 3018, 3011, 3023, 3016, 3007, 3008, 3020, 3229, 3014, 3022, 3028, 3229, 3029, 3028, 3028, 3033, 3033, 3229, 95, 3026, 3023, 3032, 3032, 3229, 3229, 3029, 3042, 3055, 3229, 3229, 3058, 3048, 3051, 3066, 3069, 3054, 3229, 3073, 3064, 3229, 3074, 3229, 3062, 3077, 3229, 93, 3068, 3070, 3066, 3229, 3229, 3071, 3084, 3069, 3070, 3072, 3229, 3076, 3229, 3086, 3082, 3229, 3091, 3088, 3083, 3094, 3108, 3229, 3097, 3229, 3229, 3229, 105, 3159, 97, 84, 81 } ; static const flex_int16_t yy_def[1686] = { 0, 1680, 1, 1680, 1680, 1680, 1681, 1682, 1683, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1681, 1682, 1680, 1683, 1680, 1680, 1680, 1683, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1684, 1685, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1684, 1684, 1685, 1685, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 0, 1680, 1680, 1680, 1680, 1680 } ; static const flex_int16_t yy_nxt[3298] = { 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, 67, 84, 1068, 54, 103, 1066, 68, 69, 43, 40, 40, 62, 949, 108, 950, 63, 75, 70, 41, 64, 53, 71, 65, 76, 951, 66, 38, 67, 84, 72, 54, 103, 73, 68, 69, 43, 47, 48, 62, 49, 108, 74, 63, 75, 70, 50, 64, 51, 71, 65, 76, 81, 66, 77, 52, 1662, 72, 1643, 82, 73, 83, 78, 1609, 47, 48, 131, 49, 79, 74, 1537, 134, 1535, 50, 80, 51, 135, 1529, 136, 81, 1523, 77, 52, 55, 137, 56, 82, 138, 83, 78, 57, 58, 85, 131, 59, 79, 89, 60, 134, 86, 90, 80, 87, 135, 88, 136, 91, 61, 320, 321, 55, 137, 56, 139, 138, 140, 1497, 57, 58, 85, 1493, 59, 1472, 89, 60, 1469, 86, 90, 109, 87, 104, 88, 110, 91, 61, 92, 93, 132, 105, 94, 139, 133, 140, 95, 106, 141, 111, 107, 142, 96, 46, 46, 46, 46, 46, 109, 1467, 104, 1460, 110, 143, 1456, 92, 93, 132, 105, 94, 144, 133, 147, 95, 106, 141, 111, 107, 142, 96, 97, 145, 98, 146, 99, 128, 129, 148, 100, 149, 143, 130, 152, 153, 101, 1430, 154, 144, 162, 147, 102, 1419, 150, 160, 1509, 1510, 163, 97, 145, 98, 146, 99, 128, 129, 148, 100, 149, 161, 130, 152, 153, 101, 151, 154, 164, 162, 165, 102, 112, 150, 160, 113, 114, 163, 115, 166, 172, 173, 116, 117, 118, 174, 119, 120, 161, 1413, 1411, 1403, 949, 151, 950, 164, 179, 165, 1400, 112, 1399, 180, 113, 114, 951, 115, 166, 172, 173, 116, 117, 118, 174, 119, 120, 121, 155, 156, 122, 123, 175, 157, 124, 179, 177, 125, 126, 170, 180, 158, 178, 176, 127, 167, 159, 168, 171, 181, 183, 182, 184, 185, 121, 155, 156, 122, 123, 175, 157, 124, 169, 177, 125, 126, 170, 186, 158, 178, 176, 127, 167, 159, 168, 171, 181, 183, 182, 184, 185, 187, 188, 189, 190, 191, 192, 193, 197, 169, 199, 195, 194, 198, 186, 196, 200, 201, 205, 1398, 206, 209, 1397, 213, 1396, 1393, 207, 214, 187, 188, 189, 190, 191, 192, 193, 197, 202, 199, 195, 194, 198, 208, 196, 200, 201, 205, 203, 206, 209, 210, 213, 211, 204, 207, 214, 215, 218, 219, 220, 221, 222, 230, 212, 202, 239, 1381, 1376, 237, 208, 240, 243, 216, 217, 203, 244, 1364, 210, 1363, 211, 204, 1350, 1316, 215, 218, 219, 220, 221, 222, 230, 238, 245, 239, 235, 231, 237, 241, 240, 243, 216, 217, 223, 244, 224, 225, 232, 242, 236, 226, 233, 227, 234, 246, 228, 247, 248, 249, 238, 245, 229, 235, 231, 250, 241, 252, 253, 1297, 260, 223, 1285, 224, 225, 232, 242, 236, 226, 233, 227, 234, 246, 228, 247, 248, 249, 261, 264, 229, 266, 265, 250, 267, 252, 253, 254, 260, 262, 255, 269, 270, 271, 272, 263, 273, 256, 257, 276, 274, 277, 268, 278, 258, 261, 264, 275, 266, 265, 259, 267, 280, 281, 254, 282, 262, 255, 269, 270, 271, 272, 263, 273, 256, 257, 276, 274, 277, 268, 278, 258, 283, 284, 275, 285, 286, 259, 287, 280, 281, 288, 282, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 283, 284, 307, 285, 286, 308, 287, 309, 310, 288, 311, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 312, 307, 313, 314, 308, 315, 309, 310, 316, 311, 318, 319, 306, 322, 323, 324, 326, 327, 325, 328, 329, 330, 331, 332, 334, 335, 305, 312, 336, 313, 314, 340, 315, 341, 337, 316, 342, 318, 319, 306, 322, 323, 324, 326, 327, 325, 328, 329, 330, 331, 332, 334, 335, 338, 343, 336, 344, 345, 340, 346, 341, 347, 348, 342, 353, 349, 354, 355, 356, 339, 357, 358, 350, 359, 360, 361, 362, 351, 363, 364, 338, 343, 352, 344, 345, 365, 346, 366, 347, 348, 367, 353, 349, 354, 355, 356, 339, 357, 358, 350, 359, 360, 361, 362, 351, 363, 364, 373, 368, 352, 369, 374, 365, 371, 366, 375, 372, 367, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 383, 388, 389, 392, 393, 373, 368, 394, 369, 374, 1278, 371, 395, 375, 372, 396, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 390, 388, 389, 392, 393, 397, 398, 394, 399, 400, 391, 402, 395, 403, 404, 396, 405, 406, 401, 407, 408, 409, 410, 411, 412, 414, 415, 390, 416, 417, 418, 419, 397, 398, 421, 399, 400, 391, 402, 422, 403, 404, 423, 405, 406, 424, 407, 408, 409, 410, 411, 412, 414, 415, 425, 416, 417, 418, 419, 426, 427, 421, 428, 429, 431, 432, 422, 433, 434, 423, 435, 436, 424, 437, 438, 439, 440, 441, 442, 443, 446, 425, 444, 448, 450, 451, 426, 427, 452, 428, 429, 431, 432, 447, 433, 434, 445, 435, 436, 456, 437, 438, 439, 440, 441, 442, 443, 446, 458, 444, 448, 450, 451, 453, 454, 452, 459, 460, 462, 463, 464, 465, 1267, 445, 1247, 475, 456, 476, 1244, 477, 1243, 478, 480, 1237, 481, 458, 479, 482, 483, 485, 453, 454, 486, 459, 460, 462, 463, 464, 465, 466, 467, 468, 475, 487, 476, 469, 477, 470, 478, 480, 471, 481, 472, 479, 482, 483, 485, 488, 473, 486, 489, 474, 490, 491, 492, 498, 466, 467, 468, 500, 487, 501, 469, 502, 470, 493, 503, 471, 504, 472, 505, 506, 507, 508, 488, 473, 510, 489, 474, 490, 491, 492, 498, 494, 511, 512, 500, 495, 501, 518, 502, 496, 493, 503, 513, 504, 519, 505, 506, 507, 508, 520, 521, 510, 514, 522, 523, 528, 1227, 515, 494, 511, 512, 516, 495, 529, 518, 530, 517, 525, 526, 513, 532, 519, 534, 535, 536, 537, 520, 521, 538, 539, 522, 523, 528, 527, 515, 540, 541, 542, 516, 543, 529, 545, 530, 517, 525, 526, 544, 532, 546, 534, 535, 536, 537, 548, 549, 538, 539, 550, 551, 552, 527, 553, 540, 541, 542, 554, 543, 555, 545, 556, 558, 559, 560, 544, 557, 546, 561, 562, 563, 564, 548, 549, 566, 567, 550, 551, 552, 568, 553, 569, 570, 571, 554, 572, 555, 573, 556, 558, 559, 560, 574, 557, 575, 561, 562, 563, 564, 576, 577, 566, 567, 578, 580, 581, 568, 582, 569, 570, 571, 583, 572, 584, 573, 585, 587, 588, 589, 574, 590, 575, 591, 592, 593, 586, 576, 577, 594, 597, 578, 580, 581, 599, 582, 600, 601, 602, 583, 603, 584, 606, 585, 587, 588, 589, 607, 590, 608, 591, 592, 593, 586, 604, 613, 594, 597, 605, 609, 614, 599, 615, 600, 601, 602, 611, 603, 616, 606, 617, 610, 618, 619, 607, 620, 608, 621, 622, 625, 612, 604, 613, 623, 626, 605, 609, 614, 627, 615, 624, 628, 629, 611, 630, 616, 631, 617, 610, 618, 619, 632, 620, 633, 621, 622, 625, 612, 635, 639, 623, 626, 642, 640, 644, 627, 645, 624, 628, 629, 646, 630, 647, 631, 641, 636, 637, 650, 632, 643, 633, 638, 651, 652, 648, 635, 639, 649, 653, 642, 640, 644, 654, 645, 656, 655, 657, 646, 658, 647, 659, 641, 636, 637, 650, 660, 643, 661, 638, 651, 652, 648, 662, 664, 649, 653, 670, 671, 673, 654, 674, 656, 655, 657, 675, 658, 666, 659, 676, 677, 667, 678, 660, 668, 661, 679, 669, 680, 681, 662, 664, 682, 683, 670, 671, 673, 684, 674, 685, 686, 687, 675, 689, 666, 690, 676, 677, 667, 678, 691, 668, 692, 679, 669, 680, 681, 694, 695, 682, 683, 696, 697, 698, 684, 700, 685, 686, 687, 701, 689, 702, 690, 703, 704, 705, 706, 691, 707, 692, 708, 699, 709, 710, 694, 695, 711, 713, 696, 697, 698, 715, 700, 716, 717, 722, 701, 1225, 702, 724, 703, 704, 705, 706, 726, 707, 728, 708, 731, 709, 710, 733, 729, 711, 713, 718, 719, 734, 715, 723, 716, 717, 722, 730, 720, 735, 724, 736, 737, 721, 738, 726, 739, 728, 740, 731, 741, 742, 733, 729, 743, 744, 718, 719, 734, 745, 746, 749, 750, 751, 730, 720, 735, 747, 736, 737, 721, 738, 752, 739, 748, 740, 753, 741, 742, 754, 755, 743, 744, 756, 757, 758, 745, 746, 749, 750, 751, 759, 760, 761, 747, 762, 763, 764, 765, 752, 766, 748, 767, 753, 768, 769, 754, 755, 770, 772, 756, 757, 758, 773, 774, 775, 776, 777, 759, 760, 761, 778, 762, 763, 764, 765, 779, 766, 780, 767, 781, 768, 769, 782, 783, 770, 772, 785, 786, 787, 773, 774, 775, 776, 777, 788, 789, 790, 778, 791, 792, 793, 796, 779, 797, 780, 798, 781, 794, 795, 782, 783, 799, 800, 785, 786, 787, 801, 802, 803, 804, 806, 788, 789, 790, 813, 791, 792, 793, 796, 815, 797, 1209, 798, 816, 794, 795, 818, 1208, 799, 800, 819, 820, 821, 801, 802, 803, 804, 806, 807, 822, 823, 813, 808, 824, 809, 825, 815, 826, 810, 811, 816, 827, 828, 818, 812, 829, 830, 819, 820, 821, 831, 832, 833, 834, 835, 807, 822, 823, 836, 808, 824, 809, 825, 837, 826, 810, 811, 838, 827, 828, 840, 812, 829, 830, 844, 845, 846, 831, 832, 833, 834, 835, 847, 848, 850, 836, 851, 853, 854, 855, 837, 856, 857, 858, 838, 859, 852, 840, 860, 861, 862, 844, 845, 846, 863, 864, 865, 866, 867, 847, 848, 850, 868, 851, 853, 854, 855, 869, 856, 857, 858, 870, 859, 852, 871, 860, 861, 862, 872, 873, 874, 863, 864, 865, 866, 867, 875, 876, 877, 868, 878, 879, 880, 881, 869, 882, 883, 884, 870, 885, 886, 871, 887, 888, 889, 872, 873, 874, 890, 891, 892, 894, 895, 875, 876, 877, 896, 878, 879, 880, 881, 899, 882, 883, 884, 900, 885, 886, 901, 887, 888, 889, 902, 903, 904, 890, 891, 892, 894, 895, 905, 906, 907, 896, 908, 909, 910, 911, 899, 912, 913, 914, 900, 915, 916, 901, 917, 918, 919, 902, 903, 904, 920, 921, 922, 923, 924, 905, 906, 907, 925, 908, 909, 910, 911, 926, 912, 913, 914, 927, 915, 916, 928, 917, 918, 919, 929, 930, 931, 920, 921, 922, 923, 924, 932, 939, 940, 925, 942, 944, 946, 947, 926, 952, 953, 954, 927, 955, 956, 928, 957, 941, 958, 929, 930, 931, 959, 964, 1205, 968, 969, 932, 939, 940, 970, 942, 944, 946, 947, 961, 952, 953, 954, 971, 955, 956, 962, 957, 941, 958, 965, 972, 963, 959, 964, 966, 968, 969, 973, 974, 975, 970, 976, 977, 978, 979, 961, 967, 980, 981, 971, 982, 983, 962, 984, 985, 986, 965, 972, 963, 987, 988, 966, 989, 990, 973, 974, 975, 991, 976, 977, 978, 979, 992, 967, 980, 981, 993, 982, 983, 994, 984, 985, 986, 995, 996, 997, 987, 988, 998, 989, 990, 999, 1000, 1001, 991, 1002, 1003, 1005, 1006, 992, 1007, 1008, 1009, 993, 1010, 1011, 994, 1012, 1013, 1016, 995, 996, 997, 1017, 1018, 998, 1014, 1019, 999, 1000, 1001, 1020, 1002, 1003, 1005, 1006, 1015, 1007, 1008, 1009, 1021, 1010, 1011, 1022, 1012, 1013, 1016, 1023, 1024, 1025, 1017, 1018, 1026, 1014, 1019, 1027, 1028, 1029, 1020, 1030, 1031, 1032, 1033, 1015, 1034, 1035, 1036, 1021, 1037, 1038, 1022, 1040, 1041, 1042, 1023, 1024, 1025, 1043, 1044, 1026, 1045, 1046, 1027, 1028, 1029, 1047, 1030, 1031, 1032, 1033, 1048, 1034, 1035, 1036, 1049, 1037, 1038, 1050, 1040, 1041, 1042, 1051, 1052, 1053, 1043, 1044, 1054, 1045, 1046, 1055, 1057, 1058, 1047, 1059, 1060, 1061, 1062, 1048, 1063, 1064, 1065, 1049, 1070, 1071, 1050, 1075, 1076, 1077, 1051, 1052, 1053, 1078, 1079, 1054, 1080, 1081, 1055, 1057, 1058, 1082, 1059, 1060, 1061, 1062, 1083, 1063, 1064, 1065, 1084, 1070, 1071, 1085, 1075, 1076, 1077, 1086, 1087, 1088, 1078, 1079, 1089, 1080, 1081, 1090, 1091, 1092, 1082, 1093, 1095, 1096, 1097, 1083, 1098, 1099, 1100, 1084, 1102, 1104, 1085, 1105, 1103, 1107, 1086, 1087, 1088, 1108, 1109, 1089, 1110, 1111, 1090, 1091, 1092, 1112, 1093, 1095, 1096, 1097, 1113, 1098, 1099, 1100, 1115, 1102, 1104, 1116, 1105, 1103, 1107, 1117, 1120, 1121, 1108, 1109, 1123, 1110, 1111, 1124, 1118, 1125, 1112, 1126, 1127, 1128, 1130, 1113, 1119, 1131, 1132, 1115, 1133, 1136, 1116, 1138, 1139, 1140, 1117, 1120, 1121, 1141, 1142, 1123, 1143, 1144, 1124, 1118, 1125, 1145, 1126, 1127, 1128, 1130, 1146, 1119, 1131, 1132, 1147, 1133, 1136, 1148, 1138, 1139, 1140, 1149, 1150, 1151, 1141, 1142, 1152, 1143, 1144, 1153, 1154, 1155, 1145, 1156, 1157, 1158, 1159, 1146, 1160, 1161, 1162, 1147, 1163, 1164, 1148, 1165, 1166, 1167, 1149, 1150, 1151, 1168, 1169, 1152, 1170, 1171, 1153, 1154, 1155, 1172, 1156, 1157, 1158, 1159, 1173, 1160, 1161, 1162, 1174, 1163, 1164, 1175, 1165, 1166, 1167, 1176, 1177, 1178, 1168, 1169, 1179, 1170, 1171, 1180, 1181, 1182, 1172, 1183, 1184, 1185, 1186, 1173, 1187, 1188, 1189, 1174, 1190, 1191, 1175, 1192, 1193, 1194, 1176, 1177, 1178, 1195, 1196, 1179, 1197, 1198, 1180, 1181, 1182, 1199, 1183, 1184, 1185, 1186, 1200, 1187, 1188, 1189, 1201, 1190, 1191, 1202, 1192, 1193, 1194, 1203, 1204, 1206, 1195, 1196, 1207, 1197, 1198, 1210, 1211, 1212, 1199, 1213, 1214, 1215, 1216, 1200, 1217, 1218, 1219, 1201, 1220, 1221, 1202, 1222, 1223, 1224, 1203, 1204, 1206, 1226, 1228, 1207, 1229, 1230, 1210, 1211, 1212, 1231, 1213, 1214, 1215, 1216, 1232, 1217, 1218, 1219, 1233, 1220, 1221, 1234, 1222, 1223, 1224, 1235, 1236, 1238, 1226, 1228, 1239, 1229, 1230, 1240, 1241, 1242, 1231, 1245, 1246, 1248, 1249, 1232, 1250, 1251, 1252, 1233, 1253, 1254, 1234, 1255, 1256, 1257, 1235, 1236, 1238, 1258, 1259, 1239, 1260, 1261, 1240, 1241, 1242, 1262, 1245, 1246, 1248, 1249, 1263, 1250, 1251, 1252, 1264, 1253, 1254, 1265, 1255, 1256, 1257, 1266, 1268, 1269, 1258, 1259, 1270, 1260, 1261, 1271, 1272, 1273, 1262, 1274, 1275, 1276, 1277, 1263, 1279, 1280, 1281, 1264, 1282, 1283, 1265, 1284, 1286, 1287, 1266, 1268, 1269, 1289, 1290, 1270, 1291, 1288, 1271, 1272, 1273, 1292, 1274, 1275, 1276, 1277, 1295, 1279, 1280, 1281, 1293, 1282, 1283, 1296, 1284, 1286, 1287, 1298, 1299, 1300, 1289, 1290, 1301, 1291, 1302, 1303, 1304, 1294, 1292, 1305, 1306, 1307, 1308, 1295, 1309, 1310, 1312, 1293, 1313, 1314, 1296, 1311, 1315, 1317, 1298, 1299, 1300, 1318, 1319, 1301, 1320, 1302, 1303, 1304, 1294, 1321, 1305, 1306, 1307, 1308, 1322, 1309, 1310, 1312, 1323, 1313, 1314, 1324, 1311, 1315, 1317, 1325, 1326, 1327, 1318, 1319, 1328, 1320, 1329, 1330, 1331, 1332, 1321, 1333, 1334, 1335, 1336, 1322, 1337, 1338, 1339, 1323, 1340, 1341, 1324, 1342, 1343, 1344, 1325, 1326, 1327, 1345, 1346, 1328, 1347, 1329, 1330, 1331, 1332, 1348, 1333, 1334, 1335, 1336, 1349, 1337, 1338, 1339, 1351, 1340, 1341, 1352, 1342, 1343, 1344, 1353, 1354, 1355, 1345, 1346, 1356, 1347, 1357, 1358, 1359, 1360, 1348, 1361, 1362, 1365, 1366, 1349, 1367, 1368, 1369, 1351, 1370, 1371, 1352, 1372, 1373, 1374, 1353, 1354, 1355, 1375, 1377, 1356, 1378, 1357, 1358, 1359, 1360, 1379, 1361, 1362, 1365, 1366, 1380, 1367, 1368, 1369, 1382, 1370, 1371, 1383, 1372, 1373, 1374, 1384, 1385, 1386, 1375, 1377, 1387, 1378, 1388, 1389, 1390, 1391, 1379, 1392, 1394, 1395, 1401, 1380, 1402, 1404, 1405, 1382, 1406, 1407, 1383, 1408, 1409, 1410, 1384, 1385, 1386, 1412, 1414, 1387, 1415, 1388, 1389, 1390, 1391, 1416, 1392, 1394, 1395, 1401, 1417, 1402, 1404, 1405, 1418, 1406, 1407, 1420, 1408, 1409, 1410, 1421, 1422, 1423, 1412, 1414, 1424, 1415, 1425, 1426, 1427, 1428, 1416, 1429, 1431, 1432, 1433, 1417, 1434, 1435, 1436, 1418, 1437, 1438, 1420, 1439, 1440, 1441, 1421, 1422, 1423, 1442, 1443, 1424, 1444, 1425, 1426, 1427, 1428, 1445, 1429, 1431, 1432, 1433, 1446, 1434, 1435, 1436, 1447, 1437, 1438, 1448, 1439, 1440, 1441, 1449, 1450, 1451, 1442, 1443, 1452, 1444, 1453, 1454, 1455, 1457, 1445, 1458, 1459, 1461, 1462, 1446, 1463, 1466, 1464, 1447, 1465, 1468, 1448, 1470, 1471, 1473, 1449, 1450, 1451, 1474, 1475, 1452, 1476, 1453, 1454, 1455, 1457, 1477, 1458, 1459, 1461, 1462, 1478, 1463, 1466, 1464, 1479, 1465, 1468, 1480, 1470, 1471, 1473, 1482, 1483, 1481, 1474, 1475, 1484, 1476, 1485, 1486, 1487, 1488, 1477, 1489, 1490, 1491, 1492, 1478, 1494, 1495, 1496, 1479, 1498, 1499, 1480, 1500, 1501, 1502, 1482, 1483, 1481, 1503, 1504, 1484, 1505, 1485, 1486, 1487, 1488, 1506, 1489, 1490, 1491, 1492, 1507, 1494, 1495, 1496, 1508, 1498, 1499, 1511, 1500, 1501, 1502, 1512, 1513, 1514, 1503, 1504, 1515, 1505, 1516, 1517, 1518, 1519, 1506, 1520, 1521, 1522, 1524, 1507, 1525, 1526, 1527, 1508, 1528, 1530, 1511, 1531, 1532, 1533, 1512, 1513, 1514, 1534, 1536, 1515, 1538, 1516, 1517, 1518, 1519, 1539, 1520, 1521, 1522, 1524, 1540, 1525, 1526, 1527, 1541, 1528, 1530, 1542, 1531, 1532, 1533, 1543, 1544, 1545, 1534, 1536, 1546, 1538, 1547, 1548, 1549, 1550, 1539, 1551, 1552, 1553, 1554, 1540, 1555, 1556, 1557, 1541, 1558, 1559, 1542, 1560, 1561, 1562, 1543, 1544, 1545, 1563, 1564, 1546, 1565, 1547, 1548, 1549, 1550, 1566, 1551, 1552, 1553, 1554, 1567, 1555, 1556, 1557, 1568, 1558, 1559, 1569, 1560, 1561, 1562, 1570, 1571, 1572, 1563, 1564, 1573, 1565, 1574, 1575, 1576, 1577, 1566, 1578, 1579, 1580, 1581, 1567, 1582, 1583, 1584, 1568, 1585, 1586, 1569, 1587, 1588, 1589, 1570, 1571, 1572, 1590, 1591, 1573, 1592, 1574, 1575, 1576, 1577, 1593, 1578, 1579, 1580, 1581, 1594, 1582, 1583, 1584, 1595, 1585, 1586, 1596, 1587, 1588, 1589, 1597, 1598, 1599, 1590, 1591, 1600, 1592, 1601, 1602, 1603, 1604, 1593, 1605, 1606, 1607, 1608, 1594, 1610, 1611, 1612, 1595, 1613, 1614, 1596, 1615, 1616, 1617, 1597, 1598, 1599, 1618, 1619, 1600, 1620, 1601, 1602, 1603, 1604, 1623, 1605, 1606, 1607, 1608, 1624, 1610, 1611, 1612, 1625, 1613, 1614, 1626, 1615, 1616, 1617, 1621, 1627, 1622, 1618, 1619, 1628, 1620, 1629, 1630, 1631, 1632, 1623, 1633, 1634, 1635, 1636, 1624, 1637, 1638, 1639, 1625, 1640, 1641, 1626, 1642, 1644, 1645, 1621, 1627, 1622, 1646, 1647, 1628, 1648, 1629, 1630, 1631, 1632, 1649, 1633, 1634, 1635, 1636, 1650, 1637, 1638, 1639, 1651, 1640, 1641, 1652, 1642, 1644, 1645, 1653, 1654, 1655, 1646, 1647, 1656, 1648, 1657, 1658, 1659, 1660, 1649, 1661, 1663, 1664, 1665, 1650, 1666, 1667, 1668, 1651, 1669, 1670, 1652, 1671, 1672, 1673, 1653, 1654, 1655, 1674, 1675, 1656, 1676, 1657, 1658, 1659, 1660, 1677, 1661, 1663, 1664, 1665, 1678, 1666, 1667, 1668, 1679, 1669, 1670, 1069, 1671, 1672, 1673, 1069, 1067, 1067, 1674, 1675, 1137, 1676, 1135, 1134, 1129, 1122, 1677, 1114, 1106, 1101, 1094, 1678, 1074, 1073, 1072, 1679, 39, 39, 1069, 1067, 1056, 1039, 1004, 960, 948, 945, 943, 938, 937, 936, 935, 934, 933, 898, 897, 893, 849, 843, 842, 841, 839, 817, 814, 805, 784, 771, 732, 727, 725, 714, 712, 693, 688, 672, 665, 663, 634, 598, 596, 595, 579, 565, 547, 533, 531, 524, 509, 499, 497, 484, 461, 457, 455, 449, 430, 420, 413, 370, 333, 317, 279, 251, 37, 37, 1680, 3, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680 } ; static const flex_int16_t yy_chk[3298] = { 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, 1685, 13, 26, 1684, 16, 16, 9, 39, 39, 15, 827, 28, 827, 15, 18, 16, 1683, 15, 13, 17, 15, 18, 827, 15, 1681, 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, 1654, 17, 1627, 20, 17, 20, 19, 1586, 12, 12, 33, 12, 19, 17, 1494, 35, 1492, 12, 19, 12, 36, 1485, 43, 20, 1478, 19, 12, 14, 47, 14, 20, 48, 20, 19, 14, 14, 22, 33, 14, 19, 23, 14, 35, 22, 23, 19, 22, 36, 22, 43, 23, 14, 186, 186, 14, 47, 14, 49, 48, 50, 1447, 14, 14, 22, 1443, 14, 1421, 23, 14, 1418, 22, 23, 29, 22, 27, 22, 29, 23, 14, 24, 24, 34, 27, 24, 49, 34, 50, 24, 27, 51, 29, 27, 52, 24, 46, 46, 46, 46, 46, 29, 1415, 27, 1408, 29, 53, 1402, 24, 24, 34, 27, 24, 54, 34, 56, 24, 27, 51, 29, 27, 52, 24, 25, 55, 25, 55, 25, 32, 32, 57, 25, 58, 53, 32, 60, 61, 25, 1369, 62, 54, 65, 56, 25, 1357, 59, 64, 1461, 1461, 66, 25, 55, 25, 55, 25, 32, 32, 57, 25, 58, 64, 32, 60, 61, 25, 59, 62, 67, 65, 68, 25, 30, 59, 64, 30, 30, 66, 30, 69, 72, 73, 30, 30, 30, 74, 30, 30, 64, 1349, 1346, 1336, 949, 59, 949, 67, 77, 68, 1333, 30, 1332, 78, 30, 30, 949, 30, 69, 72, 73, 30, 30, 30, 74, 30, 30, 31, 63, 63, 31, 31, 75, 63, 31, 77, 76, 31, 31, 71, 78, 63, 76, 75, 31, 70, 63, 70, 71, 79, 80, 79, 81, 82, 31, 63, 63, 31, 31, 75, 63, 31, 70, 76, 31, 31, 71, 83, 63, 76, 75, 31, 70, 63, 70, 71, 79, 80, 79, 81, 82, 84, 85, 86, 87, 88, 89, 90, 92, 70, 93, 91, 90, 92, 83, 91, 94, 95, 97, 1331, 98, 100, 1330, 102, 1329, 1326, 99, 103, 84, 85, 86, 87, 88, 89, 90, 92, 96, 93, 91, 90, 92, 99, 91, 94, 95, 97, 96, 98, 100, 101, 102, 101, 96, 99, 103, 104, 105, 106, 107, 108, 109, 111, 101, 96, 115, 1312, 1307, 114, 99, 116, 118, 104, 104, 96, 119, 1292, 101, 1291, 101, 96, 1273, 1236, 104, 105, 106, 107, 108, 109, 111, 114, 120, 115, 113, 112, 114, 117, 116, 118, 104, 104, 110, 119, 110, 110, 112, 117, 113, 110, 112, 110, 112, 121, 110, 122, 123, 124, 114, 120, 110, 113, 112, 125, 117, 127, 128, 1211, 130, 110, 1200, 110, 110, 112, 117, 113, 110, 112, 110, 112, 121, 110, 122, 123, 124, 131, 133, 110, 134, 133, 125, 135, 127, 128, 129, 130, 132, 129, 136, 137, 138, 139, 132, 141, 129, 129, 143, 142, 144, 135, 145, 129, 131, 133, 142, 134, 133, 129, 135, 147, 148, 129, 149, 132, 129, 136, 137, 138, 139, 132, 141, 129, 129, 143, 142, 144, 135, 145, 129, 150, 151, 142, 152, 153, 129, 154, 147, 148, 155, 149, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 150, 151, 174, 152, 153, 175, 154, 176, 177, 155, 178, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 179, 174, 180, 180, 175, 181, 176, 177, 182, 178, 184, 185, 173, 187, 188, 189, 190, 191, 189, 192, 193, 194, 195, 197, 199, 200, 173, 179, 201, 180, 180, 203, 181, 204, 201, 182, 205, 184, 185, 173, 187, 188, 189, 190, 191, 189, 192, 193, 194, 195, 197, 199, 200, 202, 206, 201, 207, 208, 203, 209, 204, 210, 211, 205, 213, 212, 214, 215, 216, 202, 217, 218, 212, 219, 220, 221, 222, 212, 223, 224, 202, 206, 212, 207, 208, 225, 209, 226, 210, 211, 228, 213, 212, 214, 215, 216, 202, 217, 218, 212, 219, 220, 221, 222, 212, 223, 224, 232, 229, 212, 229, 233, 225, 231, 226, 235, 231, 228, 236, 238, 239, 240, 241, 243, 244, 245, 246, 247, 248, 244, 249, 250, 252, 253, 232, 229, 254, 229, 233, 1191, 231, 255, 235, 231, 256, 236, 238, 239, 240, 241, 243, 244, 245, 246, 247, 248, 251, 249, 250, 252, 253, 257, 258, 254, 259, 260, 251, 261, 255, 262, 263, 256, 264, 265, 260, 266, 267, 269, 270, 271, 272, 275, 277, 251, 278, 279, 280, 281, 257, 258, 283, 259, 260, 251, 261, 284, 262, 263, 285, 264, 265, 286, 266, 267, 269, 270, 271, 272, 275, 277, 289, 278, 279, 280, 281, 290, 292, 283, 293, 294, 296, 297, 284, 298, 299, 285, 300, 301, 286, 302, 303, 305, 306, 308, 309, 310, 312, 289, 311, 313, 316, 317, 290, 292, 318, 293, 294, 296, 297, 312, 298, 299, 311, 300, 301, 323, 302, 303, 305, 306, 308, 309, 310, 312, 325, 311, 313, 316, 317, 319, 319, 318, 326, 327, 329, 330, 331, 332, 1178, 311, 1157, 334, 323, 335, 1154, 336, 1153, 337, 338, 1143, 339, 325, 337, 340, 343, 345, 319, 319, 347, 326, 327, 329, 330, 331, 332, 333, 333, 333, 334, 348, 335, 333, 336, 333, 337, 338, 333, 339, 333, 337, 340, 343, 345, 349, 333, 347, 350, 333, 351, 352, 353, 356, 333, 333, 333, 360, 348, 361, 333, 362, 333, 354, 363, 333, 364, 333, 365, 366, 367, 368, 349, 333, 370, 350, 333, 351, 352, 353, 356, 354, 371, 372, 360, 354, 361, 375, 362, 354, 354, 363, 373, 364, 376, 365, 366, 367, 368, 378, 379, 370, 373, 380, 381, 384, 1132, 374, 354, 371, 372, 374, 354, 385, 375, 386, 374, 383, 383, 373, 388, 376, 390, 391, 393, 394, 378, 379, 395, 396, 380, 381, 384, 383, 374, 397, 398, 399, 374, 401, 385, 402, 386, 374, 383, 383, 401, 388, 403, 390, 391, 393, 394, 405, 406, 395, 396, 407, 408, 409, 383, 410, 397, 398, 399, 411, 401, 412, 402, 413, 414, 416, 417, 401, 413, 403, 419, 420, 422, 423, 405, 406, 426, 427, 407, 408, 409, 428, 410, 430, 431, 433, 411, 434, 412, 435, 413, 414, 416, 417, 436, 413, 437, 419, 420, 422, 423, 438, 440, 426, 427, 442, 444, 445, 428, 446, 430, 431, 433, 447, 434, 448, 435, 449, 451, 452, 453, 436, 454, 437, 455, 456, 457, 449, 438, 440, 458, 461, 442, 444, 445, 463, 446, 464, 465, 466, 447, 467, 448, 469, 449, 451, 452, 453, 470, 454, 471, 455, 456, 457, 449, 468, 474, 458, 461, 468, 472, 475, 463, 476, 464, 465, 466, 473, 467, 477, 469, 478, 472, 479, 480, 470, 481, 471, 482, 483, 485, 473, 468, 474, 484, 486, 468, 472, 475, 487, 476, 484, 488, 489, 473, 490, 477, 491, 478, 472, 479, 480, 492, 481, 493, 482, 483, 485, 473, 495, 497, 484, 486, 499, 498, 500, 487, 501, 484, 488, 489, 502, 490, 503, 491, 498, 496, 496, 506, 492, 499, 493, 496, 507, 508, 505, 495, 497, 505, 509, 499, 498, 500, 510, 501, 511, 510, 512, 502, 514, 503, 515, 498, 496, 496, 506, 516, 499, 517, 496, 507, 508, 505, 518, 521, 505, 509, 526, 527, 529, 510, 530, 511, 510, 512, 532, 514, 525, 515, 533, 534, 525, 535, 516, 525, 517, 536, 525, 537, 538, 518, 521, 539, 540, 526, 527, 529, 541, 530, 542, 543, 544, 532, 546, 525, 547, 533, 534, 525, 535, 548, 525, 552, 536, 525, 537, 538, 554, 556, 539, 540, 557, 558, 559, 541, 560, 542, 543, 544, 561, 546, 562, 547, 563, 564, 565, 566, 548, 567, 552, 568, 559, 569, 570, 554, 556, 571, 574, 557, 558, 559, 576, 560, 577, 578, 580, 561, 1130, 562, 581, 563, 564, 565, 566, 583, 567, 585, 568, 587, 569, 570, 589, 586, 571, 574, 579, 579, 590, 576, 580, 577, 578, 580, 586, 579, 591, 581, 593, 594, 579, 595, 583, 596, 585, 597, 587, 598, 602, 589, 586, 603, 604, 579, 579, 590, 605, 606, 608, 609, 610, 586, 579, 591, 607, 593, 594, 579, 595, 611, 596, 607, 597, 612, 598, 602, 613, 615, 603, 604, 616, 617, 618, 605, 606, 608, 609, 610, 619, 620, 622, 607, 623, 624, 625, 626, 611, 627, 607, 628, 612, 629, 630, 613, 615, 631, 633, 616, 617, 618, 634, 635, 636, 637, 638, 619, 620, 622, 639, 623, 624, 625, 626, 641, 627, 642, 628, 643, 629, 630, 644, 645, 631, 633, 648, 649, 651, 634, 635, 636, 637, 638, 652, 653, 654, 639, 655, 656, 658, 660, 641, 661, 642, 663, 643, 659, 659, 644, 645, 664, 665, 648, 649, 651, 666, 667, 668, 669, 671, 652, 653, 654, 673, 655, 656, 658, 660, 675, 661, 1109, 663, 676, 659, 659, 678, 1108, 664, 665, 681, 682, 683, 666, 667, 668, 669, 671, 672, 685, 686, 673, 672, 687, 672, 689, 675, 690, 672, 672, 676, 692, 693, 678, 672, 694, 695, 681, 682, 683, 696, 697, 698, 699, 700, 672, 685, 686, 702, 672, 687, 672, 689, 704, 690, 672, 672, 705, 692, 693, 707, 672, 694, 695, 711, 712, 713, 696, 697, 698, 699, 700, 714, 715, 718, 702, 719, 720, 721, 722, 704, 723, 725, 726, 705, 727, 719, 707, 728, 729, 730, 711, 712, 713, 731, 732, 733, 734, 735, 714, 715, 718, 736, 719, 720, 721, 722, 737, 723, 725, 726, 738, 727, 719, 739, 728, 729, 730, 740, 741, 742, 731, 732, 733, 734, 735, 743, 744, 745, 736, 746, 747, 748, 749, 737, 750, 751, 752, 738, 753, 754, 739, 755, 757, 758, 740, 741, 742, 759, 762, 763, 765, 766, 743, 744, 745, 767, 746, 747, 748, 749, 770, 750, 751, 752, 771, 753, 754, 772, 755, 757, 758, 773, 774, 775, 759, 762, 763, 765, 766, 776, 777, 778, 767, 779, 780, 781, 783, 770, 784, 785, 786, 771, 787, 789, 772, 790, 791, 793, 773, 774, 775, 794, 795, 796, 797, 798, 776, 777, 778, 799, 779, 780, 781, 783, 800, 784, 785, 786, 801, 787, 789, 802, 790, 791, 793, 803, 804, 805, 794, 795, 796, 797, 798, 806, 813, 814, 799, 815, 817, 821, 824, 800, 828, 829, 830, 801, 831, 834, 802, 835, 814, 836, 803, 804, 805, 837, 840, 1104, 842, 843, 806, 813, 814, 844, 815, 817, 821, 824, 839, 828, 829, 830, 845, 831, 834, 839, 835, 814, 836, 841, 847, 839, 837, 840, 841, 842, 843, 848, 849, 850, 844, 851, 852, 853, 854, 839, 841, 855, 856, 845, 857, 858, 839, 859, 860, 861, 841, 847, 839, 862, 864, 841, 865, 866, 848, 849, 850, 867, 851, 852, 853, 854, 868, 841, 855, 856, 869, 857, 858, 870, 859, 860, 861, 871, 872, 873, 862, 864, 874, 865, 866, 876, 877, 878, 867, 879, 881, 883, 884, 868, 885, 886, 887, 869, 889, 890, 870, 891, 892, 895, 871, 872, 873, 896, 897, 874, 893, 898, 876, 877, 878, 900, 879, 881, 883, 884, 893, 885, 886, 887, 902, 889, 890, 904, 891, 892, 895, 905, 906, 907, 896, 897, 909, 893, 898, 910, 911, 912, 900, 913, 914, 915, 916, 893, 917, 918, 919, 902, 920, 921, 904, 923, 924, 925, 905, 906, 907, 926, 927, 909, 928, 929, 910, 911, 912, 930, 913, 914, 915, 916, 931, 917, 918, 919, 932, 920, 921, 933, 923, 924, 925, 934, 935, 936, 926, 927, 937, 928, 929, 938, 940, 941, 930, 942, 943, 944, 945, 931, 946, 947, 948, 932, 952, 953, 933, 958, 959, 960, 934, 935, 936, 961, 962, 937, 963, 964, 938, 940, 941, 965, 942, 943, 944, 945, 966, 946, 947, 948, 967, 952, 953, 968, 958, 959, 960, 969, 971, 972, 961, 962, 973, 963, 964, 974, 975, 976, 965, 977, 979, 980, 981, 966, 982, 983, 984, 967, 986, 987, 968, 988, 986, 990, 969, 971, 972, 991, 992, 973, 994, 995, 974, 975, 976, 997, 977, 979, 980, 981, 998, 982, 983, 984, 1000, 986, 987, 1001, 988, 986, 990, 1004, 1005, 1006, 991, 992, 1010, 994, 995, 1012, 1004, 1013, 997, 1014, 1015, 1016, 1018, 998, 1004, 1019, 1020, 1000, 1021, 1024, 1001, 1026, 1028, 1029, 1004, 1005, 1006, 1033, 1034, 1010, 1035, 1036, 1012, 1004, 1013, 1037, 1014, 1015, 1016, 1018, 1038, 1004, 1019, 1020, 1039, 1021, 1024, 1040, 1026, 1028, 1029, 1041, 1042, 1043, 1033, 1034, 1044, 1035, 1036, 1045, 1046, 1047, 1037, 1048, 1049, 1050, 1051, 1038, 1052, 1053, 1054, 1039, 1055, 1056, 1040, 1057, 1058, 1059, 1041, 1042, 1043, 1060, 1061, 1044, 1062, 1064, 1045, 1046, 1047, 1065, 1048, 1049, 1050, 1051, 1070, 1052, 1053, 1054, 1071, 1055, 1056, 1072, 1057, 1058, 1059, 1073, 1074, 1075, 1060, 1061, 1076, 1062, 1064, 1077, 1078, 1079, 1065, 1080, 1081, 1082, 1083, 1070, 1084, 1085, 1086, 1071, 1087, 1088, 1072, 1090, 1091, 1092, 1073, 1074, 1075, 1093, 1094, 1076, 1095, 1096, 1077, 1078, 1079, 1097, 1080, 1081, 1082, 1083, 1098, 1084, 1085, 1086, 1100, 1087, 1088, 1101, 1090, 1091, 1092, 1102, 1103, 1105, 1093, 1094, 1106, 1095, 1096, 1110, 1111, 1112, 1097, 1114, 1115, 1117, 1118, 1098, 1119, 1121, 1122, 1100, 1123, 1125, 1101, 1126, 1127, 1129, 1102, 1103, 1105, 1131, 1133, 1106, 1134, 1135, 1110, 1111, 1112, 1136, 1114, 1115, 1117, 1118, 1137, 1119, 1121, 1122, 1138, 1123, 1125, 1140, 1126, 1127, 1129, 1141, 1142, 1144, 1131, 1133, 1147, 1134, 1135, 1150, 1151, 1152, 1136, 1155, 1156, 1158, 1159, 1137, 1160, 1161, 1162, 1138, 1163, 1164, 1140, 1165, 1166, 1168, 1141, 1142, 1144, 1169, 1170, 1147, 1171, 1172, 1150, 1151, 1152, 1173, 1155, 1156, 1158, 1159, 1174, 1160, 1161, 1162, 1175, 1163, 1164, 1176, 1165, 1166, 1168, 1177, 1180, 1181, 1169, 1170, 1182, 1171, 1172, 1183, 1185, 1186, 1173, 1187, 1188, 1189, 1190, 1174, 1192, 1193, 1194, 1175, 1195, 1196, 1176, 1197, 1202, 1203, 1177, 1180, 1181, 1204, 1205, 1182, 1206, 1203, 1183, 1185, 1186, 1207, 1187, 1188, 1189, 1190, 1209, 1192, 1193, 1194, 1208, 1195, 1196, 1210, 1197, 1202, 1203, 1213, 1215, 1216, 1204, 1205, 1217, 1206, 1219, 1220, 1221, 1208, 1207, 1222, 1223, 1224, 1225, 1209, 1226, 1227, 1228, 1208, 1229, 1230, 1210, 1227, 1232, 1237, 1213, 1215, 1216, 1238, 1239, 1217, 1240, 1219, 1220, 1221, 1208, 1241, 1222, 1223, 1224, 1225, 1242, 1226, 1227, 1228, 1243, 1229, 1230, 1244, 1227, 1232, 1237, 1245, 1246, 1247, 1238, 1239, 1248, 1240, 1249, 1250, 1251, 1252, 1241, 1253, 1254, 1255, 1257, 1242, 1258, 1259, 1261, 1243, 1262, 1263, 1244, 1264, 1265, 1266, 1245, 1246, 1247, 1267, 1268, 1248, 1269, 1249, 1250, 1251, 1252, 1270, 1253, 1254, 1255, 1257, 1271, 1258, 1259, 1261, 1274, 1262, 1263, 1275, 1264, 1265, 1266, 1278, 1279, 1280, 1267, 1268, 1283, 1269, 1284, 1285, 1286, 1288, 1270, 1289, 1290, 1293, 1294, 1271, 1295, 1297, 1298, 1274, 1299, 1300, 1275, 1301, 1302, 1303, 1278, 1279, 1280, 1304, 1308, 1283, 1309, 1284, 1285, 1286, 1288, 1310, 1289, 1290, 1293, 1294, 1311, 1295, 1297, 1298, 1313, 1299, 1300, 1314, 1301, 1302, 1303, 1315, 1316, 1317, 1304, 1308, 1318, 1309, 1319, 1322, 1323, 1324, 1310, 1325, 1327, 1328, 1334, 1311, 1335, 1338, 1339, 1313, 1340, 1342, 1314, 1343, 1344, 1345, 1315, 1316, 1317, 1347, 1350, 1318, 1351, 1319, 1322, 1323, 1324, 1353, 1325, 1327, 1328, 1334, 1355, 1335, 1338, 1339, 1356, 1340, 1342, 1358, 1343, 1344, 1345, 1359, 1360, 1362, 1347, 1350, 1363, 1351, 1364, 1365, 1366, 1367, 1353, 1368, 1370, 1371, 1373, 1355, 1374, 1376, 1377, 1356, 1379, 1381, 1358, 1382, 1383, 1384, 1359, 1360, 1362, 1385, 1386, 1363, 1389, 1364, 1365, 1366, 1367, 1390, 1368, 1370, 1371, 1373, 1391, 1374, 1376, 1377, 1392, 1379, 1381, 1393, 1382, 1383, 1384, 1394, 1395, 1396, 1385, 1386, 1397, 1389, 1398, 1399, 1400, 1403, 1390, 1406, 1407, 1410, 1411, 1391, 1412, 1414, 1413, 1392, 1413, 1416, 1393, 1419, 1420, 1422, 1394, 1395, 1396, 1424, 1425, 1397, 1426, 1398, 1399, 1400, 1403, 1427, 1406, 1407, 1410, 1411, 1428, 1412, 1414, 1413, 1429, 1413, 1416, 1430, 1419, 1420, 1422, 1431, 1432, 1430, 1424, 1425, 1433, 1426, 1434, 1435, 1436, 1437, 1427, 1438, 1439, 1441, 1442, 1428, 1444, 1445, 1446, 1429, 1448, 1449, 1430, 1450, 1451, 1452, 1431, 1432, 1430, 1453, 1454, 1433, 1455, 1434, 1435, 1436, 1437, 1456, 1438, 1439, 1441, 1442, 1457, 1444, 1445, 1446, 1460, 1448, 1449, 1462, 1450, 1451, 1452, 1463, 1464, 1465, 1453, 1454, 1466, 1455, 1467, 1468, 1470, 1471, 1456, 1472, 1475, 1476, 1479, 1457, 1480, 1481, 1482, 1460, 1484, 1486, 1462, 1487, 1489, 1490, 1463, 1464, 1465, 1491, 1493, 1466, 1496, 1467, 1468, 1470, 1471, 1497, 1472, 1475, 1476, 1479, 1498, 1480, 1481, 1482, 1499, 1484, 1486, 1500, 1487, 1489, 1490, 1501, 1502, 1503, 1491, 1493, 1504, 1496, 1505, 1506, 1507, 1508, 1497, 1511, 1512, 1513, 1514, 1498, 1515, 1516, 1517, 1499, 1518, 1520, 1500, 1521, 1523, 1524, 1501, 1502, 1503, 1525, 1526, 1504, 1529, 1505, 1506, 1507, 1508, 1530, 1511, 1512, 1513, 1514, 1532, 1515, 1516, 1517, 1535, 1518, 1520, 1536, 1521, 1523, 1524, 1537, 1538, 1539, 1525, 1526, 1540, 1529, 1541, 1543, 1544, 1545, 1530, 1546, 1547, 1548, 1549, 1532, 1550, 1551, 1552, 1535, 1553, 1554, 1536, 1555, 1556, 1557, 1537, 1538, 1539, 1558, 1559, 1540, 1560, 1541, 1543, 1544, 1545, 1561, 1546, 1547, 1548, 1549, 1562, 1550, 1551, 1552, 1563, 1553, 1554, 1564, 1555, 1556, 1557, 1565, 1566, 1567, 1558, 1559, 1568, 1560, 1569, 1570, 1572, 1580, 1561, 1581, 1582, 1583, 1585, 1562, 1587, 1588, 1590, 1563, 1591, 1592, 1564, 1593, 1594, 1597, 1565, 1566, 1567, 1599, 1600, 1568, 1601, 1569, 1570, 1572, 1580, 1603, 1581, 1582, 1583, 1585, 1604, 1587, 1588, 1590, 1606, 1591, 1592, 1607, 1593, 1594, 1597, 1602, 1608, 1602, 1599, 1600, 1609, 1601, 1610, 1611, 1612, 1613, 1603, 1614, 1615, 1617, 1618, 1604, 1619, 1621, 1622, 1606, 1623, 1624, 1607, 1625, 1628, 1629, 1602, 1608, 1602, 1630, 1631, 1609, 1634, 1610, 1611, 1612, 1613, 1635, 1614, 1615, 1617, 1618, 1636, 1619, 1621, 1622, 1639, 1623, 1624, 1640, 1625, 1628, 1629, 1641, 1642, 1643, 1630, 1631, 1644, 1634, 1646, 1647, 1649, 1651, 1635, 1652, 1655, 1656, 1657, 1636, 1660, 1661, 1662, 1639, 1663, 1664, 1640, 1666, 1668, 1669, 1641, 1642, 1643, 1671, 1672, 1644, 1673, 1646, 1647, 1649, 1651, 1674, 1652, 1655, 1656, 1657, 1675, 1660, 1661, 1662, 1677, 1663, 1664, 1069, 1666, 1668, 1669, 1068, 1067, 1066, 1671, 1672, 1025, 1673, 1023, 1022, 1017, 1007, 1674, 999, 989, 985, 978, 1675, 956, 955, 954, 1677, 1682, 1682, 951, 950, 939, 922, 882, 838, 826, 818, 816, 812, 811, 810, 809, 808, 807, 769, 768, 764, 716, 710, 709, 708, 706, 677, 674, 670, 646, 632, 588, 584, 582, 575, 572, 553, 545, 528, 522, 519, 494, 462, 460, 459, 443, 424, 404, 389, 387, 382, 369, 358, 355, 344, 328, 324, 322, 314, 295, 282, 273, 230, 198, 183, 146, 126, 37, 5, 3, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680, 1680 } ; 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, lightweight Internet Relay Chat Daemon (ircd) * * Copyright (c) 2000-2014 ircd-hybrid development team * * 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 */ /*! \file ircd_lexer.l * \brief Scans the ircd configuration file for tokens. * \version $Id$ */ #line 33 "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 1792 "conf_lexer.c" #line 1793 "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 ); int 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 YY_NO_UNPUT #endif #ifndef yytext_ptr static void yy_flex_strncpy ( char *, const char *, int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen ( const 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 #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k */ #define YY_READ_BUF_SIZE 16384 #else #define YY_READ_BUF_SIZE 8192 #endif /* __ia64__ */ #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, (size_t) 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 = '*'; \ int 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 = (int) fread(buf, 1, (yy_size_t) 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 /*LINTED*/break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { yy_state_type yy_current_state; char *yy_cp, *yy_bp; int yy_act; 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( ); } { #line 80 "conf_lexer.l" #line 2010 "conf_lexer.c" while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ { (yy_more_len) = 0; if ( (yy_more_flag) ) { (yy_more_len) = (int) ((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 { 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 >= 1681 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } while ( yy_current_state != 1680 ); 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 81 "conf_lexer.l" { cinclude(); } YY_BREAK case 2: YY_RULE_SETUP #line 82 "conf_lexer.l" { ccomment(); } YY_BREAK case 3: /* rule 3 can match eol */ YY_RULE_SETUP #line 84 "conf_lexer.l" { strlcpy(linebuf, yytext+1, sizeof(linebuf)); ++lineno; yyless(1); } YY_BREAK case 4: YY_RULE_SETUP #line 86 "conf_lexer.l" ; YY_BREAK case 5: YY_RULE_SETUP #line 87 "conf_lexer.l" ; YY_BREAK case 6: YY_RULE_SETUP #line 89 "conf_lexer.l" { yylval.number = atoi(yytext); return NUMBER; } YY_BREAK case 7: /* rule 7 can match eol */ YY_RULE_SETUP #line 91 "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 136 "conf_lexer.l" { return ACCEPT_PASSWORD; } YY_BREAK case 9: YY_RULE_SETUP #line 137 "conf_lexer.l" { return ADMIN; } YY_BREAK case 10: YY_RULE_SETUP #line 138 "conf_lexer.l" { return ADMIN; } YY_BREAK case 11: YY_RULE_SETUP #line 139 "conf_lexer.l" { return AFTYPE; } YY_BREAK case 12: YY_RULE_SETUP #line 140 "conf_lexer.l" { return T_ALL; } YY_BREAK case 13: YY_RULE_SETUP #line 141 "conf_lexer.l" { return ANTI_NICK_FLOOD; } YY_BREAK case 14: YY_RULE_SETUP #line 142 "conf_lexer.l" { return ANTI_SPAM_EXIT_MESSAGE_TIME; } YY_BREAK case 15: YY_RULE_SETUP #line 143 "conf_lexer.l" { return IRCD_AUTH; } YY_BREAK case 16: YY_RULE_SETUP #line 144 "conf_lexer.l" { return AUTOCONN; } YY_BREAK case 17: YY_RULE_SETUP #line 145 "conf_lexer.l" { return T_BOTS; } YY_BREAK case 18: YY_RULE_SETUP #line 146 "conf_lexer.l" { return CALLER_ID_WAIT; } YY_BREAK case 19: YY_RULE_SETUP #line 147 "conf_lexer.l" { return T_CALLERID; } YY_BREAK case 20: YY_RULE_SETUP #line 148 "conf_lexer.l" { return CAN_FLOOD; } YY_BREAK case 21: YY_RULE_SETUP #line 149 "conf_lexer.l" { return T_CCONN; } YY_BREAK case 22: YY_RULE_SETUP #line 150 "conf_lexer.l" { return CHANNEL; } YY_BREAK case 23: YY_RULE_SETUP #line 151 "conf_lexer.l" { return CIDR_BITLEN_IPV4; } YY_BREAK case 24: YY_RULE_SETUP #line 152 "conf_lexer.l" { return CIDR_BITLEN_IPV6; } YY_BREAK case 25: YY_RULE_SETUP #line 153 "conf_lexer.l" { return CLASS; } YY_BREAK case 26: YY_RULE_SETUP #line 154 "conf_lexer.l" { return T_CLUSTER; } YY_BREAK case 27: YY_RULE_SETUP #line 155 "conf_lexer.l" { return CONNECT; } YY_BREAK case 28: YY_RULE_SETUP #line 156 "conf_lexer.l" { return CONNECTFREQ; } YY_BREAK case 29: YY_RULE_SETUP #line 157 "conf_lexer.l" { return CYCLE_ON_HOST_CHANGE; } YY_BREAK case 30: YY_RULE_SETUP #line 158 "conf_lexer.l" { return T_DEAF; } YY_BREAK case 31: YY_RULE_SETUP #line 159 "conf_lexer.l" { return T_DEBUG; } YY_BREAK case 32: YY_RULE_SETUP #line 160 "conf_lexer.l" { return DEFAULT_FLOODCOUNT; } YY_BREAK case 33: YY_RULE_SETUP #line 161 "conf_lexer.l" { return DEFAULT_MODES; } YY_BREAK case 34: YY_RULE_SETUP #line 162 "conf_lexer.l" { return DEFAULT_SPLIT_SERVER_COUNT; } YY_BREAK case 35: YY_RULE_SETUP #line 163 "conf_lexer.l" { return DEFAULT_SPLIT_USER_COUNT; } YY_BREAK case 36: YY_RULE_SETUP #line 164 "conf_lexer.l" { return DENY; } YY_BREAK case 37: YY_RULE_SETUP #line 165 "conf_lexer.l" { return DESCRIPTION; } YY_BREAK case 38: YY_RULE_SETUP #line 166 "conf_lexer.l" { return DIE; } YY_BREAK case 39: YY_RULE_SETUP #line 167 "conf_lexer.l" { return DISABLE_AUTH; } YY_BREAK case 40: YY_RULE_SETUP #line 168 "conf_lexer.l" { return DISABLE_FAKE_CHANNELS; } YY_BREAK case 41: YY_RULE_SETUP #line 169 "conf_lexer.l" { return DISABLE_REMOTE_COMMANDS; } YY_BREAK case 42: YY_RULE_SETUP #line 170 "conf_lexer.l" { return T_DLINE; } YY_BREAK case 43: YY_RULE_SETUP #line 171 "conf_lexer.l" { return DOTS_IN_IDENT; } YY_BREAK case 44: YY_RULE_SETUP #line 172 "conf_lexer.l" { return EGDPOOL_PATH; } YY_BREAK case 45: YY_RULE_SETUP #line 173 "conf_lexer.l" { return EMAIL; } YY_BREAK case 46: YY_RULE_SETUP #line 174 "conf_lexer.l" { return ENCRYPTED; } YY_BREAK case 47: YY_RULE_SETUP #line 175 "conf_lexer.l" { return EXCEED_LIMIT; } YY_BREAK case 48: YY_RULE_SETUP #line 176 "conf_lexer.l" { return EXEMPT; } YY_BREAK case 49: YY_RULE_SETUP #line 177 "conf_lexer.l" { return T_EXTERNAL; } YY_BREAK case 50: YY_RULE_SETUP #line 178 "conf_lexer.l" { return FAILED_OPER_NOTICE; } YY_BREAK case 51: YY_RULE_SETUP #line 179 "conf_lexer.l" { return T_FARCONNECT; } YY_BREAK case 52: YY_RULE_SETUP #line 180 "conf_lexer.l" { return T_FILE; } YY_BREAK case 53: YY_RULE_SETUP #line 181 "conf_lexer.l" { return IRCD_FLAGS; } YY_BREAK case 54: YY_RULE_SETUP #line 182 "conf_lexer.l" { return FLATTEN_LINKS; } YY_BREAK case 55: YY_RULE_SETUP #line 183 "conf_lexer.l" { return T_FULL; } YY_BREAK case 56: YY_RULE_SETUP #line 184 "conf_lexer.l" { return GECOS; } YY_BREAK case 57: YY_RULE_SETUP #line 185 "conf_lexer.l" { return GENERAL; } YY_BREAK case 58: YY_RULE_SETUP #line 186 "conf_lexer.l" { return GLINE; } YY_BREAK case 59: YY_RULE_SETUP #line 187 "conf_lexer.l" { return GLINE_DURATION; } YY_BREAK case 60: YY_RULE_SETUP #line 188 "conf_lexer.l" { return GLINE_ENABLE; } YY_BREAK case 61: YY_RULE_SETUP #line 189 "conf_lexer.l" { return GLINE_EXEMPT; } YY_BREAK case 62: YY_RULE_SETUP #line 190 "conf_lexer.l" { return GLINE_MIN_CIDR; } YY_BREAK case 63: YY_RULE_SETUP #line 191 "conf_lexer.l" { return GLINE_MIN_CIDR6; } YY_BREAK case 64: YY_RULE_SETUP #line 192 "conf_lexer.l" { return GLINE_REQUEST_DURATION; } YY_BREAK case 65: YY_RULE_SETUP #line 193 "conf_lexer.l" { return GLOBAL_KILL; } YY_BREAK case 66: YY_RULE_SETUP #line 194 "conf_lexer.l" { return T_GCHANOPS; } YY_BREAK case 67: YY_RULE_SETUP #line 195 "conf_lexer.l" { return T_GLOBOPS; } YY_BREAK case 68: YY_RULE_SETUP #line 196 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 69: YY_RULE_SETUP #line 197 "conf_lexer.l" { return HAVENT_READ_CONF; } YY_BREAK case 70: YY_RULE_SETUP #line 198 "conf_lexer.l" { return HIDDEN; } YY_BREAK case 71: YY_RULE_SETUP #line 199 "conf_lexer.l" { return HIDDEN_NAME; } YY_BREAK case 72: YY_RULE_SETUP #line 200 "conf_lexer.l" { return HIDE_IDLE_FROM_OPERS; } YY_BREAK case 73: YY_RULE_SETUP #line 201 "conf_lexer.l" { return HIDE_SERVER_IPS; } YY_BREAK case 74: YY_RULE_SETUP #line 202 "conf_lexer.l" { return HIDE_SERVERS; } YY_BREAK case 75: YY_RULE_SETUP #line 203 "conf_lexer.l" { return HIDE_SERVICES; } YY_BREAK case 76: YY_RULE_SETUP #line 204 "conf_lexer.l" { return HIDE_SPOOF_IPS; } YY_BREAK case 77: YY_RULE_SETUP #line 205 "conf_lexer.l" { return HOST; } YY_BREAK case 78: YY_RULE_SETUP #line 206 "conf_lexer.l" { return HUB; } YY_BREAK case 79: YY_RULE_SETUP #line 207 "conf_lexer.l" { return HUB_MASK; } YY_BREAK case 80: YY_RULE_SETUP #line 208 "conf_lexer.l" { return IGNORE_BOGUS_TS; } YY_BREAK case 81: YY_RULE_SETUP #line 209 "conf_lexer.l" { return T_INVISIBLE; } YY_BREAK case 82: YY_RULE_SETUP #line 210 "conf_lexer.l" { return INVISIBLE_ON_CONNECT; } YY_BREAK case 83: YY_RULE_SETUP #line 211 "conf_lexer.l" { return T_INVITEONLY; } YY_BREAK case 84: YY_RULE_SETUP #line 212 "conf_lexer.l" { return IP; } YY_BREAK case 85: YY_RULE_SETUP #line 213 "conf_lexer.l" { return T_IPV4; } YY_BREAK case 86: YY_RULE_SETUP #line 214 "conf_lexer.l" { return T_IPV6; } YY_BREAK case 87: YY_RULE_SETUP #line 215 "conf_lexer.l" { return JOIN_FLOOD_COUNT; } YY_BREAK case 88: YY_RULE_SETUP #line 216 "conf_lexer.l" { return JOIN_FLOOD_TIME; } YY_BREAK case 89: YY_RULE_SETUP #line 217 "conf_lexer.l" { return KILL; } YY_BREAK case 90: YY_RULE_SETUP #line 218 "conf_lexer.l" { return KILL_CHASE_TIME_LIMIT; } YY_BREAK case 91: YY_RULE_SETUP #line 219 "conf_lexer.l" { return KLINE; } YY_BREAK case 92: YY_RULE_SETUP #line 220 "conf_lexer.l" { return KLINE_EXEMPT; } YY_BREAK case 93: YY_RULE_SETUP #line 221 "conf_lexer.l" { return KNOCK_DELAY; } YY_BREAK case 94: YY_RULE_SETUP #line 222 "conf_lexer.l" { return KNOCK_DELAY_CHANNEL; } YY_BREAK case 95: YY_RULE_SETUP #line 223 "conf_lexer.l" { return LEAF_MASK; } YY_BREAK case 96: YY_RULE_SETUP #line 224 "conf_lexer.l" { return LINKS_DELAY; } YY_BREAK case 97: YY_RULE_SETUP #line 225 "conf_lexer.l" { return LISTEN; } YY_BREAK case 98: YY_RULE_SETUP #line 226 "conf_lexer.l" { return T_LOCOPS; } YY_BREAK case 99: YY_RULE_SETUP #line 227 "conf_lexer.l" { return T_LOG; } YY_BREAK case 100: YY_RULE_SETUP #line 228 "conf_lexer.l" { return MASK; } YY_BREAK case 101: YY_RULE_SETUP #line 229 "conf_lexer.l" { return TMASKED; } YY_BREAK case 102: YY_RULE_SETUP #line 230 "conf_lexer.l" { return MAX_ACCEPT; } YY_BREAK case 103: YY_RULE_SETUP #line 231 "conf_lexer.l" { return MAX_BANS; } YY_BREAK case 104: YY_RULE_SETUP #line 232 "conf_lexer.l" { return MAX_CHANS_PER_OPER; } YY_BREAK case 105: YY_RULE_SETUP #line 233 "conf_lexer.l" { return MAX_CHANS_PER_USER; } YY_BREAK case 106: YY_RULE_SETUP #line 234 "conf_lexer.l" { return T_MAX_CLIENTS; } YY_BREAK case 107: YY_RULE_SETUP #line 235 "conf_lexer.l" { return MAX_GLOBAL; } YY_BREAK case 108: YY_RULE_SETUP #line 236 "conf_lexer.l" { return MAX_IDENT; } YY_BREAK case 109: YY_RULE_SETUP #line 237 "conf_lexer.l" { return MAX_IDLE; } YY_BREAK case 110: YY_RULE_SETUP #line 238 "conf_lexer.l" { return MAX_LOCAL; } YY_BREAK case 111: YY_RULE_SETUP #line 239 "conf_lexer.l" { return MAX_NICK_CHANGES; } YY_BREAK case 112: YY_RULE_SETUP #line 240 "conf_lexer.l" { return MAX_NICK_LENGTH; } YY_BREAK case 113: YY_RULE_SETUP #line 241 "conf_lexer.l" { return MAX_NICK_TIME; } YY_BREAK case 114: YY_RULE_SETUP #line 242 "conf_lexer.l" { return MAX_NUMBER; } YY_BREAK case 115: YY_RULE_SETUP #line 243 "conf_lexer.l" { return MAX_TARGETS; } YY_BREAK case 116: YY_RULE_SETUP #line 244 "conf_lexer.l" { return MAX_TOPIC_LENGTH; } YY_BREAK case 117: YY_RULE_SETUP #line 245 "conf_lexer.l" { return MAX_WATCH; } YY_BREAK case 118: YY_RULE_SETUP #line 246 "conf_lexer.l" { return MIN_IDLE; } YY_BREAK case 119: YY_RULE_SETUP #line 247 "conf_lexer.l" { return MIN_NONWILDCARD; } YY_BREAK case 120: YY_RULE_SETUP #line 248 "conf_lexer.l" { return MIN_NONWILDCARD_SIMPLE; } YY_BREAK case 121: YY_RULE_SETUP #line 249 "conf_lexer.l" { return T_MODERATED; } YY_BREAK case 122: YY_RULE_SETUP #line 250 "conf_lexer.l" { return MODULE; } YY_BREAK case 123: YY_RULE_SETUP #line 251 "conf_lexer.l" { return MODULES; } YY_BREAK case 124: YY_RULE_SETUP #line 252 "conf_lexer.l" { return MOTD; } YY_BREAK case 125: YY_RULE_SETUP #line 253 "conf_lexer.l" { return NAME; } YY_BREAK case 126: YY_RULE_SETUP #line 254 "conf_lexer.l" { return T_NCHANGE; } YY_BREAK case 127: YY_RULE_SETUP #line 255 "conf_lexer.l" { return NEED_IDENT; } YY_BREAK case 128: YY_RULE_SETUP #line 256 "conf_lexer.l" { return NEED_PASSWORD; } YY_BREAK case 129: YY_RULE_SETUP #line 257 "conf_lexer.l" { return NETWORK_DESC; } YY_BREAK case 130: YY_RULE_SETUP #line 258 "conf_lexer.l" { return NETWORK_NAME; } YY_BREAK case 131: YY_RULE_SETUP #line 259 "conf_lexer.l" { return NICK; } YY_BREAK case 132: YY_RULE_SETUP #line 260 "conf_lexer.l" { return NO_CREATE_ON_SPLIT; } YY_BREAK case 133: YY_RULE_SETUP #line 261 "conf_lexer.l" { return NO_JOIN_ON_SPLIT; } YY_BREAK case 134: YY_RULE_SETUP #line 262 "conf_lexer.l" { return NO_OPER_FLOOD; } YY_BREAK case 135: YY_RULE_SETUP #line 263 "conf_lexer.l" { return NO_TILDE; } YY_BREAK case 136: YY_RULE_SETUP #line 264 "conf_lexer.l" { return T_NONONREG; } YY_BREAK case 137: YY_RULE_SETUP #line 265 "conf_lexer.l" { return T_NOPRIVMSGS; } YY_BREAK case 138: YY_RULE_SETUP #line 266 "conf_lexer.l" { return NUMBER_PER_CIDR; } YY_BREAK case 139: YY_RULE_SETUP #line 267 "conf_lexer.l" { return NUMBER_PER_IP; } YY_BREAK case 140: YY_RULE_SETUP #line 268 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 141: YY_RULE_SETUP #line 269 "conf_lexer.l" { return OPER_ONLY_UMODES; } YY_BREAK case 142: YY_RULE_SETUP #line 270 "conf_lexer.l" { return OPER_PASS_RESV; } YY_BREAK case 143: YY_RULE_SETUP #line 271 "conf_lexer.l" { return OPER_UMODES; } YY_BREAK case 144: YY_RULE_SETUP #line 272 "conf_lexer.l" { return OPERATOR; } YY_BREAK case 145: YY_RULE_SETUP #line 273 "conf_lexer.l" { return OPERS_BYPASS_CALLERID; } YY_BREAK case 146: YY_RULE_SETUP #line 274 "conf_lexer.l" { return T_OPERWALL; } YY_BREAK case 147: YY_RULE_SETUP #line 275 "conf_lexer.l" { return PACE_WAIT; } YY_BREAK case 148: YY_RULE_SETUP #line 276 "conf_lexer.l" { return PACE_WAIT_SIMPLE; } YY_BREAK case 149: YY_RULE_SETUP #line 277 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 150: YY_RULE_SETUP #line 278 "conf_lexer.l" { return PASSWORD; } YY_BREAK case 151: YY_RULE_SETUP #line 279 "conf_lexer.l" { return PATH; } YY_BREAK case 152: YY_RULE_SETUP #line 280 "conf_lexer.l" { return PING_COOKIE; } YY_BREAK case 153: YY_RULE_SETUP #line 281 "conf_lexer.l" { return PING_TIME; } YY_BREAK case 154: YY_RULE_SETUP #line 282 "conf_lexer.l" { return PORT; } YY_BREAK case 155: YY_RULE_SETUP #line 283 "conf_lexer.l" { return T_PRIVATE; } YY_BREAK case 156: YY_RULE_SETUP #line 284 "conf_lexer.l" { return RESV; } YY_BREAK case 157: YY_RULE_SETUP #line 285 "conf_lexer.l" { return RANDOM_IDLE; } YY_BREAK case 158: YY_RULE_SETUP #line 286 "conf_lexer.l" { return REASON; } YY_BREAK case 159: YY_RULE_SETUP #line 287 "conf_lexer.l" { return T_RECVQ; } YY_BREAK case 160: YY_RULE_SETUP #line 288 "conf_lexer.l" { return REDIRPORT; } YY_BREAK case 161: YY_RULE_SETUP #line 289 "conf_lexer.l" { return REDIRSERV; } YY_BREAK case 162: YY_RULE_SETUP #line 290 "conf_lexer.l" { return REHASH; } YY_BREAK case 163: YY_RULE_SETUP #line 291 "conf_lexer.l" { return T_REJ; } YY_BREAK case 164: YY_RULE_SETUP #line 292 "conf_lexer.l" { return REMOTE; } YY_BREAK case 165: YY_RULE_SETUP #line 293 "conf_lexer.l" { return REMOTEBAN; } YY_BREAK case 166: YY_RULE_SETUP #line 294 "conf_lexer.l" { return T_RESTART; } YY_BREAK case 167: YY_RULE_SETUP #line 295 "conf_lexer.l" { return RESV; } YY_BREAK case 168: YY_RULE_SETUP #line 296 "conf_lexer.l" { return RESV_EXEMPT; } YY_BREAK case 169: YY_RULE_SETUP #line 297 "conf_lexer.l" { return RSA_PRIVATE_KEY_FILE; } YY_BREAK case 170: YY_RULE_SETUP #line 298 "conf_lexer.l" { return RSA_PUBLIC_KEY_FILE; } YY_BREAK case 171: YY_RULE_SETUP #line 299 "conf_lexer.l" { return T_SECRET; } YY_BREAK case 172: YY_RULE_SETUP #line 300 "conf_lexer.l" { return SEND_PASSWORD; } YY_BREAK case 173: YY_RULE_SETUP #line 301 "conf_lexer.l" { return SENDQ; } YY_BREAK case 174: YY_RULE_SETUP #line 302 "conf_lexer.l" { return T_SERVER; } YY_BREAK case 175: YY_RULE_SETUP #line 303 "conf_lexer.l" { return SERVERHIDE; } YY_BREAK case 176: YY_RULE_SETUP #line 304 "conf_lexer.l" { return SERVERINFO; } YY_BREAK case 177: YY_RULE_SETUP #line 305 "conf_lexer.l" { return T_SERVICE; } YY_BREAK case 178: YY_RULE_SETUP #line 306 "conf_lexer.l" { return T_SERVICES_NAME; } YY_BREAK case 179: YY_RULE_SETUP #line 307 "conf_lexer.l" { return T_SERVNOTICE; } YY_BREAK case 180: YY_RULE_SETUP #line 308 "conf_lexer.l" { return T_SET; } YY_BREAK case 181: YY_RULE_SETUP #line 309 "conf_lexer.l" { return T_SHARED; } YY_BREAK case 182: YY_RULE_SETUP #line 310 "conf_lexer.l" { return SHORT_MOTD; } YY_BREAK case 183: YY_RULE_SETUP #line 311 "conf_lexer.l" { return IRCD_SID; } YY_BREAK case 184: YY_RULE_SETUP #line 312 "conf_lexer.l" { return T_SIZE; } YY_BREAK case 185: YY_RULE_SETUP #line 313 "conf_lexer.l" { return T_SKILL; } YY_BREAK case 186: YY_RULE_SETUP #line 314 "conf_lexer.l" { return T_SOFTCALLERID; } YY_BREAK case 187: YY_RULE_SETUP #line 315 "conf_lexer.l" { return SPOOF; } YY_BREAK case 188: YY_RULE_SETUP #line 316 "conf_lexer.l" { return SPOOF_NOTICE; } YY_BREAK case 189: YY_RULE_SETUP #line 317 "conf_lexer.l" { return T_SPY; } YY_BREAK case 190: YY_RULE_SETUP #line 318 "conf_lexer.l" { return SQUIT; } YY_BREAK case 191: YY_RULE_SETUP #line 319 "conf_lexer.l" { return T_SSL; } YY_BREAK case 192: YY_RULE_SETUP #line 320 "conf_lexer.l" { return SSL_CERTIFICATE_FILE; } YY_BREAK case 193: YY_RULE_SETUP #line 321 "conf_lexer.l" { return SSL_CERTIFICATE_FINGERPRINT; } YY_BREAK case 194: YY_RULE_SETUP #line 322 "conf_lexer.l" { return T_SSL_CIPHER_LIST; } YY_BREAK case 195: YY_RULE_SETUP #line 323 "conf_lexer.l" { return T_SSL_CLIENT_METHOD; } YY_BREAK case 196: YY_RULE_SETUP #line 324 "conf_lexer.l" { return SSL_CONNECTION_REQUIRED; } YY_BREAK case 197: YY_RULE_SETUP #line 325 "conf_lexer.l" { return SSL_DH_PARAM_FILE; } YY_BREAK case 198: YY_RULE_SETUP #line 326 "conf_lexer.l" { return T_SSL_SERVER_METHOD; } YY_BREAK case 199: YY_RULE_SETUP #line 327 "conf_lexer.l" { return T_SSLV3; } YY_BREAK case 200: YY_RULE_SETUP #line 328 "conf_lexer.l" { return STATS_E_DISABLED; } YY_BREAK case 201: YY_RULE_SETUP #line 329 "conf_lexer.l" { return STATS_I_OPER_ONLY; } YY_BREAK case 202: YY_RULE_SETUP #line 330 "conf_lexer.l" { return STATS_K_OPER_ONLY; } YY_BREAK case 203: YY_RULE_SETUP #line 331 "conf_lexer.l" { return STATS_O_OPER_ONLY; } YY_BREAK case 204: YY_RULE_SETUP #line 332 "conf_lexer.l" { return STATS_P_OPER_ONLY; } YY_BREAK case 205: YY_RULE_SETUP #line 333 "conf_lexer.l" { return STATS_U_OPER_ONLY; } YY_BREAK case 206: YY_RULE_SETUP #line 334 "conf_lexer.l" { return THROTTLE_TIME; } YY_BREAK case 207: YY_RULE_SETUP #line 335 "conf_lexer.l" { return TKLINE; } YY_BREAK case 208: YY_RULE_SETUP #line 336 "conf_lexer.l" { return TKLINE_EXPIRE_NOTICES; } YY_BREAK case 209: YY_RULE_SETUP #line 337 "conf_lexer.l" { return TKLINE_TIME; } YY_BREAK case 210: YY_RULE_SETUP #line 338 "conf_lexer.l" { return T_TLSV1; } YY_BREAK case 211: YY_RULE_SETUP #line 339 "conf_lexer.l" { return T_TOPICLIMIT; } YY_BREAK case 212: YY_RULE_SETUP #line 340 "conf_lexer.l" { return TRUE_NO_OPER_FLOOD; } YY_BREAK case 213: YY_RULE_SETUP #line 341 "conf_lexer.l" { return TS_MAX_DELTA; } YY_BREAK case 214: YY_RULE_SETUP #line 342 "conf_lexer.l" { return TS_WARN_DELTA; } YY_BREAK case 215: YY_RULE_SETUP #line 343 "conf_lexer.l" { return TYPE; } YY_BREAK case 216: YY_RULE_SETUP #line 344 "conf_lexer.l" { return T_UMODES; } YY_BREAK case 217: YY_RULE_SETUP #line 345 "conf_lexer.l" { return T_UNAUTH; } YY_BREAK case 218: YY_RULE_SETUP #line 346 "conf_lexer.l" { return T_UNDLINE; } YY_BREAK case 219: YY_RULE_SETUP #line 347 "conf_lexer.l" { return UNKLINE; } YY_BREAK case 220: YY_RULE_SETUP #line 348 "conf_lexer.l" { return T_UNLIMITED; } YY_BREAK case 221: YY_RULE_SETUP #line 349 "conf_lexer.l" { return T_UNRESV; } YY_BREAK case 222: YY_RULE_SETUP #line 350 "conf_lexer.l" { return T_UNXLINE; } YY_BREAK case 223: YY_RULE_SETUP #line 351 "conf_lexer.l" { return USE_EGD; } YY_BREAK case 224: YY_RULE_SETUP #line 352 "conf_lexer.l" { return USE_LOGGING; } YY_BREAK case 225: YY_RULE_SETUP #line 353 "conf_lexer.l" { return USER; } YY_BREAK case 226: YY_RULE_SETUP #line 354 "conf_lexer.l" { return VHOST; } YY_BREAK case 227: YY_RULE_SETUP #line 355 "conf_lexer.l" { return VHOST6; } YY_BREAK case 228: YY_RULE_SETUP #line 356 "conf_lexer.l" { return T_WALLOP; } YY_BREAK case 229: YY_RULE_SETUP #line 357 "conf_lexer.l" { return T_WALLOPS; } YY_BREAK case 230: YY_RULE_SETUP #line 358 "conf_lexer.l" { return WARN_NO_NLINE; } YY_BREAK case 231: YY_RULE_SETUP #line 359 "conf_lexer.l" { return T_WEBIRC; } YY_BREAK case 232: YY_RULE_SETUP #line 360 "conf_lexer.l" { return XLINE; } YY_BREAK case 233: YY_RULE_SETUP #line 362 "conf_lexer.l" { yylval.number = 1; return TBOOL; } YY_BREAK case 234: YY_RULE_SETUP #line 363 "conf_lexer.l" { yylval.number = 0; return TBOOL; } YY_BREAK case 235: YY_RULE_SETUP #line 365 "conf_lexer.l" { return YEARS; } YY_BREAK case 236: YY_RULE_SETUP #line 366 "conf_lexer.l" { return YEARS; } YY_BREAK case 237: YY_RULE_SETUP #line 367 "conf_lexer.l" { return MONTHS; } YY_BREAK case 238: YY_RULE_SETUP #line 368 "conf_lexer.l" { return MONTHS; } YY_BREAK case 239: YY_RULE_SETUP #line 369 "conf_lexer.l" { return WEEKS; } YY_BREAK case 240: YY_RULE_SETUP #line 370 "conf_lexer.l" { return WEEKS; } YY_BREAK case 241: YY_RULE_SETUP #line 371 "conf_lexer.l" { return DAYS; } YY_BREAK case 242: YY_RULE_SETUP #line 372 "conf_lexer.l" { return DAYS; } YY_BREAK case 243: YY_RULE_SETUP #line 373 "conf_lexer.l" { return HOURS; } YY_BREAK case 244: YY_RULE_SETUP #line 374 "conf_lexer.l" { return HOURS; } YY_BREAK case 245: YY_RULE_SETUP #line 375 "conf_lexer.l" { return MINUTES; } YY_BREAK case 246: YY_RULE_SETUP #line 376 "conf_lexer.l" { return MINUTES; } YY_BREAK case 247: YY_RULE_SETUP #line 377 "conf_lexer.l" { return SECONDS; } YY_BREAK case 248: YY_RULE_SETUP #line 378 "conf_lexer.l" { return SECONDS; } YY_BREAK case 249: YY_RULE_SETUP #line 380 "conf_lexer.l" { return BYTES; } YY_BREAK case 250: YY_RULE_SETUP #line 381 "conf_lexer.l" { return BYTES; } YY_BREAK case 251: YY_RULE_SETUP #line 382 "conf_lexer.l" { return KBYTES; } YY_BREAK case 252: YY_RULE_SETUP #line 383 "conf_lexer.l" { return KBYTES; } YY_BREAK case 253: YY_RULE_SETUP #line 384 "conf_lexer.l" { return KBYTES; } YY_BREAK case 254: YY_RULE_SETUP #line 385 "conf_lexer.l" { return KBYTES; } YY_BREAK case 255: YY_RULE_SETUP #line 386 "conf_lexer.l" { return KBYTES; } YY_BREAK case 256: YY_RULE_SETUP #line 387 "conf_lexer.l" { return MBYTES; } YY_BREAK case 257: YY_RULE_SETUP #line 388 "conf_lexer.l" { return MBYTES; } YY_BREAK case 258: YY_RULE_SETUP #line 389 "conf_lexer.l" { return MBYTES; } YY_BREAK case 259: YY_RULE_SETUP #line 390 "conf_lexer.l" { return MBYTES; } YY_BREAK case 260: YY_RULE_SETUP #line 391 "conf_lexer.l" { return MBYTES; } YY_BREAK case 261: YY_RULE_SETUP #line 392 "conf_lexer.l" { return TWODOTS; } YY_BREAK case 262: YY_RULE_SETUP #line 394 "conf_lexer.l" { return yytext[0]; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 395 "conf_lexer.l" { if (ieof()) yyterminate(); } YY_BREAK case 263: YY_RULE_SETUP #line 397 "conf_lexer.l" ECHO; YY_BREAK #line 3433 "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 user's declarations */ } /* 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) { char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; char *source = (yytext_ptr); 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 { int 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 ) { int 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, (yy_size_t) (b->yy_buf_size + 2) ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = NULL; 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_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ int 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, (yy_size_t) new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); /* "- 2" to take care of EOB's */ YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2); } (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) { yy_state_type yy_current_state; char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { 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 >= 1681 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + 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 ) { int yy_is_jam; char *yy_cp = (yy_c_buf_p); 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 >= 1681 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 1680); return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_UNPUT #endif #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 */ int offset = (int) ((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 0; 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( (yy_size_t) (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; /* After all that talk, this was set to 1 anyways... */ (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. */ yy_size_t 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 NULL; 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 = (int) (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 = NULL; 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 (const char * yystr ) { return yy_scan_bytes( yystr, (int) 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 (const char * yybytes, int _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 = (yy_size_t) (_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 yynoreturn yy_fatal_error (const char* msg ) { 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. * */ int yyget_leng (void) { return yyleng; } /** Get the current token. * */ char *yyget_text (void) { return yytext; } /** Set the current line number. * @param _line_number 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) = NULL; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = NULL; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = NULL; yyout = NULL; #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, const char * s2, int n ) { int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (const char * s ) { int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size ) { return 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 realloc(ptr, size); } void yyfree (void * ptr ) { free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 397 "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; }