#line 2 "mdllex.c" #line 4 "mdllex.c" #define YY_INT_ALIGNED long int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 39 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* An opaque pointer. */ #ifndef YY_TYPEDEF_YY_SCANNER_T #define YY_TYPEDEF_YY_SCANNER_T typedef void* yyscan_t; #endif /* For convenience, these vars (plus the bison vars far below) are macros in the reentrant scanner. */ #define yyin yyg->yyin_r #define yyout yyg->yyout_r #define yyextra yyg->yyextra_r #define yyleng yyg->yyleng_r #define yytext yyg->yytext_r #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) #define yy_flex_debug yyg->yy_flex_debug_r /* 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 yyg->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 ((yyg->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 mdlrestart(yyin ,yyscanner ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #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 = yyg->yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yyg->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, yyg->yytext_ptr , yyscanner ) #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ yy_size_t yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via mdlrestart()), 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 */ /* 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 ( yyg->yy_buffer_stack \ ? yyg->yy_buffer_stack[yyg->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 yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] void mdlrestart (FILE *input_file ,yyscan_t yyscanner ); void mdl_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); YY_BUFFER_STATE mdl_create_buffer (FILE *file,int size ,yyscan_t yyscanner ); void mdl_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); void mdl_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); void mdlpush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); void mdlpop_buffer_state (yyscan_t yyscanner ); static void mdlensure_buffer_stack (yyscan_t yyscanner ); static void mdl_load_buffer_state (yyscan_t yyscanner ); static void mdl_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner ); #define YY_FLUSH_BUFFER mdl_flush_buffer(YY_CURRENT_BUFFER ,yyscanner) YY_BUFFER_STATE mdl_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner ); YY_BUFFER_STATE mdl_scan_string (yyconst char *yy_str ,yyscan_t yyscanner ); YY_BUFFER_STATE mdl_scan_bytes (yyconst char *bytes,yy_size_t len ,yyscan_t yyscanner ); void *mdlalloc (yy_size_t ,yyscan_t yyscanner ); void *mdlrealloc (void *,yy_size_t ,yyscan_t yyscanner ); void mdlfree (void * ,yyscan_t yyscanner ); #define yy_new_buffer mdl_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ mdlensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ mdl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ mdlensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ mdl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) #define mdlwrap(yyscanner) 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; typedef int yy_state_type; #define yytext_ptr yytext_r static yy_state_type yy_get_previous_state (yyscan_t yyscanner ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner); static int yy_get_next_buffer (yyscan_t yyscanner ); static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yyg->yytext_ptr = yy_bp; \ yyleng = (size_t) (yy_cp - yy_bp); \ yyg->yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yyg->yy_c_buf_p = yy_cp; #define YY_NUM_RULES 286 #define YY_END_OF_BUFFER 287 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int32_t yy_accept[2348] = { 0, 0, 0, 3, 3, 287, 284, 9, 285, 284, 284, 283, 284, 283, 280, 283, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 3, 5, 286, 9, 285, 11, 0, 282, 0, 279, 2, 0, 279, 280, 0, 0, 10, 0, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 165, 281, 281, 281, 176, 281, 281, 281, 281, 184, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 242, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 3, 5, 5, 7, 4, 6, 282, 0, 0, 1, 279, 0, 0, 279, 0, 0, 12, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 36, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 56, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 97, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 135, 136, 281, 281, 281, 281, 146, 281, 150, 281, 281, 281, 281, 281, 281, 281, 281, 281, 175, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 215, 281, 281, 281, 281, 281, 281, 281, 281, 281, 231, 281, 234, 281, 281, 281, 281, 243, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 270, 281, 281, 281, 281, 0, 279, 0, 0, 279, 0, 0, 281, 281, 15, 281, 281, 28, 281, 30, 31, 281, 281, 281, 281, 39, 281, 281, 281, 281, 281, 281, 57, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 67, 64, 281, 281, 281, 281, 281, 281, 96, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 129, 281, 281, 132, 281, 281, 281, 281, 281, 281, 281, 281, 151, 281, 281, 281, 281, 281, 167, 281, 169, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 212, 281, 281, 281, 228, 281, 281, 223, 281, 225, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 249, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 0, 279, 0, 0, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 27, 281, 281, 281, 281, 281, 38, 281, 281, 281, 47, 281, 281, 281, 281, 59, 60, 281, 281, 281, 281, 79, 281, 281, 281, 281, 281, 281, 90, 281, 281, 281, 99, 281, 281, 281, 104, 281, 105, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 134, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 208, 281, 281, 211, 213, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 269, 281, 281, 281, 281, 0, 276, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 34, 35, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 8, 281, 281, 281, 281, 111, 281, 281, 114, 281, 281, 281, 281, 281, 281, 281, 281, 156, 281, 281, 281, 281, 281, 144, 281, 281, 281, 281, 281, 281, 281, 166, 281, 281, 174, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 209, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 278, 281, 281, 271, 281, 277, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 55, 281, 281, 69, 281, 281, 80, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 115, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 227, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 248, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 267, 281, 272, 281, 273, 281, 281, 281, 16, 281, 281, 20, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 88, 281, 281, 281, 100, 281, 281, 281, 281, 281, 281, 110, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 133, 281, 281, 281, 281, 281, 281, 281, 281, 155, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 268, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 25, 281, 281, 281, 33, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 82, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 157, 281, 162, 281, 281, 281, 281, 281, 281, 281, 281, 281, 186, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 210, 281, 281, 281, 281, 281, 219, 281, 281, 281, 281, 281, 281, 281, 281, 281, 238, 281, 240, 281, 281, 246, 281, 250, 281, 281, 281, 281, 281, 281, 281, 259, 281, 281, 281, 281, 281, 281, 281, 281, 281, 13, 281, 281, 281, 281, 281, 22, 281, 281, 281, 281, 281, 281, 281, 281, 281, 48, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 98, 281, 281, 281, 281, 107, 281, 281, 281, 281, 281, 281, 281, 281, 120, 281, 281, 281, 124, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 194, 281, 281, 281, 281, 200, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 218, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 257, 281, 281, 281, 281, 281, 265, 266, 281, 274, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 40, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 121, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 139, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 181, 182, 183, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 198, 201, 281, 281, 281, 281, 281, 281, 281, 281, 217, 281, 281, 281, 281, 281, 281, 281, 281, 281, 235, 281, 281, 239, 281, 281, 281, 247, 281, 281, 281, 254, 281, 281, 281, 281, 281, 263, 281, 264, 275, 281, 281, 18, 19, 281, 281, 281, 26, 29, 281, 281, 281, 281, 281, 281, 281, 281, 281, 54, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 87, 281, 281, 281, 281, 281, 281, 281, 281, 281, 108, 281, 281, 281, 281, 117, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 177, 281, 281, 281, 185, 281, 281, 281, 281, 281, 192, 281, 281, 281, 281, 281, 281, 281, 281, 206, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 233, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 17, 281, 23, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 58, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 91, 281, 94, 281, 281, 281, 103, 281, 281, 281, 281, 281, 118, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 138, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 168, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 193, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 216, 281, 281, 281, 281, 226, 281, 232, 281, 281, 281, 241, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 21, 281, 32, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 95, 281, 281, 281, 281, 281, 281, 281, 119, 281, 281, 125, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 197, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 244, 245, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 71, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 101, 281, 106, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 154, 281, 281, 281, 281, 171, 281, 281, 281, 281, 281, 281, 281, 189, 281, 281, 281, 281, 281, 281, 281, 204, 281, 207, 214, 281, 281, 221, 281, 281, 281, 281, 281, 281, 281, 281, 255, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 63, 281, 72, 73, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 93, 281, 281, 281, 281, 116, 281, 281, 281, 127, 281, 281, 281, 160, 281, 281, 281, 147, 281, 281, 281, 281, 153, 281, 281, 281, 281, 281, 172, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 203, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 24, 281, 281, 42, 281, 281, 281, 46, 281, 281, 281, 281, 62, 281, 281, 281, 281, 281, 281, 83, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 126, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 173, 281, 281, 281, 281, 190, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 237, 281, 281, 281, 281, 258, 281, 281, 281, 281, 281, 281, 281, 43, 281, 281, 281, 281, 61, 281, 281, 281, 281, 281, 65, 281, 281, 281, 281, 102, 281, 281, 281, 122, 281, 281, 131, 130, 281, 281, 140, 141, 142, 281, 281, 281, 281, 281, 281, 159, 281, 281, 170, 178, 281, 281, 187, 281, 281, 281, 281, 281, 281, 230, 281, 281, 224, 281, 281, 281, 281, 281, 281, 281, 260, 281, 281, 281, 281, 281, 281, 45, 49, 281, 281, 281, 281, 281, 281, 281, 78, 281, 281, 86, 281, 281, 281, 281, 281, 281, 281, 137, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 191, 281, 281, 281, 281, 205, 281, 281, 281, 281, 281, 281, 281, 281, 256, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 76, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 195, 281, 281, 202, 281, 222, 281, 85, 281, 281, 281, 281, 281, 261, 14, 281, 281, 44, 281, 281, 281, 281, 281, 281, 281, 68, 66, 281, 84, 89, 281, 281, 281, 281, 281, 128, 143, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 229, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, 74, 77, 75, 281, 92, 281, 281, 281, 281, 281, 281, 281, 152, 281, 281, 281, 164, 281, 281, 281, 196, 281, 220, 281, 281, 281, 281, 281, 281, 281, 50, 281, 281, 70, 281, 109, 281, 281, 281, 281, 281, 281, 281, 281, 281, 179, 281, 281, 281, 236, 281, 251, 281, 281, 37, 41, 281, 281, 281, 281, 281, 123, 281, 281, 281, 281, 281, 281, 281, 281, 199, 281, 281, 281, 281, 52, 81, 281, 113, 145, 148, 281, 158, 281, 281, 180, 281, 281, 281, 281, 51, 281, 112, 281, 161, 281, 281, 253, 252, 281, 281, 149, 163, 281, 281, 281, 188, 281, 281, 281, 281, 281, 281, 262, 281, 281, 281, 53, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 5, 6, 7, 1, 1, 7, 7, 7, 7, 8, 9, 7, 9, 10, 11, 12, 13, 14, 15, 16, 16, 16, 16, 16, 16, 7, 7, 7, 17, 7, 1, 7, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 7, 44, 7, 7, 45, 1, 46, 46, 47, 46, 48, 49, 46, 46, 50, 46, 46, 51, 52, 53, 54, 55, 46, 56, 57, 58, 46, 46, 46, 46, 46, 46, 7, 7, 7, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[59] = { 0, 1, 1, 2, 1, 1, 1, 1, 3, 1, 4, 3, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 } ; static yyconst flex_int32_t yy_base[2355] = { 0, 0, 0, 56, 57, 2486, 2487, 59, 2482, 2467, 56, 2487, 57, 66, 66, 79, 65, 71, 83, 64, 75, 100, 69, 91, 96, 0, 2461, 108, 119, 121, 123, 131, 138, 151, 161, 88, 172, 75, 2460, 76, 2425, 2425, 0, 84, 2471, 146, 2475, 2487, 130, 2487, 138, 187, 2487, 2474, 198, 209, 224, 2427, 2487, 2421, 0, 2438, 135, 2444, 208, 2454, 2451, 2439, 128, 2443, 166, 2446, 173, 212, 196, 229, 2444, 2444, 192, 2442, 146, 2429, 2426, 229, 2433, 187, 2429, 2425, 2427, 2429, 2419, 2424, 2437, 2430, 2422, 231, 2430, 2429, 2427, 242, 206, 2408, 241, 225, 251, 2418, 2423, 232, 244, 2419, 2422, 0, 2418, 2406, 2420, 2406, 0, 246, 2408, 255, 261, 2415, 250, 2420, 2415, 265, 141, 2404, 271, 2400, 276, 274, 264, 2397, 2398, 2402, 2398, 282, 2401, 2407, 209, 2393, 2384, 272, 2391, 2390, 2388, 2372, 2366, 2371, 2364, 0, 114, 294, 2487, 2487, 2487, 297, 303, 2416, 2487, 309, 320, 330, 335, 2364, 2362, 2384, 2377, 2378, 2368, 2386, 2380, 2388, 2378, 2380, 2389, 2369, 2360, 2382, 2374, 2373, 2364, 2380, 2369, 2362, 2364, 2376, 2364, 0, 2363, 2367, 2355, 288, 2369, 2372, 2353, 2365, 2369, 2365, 2364, 2362, 2353, 2356, 2349, 2354, 2350, 2341, 2342, 2340, 2353, 2356, 2341, 2342, 2340, 2341, 2333, 2338, 2346, 2341, 2333, 2335, 2325, 2325, 2339, 2342, 2324, 2325, 2320, 2334, 2337, 2317, 2335, 2339, 2325, 2319, 2317, 2323, 2312, 0, 2310, 304, 2323, 2322, 2325, 2301, 2319, 2314, 2310, 2319, 2315, 0, 2314, 2302, 2299, 2296, 2290, 2305, 128, 2304, 2308, 2306, 2307, 2289, 2296, 2298, 2301, 2290, 2296, 2302, 2288, 2289, 2296, 2283, 2275, 0, 2292, 2276, 2292, 2289, 2273, 2278, 2275, 2281, 2268, 0, 2282, 0, 2280, 2258, 2270, 2279, 0, 327, 2276, 2277, 2272, 2268, 2278, 2253, 2257, 2248, 2254, 2269, 2259, 2260, 0, 2234, 2237, 2233, 2235, 347, 352, 360, 365, 370, 2229, 2235, 2247, 2246, 0, 367, 2254, 0, 2259, 0, 2233, 2242, 2244, 2238, 2251, 0, 2254, 2250, 2243, 2237, 2247, 2239, 2245, 2244, 2228, 2244, 2231, 2224, 2230, 2229, 2217, 2232, 2219, 2226, 0, 0, 2235, 2232, 2220, 2217, 2221, 2212, 0, 2227, 2226, 307, 2218, 2211, 2227, 2207, 2201, 2206, 2219, 2218, 2194, 2203, 2199, 2199, 2217, 2199, 2204, 2214, 2186, 0, 2193, 2198, 0, 2191, 2215, 2196, 2180, 2189, 2201, 2190, 368, 0, 2198, 2200, 2174, 2181, 2191, 0, 2193, 0, 2193, 2194, 2182, 2174, 2171, 2184, 2185, 2171, 2189, 2171, 2187, 2159, 2158, 2165, 2183, 2178, 2167, 2180, 2158, 2159, 2158, 2173, 2171, 0, 2170, 2146, 2145, 2144, 2166, 2152, 0, 2165, 0, 2154, 2153, 2165, 2160, 2159, 2142, 2134, 2147, 2141, 2152, 0, 2145, 2152, 2142, 2146, 2149, 369, 2140, 2140, 2142, 2146, 2109, 2112, 2106, 2110, 397, 402, 2114, 2108, 2127, 2141, 2123, 2139, 308, 2130, 2118, 195, 2122, 2127, 2134, 0, 2114, 371, 2108, 2119, 2113, 0, 2118, 2111, 2112, 2099, 2098, 2120, 2110, 2105, 0, 2094, 2108, 2108, 2114, 2113, 0, 2097, 2097, 2102, 2094, 2099, 2092, 0, 2110, 2106, 2090, 0, 2107, 2092, 2078, 0, 2085, 2076, 2075, 2093, 2081, 2082, 321, 2094, 2094, 2069, 2082, 2094, 2085, 2073, 2089, 2082, 2086, 2080, 0, 2067, 374, 2062, 2067, 2066, 2080, 2069, 2057, 2060, 2068, 2070, 2058, 2068, 2058, 2055, 2054, 2053, 2054, 2051, 2055, 2060, 2066, 2062, 2054, 382, 2047, 2055, 2049, 2059, 2047, 2041, 2054, 0, 2053, 2029, 0, 0, 2051, 398, 2037, 2026, 2044, 2051, 2044, 2041, 2046, 2028, 2035, 2039, 392, 2017, 393, 2039, 2034, 2023, 2038, 2026, 2015, 402, 2017, 2036, 2031, 2007, 2020, 0, 2002, 1991, 378, 1990, 1994, 2487, 2009, 2008, 2012, 2006, 2020, 2021, 2003, 2017, 2002, 2008, 1999, 2005, 1999, 1988, 1997, 2005, 0, 0, 2004, 2007, 1983, 1995, 2006, 1992, 1983, 1986, 1986, 1986, 1975, 1982, 1973, 1982, 1974, 1989, 1969, 1981, 1975, 1985, 1973, 1987, 1972, 1977, 1968, 1969, 0, 410, 1969, 1985, 1967, 0, 1966, 1978, 1978, 1976, 1974, 1959, 1975, 1973, 1967, 1967, 1955, 1936, 1946, 1947, 40, 37, 136, 0, 188, 262, 286, 282, 299, 314, 316, 0, 350, 326, 0, 382, 357, 377, 403, 400, 400, 410, 401, 393, 421, 409, 403, 410, 419, 407, 400, 424, 402, 0, 416, 408, 424, 433, 430, 417, 434, 420, 411, 420, 436, 414, 438, 436, 436, 431, 427, 444, 448, 449, 433, 432, 435, 430, 449, 429, 439, 447, 440, 449, 434, 460, 457, 0, 437, 425, 0, 435, 2487, 459, 465, 452, 472, 461, 463, 457, 459, 470, 475, 472, 477, 469, 466, 470, 466, 486, 474, 476, 481, 476, 491, 465, 476, 0, 490, 477, 0, 495, 498, 0, 485, 479, 484, 475, 501, 500, 478, 498, 504, 490, 490, 494, 506, 515, 503, 493, 504, 519, 0, 493, 513, 514, 504, 497, 511, 522, 523, 513, 516, 503, 531, 520, 518, 520, 518, 509, 519, 534, 521, 536, 541, 528, 524, 543, 526, 532, 521, 536, 539, 533, 549, 533, 546, 544, 543, 537, 550, 556, 533, 557, 557, 563, 564, 562, 555, 549, 569, 567, 552, 545, 546, 560, 563, 561, 559, 570, 575, 560, 568, 563, 566, 0, 580, 558, 559, 560, 577, 582, 586, 576, 572, 590, 580, 587, 588, 579, 558, 0, 567, 0, 579, 574, 584, 0, 599, 591, 0, 606, 603, 606, 604, 592, 603, 612, 595, 596, 602, 613, 603, 605, 606, 603, 606, 622, 613, 610, 618, 613, 614, 625, 610, 612, 619, 636, 607, 633, 609, 610, 634, 625, 613, 626, 630, 629, 626, 633, 620, 0, 647, 648, 648, 643, 655, 648, 643, 645, 657, 633, 647, 0, 644, 652, 665, 667, 653, 665, 652, 651, 654, 654, 647, 656, 671, 663, 670, 659, 661, 669, 672, 666, 677, 659, 679, 668, 671, 685, 687, 665, 682, 673, 695, 692, 686, 693, 697, 689, 694, 703, 700, 694, 679, 694, 692, 709, 699, 709, 694, 697, 704, 703, 702, 701, 717, 718, 721, 704, 708, 712, 720, 702, 728, 711, 728, 733, 721, 715, 718, 713, 0, 707, 706, 738, 746, 736, 732, 728, 728, 730, 729, 742, 0, 738, 733, 735, 0, 748, 751, 745, 738, 756, 740, 749, 761, 743, 759, 764, 753, 754, 756, 768, 752, 766, 744, 745, 767, 760, 767, 759, 775, 767, 780, 777, 769, 768, 764, 773, 768, 769, 785, 772, 790, 772, 781, 785, 794, 791, 792, 778, 784, 779, 782, 791, 783, 785, 785, 801, 802, 790, 800, 810, 791, 795, 0, 811, 0, 812, 808, 790, 791, 805, 815, 817, 795, 815, 0, 806, 810, 811, 829, 813, 818, 815, 831, 835, 832, 819, 818, 827, 841, 834, 839, 0, 825, 842, 827, 829, 834, 823, 848, 825, 849, 843, 838, 843, 846, 846, 841, 0, 842, 835, 863, 860, 0, 852, 0, 852, 863, 851, 851, 865, 851, 853, 0, 854, 859, 864, 857, 864, 859, 875, 846, 851, 0, 879, 870, 865, 881, 878, 0, 876, 886, 883, 882, 883, 872, 876, 890, 868, 892, 889, 898, 880, 892, 901, 900, 899, 889, 901, 904, 903, 903, 882, 908, 905, 895, 900, 896, 911, 902, 913, 899, 913, 0, 903, 902, 922, 905, 0, 910, 921, 925, 919, 924, 918, 911, 925, 0, 928, 920, 915, 0, 924, 921, 931, 931, 936, 923, 926, 925, 944, 945, 931, 944, 936, 947, 932, 942, 946, 951, 943, 940, 943, 948, 957, 950, 953, 947, 942, 963, 964, 966, 962, 954, 0, 972, 956, 954, 958, 0, 979, 976, 962, 963, 969, 965, 973, 959, 968, 970, 981, 0, 973, 988, 980, 983, 995, 988, 986, 974, 980, 973, 983, 990, 984, 987, 986, 995, 1007, 994, 990, 996, 1000, 985, 1013, 1010, 991, 1001, 998, 0, 0, 988, 0, 992, 1014, 1003, 1019, 1009, 1020, 1025, 1008, 1013, 1015, 1018, 0, 1028, 1023, 1019, 1014, 1032, 1031, 1022, 1020, 1035, 1014, 1031, 1041, 1025, 1045, 1046, 1032, 1034, 1032, 1042, 1038, 1033, 1042, 1041, 1043, 1054, 1049, 1054, 1032, 1043, 1053, 1050, 1052, 1056, 1051, 1054, 1063, 1066, 1061, 0, 1043, 1056, 1064, 1053, 1070, 1061, 1059, 1063, 1059, 1064, 1076, 0, 1073, 1055, 1064, 1079, 1085, 1075, 1074, 1076, 1089, 1072, 1086, 1092, 1080, 1083, 1078, 1092, 1079, 1094, 1072, 1086, 0, 0, 0, 1082, 1075, 1089, 1103, 1098, 1107, 1096, 1090, 1096, 1092, 1085, 0, 1100, 1110, 1096, 1115, 1113, 1114, 1100, 1116, 0, 1107, 1118, 1116, 1103, 1105, 1126, 1109, 1125, 1105, 0, 1103, 1114, 0, 1132, 1125, 1113, 0, 1115, 1119, 1136, 0, 1121, 1135, 1123, 1114, 1129, 0, 1123, 0, 0, 1127, 1127, 0, 0, 1133, 1129, 1129, 0, 0, 1143, 1150, 1131, 1139, 1133, 1150, 1136, 1148, 1153, 0, 1146, 1156, 1134, 1144, 1159, 1144, 1157, 1148, 1165, 1154, 1156, 1156, 1168, 1168, 0, 1169, 1172, 1171, 1169, 1163, 1173, 1162, 1156, 1168, 0, 1178, 1172, 1171, 1181, 0, 1179, 1173, 1171, 1169, 1172, 1179, 1177, 1185, 1190, 1168, 1188, 1170, 1181, 1180, 1183, 1193, 1202, 1201, 1193, 1187, 1205, 1205, 1200, 1204, 1208, 1193, 1198, 1212, 1214, 1204, 0, 1199, 1203, 1216, 0, 1202, 1206, 1202, 1201, 1210, 0, 1224, 1205, 1211, 1210, 1209, 1212, 1226, 1231, 0, 1219, 1225, 1217, 1222, 1225, 1233, 1230, 1227, 1221, 1223, 1215, 0, 1241, 1240, 1222, 1232, 1247, 1236, 1247, 1250, 1239, 1225, 1249, 1240, 1252, 1237, 1253, 0, 1240, 0, 1251, 1242, 1242, 1251, 1258, 1260, 1246, 1266, 1250, 1254, 1257, 0, 1243, 1253, 1253, 1250, 1263, 1261, 1272, 1273, 1267, 1261, 1260, 1255, 1281, 1284, 1281, 1273, 0, 1274, 1280, 1285, 0, 1284, 1291, 1284, 1266, 1281, 0, 1282, 1296, 1278, 1279, 1298, 1286, 1288, 1284, 1285, 1290, 1294, 0, 1298, 1303, 1294, 1307, 1306, 1303, 1304, 1309, 1310, 1296, 1296, 1298, 0, 1299, 1299, 1312, 1317, 1295, 1303, 1324, 1321, 1309, 1319, 1320, 0, 1302, 1315, 1311, 1328, 1306, 1313, 1318, 1335, 1318, 1326, 0, 1321, 1336, 1330, 1342, 0, 1335, 0, 1341, 1331, 1331, 0, 1334, 1337, 1345, 1343, 1350, 1352, 1348, 1339, 1335, 1352, 1330, 1358, 0, 1345, 0, 1352, 1357, 1354, 1346, 1359, 1354, 1352, 1367, 1355, 1365, 1352, 1352, 1368, 1346, 1370, 1362, 1349, 1350, 1354, 1360, 1365, 1378, 1363, 1365, 1371, 1366, 0, 1363, 1372, 1370, 1371, 1371, 1376, 1373, 0, 1390, 1367, 0, 1391, 1379, 1378, 1391, 1392, 1387, 1397, 1388, 1382, 1391, 1401, 1379, 1389, 1389, 1392, 1398, 1403, 1394, 1405, 1396, 1402, 1403, 1417, 1400, 1400, 1401, 1406, 1403, 1409, 1406, 1411, 0, 1407, 1416, 1411, 1429, 1417, 1423, 1414, 1429, 1427, 1435, 1425, 1418, 1424, 1435, 1427, 1427, 0, 0, 1415, 1416, 1436, 1426, 1432, 1433, 1429, 1436, 1433, 1449, 1439, 1439, 1436, 1444, 1456, 1449, 1439, 1442, 1441, 1434, 1449, 1455, 1460, 1450, 1454, 1449, 1450, 1454, 1468, 1465, 1472, 1469, 1470, 1467, 1472, 1458, 1460, 0, 1465, 0, 1476, 1457, 1465, 1465, 1476, 1468, 1470, 1469, 1462, 1476, 1477, 1474, 1480, 1481, 1491, 1478, 1470, 1481, 1491, 1476, 0, 1497, 1488, 1495, 1490, 0, 1498, 1489, 1490, 1501, 1495, 1503, 1498, 0, 1500, 1506, 1495, 1489, 1513, 1514, 1508, 0, 1509, 0, 0, 1513, 1504, 1496, 1516, 1512, 1513, 1514, 1511, 1515, 1527, 1520, 0, 1515, 1516, 1519, 1516, 1532, 1518, 1520, 1526, 1513, 1537, 1523, 1532, 1536, 1526, 1538, 1529, 1529, 1530, 1535, 0, 1537, 0, 0, 1552, 1542, 1550, 1541, 1543, 1554, 1545, 1545, 1533, 1544, 0, 1545, 1536, 1537, 1551, 0, 1546, 1548, 1550, 0, 1564, 1559, 1554, 0, 1566, 1546, 1557, 0, 1556, 1562, 1573, 1564, 0, 1566, 1567, 1567, 1569, 1564, 0, 1580, 1560, 1566, 1573, 1571, 1571, 1576, 1572, 1575, 1593, 1579, 0, 1587, 1581, 1593, 1580, 1585, 1582, 1583, 1598, 1584, 1587, 1597, 1598, 1595, 1589, 1589, 1583, 1596, 1604, 0, 1586, 1600, 0, 1607, 1612, 1605, 0, 1604, 1604, 1593, 1617, 0, 1611, 1604, 1624, 1619, 1613, 1608, 0, 1610, 1616, 1612, 1631, 1613, 1620, 1615, 1634, 1618, 1633, 0, 1630, 1636, 1621, 1622, 1627, 1625, 1637, 1628, 1640, 1634, 1629, 1631, 1640, 1627, 1637, 0, 1652, 1638, 1645, 1640, 0, 1647, 1646, 1658, 1645, 1650, 1646, 1648, 1640, 1660, 1656, 1663, 1663, 1670, 0, 1665, 1656, 1656, 1676, 0, 1658, 1661, 1665, 1666, 1664, 1669, 1669, 0, 1680, 1672, 1686, 1687, 0, 1684, 1670, 1672, 1683, 1675, 1667, 1687, 1678, 1689, 1679, 0, 1679, 1693, 1701, 0, 1687, 1692, 0, 0, 1697, 1691, 0, 0, 0, 1698, 1690, 1700, 1701, 1683, 1684, 0, 1685, 1696, 0, 0, 1687, 1688, 1689, 1699, 1698, 1704, 1716, 1704, 1698, 0, 1705, 1705, 0, 1717, 1707, 1708, 1724, 1710, 1706, 1712, 0, 1728, 1716, 1721, 1731, 1709, 1724, 0, 0, 1736, 1720, 1740, 1739, 1738, 1725, 1730, 0, 1749, 1728, 0, 1729, 1741, 1738, 1734, 1751, 1726, 1750, 0, 1741, 1755, 1753, 1754, 1745, 1743, 1756, 1760, 1763, 1759, 1748, 1748, 0, 1749, 1755, 1743, 1752, 0, 1764, 1769, 1759, 1751, 1768, 1764, 1778, 1752, 0, 1769, 1762, 1764, 1768, 1778, 1767, 1778, 1768, 1780, 1769, 1773, 1787, 1779, 1790, 1791, 1791, 1772, 1793, 1784, 1798, 1796, 1793, 1783, 1785, 1793, 1797, 1788, 1794, 1795, 1805, 1810, 1797, 1793, 1805, 1810, 1808, 0, 1799, 1799, 0, 1799, 0, 1801, 0, 1806, 1802, 1809, 1806, 1820, 0, 0, 1811, 1809, 0, 1814, 1824, 1818, 1819, 1818, 1814, 1815, 0, 0, 1819, 0, 0, 1822, 1832, 1819, 1827, 1831, 0, 0, 1829, 1834, 1823, 1825, 1829, 1837, 1833, 1843, 1837, 1834, 1833, 1832, 1844, 1849, 0, 1841, 1855, 1854, 1853, 1858, 1842, 1852, 1855, 1850, 1843, 1860, 0, 0, 0, 1851, 0, 1849, 1860, 1860, 1857, 1862, 1857, 1872, 0, 1859, 1863, 1857, 0, 1872, 1863, 1874, 0, 1860, 0, 1862, 1862, 1878, 1868, 1866, 1866, 1883, 0, 1872, 1871, 0, 1872, 0, 1876, 1872, 1888, 1874, 1883, 1876, 1879, 1877, 1879, 0, 1882, 1882, 1897, 0, 1894, 0, 1889, 1900, 0, 0, 1886, 1902, 1888, 1897, 1885, 0, 1886, 1908, 1904, 1894, 1897, 1915, 1897, 1910, 0, 1904, 1902, 1893, 1903, 1895, 0, 1920, 0, 0, 0, 1910, 0, 1921, 1913, 0, 1913, 1915, 1910, 1917, 0, 1912, 0, 1919, 0, 1914, 1923, 0, 0, 1915, 1929, 0, 0, 1934, 1926, 1922, 0, 1939, 1937, 1938, 1925, 1927, 1938, 0, 1932, 1936, 1945, 0, 2487, 1966, 1970, 1971, 1975, 1979, 1983, 1987 } ; static yyconst flex_int32_t yy_def[2355] = { 0, 2347, 1, 2348, 2348, 2347, 2347, 2347, 2347, 2347, 2349, 2347, 2347, 2347, 2347, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2351, 2352, 2353, 2347, 2347, 2347, 2349, 2347, 2349, 2347, 2347, 2354, 2347, 2347, 2347, 2347, 2347, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2351, 2352, 2352, 2347, 2347, 2347, 2349, 2347, 2354, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2347, 2347, 2347, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2347, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2347, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 2350, 0, 2347, 2347, 2347, 2347, 2347, 2347, 2347 } ; static yyconst flex_int32_t yy_nxt[2546] = { 0, 6, 7, 8, 7, 9, 10, 11, 11, 11, 12, 13, 14, 14, 14, 14, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 25, 32, 33, 34, 35, 36, 37, 25, 38, 25, 6, 6, 25, 25, 25, 39, 25, 25, 25, 25, 25, 40, 25, 41, 25, 8, 8, 45, 49, 45, 43, 43, 798, 44, 44, 51, 51, 51, 51, 51, 52, 799, 54, 53, 55, 55, 55, 55, 55, 57, 61, 62, 75, 90, 56, 66, 76, 91, 153, 144, 63, 154, 58, 67, 79, 77, 50, 64, 65, 68, 80, 70, 69, 145, 71, 78, 81, 82, 72, 92, 56, 73, 83, 93, 84, 138, 94, 74, 2347, 147, 139, 2347, 85, 95, 59, 86, 98, 148, 87, 96, 99, 88, 49, 101, 89, 105, 100, 102, 109, 106, 157, 103, 110, 408, 45, 115, 45, 104, 409, 107, 111, 168, 119, 116, 112, 108, 120, 113, 114, 117, 121, 177, 118, 169, 202, 178, 122, 123, 275, 124, 50, 203, 125, 126, 276, 132, 127, 800, 50, 133, 128, 129, 134, 135, 130, 131, 140, 184, 180, 136, 141, 181, 137, 182, 142, 51, 51, 51, 51, 51, 143, 185, 199, 200, 801, 158, 161, 161, 161, 161, 161, 191, 210, 608, 211, 54, 162, 55, 55, 55, 55, 55, 232, 609, 171, 298, 233, 56, 192, 163, 172, 158, 164, 164, 164, 164, 164, 173, 186, 187, 299, 238, 162, 188, 189, 206, 190, 221, 193, 194, 245, 207, 239, 56, 195, 235, 196, 240, 208, 246, 222, 229, 230, 223, 224, 247, 225, 236, 241, 248, 249, 256, 259, 237, 231, 262, 242, 263, 257, 273, 264, 265, 260, 269, 270, 278, 266, 267, 261, 284, 281, 287, 279, 274, 282, 288, 293, 302, 153, 49, 285, 154, 343, 802, 294, 286, 803, 283, 311, 303, 344, 312, 312, 312, 312, 312, 295, 161, 161, 161, 161, 161, 391, 804, 805, 314, 392, 313, 315, 315, 315, 315, 315, 604, 506, 605, 806, 50, 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, 507, 440, 650, 807, 651, 313, 441, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 458, 808, 809, 459, 459, 459, 459, 459, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 464, 465, 466, 534, 614, 467, 468, 535, 664, 615, 469, 470, 587, 810, 588, 811, 812, 471, 665, 688, 472, 589, 459, 459, 459, 459, 459, 459, 459, 459, 459, 459, 700, 689, 712, 716, 733, 724, 713, 717, 734, 714, 813, 779, 814, 815, 701, 725, 780, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 847, 848, 849, 850, 846, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 863, 864, 866, 867, 868, 865, 869, 870, 861, 871, 872, 873, 874, 875, 876, 862, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 899, 900, 901, 902, 903, 904, 905, 906, 907, 896, 908, 909, 910, 911, 897, 898, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 942, 943, 944, 945, 941, 946, 947, 948, 949, 950, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 951, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 992, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1021, 1020, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1035, 1036, 1037, 1040, 1041, 1042, 1043, 1044, 1034, 1045, 1046, 1047, 1048, 1038, 1049, 1039, 1050, 1051, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1052, 1063, 1053, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1071, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1098, 1099, 1100, 1095, 1101, 1102, 1103, 1104, 1105, 1106, 1096, 1107, 1108, 1097, 1109, 1112, 1113, 1114, 1110, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1111, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1133, 1135, 1136, 1132, 1137, 1138, 1139, 1134, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1167, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1199, 1208, 1209, 1210, 1211, 1212, 1215, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1213, 1225, 1214, 1226, 1227, 1216, 1228, 1229, 1230, 1231, 1232, 1235, 1236, 1233, 1237, 1238, 1239, 1240, 1242, 1243, 1244, 1234, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1241, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1336, 1334, 1337, 1339, 1340, 1335, 1341, 1342, 1343, 1338, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1353, 1354, 1352, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1363, 1364, 1365, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1432, 1433, 1434, 1435, 1436, 1430, 1437, 1438, 1431, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1493, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1556, 1551, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1665, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1869, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1895, 1904, 1905, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2041, 2042, 2043, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2087, 2088, 2089, 2090, 2086, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2145, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 42, 42, 42, 42, 48, 48, 48, 48, 60, 151, 797, 796, 151, 152, 795, 152, 152, 155, 794, 155, 155, 159, 159, 159, 159, 793, 792, 791, 790, 789, 788, 787, 786, 785, 784, 783, 782, 781, 778, 777, 776, 775, 774, 773, 772, 771, 770, 769, 768, 767, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, 755, 754, 753, 752, 751, 750, 749, 748, 747, 746, 745, 744, 743, 742, 741, 740, 739, 738, 737, 736, 735, 732, 731, 730, 729, 728, 727, 726, 723, 722, 721, 720, 719, 718, 715, 711, 710, 709, 708, 707, 706, 705, 704, 703, 702, 699, 698, 697, 696, 695, 694, 693, 692, 691, 690, 687, 686, 685, 684, 683, 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, 672, 671, 670, 669, 668, 667, 666, 663, 662, 661, 660, 659, 658, 657, 656, 655, 654, 653, 652, 649, 648, 647, 646, 645, 644, 643, 642, 641, 640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628, 627, 626, 625, 624, 623, 622, 621, 620, 619, 618, 617, 616, 613, 612, 611, 610, 607, 606, 603, 602, 601, 600, 599, 598, 597, 596, 595, 594, 593, 592, 591, 590, 586, 585, 584, 583, 582, 581, 580, 579, 578, 577, 576, 575, 574, 573, 572, 571, 570, 569, 568, 567, 566, 565, 564, 563, 562, 561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541, 540, 539, 538, 537, 536, 533, 532, 531, 530, 529, 528, 527, 526, 525, 524, 523, 522, 521, 520, 519, 518, 517, 516, 515, 514, 513, 512, 511, 510, 509, 508, 505, 504, 503, 502, 501, 500, 499, 498, 497, 496, 495, 494, 493, 492, 491, 490, 489, 488, 487, 486, 485, 484, 483, 482, 481, 480, 479, 478, 477, 476, 475, 474, 473, 463, 462, 461, 460, 457, 456, 455, 454, 453, 452, 451, 450, 449, 448, 447, 446, 445, 444, 443, 442, 439, 438, 437, 436, 435, 434, 433, 432, 431, 430, 429, 428, 427, 426, 425, 424, 423, 422, 421, 420, 419, 418, 417, 416, 415, 414, 413, 412, 411, 410, 407, 406, 405, 404, 403, 402, 401, 400, 399, 398, 397, 396, 395, 394, 393, 390, 389, 388, 387, 386, 385, 384, 383, 382, 381, 380, 379, 378, 377, 376, 375, 374, 373, 372, 371, 370, 369, 368, 367, 366, 365, 364, 363, 362, 361, 360, 359, 358, 357, 356, 355, 354, 353, 352, 351, 350, 349, 348, 347, 346, 345, 342, 341, 340, 339, 338, 337, 336, 335, 334, 333, 332, 331, 330, 329, 328, 327, 326, 325, 324, 323, 322, 321, 320, 319, 318, 317, 316, 160, 310, 309, 308, 307, 306, 305, 304, 301, 300, 297, 296, 292, 291, 290, 289, 280, 277, 272, 271, 268, 258, 255, 254, 253, 252, 251, 250, 244, 243, 234, 228, 227, 226, 220, 219, 218, 217, 216, 215, 214, 213, 212, 209, 205, 204, 201, 198, 197, 183, 179, 176, 175, 174, 170, 167, 166, 165, 160, 46, 156, 150, 149, 146, 97, 47, 46, 2347, 5, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347 } ; static yyconst flex_int32_t yy_chk[2546] = { 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, 3, 4, 7, 10, 7, 3, 4, 664, 3, 4, 12, 12, 12, 12, 12, 13, 665, 14, 13, 14, 14, 14, 14, 14, 15, 16, 16, 19, 22, 14, 17, 19, 22, 43, 37, 16, 43, 15, 17, 20, 19, 10, 16, 16, 17, 20, 18, 17, 37, 18, 19, 20, 20, 18, 23, 14, 18, 20, 23, 21, 35, 24, 18, 152, 39, 35, 152, 21, 24, 15, 21, 27, 39, 21, 24, 27, 21, 48, 28, 21, 29, 27, 28, 30, 29, 50, 28, 30, 258, 45, 31, 45, 28, 258, 29, 30, 62, 32, 31, 30, 29, 32, 30, 30, 31, 32, 68, 31, 62, 80, 68, 32, 33, 126, 33, 48, 80, 33, 33, 126, 34, 33, 666, 50, 34, 33, 33, 34, 34, 33, 33, 36, 72, 70, 34, 36, 70, 34, 70, 36, 51, 51, 51, 51, 51, 36, 72, 78, 78, 668, 51, 54, 54, 54, 54, 54, 74, 85, 469, 85, 55, 54, 55, 55, 55, 55, 55, 100, 469, 64, 140, 100, 55, 74, 56, 64, 51, 56, 56, 56, 56, 56, 64, 73, 73, 140, 103, 54, 73, 73, 83, 73, 95, 75, 75, 107, 83, 103, 55, 75, 102, 75, 103, 83, 107, 95, 99, 99, 95, 95, 107, 95, 102, 104, 108, 108, 117, 119, 102, 99, 120, 104, 120, 117, 125, 120, 120, 119, 122, 122, 128, 120, 120, 119, 131, 130, 132, 128, 125, 130, 132, 137, 143, 153, 157, 131, 153, 193, 669, 137, 131, 670, 130, 158, 143, 193, 158, 158, 158, 158, 158, 137, 161, 161, 161, 161, 161, 241, 671, 672, 162, 241, 161, 162, 162, 162, 162, 162, 466, 361, 466, 673, 157, 163, 163, 163, 163, 163, 164, 164, 164, 164, 164, 361, 293, 516, 674, 516, 161, 293, 311, 311, 311, 311, 311, 312, 312, 312, 312, 312, 313, 676, 677, 313, 313, 313, 313, 313, 314, 314, 314, 314, 314, 315, 315, 315, 315, 315, 321, 321, 321, 390, 475, 321, 321, 390, 530, 475, 321, 321, 449, 679, 449, 680, 681, 321, 530, 553, 321, 449, 458, 458, 458, 458, 458, 459, 459, 459, 459, 459, 567, 553, 578, 580, 596, 587, 578, 580, 596, 578, 682, 645, 683, 684, 567, 587, 645, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 715, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 732, 733, 735, 737, 732, 738, 739, 729, 740, 741, 742, 743, 744, 745, 729, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 762, 763, 763, 765, 766, 768, 769, 770, 771, 772, 773, 774, 775, 765, 776, 777, 778, 779, 765, 765, 780, 781, 782, 783, 784, 785, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 809, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 818, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 866, 868, 869, 870, 872, 859, 873, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 890, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 903, 912, 913, 914, 916, 906, 917, 906, 918, 918, 919, 920, 921, 922, 923, 924, 925, 926, 928, 918, 929, 918, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 936, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 959, 963, 964, 965, 966, 967, 968, 959, 969, 970, 959, 971, 972, 973, 974, 971, 975, 976, 977, 978, 979, 980, 981, 971, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 991, 995, 997, 998, 992, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1009, 1010, 1011, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1027, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1058, 1067, 1068, 1069, 1071, 1071, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1071, 1083, 1071, 1084, 1085, 1073, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1090, 1093, 1094, 1095, 1096, 1097, 1098, 1100, 1090, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1096, 1113, 1114, 1116, 1117, 1118, 1119, 1121, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1141, 1142, 1143, 1144, 1145, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1181, 1182, 1183, 1184, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1195, 1196, 1197, 1199, 1200, 1199, 1201, 1202, 1203, 1199, 1204, 1205, 1206, 1201, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1214, 1217, 1218, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1232, 1233, 1234, 1235, 1223, 1223, 1223, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1249, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1278, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1293, 1299, 1300, 1293, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1366, 1367, 1356, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1397, 1398, 1400, 1401, 1402, 1404, 1405, 1406, 1408, 1409, 1410, 1411, 1412, 1414, 1417, 1418, 1421, 1422, 1423, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1429, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1461, 1462, 1463, 1464, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1497, 1498, 1499, 1501, 1502, 1503, 1504, 1505, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1544, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1553, 1569, 1570, 1571, 1572, 1573, 1575, 1576, 1577, 1579, 1580, 1581, 1582, 1583, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1633, 1634, 1635, 1636, 1638, 1640, 1641, 1642, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1657, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1694, 1695, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1742, 1743, 1744, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1785, 1787, 1788, 1789, 1790, 1791, 1775, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1808, 1809, 1810, 1811, 1802, 1813, 1814, 1815, 1816, 1817, 1818, 1819, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1829, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1864, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1878, 1879, 1880, 1881, 1883, 1884, 1885, 1887, 1888, 1889, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1904, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1913, 1914, 1915, 1916, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1937, 1938, 1940, 1941, 1942, 1944, 1945, 1946, 1947, 1949, 1950, 1951, 1952, 1953, 1954, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1971, 1971, 1971, 1979, 1980, 1981, 1983, 1984, 1985, 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2020, 2021, 2022, 2023, 2018, 2024, 2025, 2026, 2027, 2028, 2029, 2031, 2032, 2033, 2035, 2036, 2039, 2040, 2044, 2045, 2046, 2047, 2048, 2049, 2051, 2052, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2065, 2066, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2076, 2077, 2078, 2079, 2080, 2081, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2092, 2092, 2093, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2092, 2114, 2116, 2117, 2118, 2119, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2167, 2168, 2170, 2172, 2174, 2175, 2176, 2177, 2178, 2181, 2182, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2193, 2196, 2197, 2198, 2199, 2200, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2232, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2242, 2243, 2244, 2246, 2247, 2248, 2250, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2260, 2261, 2263, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2275, 2276, 2277, 2279, 2281, 2282, 2285, 2286, 2287, 2288, 2289, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2300, 2301, 2302, 2303, 2304, 2306, 2310, 2312, 2313, 2315, 2316, 2317, 2318, 2320, 2322, 2324, 2325, 2328, 2329, 2332, 2333, 2334, 2336, 2337, 2338, 2339, 2340, 2341, 2343, 2344, 2345, 2348, 2348, 2348, 2348, 2349, 2349, 2349, 2349, 2350, 2351, 663, 662, 2351, 2352, 661, 2352, 2352, 2353, 660, 2353, 2353, 2354, 2354, 2354, 2354, 659, 658, 657, 656, 655, 654, 653, 652, 651, 650, 648, 647, 646, 643, 642, 641, 640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628, 627, 626, 625, 624, 623, 622, 621, 620, 619, 618, 615, 614, 613, 612, 611, 610, 609, 608, 607, 606, 605, 604, 603, 602, 601, 600, 598, 597, 595, 594, 592, 591, 590, 589, 588, 586, 585, 584, 583, 582, 581, 579, 577, 576, 575, 574, 573, 572, 571, 570, 569, 568, 566, 563, 562, 560, 559, 558, 557, 556, 555, 554, 552, 551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541, 540, 539, 538, 537, 536, 535, 534, 533, 532, 531, 529, 527, 526, 525, 524, 523, 522, 521, 520, 519, 518, 517, 515, 514, 513, 512, 511, 510, 508, 507, 506, 504, 503, 502, 500, 499, 498, 497, 496, 495, 493, 492, 491, 490, 489, 487, 486, 485, 484, 483, 482, 481, 480, 478, 477, 476, 474, 472, 471, 470, 468, 467, 465, 464, 463, 462, 461, 460, 457, 456, 455, 454, 453, 452, 451, 450, 448, 447, 446, 445, 444, 442, 441, 440, 439, 438, 437, 436, 435, 434, 433, 431, 429, 428, 427, 426, 425, 424, 422, 421, 420, 419, 418, 417, 416, 415, 414, 413, 412, 411, 410, 409, 408, 407, 406, 405, 404, 403, 402, 401, 400, 398, 396, 395, 394, 393, 392, 389, 388, 387, 386, 385, 384, 383, 381, 380, 378, 377, 376, 375, 374, 373, 372, 371, 370, 369, 368, 367, 366, 365, 364, 363, 362, 360, 359, 357, 356, 355, 354, 353, 352, 349, 348, 347, 346, 345, 344, 343, 342, 341, 340, 339, 338, 337, 336, 335, 334, 333, 332, 330, 329, 328, 327, 326, 324, 322, 319, 318, 317, 316, 310, 309, 308, 307, 305, 304, 303, 302, 301, 300, 299, 298, 297, 296, 295, 294, 291, 290, 289, 288, 286, 284, 283, 282, 281, 280, 279, 278, 277, 276, 274, 273, 272, 271, 270, 269, 268, 267, 266, 265, 264, 263, 262, 261, 260, 259, 257, 256, 255, 254, 253, 252, 250, 249, 248, 247, 246, 245, 244, 243, 242, 240, 238, 237, 236, 235, 234, 233, 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, 222, 221, 220, 219, 218, 217, 216, 215, 214, 213, 212, 211, 210, 209, 208, 207, 206, 205, 204, 203, 202, 201, 200, 199, 198, 197, 196, 195, 194, 192, 191, 190, 188, 187, 186, 185, 184, 183, 182, 181, 180, 179, 178, 177, 176, 175, 174, 173, 172, 171, 170, 169, 168, 167, 166, 165, 159, 150, 149, 148, 147, 146, 145, 144, 142, 141, 139, 138, 136, 135, 134, 133, 129, 127, 124, 123, 121, 118, 115, 114, 113, 112, 110, 109, 106, 105, 101, 98, 97, 96, 94, 93, 92, 91, 90, 89, 88, 87, 86, 84, 82, 81, 79, 77, 76, 71, 69, 67, 66, 65, 63, 61, 59, 57, 53, 46, 44, 41, 40, 38, 26, 9, 8, 5, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347, 2347 } ; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "../src/../src/mdllex.l" #line 2 "../src/../src/mdllex.l" #include "config.h" #include #include #include #include #include "strfunc.h" #include "mdlparse_aux.h" #include "mdlparse.h" #include "mem_util.h" #include "logging.h" #define YY_DECL int mdllex( YYSTYPE *yylval, struct mdlparse_vars *parse_state, yyscan_t yyscanner ) #define YY_NO_UNPUT #ifdef __cplusplus #define INPUT_FUNC yyinput #else #define INPUT_FUNC input #endif void *mdlalloc(yy_size_t size, yyscan_t yyscanner) { UNUSED(yyscanner); return CHECKED_MALLOC(size, "memory buffer for parser"); } void *mdlrealloc(void *ptr, yy_size_t size, yyscan_t yyscanner) { UNUSED(yyscanner); ptr = (void *) realloc((char *) ptr, size); if (ptr == NULL) mcell_allocfailed("Failed to resize memory buffer for parser."); return ptr; } void mdlfree (void * ptr, yyscan_t yyscanner) { UNUSED(yyscanner); free((char *) ptr); } #define YY_FATAL_ERROR(msg) mcell_error("%s", msg) /* Define state for parsing comments */ /* Reentrant lexer allows safer handling of include files from the parser */ /* Set up function name prefixes and output file name */ /* Enable condition state stack */ /* Disable mdlwrap feature */ /* Eliminate unused symbols to eliminate compiler warnings */ #define YY_NO_INPUT 1 #line 1823 "mdllex.c" #define INITIAL 0 #define IN_COMMENT 1 #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 /* Holds the entire state of the reentrant scanner. */ struct yyguts_t { /* User-defined. Not touched by flex. */ YY_EXTRA_TYPE yyextra_r; /* The rest are the same as the globals declared in the non-reentrant scanner. */ FILE *yyin_r, *yyout_r; size_t yy_buffer_stack_top; /**< index of top of stack. */ size_t yy_buffer_stack_max; /**< capacity of stack. */ YY_BUFFER_STATE * yy_buffer_stack; /**< Stack as an array. */ char yy_hold_char; yy_size_t yy_n_chars; yy_size_t yyleng_r; char *yy_c_buf_p; int yy_init; int yy_start; int yy_did_buffer_switch_on_eof; int yy_start_stack_ptr; int yy_start_stack_depth; int *yy_start_stack; yy_state_type yy_last_accepting_state; char* yy_last_accepting_cpos; int yylineno_r; int yy_flex_debug_r; char *yytext_r; int yy_more_flag; int yy_more_len; }; /* end struct yyguts_t */ static int yy_init_globals (yyscan_t yyscanner ); int mdllex_init (yyscan_t* scanner); int mdllex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int mdllex_destroy (yyscan_t yyscanner ); int mdlget_debug (yyscan_t yyscanner ); void mdlset_debug (int debug_flag ,yyscan_t yyscanner ); YY_EXTRA_TYPE mdlget_extra (yyscan_t yyscanner ); void mdlset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner ); FILE *mdlget_in (yyscan_t yyscanner ); void mdlset_in (FILE * in_str ,yyscan_t yyscanner ); FILE *mdlget_out (yyscan_t yyscanner ); void mdlset_out (FILE * out_str ,yyscan_t yyscanner ); yy_size_t mdlget_leng (yyscan_t yyscanner ); char *mdlget_text (yyscan_t yyscanner ); int mdlget_lineno (yyscan_t yyscanner ); void mdlset_lineno (int line_number ,yyscan_t yyscanner ); int mdlget_column (yyscan_t yyscanner ); void mdlset_column (int column_no ,yyscan_t yyscanner ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int mdlwrap (yyscan_t yyscanner ); #else extern int mdlwrap (yyscan_t yyscanner ); #endif #endif #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner ); #else static int input (yyscan_t yyscanner ); #endif #endif static void yy_push_state (int new_state ,yyscan_t yyscanner); static void yy_pop_state (yyscan_t yyscanner ); /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ errno=0; \ while ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \ { \ 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 , yyscanner) #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 mdllex (yyscan_t yyscanner); #define YY_DECL int mdllex (yyscan_t yyscanner) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( !yyg->yy_init ) { yyg->yy_init = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! yyg->yy_start ) yyg->yy_start = 1; /* first start state */ if ( ! yyin ) yyin = stdin; if ( ! yyout ) yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { mdlensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = mdl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); } mdl_load_buffer_state(yyscanner ); } { #line 78 "../src/../src/mdllex.l" #line 2065 "mdllex.c" while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = yyg->yy_c_buf_p; /* Support of yytext. */ *yy_cp = yyg->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 = yyg->yy_start; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 2348 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 2487 ); yy_find_action: yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->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 = yyg->yy_hold_char; yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 80 "../src/../src/mdllex.l" { parse_state->line_num[parse_state->include_stack_ptr - 1] ++; } YY_BREAK case 2: YY_RULE_SETUP #line 82 "../src/../src/mdllex.l" { parse_state->comment_started = parse_state->line_num[parse_state->include_stack_ptr - 1]; yy_push_state(IN_COMMENT, yyscanner); } YY_BREAK case 3: YY_RULE_SETUP #line 87 "../src/../src/mdllex.l" { } YY_BREAK case 4: YY_RULE_SETUP #line 88 "../src/../src/mdllex.l" { } YY_BREAK case 5: YY_RULE_SETUP #line 89 "../src/../src/mdllex.l" { } YY_BREAK case 6: YY_RULE_SETUP #line 90 "../src/../src/mdllex.l" { yy_push_state(YY_START, yyscanner); } YY_BREAK case 7: YY_RULE_SETUP #line 91 "../src/../src/mdllex.l" { yy_pop_state(yyscanner); } YY_BREAK case YY_STATE_EOF(IN_COMMENT): #line 92 "../src/../src/mdllex.l" { parse_state->line_num[parse_state->include_stack_ptr - 1]--; mdlerror_fmt(parse_state, "Unterminated comment started on line %d", parse_state->comment_started); return 1; } YY_BREAK case 8: YY_RULE_SETUP #line 101 "../src/../src/mdllex.l" { return FORMAT; } YY_BREAK case 9: YY_RULE_SETUP #line 102 "../src/../src/mdllex.l" ; YY_BREAK case 10: YY_RULE_SETUP #line 103 "../src/../src/mdllex.l" { return EQUAL; } YY_BREAK case 11: YY_RULE_SETUP #line 104 "../src/../src/mdllex.l" { return NOT_EQUAL; } YY_BREAK case 12: YY_RULE_SETUP #line 105 "../src/../src/mdllex.l" {return(ABS);} YY_BREAK case 13: YY_RULE_SETUP #line 106 "../src/../src/mdllex.l" {return(ABSORPTIVE);} YY_BREAK case 14: YY_RULE_SETUP #line 107 "../src/../src/mdllex.l" {return(ACCURATE_3D_REACTIONS);} YY_BREAK case 15: YY_RULE_SETUP #line 108 "../src/../src/mdllex.l" {return(ACOS);} YY_BREAK case 16: YY_RULE_SETUP #line 109 "../src/../src/mdllex.l" {return(ALL_DATA);} YY_BREAK case 17: YY_RULE_SETUP #line 110 "../src/../src/mdllex.l" {return(ALL_CROSSINGS);} YY_BREAK case 18: YY_RULE_SETUP #line 111 "../src/../src/mdllex.l" {return(ALL_ELEMENTS);} YY_BREAK case 19: YY_RULE_SETUP #line 112 "../src/../src/mdllex.l" {return(ALL_ENCLOSED);} YY_BREAK case 20: YY_RULE_SETUP #line 113 "../src/../src/mdllex.l" {return(ALL_HITS);} YY_BREAK case 21: YY_RULE_SETUP #line 114 "../src/../src/mdllex.l" {return(ALL_ITERATIONS);} YY_BREAK case 22: YY_RULE_SETUP #line 115 "../src/../src/mdllex.l" {return (ALL_MESHES);} YY_BREAK case 23: YY_RULE_SETUP #line 116 "../src/../src/mdllex.l" {return (ALL_MOLECULES);} YY_BREAK case 24: YY_RULE_SETUP #line 117 "../src/../src/mdllex.l" {return(ALL_NOTIFICATIONS);} YY_BREAK case 25: YY_RULE_SETUP #line 118 "../src/../src/mdllex.l" {return(ALL_TIMES);} YY_BREAK case 26: YY_RULE_SETUP #line 119 "../src/../src/mdllex.l" {return(ALL_WARNINGS);} YY_BREAK case 27: YY_RULE_SETUP #line 120 "../src/../src/mdllex.l" {return(ASCII);} YY_BREAK case 28: YY_RULE_SETUP #line 121 "../src/../src/mdllex.l" {return(ASIN);} YY_BREAK case 29: YY_RULE_SETUP #line 122 "../src/../src/mdllex.l" {return(ASPECT_RATIO);} YY_BREAK case 30: YY_RULE_SETUP #line 123 "../src/../src/mdllex.l" {return(ATAN);} YY_BREAK case 31: YY_RULE_SETUP #line 124 "../src/../src/mdllex.l" {return(BACK);} YY_BREAK case 32: YY_RULE_SETUP #line 125 "../src/../src/mdllex.l" {return(BACK_CROSSINGS);} YY_BREAK case 33: YY_RULE_SETUP #line 126 "../src/../src/mdllex.l" {return(BACK_HITS);} YY_BREAK case 34: YY_RULE_SETUP #line 127 "../src/../src/mdllex.l" {return(BINARY);} YY_BREAK case 35: YY_RULE_SETUP #line 128 "../src/../src/mdllex.l" {return(BOTTOM);} YY_BREAK case 36: YY_RULE_SETUP #line 129 "../src/../src/mdllex.l" {return(BOX);} YY_BREAK case 37: YY_RULE_SETUP #line 130 "../src/../src/mdllex.l" {return(BOX_TRIANGULATION_REPORT);} YY_BREAK case 38: YY_RULE_SETUP #line 131 "../src/../src/mdllex.l" {return(BRIEF);} YY_BREAK case 39: YY_RULE_SETUP #line 132 "../src/../src/mdllex.l" {return(CEIL);} YY_BREAK case 40: YY_RULE_SETUP #line 133 "../src/../src/mdllex.l" {return(CELLBLENDER);} YY_BREAK case 41: YY_RULE_SETUP #line 134 "../src/../src/mdllex.l" {return(CENTER_MOLECULES_ON_GRID);} YY_BREAK case 42: YY_RULE_SETUP #line 135 "../src/../src/mdllex.l" {return(CHECKPOINT_INFILE);} YY_BREAK case 43: YY_RULE_SETUP #line 136 "../src/../src/mdllex.l" {return(CHECKPOINT_OUTFILE);} YY_BREAK case 44: YY_RULE_SETUP #line 137 "../src/../src/mdllex.l" {return(CHECKPOINT_ITERATIONS);} YY_BREAK case 45: YY_RULE_SETUP #line 138 "../src/../src/mdllex.l" {return(CHECKPOINT_REALTIME);} YY_BREAK case 46: YY_RULE_SETUP #line 139 "../src/../src/mdllex.l" {return(CHECKPOINT_REPORT);} YY_BREAK case 47: #line 141 "../src/../src/mdllex.l" case 48: #line 142 "../src/../src/mdllex.l" case 49: YY_RULE_SETUP #line 142 "../src/../src/mdllex.l" {return(CLAMP_CONCENTRATION);} YY_BREAK case 50: YY_RULE_SETUP #line 143 "../src/../src/mdllex.l" {return CLOSE_PARTITION_SPACING;} YY_BREAK case 51: YY_RULE_SETUP #line 144 "../src/../src/mdllex.l" { return COMPLEX_PLACEMENT_ATTEMPTS; } YY_BREAK case 52: YY_RULE_SETUP #line 145 "../src/../src/mdllex.l" { return COMPLEX_PLACEMENT_FAILURE; } YY_BREAK case 53: YY_RULE_SETUP #line 146 "../src/../src/mdllex.l" { return COMPLEX_PLACEMENT_FAILURE_THRESHOLD; } YY_BREAK case 54: YY_RULE_SETUP #line 147 "../src/../src/mdllex.l" { return COMPLEX_RATE; } YY_BREAK case 55: YY_RULE_SETUP #line 148 "../src/../src/mdllex.l" {return(CORNERS);} YY_BREAK case 56: YY_RULE_SETUP #line 149 "../src/../src/mdllex.l" {return(COS);} YY_BREAK case 57: #line 151 "../src/../src/mdllex.l" case 58: YY_RULE_SETUP #line 151 "../src/../src/mdllex.l" {return(CONCENTRATION);} YY_BREAK case 59: YY_RULE_SETUP #line 152 "../src/../src/mdllex.l" {return(COUNT);} YY_BREAK case 60: YY_RULE_SETUP #line 153 "../src/../src/mdllex.l" {return(CUBIC);} YY_BREAK case 61: YY_RULE_SETUP #line 154 "../src/../src/mdllex.l" {return(CUBIC_RELEASE_SITE);} YY_BREAK case 62: YY_RULE_SETUP #line 155 "../src/../src/mdllex.l" {return(CUSTOM_SPACE_STEP); } YY_BREAK case 63: YY_RULE_SETUP #line 156 "../src/../src/mdllex.l" {return(CUSTOM_TIME_STEP);} YY_BREAK case 64: #line 158 "../src/../src/mdllex.l" case 65: #line 159 "../src/../src/mdllex.l" case 66: YY_RULE_SETUP #line 159 "../src/../src/mdllex.l" {return(DIFFUSION_CONSTANT_3D);} YY_BREAK case 67: #line 161 "../src/../src/mdllex.l" case 68: YY_RULE_SETUP #line 161 "../src/../src/mdllex.l" {return(DIFFUSION_CONSTANT_2D);} YY_BREAK case 69: YY_RULE_SETUP #line 162 "../src/../src/mdllex.l" { return DEFAULT; } YY_BREAK case 70: YY_RULE_SETUP #line 163 "../src/../src/mdllex.l" { return DEFINE_COMPLEX_MOLECULE; } YY_BREAK case 71: YY_RULE_SETUP #line 164 "../src/../src/mdllex.l" {return(DEFINE_MOLECULE);} YY_BREAK case 72: YY_RULE_SETUP #line 165 "../src/../src/mdllex.l" {return(DEFINE_MOLECULES);} YY_BREAK case 73: YY_RULE_SETUP #line 166 "../src/../src/mdllex.l" {return(DEFINE_REACTIONS);} YY_BREAK case 74: YY_RULE_SETUP #line 167 "../src/../src/mdllex.l" {return(DEFINE_RELEASE_PATTERN);} YY_BREAK case 75: YY_RULE_SETUP #line 168 "../src/../src/mdllex.l" {return(DEFINE_SURFACE_REGIONS);} YY_BREAK case 76: YY_RULE_SETUP #line 169 "../src/../src/mdllex.l" {return(DEFINE_SURFACE_CLASS);} YY_BREAK case 77: YY_RULE_SETUP #line 170 "../src/../src/mdllex.l" {return(DEFINE_SURFACE_CLASSES);} YY_BREAK case 78: YY_RULE_SETUP #line 171 "../src/../src/mdllex.l" {return(DEGENERATE_POLYGONS);} YY_BREAK case 79: YY_RULE_SETUP #line 172 "../src/../src/mdllex.l" {return(DELAY);} YY_BREAK case 80: YY_RULE_SETUP #line 173 "../src/../src/mdllex.l" {return(DENSITY);} YY_BREAK case 81: YY_RULE_SETUP #line 174 "../src/../src/mdllex.l" {return(DIFFUSION_CONSTANT_REPORT);} YY_BREAK case 82: YY_RULE_SETUP #line 175 "../src/../src/mdllex.l" {return(DREAMM_V3);} YY_BREAK case 83: YY_RULE_SETUP #line 176 "../src/../src/mdllex.l" {return(DREAMM_V3_GROUPED);} YY_BREAK case 84: #line 178 "../src/../src/mdllex.l" case 85: YY_RULE_SETUP #line 178 "../src/../src/mdllex.l" {return(EFFECTOR_GRID_DENSITY);} YY_BREAK case 86: YY_RULE_SETUP #line 179 "../src/../src/mdllex.l" {return(ELEMENT_CONNECTIONS);} YY_BREAK case 87: YY_RULE_SETUP #line 180 "../src/../src/mdllex.l" {return(INCLUDE_ELEMENTS);} YY_BREAK case 88: YY_RULE_SETUP #line 181 "../src/../src/mdllex.l" {return(ELLIPTIC);} YY_BREAK case 89: YY_RULE_SETUP #line 182 "../src/../src/mdllex.l" {return(ELLIPTIC_RELEASE_SITE);} YY_BREAK case 90: YY_RULE_SETUP #line 183 "../src/../src/mdllex.l" {return(ERROR);} YY_BREAK case 91: #line 185 "../src/../src/mdllex.l" case 92: YY_RULE_SETUP #line 185 "../src/../src/mdllex.l" {return(ESTIMATE_CONCENTRATION);} YY_BREAK case 93: YY_RULE_SETUP #line 186 "../src/../src/mdllex.l" {return(EXCLUDE_ELEMENTS);} YY_BREAK case 94: YY_RULE_SETUP #line 187 "../src/../src/mdllex.l" {return(EXCLUDE_PATCH);} YY_BREAK case 95: YY_RULE_SETUP #line 188 "../src/../src/mdllex.l" {return(EXCLUDE_REGION);} YY_BREAK case 96: YY_RULE_SETUP #line 189 "../src/../src/mdllex.l" {return(EXIT);} YY_BREAK case 97: YY_RULE_SETUP #line 190 "../src/../src/mdllex.l" {return(EXP);} YY_BREAK case 98: YY_RULE_SETUP #line 191 "../src/../src/mdllex.l" {return(EXPRESSION);} YY_BREAK case 99: YY_RULE_SETUP #line 192 "../src/../src/mdllex.l" {return(FALSE);} YY_BREAK case 100: YY_RULE_SETUP #line 193 "../src/../src/mdllex.l" {return(FILENAME);} YY_BREAK case 101: YY_RULE_SETUP #line 194 "../src/../src/mdllex.l" {return FILENAME_PREFIX;} YY_BREAK case 102: YY_RULE_SETUP #line 195 "../src/../src/mdllex.l" {return(FILE_OUTPUT_REPORT);} YY_BREAK case 103: YY_RULE_SETUP #line 196 "../src/../src/mdllex.l" {return(FINAL_SUMMARY);} YY_BREAK case 104: YY_RULE_SETUP #line 197 "../src/../src/mdllex.l" {return(FLOOR);} YY_BREAK case 105: YY_RULE_SETUP #line 198 "../src/../src/mdllex.l" {return(FRONT);} YY_BREAK case 106: YY_RULE_SETUP #line 199 "../src/../src/mdllex.l" {return(FRONT_CROSSINGS);} YY_BREAK case 107: YY_RULE_SETUP #line 200 "../src/../src/mdllex.l" {return(FRONT_HITS);} YY_BREAK case 108: YY_RULE_SETUP #line 201 "../src/../src/mdllex.l" {return(FULLY_RANDOM);} YY_BREAK case 109: YY_RULE_SETUP #line 202 "../src/../src/mdllex.l" {return(GAUSSIAN_RELEASE_NUMBER);} YY_BREAK case 110: YY_RULE_SETUP #line 203 "../src/../src/mdllex.l" {return(GEOMETRY);} YY_BREAK case 111: YY_RULE_SETUP #line 204 "../src/../src/mdllex.l" {return(HEADER);} YY_BREAK case 112: YY_RULE_SETUP #line 205 "../src/../src/mdllex.l" {return(HIGH_PROBABILITY_THRESHOLD);} YY_BREAK case 113: YY_RULE_SETUP #line 206 "../src/../src/mdllex.l" {return(HIGH_REACTION_PROBABILITY);} YY_BREAK case 114: #line 208 "../src/../src/mdllex.l" case 115: YY_RULE_SETUP #line 208 "../src/../src/mdllex.l" {return(IGNORED);} YY_BREAK case 116: YY_RULE_SETUP #line 209 "../src/../src/mdllex.l" {return(INCLUDE_ELEMENTS);} YY_BREAK case 117: YY_RULE_SETUP #line 210 "../src/../src/mdllex.l" {return(INCLUDE_FILE);} YY_BREAK case 118: YY_RULE_SETUP #line 211 "../src/../src/mdllex.l" {return(INCLUDE_PATCH);} YY_BREAK case 119: YY_RULE_SETUP #line 212 "../src/../src/mdllex.l" {return(INCLUDE_REGION);} YY_BREAK case 120: YY_RULE_SETUP #line 213 "../src/../src/mdllex.l" {return(INPUT_FILE);} YY_BREAK case 121: YY_RULE_SETUP #line 214 "../src/../src/mdllex.l" {return(INSTANTIATE);} YY_BREAK case 122: YY_RULE_SETUP #line 215 "../src/../src/mdllex.l" {return(INTERACTION_RADIUS);} YY_BREAK case 123: YY_RULE_SETUP #line 216 "../src/../src/mdllex.l" { return INVALID_OUTPUT_STEP_TIME; } YY_BREAK case 124: YY_RULE_SETUP #line 217 "../src/../src/mdllex.l" {return(ITERATIONS);} YY_BREAK case 125: YY_RULE_SETUP #line 218 "../src/../src/mdllex.l" {return(ITERATION_LIST);} YY_BREAK case 126: YY_RULE_SETUP #line 219 "../src/../src/mdllex.l" {return(ITERATION_NUMBERS);} YY_BREAK case 127: YY_RULE_SETUP #line 220 "../src/../src/mdllex.l" {return(ITERATION_REPORT);} YY_BREAK case 128: YY_RULE_SETUP #line 221 "../src/../src/mdllex.l" {return(KEEP_CHECKPOINT_FILES);} YY_BREAK case 129: YY_RULE_SETUP #line 222 "../src/../src/mdllex.l" {return(LEFT);} YY_BREAK case 130: YY_RULE_SETUP #line 223 "../src/../src/mdllex.l" {return(LIFETIME_TOO_SHORT);} YY_BREAK case 131: YY_RULE_SETUP #line 224 "../src/../src/mdllex.l" {return(LIFETIME_THRESHOLD);} YY_BREAK case 132: YY_RULE_SETUP #line 225 "../src/../src/mdllex.l" {return(LIST);} YY_BREAK case 133: YY_RULE_SETUP #line 226 "../src/../src/mdllex.l" {return(LOCATION);} YY_BREAK case 134: YY_RULE_SETUP #line 227 "../src/../src/mdllex.l" {return(LOG10);} YY_BREAK case 135: YY_RULE_SETUP #line 228 "../src/../src/mdllex.l" {return(LOG);} YY_BREAK case 136: YY_RULE_SETUP #line 229 "../src/../src/mdllex.l" {return(MAX_TOK);} YY_BREAK case 137: YY_RULE_SETUP #line 230 "../src/../src/mdllex.l" {return(MAXIMUM_STEP_LENGTH);} YY_BREAK case 138: YY_RULE_SETUP #line 231 "../src/../src/mdllex.l" {return(MEAN_DIAMETER);} YY_BREAK case 139: YY_RULE_SETUP #line 232 "../src/../src/mdllex.l" {return(MEAN_NUMBER);} YY_BREAK case 140: YY_RULE_SETUP #line 233 "../src/../src/mdllex.l" { return MEMORY_PARTITION_X; } YY_BREAK case 141: YY_RULE_SETUP #line 234 "../src/../src/mdllex.l" { return MEMORY_PARTITION_Y; } YY_BREAK case 142: YY_RULE_SETUP #line 235 "../src/../src/mdllex.l" { return MEMORY_PARTITION_Z; } YY_BREAK case 143: YY_RULE_SETUP #line 236 "../src/../src/mdllex.l" { return MEMORY_PARTITION_POOL; } YY_BREAK case 144: YY_RULE_SETUP #line 237 "../src/../src/mdllex.l" {return(MESHES);} YY_BREAK case 145: YY_RULE_SETUP #line 238 "../src/../src/mdllex.l" {return(MICROSCOPIC_REVERSIBILITY);} YY_BREAK case 146: YY_RULE_SETUP #line 239 "../src/../src/mdllex.l" {return(MIN_TOK);} YY_BREAK case 147: YY_RULE_SETUP #line 240 "../src/../src/mdllex.l" {return(MISSED_REACTIONS);} YY_BREAK case 148: YY_RULE_SETUP #line 241 "../src/../src/mdllex.l" {return(MISSED_REACTION_THRESHOLD);} YY_BREAK case 149: YY_RULE_SETUP #line 242 "../src/../src/mdllex.l" {return(MISSING_SURFACE_ORIENTATION);} YY_BREAK case 150: YY_RULE_SETUP #line 243 "../src/../src/mdllex.l" {return(MOD);} YY_BREAK case 151: YY_RULE_SETUP #line 244 "../src/../src/mdllex.l" {return(MODE);} YY_BREAK case 152: YY_RULE_SETUP #line 245 "../src/../src/mdllex.l" {return(MODIFY_SURFACE_REGIONS);} YY_BREAK case 153: YY_RULE_SETUP #line 246 "../src/../src/mdllex.l" {return(MOLECULE_DENSITY);} YY_BREAK case 154: YY_RULE_SETUP #line 247 "../src/../src/mdllex.l" {return(MOLECULE_NUMBER);} YY_BREAK case 155: #line 249 "../src/../src/mdllex.l" case 156: YY_RULE_SETUP #line 249 "../src/../src/mdllex.l" {return(MOLECULE);} YY_BREAK case 157: YY_RULE_SETUP #line 250 "../src/../src/mdllex.l" {return(MOLECULES);} YY_BREAK case 158: YY_RULE_SETUP #line 251 "../src/../src/mdllex.l" {return(MOLECULE_COLLISION_REPORT);} YY_BREAK case 159: #line 253 "../src/../src/mdllex.l" case 160: YY_RULE_SETUP #line 253 "../src/../src/mdllex.l" {return(MOLECULE_POSITIONS);} YY_BREAK case 161: YY_RULE_SETUP #line 254 "../src/../src/mdllex.l" { return MOLECULE_PLACEMENT_FAILURE; } YY_BREAK case 162: YY_RULE_SETUP #line 255 "../src/../src/mdllex.l" {return(NAME_LIST);} YY_BREAK case 163: YY_RULE_SETUP #line 256 "../src/../src/mdllex.l" {return(NEGATIVE_DIFFUSION_CONSTANT);} YY_BREAK case 164: YY_RULE_SETUP #line 257 "../src/../src/mdllex.l" {return(NEGATIVE_REACTION_RATE);} YY_BREAK case 165: YY_RULE_SETUP #line 258 "../src/../src/mdllex.l" {return(NO);} YY_BREAK case 166: YY_RULE_SETUP #line 259 "../src/../src/mdllex.l" {return(NOEXIT);} YY_BREAK case 167: YY_RULE_SETUP #line 260 "../src/../src/mdllex.l" {return(NONE);} YY_BREAK case 168: YY_RULE_SETUP #line 261 "../src/../src/mdllex.l" {return(NOTIFICATIONS);} YY_BREAK case 169: YY_RULE_SETUP #line 262 "../src/../src/mdllex.l" {return(NO_SPECIES);} YY_BREAK case 170: #line 264 "../src/../src/mdllex.l" case 171: YY_RULE_SETUP #line 264 "../src/../src/mdllex.l" {return(NUMBER_OF_SUBUNITS);} YY_BREAK case 172: YY_RULE_SETUP #line 265 "../src/../src/mdllex.l" {return(NUMBER_OF_TRAINS);} YY_BREAK case 173: YY_RULE_SETUP #line 266 "../src/../src/mdllex.l" {return(NUMBER_TO_RELEASE);} YY_BREAK case 174: YY_RULE_SETUP #line 267 "../src/../src/mdllex.l" {return(OBJECT);} YY_BREAK case 175: YY_RULE_SETUP #line 268 "../src/../src/mdllex.l" {return(OFF);} YY_BREAK case 176: YY_RULE_SETUP #line 269 "../src/../src/mdllex.l" {return(ON);} YY_BREAK case 177: YY_RULE_SETUP #line 270 "../src/../src/mdllex.l" {return(ORIENTATIONS);} YY_BREAK case 178: YY_RULE_SETUP #line 271 "../src/../src/mdllex.l" {return(OUTPUT_BUFFER_SIZE);} YY_BREAK case 179: YY_RULE_SETUP #line 272 "../src/../src/mdllex.l" {return(OVERWRITTEN_OUTPUT_FILE);} YY_BREAK case 180: YY_RULE_SETUP #line 273 "../src/../src/mdllex.l" {return(PARTITION_LOCATION_REPORT);} YY_BREAK case 181: YY_RULE_SETUP #line 274 "../src/../src/mdllex.l" {return(PARTITION_X);} YY_BREAK case 182: YY_RULE_SETUP #line 275 "../src/../src/mdllex.l" {return(PARTITION_Y);} YY_BREAK case 183: YY_RULE_SETUP #line 276 "../src/../src/mdllex.l" {return(PARTITION_Z);} YY_BREAK case 184: YY_RULE_SETUP #line 277 "../src/../src/mdllex.l" {return(PI_TOK);} YY_BREAK case 185: YY_RULE_SETUP #line 278 "../src/../src/mdllex.l" {return(POLYGON_LIST);} YY_BREAK case 186: YY_RULE_SETUP #line 279 "../src/../src/mdllex.l" {return(POSITIONS);} YY_BREAK case 187: YY_RULE_SETUP #line 280 "../src/../src/mdllex.l" {return(PROBABILITY_REPORT);} YY_BREAK case 188: YY_RULE_SETUP #line 281 "../src/../src/mdllex.l" {return(PROBABILITY_REPORT_THRESHOLD);} YY_BREAK case 189: YY_RULE_SETUP #line 282 "../src/../src/mdllex.l" {return(PROGRESS_REPORT);} YY_BREAK case 190: YY_RULE_SETUP #line 283 "../src/../src/mdllex.l" {return(RADIAL_DIRECTIONS);} YY_BREAK case 191: YY_RULE_SETUP #line 284 "../src/../src/mdllex.l" {return(RADIAL_SUBDIVISIONS);} YY_BREAK case 192: YY_RULE_SETUP #line 285 "../src/../src/mdllex.l" {return(RAND_UNIFORM);} YY_BREAK case 193: YY_RULE_SETUP #line 286 "../src/../src/mdllex.l" {return(RAND_GAUSSIAN);} YY_BREAK case 194: YY_RULE_SETUP #line 287 "../src/../src/mdllex.l" { return RATE_RULES; } YY_BREAK case 195: YY_RULE_SETUP #line 288 "../src/../src/mdllex.l" {return(REACTION_DATA_OUTPUT);} YY_BREAK case 196: YY_RULE_SETUP #line 289 "../src/../src/mdllex.l" { return REACTION_OUTPUT_REPORT; } YY_BREAK case 197: YY_RULE_SETUP #line 290 "../src/../src/mdllex.l" {return(REACTION_GROUP);} YY_BREAK case 198: YY_RULE_SETUP #line 291 "../src/../src/mdllex.l" {return(RECTANGULAR_TOKEN);} YY_BREAK case 199: YY_RULE_SETUP #line 292 "../src/../src/mdllex.l" {return(RECTANGULAR_RELEASE_SITE); } YY_BREAK case 200: YY_RULE_SETUP #line 293 "../src/../src/mdllex.l" {return(REFLECTIVE);} YY_BREAK case 201: YY_RULE_SETUP #line 294 "../src/../src/mdllex.l" {return(REGION_DATA);} YY_BREAK case 202: YY_RULE_SETUP #line 295 "../src/../src/mdllex.l" {return(RELEASE_EVENT_REPORT);} YY_BREAK case 203: YY_RULE_SETUP #line 296 "../src/../src/mdllex.l" {return(RELEASE_INTERVAL);} YY_BREAK case 204: YY_RULE_SETUP #line 297 "../src/../src/mdllex.l" {return(RELEASE_PATTERN);} YY_BREAK case 205: YY_RULE_SETUP #line 298 "../src/../src/mdllex.l" {return(RELEASE_PROBABILITY);} YY_BREAK case 206: YY_RULE_SETUP #line 299 "../src/../src/mdllex.l" {return(RELEASE_SITE);} YY_BREAK case 207: YY_RULE_SETUP #line 300 "../src/../src/mdllex.l" {return(REMOVE_ELEMENTS);} YY_BREAK case 208: YY_RULE_SETUP #line 301 "../src/../src/mdllex.l" {return(RIGHT);} YY_BREAK case 209: YY_RULE_SETUP #line 302 "../src/../src/mdllex.l" {return(ROTATE);} YY_BREAK case 210: YY_RULE_SETUP #line 303 "../src/../src/mdllex.l" {return(ROUND_OFF);} YY_BREAK case 211: YY_RULE_SETUP #line 304 "../src/../src/mdllex.l" {return(SCALE);} YY_BREAK case 212: YY_RULE_SETUP #line 305 "../src/../src/mdllex.l" {return(SEED);} YY_BREAK case 213: YY_RULE_SETUP #line 306 "../src/../src/mdllex.l" {return(SHAPE);} YY_BREAK case 214: YY_RULE_SETUP #line 307 "../src/../src/mdllex.l" {return(SHOW_EXACT_TIME);} YY_BREAK case 215: YY_RULE_SETUP #line 308 "../src/../src/mdllex.l" {return(SIN);} YY_BREAK case 216: YY_RULE_SETUP #line 309 "../src/../src/mdllex.l" {return(SITE_DIAMETER);} YY_BREAK case 217: YY_RULE_SETUP #line 310 "../src/../src/mdllex.l" {return(SITE_RADIUS);} YY_BREAK case 218: YY_RULE_SETUP #line 311 "../src/../src/mdllex.l" {return(SPACE_STEP);} YY_BREAK case 219: YY_RULE_SETUP #line 312 "../src/../src/mdllex.l" {return(SPHERICAL);} YY_BREAK case 220: YY_RULE_SETUP #line 313 "../src/../src/mdllex.l" {return(SPHERICAL_RELEASE_SITE);} YY_BREAK case 221: YY_RULE_SETUP #line 314 "../src/../src/mdllex.l" {return(SPHERICAL_SHELL);} YY_BREAK case 222: YY_RULE_SETUP #line 315 "../src/../src/mdllex.l" {return(SPHERICAL_SHELL_SITE); } YY_BREAK case 223: YY_RULE_SETUP #line 316 "../src/../src/mdllex.l" {return(SQRT);} YY_BREAK case 224: YY_RULE_SETUP #line 317 "../src/../src/mdllex.l" {return(STANDARD_DEVIATION);} YY_BREAK case 225: YY_RULE_SETUP #line 318 "../src/../src/mdllex.l" {return(STEP);} YY_BREAK case 226: YY_RULE_SETUP #line 319 "../src/../src/mdllex.l" {return(STRING_TO_NUM);} YY_BREAK case 227: #line 321 "../src/../src/mdllex.l" case 228: YY_RULE_SETUP #line 321 "../src/../src/mdllex.l" { return SUBUNIT; } YY_BREAK case 229: #line 323 "../src/../src/mdllex.l" case 230: YY_RULE_SETUP #line 323 "../src/../src/mdllex.l" { return SUBUNIT_RELATIONSHIPS; } YY_BREAK case 231: YY_RULE_SETUP #line 324 "../src/../src/mdllex.l" {return(SUMMATION_OPERATOR);} YY_BREAK case 232: YY_RULE_SETUP #line 325 "../src/../src/mdllex.l" {return(SURFACE_CLASS);} YY_BREAK case 233: YY_RULE_SETUP #line 326 "../src/../src/mdllex.l" {return(SURFACE_ONLY);} YY_BREAK case 234: YY_RULE_SETUP #line 327 "../src/../src/mdllex.l" {return(TAN);} YY_BREAK case 235: YY_RULE_SETUP #line 328 "../src/../src/mdllex.l" {return(TARGET_ONLY);} YY_BREAK case 236: YY_RULE_SETUP #line 329 "../src/../src/mdllex.l" {return(TET_ELEMENT_CONNECTIONS);} YY_BREAK case 237: YY_RULE_SETUP #line 330 "../src/../src/mdllex.l" {return THROUGHPUT_REPORT;} YY_BREAK case 238: YY_RULE_SETUP #line 331 "../src/../src/mdllex.l" {return(TIME_LIST);} YY_BREAK case 239: YY_RULE_SETUP #line 332 "../src/../src/mdllex.l" {return(TIME_POINTS);} YY_BREAK case 240: YY_RULE_SETUP #line 333 "../src/../src/mdllex.l" {return(TIME_STEP);} YY_BREAK case 241: YY_RULE_SETUP #line 334 "../src/../src/mdllex.l" {return(TIME_STEP_MAX);} YY_BREAK case 242: YY_RULE_SETUP #line 335 "../src/../src/mdllex.l" {return(TO);} YY_BREAK case 243: YY_RULE_SETUP #line 336 "../src/../src/mdllex.l" {return(TOP);} YY_BREAK case 244: YY_RULE_SETUP #line 337 "../src/../src/mdllex.l" {return(TRAIN_DURATION);} YY_BREAK case 245: YY_RULE_SETUP #line 338 "../src/../src/mdllex.l" {return(TRAIN_INTERVAL);} YY_BREAK case 246: YY_RULE_SETUP #line 339 "../src/../src/mdllex.l" {return(TRANSLATE);} YY_BREAK case 247: YY_RULE_SETUP #line 340 "../src/../src/mdllex.l" {return(TRANSPARENT);} YY_BREAK case 248: YY_RULE_SETUP #line 341 "../src/../src/mdllex.l" {return(TRIGGER);} YY_BREAK case 249: YY_RULE_SETUP #line 342 "../src/../src/mdllex.l" {return(TRUE);} YY_BREAK case 250: YY_RULE_SETUP #line 343 "../src/../src/mdllex.l" {return(UNLIMITED);} YY_BREAK case 251: YY_RULE_SETUP #line 344 "../src/../src/mdllex.l" {return(VACANCY_SEARCH_DISTANCE);} YY_BREAK case 252: YY_RULE_SETUP #line 345 "../src/../src/mdllex.l" {return(VARYING_PROBABILITY_REPORT);} YY_BREAK case 253: YY_RULE_SETUP #line 346 "../src/../src/mdllex.l" {return(USELESS_VOLUME_ORIENTATION); } YY_BREAK case 254: YY_RULE_SETUP #line 347 "../src/../src/mdllex.l" {return(VERTEX_LIST);} YY_BREAK case 255: YY_RULE_SETUP #line 348 "../src/../src/mdllex.l" {return(VIZ_MESH_FORMAT);} YY_BREAK case 256: YY_RULE_SETUP #line 349 "../src/../src/mdllex.l" {return(VIZ_MOLECULE_FORMAT);} YY_BREAK case 257: YY_RULE_SETUP #line 350 "../src/../src/mdllex.l" {return(VIZ_OUTPUT);} YY_BREAK case 258: YY_RULE_SETUP #line 351 "../src/../src/mdllex.l" { return VIZ_OUTPUT_REPORT; } YY_BREAK case 259: YY_RULE_SETUP #line 352 "../src/../src/mdllex.l" {return(VIZ_VALUE);} YY_BREAK case 260: YY_RULE_SETUP #line 353 "../src/../src/mdllex.l" {return VOLUME_DATA_OUTPUT; } YY_BREAK case 261: YY_RULE_SETUP #line 354 "../src/../src/mdllex.l" { return VOLUME_OUTPUT_REPORT; } YY_BREAK case 262: YY_RULE_SETUP #line 355 "../src/../src/mdllex.l" {return(VOLUME_DEPENDENT_RELEASE_NUMBER);} YY_BREAK case 263: YY_RULE_SETUP #line 356 "../src/../src/mdllex.l" {return(VOLUME_ONLY);} YY_BREAK case 264: YY_RULE_SETUP #line 357 "../src/../src/mdllex.l" {return VOXEL_COUNT; } YY_BREAK case 265: YY_RULE_SETUP #line 358 "../src/../src/mdllex.l" {return(VOXEL_LIST);} YY_BREAK case 266: YY_RULE_SETUP #line 359 "../src/../src/mdllex.l" {return VOXEL_SIZE; } YY_BREAK case 267: YY_RULE_SETUP #line 360 "../src/../src/mdllex.l" {return(WARNING);} YY_BREAK case 268: YY_RULE_SETUP #line 361 "../src/../src/mdllex.l" {return(WARNINGS);} YY_BREAK case 269: YY_RULE_SETUP #line 362 "../src/../src/mdllex.l" {return(WORLD);} YY_BREAK case 270: YY_RULE_SETUP #line 363 "../src/../src/mdllex.l" {return(YES);} YY_BREAK case 271: YY_RULE_SETUP #line 364 "../src/../src/mdllex.l" {return(PRINTF);} YY_BREAK case 272: YY_RULE_SETUP #line 365 "../src/../src/mdllex.l" {return(FPRINTF);} YY_BREAK case 273: YY_RULE_SETUP #line 366 "../src/../src/mdllex.l" {return(SPRINTF);} YY_BREAK case 274: YY_RULE_SETUP #line 367 "../src/../src/mdllex.l" {return(PRINT_TIME);} YY_BREAK case 275: YY_RULE_SETUP #line 368 "../src/../src/mdllex.l" {return(FPRINT_TIME);} YY_BREAK case 276: YY_RULE_SETUP #line 369 "../src/../src/mdllex.l" {return(FOPEN);} YY_BREAK case 277: YY_RULE_SETUP #line 370 "../src/../src/mdllex.l" {return(FOPEN);} YY_BREAK case 278: YY_RULE_SETUP #line 371 "../src/../src/mdllex.l" {return(FCLOSE);} YY_BREAK case 279: YY_RULE_SETUP #line 372 "../src/../src/mdllex.l" {sscanf((const char *)yytext,"%lf",&yylval->dbl); return REAL;} YY_BREAK case 280: YY_RULE_SETUP #line 373 "../src/../src/mdllex.l" {sscanf((const char *)yytext,"%lld",&yylval->llival); return LLINTEGER;} YY_BREAK case 281: YY_RULE_SETUP #line 374 "../src/../src/mdllex.l" { yylval->str = CHECKED_STRDUP(yytext, "string token"); return VAR; } YY_BREAK case 282: /* rule 282 can match eol */ YY_RULE_SETUP #line 378 "../src/../src/mdllex.l" { yylval->str = CHECKED_STRDUP(yytext, "string token"); return STR_VALUE; } YY_BREAK case 283: YY_RULE_SETUP #line 383 "../src/../src/mdllex.l" {return(yytext[0]);} YY_BREAK case 284: YY_RULE_SETUP #line 384 "../src/../src/mdllex.l" ; YY_BREAK case 285: /* rule 285 can match eol */ YY_RULE_SETUP #line 385 "../src/../src/mdllex.l" {parse_state->line_num[parse_state->include_stack_ptr - 1] += yyleng; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 386 "../src/../src/mdllex.l" { yyterminate(); } YY_BREAK case 286: YY_RULE_SETUP #line 387 "../src/../src/mdllex.l" ECHO; YY_BREAK #line 3538 "mdllex.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = yyg->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 * mdllex(). 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. */ yyg->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 ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) { /* This was really a NUL. */ yy_state_type yy_next_state; yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); /* 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 , yyscanner); yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++yyg->yy_c_buf_p; yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = yyg->yy_c_buf_p; goto yy_find_action; } } else switch ( yy_get_next_buffer( yyscanner ) ) { case EOB_ACT_END_OF_FILE: { yyg->yy_did_buffer_switch_on_eof = 0; if ( mdlwrap(yyscanner ) ) { /* 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. */ yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: yyg->yy_c_buf_p = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars]; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->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 mdllex */ /* 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 (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = yyg->yytext_ptr; register int number_to_move, i; int ret_val; if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->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 ( yyg->yy_c_buf_p - yyg->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) (yyg->yy_c_buf_p - yyg->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 = yyg->yy_n_chars = 0; else { yy_size_t num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; int yy_c_buf_p_offset = (int) (yyg->yy_c_buf_p - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { yy_size_t new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ mdlrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ,yyscanner ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); yyg->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]), yyg->yy_n_chars, num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } if ( yyg->yy_n_chars == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; mdlrestart(yyin ,yyscanner); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) (yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) mdlrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ,yyscanner ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } yyg->yy_n_chars += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR; yyg->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 (yyscan_t yyscanner) { register yy_state_type yy_current_state; register char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_current_state = yyg->yy_start; for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->yy_c_buf_p; ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 2348 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) { register int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ register char *yy_cp = yyg->yy_c_buf_p; register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 2348 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 2347); (void)yyg; return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner) #else static int input (yyscan_t yyscanner) #endif { int c; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; *yyg->yy_c_buf_p = yyg->yy_hold_char; if ( *yyg->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 ( yyg->yy_c_buf_p < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) /* This was really a NUL. */ *yyg->yy_c_buf_p = '\0'; else { /* need more input */ yy_size_t offset = yyg->yy_c_buf_p - yyg->yytext_ptr; ++yyg->yy_c_buf_p; switch ( yy_get_next_buffer( yyscanner ) ) { 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. */ mdlrestart(yyin ,yyscanner); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( mdlwrap(yyscanner ) ) return EOF; if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(yyscanner); #else return input(yyscanner); #endif } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + offset; break; } } } c = *(unsigned char *) yyg->yy_c_buf_p; /* cast for 8-bit char's */ *yyg->yy_c_buf_p = '\0'; /* preserve yytext */ yyg->yy_hold_char = *++yyg->yy_c_buf_p; return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * @param yyscanner The scanner object. * @note This function does not reset the start condition to @c INITIAL . */ void mdlrestart (FILE * input_file , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( ! YY_CURRENT_BUFFER ){ mdlensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = mdl_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); } mdl_init_buffer(YY_CURRENT_BUFFER,input_file ,yyscanner); mdl_load_buffer_state(yyscanner ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * @param yyscanner The scanner object. */ void mdl_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* TODO. We should be able to replace this entire function body * with * mdlpop_buffer_state(); * mdlpush_buffer_state(new_buffer); */ mdlensure_buffer_stack (yyscanner); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } YY_CURRENT_BUFFER_LVALUE = new_buffer; mdl_load_buffer_state(yyscanner ); /* We don't actually know whether we did this switch during * EOF (mdlwrap()) processing, but the only time this flag * is looked at is after mdlwrap() is called, so it's safe * to go ahead and always set it. */ yyg->yy_did_buffer_switch_on_eof = 1; } static void mdl_load_buffer_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; yyg->yy_hold_char = *yyg->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. * @param yyscanner The scanner object. * @return the allocated buffer state. */ YY_BUFFER_STATE mdl_create_buffer (FILE * file, int size , yyscan_t yyscanner) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) mdlalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in mdl_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 *) mdlalloc(b->yy_buf_size + 2 ,yyscanner ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in mdl_create_buffer()" ); b->yy_is_our_buffer = 1; mdl_init_buffer(b,file ,yyscanner); return b; } /** Destroy the buffer. * @param b a buffer created with mdl_create_buffer() * @param yyscanner The scanner object. */ void mdl_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 ) mdlfree((void *) b->yy_ch_buf ,yyscanner ); mdlfree((void *) b ,yyscanner ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a mdlrestart() or at EOF. */ static void mdl_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) { int oerrno = errno; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; mdl_flush_buffer(b ,yyscanner); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then mdl_init_buffer was _probably_ * called from mdlrestart() 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. * @param yyscanner The scanner object. */ void mdl_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 ) mdl_load_buffer_state(yyscanner ); } /** 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. * @param yyscanner The scanner object. */ void mdlpush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (new_buffer == NULL) return; mdlensure_buffer_stack(yyscanner); /* This block is copied from mdl_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) yyg->yy_buffer_stack_top++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from mdl_switch_to_buffer. */ mdl_load_buffer_state(yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * @param yyscanner The scanner object. */ void mdlpop_buffer_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!YY_CURRENT_BUFFER) return; mdl_delete_buffer(YY_CURRENT_BUFFER ,yyscanner); YY_CURRENT_BUFFER_LVALUE = NULL; if (yyg->yy_buffer_stack_top > 0) --yyg->yy_buffer_stack_top; if (YY_CURRENT_BUFFER) { mdl_load_buffer_state(yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void mdlensure_buffer_stack (yyscan_t yyscanner) { yy_size_t num_to_alloc; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!yyg->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; yyg->yy_buffer_stack = (struct yy_buffer_state**)mdlalloc (num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in mdlensure_buffer_stack()" ); memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); yyg->yy_buffer_stack_max = num_to_alloc; yyg->yy_buffer_stack_top = 0; return; } if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = yyg->yy_buffer_stack_max + grow_size; yyg->yy_buffer_stack = (struct yy_buffer_state**)mdlrealloc (yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in mdlensure_buffer_stack()" ); /* zero only the new slots.*/ memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*)); yyg->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 * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE mdl_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) mdlalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in mdl_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; mdl_switch_to_buffer(b ,yyscanner ); return b; } /** Setup the input buffer state to scan a string. The next call to mdllex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * @param yyscanner The scanner object. * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * mdl_scan_bytes() instead. */ YY_BUFFER_STATE mdl_scan_string (yyconst char * yystr , yyscan_t yyscanner) { return mdl_scan_bytes(yystr,strlen(yystr) ,yyscanner); } /** Setup the input buffer state to scan the given bytes. The next call to mdllex() 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. * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE mdl_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanner) { YY_BUFFER_STATE b; char *buf; yy_size_t n; yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) mdlalloc(n ,yyscanner ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in mdl_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 = mdl_scan_buffer(buf,n ,yyscanner); if ( ! b ) YY_FATAL_ERROR( "bad buffer in mdl_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; } static void yy_push_state (int new_state , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( yyg->yy_start_stack_ptr >= yyg->yy_start_stack_depth ) { yy_size_t new_size; yyg->yy_start_stack_depth += YY_START_STACK_INCR; new_size = yyg->yy_start_stack_depth * sizeof( int ); if ( ! yyg->yy_start_stack ) yyg->yy_start_stack = (int *) mdlalloc(new_size ,yyscanner ); else yyg->yy_start_stack = (int *) mdlrealloc((void *) yyg->yy_start_stack,new_size ,yyscanner ); if ( ! yyg->yy_start_stack ) YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); } yyg->yy_start_stack[yyg->yy_start_stack_ptr++] = YY_START; BEGIN(new_state); } static void yy_pop_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( --yyg->yy_start_stack_ptr < 0 ) YY_FATAL_ERROR( "start-condition stack underflow" ); BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]); } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = yyg->yy_hold_char; \ yyg->yy_c_buf_p = yytext + yyless_macro_arg; \ yyg->yy_hold_char = *yyg->yy_c_buf_p; \ *yyg->yy_c_buf_p = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the user-defined data for this scanner. * @param yyscanner The scanner object. */ YY_EXTRA_TYPE mdlget_extra (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyextra; } /** Get the current line number. * @param yyscanner The scanner object. */ int mdlget_lineno (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yylineno; } /** Get the current column number. * @param yyscanner The scanner object. */ int mdlget_column (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yycolumn; } /** Get the input stream. * @param yyscanner The scanner object. */ FILE *mdlget_in (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyin; } /** Get the output stream. * @param yyscanner The scanner object. */ FILE *mdlget_out (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyout; } /** Get the length of the current token. * @param yyscanner The scanner object. */ yy_size_t mdlget_leng (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyleng; } /** Get the current token. * @param yyscanner The scanner object. */ char *mdlget_text (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yytext; } /** Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */ void mdlset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyextra = user_defined ; } /** Set the current line number. * @param line_number * @param yyscanner The scanner object. */ void mdlset_lineno (int line_number , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* lineno is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "mdlset_lineno called with no buffer" ); yylineno = line_number; } /** Set the current column. * @param line_number * @param yyscanner The scanner object. */ void mdlset_column (int column_no , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* column is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "mdlset_column called with no buffer" ); yycolumn = column_no; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * @param yyscanner The scanner object. * @see mdl_switch_to_buffer */ void mdlset_in (FILE * in_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyin = in_str ; } void mdlset_out (FILE * out_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyout = out_str ; } int mdlget_debug (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yy_flex_debug; } void mdlset_debug (int bdebug , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flex_debug = bdebug ; } /* Accessor methods for yylval and yylloc */ /* User-visible API */ /* mdllex_init is special because it creates the scanner itself, so it is * the ONLY reentrant function that doesn't take the scanner as the last argument. * That's why we explicitly handle the declaration, instead of using our macros. */ int mdllex_init(yyscan_t* ptr_yy_globals) { if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) mdlalloc ( sizeof( struct yyguts_t ), NULL ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); return yy_init_globals ( *ptr_yy_globals ); } /* mdllex_init_extra has the same functionality as mdllex_init, but follows the * convention of taking the scanner as the last argument. Note however, that * this is a *pointer* to a scanner, as it will be allocated by this call (and * is the reason, too, why this function also must handle its own declaration). * The user defined value in the first argument will be available to mdlalloc in * the yyextra field. */ int mdllex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) { struct yyguts_t dummy_yyguts; mdlset_extra (yy_user_defined, &dummy_yyguts); if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) mdlalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); mdlset_extra (yy_user_defined, *ptr_yy_globals); return yy_init_globals ( *ptr_yy_globals ); } static int yy_init_globals (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Initialization is the same as for the non-reentrant scanner. * This function is called from mdllex_destroy(), so don't allocate here. */ yyg->yy_buffer_stack = 0; yyg->yy_buffer_stack_top = 0; yyg->yy_buffer_stack_max = 0; yyg->yy_c_buf_p = (char *) 0; yyg->yy_init = 0; yyg->yy_start = 0; yyg->yy_start_stack_ptr = 0; yyg->yy_start_stack_depth = 0; yyg->yy_start_stack = NULL; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = (FILE *) 0; yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * mdllex_init() */ return 0; } /* mdllex_destroy is for both reentrant and non-reentrant scanners. */ int mdllex_destroy (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ mdl_delete_buffer(YY_CURRENT_BUFFER ,yyscanner ); YY_CURRENT_BUFFER_LVALUE = NULL; mdlpop_buffer_state(yyscanner); } /* Destroy the stack itself. */ mdlfree(yyg->yy_buffer_stack ,yyscanner); yyg->yy_buffer_stack = NULL; /* Destroy the start condition stack. */ mdlfree(yyg->yy_start_stack ,yyscanner ); yyg->yy_start_stack = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * mdllex() is called, initialization will occur. */ yy_init_globals( yyscanner); /* Destroy the main struct (reentrant only). */ mdlfree ( yyscanner , yyscanner ); yyscanner = NULL; return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif #define YYTABLES_NAME "yytables" #line 387 "../src/../src/mdllex.l"