#include "config.h" #line 2 "" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer c__create_buffer #define yy_delete_buffer c__delete_buffer #define yy_scan_buffer c__scan_buffer #define yy_scan_string c__scan_string #define yy_scan_bytes c__scan_bytes #define yy_init_buffer c__init_buffer #define yy_flush_buffer c__flush_buffer #define yy_load_buffer_state c__load_buffer_state #define yy_switch_to_buffer c__switch_to_buffer #define yypush_buffer_state c_push_buffer_state #define yypop_buffer_state c_pop_buffer_state #define yyensure_buffer_stack c_ensure_buffer_stack #define yy_flex_debug c__flex_debug #define yyin c_in #define yyleng c_leng #define yylex c_lex #define yylineno c_lineno #define yyout c_out #define yyrestart c_restart #define yytext c_text #define yywrap c_wrap #define yyalloc c_alloc #define yyrealloc c_realloc #define yyfree c_free #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 #ifdef yy_create_buffer #define c__create_buffer_ALREADY_DEFINED #else #define yy_create_buffer c__create_buffer #endif #ifdef yy_delete_buffer #define c__delete_buffer_ALREADY_DEFINED #else #define yy_delete_buffer c__delete_buffer #endif #ifdef yy_scan_buffer #define c__scan_buffer_ALREADY_DEFINED #else #define yy_scan_buffer c__scan_buffer #endif #ifdef yy_scan_string #define c__scan_string_ALREADY_DEFINED #else #define yy_scan_string c__scan_string #endif #ifdef yy_scan_bytes #define c__scan_bytes_ALREADY_DEFINED #else #define yy_scan_bytes c__scan_bytes #endif #ifdef yy_init_buffer #define c__init_buffer_ALREADY_DEFINED #else #define yy_init_buffer c__init_buffer #endif #ifdef yy_flush_buffer #define c__flush_buffer_ALREADY_DEFINED #else #define yy_flush_buffer c__flush_buffer #endif #ifdef yy_load_buffer_state #define c__load_buffer_state_ALREADY_DEFINED #else #define yy_load_buffer_state c__load_buffer_state #endif #ifdef yy_switch_to_buffer #define c__switch_to_buffer_ALREADY_DEFINED #else #define yy_switch_to_buffer c__switch_to_buffer #endif #ifdef yypush_buffer_state #define c_push_buffer_state_ALREADY_DEFINED #else #define yypush_buffer_state c_push_buffer_state #endif #ifdef yypop_buffer_state #define c_pop_buffer_state_ALREADY_DEFINED #else #define yypop_buffer_state c_pop_buffer_state #endif #ifdef yyensure_buffer_stack #define c_ensure_buffer_stack_ALREADY_DEFINED #else #define yyensure_buffer_stack c_ensure_buffer_stack #endif #ifdef yylex #define c_lex_ALREADY_DEFINED #else #define yylex c_lex #endif #ifdef yyrestart #define c_restart_ALREADY_DEFINED #else #define yyrestart c_restart #endif #ifdef yylex_init #define c_lex_init_ALREADY_DEFINED #else #define yylex_init c_lex_init #endif #ifdef yylex_init_extra #define c_lex_init_extra_ALREADY_DEFINED #else #define yylex_init_extra c_lex_init_extra #endif #ifdef yylex_destroy #define c_lex_destroy_ALREADY_DEFINED #else #define yylex_destroy c_lex_destroy #endif #ifdef yyget_debug #define c_get_debug_ALREADY_DEFINED #else #define yyget_debug c_get_debug #endif #ifdef yyset_debug #define c_set_debug_ALREADY_DEFINED #else #define yyset_debug c_set_debug #endif #ifdef yyget_extra #define c_get_extra_ALREADY_DEFINED #else #define yyget_extra c_get_extra #endif #ifdef yyset_extra #define c_set_extra_ALREADY_DEFINED #else #define yyset_extra c_set_extra #endif #ifdef yyget_in #define c_get_in_ALREADY_DEFINED #else #define yyget_in c_get_in #endif #ifdef yyset_in #define c_set_in_ALREADY_DEFINED #else #define yyset_in c_set_in #endif #ifdef yyget_out #define c_get_out_ALREADY_DEFINED #else #define yyget_out c_get_out #endif #ifdef yyset_out #define c_set_out_ALREADY_DEFINED #else #define yyset_out c_set_out #endif #ifdef yyget_leng #define c_get_leng_ALREADY_DEFINED #else #define yyget_leng c_get_leng #endif #ifdef yyget_text #define c_get_text_ALREADY_DEFINED #else #define yyget_text c_get_text #endif #ifdef yyget_lineno #define c_get_lineno_ALREADY_DEFINED #else #define yyget_lineno c_get_lineno #endif #ifdef yyset_lineno #define c_set_lineno_ALREADY_DEFINED #else #define yyset_lineno c_set_lineno #endif #ifdef yywrap #define c_wrap_ALREADY_DEFINED #else #define yywrap c_wrap #endif #ifdef yyalloc #define c_alloc_ALREADY_DEFINED #else #define yyalloc c_alloc #endif #ifdef yyrealloc #define c_realloc_ALREADY_DEFINED #else #define yyrealloc c_realloc #endif #ifdef yyfree #define c_free_ALREADY_DEFINED #else #define yyfree c_free #endif #ifdef yytext #define c_text_ALREADY_DEFINED #else #define yytext c_text #endif #ifdef yyleng #define c_leng_ALREADY_DEFINED #else #define yyleng c_leng #endif #ifdef yyin #define c_in_ALREADY_DEFINED #else #define yyin c_in #endif #ifdef yyout #define c_out_ALREADY_DEFINED #else #define yyout c_out #endif #ifdef yy_flex_debug #define c__flex_debug_ALREADY_DEFINED #else #define yy_flex_debug c__flex_debug #endif #ifdef yylineno #define c_lineno_ALREADY_DEFINED #else #define yylineno c_lineno #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 */ 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 151 #define YY_END_OF_BUFFER 152 /* 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[1307] = { 0, 1, 1, 139, 139, 143, 143, 147, 147, 152, 150, 1, 131, 138, 2, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 151, 139, 140, 151, 141, 151, 146, 143, 144, 145, 151, 147, 148, 149, 151, 150, 0, 1, 2, 2, 2, 2, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 139, 0, 146, 0, 143, 147, 0, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 79, 150, 150, 150, 150, 150, 150, 150, 150, 78, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 65, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 4, 150, 23, 150, 150, 150, 36, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 48, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 39, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 89, 18, 19, 150, 124, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 54, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 67, 150, 150, 3, 150, 134, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 123, 150, 150, 150, 150, 150, 45, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 142, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 24, 150, 150, 150, 150, 150, 150, 150, 150, 150, 68, 35, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 132, 134, 0, 150, 150, 150, 150, 31, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 22, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 20, 150, 43, 150, 150, 150, 150, 150, 150, 150, 150, 150, 21, 150, 150, 150, 150, 150, 16, 17, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 80, 82, 150, 150, 150, 150, 150, 150, 150, 132, 0, 150, 150, 150, 150, 150, 150, 150, 60, 150, 116, 150, 150, 40, 150, 150, 127, 150, 150, 150, 150, 44, 49, 150, 150, 41, 150, 66, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 6, 150, 150, 150, 150, 150, 150, 109, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 37, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 27, 150, 150, 150, 150, 150, 150, 47, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 50, 150, 150, 150, 150, 150, 150, 150, 150, 63, 150, 150, 150, 150, 150, 150, 150, 150, 150, 11, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 5, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 102, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 38, 108, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 57, 150, 150, 150, 62, 150, 150, 150, 150, 150, 150, 150, 150, 150, 111, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 8, 150, 150, 150, 110, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 56, 150, 150, 53, 99, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 30, 150, 150, 12, 150, 150, 150, 125, 150, 150, 150, 150, 150, 150, 150, 150, 150, 51, 150, 150, 133, 150, 150, 150, 150, 150, 150, 73, 150, 135, 150, 150, 150, 150, 150, 150, 150, 15, 150, 13, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 55, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 26, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 126, 150, 150, 121, 150, 150, 150, 42, 150, 118, 150, 133, 0, 64, 150, 150, 150, 150, 150, 150, 119, 90, 150, 150, 150, 150, 150, 150, 14, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 81, 150, 86, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 71, 150, 150, 150, 150, 150, 150, 150, 150, 95, 150, 7, 33, 34, 150, 98, 150, 105, 150, 150, 106, 150, 150, 150, 150, 150, 70, 150, 150, 150, 150, 150, 150, 150, 52, 150, 150, 150, 150, 150, 150, 128, 150, 150, 150, 150, 150, 150, 150, 150, 150, 101, 150, 150, 150, 150, 94, 150, 150, 150, 150, 69, 25, 150, 107, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 74, 29, 150, 117, 113, 150, 115, 150, 150, 150, 150, 150, 87, 88, 150, 61, 150, 150, 76, 150, 150, 150, 150, 150, 150, 103, 104, 150, 150, 150, 32, 150, 150, 150, 150, 9, 150, 75, 150, 114, 150, 130, 150, 150, 150, 150, 77, 72, 150, 150, 150, 150, 150, 150, 100, 150, 150, 150, 150, 150, 150, 150, 150, 150, 136, 150, 122, 150, 120, 150, 150, 150, 150, 91, 112, 58, 150, 150, 150, 150, 150, 150, 129, 150, 59, 150, 150, 150, 93, 10, 150, 150, 150, 150, 28, 46, 150, 150, 92, 150, 150, 150, 150, 150, 150, 150, 150, 150, 137, 150, 150, 83, 84, 150, 150, 150, 85, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 96, 150, 150, 150, 97, 0 } ; static const YY_CHAR yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 5, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 8, 9, 9, 9, 10, 9, 11, 9, 9, 9, 12, 1, 1, 13, 1, 1, 1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 1, 40, 1, 1, 1, 1, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[67] = { 0, 1, 2, 3, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[1319] = { 0, 0, 0, 64, 67, 71, 75, 78, 81, 3679, 3638, 85, 3680, 3680, 88, 72, 73, 116, 161, 62, 74, 113, 80, 77, 121, 159, 120, 181, 180, 209, 201, 146, 140, 119, 91, 147, 3637, 3680, 3680, 3680, 96, 3636, 3673, 3680, 3680, 192, 3634, 3680, 3680, 219, 3633, 241, 226, 0, 246, 0, 0, 227, 197, 200, 215, 230, 108, 240, 236, 231, 248, 235, 257, 254, 245, 87, 268, 269, 261, 280, 286, 296, 292, 274, 293, 278, 290, 297, 295, 294, 319, 310, 312, 307, 322, 327, 367, 323, 335, 363, 325, 364, 359, 341, 369, 371, 387, 391, 399, 3632, 277, 3631, 372, 3668, 3629, 425, 404, 406, 372, 393, 407, 420, 408, 422, 433, 418, 321, 436, 440, 417, 449, 442, 434, 456, 457, 466, 460, 446, 470, 489, 362, 483, 481, 473, 164, 498, 487, 494, 485, 501, 502, 492, 500, 493, 518, 515, 517, 521, 516, 415, 520, 527, 536, 555, 534, 553, 538, 561, 551, 549, 554, 564, 565, 3628, 577, 584, 570, 580, 571, 579, 600, 581, 3627, 590, 594, 601, 614, 606, 616, 617, 599, 629, 627, 632, 639, 633, 620, 636, 641, 635, 643, 651, 653, 654, 656, 658, 662, 659, 685, 693, 3626, 675, 679, 676, 687, 684, 689, 247, 701, 709, 703, 708, 714, 710, 717, 720, 712, 722, 728, 738, 744, 745, 746, 752, 756, 750, 758, 753, 769, 799, 781, 779, 780, 772, 804, 796, 809, 829, 811, 828, 822, 826, 836, 832, 834, 844, 845, 859, 863, 861, 765, 856, 865, 857, 879, 868, 875, 888, 885, 878, 892, 895, 903, 912, 890, 900, 906, 915, 909, 918, 925, 917, 938, 922, 948, 950, 876, 3625, 933, 3624, 945, 939, 952, 3623, 959, 940, 966, 969, 949, 967, 975, 972, 981, 991, 979, 977, 990, 989, 1009, 993, 994, 1018, 1008, 1006, 1001, 1021, 1020, 1010, 1034, 1027, 1036, 1019, 1050, 1038, 1055, 1028, 1056, 1058, 1054, 3622, 1066, 1070, 1069, 1068, 1091, 1093, 1083, 1086, 711, 1110, 1104, 1099, 1118, 1115, 1120, 1103, 1114, 1112, 1129, 777, 1130, 1117, 1135, 1136, 1138, 1126, 1145, 1151, 1137, 1153, 1147, 1154, 1156, 1165, 1167, 1163, 1177, 1164, 1162, 1182, 1195, 1181, 1199, 1194, 1203, 1213, 1196, 1204, 1212, 1220, 1222, 1226, 1235, 1214, 1221, 1232, 1229, 1237, 1239, 1246, 1249, 1261, 1247, 1281, 1267, 1260, 1252, 1262, 1270, 1274, 1278, 1276, 1277, 1282, 1288, 1289, 1294, 1292, 1301, 1313, 1318, 1331, 1310, 1316, 1321, 1333, 1330, 1345, 1334, 1328, 1343, 1353, 1348, 1338, 1349, 1350, 1363, 1355, 1373, 3621, 1381, 1391, 1393, 1367, 1379, 1387, 1394, 1382, 1398, 1426, 3620, 3618, 3610, 1406, 3593, 1402, 1409, 1414, 1423, 1413, 1437, 1430, 1425, 1422, 1436, 1441, 1446, 1443, 1375, 1451, 1462, 1452, 1459, 1463, 1471, 1466, 1473, 1498, 1494, 1478, 3592, 1490, 1486, 1500, 1507, 1508, 1505, 1509, 1515, 1492, 1499, 1518, 1523, 1524, 1504, 1526, 3591, 1532, 1564, 3588, 1530, 3587, 1531, 1543, 1539, 1554, 1549, 1551, 1572, 1578, 1566, 1560, 1562, 1570, 1586, 1593, 1588, 1585, 1558, 3586, 1573, 1595, 1602, 1601, 1613, 3585, 1619, 1607, 1605, 1611, 1626, 1615, 1629, 1632, 1640, 1635, 1625, 1652, 1656, 1645, 1690, 1664, 1646, 1651, 1671, 1673, 1681, 1680, 1682, 1670, 1700, 1684, 1702, 1696, 1712, 1691, 1698, 3582, 1719, 1716, 1725, 1720, 1739, 1741, 1726, 1729, 1742, 1749, 1755, 1756, 3581, 1752, 1740, 1746, 1769, 1753, 1759, 1766, 1782, 1761, 3580, 3578, 1770, 1788, 1775, 1780, 1776, 1779, 1796, 1814, 1816, 1801, 1812, 1819, 1815, 1818, 1835, 1829, 1831, 3575, 3573, 1846, 1839, 1846, 1847, 1830, 3572, 1827, 1856, 1840, 1861, 1870, 1866, 1860, 1863, 1871, 1864, 1900, 1877, 3532, 1878, 1886, 1884, 1882, 1903, 1879, 1904, 1888, 1909, 1896, 1908, 1902, 1906, 1915, 1916, 1919, 1913, 1930, 1927, 1912, 1936, 1951, 1940, 1957, 1949, 1962, 3531, 1961, 3526, 1969, 1974, 1964, 1959, 1972, 1963, 1983, 1984, 1985, 3521, 1991, 2006, 1988, 1995, 2012, 3513, 3417, 2020, 2022, 2018, 2021, 1998, 2025, 2005, 2033, 2030, 2010, 2034, 2036, 2038, 2039, 2055, 2040, 2049, 2044, 2060, 2066, 2056, 2068, 2062, 2063, 2071, 3392, 3381, 2076, 2087, 2081, 2126, 2082, 2089, 2103, 3342, 2140, 2098, 2114, 2099, 2113, 2119, 2115, 2122, 3334, 2132, 3329, 2136, 2125, 3274, 2137, 2148, 3254, 2142, 2146, 2149, 2166, 3236, 3232, 2163, 2158, 3216, 2159, 3180, 2177, 2174, 2162, 2161, 2170, 2188, 2176, 2206, 2198, 2190, 2201, 2192, 2195, 2203, 2209, 2204, 2214, 2199, 2211, 2223, 2216, 2230, 2231, 2225, 2240, 2246, 2238, 2229, 3175, 2247, 2256, 2248, 2243, 2258, 2261, 3074, 2259, 2271, 2270, 2272, 2269, 2273, 2274, 2276, 2286, 2289, 2288, 2306, 2296, 2304, 2313, 2300, 2308, 3073, 2311, 2312, 2324, 2319, 2334, 2327, 2328, 2329, 2336, 2354, 2364, 2361, 2363, 2972, 2362, 2370, 2346, 2347, 2373, 2371, 2964, 2352, 2377, 2374, 2379, 2380, 2381, 2395, 2390, 2411, 2391, 2961, 2409, 2394, 2417, 2416, 2393, 2422, 2429, 2408, 2938, 2405, 2413, 2435, 2440, 2453, 2428, 2452, 2438, 2451, 2920, 2447, 2446, 2467, 2475, 2465, 2462, 2458, 2456, 2473, 2461, 2846, 2483, 2486, 2490, 2492, 2497, 2488, 2502, 2512, 2500, 2496, 2517, 2511, 2506, 2503, 2510, 2525, 2515, 2513, 2540, 2838, 2523, 2526, 2552, 2549, 2550, 2547, 2538, 2565, 2539, 2567, 2543, 2558, 2551, 2799, 2775, 2571, 2573, 2570, 2566, 2577, 2590, 2574, 2591, 2592, 2607, 2597, 2614, 2585, 2594, 2608, 2593, 2620, 2627, 2600, 2635, 2624, 2617, 2054, 2587, 2619, 2618, 2645, 2636, 2622, 2644, 2658, 2639, 2662, 2426, 2660, 2655, 2647, 2661, 2653, 2663, 2677, 2654, 2685, 2688, 2412, 2680, 2672, 2675, 2402, 2684, 2699, 2689, 2690, 2704, 2702, 2705, 2712, 2720, 2725, 2714, 2739, 2353, 2729, 2723, 2301, 2297, 2731, 2736, 2724, 2728, 2740, 2749, 2747, 2758, 2751, 2756, 2752, 2750, 2241, 2764, 2777, 2189, 2767, 2778, 2779, 2121, 2771, 2787, 2770, 2802, 2798, 2805, 2804, 2808, 2800, 2067, 2817, 2820, 2016, 2819, 2814, 2816, 2829, 2818, 2827, 2015, 2839, 2011, 2843, 2830, 2832, 2849, 2855, 2864, 2848, 1953, 2865, 1947, 2851, 2847, 2863, 2866, 2857, 2874, 2876, 2881, 2875, 2891, 2892, 2890, 2902, 1942, 2889, 2893, 2896, 2899, 2912, 2913, 2882, 2931, 2919, 2934, 2927, 1935, 2925, 2924, 2929, 2939, 2933, 2948, 2947, 2952, 2956, 2965, 2958, 1934, 2954, 2969, 1891, 2955, 2983, 2970, 1883, 2975, 1873, 2980, 1857, 3017, 1792, 2984, 2992, 2999, 3003, 3000, 3009, 1743, 1733, 2996, 3010, 3017, 3006, 3013, 3026, 1732, 3020, 3033, 3036, 3039, 3043, 3042, 3041, 3044, 3047, 3045, 3056, 3038, 3051, 3040, 3061, 3068, 3065, 3063, 3067, 1692, 3071, 1654, 3049, 3076, 3081, 3092, 3100, 3084, 3078, 3101, 3085, 3094, 3102, 3118, 3099, 3109, 3123, 3121, 3126, 3111, 3136, 3137, 3138, 3145, 3142, 1644, 3144, 3146, 3149, 3156, 3152, 3153, 3163, 3159, 1641, 3157, 1599, 1561, 1559, 3176, 1537, 3172, 1527, 3189, 3186, 1522, 3187, 3188, 3194, 3178, 3179, 1516, 3202, 3206, 3200, 3203, 3204, 3207, 3190, 1513, 3224, 3205, 3227, 3237, 3225, 3243, 1419, 3229, 3220, 3226, 3245, 3234, 3256, 3258, 3259, 3263, 1385, 3261, 3264, 3275, 3253, 1377, 3277, 3262, 3270, 3278, 1340, 1308, 3285, 1304, 3300, 3284, 3304, 3305, 3301, 3306, 3302, 3311, 3290, 3317, 3309, 3320, 1254, 1243, 3312, 1211, 1208, 3321, 1173, 3299, 3344, 3327, 3331, 3348, 1172, 1132, 3354, 1035, 3350, 3356, 1033, 3355, 3338, 3358, 3361, 3347, 3364, 921, 891, 3365, 3367, 3371, 838, 3340, 3390, 3391, 3397, 807, 3386, 806, 3389, 786, 3401, 740, 3408, 3388, 3411, 3403, 730, 700, 3412, 3415, 3407, 3405, 3423, 3413, 666, 3422, 3444, 3440, 3432, 3434, 3439, 3447, 3431, 3458, 644, 3435, 612, 3461, 573, 3231, 3449, 3443, 3464, 563, 543, 528, 3470, 3472, 3473, 3475, 3466, 3478, 488, 3488, 467, 3469, 3474, 3491, 355, 345, 3483, 3492, 3495, 3498, 331, 326, 3251, 3490, 316, 3501, 3506, 3511, 3499, 3516, 3505, 3528, 3535, 3517, 276, 3540, 3541, 173, 167, 3543, 3530, 3374, 153, 3533, 3548, 3553, 3558, 3559, 3550, 3560, 3555, 3564, 3570, 3579, 3577, 144, 3589, 3576, 3590, 94, 3680, 3635, 3639, 3643, 128, 3647, 3651, 109, 3653, 3655, 107, 102, 87 } ; static const flex_int16_t yy_def[1319] = { 0, 1306, 1, 1307, 1307, 1308, 1308, 1309, 1309, 1306, 1310, 1306, 1306, 1306, 1311, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1312, 1306, 1306, 1306, 1312, 1313, 1306, 1306, 1306, 1313, 1314, 1306, 1306, 1314, 1310, 1310, 1306, 1315, 1311, 1315, 1311, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1312, 1312, 1313, 1313, 1306, 1314, 1314, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1316, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1317, 1316, 1316, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1317, 1317, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1318, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1318, 1318, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 1310, 0, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306 } ; static const flex_int16_t yy_nxt[3747] = { 0, 10, 11, 12, 12, 13, 14, 10, 10, 10, 10, 10, 10, 10, 15, 16, 17, 18, 19, 10, 10, 20, 21, 10, 22, 23, 24, 25, 26, 27, 10, 28, 29, 30, 31, 32, 10, 33, 10, 34, 35, 15, 16, 17, 18, 19, 10, 10, 20, 21, 10, 22, 23, 24, 25, 26, 27, 10, 28, 29, 30, 31, 32, 10, 33, 10, 34, 37, 38, 39, 37, 38, 39, 42, 43, 43, 44, 42, 43, 43, 44, 47, 47, 48, 47, 47, 48, 52, 1032, 73, 55, 53, 55, 55, 128, 61, 74, 57, 79, 58, 105, 105, 51, 686, 40, 80, 59, 40, 586, 60, 107, 45, 51, 51, 51, 45, 73, 51, 49, 104, 51, 49, 61, 74, 57, 79, 58, 51, 56, 50, 75, 51, 80, 59, 51, 81, 60, 62, 103, 118, 76, 63, 77, 82, 64, 65, 104, 66, 51, 50, 78, 50, 50, 51, 87, 83, 51, 75, 102, 51, 51, 51, 81, 100, 62, 103, 118, 76, 63, 77, 82, 64, 65, 84, 66, 67, 206, 78, 101, 68, 51, 87, 83, 69, 51, 102, 51, 85, 70, 71, 100, 86, 72, 51, 107, 88, 107, 107, 92, 51, 84, 51, 67, 89, 51, 101, 68, 51, 93, 90, 69, 94, 91, 51, 85, 70, 71, 98, 86, 72, 51, 51, 88, 110, 110, 92, 99, 95, 52, 114, 89, 96, 53, 115, 116, 93, 90, 51, 94, 91, 51, 51, 97, 50, 98, 50, 50, 112, 55, 51, 55, 55, 113, 99, 95, 51, 114, 117, 96, 283, 115, 116, 119, 120, 121, 122, 123, 51, 124, 97, 51, 51, 125, 126, 112, 51, 51, 127, 131, 113, 51, 105, 105, 130, 117, 51, 56, 51, 51, 119, 120, 121, 122, 123, 51, 124, 129, 51, 132, 125, 126, 51, 133, 135, 127, 131, 136, 137, 51, 51, 130, 139, 140, 141, 51, 142, 51, 143, 51, 134, 51, 145, 144, 129, 150, 132, 51, 146, 185, 133, 51, 138, 51, 51, 51, 51, 51, 51, 139, 140, 141, 147, 142, 148, 143, 149, 134, 51, 145, 144, 51, 150, 51, 151, 146, 152, 51, 158, 138, 51, 159, 51, 51, 51, 164, 51, 51, 51, 147, 201, 148, 51, 149, 168, 107, 51, 107, 107, 165, 160, 151, 51, 152, 153, 158, 51, 154, 159, 167, 170, 161, 164, 166, 155, 162, 51, 163, 156, 169, 51, 168, 157, 51, 51, 51, 165, 160, 51, 176, 51, 153, 51, 51, 154, 177, 167, 170, 161, 171, 166, 155, 162, 172, 163, 156, 169, 173, 51, 157, 110, 110, 51, 174, 51, 175, 176, 180, 179, 178, 51, 181, 177, 184, 223, 51, 171, 51, 51, 51, 172, 186, 188, 182, 173, 187, 51, 191, 51, 51, 174, 51, 175, 51, 180, 179, 178, 183, 181, 189, 184, 223, 196, 193, 51, 51, 190, 51, 186, 188, 182, 51, 187, 51, 191, 194, 192, 51, 195, 197, 51, 202, 203, 204, 183, 209, 189, 51, 51, 196, 193, 51, 210, 190, 198, 205, 207, 51, 51, 199, 215, 51, 194, 192, 51, 195, 197, 211, 208, 212, 213, 216, 51, 200, 51, 214, 51, 217, 51, 51, 51, 198, 205, 51, 51, 51, 199, 215, 218, 51, 221, 51, 51, 51, 211, 208, 212, 213, 216, 219, 200, 222, 214, 220, 217, 224, 51, 51, 51, 51, 225, 51, 51, 227, 226, 218, 228, 221, 51, 51, 232, 229, 235, 236, 230, 51, 219, 51, 222, 51, 220, 231, 224, 233, 51, 237, 234, 225, 242, 247, 51, 226, 51, 228, 51, 51, 51, 232, 229, 243, 239, 230, 51, 244, 51, 51, 51, 240, 231, 238, 233, 51, 51, 234, 51, 242, 245, 241, 51, 246, 51, 51, 51, 249, 248, 51, 243, 239, 261, 250, 244, 51, 254, 255, 240, 51, 238, 251, 252, 253, 51, 51, 51, 245, 241, 256, 246, 51, 257, 263, 249, 248, 258, 51, 259, 51, 250, 51, 51, 254, 255, 51, 262, 260, 251, 252, 253, 272, 51, 264, 51, 267, 256, 51, 51, 257, 51, 51, 265, 258, 51, 259, 51, 266, 51, 51, 268, 270, 269, 262, 260, 271, 51, 273, 51, 51, 264, 51, 267, 51, 51, 274, 277, 51, 275, 265, 279, 51, 278, 276, 266, 281, 282, 268, 270, 269, 51, 51, 271, 280, 51, 284, 285, 289, 425, 51, 51, 287, 51, 277, 51, 275, 286, 279, 51, 278, 276, 288, 281, 282, 290, 51, 51, 291, 51, 292, 280, 294, 284, 51, 51, 51, 51, 51, 287, 51, 293, 295, 51, 286, 302, 51, 296, 51, 288, 301, 305, 290, 297, 51, 291, 51, 292, 304, 294, 303, 306, 298, 299, 51, 341, 51, 300, 293, 295, 51, 51, 51, 307, 296, 437, 51, 301, 51, 51, 297, 313, 51, 314, 51, 304, 319, 303, 306, 298, 299, 51, 341, 318, 300, 51, 315, 317, 51, 316, 307, 308, 322, 51, 321, 51, 51, 51, 313, 320, 314, 309, 51, 319, 323, 310, 311, 324, 312, 329, 318, 330, 51, 315, 317, 51, 316, 325, 308, 332, 51, 321, 51, 51, 326, 51, 320, 51, 309, 331, 327, 323, 310, 311, 324, 312, 329, 328, 51, 342, 333, 334, 51, 335, 51, 51, 332, 336, 51, 337, 51, 326, 51, 338, 51, 340, 331, 327, 339, 370, 51, 51, 344, 343, 328, 345, 346, 333, 334, 348, 335, 352, 51, 51, 336, 51, 337, 51, 347, 51, 338, 51, 340, 351, 51, 339, 349, 353, 354, 344, 343, 51, 51, 357, 51, 51, 348, 355, 352, 350, 359, 51, 356, 358, 51, 347, 51, 51, 51, 360, 351, 51, 361, 349, 353, 354, 51, 362, 365, 51, 357, 363, 51, 364, 355, 51, 350, 359, 51, 356, 358, 51, 366, 51, 51, 367, 360, 51, 51, 361, 369, 51, 368, 372, 362, 365, 373, 371, 363, 51, 364, 376, 375, 374, 51, 51, 51, 379, 381, 366, 377, 51, 367, 378, 51, 51, 51, 369, 51, 368, 372, 383, 380, 373, 371, 51, 386, 382, 376, 375, 374, 388, 51, 51, 379, 51, 387, 377, 51, 384, 378, 51, 385, 51, 391, 51, 389, 51, 383, 380, 390, 393, 392, 386, 382, 51, 51, 51, 388, 51, 51, 396, 394, 387, 395, 397, 384, 51, 398, 385, 399, 391, 51, 389, 51, 51, 51, 390, 400, 392, 402, 401, 408, 403, 51, 51, 51, 51, 396, 394, 404, 395, 397, 51, 51, 398, 405, 399, 409, 51, 51, 51, 51, 406, 51, 400, 412, 402, 401, 408, 403, 413, 416, 410, 414, 411, 51, 404, 415, 407, 51, 51, 51, 405, 51, 409, 422, 418, 417, 424, 406, 419, 51, 412, 51, 51, 51, 423, 413, 416, 410, 414, 411, 426, 420, 415, 407, 421, 427, 51, 428, 429, 51, 431, 418, 417, 424, 51, 419, 51, 430, 432, 435, 434, 423, 51, 433, 436, 438, 51, 51, 420, 439, 440, 421, 427, 51, 428, 51, 441, 51, 51, 442, 51, 51, 443, 51, 430, 432, 444, 434, 445, 51, 433, 446, 51, 51, 447, 51, 439, 448, 51, 51, 51, 51, 449, 441, 450, 451, 442, 452, 51, 443, 51, 456, 455, 444, 51, 445, 51, 51, 446, 51, 453, 447, 454, 457, 448, 51, 51, 51, 51, 449, 51, 450, 451, 460, 452, 51, 51, 458, 456, 455, 51, 461, 463, 465, 51, 51, 467, 453, 466, 454, 457, 459, 464, 469, 468, 462, 472, 51, 51, 51, 460, 470, 51, 471, 458, 473, 51, 51, 461, 463, 474, 51, 475, 467, 51, 51, 51, 51, 459, 464, 469, 468, 462, 51, 51, 51, 476, 477, 470, 51, 471, 480, 51, 478, 481, 51, 482, 474, 51, 475, 51, 479, 51, 487, 483, 488, 51, 490, 489, 51, 51, 484, 51, 476, 477, 51, 485, 51, 480, 493, 478, 481, 494, 51, 51, 51, 495, 491, 479, 492, 51, 483, 488, 51, 490, 489, 486, 51, 496, 51, 51, 51, 497, 498, 51, 51, 493, 500, 499, 494, 501, 51, 51, 495, 491, 51, 492, 51, 502, 503, 506, 504, 508, 486, 51, 496, 505, 51, 507, 497, 498, 51, 509, 51, 500, 499, 51, 501, 510, 51, 511, 51, 512, 513, 51, 502, 503, 506, 514, 508, 515, 51, 516, 51, 51, 507, 51, 51, 517, 509, 518, 51, 520, 51, 521, 510, 51, 519, 51, 512, 513, 51, 51, 51, 522, 514, 51, 515, 51, 516, 523, 525, 527, 526, 528, 517, 51, 518, 524, 520, 51, 521, 529, 531, 519, 530, 51, 553, 51, 532, 51, 522, 51, 539, 51, 51, 538, 523, 51, 527, 51, 528, 544, 542, 51, 524, 51, 51, 543, 529, 531, 51, 530, 540, 553, 51, 532, 533, 546, 51, 539, 534, 51, 538, 535, 541, 51, 51, 545, 544, 547, 536, 51, 548, 537, 51, 51, 556, 51, 51, 540, 550, 552, 51, 533, 546, 551, 549, 534, 51, 51, 535, 541, 555, 51, 545, 51, 547, 536, 51, 548, 537, 554, 557, 51, 51, 559, 558, 550, 552, 560, 566, 51, 551, 549, 51, 51, 561, 562, 51, 555, 563, 564, 565, 51, 567, 51, 568, 569, 554, 557, 51, 570, 559, 558, 572, 573, 560, 571, 51, 574, 575, 576, 51, 561, 51, 579, 51, 563, 564, 565, 51, 51, 51, 577, 578, 585, 51, 51, 570, 51, 51, 51, 573, 581, 571, 51, 574, 51, 51, 588, 51, 580, 579, 592, 51, 51, 51, 589, 51, 51, 577, 578, 51, 51, 51, 582, 582, 582, 590, 51, 581, 51, 583, 591, 593, 51, 588, 605, 580, 596, 584, 51, 594, 51, 589, 597, 51, 598, 595, 604, 51, 51, 51, 51, 51, 590, 51, 599, 51, 583, 591, 593, 51, 601, 51, 51, 596, 584, 603, 594, 51, 600, 597, 602, 598, 595, 604, 51, 51, 607, 51, 606, 608, 609, 599, 51, 615, 51, 612, 610, 601, 51, 611, 51, 51, 603, 613, 51, 600, 51, 602, 619, 617, 51, 614, 51, 607, 51, 606, 608, 609, 51, 620, 615, 616, 612, 610, 51, 51, 611, 618, 51, 621, 613, 51, 630, 622, 51, 619, 617, 623, 614, 51, 51, 629, 632, 51, 51, 51, 620, 631, 616, 633, 51, 51, 634, 51, 618, 51, 621, 637, 636, 630, 622, 640, 644, 51, 623, 624, 635, 625, 629, 51, 51, 626, 51, 627, 631, 641, 633, 638, 628, 51, 51, 51, 642, 51, 637, 636, 645, 639, 640, 51, 51, 51, 624, 635, 625, 51, 646, 51, 626, 51, 627, 51, 641, 643, 638, 628, 648, 647, 649, 642, 650, 51, 651, 645, 639, 51, 654, 652, 51, 51, 653, 656, 657, 646, 51, 51, 655, 666, 51, 658, 643, 51, 51, 648, 647, 649, 660, 659, 51, 51, 51, 51, 51, 654, 652, 51, 661, 653, 51, 663, 662, 51, 51, 655, 51, 51, 658, 664, 51, 665, 51, 669, 668, 660, 659, 51, 667, 670, 51, 51, 673, 672, 671, 661, 51, 51, 663, 662, 51, 51, 674, 51, 675, 677, 664, 676, 665, 51, 669, 668, 678, 51, 679, 667, 670, 51, 680, 673, 672, 671, 51, 681, 682, 682, 682, 682, 683, 586, 685, 586, 586, 51, 676, 51, 51, 51, 684, 51, 51, 679, 688, 689, 691, 680, 692, 690, 51, 694, 51, 51, 51, 693, 695, 683, 51, 685, 696, 697, 51, 51, 699, 698, 700, 684, 705, 51, 51, 688, 689, 691, 707, 692, 690, 708, 694, 51, 1033, 711, 693, 51, 51, 701, 51, 51, 704, 51, 702, 699, 698, 51, 51, 703, 51, 706, 709, 712, 51, 51, 51, 713, 714, 51, 51, 51, 711, 51, 715, 51, 701, 716, 51, 704, 717, 718, 710, 51, 719, 720, 725, 51, 706, 51, 51, 51, 724, 51, 713, 51, 51, 721, 722, 51, 51, 715, 51, 51, 716, 723, 51, 717, 718, 710, 726, 719, 720, 725, 51, 728, 727, 51, 730, 724, 729, 51, 51, 51, 721, 722, 732, 51, 731, 51, 733, 735, 723, 736, 51, 737, 51, 726, 51, 734, 51, 738, 728, 727, 51, 730, 51, 729, 51, 51, 51, 51, 742, 732, 741, 731, 51, 733, 735, 51, 736, 51, 737, 739, 740, 743, 734, 744, 738, 745, 51, 51, 51, 746, 747, 51, 748, 751, 51, 742, 750, 741, 51, 749, 753, 51, 752, 754, 757, 756, 739, 740, 51, 51, 744, 755, 745, 51, 51, 51, 746, 758, 51, 1033, 751, 51, 763, 51, 51, 51, 749, 753, 51, 752, 964, 768, 756, 51, 759, 760, 51, 51, 755, 51, 761, 51, 51, 51, 758, 765, 764, 51, 767, 763, 766, 762, 51, 769, 770, 771, 772, 51, 51, 51, 775, 759, 760, 51, 773, 51, 51, 761, 774, 51, 51, 51, 765, 764, 51, 767, 776, 766, 762, 51, 769, 770, 771, 772, 51, 51, 777, 775, 782, 783, 51, 773, 51, 781, 779, 774, 681, 682, 682, 682, 682, 51, 51, 776, 778, 686, 51, 686, 686, 780, 786, 784, 789, 777, 788, 787, 51, 51, 51, 785, 781, 779, 51, 794, 51, 51, 795, 790, 51, 51, 791, 778, 793, 798, 800, 51, 780, 786, 784, 51, 51, 788, 787, 799, 792, 51, 785, 801, 804, 51, 794, 51, 51, 795, 790, 796, 802, 791, 797, 793, 805, 51, 51, 803, 51, 51, 51, 806, 810, 51, 799, 792, 807, 51, 819, 804, 808, 51, 812, 51, 51, 809, 796, 802, 811, 797, 822, 805, 813, 820, 803, 51, 51, 51, 806, 51, 814, 815, 51, 807, 817, 51, 51, 816, 51, 812, 51, 51, 818, 51, 823, 811, 51, 821, 51, 813, 820, 51, 824, 51, 825, 826, 830, 814, 815, 829, 51, 817, 51, 828, 816, 827, 51, 51, 51, 818, 831, 823, 833, 840, 821, 51, 832, 51, 51, 824, 51, 825, 826, 51, 51, 51, 829, 834, 838, 835, 828, 841, 827, 51, 836, 51, 51, 831, 51, 833, 837, 844, 839, 832, 842, 843, 51, 51, 51, 51, 51, 51, 846, 51, 834, 838, 835, 845, 841, 847, 849, 836, 850, 51, 848, 51, 51, 837, 844, 839, 851, 842, 843, 51, 51, 853, 852, 51, 51, 846, 854, 51, 856, 51, 845, 51, 847, 849, 51, 51, 51, 848, 855, 857, 859, 858, 51, 851, 862, 860, 861, 51, 853, 852, 51, 51, 51, 854, 863, 856, 864, 51, 865, 51, 867, 866, 868, 872, 869, 855, 857, 859, 858, 51, 51, 871, 860, 861, 870, 51, 51, 51, 873, 874, 875, 877, 876, 887, 51, 51, 51, 51, 866, 868, 872, 869, 878, 51, 51, 879, 51, 51, 871, 882, 51, 870, 51, 51, 51, 873, 874, 875, 877, 876, 880, 883, 885, 51, 51, 884, 51, 51, 51, 878, 890, 886, 879, 888, 889, 51, 882, 891, 51, 892, 881, 51, 51, 893, 51, 51, 51, 880, 883, 51, 51, 894, 884, 895, 896, 51, 899, 890, 886, 51, 888, 51, 51, 897, 891, 900, 892, 881, 51, 898, 893, 51, 901, 51, 902, 903, 904, 905, 894, 51, 51, 896, 907, 906, 51, 51, 51, 909, 910, 51, 897, 51, 900, 908, 51, 51, 898, 911, 51, 901, 51, 902, 914, 904, 905, 912, 51, 913, 51, 907, 906, 916, 917, 915, 909, 918, 51, 920, 927, 51, 908, 51, 919, 51, 911, 51, 921, 923, 922, 51, 51, 930, 912, 51, 913, 51, 51, 926, 916, 51, 915, 924, 918, 51, 51, 51, 51, 929, 51, 919, 51, 925, 928, 921, 923, 922, 51, 931, 51, 51, 932, 933, 934, 935, 926, 936, 937, 938, 924, 939, 940, 51, 51, 51, 929, 944, 51, 946, 925, 928, 51, 941, 51, 51, 51, 51, 945, 932, 933, 934, 935, 51, 942, 937, 943, 947, 939, 940, 51, 51, 51, 948, 949, 51, 51, 961, 51, 51, 941, 953, 51, 950, 951, 945, 954, 955, 956, 958, 51, 942, 51, 943, 957, 51, 51, 51, 51, 51, 948, 949, 51, 959, 952, 51, 960, 962, 953, 963, 950, 966, 51, 51, 955, 956, 958, 967, 969, 51, 965, 957, 51, 51, 51, 51, 968, 51, 970, 51, 959, 952, 51, 960, 962, 971, 963, 972, 966, 973, 51, 51, 975, 974, 51, 969, 976, 965, 977, 51, 51, 979, 51, 968, 981, 970, 980, 982, 51, 51, 51, 978, 983, 51, 972, 51, 51, 51, 51, 975, 974, 984, 985, 976, 988, 977, 986, 51, 979, 987, 51, 991, 51, 980, 982, 51, 989, 990, 978, 51, 51, 992, 996, 51, 51, 51, 994, 998, 984, 985, 993, 988, 997, 986, 51, 995, 987, 51, 991, 51, 51, 999, 1000, 989, 990, 1002, 1001, 51, 992, 51, 1003, 1007, 1004, 994, 998, 51, 1005, 993, 51, 51, 51, 1008, 995, 51, 51, 1009, 51, 1006, 1010, 1000, 1011, 51, 1002, 1001, 51, 51, 1014, 1003, 1021, 1004, 1013, 1012, 51, 1005, 51, 51, 51, 51, 1008, 1018, 1019, 51, 1020, 51, 1006, 1010, 1015, 1011, 1023, 51, 1016, 1017, 51, 1014, 1022, 51, 51, 1013, 1012, 1024, 51, 1025, 51, 51, 51, 1028, 1018, 1019, 1026, 1020, 1029, 1027, 51, 1015, 1030, 1023, 1034, 1016, 1017, 1031, 1036, 1022, 1038, 51, 51, 51, 1035, 51, 1025, 51, 51, 1040, 1037, 51, 1039, 1026, 1041, 1029, 1027, 51, 1042, 51, 51, 51, 51, 51, 1031, 1036, 1043, 1038, 1044, 1045, 51, 1035, 51, 51, 1047, 51, 1046, 1037, 1048, 1039, 1049, 51, 51, 1051, 1052, 1050, 51, 1053, 1054, 51, 51, 51, 51, 1043, 51, 1044, 1045, 1069, 51, 1055, 51, 1056, 1057, 1046, 1058, 1048, 51, 51, 51, 51, 1051, 1052, 1050, 1060, 1053, 1054, 1059, 51, 51, 51, 1061, 1062, 1064, 1063, 51, 51, 1055, 1066, 1056, 1057, 1065, 1058, 51, 51, 51, 51, 51, 1067, 1068, 51, 1060, 1070, 51, 1059, 1072, 51, 1071, 1061, 1062, 1064, 1063, 1073, 1074, 1075, 1066, 51, 51, 1065, 1076, 1077, 1078, 1079, 51, 51, 1067, 1068, 1081, 51, 51, 1080, 51, 1072, 51, 1082, 51, 1084, 51, 51, 1073, 1074, 1075, 51, 51, 1088, 1086, 1076, 1077, 1078, 1079, 1085, 51, 51, 1083, 1081, 1087, 51, 1080, 51, 51, 51, 1082, 51, 1089, 1091, 51, 1093, 1090, 51, 51, 1092, 1088, 1086, 51, 51, 1095, 51, 1085, 1094, 51, 1083, 1096, 1087, 1032, 51, 1032, 1032, 51, 51, 1097, 1089, 1091, 1098, 1093, 1090, 1100, 51, 1092, 1099, 1101, 51, 1102, 1104, 51, 51, 1094, 1103, 51, 1096, 1106, 51, 1105, 1107, 51, 51, 1108, 1097, 51, 1110, 1098, 1112, 51, 1100, 1118, 51, 1099, 1101, 1109, 1102, 1113, 51, 1111, 1115, 1103, 1116, 1114, 1117, 51, 1105, 1120, 51, 1121, 51, 51, 51, 51, 51, 51, 51, 51, 1118, 51, 1125, 51, 1109, 51, 1113, 1119, 1111, 1126, 51, 1116, 1114, 1117, 1122, 51, 1124, 51, 1123, 51, 1127, 51, 51, 1131, 1128, 51, 1129, 51, 51, 1125, 51, 1130, 51, 1132, 1119, 51, 1126, 1133, 51, 51, 1134, 1122, 1135, 1124, 1136, 1123, 51, 1127, 51, 1142, 1131, 1128, 1137, 51, 51, 51, 51, 1138, 1130, 1139, 1132, 1140, 1141, 51, 1133, 51, 1144, 1134, 1143, 1135, 1145, 1146, 51, 1152, 1148, 51, 1142, 51, 1149, 1137, 51, 1147, 1151, 1156, 1138, 1150, 1139, 1155, 1140, 1141, 51, 51, 51, 1144, 1153, 1143, 51, 1145, 51, 51, 51, 1148, 1157, 51, 1158, 1149, 51, 51, 1147, 1154, 51, 51, 1150, 51, 1155, 1159, 1172, 51, 1160, 1161, 1162, 1153, 1163, 1166, 1164, 1165, 51, 1167, 1168, 51, 51, 1158, 51, 51, 51, 1169, 1154, 1170, 1174, 1171, 51, 51, 51, 51, 51, 1160, 1161, 1162, 51, 1163, 1173, 1164, 1165, 1175, 51, 1168, 51, 51, 51, 51, 51, 51, 1169, 1176, 1170, 1174, 1171, 1180, 1177, 1178, 51, 1179, 1275, 1181, 51, 1183, 1257, 1182, 51, 51, 51, 51, 1184, 51, 1185, 51, 51, 1186, 51, 1187, 51, 51, 1191, 1188, 1180, 1177, 1189, 51, 1179, 51, 1181, 1190, 1183, 1257, 1182, 51, 1195, 51, 51, 1194, 51, 1197, 51, 51, 1186, 51, 51, 51, 51, 1191, 1188, 1192, 1193, 1189, 51, 1196, 1198, 1202, 51, 51, 1199, 51, 51, 1195, 1200, 1201, 1194, 1206, 51, 51, 1212, 1204, 1203, 1207, 51, 1208, 1209, 1211, 1192, 1193, 1205, 1210, 1196, 51, 51, 51, 51, 1199, 51, 51, 51, 1200, 1201, 51, 1206, 51, 51, 1212, 1204, 1203, 1213, 51, 1208, 1215, 51, 51, 1218, 1205, 1210, 1214, 1216, 51, 1219, 51, 1217, 51, 1221, 1220, 51, 1224, 1222, 1226, 51, 1229, 51, 1290, 687, 1223, 51, 1225, 1215, 51, 51, 1228, 51, 1227, 1214, 1216, 51, 51, 51, 1217, 51, 1221, 1220, 51, 1224, 1222, 51, 51, 1229, 51, 1230, 1231, 1223, 51, 1225, 1233, 51, 1232, 1228, 1234, 1227, 1235, 1236, 51, 1237, 1238, 1240, 1245, 51, 1239, 51, 51, 51, 51, 51, 1241, 1246, 1230, 1231, 51, 1243, 1242, 1233, 51, 1232, 51, 1234, 51, 1235, 51, 51, 1237, 1244, 51, 51, 51, 1239, 51, 1247, 51, 1248, 1249, 1241, 1250, 51, 51, 1251, 1243, 1242, 1253, 1255, 1252, 1254, 51, 51, 1256, 51, 51, 1260, 1244, 1258, 51, 51, 1259, 1261, 51, 51, 1248, 1249, 51, 1250, 51, 1266, 1251, 1262, 1263, 1253, 1255, 1252, 1264, 51, 1265, 1267, 51, 1269, 1270, 51, 1258, 51, 1268, 1259, 51, 51, 1280, 51, 51, 51, 51, 1271, 1276, 51, 1262, 1263, 1273, 1277, 51, 1264, 1272, 1265, 1278, 51, 1269, 51, 51, 51, 1279, 1268, 51, 1274, 1282, 51, 51, 1283, 51, 1281, 1271, 1276, 51, 51, 1284, 1273, 1277, 1285, 51, 1272, 51, 1278, 1288, 51, 51, 1286, 1287, 1279, 51, 1289, 1274, 1282, 1291, 51, 1293, 51, 1281, 51, 51, 51, 51, 1292, 51, 1294, 1285, 1297, 1295, 51, 51, 1296, 51, 1300, 1286, 1287, 1298, 51, 1289, 51, 1301, 1291, 51, 1293, 51, 1299, 1302, 51, 51, 51, 1292, 1305, 1294, 51, 1297, 1295, 1303, 1304, 1296, 51, 1300, 51, 587, 1298, 687, 51, 51, 51, 51, 51, 51, 51, 1299, 1302, 51, 51, 587, 51, 51, 51, 51, 51, 51, 1303, 1304, 36, 36, 36, 36, 41, 41, 41, 41, 46, 46, 46, 46, 54, 54, 51, 54, 105, 105, 110, 110, 55, 55, 51, 55, 51, 51, 51, 51, 51, 51, 51, 51, 51, 111, 109, 108, 106, 51, 111, 109, 108, 106, 51, 1306, 9, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306 } ; static const flex_int16_t yy_chk[3747] = { 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, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 8, 8, 8, 11, 1318, 19, 14, 11, 14, 14, 71, 16, 20, 15, 22, 15, 40, 40, 19, 1317, 3, 23, 15, 4, 1316, 15, 1313, 5, 15, 16, 20, 6, 19, 23, 7, 34, 22, 8, 16, 20, 15, 22, 15, 71, 14, 1310, 21, 34, 23, 15, 1305, 24, 15, 17, 33, 62, 21, 17, 21, 24, 17, 17, 34, 17, 62, 35, 21, 35, 35, 21, 26, 24, 17, 21, 32, 33, 26, 24, 24, 31, 17, 33, 62, 21, 17, 21, 24, 17, 17, 25, 17, 18, 140, 21, 31, 18, 32, 26, 24, 18, 1301, 32, 31, 25, 18, 18, 31, 25, 18, 1288, 45, 27, 45, 45, 28, 25, 25, 18, 18, 27, 140, 31, 18, 1284, 28, 27, 18, 28, 27, 1283, 25, 18, 18, 30, 25, 18, 28, 27, 27, 49, 49, 28, 30, 29, 52, 58, 27, 29, 52, 59, 60, 28, 27, 58, 28, 27, 59, 30, 29, 51, 30, 51, 51, 57, 54, 29, 54, 54, 57, 30, 29, 60, 58, 61, 29, 213, 59, 60, 63, 64, 64, 65, 66, 57, 67, 29, 61, 65, 68, 69, 57, 67, 64, 70, 74, 57, 63, 106, 106, 73, 61, 70, 54, 213, 66, 63, 64, 64, 65, 66, 69, 67, 72, 68, 75, 68, 69, 74, 76, 77, 70, 74, 77, 77, 72, 73, 73, 78, 79, 80, 79, 81, 1280, 82, 81, 76, 75, 84, 83, 72, 89, 75, 76, 85, 122, 76, 82, 77, 78, 80, 85, 84, 77, 83, 78, 79, 80, 86, 81, 87, 82, 88, 76, 89, 84, 83, 87, 89, 88, 90, 85, 91, 1270, 93, 77, 86, 94, 122, 90, 93, 96, 96, 1267, 91, 86, 136, 87, 1266, 88, 99, 108, 94, 108, 108, 97, 95, 90, 99, 91, 92, 93, 1261, 92, 94, 98, 101, 95, 96, 97, 92, 95, 1260, 95, 92, 100, 98, 99, 92, 136, 95, 97, 97, 95, 92, 114, 100, 92, 101, 114, 92, 115, 98, 101, 95, 102, 97, 92, 95, 103, 95, 92, 100, 104, 102, 92, 111, 111, 103, 112, 115, 113, 114, 118, 117, 116, 104, 119, 115, 121, 155, 112, 102, 113, 116, 118, 103, 123, 125, 120, 104, 124, 155, 128, 125, 121, 112, 117, 113, 119, 118, 117, 116, 120, 119, 126, 121, 155, 133, 130, 120, 128, 127, 123, 123, 125, 120, 124, 124, 127, 128, 131, 129, 133, 132, 134, 126, 137, 138, 138, 120, 142, 126, 129, 130, 133, 130, 132, 143, 127, 135, 139, 141, 131, 1256, 135, 147, 134, 131, 129, 139, 132, 134, 143, 141, 144, 145, 148, 138, 135, 137, 146, 144, 149, 142, 1254, 135, 135, 139, 147, 149, 143, 135, 147, 150, 141, 153, 148, 145, 146, 143, 141, 144, 145, 148, 151, 135, 154, 146, 152, 149, 156, 151, 154, 152, 150, 157, 156, 153, 159, 158, 150, 160, 153, 157, 1247, 164, 161, 167, 168, 162, 160, 151, 158, 154, 162, 152, 163, 156, 165, 1246, 170, 166, 157, 172, 177, 165, 158, 164, 160, 161, 166, 159, 164, 161, 173, 171, 162, 163, 174, 1245, 167, 168, 171, 163, 170, 165, 172, 174, 166, 1240, 172, 175, 171, 170, 176, 175, 173, 177, 180, 179, 171, 173, 171, 192, 181, 174, 179, 185, 186, 171, 180, 170, 182, 183, 184, 186, 176, 181, 175, 171, 187, 176, 183, 188, 194, 180, 179, 189, 1238, 190, 182, 181, 184, 185, 185, 186, 192, 193, 191, 182, 183, 184, 203, 188, 195, 187, 198, 187, 189, 191, 188, 195, 193, 196, 189, 190, 190, 194, 197, 196, 1236, 199, 201, 200, 193, 191, 202, 197, 204, 198, 199, 195, 200, 198, 201, 203, 205, 208, 202, 207, 196, 210, 1226, 209, 207, 197, 211, 212, 199, 201, 200, 207, 209, 202, 210, 208, 214, 215, 219, 334, 211, 204, 217, 210, 208, 212, 207, 216, 210, 205, 209, 207, 218, 211, 212, 220, 1219, 214, 221, 216, 222, 210, 224, 214, 217, 215, 219, 334, 222, 217, 218, 223, 225, 220, 216, 229, 221, 226, 223, 218, 228, 232, 220, 227, 224, 221, 1218, 222, 231, 224, 230, 233, 227, 227, 225, 256, 1213, 227, 223, 225, 226, 227, 228, 234, 226, 345, 231, 228, 229, 233, 227, 236, 230, 236, 232, 231, 239, 230, 233, 227, 227, 256, 256, 238, 227, 234, 236, 237, 239, 236, 234, 235, 242, 345, 241, 237, 238, 236, 236, 240, 236, 235, 1211, 239, 242, 235, 235, 242, 235, 244, 238, 245, 241, 236, 237, 235, 236, 243, 235, 247, 240, 241, 1209, 1207, 243, 242, 240, 244, 235, 246, 243, 242, 235, 235, 242, 235, 244, 243, 246, 257, 248, 249, 247, 250, 245, 243, 247, 251, 249, 252, 250, 243, 248, 253, 1202, 255, 246, 243, 254, 282, 251, 252, 259, 258, 243, 260, 260, 248, 249, 262, 250, 265, 257, 259, 251, 253, 252, 255, 261, 254, 253, 258, 255, 264, 261, 254, 263, 266, 267, 259, 258, 262, 282, 270, 265, 260, 262, 268, 265, 263, 272, 264, 269, 271, 263, 261, 270, 1198, 266, 273, 264, 267, 274, 263, 266, 267, 271, 274, 277, 268, 270, 275, 272, 276, 268, 274, 263, 272, 269, 269, 271, 273, 278, 277, 275, 279, 273, 1197, 279, 274, 281, 276, 280, 286, 274, 277, 287, 284, 275, 284, 276, 291, 290, 288, 278, 287, 291, 294, 296, 278, 292, 286, 279, 293, 280, 294, 281, 281, 288, 280, 286, 298, 295, 287, 284, 290, 300, 297, 291, 290, 288, 302, 292, 295, 294, 293, 301, 292, 297, 299, 293, 296, 299, 301, 305, 300, 303, 298, 298, 295, 304, 307, 306, 300, 297, 303, 302, 299, 302, 305, 306, 310, 308, 301, 309, 311, 299, 310, 312, 299, 313, 305, 309, 303, 308, 304, 313, 304, 314, 306, 316, 315, 321, 317, 307, 317, 312, 311, 310, 308, 318, 309, 311, 315, 321, 312, 319, 313, 322, 1190, 314, 1187, 316, 320, 319, 314, 323, 316, 315, 321, 317, 324, 328, 322, 326, 322, 318, 318, 327, 320, 324, 320, 322, 319, 323, 322, 331, 329, 328, 333, 320, 330, 326, 323, 329, 328, 327, 332, 324, 328, 322, 326, 322, 335, 330, 327, 320, 330, 336, 332, 337, 338, 333, 340, 329, 328, 333, 330, 330, 331, 339, 341, 344, 343, 332, 337, 342, 344, 346, 341, 336, 330, 347, 348, 330, 336, 335, 337, 343, 349, 342, 339, 350, 347, 338, 351, 340, 339, 341, 352, 343, 353, 351, 342, 354, 344, 346, 355, 1185, 347, 356, 348, 349, 354, 350, 357, 349, 358, 359, 350, 360, 352, 351, 356, 364, 363, 352, 353, 353, 355, 357, 354, 358, 361, 355, 362, 365, 356, 364, 361, 363, 359, 357, 360, 358, 359, 367, 360, 1184, 1178, 366, 364, 363, 362, 368, 369, 371, 367, 365, 372, 361, 371, 362, 365, 366, 370, 374, 373, 368, 377, 369, 366, 372, 367, 375, 368, 376, 366, 378, 370, 373, 368, 369, 379, 1176, 380, 372, 1175, 374, 371, 379, 366, 370, 374, 373, 368, 375, 380, 376, 381, 382, 375, 377, 376, 385, 382, 383, 386, 381, 387, 379, 378, 380, 383, 384, 384, 390, 388, 391, 1173, 393, 392, 385, 388, 389, 386, 381, 382, 392, 389, 1172, 385, 396, 383, 386, 397, 391, 387, 393, 398, 394, 384, 395, 390, 388, 391, 394, 393, 392, 389, 395, 399, 397, 398, 396, 400, 401, 389, 399, 396, 403, 402, 397, 404, 400, 401, 398, 394, 403, 395, 402, 405, 406, 408, 407, 410, 389, 404, 399, 407, 1159, 409, 400, 401, 1157, 411, 408, 403, 402, 405, 404, 412, 409, 413, 406, 414, 415, 410, 405, 406, 408, 416, 410, 417, 415, 418, 412, 407, 409, 411, 414, 419, 411, 420, 419, 422, 1156, 423, 412, 416, 421, 413, 414, 415, 418, 420, 421, 424, 416, 417, 417, 423, 418, 426, 427, 429, 428, 430, 419, 422, 420, 426, 422, 429, 423, 431, 433, 421, 432, 424, 454, 454, 434, 1151, 424, 430, 441, 426, 433, 439, 426, 1146, 429, 431, 430, 445, 444, 427, 426, 428, 432, 444, 431, 433, 434, 432, 442, 454, 441, 434, 435, 447, 439, 441, 435, 442, 439, 435, 443, 445, 443, 446, 445, 448, 435, 1136, 449, 435, 449, 444, 457, 448, 435, 442, 451, 453, 447, 435, 447, 452, 450, 435, 450, 446, 435, 443, 456, 451, 446, 453, 448, 435, 452, 449, 435, 455, 458, 455, 457, 460, 459, 451, 453, 461, 468, 458, 452, 450, 456, 459, 462, 463, 461, 456, 464, 465, 467, 460, 469, 462, 470, 471, 455, 458, 465, 472, 460, 459, 474, 475, 461, 473, 468, 476, 477, 477, 467, 462, 475, 480, 464, 464, 465, 467, 463, 476, 469, 478, 479, 486, 480, 472, 472, 470, 471, 473, 475, 483, 473, 1129, 476, 474, 1121, 488, 477, 481, 480, 492, 1115, 478, 479, 489, 481, 1112, 478, 479, 486, 488, 483, 484, 484, 484, 490, 1110, 483, 490, 484, 491, 493, 489, 488, 506, 481, 496, 484, 492, 494, 493, 489, 497, 491, 498, 495, 504, 504, 1108, 497, 1107, 498, 490, 484, 499, 496, 484, 491, 493, 499, 501, 494, 506, 496, 484, 503, 494, 495, 500, 497, 502, 498, 495, 504, 503, 500, 508, 502, 507, 509, 510, 499, 501, 517, 507, 514, 512, 501, 1106, 513, 509, 508, 503, 515, 514, 500, 513, 502, 521, 519, 515, 516, 510, 508, 517, 507, 509, 510, 512, 522, 517, 518, 514, 512, 522, 516, 513, 520, 518, 523, 515, 519, 528, 524, 521, 521, 519, 525, 516, 520, 1104, 527, 530, 1095, 525, 528, 522, 529, 518, 531, 529, 523, 532, 1071, 520, 524, 523, 535, 534, 528, 524, 537, 541, 527, 525, 526, 533, 526, 527, 535, 530, 526, 531, 526, 529, 538, 531, 536, 526, 533, 532, 534, 539, 537, 535, 534, 542, 536, 537, 526, 541, 1069, 526, 533, 526, 539, 544, 542, 526, 536, 526, 538, 538, 540, 536, 526, 546, 545, 547, 539, 548, 540, 549, 542, 536, 545, 552, 550, 544, 547, 551, 554, 555, 544, 546, 550, 553, 565, 551, 557, 540, 1049, 1042, 546, 545, 547, 559, 558, 548, 558, 549, 552, 1041, 552, 550, 559, 560, 551, 553, 562, 561, 557, 561, 553, 554, 555, 557, 563, 562, 564, 565, 570, 569, 559, 558, 563, 568, 571, 560, 568, 574, 573, 572, 560, 570, 572, 562, 561, 573, 571, 575, 564, 576, 578, 563, 577, 564, 569, 570, 569, 579, 1034, 580, 568, 571, 574, 581, 574, 573, 572, 577, 582, 582, 582, 582, 582, 583, 587, 584, 587, 587, 578, 577, 575, 580, 576, 583, 581, 579, 580, 588, 589, 591, 581, 593, 590, 593, 595, 583, 591, 584, 594, 596, 583, 582, 584, 597, 598, 588, 595, 600, 599, 601, 583, 606, 589, 590, 588, 589, 591, 608, 593, 590, 609, 595, 594, 1032, 611, 594, 599, 596, 602, 600, 602, 604, 598, 603, 600, 599, 597, 601, 603, 1030, 607, 610, 612, 604, 606, 611, 613, 614, 609, 1028, 608, 611, 607, 615, 613, 602, 616, 1024, 604, 617, 618, 610, 615, 619, 620, 625, 603, 607, 617, 610, 612, 624, 618, 613, 616, 614, 621, 622, 625, 622, 615, 619, 620, 616, 623, 621, 617, 618, 610, 626, 619, 620, 625, 624, 628, 627, 623, 630, 624, 629, 1021, 1009, 626, 621, 622, 633, 628, 631, 997, 635, 637, 623, 638, 983, 639, 630, 626, 627, 636, 981, 640, 628, 627, 629, 630, 638, 629, 633, 631, 640, 637, 645, 633, 643, 631, 635, 635, 637, 639, 638, 636, 639, 641, 642, 646, 636, 647, 640, 648, 641, 642, 643, 649, 652, 647, 653, 656, 645, 645, 655, 643, 648, 654, 658, 656, 657, 659, 662, 661, 641, 642, 658, 646, 647, 660, 648, 661, 973, 649, 649, 663, 971, 964, 656, 654, 667, 652, 655, 653, 654, 658, 657, 657, 888, 672, 661, 660, 664, 665, 659, 662, 660, 663, 666, 664, 665, 667, 663, 669, 668, 669, 671, 667, 670, 666, 668, 673, 674, 675, 676, 888, 666, 672, 681, 664, 665, 670, 679, 674, 675, 666, 680, 671, 961, 673, 669, 668, 676, 671, 683, 670, 666, 679, 673, 674, 675, 676, 681, 683, 684, 681, 691, 692, 680, 679, 684, 690, 688, 680, 682, 682, 682, 682, 682, 688, 690, 683, 685, 687, 685, 687, 687, 689, 696, 693, 701, 684, 699, 698, 691, 689, 693, 694, 690, 688, 692, 705, 951, 694, 706, 702, 699, 682, 702, 685, 704, 710, 713, 696, 689, 696, 693, 698, 701, 699, 698, 711, 702, 704, 694, 715, 718, 705, 705, 702, 706, 706, 702, 707, 716, 702, 707, 704, 719, 711, 713, 717, 718, 717, 710, 720, 723, 707, 711, 702, 721, 719, 732, 718, 722, 716, 725, 721, 715, 722, 707, 716, 724, 707, 735, 719, 726, 733, 717, 720, 947, 724, 720, 726, 727, 728, 727, 721, 730, 723, 732, 729, 725, 725, 728, 730, 731, 722, 736, 724, 729, 734, 733, 726, 733, 731, 737, 735, 738, 739, 744, 727, 728, 742, 734, 730, 738, 741, 729, 740, 742, 736, 737, 731, 745, 736, 747, 755, 734, 741, 746, 739, 944, 737, 747, 738, 739, 740, 744, 746, 742, 748, 753, 749, 741, 756, 740, 745, 751, 748, 751, 745, 749, 747, 752, 759, 754, 746, 757, 758, 755, 753, 752, 754, 756, 757, 761, 758, 748, 753, 749, 760, 756, 762, 764, 751, 765, 759, 763, 761, 760, 752, 759, 754, 766, 757, 758, 763, 931, 769, 767, 766, 930, 761, 770, 764, 772, 762, 760, 767, 762, 764, 769, 770, 765, 763, 771, 773, 775, 774, 772, 766, 778, 776, 777, 771, 769, 767, 774, 775, 776, 770, 779, 772, 780, 773, 781, 777, 784, 783, 785, 790, 786, 771, 773, 775, 774, 785, 786, 788, 776, 777, 787, 790, 927, 778, 791, 792, 793, 795, 794, 805, 780, 783, 781, 779, 783, 785, 790, 786, 796, 784, 788, 797, 787, 792, 788, 799, 791, 787, 793, 794, 795, 791, 792, 793, 795, 794, 798, 801, 803, 797, 799, 802, 805, 802, 796, 796, 808, 804, 797, 806, 807, 914, 799, 810, 810, 811, 798, 808, 801, 812, 798, 910, 811, 798, 801, 804, 803, 813, 802, 814, 815, 806, 818, 808, 804, 899, 806, 815, 807, 816, 810, 820, 811, 798, 812, 817, 812, 817, 821, 813, 822, 823, 824, 825, 813, 821, 820, 815, 827, 826, 818, 816, 814, 829, 831, 827, 816, 826, 820, 828, 829, 825, 817, 832, 824, 821, 822, 822, 835, 824, 825, 833, 828, 834, 823, 827, 826, 837, 838, 836, 829, 839, 831, 841, 848, 832, 828, 836, 840, 833, 832, 834, 842, 844, 843, 840, 835, 852, 833, 839, 834, 837, 844, 847, 837, 843, 836, 845, 839, 845, 842, 838, 848, 851, 847, 840, 841, 846, 849, 842, 844, 843, 851, 853, 846, 852, 854, 855, 856, 857, 847, 858, 859, 860, 845, 861, 862, 857, 859, 849, 851, 868, 861, 870, 846, 849, 856, 863, 854, 855, 863, 853, 869, 854, 855, 856, 857, 862, 866, 859, 867, 871, 861, 862, 858, 869, 860, 872, 873, 868, 866, 884, 867, 872, 863, 876, 870, 874, 875, 869, 877, 878, 879, 881, 878, 866, 889, 867, 880, 871, 873, 874, 881, 879, 872, 873, 876, 882, 875, 884, 883, 886, 876, 887, 874, 891, 875, 880, 878, 879, 881, 892, 894, 877, 890, 880, 887, 891, 890, 882, 893, 894, 895, 886, 882, 875, 883, 883, 886, 896, 887, 897, 891, 898, 885, 893, 901, 900, 897, 894, 902, 890, 903, 895, 892, 904, 902, 893, 906, 895, 905, 907, 904, 907, 901, 903, 908, 896, 897, 900, 903, 898, 905, 901, 900, 909, 911, 902, 915, 903, 912, 912, 904, 913, 913, 918, 906, 905, 907, 911, 916, 917, 903, 915, 908, 919, 923, 909, 917, 918, 921, 925, 909, 911, 920, 915, 924, 912, 916, 922, 913, 920, 918, 919, 921, 926, 928, 916, 917, 932, 929, 922, 919, 925, 933, 937, 934, 921, 925, 923, 935, 920, 929, 934, 924, 938, 922, 935, 928, 939, 932, 936, 940, 928, 941, 933, 932, 929, 926, 936, 945, 933, 952, 934, 943, 942, 938, 935, 937, 943, 940, 942, 938, 948, 949, 941, 950, 939, 936, 940, 946, 941, 954, 945, 946, 946, 948, 945, 953, 954, 952, 943, 942, 955, 865, 956, 946, 949, 950, 959, 948, 949, 957, 950, 960, 958, 953, 946, 962, 954, 965, 946, 946, 963, 967, 953, 969, 956, 864, 960, 966, 955, 956, 958, 957, 972, 968, 959, 970, 957, 972, 960, 958, 966, 974, 967, 962, 969, 965, 963, 963, 967, 975, 969, 976, 977, 970, 966, 968, 975, 979, 976, 978, 968, 980, 970, 982, 850, 972, 985, 986, 984, 974, 987, 988, 830, 985, 980, 977, 975, 984, 976, 977, 1004, 978, 989, 988, 990, 991, 978, 992, 980, 986, 979, 982, 987, 985, 986, 984, 994, 987, 988, 993, 989, 992, 990, 995, 996, 999, 998, 991, 1004, 989, 1001, 990, 991, 1000, 992, 998, 995, 993, 994, 999, 1002, 1003, 1000, 994, 1005, 1001, 993, 1006, 996, 1005, 995, 996, 999, 998, 1007, 1008, 1010, 1001, 1002, 1003, 1000, 1011, 1012, 1013, 1014, 1006, 819, 1002, 1003, 1016, 1011, 1010, 1015, 1008, 1006, 1012, 1017, 1005, 1019, 1014, 1007, 1007, 1008, 1010, 809, 1013, 1025, 1022, 1011, 1012, 1013, 1014, 1020, 1016, 1015, 1018, 1016, 1023, 1017, 1015, 1022, 1025, 1018, 1017, 1020, 1026, 1029, 800, 1035, 1027, 789, 1019, 1031, 1025, 1022, 1023, 1027, 1037, 782, 1020, 1036, 1029, 1018, 1038, 1023, 1033, 1031, 1033, 1033, 1026, 1035, 1039, 1026, 1029, 1040, 1035, 1027, 1044, 1036, 1031, 1043, 1045, 1043, 1046, 1048, 1037, 1039, 1036, 1047, 1038, 1038, 1051, 1046, 1050, 1052, 1040, 1044, 1053, 1039, 1047, 1055, 1040, 1057, 1045, 1044, 1063, 1050, 1043, 1045, 1054, 1046, 1058, 1048, 1056, 1060, 1047, 1061, 1059, 1062, 1051, 1050, 1065, 1052, 1066, 1061, 1053, 1063, 1056, 1055, 1054, 1057, 1059, 1063, 1058, 1072, 1072, 1054, 1062, 1058, 1064, 1056, 1073, 1060, 1061, 1059, 1062, 1067, 1064, 1070, 1067, 1068, 1066, 1074, 1068, 1065, 1078, 1075, 1070, 1076, 768, 750, 1072, 1073, 1077, 1078, 1079, 1064, 1074, 1073, 1080, 1077, 1080, 1081, 1067, 1082, 1070, 1083, 1068, 1075, 1074, 1081, 1089, 1078, 1075, 1084, 1084, 1076, 1079, 1082, 1085, 1077, 1086, 1079, 1087, 1088, 1085, 1080, 1089, 1091, 1081, 1090, 1082, 1092, 1093, 1083, 1100, 1096, 1087, 1089, 1086, 1097, 1084, 1088, 1094, 1099, 1105, 1085, 1098, 1086, 1103, 1087, 1088, 1090, 1091, 1092, 1091, 1101, 1090, 1094, 1092, 1096, 1093, 1097, 1096, 1109, 1098, 1111, 1097, 1100, 1101, 1094, 1102, 1099, 1105, 1098, 1103, 1103, 1113, 1128, 1102, 1114, 1116, 1117, 1101, 1118, 1122, 1119, 1120, 1111, 1123, 1124, 743, 1109, 1111, 1119, 1120, 714, 1125, 1102, 1126, 1131, 1127, 1114, 1116, 1117, 1113, 1128, 1114, 1116, 1117, 1118, 1118, 1130, 1119, 1120, 1132, 1124, 1124, 1122, 1125, 1126, 1131, 1123, 1127, 1125, 1133, 1126, 1131, 1127, 1138, 1134, 1135, 712, 1137, 1268, 1139, 1138, 1141, 1241, 1140, 1130, 1134, 1139, 1132, 1142, 1137, 1143, 1241, 709, 1144, 1141, 1145, 708, 1133, 1150, 1147, 1138, 1134, 1148, 1135, 1137, 1140, 1139, 1149, 1141, 1241, 1140, 1268, 1154, 1150, 703, 1153, 1142, 1158, 1143, 1144, 1144, 1147, 1153, 1145, 1148, 1150, 1147, 1152, 1152, 1148, 1154, 1155, 1160, 1164, 700, 1149, 1161, 1152, 1155, 1154, 1162, 1163, 1153, 1168, 1161, 1158, 1179, 1166, 1165, 1169, 1168, 1170, 1171, 1177, 1152, 1152, 1167, 1174, 1155, 1179, 1160, 1164, 1166, 1161, 1162, 1163, 1165, 1162, 1163, 1170, 1168, 1167, 1174, 1179, 1166, 1165, 1180, 1169, 1170, 1182, 1171, 1177, 1188, 1167, 1174, 1181, 1183, 1181, 1189, 697, 1186, 1182, 1192, 1191, 695, 1195, 1193, 1199, 1192, 1203, 1203, 1287, 686, 1194, 1180, 1196, 1182, 1195, 1183, 1201, 1188, 1200, 1181, 1183, 1186, 1191, 1189, 1186, 1193, 1192, 1191, 1194, 1195, 1193, 1196, 1199, 1203, 1200, 1204, 1205, 1194, 1201, 1196, 1208, 1287, 1206, 1201, 1210, 1200, 1212, 1214, 678, 1215, 1216, 1220, 1225, 1208, 1217, 1215, 1210, 1204, 1205, 677, 1221, 1227, 1204, 1205, 1206, 1223, 1222, 1208, 1212, 1206, 1217, 1210, 1223, 1212, 1222, 1214, 1215, 1224, 1216, 1220, 1225, 1217, 1221, 1228, 651, 1229, 1230, 1221, 1231, 1227, 1224, 1232, 1223, 1222, 1234, 1237, 1233, 1235, 1234, 1230, 1239, 1231, 1237, 1244, 1224, 1242, 1232, 1229, 1243, 1248, 1243, 1228, 1229, 1230, 1233, 1231, 1242, 1253, 1232, 1249, 1250, 1234, 1237, 1233, 1251, 1235, 1252, 1255, 1239, 1258, 1259, 1244, 1242, 1252, 1257, 1243, 1257, 1248, 1274, 1249, 1250, 1258, 1251, 1262, 1269, 1253, 1249, 1250, 1264, 1271, 1262, 1251, 1263, 1252, 1272, 1255, 1258, 1269, 1259, 1263, 1273, 1257, 1264, 1265, 1276, 1265, 1274, 1277, 1271, 1275, 1262, 1269, 1276, 1272, 1278, 1264, 1271, 1279, 1273, 1263, 650, 1272, 1285, 1275, 1279, 1281, 1282, 1273, 644, 1286, 1265, 1276, 1289, 634, 1291, 1277, 1275, 1286, 632, 605, 1289, 1290, 1278, 1292, 1279, 1295, 1293, 1281, 1282, 1294, 1285, 1298, 1281, 1282, 1296, 1290, 1286, 1294, 1299, 1289, 1291, 1291, 1296, 1297, 1300, 1292, 1293, 1295, 1290, 1304, 1292, 1297, 1295, 1293, 1302, 1303, 1294, 1298, 1298, 592, 586, 1296, 585, 1303, 1300, 567, 1299, 566, 556, 543, 1297, 1300, 511, 505, 487, 485, 1302, 1304, 482, 466, 440, 1302, 1303, 1307, 1307, 1307, 1307, 1308, 1308, 1308, 1308, 1309, 1309, 1309, 1309, 1311, 1311, 438, 1311, 1312, 1312, 1314, 1314, 1315, 1315, 437, 1315, 436, 425, 325, 289, 285, 283, 206, 178, 169, 110, 109, 107, 105, 50, 46, 42, 41, 36, 10, 9, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306, 1306 } ; 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 "configlexer.lex" #line 2 "configlexer.lex" /* * configlexer.lex - lexical analyzer for NSD config file * * Copyright (c) 2001-2006, NLnet Labs. All rights reserved * * See LICENSE for the license. * */ /* because flex keeps having sign-unsigned compare problems that are unfixed*/ #if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2)))) #pragma GCC diagnostic ignored "-Wsign-compare" #endif #include #include #include #include #ifdef HAVE_GLOB_H # include #endif #include "options.h" #include "configparser.h" #if 0 #define LEXOUT(s) printf s /* used ONLY when debugging */ #else #define LEXOUT(s) #endif struct inc_state { char* filename; int line; YY_BUFFER_STATE buffer; struct inc_state* next; }; static struct inc_state* config_include_stack = NULL; static int inc_depth = 0; static void config_start_include(const char* filename) { FILE *input; struct inc_state* s; char* nm; if(inc_depth++ > 10000000) { c_error("too many include files"); return; } if(strlen(filename) == 0) { c_error("empty include file name"); return; } s = (struct inc_state*)malloc(sizeof(*s)); if(!s) { c_error("include %s: malloc failure", filename); return; } nm = strdup(filename); if(!nm) { c_error("include %s: strdup failure", filename); free(s); return; } input = fopen(filename, "r"); if(!input) { c_error("cannot open include file '%s': %s", filename, strerror(errno)); free(s); free(nm); return; } LEXOUT(("switch_to_include_file(%s) ", filename)); s->filename = cfg_parser->filename; s->line = cfg_parser->line; s->buffer = YY_CURRENT_BUFFER; s->next = config_include_stack; config_include_stack = s; cfg_parser->filename = nm; cfg_parser->line = 1; yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE)); } static void config_start_include_glob(const char* filename) { /* check for wildcards */ #ifdef HAVE_GLOB glob_t g; int i, r, flags; #endif /* HAVE_GLOB */ if (cfg_parser->chroot) { int l = strlen(cfg_parser->chroot); /* chroot has trailing slash */ if (strncmp(cfg_parser->chroot, filename, l) != 0) { c_error("include file '%s' is not relative to chroot '%s'", filename, cfg_parser->chroot); return; } filename += l - 1; /* strip chroot without trailing slash */ } #ifdef HAVE_GLOB if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') && !strchr(filename, '{') && !strchr(filename, '~'))) { flags = 0 #ifdef GLOB_ERR | GLOB_ERR #endif /* do not set GLOB_NOSORT so the results are sorted and in a predictable order. */ #ifdef GLOB_BRACE | GLOB_BRACE #endif #ifdef GLOB_TILDE | GLOB_TILDE #endif ; memset(&g, 0, sizeof(g)); r = glob(filename, flags, NULL, &g); if(r) { /* some error */ globfree(&g); if(r == GLOB_NOMATCH) return; /* no matches for pattern */ config_start_include(filename); /* let original deal with it */ return; } /* process files found, if any */ for(i=(int)g.gl_pathc-1; i>=0; i--) { config_start_include(g.gl_pathv[i]); } globfree(&g); return; } #endif /* HAVE_GLOB */ config_start_include(filename); } static void config_end_include(void) { struct inc_state* s = config_include_stack; --inc_depth; if(!s) return; free(cfg_parser->filename); cfg_parser->filename = s->filename; cfg_parser->line = s->line; yy_delete_buffer(YY_CURRENT_BUFFER); yy_switch_to_buffer(s->buffer); config_include_stack = s->next; free(s); } #ifndef yy_set_bol /* compat definition, for flex 2.4.6 */ #define yy_set_bol(at_bol) \ { \ if ( ! yy_current_buffer ) \ yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \ } #endif #line 2121 "" #define YY_NO_INPUT 1 #line 165 "configlexer.lex" #ifndef YY_NO_UNPUT #define YY_NO_UNPUT 1 #endif #ifndef YY_NO_INPUT #define YY_NO_INPUT 1 #endif #line 2130 "" #line 2132 "" #define INITIAL 0 #define quotedstring 1 #define include 2 #define include_quoted 3 #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 183 "configlexer.lex" #line 2352 "" 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 >= 1307 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 3680 ); yy_find_action: yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); 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 184 "configlexer.lex" { LEXOUT(("SP ")); /* ignore */ } YY_BREAK case 2: YY_RULE_SETUP #line 185 "configlexer.lex" { LEXOUT(("comment(%s) ", yytext)); /* ignore */ } YY_BREAK case 3: YY_RULE_SETUP #line 186 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SERVER;} YY_BREAK case 4: YY_RULE_SETUP #line 187 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_NAME;} YY_BREAK case 5: YY_RULE_SETUP #line 188 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IP_ADDRESS;} YY_BREAK case 6: YY_RULE_SETUP #line 189 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IP_ADDRESS;} YY_BREAK case 7: YY_RULE_SETUP #line 190 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IP_TRANSPARENT;} YY_BREAK case 8: YY_RULE_SETUP #line 191 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IP_FREEBIND;} YY_BREAK case 9: YY_RULE_SETUP #line 192 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SEND_BUFFER_SIZE;} YY_BREAK case 10: YY_RULE_SETUP #line 193 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RECEIVE_BUFFER_SIZE;} YY_BREAK case 11: YY_RULE_SETUP #line 194 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DEBUG_MODE;} YY_BREAK case 12: YY_RULE_SETUP #line 195 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_USE_SYSTEMD;} YY_BREAK case 13: YY_RULE_SETUP #line 196 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_HIDE_VERSION;} YY_BREAK case 14: YY_RULE_SETUP #line 197 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_HIDE_IDENTITY;} YY_BREAK case 15: YY_RULE_SETUP #line 198 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DROP_UPDATES; } YY_BREAK case 16: YY_RULE_SETUP #line 199 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IP4_ONLY;} YY_BREAK case 17: YY_RULE_SETUP #line 200 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IP6_ONLY;} YY_BREAK case 18: YY_RULE_SETUP #line 201 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DO_IP4;} YY_BREAK case 19: YY_RULE_SETUP #line 202 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DO_IP6;} YY_BREAK case 20: YY_RULE_SETUP #line 203 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DATABASE;} YY_BREAK case 21: YY_RULE_SETUP #line 204 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IDENTITY;} YY_BREAK case 22: YY_RULE_SETUP #line 205 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERSION;} YY_BREAK case 23: YY_RULE_SETUP #line 206 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_NSID;} YY_BREAK case 24: YY_RULE_SETUP #line 207 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_LOGFILE;} YY_BREAK case 25: YY_RULE_SETUP #line 208 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_LOG_ONLY_SYSLOG;} YY_BREAK case 26: YY_RULE_SETUP #line 209 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SERVER_COUNT;} YY_BREAK case 27: YY_RULE_SETUP #line 210 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TCP_COUNT;} YY_BREAK case 28: YY_RULE_SETUP #line 211 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TCP_REJECT_OVERFLOW;} YY_BREAK case 29: YY_RULE_SETUP #line 212 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TCP_QUERY_COUNT;} YY_BREAK case 30: YY_RULE_SETUP #line 213 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TCP_TIMEOUT;} YY_BREAK case 31: YY_RULE_SETUP #line 214 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TCP_MSS;} YY_BREAK case 32: YY_RULE_SETUP #line 215 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_OUTGOING_TCP_MSS;} YY_BREAK case 33: YY_RULE_SETUP #line 216 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IPV4_EDNS_SIZE;} YY_BREAK case 34: YY_RULE_SETUP #line 217 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IPV6_EDNS_SIZE;} YY_BREAK case 35: YY_RULE_SETUP #line 218 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_PIDFILE;} YY_BREAK case 36: YY_RULE_SETUP #line 219 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_PORT;} YY_BREAK case 37: YY_RULE_SETUP #line 220 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_REUSEPORT;} YY_BREAK case 38: YY_RULE_SETUP #line 221 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_STATISTICS;} YY_BREAK case 39: YY_RULE_SETUP #line 222 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CHROOT;} YY_BREAK case 40: YY_RULE_SETUP #line 223 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_USERNAME;} YY_BREAK case 41: YY_RULE_SETUP #line 224 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONESDIR;} YY_BREAK case 42: YY_RULE_SETUP #line 225 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONELISTFILE;} YY_BREAK case 43: YY_RULE_SETUP #line 226 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DIFFFILE;} YY_BREAK case 44: YY_RULE_SETUP #line 227 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_XFRDFILE;} YY_BREAK case 45: YY_RULE_SETUP #line 228 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_XFRDIR;} YY_BREAK case 46: YY_RULE_SETUP #line 229 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_XFRD_RELOAD_TIMEOUT;} YY_BREAK case 47: YY_RULE_SETUP #line 230 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERBOSITY;} YY_BREAK case 48: YY_RULE_SETUP #line 231 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONE;} YY_BREAK case 49: YY_RULE_SETUP #line 232 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILE;} YY_BREAK case 50: YY_RULE_SETUP #line 233 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONESTATS;} YY_BREAK case 51: YY_RULE_SETUP #line 234 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_NOTIFY;} YY_BREAK case 52: YY_RULE_SETUP #line 235 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SIZE_LIMIT_XFR;} YY_BREAK case 53: YY_RULE_SETUP #line 236 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_REQUEST_XFR;} YY_BREAK case 54: YY_RULE_SETUP #line 237 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_NOTIFY;} YY_BREAK case 55: YY_RULE_SETUP #line 238 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_NOTIFY_RETRY;} YY_BREAK case 56: YY_RULE_SETUP #line 239 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_PROVIDE_XFR;} YY_BREAK case 57: YY_RULE_SETUP #line 240 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_QUERY;} YY_BREAK case 58: YY_RULE_SETUP #line 241 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_OUTGOING_INTERFACE;} YY_BREAK case 59: YY_RULE_SETUP #line 242 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_AXFR_FALLBACK;} YY_BREAK case 60: YY_RULE_SETUP #line 243 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_AUTH;} YY_BREAK case 61: YY_RULE_SETUP #line 244 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_AUTH_DOMAIN_NAME;} YY_BREAK case 62: YY_RULE_SETUP #line 245 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_AUTH_CLIENT_CERT;} YY_BREAK case 63: YY_RULE_SETUP #line 246 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_AUTH_CLIENT_KEY;} YY_BREAK case 64: YY_RULE_SETUP #line 247 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_AUTH_CLIENT_KEY_PW;} YY_BREAK case 65: YY_RULE_SETUP #line 248 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_KEY;} YY_BREAK case 66: YY_RULE_SETUP #line 249 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ALGORITHM;} YY_BREAK case 67: YY_RULE_SETUP #line 250 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SECRET;} YY_BREAK case 68: YY_RULE_SETUP #line 251 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_PATTERN;} YY_BREAK case 69: YY_RULE_SETUP #line 252 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_INCLUDE_PATTERN;} YY_BREAK case 70: YY_RULE_SETUP #line 253 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_REMOTE_CONTROL;} YY_BREAK case 71: YY_RULE_SETUP #line 254 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_ENABLE;} YY_BREAK case 72: YY_RULE_SETUP #line 255 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_INTERFACE;} YY_BREAK case 73: YY_RULE_SETUP #line 256 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_PORT;} YY_BREAK case 74: YY_RULE_SETUP #line 257 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SERVER_KEY_FILE;} YY_BREAK case 75: YY_RULE_SETUP #line 258 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_SERVER_CERT_FILE;} YY_BREAK case 76: YY_RULE_SETUP #line 259 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_KEY_FILE;} YY_BREAK case 77: YY_RULE_SETUP #line 260 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_CERT_FILE;} YY_BREAK case 78: YY_RULE_SETUP #line 261 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_AXFR;} YY_BREAK case 79: YY_RULE_SETUP #line 262 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_UDP;} YY_BREAK case 80: YY_RULE_SETUP #line 263 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_SIZE;} YY_BREAK case 81: YY_RULE_SETUP #line 264 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_RATELIMIT;} YY_BREAK case 82: YY_RULE_SETUP #line 265 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_SLIP;} YY_BREAK case 83: YY_RULE_SETUP #line 266 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_IPV4_PREFIX_LENGTH;} YY_BREAK case 84: YY_RULE_SETUP #line 267 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_IPV6_PREFIX_LENGTH;} YY_BREAK case 85: YY_RULE_SETUP #line 268 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_WHITELIST_RATELIMIT;} YY_BREAK case 86: YY_RULE_SETUP #line 269 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_RRL_WHITELIST;} YY_BREAK case 87: YY_RULE_SETUP #line 270 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILES_CHECK;} YY_BREAK case 88: YY_RULE_SETUP #line 271 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILES_WRITE;} YY_BREAK case 89: YY_RULE_SETUP #line 272 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP;} YY_BREAK case 90: YY_RULE_SETUP #line 273 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_ENABLE;} YY_BREAK case 91: YY_RULE_SETUP #line 274 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_SOCKET_PATH; } YY_BREAK case 92: YY_RULE_SETUP #line 275 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_SEND_IDENTITY; } YY_BREAK case 93: YY_RULE_SETUP #line 276 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_SEND_VERSION; } YY_BREAK case 94: YY_RULE_SETUP #line 277 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_IDENTITY; } YY_BREAK case 95: YY_RULE_SETUP #line 278 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_VERSION; } YY_BREAK case 96: YY_RULE_SETUP #line 279 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_LOG_AUTH_QUERY_MESSAGES; } YY_BREAK case 97: YY_RULE_SETUP #line 280 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_DNSTAP_LOG_AUTH_RESPONSE_MESSAGES; } YY_BREAK case 98: YY_RULE_SETUP #line 281 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_LOG_TIME_ASCII;} YY_BREAK case 99: YY_RULE_SETUP #line 282 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ROUND_ROBIN;} YY_BREAK case 100: YY_RULE_SETUP #line 283 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MINIMAL_RESPONSES;} YY_BREAK case 101: YY_RULE_SETUP #line 284 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CONFINE_TO_ZONE;} YY_BREAK case 102: YY_RULE_SETUP #line 285 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_REFUSE_ANY;} YY_BREAK case 103: YY_RULE_SETUP #line 286 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MAX_REFRESH_TIME;} YY_BREAK case 104: YY_RULE_SETUP #line 287 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MIN_REFRESH_TIME;} YY_BREAK case 105: YY_RULE_SETUP #line 288 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MAX_RETRY_TIME;} YY_BREAK case 106: YY_RULE_SETUP #line 289 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MIN_RETRY_TIME;} YY_BREAK case 107: YY_RULE_SETUP #line 290 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MIN_EXPIRE_TIME;} YY_BREAK case 108: YY_RULE_SETUP #line 291 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_STORE_IXFR;} YY_BREAK case 109: YY_RULE_SETUP #line 292 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IXFR_SIZE;} YY_BREAK case 110: YY_RULE_SETUP #line 293 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_IXFR_NUMBER;} YY_BREAK case 111: YY_RULE_SETUP #line 294 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CREATE_IXFR;} YY_BREAK case 112: YY_RULE_SETUP #line 295 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_MULTI_MASTER_CHECK;} YY_BREAK case 113: YY_RULE_SETUP #line 296 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_SERVICE_KEY;} YY_BREAK case 114: YY_RULE_SETUP #line 297 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_SERVICE_OCSP;} YY_BREAK case 115: YY_RULE_SETUP #line 298 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_SERVICE_PEM;} YY_BREAK case 116: YY_RULE_SETUP #line 299 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_PORT;} YY_BREAK case 117: YY_RULE_SETUP #line 300 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_TLS_CERT_BUNDLE; } YY_BREAK case 118: YY_RULE_SETUP #line 301 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ANSWER_COOKIE;} YY_BREAK case 119: YY_RULE_SETUP #line 302 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_COOKIE_SECRET;} YY_BREAK case 120: YY_RULE_SETUP #line 303 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_COOKIE_SECRET_FILE;} YY_BREAK case 121: YY_RULE_SETUP #line 304 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_XFRD_TCP_MAX;} YY_BREAK case 122: YY_RULE_SETUP #line 305 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_XFRD_TCP_PIPELINE;} YY_BREAK case 123: YY_RULE_SETUP #line 306 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFY; } YY_BREAK case 124: YY_RULE_SETUP #line 307 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_ENABLE; } YY_BREAK case 125: YY_RULE_SETUP #line 308 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFY_ZONE; } YY_BREAK case 126: YY_RULE_SETUP #line 309 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFY_ZONES; } YY_BREAK case 127: YY_RULE_SETUP #line 310 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER; } YY_BREAK case 128: YY_RULE_SETUP #line 311 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_COUNT; } YY_BREAK case 129: YY_RULE_SETUP #line 312 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_FEED_ZONE; } YY_BREAK case 130: YY_RULE_SETUP #line 313 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_TIMEOUT; } YY_BREAK case 131: /* rule 131 can match eol */ YY_RULE_SETUP #line 314 "configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++;} YY_BREAK case 132: YY_RULE_SETUP #line 316 "configlexer.lex" { yyless(yyleng - (yyleng - 8)); LEXOUT(("v(%s) ", yytext)); return VAR_SERVERS; } YY_BREAK case 133: YY_RULE_SETUP #line 321 "configlexer.lex" { yyless(yyleng - (yyleng - 13)); LEXOUT(("v(%s) ", yytext)); return VAR_BINDTODEVICE; } YY_BREAK case 134: YY_RULE_SETUP #line 326 "configlexer.lex" { yyless(yyleng - (yyleng - 7)); LEXOUT(("v(%s) ", yytext)); return VAR_SETFIB; } YY_BREAK case 135: YY_RULE_SETUP #line 332 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_CPU_AFFINITY; } YY_BREAK case 136: YY_RULE_SETUP #line 333 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); return VAR_XFRD_CPU_AFFINITY; } YY_BREAK case 137: YY_RULE_SETUP #line 334 "configlexer.lex" { char *str = yytext; LEXOUT(("v(%s) ", yytext)); /* Skip server- */ while (*str != '\0' && (*str < '0' || *str > '9')) { str++; } c_lval.llng = strtoll(str, NULL, 10); return VAR_SERVER_CPU_AFFINITY; } YY_BREAK /* Quoted strings. Strip leading and ending quotes */ case 138: YY_RULE_SETUP #line 346 "configlexer.lex" { BEGIN(quotedstring); LEXOUT(("QS ")); } YY_BREAK case YY_STATE_EOF(quotedstring): #line 347 "configlexer.lex" { c_error("EOF inside quoted string"); BEGIN(INITIAL); } YY_BREAK case 139: YY_RULE_SETUP #line 351 "configlexer.lex" { LEXOUT(("STR(%s) ", yytext)); yymore(); } YY_BREAK case 140: /* rule 140 can match eol */ YY_RULE_SETUP #line 352 "configlexer.lex" { cfg_parser->line++; yymore(); } YY_BREAK case 141: YY_RULE_SETUP #line 353 "configlexer.lex" { LEXOUT(("QE ")); BEGIN(INITIAL); yytext[yyleng - 1] = '\0'; c_lval.str = region_strdup(cfg_parser->opt->region, yytext); return STRING; } YY_BREAK /* include: directive */ case 142: YY_RULE_SETUP #line 362 "configlexer.lex" { LEXOUT(("v(%s) ", yytext)); BEGIN(include); } YY_BREAK case YY_STATE_EOF(include): #line 363 "configlexer.lex" { c_error("EOF inside include directive"); BEGIN(INITIAL); } YY_BREAK case 143: YY_RULE_SETUP #line 367 "configlexer.lex" { LEXOUT(("ISP ")); /* ignore */ } YY_BREAK case 144: /* rule 144 can match eol */ YY_RULE_SETUP #line 368 "configlexer.lex" { LEXOUT(("NL\n")); cfg_parser->line++;} YY_BREAK case 145: YY_RULE_SETUP #line 369 "configlexer.lex" { LEXOUT(("IQS ")); BEGIN(include_quoted); } YY_BREAK case 146: YY_RULE_SETUP #line 370 "configlexer.lex" { LEXOUT(("Iunquotedstr(%s) ", yytext)); config_start_include_glob(yytext); BEGIN(INITIAL); } YY_BREAK case YY_STATE_EOF(include_quoted): #line 375 "configlexer.lex" { c_error("EOF inside quoted string"); BEGIN(INITIAL); } YY_BREAK case 147: YY_RULE_SETUP #line 379 "configlexer.lex" { LEXOUT(("ISTR(%s) ", yytext)); yymore(); } YY_BREAK case 148: /* rule 148 can match eol */ YY_RULE_SETUP #line 380 "configlexer.lex" { cfg_parser->line++; yymore(); } YY_BREAK case 149: YY_RULE_SETUP #line 381 "configlexer.lex" { LEXOUT(("IQE ")); yytext[yyleng - 1] = '\0'; config_start_include_glob(yytext); BEGIN(INITIAL); } YY_BREAK case YY_STATE_EOF(INITIAL): #line 387 "configlexer.lex" { yy_set_bol(1); /* Set beginning of line, so "^" rules match. */ if (!config_include_stack) { yyterminate(); } else { fclose(yyin); config_end_include(); } } YY_BREAK case 150: YY_RULE_SETUP #line 397 "configlexer.lex" { LEXOUT(("unquotedstr(%s) ", yytext)); c_lval.str = region_strdup(cfg_parser->opt->region, yytext); return STRING; } YY_BREAK case 151: YY_RULE_SETUP #line 400 "configlexer.lex" ECHO; YY_BREAK #line 3246 "" 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_c_buf_p); 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 >= 1307 ) 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 >= 1307 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 1306); 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 = file ? (isatty( fileno(file) ) > 0) : 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 400 "configlexer.lex"