#line 2 "maplexer.c" #line 4 "maplexer.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer msyy_create_buffer #define yy_delete_buffer msyy_delete_buffer #define yy_flex_debug msyy_flex_debug #define yy_init_buffer msyy_init_buffer #define yy_flush_buffer msyy_flush_buffer #define yy_load_buffer_state msyy_load_buffer_state #define yy_switch_to_buffer msyy_switch_to_buffer #define yyin msyyin #define yyleng msyyleng #define yylex msyylex #define yylineno msyylineno #define yyout msyyout #define yyrestart msyyrestart #define yytext msyytext #define yywrap msyywrap #define yyalloc msyyalloc #define yyrealloc msyyrealloc #define yyfree msyyfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! C99 */ #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__STDC__) */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE msyyrestart(msyyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. * Ditto for the __ia64__ case accordingly. */ #define YY_BUF_SIZE 32768 #else #define YY_BUF_SIZE 16384 #endif /* __ia64__ */ #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int msyyleng; extern FILE *msyyin, *msyyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up msyytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up msyytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif #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. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via msyyrestart()), so that the user can continue scanning by * just pointing msyyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when msyytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int msyyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow msyywrap()'s to do buffer switches * instead of setting up a fresh msyyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void msyyrestart (FILE *input_file ); void msyy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE msyy_create_buffer (FILE *file,int size ); void msyy_delete_buffer (YY_BUFFER_STATE b ); void msyy_flush_buffer (YY_BUFFER_STATE b ); void msyypush_buffer_state (YY_BUFFER_STATE new_buffer ); void msyypop_buffer_state (void ); static void msyyensure_buffer_stack (void ); static void msyy_load_buffer_state (void ); static void msyy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER msyy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE msyy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE msyy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE msyy_scan_bytes (yyconst char *bytes,int len ); void *msyyalloc (yy_size_t ); void *msyyrealloc (void *,yy_size_t ); void msyyfree (void * ); #define yy_new_buffer msyy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ msyyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ msyy_create_buffer(msyyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ msyyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ msyy_create_buffer(msyyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ typedef unsigned char YY_CHAR; FILE *msyyin = (FILE *) 0, *msyyout = (FILE *) 0; typedef int yy_state_type; extern int msyylineno; int msyylineno = 1; extern char *msyytext; #define yytext_ptr msyytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up msyytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ msyyleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 314 #define YY_END_OF_BUFFER 315 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[1807] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 315, 312, 1, 310, 303, 2, 312, 312, 297, 309, 297, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 312, 311, 311, 3, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 312, 1, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 313, 1, 1, 6, 308, 313, 308, 313, 298, 298, 10, 7, 9, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 313, 311, 13, 311, 314, 1, 314, 314, 306, 304, 304, 305, 1, 2, 0, 302, 297, 297, 309, 297, 309, 0, 309, 301, 297, 0, 309, 309, 309, 309, 309, 309, 309, 309, 219, 309, 309, 309, 223, 309, 224, 309, 309, 229, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 241, 309, 309, 244, 309, 245, 309, 309, 309, 309, 309, 309, 309, 309, 309, 256, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 200, 309, 309, 282, 283, 309, 284, 309, 309, 309, 309, 309, 309, 309, 309, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 309, 309, 223, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 256, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 8, 0, 5, 0, 298, 298, 298, 0, 298, 0, 12, 14, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 16, 12, 10, 0, 4, 0, 0, 0, 0, 0, 0, 294, 0, 0, 299, 15, 0, 307, 0, 306, 304, 304, 305, 297, 0, 0, 309, 297, 301, 300, 297, 0, 0, 297, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 225, 309, 309, 309, 309, 309, 309, 309, 309, 309, 60, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 75, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 113, 114, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 254, 255, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 271, 309, 309, 309, 309, 309, 309, 309, 309, 309, 277, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 209, 287, 309, 211, 288, 309, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 209, 0, 290, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 254, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 0, 0, 0, 0, 0, 298, 298, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 297, 300, 0, 297, 309, 309, 309, 309, 309, 214, 309, 309, 309, 309, 309, 309, 309, 218, 309, 309, 309, 309, 309, 309, 309, 309, 53, 309, 309, 309, 309, 57, 309, 309, 309, 309, 309, 309, 309, 309, 309, 233, 309, 309, 309, 70, 309, 309, 309, 74, 309, 309, 309, 77, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 93, 309, 309, 309, 309, 309, 309, 309, 242, 309, 243, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 147, 309, 252, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 184, 309, 309, 309, 309, 309, 309, 309, 196, 309, 278, 309, 309, 309, 309, 280, 206, 309, 309, 309, 309, 309, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 184, 0, 0, 0, 309, 309, 53, 309, 70, 309, 309, 309, 309, 309, 309, 309, 309, 184, 309, 309, 280, 295, 0, 298, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 296, 36, 289, 37, 309, 309, 215, 309, 309, 216, 309, 309, 309, 309, 309, 309, 221, 309, 45, 309, 49, 309, 309, 309, 309, 55, 309, 309, 309, 309, 231, 58, 309, 61, 309, 309, 232, 309, 309, 309, 309, 309, 309, 72, 309, 309, 235, 309, 79, 236, 309, 309, 81, 309, 309, 90, 309, 164, 309, 309, 309, 309, 97, 240, 309, 107, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 249, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 250, 309, 227, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 263, 309, 309, 309, 309, 309, 309, 309, 267, 309, 309, 309, 309, 309, 309, 309, 309, 269, 270, 178, 309, 309, 309, 309, 309, 309, 275, 309, 309, 187, 309, 193, 309, 309, 309, 199, 309, 309, 309, 309, 285, 207, 309, 309, 210, 37, 45, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 187, 0, 207, 309, 49, 309, 309, 309, 97, 309, 309, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 309, 309, 309, 309, 309, 217, 309, 43, 220, 309, 222, 309, 309, 309, 309, 50, 309, 309, 309, 309, 309, 56, 309, 309, 309, 309, 63, 309, 66, 67, 234, 309, 69, 309, 309, 309, 80, 237, 309, 309, 309, 309, 309, 309, 238, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 106, 108, 309, 309, 115, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 246, 309, 247, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 253, 148, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 262, 261, 266, 163, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 268, 309, 173, 309, 309, 309, 309, 309, 309, 309, 309, 309, 273, 274, 309, 276, 186, 309, 189, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 286, 0, 63, 0, 0, 108, 0, 0, 0, 0, 0, 0, 309, 189, 309, 30, 22, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 28, 0, 309, 309, 309, 309, 309, 309, 309, 309, 309, 48, 309, 309, 309, 309, 228, 309, 230, 309, 309, 309, 65, 309, 71, 309, 309, 309, 309, 309, 309, 309, 309, 309, 89, 309, 309, 309, 95, 309, 309, 309, 309, 309, 309, 309, 309, 309, 110, 309, 309, 117, 309, 309, 309, 309, 309, 309, 309, 309, 126, 309, 309, 309, 309, 309, 132, 309, 309, 309, 309, 309, 309, 309, 143, 309, 309, 309, 309, 309, 149, 309, 150, 309, 309, 309, 309, 309, 162, 309, 264, 309, 265, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 309, 309, 20, 0, 27, 0, 31, 0, 0, 0, 0, 25, 293, 309, 309, 309, 309, 41, 309, 309, 309, 309, 309, 309, 309, 309, 309, 59, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 88, 309, 309, 94, 309, 309, 309, 309, 309, 309, 309, 309, 309, 111, 309, 309, 309, 309, 309, 309, 309, 309, 122, 309, 309, 129, 130, 131, 309, 309, 309, 309, 309, 309, 139, 309, 309, 146, 251, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 161, 309, 165, 309, 309, 167, 309, 309, 309, 171, 309, 309, 309, 309, 175, 309, 180, 309, 272, 309, 309, 309, 309, 309, 309, 309, 194, 87, 309, 198, 309, 309, 309, 279, 281, 309, 0, 0, 0, 0, 171, 0, 0, 180, 0, 194, 29, 24, 32, 0, 26, 19, 309, 38, 309, 40, 309, 44, 309, 46, 309, 309, 309, 34, 309, 309, 64, 309, 309, 309, 78, 309, 85, 86, 309, 83, 91, 92, 309, 309, 309, 309, 100, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 125, 309, 309, 309, 309, 309, 309, 309, 309, 309, 142, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 35, 172, 309, 309, 309, 309, 309, 309, 183, 185, 188, 309, 192, 309, 197, 201, 205, 309, 309, 0, 0, 83, 0, 172, 0, 0, 0, 213, 309, 309, 47, 33, 51, 309, 309, 62, 68, 309, 309, 82, 309, 96, 239, 98, 309, 309, 309, 309, 309, 309, 116, 118, 309, 309, 309, 309, 309, 309, 309, 309, 133, 309, 309, 309, 309, 309, 309, 309, 309, 309, 257, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, 226, 309, 168, 169, 309, 174, 309, 176, 179, 309, 182, 309, 309, 309, 309, 208, 0, 82, 169, 176, 0, 23, 309, 309, 309, 54, 309, 309, 309, 309, 99, 309, 309, 309, 309, 309, 119, 120, 124, 121, 309, 309, 309, 128, 134, 309, 141, 138, 309, 309, 145, 309, 258, 309, 309, 309, 309, 309, 309, 309, 309, 309, 159, 309, 260, 309, 170, 309, 181, 190, 309, 309, 309, 204, 0, 204, 309, 42, 309, 309, 73, 309, 84, 309, 309, 309, 109, 309, 309, 309, 127, 309, 309, 144, 309, 309, 151, 152, 153, 309, 155, 309, 309, 309, 309, 309, 309, 309, 309, 309, 203, 0, 309, 309, 177, 76, 101, 103, 105, 309, 309, 123, 309, 140, 248, 259, 309, 309, 309, 309, 160, 309, 309, 309, 309, 309, 177, 309, 52, 309, 309, 309, 309, 137, 309, 156, 157, 309, 166, 135, 309, 309, 202, 39, 309, 309, 112, 136, 309, 309, 309, 195, 309, 309, 309, 309, 191, 309, 309, 309, 309, 102, 104, 309, 309, 309, 158, 309, 309, 154, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 6, 7, 8, 1, 1, 9, 10, 11, 12, 13, 14, 1, 15, 16, 17, 18, 18, 19, 18, 18, 18, 18, 18, 18, 18, 1, 1, 20, 21, 22, 1, 1, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 1, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 1, 80, 1, 81, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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[83] = { 0, 1, 1, 2, 1, 3, 1, 4, 1, 1, 5, 1, 1, 1, 1, 6, 7, 7, 7, 7, 1, 6, 1, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 8, 9, 6, 1, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 1, 1 } ; static yyconst flex_int16_t yy_base[1825] = { 0, 0, 0, 82, 0, 164, 0, 246, 0, 327, 331, 332, 333, 772, 4122, 342, 4122, 4122, 0, 746, 332, 334, 392, 349, 343, 392, 450, 425, 390, 470, 486, 471, 495, 312, 327, 546, 496, 390, 590, 598, 313, 600, 645, 651, 480, 395, 532, 0, 705, 4122, 4122, 4122, 321, 325, 333, 370, 393, 406, 408, 398, 396, 413, 551, 463, 468, 526, 537, 367, 612, 541, 656, 552, 664, 705, 526, 554, 659, 558, 712, 717, 582, 709, 720, 707, 755, 750, 764, 731, 4122, 484, 637, 729, 697, 724, 668, 787, 792, 807, 687, 342, 676, 773, 772, 787, 791, 583, 633, 805, 649, 810, 811, 799, 724, 777, 810, 808, 313, 587, 638, 4122, 4122, 852, 640, 635, 0, 811, 820, 371, 882, 0, 628, 603, 858, 872, 0, 874, 888, 575, 932, 833, 890, 896, 858, 924, 824, 922, 837, 858, 861, 927, 0, 883, 903, 888, 933, 927, 0, 918, 922, 0, 943, 934, 933, 936, 950, 947, 935, 973, 943, 993, 945, 987, 972, 979, 981, 999, 1002, 984, 1005, 995, 1007, 1037, 1007, 1004, 989, 1003, 1045, 0, 1015, 1005, 0, 1016, 0, 1040, 1047, 1048, 1016, 1030, 1053, 1055, 1049, 1057, 1071, 1076, 1078, 1061, 1078, 1091, 1066, 1061, 1069, 1108, 1104, 1097, 1104, 1118, 1115, 1105, 1127, 1124, 1119, 1131, 1156, 1135, 1120, 1146, 1136, 1132, 1144, 1151, 1167, 1140, 1183, 1164, 0, 0, 1176, 0, 1174, 1185, 1187, 1171, 1187, 1173, 1175, 1195, 536, 4122, 1190, 1197, 1193, 1183, 1204, 1182, 1201, 1193, 1199, 1221, 1225, 1231, 1207, 1212, 1240, 1233, 1241, 501, 1250, 4122, 1240, 1247, 1250, 1240, 1233, 1249, 1254, 1254, 1245, 1247, 1255, 1245, 1265, 1268, 1251, 1275, 1272, 1269, 1274, 1291, 1274, 1293, 0, 1284, 1301, 1286, 1302, 1297, 1296, 1313, 1289, 1315, 1304, 1305, 1308, 1310, 1302, 1318, 4122, 498, 4122, 495, 1335, 1367, 1360, 1377, 1370, 1384, 4122, 4122, 4122, 4122, 1351, 1357, 1343, 1372, 1369, 1364, 1365, 1376, 1372, 4122, 1368, 1375, 4122, 1370, 4122, 1386, 1371, 1376, 1374, 491, 1400, 4122, 447, 322, 4122, 4122, 488, 4122, 482, 0, 4122, 4122, 4122, 1435, 1408, 625, 736, 842, 1393, 0, 1438, 1445, 886, 903, 1410, 1416, 1415, 1415, 1427, 1429, 1434, 1442, 1442, 1445, 1437, 1428, 1446, 1433, 1434, 1438, 1454, 1440, 1441, 1447, 1458, 0, 1462, 1444, 1468, 1444, 1452, 1461, 1468, 1459, 1474, 0, 1477, 1480, 1497, 1486, 1486, 1487, 1496, 1497, 1491, 1492, 1511, 1500, 0, 1502, 1504, 1499, 1517, 1501, 1522, 1522, 1518, 1521, 1522, 1526, 1527, 1522, 1527, 1545, 1533, 1546, 1553, 1555, 1563, 1549, 1565, 1566, 0, 0, 1562, 1604, 1567, 1582, 1573, 1576, 1658, 1579, 1566, 1572, 1585, 1574, 1592, 1590, 1603, 0, 470, 1623, 1627, 1633, 1614, 1615, 1618, 1637, 1638, 1641, 1638, 1631, 1664, 1653, 1682, 1654, 1668, 1666, 1683, 1680, 1693, 1692, 1679, 1687, 1697, 1693, 1698, 0, 1706, 1710, 1697, 1711, 1716, 1710, 1723, 1707, 1717, 0, 1728, 1720, 1718, 1715, 1732, 1714, 1728, 1738, 1732, 1746, 1743, 1745, 1736, 1745, 1739, 0, 0, 1742, 0, 0, 1748, 1755, 1750, 1754, 1768, 1768, 1771, 1775, 4122, 1773, 1766, 1781, 1773, 1777, 1786, 1780, 1780, 1776, 4122, 386, 4122, 1778, 1784, 1787, 1801, 1804, 1803, 1789, 1790, 1805, 1805, 1811, 1812, 1813, 1805, 1821, 1810, 0, 1822, 1817, 1832, 1824, 1833, 1841, 1841, 1846, 1834, 1846, 1833, 383, 323, 369, 360, 905, 1013, 1862, 1878, 1142, 1342, 1853, 1841, 1855, 1850, 1844, 1853, 1868, 1860, 1870, 1881, 1881, 4122, 1871, 1876, 1871, 1890, 1888, 1896, 425, 548, 1415, 4122, 1578, 1596, 1885, 1899, 1896, 1882, 1903, 365, 1898, 1887, 1895, 1886, 1909, 1893, 1908, 0, 1910, 1922, 1904, 1899, 1906, 1911, 1925, 1935, 1932, 1938, 1930, 1947, 1948, 0, 1939, 1952, 1933, 1955, 1943, 1957, 1949, 1959, 1945, 0, 1962, 1963, 1954, 1951, 1967, 1969, 1974, 0, 1957, 1958, 1971, 0, 1969, 1980, 1986, 1976, 1997, 1999, 1986, 1986, 1994, 1994, 0, 2001, 2008, 2002, 2006, 2015, 2006, 2005, 0, 2011, 2026, 2021, 2010, 2015, 2022, 2027, 2029, 2023, 2034, 2018, 2055, 2037, 2038, 2029, 2049, 2048, 2050, 2052, 2056, 2060, 2068, 2074, 2075, 2068, 2078, 2083, 2080, 2078, 2070, 2081, 2079, 0, 2084, 0, 2093, 2093, 2076, 2090, 2089, 2100, 2091, 2103, 2111, 2121, 2123, 2119, 2133, 2127, 2117, 2131, 2119, 2135, 2123, 2139, 2140, 2123, 2144, 2145, 2134, 2138, 2134, 2154, 2147, 2146, 2140, 2157, 2158, 2161, 2151, 2166, 2162, 2165, 2161, 2176, 2172, 2172, 2191, 2183, 2194, 2188, 0, 2192, 0, 2198, 2188, 2188, 2195, 2190, 0, 2197, 2193, 2210, 2200, 2208, 0, 2212, 2199, 2215, 2208, 2218, 2207, 2212, 2223, 2208, 2218, 2227, 2239, 4122, 2245, 2233, 2236, 2239, 2242, 0, 2247, 0, 2257, 2245, 2256, 2254, 2265, 2266, 2259, 2252, 0, 2258, 2262, 0, 4122, 2280, 2282, 4122, 2266, 2277, 2275, 2284, 2268, 2273, 2282, 2275, 2280, 2281, 2294, 2303, 2290, 2301, 2301, 2296, 4122, 0, 0, 0, 2313, 2305, 0, 2302, 2313, 0, 2322, 2308, 2322, 2310, 2312, 2328, 0, 2328, 2327, 2330, 2324, 2337, 2343, 2346, 2348, 0, 2338, 2333, 2338, 2338, 0, 0, 2351, 0, 2344, 2349, 0, 2352, 2367, 2354, 2351, 2371, 2361, 0, 2362, 2366, 0, 2382, 0, 0, 2368, 2384, 2405, 2373, 2389, 0, 2384, 0, 2396, 2372, 2403, 2404, 2441, 0, 2397, 0, 2408, 2413, 2415, 2413, 2429, 2409, 2415, 2435, 2423, 2421, 2432, 2443, 2450, 2429, 2456, 2447, 2462, 2455, 2469, 2452, 0, 2448, 2471, 2452, 2461, 2482, 2469, 2467, 2474, 2491, 2467, 2492, 2482, 2492, 0, 2482, 0, 2497, 2491, 2486, 2488, 2494, 2490, 2507, 2499, 2496, 2516, 2519, 2503, 2508, 2509, 2514, 2518, 2514, 2520, 2527, 2536, 2537, 2533, 2527, 2546, 2544, 2546, 2538, 2553, 2546, 2553, 2545, 2550, 2549, 0, 0, 2570, 2551, 2552, 2562, 2574, 2577, 2569, 0, 2579, 2571, 2583, 2582, 0, 2594, 2596, 2584, 0, 2599, 2601, 2601, 2586, 0, 0, 2611, 2598, 0, 4122, 4122, 2599, 2599, 2617, 4122, 2618, 2621, 2614, 2625, 2611, 2631, 4122, 2618, 4122, 2637, 0, 2616, 2637, 2619, 2636, 2651, 2637, 2645, 2658, 2656, 2644, 2660, 2660, 2665, 2664, 2665, 2673, 2660, 2672, 2680, 4122, 2673, 2679, 2672, 2687, 2669, 2685, 2680, 2676, 2686, 0, 2693, 0, 0, 2682, 0, 2685, 2686, 2689, 2707, 0, 2694, 2698, 2705, 2701, 2707, 0, 2719, 2714, 2712, 2723, 0, 2730, 0, 2727, 0, 2720, 0, 2726, 2741, 2722, 0, 0, 2729, 2731, 2746, 2727, 2726, 2736, 0, 2751, 2756, 2757, 2753, 2756, 2761, 2745, 2767, 2754, 2750, 2775, 2775, 0, 2775, 2767, 2777, 2771, 2774, 2775, 2777, 2778, 2779, 2798, 2797, 2787, 2794, 2803, 2805, 2794, 2793, 0, 2796, 0, 2802, 2800, 2801, 2802, 2803, 2803, 2822, 2823, 2819, 2827, 2834, 2826, 2823, 2833, 2845, 0, 0, 2843, 349, 2827, 2836, 2851, 2853, 2835, 2852, 2851, 2846, 0, 0, 0, 0, 2853, 2853, 2851, 2866, 2870, 2855, 2859, 2860, 2866, 2881, 2864, 0, 2871, 0, 2866, 2885, 2887, 2873, 2893, 2895, 2899, 2902, 2906, 0, 0, 2899, 0, 0, 2890, 2895, 2897, 2898, 2918, 2921, 2913, 2913, 2928, 2918, 2916, 2913, 0, 2919, 4122, 2922, 2915, 4122, 2922, 2942, 2930, 2926, 2946, 2949, 2926, 0, 2934, 4122, 4122, 2930, 2942, 2943, 2952, 2953, 2945, 2965, 4122, 2956, 2962, 2960, 4122, 294, 2971, 2982, 2963, 2983, 2970, 2975, 2986, 2977, 2989, 0, 2981, 2987, 2979, 2995, 0, 2992, 0, 2998, 2997, 2993, 0, 2989, 0, 2996, 2999, 3004, 3005, 3014, 3004, 3027, 3013, 3019, 0, 3029, 3022, 3033, 0, 3032, 3037, 3042, 3028, 3045, 3027, 3038, 3036, 3039, 0, 3042, 3048, 0, 3049, 3060, 3043, 3057, 3049, 3048, 3058, 3066, 0, 3065, 3063, 3070, 3078, 3075, 0, 3077, 3089, 3070, 3084, 3076, 3076, 3095, 0, 3094, 3092, 3099, 3103, 3100, 0, 3100, 0, 3098, 3113, 3103, 3138, 3100, 0, 3122, 0, 3114, 0, 3110, 3125, 3107, 3124, 3128, 3124, 3132, 3147, 3152, 3151, 3149, 3143, 3156, 3148, 3155, 3166, 3159, 3166, 3156, 3157, 3173, 3187, 3175, 3173, 3180, 3178, 3191, 3177, 3180, 3194, 3197, 3194, 3192, 3198, 3197, 3205, 3199, 3214, 3209, 3201, 3202, 3237, 3219, 4122, 3208, 4122, 3208, 4122, 3211, 3229, 3217, 3230, 4122, 4122, 3223, 3223, 3229, 3234, 0, 3235, 3236, 3236, 3247, 3254, 3249, 3260, 3261, 3251, 0, 3260, 3262, 3272, 3259, 3261, 3276, 3267, 3281, 3281, 3278, 3288, 0, 3289, 3279, 0, 3285, 3282, 3293, 3289, 3291, 3286, 3290, 3293, 3297, 3303, 3292, 3293, 3308, 3305, 3322, 3305, 3320, 3333, 3333, 3316, 3338, 0, 0, 0, 3315, 3328, 3325, 3340, 3326, 3343, 3348, 3333, 3355, 0, 0, 3347, 3360, 3348, 3362, 3349, 3357, 3349, 3370, 3361, 3376, 3357, 3371, 0, 3374, 0, 3367, 3376, 0, 3375, 3375, 3386, 0, 3387, 3396, 3383, 3385, 0, 3390, 0, 3391, 0, 3398, 3387, 3406, 3398, 3405, 3421, 3403, 3408, 0, 3401, 0, 3421, 3415, 3424, 0, 0, 3418, 3417, 3424, 3435, 3427, 4122, 3438, 3431, 4122, 3442, 0, 4122, 4122, 4122, 3430, 4122, 4122, 3437, 0, 3448, 0, 3445, 0, 3445, 0, 3457, 3449, 3447, 0, 3446, 3453, 0, 3455, 3463, 3469, 0, 3458, 0, 0, 3470, 0, 0, 0, 3473, 3465, 3480, 3485, 0, 3484, 3485, 3481, 3478, 3494, 3495, 3496, 3499, 3499, 3485, 3507, 0, 3493, 3507, 3504, 3494, 3515, 3520, 3519, 3505, 3526, 0, 3523, 3520, 3510, 3525, 3523, 3533, 3521, 3530, 3542, 3534, 3545, 3537, 3526, 3538, 3533, 3531, 3549, 3558, 3552, 3563, 3560, 3556, 3570, 0, 0, 3559, 3555, 3562, 3569, 3570, 3581, 0, 0, 0, 3575, 0, 3588, 0, 3569, 0, 3577, 3578, 3576, 3581, 4122, 3586, 4122, 3589, 3590, 3589, 0, 3606, 3609, 0, 0, 3591, 3598, 3605, 0, 0, 3600, 3604, 0, 3604, 0, 0, 0, 3605, 3625, 3627, 3611, 3631, 3609, 0, 0, 3631, 3618, 3630, 3632, 3646, 3634, 3645, 3646, 0, 3647, 3634, 3646, 3646, 3647, 3658, 3660, 3654, 3645, 0, 3662, 3657, 3653, 3673, 3665, 3662, 3662, 3667, 3675, 3683, 3688, 3672, 0, 3693, 0, 0, 3675, 0, 3697, 0, 0, 3681, 0, 3695, 3686, 3695, 3707, 0, 3702, 4122, 4122, 4122, 3693, 4122, 3699, 3695, 3691, 0, 3705, 3709, 3706, 3703, 0, 3720, 3721, 3729, 3715, 3717, 0, 0, 0, 0, 3724, 3724, 3738, 0, 0, 3739, 0, 0, 3734, 3745, 0, 3747, 0, 3752, 3738, 3749, 3740, 3754, 3744, 3759, 3762, 3763, 0, 3758, 0, 3772, 0, 3762, 0, 3773, 3758, 3773, 3760, 0, 3771, 4122, 3777, 0, 3774, 3780, 0, 3782, 0, 3791, 3792, 3779, 0, 3791, 3794, 3792, 0, 3784, 3798, 0, 3793, 3802, 0, 0, 0, 3797, 0, 3792, 3793, 3808, 3811, 3816, 3827, 3828, 3829, 3815, 0, 3823, 3823, 3834, 0, 0, 3836, 3840, 0, 3821, 3836, 0, 3846, 0, 0, 0, 3837, 3851, 3852, 3853, 0, 3854, 3855, 3848, 3845, 3848, 4122, 3854, 0, 3868, 3869, 3871, 3872, 0, 3859, 0, 0, 3878, 0, 0, 3869, 3871, 0, 0, 3872, 3878, 0, 0, 3881, 3881, 3884, 0, 3884, 3885, 3897, 3890, 0, 3893, 3896, 3907, 3898, 0, 0, 3899, 3900, 3907, 0, 3905, 3903, 0, 4122, 3974, 3983, 3992, 4001, 4005, 4012, 4021, 4024, 4033, 4042, 4051, 4060, 4069, 4078, 4085, 4094, 4103, 4112 } ; static yyconst flex_int16_t yy_def[1825] = { 0, 1806, 1, 1806, 3, 1806, 5, 1806, 7, 1807, 1807, 1808, 1808, 1806, 1806, 1806, 1806, 1806, 1809, 1810, 1806, 1811, 1812, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1813, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1814, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 35, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1815, 1816, 1806, 1806, 1806, 1806, 1806, 1817, 1818, 1819, 1806, 1806, 1806, 1806, 1809, 1810, 1810, 1806, 1806, 1811, 1811, 1811, 1820, 1812, 1811, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1813, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1821, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1822, 1806, 1823, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1815, 1815, 1806, 1816, 1824, 1806, 1806, 1817, 1806, 1818, 1819, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1806, 1811, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1821, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1822, 1822, 1823, 1823, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1815, 1824, 1824, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1815, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1815, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1815, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1806, 1806, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1806, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 1811, 0, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806 } ; static yyconst flex_int16_t yy_nxt[4205] = { 0, 14, 15, 16, 15, 15, 14, 17, 18, 14, 17, 19, 14, 14, 14, 20, 21, 22, 23, 23, 14, 14, 14, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 47, 47, 48, 14, 14, 14, 14, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 47, 47, 14, 14, 14, 14, 14, 49, 50, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 51, 14, 14, 14, 14, 14, 14, 52, 14, 53, 54, 55, 14, 14, 14, 56, 14, 14, 57, 58, 14, 14, 59, 60, 61, 62, 63, 64, 14, 65, 14, 14, 14, 66, 14, 14, 51, 14, 52, 14, 53, 54, 55, 14, 14, 14, 56, 14, 14, 57, 58, 14, 14, 59, 60, 61, 62, 63, 64, 14, 65, 14, 14, 14, 50, 14, 50, 14, 15, 49, 67, 15, 14, 17, 14, 14, 17, 19, 14, 14, 14, 20, 21, 22, 23, 23, 14, 14, 14, 68, 69, 70, 71, 72, 73, 74, 75, 76, 47, 77, 78, 79, 80, 81, 82, 47, 83, 84, 85, 86, 47, 87, 47, 47, 47, 14, 14, 14, 14, 14, 68, 69, 70, 71, 72, 73, 74, 75, 76, 47, 77, 78, 79, 80, 81, 82, 47, 83, 84, 85, 86, 47, 87, 47, 47, 47, 50, 14, 50, 88, 89, 49, 90, 89, 91, 92, 88, 93, 94, 88, 88, 88, 88, 95, 96, 88, 97, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 88, 108, 88, 88, 109, 88, 110, 111, 88, 88, 112, 88, 113, 88, 88, 114, 88, 88, 88, 115, 88, 88, 88, 116, 101, 102, 103, 104, 105, 106, 107, 88, 108, 88, 88, 109, 88, 110, 111, 88, 88, 112, 88, 113, 88, 88, 114, 88, 88, 88, 117, 118, 119, 121, 789, 121, 121, 121, 122, 121, 121, 123, 122, 125, 125, 123, 126, 126, 128, 1337, 128, 128, 132, 183, 133, 133, 135, 135, 184, 317, 213, 248, 185, 249, 250, 136, 343, 318, 1272, 140, 344, 133, 133, 128, 789, 128, 128, 586, 558, 344, 141, 142, 352, 143, 183, 352, 127, 127, 815, 184, 144, 213, 248, 185, 249, 250, 136, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 141, 142, 139, 143, 560, 137, 198, 137, 145, 251, 144, 238, 146, 560, 352, 239, 147, 163, 164, 165, 199, 252, 253, 166, 255, 148, 254, 558, 149, 167, 528, 256, 257, 258, 137, 137, 137, 198, 137, 145, 251, 158, 238, 146, 159, 160, 239, 147, 163, 164, 165, 199, 252, 253, 166, 255, 148, 254, 161, 149, 167, 162, 256, 257, 258, 137, 137, 137, 150, 586, 151, 344, 158, 152, 153, 159, 160, 154, 697, 128, 155, 128, 128, 156, 157, 347, 168, 177, 347, 161, 169, 178, 162, 344, 170, 179, 262, 263, 234, 150, 171, 151, 173, 172, 152, 153, 174, 235, 154, 236, 175, 155, 193, 237, 156, 157, 194, 168, 177, 176, 195, 169, 178, 180, 181, 170, 179, 262, 263, 234, 182, 171, 196, 173, 172, 341, 197, 174, 235, 560, 236, 175, 558, 193, 237, 528, 264, 194, 266, 266, 176, 195, 240, 241, 180, 181, 242, 269, 243, 279, 244, 182, 186, 196, 187, 245, 188, 197, 272, 259, 189, 159, 273, 190, 178, 260, 191, 264, 282, 192, 247, 267, 185, 240, 241, 358, 261, 242, 269, 243, 279, 244, 586, 186, 809, 187, 245, 188, 288, 272, 259, 189, 159, 273, 190, 178, 260, 191, 131, 282, 192, 200, 201, 185, 207, 318, 214, 261, 208, 202, 215, 203, 209, 204, 216, 210, 205, 206, 211, 288, 217, 212, 128, 131, 128, 128, 587, 587, 347, 268, 347, 143, 200, 201, 345, 207, 318, 214, 144, 208, 202, 215, 203, 209, 204, 216, 210, 205, 206, 211, 334, 217, 212, 218, 219, 220, 328, 228, 221, 222, 268, 229, 143, 223, 150, 230, 151, 224, 330, 144, 225, 231, 226, 270, 232, 227, 271, 280, 281, 156, 319, 233, 274, 275, 218, 219, 220, 328, 228, 221, 222, 316, 229, 276, 223, 150, 230, 151, 224, 330, 309, 225, 231, 226, 270, 232, 227, 271, 280, 281, 156, 168, 233, 274, 275, 169, 308, 296, 283, 277, 289, 216, 284, 285, 276, 278, 134, 286, 290, 307, 203, 287, 134, 306, 293, 291, 292, 357, 357, 247, 294, 131, 168, 295, 336, 242, 169, 243, 296, 283, 277, 289, 216, 284, 285, 1806, 278, 134, 286, 290, 301, 203, 287, 134, 302, 293, 291, 292, 297, 298, 303, 294, 234, 304, 295, 336, 242, 1806, 243, 1806, 299, 235, 322, 305, 1806, 300, 310, 237, 311, 311, 1806, 301, 320, 312, 312, 302, 321, 337, 323, 297, 298, 303, 313, 234, 304, 326, 314, 324, 311, 311, 325, 299, 235, 322, 305, 319, 300, 315, 237, 327, 331, 306, 334, 320, 338, 350, 335, 321, 337, 323, 329, 333, 340, 313, 351, 332, 326, 128, 324, 128, 128, 325, 341, 357, 357, 1806, 319, 359, 315, 369, 327, 331, 306, 334, 1806, 338, 350, 335, 1806, 353, 353, 329, 333, 340, 372, 351, 332, 128, 354, 128, 128, 140, 364, 133, 133, 135, 135, 373, 359, 365, 369, 375, 141, 374, 136, 355, 356, 363, 363, 357, 357, 360, 360, 362, 362, 372, 1806, 363, 363, 354, 361, 1806, 378, 364, 363, 363, 562, 562, 373, 379, 365, 380, 375, 141, 374, 136, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, 370, 361, 139, 378, 1806, 137, 366, 137, 376, 381, 379, 371, 380, 367, 383, 385, 384, 386, 389, 368, 387, 390, 377, 391, 388, 394, 395, 392, 396, 382, 399, 370, 402, 1806, 137, 137, 137, 366, 137, 376, 381, 393, 371, 1806, 367, 383, 385, 384, 386, 389, 368, 387, 390, 377, 391, 388, 394, 395, 392, 396, 382, 399, 407, 402, 397, 137, 137, 137, 398, 400, 408, 409, 393, 401, 403, 410, 404, 405, 411, 414, 406, 415, 416, 417, 562, 562, 412, 421, 422, 423, 424, 1806, 413, 407, 431, 397, 429, 430, 432, 398, 400, 408, 409, 442, 401, 403, 410, 404, 405, 411, 414, 406, 415, 416, 417, 418, 419, 412, 421, 422, 423, 424, 425, 413, 443, 431, 436, 429, 430, 432, 448, 433, 420, 434, 442, 438, 439, 440, 426, 435, 427, 444, 437, 441, 446, 428, 418, 419, 447, 445, 449, 450, 451, 425, 452, 443, 453, 436, 454, 457, 458, 448, 433, 420, 434, 459, 438, 439, 440, 426, 435, 427, 444, 437, 441, 446, 428, 465, 1806, 447, 445, 449, 450, 451, 455, 452, 456, 453, 463, 454, 457, 458, 460, 466, 464, 461, 459, 474, 467, 468, 469, 475, 462, 476, 477, 470, 478, 479, 465, 471, 472, 483, 473, 566, 566, 455, 484, 456, 487, 463, 488, 489, 485, 460, 466, 464, 461, 495, 474, 467, 468, 469, 475, 462, 476, 477, 470, 478, 479, 490, 471, 472, 483, 473, 480, 481, 486, 484, 1806, 487, 491, 488, 489, 485, 492, 499, 493, 482, 495, 496, 500, 501, 494, 502, 503, 504, 505, 497, 506, 507, 490, 508, 509, 510, 511, 480, 481, 486, 512, 498, 513, 491, 514, 515, 516, 492, 499, 493, 482, 517, 496, 500, 501, 494, 502, 503, 504, 505, 497, 506, 507, 518, 508, 509, 510, 511, 519, 521, 522, 512, 498, 513, 523, 514, 515, 516, 524, 525, 526, 520, 517, 266, 266, 1806, 364, 370, 529, 530, 532, 531, 533, 392, 518, 395, 535, 413, 397, 519, 521, 522, 534, 537, 403, 523, 536, 405, 538, 524, 525, 526, 520, 540, 541, 429, 267, 364, 370, 529, 530, 532, 531, 533, 392, 539, 395, 535, 413, 397, 542, 543, 445, 534, 537, 403, 545, 536, 405, 538, 438, 546, 544, 547, 540, 541, 429, 548, 549, 464, 472, 551, 552, 485, 553, 554, 539, 492, 550, 495, 555, 542, 543, 445, 556, 494, 491, 545, 312, 312, 1806, 438, 546, 544, 547, 566, 566, 313, 548, 549, 464, 472, 551, 552, 485, 553, 554, 1806, 492, 550, 495, 555, 308, 312, 312, 556, 494, 491, 314, 567, 311, 311, 313, 563, 563, 568, 561, 561, 313, 315, 562, 562, 564, 565, 565, 569, 572, 566, 566, 570, 571, 573, 574, 308, 575, 576, 577, 578, 579, 580, 567, 583, 581, 313, 582, 1806, 568, 355, 355, 588, 315, 587, 587, 564, 1806, 584, 569, 572, 587, 587, 570, 571, 573, 574, 591, 575, 576, 577, 578, 579, 580, 592, 583, 581, 593, 582, 341, 594, 353, 353, 588, 360, 360, 595, 589, 589, 584, 354, 590, 590, 361, 596, 597, 598, 599, 591, 600, 601, 602, 603, 604, 605, 592, 606, 607, 593, 608, 609, 594, 610, 613, 611, 614, 617, 595, 618, 615, 619, 354, 612, 620, 361, 596, 597, 598, 599, 621, 600, 601, 602, 603, 604, 605, 616, 606, 607, 622, 608, 609, 623, 610, 613, 611, 614, 617, 624, 618, 615, 619, 625, 612, 620, 626, 627, 628, 629, 631, 621, 632, 633, 636, 634, 637, 630, 616, 638, 639, 622, 640, 641, 623, 635, 642, 643, 644, 645, 624, 646, 648, 649, 625, 647, 650, 626, 627, 628, 629, 631, 651, 632, 633, 636, 634, 637, 630, 654, 638, 639, 655, 640, 641, 652, 635, 642, 643, 644, 645, 656, 646, 648, 649, 653, 647, 650, 657, 658, 659, 660, 661, 651, 662, 590, 590, 674, 1806, 677, 654, 1806, 678, 655, 675, 689, 652, 690, 676, 1806, 691, 692, 656, 590, 590, 693, 653, 1806, 694, 657, 658, 659, 660, 661, 695, 662, 663, 664, 674, 665, 677, 666, 667, 678, 668, 675, 689, 669, 690, 676, 670, 691, 692, 696, 671, 672, 693, 698, 673, 694, 1806, 699, 1806, 702, 1806, 695, 703, 663, 664, 704, 665, 705, 666, 667, 706, 668, 700, 1806, 669, 708, 701, 670, 707, 709, 696, 671, 672, 710, 698, 673, 679, 680, 699, 681, 702, 682, 683, 703, 684, 713, 704, 685, 705, 716, 711, 706, 717, 700, 686, 687, 708, 701, 688, 707, 709, 712, 714, 718, 710, 719, 720, 679, 680, 715, 681, 721, 682, 683, 722, 684, 713, 723, 685, 724, 716, 711, 725, 717, 726, 686, 687, 727, 728, 688, 731, 729, 712, 714, 718, 732, 719, 720, 733, 734, 715, 735, 721, 730, 736, 722, 737, 738, 723, 739, 724, 740, 741, 725, 742, 726, 743, 744, 727, 728, 745, 731, 729, 746, 747, 748, 732, 749, 750, 733, 734, 752, 735, 751, 730, 736, 753, 737, 738, 754, 739, 755, 740, 741, 756, 742, 757, 743, 744, 758, 759, 745, 760, 761, 746, 747, 748, 762, 749, 750, 763, 764, 752, 765, 751, 766, 767, 753, 768, 769, 754, 770, 755, 771, 772, 756, 773, 757, 612, 774, 758, 759, 615, 760, 761, 775, 630, 776, 762, 777, 646, 763, 764, 778, 765, 780, 766, 767, 652, 768, 769, 781, 770, 676, 771, 772, 782, 773, 779, 612, 774, 700, 783, 615, 706, 784, 775, 630, 776, 711, 777, 646, 729, 785, 778, 786, 780, 787, 788, 652, 751, 792, 781, 793, 676, 563, 563, 782, 794, 779, 795, 796, 700, 783, 564, 706, 784, 790, 790, 797, 711, 791, 791, 729, 785, 798, 786, 799, 787, 788, 800, 751, 792, 801, 793, 802, 803, 804, 805, 794, 806, 795, 796, 807, 808, 564, 810, 811, 812, 813, 797, 814, 816, 817, 818, 819, 798, 820, 799, 821, 822, 800, 823, 826, 801, 827, 802, 803, 804, 805, 824, 806, 341, 828, 807, 808, 829, 810, 811, 812, 813, 830, 814, 816, 817, 818, 819, 831, 820, 825, 821, 822, 834, 823, 826, 832, 827, 833, 835, 836, 837, 824, 838, 839, 828, 840, 841, 829, 842, 843, 844, 845, 830, 846, 847, 848, 849, 850, 831, 851, 825, 852, 853, 834, 854, 855, 832, 856, 833, 835, 836, 837, 857, 838, 839, 858, 840, 841, 859, 842, 843, 844, 845, 860, 846, 847, 848, 849, 850, 861, 851, 862, 852, 853, 863, 854, 855, 864, 856, 865, 866, 867, 870, 857, 868, 871, 858, 872, 873, 859, 874, 869, 875, 878, 860, 879, 876, 880, 881, 882, 861, 883, 862, 877, 884, 863, 885, 886, 864, 890, 865, 866, 867, 870, 891, 868, 871, 892, 872, 873, 893, 874, 869, 875, 878, 887, 879, 876, 880, 881, 882, 888, 883, 894, 877, 884, 895, 885, 886, 896, 890, 897, 898, 889, 899, 891, 900, 901, 892, 902, 903, 893, 907, 904, 908, 909, 887, 910, 911, 905, 912, 913, 888, 916, 894, 914, 917, 895, 918, 915, 896, 906, 897, 898, 889, 899, 919, 900, 901, 920, 902, 903, 921, 907, 904, 908, 909, 922, 910, 911, 905, 912, 913, 923, 916, 924, 914, 917, 925, 918, 915, 926, 906, 927, 928, 929, 930, 919, 933, 931, 920, 934, 935, 921, 932, 936, 937, 938, 922, 939, 940, 941, 942, 943, 923, 944, 924, 945, 946, 925, 947, 948, 926, 949, 927, 928, 929, 930, 950, 933, 931, 951, 934, 935, 952, 932, 936, 937, 938, 953, 939, 940, 941, 942, 943, 954, 944, 955, 945, 946, 956, 947, 948, 957, 949, 958, 959, 960, 962, 950, 963, 961, 951, 964, 965, 952, 966, 967, 968, 969, 953, 970, 971, 972, 973, 974, 954, 975, 955, 976, 977, 956, 978, 979, 957, 980, 958, 959, 960, 962, 981, 963, 961, 982, 964, 965, 983, 966, 967, 968, 969, 984, 970, 971, 972, 973, 974, 985, 975, 986, 976, 977, 987, 978, 979, 988, 980, 989, 990, 991, 992, 981, 868, 993, 982, 887, 904, 983, 994, 995, 996, 997, 984, 791, 791, 791, 791, 998, 985, 999, 986, 1000, 1001, 987, 1002, 1003, 988, 1004, 989, 990, 991, 992, 1005, 868, 993, 1006, 887, 904, 1007, 994, 995, 996, 997, 1008, 1009, 1010, 1011, 1012, 998, 1013, 999, 1014, 1000, 1001, 1015, 1002, 1003, 1016, 1004, 1017, 1018, 1019, 341, 1005, 1020, 1021, 1006, 1022, 1023, 1007, 1024, 1025, 1027, 1026, 1008, 1009, 1010, 1011, 1012, 1028, 1013, 1029, 1014, 1030, 1031, 1015, 1032, 1033, 1016, 1034, 1017, 1018, 1019, 1035, 1036, 1020, 1021, 1037, 1022, 1023, 1038, 1024, 1025, 1027, 1026, 1039, 1040, 1041, 1042, 1043, 1028, 1044, 1029, 1045, 1030, 1031, 1046, 1032, 1033, 1047, 1034, 1048, 1049, 1050, 1035, 1036, 1051, 1806, 1037, 1058, 1059, 1038, 1806, 1060, 1062, 1063, 1039, 1040, 1041, 1042, 1043, 1064, 1044, 1061, 1045, 1052, 1065, 1046, 1071, 1072, 1047, 1073, 1048, 1049, 1050, 1053, 1806, 1051, 1054, 1055, 1058, 1059, 1056, 1057, 1060, 1062, 1063, 1074, 1075, 1076, 1077, 1078, 1064, 1079, 1061, 1080, 1052, 1065, 1081, 1071, 1072, 1066, 1073, 1082, 1067, 1083, 1053, 1068, 1084, 1054, 1055, 1069, 1085, 1056, 1057, 1086, 1070, 1087, 1074, 1075, 1076, 1077, 1078, 1088, 1079, 1089, 1080, 1090, 1091, 1081, 1092, 1093, 1066, 1094, 1082, 1067, 1083, 1095, 1068, 1084, 1096, 1097, 1069, 1085, 1098, 1099, 1086, 1070, 1087, 1100, 1101, 1102, 1103, 1104, 1088, 1105, 1089, 1106, 1090, 1091, 1107, 1092, 1093, 1108, 1094, 1109, 1110, 1111, 1095, 1112, 1113, 1096, 1097, 1114, 1115, 1098, 1099, 1116, 1117, 1118, 1100, 1101, 1102, 1103, 1104, 1119, 1105, 1120, 1106, 1121, 1122, 1107, 1123, 1124, 1108, 1127, 1109, 1110, 1111, 1128, 1112, 1113, 1125, 1129, 1114, 1115, 1130, 1131, 1116, 1117, 1118, 1126, 1133, 1134, 1132, 1135, 1119, 1136, 1120, 1137, 1121, 1122, 1138, 1123, 1124, 1139, 1127, 1140, 1143, 1141, 1128, 1142, 1144, 1125, 1129, 1145, 1146, 1130, 1131, 1147, 1148, 1149, 1126, 1133, 1134, 1132, 1135, 1150, 1136, 1151, 1137, 1152, 1153, 1138, 1154, 1155, 1139, 1157, 1140, 1143, 1141, 1156, 1142, 1144, 1158, 1160, 1145, 1146, 1161, 1162, 1147, 1148, 1149, 1163, 1159, 1164, 1165, 1166, 1150, 1168, 1151, 1169, 1152, 1153, 1170, 1154, 1155, 1171, 1157, 1172, 1173, 1174, 1156, 1040, 1167, 1158, 1160, 1052, 1061, 1161, 1162, 1025, 1068, 1026, 1163, 1159, 1164, 1165, 1166, 1175, 1168, 1070, 1169, 1122, 1176, 1170, 1177, 1178, 1171, 1179, 1172, 1173, 1174, 1180, 1040, 1167, 1181, 1182, 1052, 1061, 1183, 1184, 1025, 1068, 1026, 1185, 1186, 1187, 1188, 1189, 1175, 1190, 1070, 1191, 1122, 1176, 1193, 1177, 1178, 1192, 1179, 1194, 1195, 1196, 1180, 1197, 1198, 1181, 1182, 1199, 1200, 1183, 1184, 1201, 1202, 1203, 1185, 1186, 1187, 1188, 1189, 1204, 1190, 341, 1191, 1205, 1206, 1193, 1207, 1208, 1192, 1209, 1194, 1195, 1196, 1210, 1197, 1198, 1211, 1212, 1199, 1200, 1213, 1214, 1201, 1202, 1203, 1215, 1216, 1217, 1218, 1219, 1204, 1220, 1221, 1222, 1205, 1206, 1223, 1207, 1208, 1224, 1209, 1225, 1226, 1227, 1210, 1228, 1229, 1211, 1212, 1230, 1231, 1213, 1214, 1232, 1233, 1234, 1215, 1216, 1217, 1218, 1219, 1235, 1220, 1221, 1222, 1237, 1238, 1223, 1239, 1236, 1224, 1240, 1225, 1226, 1227, 1241, 1228, 1229, 1242, 1243, 1230, 1231, 1244, 1245, 1232, 1233, 1234, 1246, 1247, 1248, 1249, 1250, 1235, 1251, 1252, 1253, 1237, 1238, 1254, 1239, 1236, 1255, 1240, 1256, 1257, 1258, 1241, 1259, 1260, 1242, 1243, 1261, 1262, 1244, 1245, 1263, 1264, 1265, 1246, 1247, 1248, 1249, 1250, 1266, 1251, 1252, 1253, 1267, 1268, 1254, 1269, 1270, 1255, 1271, 1256, 1257, 1258, 1273, 1259, 1260, 1274, 1275, 1261, 1262, 1276, 1277, 1263, 1264, 1265, 1278, 1279, 1280, 1281, 1282, 1266, 1283, 1284, 1285, 1267, 1268, 1286, 1269, 1270, 1287, 1271, 1288, 1289, 1290, 1273, 1291, 1292, 1274, 1275, 1293, 1294, 1276, 1277, 1295, 1296, 1297, 1278, 1279, 1280, 1281, 1282, 1298, 1283, 1284, 1285, 1299, 1300, 1286, 1302, 1303, 1287, 1304, 1288, 1289, 1290, 1305, 1291, 1292, 1306, 1307, 1293, 1294, 1301, 1308, 1295, 1296, 1297, 1309, 1310, 1311, 1312, 1313, 1298, 1314, 1315, 1316, 1299, 1300, 1317, 1302, 1303, 1318, 1304, 1319, 1320, 1321, 1305, 1322, 1323, 1306, 1307, 1324, 1325, 1301, 1308, 1326, 1327, 1328, 1309, 1310, 1311, 1312, 1313, 1329, 1314, 1315, 1316, 1330, 1331, 1317, 1332, 1333, 1318, 1334, 1319, 1320, 1321, 1335, 1322, 1323, 1336, 1338, 1324, 1325, 1339, 1340, 1326, 1327, 1328, 1341, 1342, 1343, 1344, 1345, 1329, 1346, 1347, 1348, 1330, 1331, 1349, 1332, 1333, 1350, 1334, 1351, 1352, 1353, 1335, 1354, 1355, 1336, 1338, 1356, 1357, 1339, 1340, 1358, 1359, 1360, 1341, 1342, 1343, 1344, 1345, 1361, 1346, 1347, 1348, 1362, 1363, 1349, 1364, 1365, 1350, 1366, 1351, 1352, 1353, 1367, 1354, 1355, 1368, 1369, 1356, 1357, 1370, 1371, 1358, 1359, 1360, 1372, 1373, 1374, 1375, 1376, 1361, 1377, 1378, 1379, 1362, 1363, 1380, 1364, 1365, 1381, 1366, 1382, 1383, 1384, 1367, 1385, 1386, 1368, 1369, 1387, 1388, 1370, 1371, 1389, 1390, 1391, 1372, 1373, 1374, 1375, 1376, 1392, 1377, 1378, 1379, 1393, 1394, 1380, 1395, 1396, 1381, 1397, 1382, 1383, 1384, 1398, 1385, 1386, 1399, 1400, 1387, 1388, 1401, 1402, 1389, 1390, 1391, 1403, 1404, 1406, 1405, 1407, 1392, 1409, 1415, 1806, 1393, 1394, 1416, 1395, 1396, 1806, 1397, 1417, 1418, 1419, 1398, 1420, 1421, 1399, 1400, 1408, 1422, 1401, 1402, 1410, 1411, 1423, 1403, 1404, 1406, 1405, 1407, 1424, 1409, 1415, 1412, 1425, 1413, 1416, 1426, 1427, 1414, 1428, 1417, 1418, 1419, 1429, 1420, 1421, 1430, 1431, 1408, 1422, 1432, 1433, 1410, 1411, 1423, 1434, 1435, 1436, 1437, 1438, 1424, 1441, 1442, 1412, 1425, 1413, 1443, 1426, 1427, 1414, 1428, 1439, 1444, 1440, 1429, 1445, 1446, 1430, 1431, 1447, 1448, 1432, 1433, 1449, 1450, 1451, 1434, 1435, 1436, 1437, 1438, 1452, 1441, 1442, 1453, 1454, 1455, 1443, 1456, 1457, 1458, 1459, 1439, 1444, 1440, 1460, 1445, 1446, 1461, 1462, 1447, 1448, 1463, 1464, 1449, 1450, 1451, 1465, 1466, 1467, 1410, 1411, 1452, 1468, 1469, 1453, 1454, 1455, 1470, 1456, 1457, 1458, 1459, 1413, 1471, 1472, 1460, 1414, 1473, 1461, 1462, 1474, 1475, 1463, 1464, 1476, 1477, 1478, 1465, 1466, 1467, 1410, 1411, 1479, 1468, 1469, 1480, 1481, 1482, 1470, 1483, 1484, 1485, 1486, 1413, 1471, 1472, 1487, 1414, 1473, 1488, 1489, 1474, 1475, 1490, 1491, 1476, 1477, 1478, 1492, 1493, 1494, 1495, 1496, 1479, 1497, 1498, 1480, 1481, 1482, 1499, 1483, 1484, 1485, 1486, 1500, 1501, 1502, 1487, 1503, 1504, 1488, 1489, 1505, 1506, 1490, 1491, 1507, 1508, 1509, 1492, 1493, 1494, 1495, 1496, 1510, 1497, 1498, 1511, 1512, 1513, 1499, 1514, 1515, 1516, 1517, 1500, 1501, 1502, 1518, 1503, 1504, 1519, 1520, 1505, 1506, 1521, 1522, 1507, 1508, 1509, 1523, 1524, 1525, 1526, 1527, 1510, 1528, 1529, 1511, 1512, 1513, 1530, 1514, 1515, 1516, 1517, 1531, 1532, 1534, 1518, 1535, 1537, 1519, 1520, 1538, 1533, 1521, 1522, 1539, 1540, 1541, 1523, 1524, 1525, 1526, 1527, 1536, 1528, 1529, 1542, 1543, 1544, 1530, 1545, 1546, 1547, 1548, 1531, 1532, 1534, 1549, 1535, 1537, 1550, 1551, 1538, 1533, 1552, 1553, 1539, 1540, 1541, 1554, 1555, 1556, 1557, 1558, 1536, 1559, 1560, 1542, 1543, 1544, 1561, 1545, 1546, 1547, 1548, 1562, 1563, 1564, 1549, 1565, 1566, 1550, 1551, 1567, 1568, 1552, 1553, 1569, 1570, 1571, 1554, 1555, 1556, 1557, 1558, 1572, 1559, 1560, 1573, 1574, 1575, 1561, 1576, 1577, 1578, 1579, 1562, 1563, 1564, 1580, 1565, 1566, 1581, 1582, 1567, 1568, 1583, 1584, 1569, 1570, 1571, 1585, 1586, 1587, 1588, 1589, 1572, 1590, 1591, 1573, 1574, 1575, 1592, 1576, 1577, 1578, 1579, 1593, 1594, 1595, 1580, 1596, 1597, 1581, 1582, 1598, 1599, 1583, 1584, 1600, 1601, 1602, 1585, 1586, 1587, 1588, 1589, 1603, 1590, 1591, 1604, 1605, 1606, 1592, 1607, 1608, 1609, 1610, 1593, 1594, 1595, 1611, 1596, 1597, 1612, 1613, 1598, 1599, 1614, 1615, 1600, 1601, 1602, 1616, 1617, 1618, 1619, 1620, 1603, 1621, 1622, 1604, 1605, 1606, 1623, 1607, 1608, 1609, 1610, 1624, 1625, 1626, 1611, 1627, 1628, 1612, 1613, 1629, 1630, 1614, 1615, 1631, 1632, 1633, 1616, 1617, 1618, 1619, 1620, 1634, 1621, 1622, 1635, 1636, 1637, 1623, 1638, 1639, 1640, 1641, 1624, 1625, 1626, 1642, 1627, 1628, 1643, 1644, 1629, 1630, 1645, 1646, 1631, 1632, 1633, 1647, 1648, 1649, 1650, 1651, 1634, 1652, 1653, 1635, 1636, 1637, 1654, 1638, 1639, 1640, 1641, 1655, 1656, 1657, 1642, 1658, 1659, 1643, 1644, 1660, 1661, 1645, 1646, 1662, 1663, 1664, 1647, 1648, 1649, 1650, 1651, 1665, 1652, 1653, 1666, 1667, 1668, 1654, 1669, 1670, 1671, 1672, 1655, 1656, 1657, 1673, 1658, 1659, 1674, 1675, 1660, 1661, 1676, 1677, 1662, 1663, 1664, 1678, 1679, 1680, 1681, 1682, 1665, 1683, 1684, 1666, 1667, 1668, 1685, 1669, 1670, 1671, 1672, 1686, 1687, 1688, 1673, 1689, 1690, 1674, 1675, 1691, 1692, 1676, 1677, 1693, 1694, 1695, 1678, 1679, 1680, 1681, 1682, 1696, 1683, 1684, 1697, 1698, 1700, 1685, 1701, 1702, 1703, 1704, 1686, 1687, 1688, 1705, 1689, 1690, 1706, 1707, 1691, 1692, 1699, 1708, 1693, 1694, 1695, 1709, 1710, 1711, 1712, 1713, 1696, 1714, 1715, 1697, 1698, 1700, 1716, 1701, 1702, 1703, 1704, 1717, 1718, 1719, 1705, 1720, 1721, 1706, 1707, 1722, 1723, 1699, 1708, 1724, 1725, 1726, 1709, 1710, 1711, 1712, 1713, 1727, 1714, 1715, 1728, 1729, 1730, 1716, 1731, 1732, 1733, 1734, 1717, 1718, 1719, 1735, 1720, 1721, 1736, 1737, 1722, 1723, 1738, 1739, 1724, 1725, 1726, 1740, 1741, 1742, 1743, 1744, 1727, 1745, 1746, 1728, 1729, 1730, 1747, 1731, 1732, 1733, 1734, 1748, 1749, 1750, 1735, 1751, 1752, 1736, 1737, 1753, 1754, 1738, 1739, 1755, 1756, 1757, 1740, 1741, 1742, 1743, 1744, 1758, 1745, 1746, 1759, 1760, 1761, 1747, 1762, 1763, 1764, 1765, 1748, 1749, 1750, 1766, 1751, 1752, 1767, 1768, 1753, 1754, 1769, 1770, 1755, 1756, 1757, 1771, 1772, 1773, 1774, 1775, 1758, 1776, 1777, 1759, 1760, 1761, 1778, 1762, 1763, 1764, 1765, 1779, 1780, 1781, 1766, 1782, 1783, 1767, 1768, 1784, 1785, 1769, 1770, 1786, 1787, 1788, 1771, 1772, 1773, 1774, 1775, 1789, 1776, 1777, 1790, 1791, 1792, 1778, 1793, 1794, 1795, 1796, 1779, 1780, 1781, 1797, 1782, 1783, 1798, 1799, 1784, 1785, 1800, 1801, 1786, 1787, 1788, 1802, 1803, 1804, 1805, 1806, 1789, 1806, 1806, 1790, 1791, 1792, 1806, 1793, 1794, 1795, 1796, 1806, 1806, 1806, 1797, 1806, 1806, 1798, 1799, 1806, 1806, 1800, 1801, 1806, 1806, 1806, 1802, 1803, 1804, 1805, 120, 120, 120, 120, 120, 120, 120, 120, 120, 124, 124, 124, 124, 124, 124, 124, 124, 124, 129, 1806, 129, 129, 129, 129, 129, 129, 129, 130, 1806, 130, 130, 130, 130, 130, 130, 130, 134, 134, 138, 138, 138, 138, 138, 138, 138, 138, 138, 246, 246, 246, 246, 246, 246, 246, 246, 246, 265, 1806, 265, 339, 339, 339, 339, 339, 339, 339, 339, 339, 342, 342, 342, 342, 342, 342, 342, 342, 342, 346, 346, 346, 346, 346, 346, 346, 346, 346, 348, 348, 348, 348, 348, 348, 348, 348, 348, 349, 349, 349, 1806, 1806, 349, 349, 1806, 349, 137, 137, 137, 137, 137, 137, 137, 137, 137, 527, 1806, 1806, 527, 527, 1806, 527, 557, 557, 557, 1806, 557, 557, 557, 557, 557, 559, 559, 559, 559, 1806, 559, 559, 559, 559, 585, 585, 585, 585, 585, 585, 585, 585, 585, 13, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806 } ; static yyconst flex_int16_t yy_chk[4205] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 9, 558, 9, 9, 10, 9, 10, 10, 9, 10, 11, 12, 10, 11, 12, 15, 1192, 15, 15, 20, 33, 20, 20, 21, 21, 34, 99, 40, 52, 34, 53, 54, 21, 116, 99, 1110, 23, 116, 23, 23, 67, 560, 67, 67, 343, 558, 343, 23, 24, 127, 24, 33, 127, 11, 12, 596, 34, 24, 40, 52, 34, 53, 54, 21, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 24, 22, 24, 560, 22, 37, 22, 25, 55, 24, 45, 25, 559, 127, 45, 25, 28, 28, 28, 37, 56, 57, 28, 58, 25, 57, 557, 25, 28, 527, 59, 60, 61, 22, 22, 22, 37, 22, 25, 55, 27, 45, 25, 27, 27, 45, 25, 28, 28, 28, 37, 56, 57, 28, 58, 25, 57, 27, 25, 28, 27, 59, 60, 61, 22, 22, 22, 26, 585, 26, 585, 27, 26, 26, 27, 27, 26, 450, 89, 26, 89, 89, 26, 26, 348, 29, 31, 346, 27, 29, 31, 27, 342, 29, 31, 63, 64, 44, 26, 29, 26, 30, 29, 26, 26, 30, 44, 26, 44, 30, 26, 36, 44, 26, 26, 36, 29, 31, 30, 36, 29, 31, 32, 32, 29, 31, 63, 64, 44, 32, 29, 36, 30, 29, 339, 36, 30, 44, 309, 44, 30, 307, 36, 44, 265, 65, 36, 66, 66, 30, 36, 46, 46, 32, 32, 46, 69, 46, 74, 46, 32, 35, 36, 35, 46, 35, 36, 71, 62, 35, 71, 71, 35, 75, 62, 35, 65, 77, 35, 246, 66, 77, 46, 46, 137, 62, 46, 69, 46, 74, 46, 586, 35, 586, 35, 46, 35, 80, 71, 62, 35, 71, 71, 35, 75, 62, 35, 131, 77, 35, 38, 38, 77, 39, 105, 41, 62, 39, 38, 41, 38, 39, 38, 41, 39, 38, 38, 39, 80, 41, 39, 90, 130, 90, 90, 355, 355, 123, 68, 122, 68, 38, 38, 118, 39, 105, 41, 68, 39, 38, 41, 38, 39, 38, 41, 39, 38, 38, 39, 117, 41, 39, 42, 42, 42, 106, 43, 42, 42, 68, 43, 68, 42, 70, 43, 70, 42, 108, 68, 42, 43, 42, 70, 43, 42, 70, 76, 76, 70, 100, 43, 72, 72, 42, 42, 42, 106, 43, 42, 42, 98, 43, 72, 42, 70, 43, 70, 42, 108, 94, 42, 43, 42, 70, 43, 42, 70, 76, 76, 70, 73, 43, 72, 72, 73, 93, 83, 78, 73, 81, 83, 78, 79, 72, 73, 78, 79, 81, 92, 81, 79, 78, 91, 82, 81, 81, 356, 356, 48, 82, 19, 73, 82, 112, 87, 73, 87, 83, 78, 73, 81, 83, 78, 79, 13, 73, 78, 79, 81, 85, 81, 79, 78, 85, 82, 81, 81, 84, 84, 85, 82, 86, 85, 82, 112, 87, 0, 87, 0, 84, 86, 102, 86, 0, 84, 95, 86, 95, 95, 0, 85, 101, 96, 96, 85, 101, 113, 102, 84, 84, 85, 96, 86, 85, 104, 97, 103, 97, 97, 103, 84, 86, 102, 86, 107, 84, 97, 86, 104, 109, 110, 111, 101, 114, 125, 111, 101, 113, 102, 107, 110, 115, 96, 126, 109, 104, 121, 103, 121, 121, 103, 115, 357, 357, 0, 107, 139, 97, 144, 104, 109, 110, 111, 0, 114, 125, 111, 0, 132, 132, 107, 110, 115, 146, 126, 109, 128, 132, 128, 128, 133, 142, 133, 133, 135, 135, 147, 139, 142, 144, 148, 133, 147, 135, 136, 136, 362, 362, 136, 136, 140, 140, 141, 141, 146, 0, 141, 141, 132, 140, 0, 151, 142, 363, 363, 561, 561, 147, 152, 142, 153, 148, 133, 147, 135, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 145, 140, 138, 151, 0, 138, 143, 138, 149, 154, 152, 145, 153, 143, 155, 157, 155, 158, 161, 143, 160, 162, 149, 163, 160, 165, 165, 164, 166, 154, 168, 145, 170, 0, 138, 138, 138, 143, 138, 149, 154, 164, 145, 0, 143, 155, 157, 155, 158, 161, 143, 160, 162, 149, 163, 160, 165, 165, 164, 166, 154, 168, 172, 170, 167, 138, 138, 138, 167, 169, 173, 174, 164, 169, 171, 175, 171, 171, 176, 177, 171, 178, 179, 180, 562, 562, 176, 182, 183, 184, 185, 0, 176, 172, 189, 167, 188, 188, 191, 167, 169, 173, 174, 196, 169, 171, 175, 171, 171, 176, 177, 171, 178, 179, 180, 181, 181, 176, 182, 183, 184, 185, 186, 176, 197, 189, 194, 188, 188, 191, 200, 193, 181, 193, 196, 195, 195, 195, 186, 193, 186, 198, 194, 195, 199, 186, 181, 181, 199, 198, 201, 202, 203, 186, 204, 197, 205, 194, 206, 208, 209, 200, 193, 181, 193, 210, 195, 195, 195, 186, 193, 186, 198, 194, 195, 199, 186, 213, 0, 199, 198, 201, 202, 203, 207, 204, 207, 205, 212, 206, 208, 209, 211, 214, 212, 211, 210, 216, 214, 215, 215, 217, 211, 218, 219, 215, 220, 221, 213, 215, 215, 223, 215, 565, 565, 207, 224, 207, 226, 212, 227, 228, 225, 211, 214, 212, 211, 231, 216, 214, 215, 215, 217, 211, 218, 219, 215, 220, 221, 229, 215, 215, 223, 215, 222, 222, 225, 224, 0, 226, 229, 227, 228, 225, 230, 233, 230, 222, 231, 232, 236, 238, 230, 239, 240, 241, 242, 232, 243, 244, 229, 245, 248, 249, 250, 222, 222, 225, 251, 232, 252, 229, 253, 254, 255, 230, 233, 230, 222, 256, 232, 236, 238, 230, 239, 240, 241, 242, 232, 243, 244, 257, 245, 248, 249, 250, 258, 259, 260, 251, 232, 252, 261, 253, 254, 255, 262, 263, 264, 258, 256, 266, 266, 0, 268, 269, 270, 271, 272, 271, 273, 274, 257, 275, 277, 279, 276, 258, 259, 260, 276, 280, 278, 261, 278, 278, 281, 262, 263, 264, 258, 282, 283, 284, 266, 268, 269, 270, 271, 272, 271, 273, 274, 281, 275, 277, 279, 276, 285, 286, 288, 276, 280, 278, 289, 278, 278, 281, 287, 291, 287, 292, 282, 283, 284, 293, 294, 295, 296, 297, 298, 299, 300, 301, 281, 302, 294, 303, 304, 285, 286, 288, 305, 302, 301, 289, 310, 310, 0, 287, 291, 287, 292, 566, 566, 310, 293, 294, 295, 296, 297, 298, 299, 300, 301, 0, 302, 294, 303, 304, 320, 312, 312, 305, 302, 301, 311, 321, 311, 311, 312, 314, 314, 322, 313, 313, 310, 311, 313, 313, 314, 315, 315, 323, 325, 315, 315, 324, 324, 326, 327, 320, 328, 330, 331, 333, 335, 336, 321, 338, 337, 312, 337, 0, 322, 354, 354, 358, 311, 354, 354, 314, 0, 340, 323, 325, 587, 587, 324, 324, 326, 327, 364, 328, 330, 331, 333, 335, 336, 365, 338, 337, 366, 337, 340, 367, 353, 353, 358, 360, 360, 368, 361, 361, 340, 353, 361, 361, 360, 369, 370, 371, 372, 364, 373, 374, 375, 376, 377, 378, 365, 379, 380, 366, 381, 382, 367, 383, 386, 384, 387, 389, 368, 390, 388, 391, 353, 384, 392, 360, 369, 370, 371, 372, 393, 373, 374, 375, 376, 377, 378, 388, 379, 380, 394, 381, 382, 396, 383, 386, 384, 387, 389, 397, 390, 388, 391, 398, 384, 392, 399, 400, 401, 402, 403, 393, 404, 405, 407, 406, 409, 402, 388, 410, 411, 394, 412, 413, 396, 406, 414, 415, 416, 417, 397, 418, 419, 420, 398, 418, 421, 399, 400, 401, 402, 403, 422, 404, 405, 407, 406, 409, 402, 424, 410, 411, 425, 412, 413, 423, 406, 414, 415, 416, 417, 426, 418, 419, 420, 423, 418, 421, 427, 428, 429, 430, 431, 422, 434, 589, 589, 436, 0, 438, 424, 0, 439, 425, 437, 441, 423, 442, 437, 0, 443, 444, 426, 590, 590, 445, 423, 0, 446, 427, 428, 429, 430, 431, 447, 434, 435, 435, 436, 435, 438, 435, 435, 439, 435, 437, 441, 435, 442, 437, 435, 443, 444, 448, 435, 435, 445, 451, 435, 446, 0, 452, 0, 454, 0, 447, 455, 435, 435, 456, 435, 457, 435, 435, 458, 435, 453, 0, 435, 459, 453, 435, 458, 460, 448, 435, 435, 461, 451, 435, 440, 440, 452, 440, 454, 440, 440, 455, 440, 463, 456, 440, 457, 465, 462, 458, 466, 453, 440, 440, 459, 453, 440, 458, 460, 462, 464, 467, 461, 468, 469, 440, 440, 464, 440, 470, 440, 440, 471, 440, 463, 472, 440, 473, 465, 462, 474, 466, 475, 440, 440, 476, 478, 440, 480, 479, 462, 464, 467, 481, 468, 469, 482, 483, 464, 484, 470, 479, 485, 471, 486, 488, 472, 489, 473, 490, 491, 474, 492, 475, 493, 494, 476, 478, 495, 480, 479, 496, 497, 498, 481, 499, 500, 482, 483, 501, 484, 500, 479, 485, 502, 486, 488, 505, 489, 508, 490, 491, 509, 492, 510, 493, 494, 511, 512, 495, 513, 514, 496, 497, 498, 515, 499, 500, 517, 518, 501, 519, 500, 520, 521, 502, 522, 523, 505, 524, 508, 525, 529, 509, 530, 510, 531, 532, 511, 512, 533, 513, 514, 534, 535, 536, 515, 537, 538, 517, 518, 539, 519, 541, 520, 521, 540, 522, 523, 542, 524, 543, 525, 529, 544, 530, 540, 531, 532, 546, 547, 533, 548, 549, 534, 535, 536, 550, 537, 538, 551, 552, 539, 553, 541, 554, 555, 540, 556, 567, 542, 568, 543, 563, 563, 544, 569, 540, 570, 571, 546, 547, 563, 548, 549, 564, 564, 572, 550, 564, 564, 551, 552, 573, 553, 574, 554, 555, 575, 556, 567, 576, 568, 577, 579, 580, 581, 569, 582, 570, 571, 583, 584, 563, 591, 592, 593, 594, 572, 595, 597, 598, 599, 600, 573, 601, 574, 602, 603, 575, 605, 607, 576, 608, 577, 579, 580, 581, 606, 582, 584, 609, 583, 584, 610, 591, 592, 593, 594, 611, 595, 597, 598, 599, 600, 612, 601, 606, 602, 603, 614, 605, 607, 613, 608, 613, 615, 616, 617, 606, 619, 620, 609, 621, 622, 610, 623, 624, 625, 626, 611, 627, 629, 630, 631, 632, 612, 633, 606, 634, 635, 614, 637, 638, 613, 639, 613, 615, 616, 617, 641, 619, 620, 642, 621, 622, 643, 623, 624, 625, 626, 644, 627, 629, 630, 631, 632, 645, 633, 646, 634, 635, 647, 637, 638, 648, 639, 649, 650, 652, 654, 641, 653, 655, 642, 656, 657, 643, 658, 653, 660, 662, 644, 663, 661, 664, 665, 666, 645, 667, 646, 661, 668, 647, 669, 670, 648, 672, 649, 650, 652, 654, 673, 653, 655, 674, 656, 657, 675, 658, 653, 660, 662, 671, 663, 661, 664, 665, 666, 671, 667, 676, 661, 668, 677, 669, 670, 678, 672, 679, 680, 671, 681, 673, 682, 683, 674, 684, 685, 675, 687, 686, 688, 689, 671, 690, 691, 686, 693, 695, 671, 697, 676, 696, 698, 677, 699, 696, 678, 686, 679, 680, 671, 681, 700, 682, 683, 701, 684, 685, 702, 687, 686, 688, 689, 703, 690, 691, 686, 693, 695, 704, 697, 705, 696, 698, 706, 699, 696, 707, 686, 708, 709, 710, 711, 700, 713, 712, 701, 714, 715, 702, 712, 716, 717, 718, 703, 719, 720, 721, 722, 723, 704, 724, 705, 725, 726, 706, 727, 728, 707, 729, 708, 709, 710, 711, 730, 713, 712, 731, 714, 715, 732, 712, 716, 717, 718, 733, 719, 720, 721, 722, 723, 734, 724, 735, 725, 726, 736, 727, 728, 737, 729, 738, 739, 740, 742, 730, 744, 740, 731, 745, 746, 732, 747, 748, 750, 751, 733, 752, 753, 754, 756, 757, 734, 758, 735, 759, 760, 736, 761, 762, 737, 763, 738, 739, 740, 742, 764, 744, 740, 765, 745, 746, 766, 747, 748, 750, 751, 767, 752, 753, 754, 756, 757, 769, 758, 770, 759, 760, 771, 761, 762, 772, 763, 773, 775, 777, 778, 764, 779, 780, 765, 781, 782, 766, 783, 784, 786, 787, 767, 790, 790, 791, 791, 793, 769, 794, 770, 795, 796, 771, 797, 798, 772, 799, 773, 775, 777, 778, 800, 779, 780, 801, 781, 782, 802, 783, 784, 786, 787, 803, 804, 805, 806, 807, 793, 808, 794, 813, 795, 796, 814, 797, 798, 816, 799, 817, 819, 820, 808, 800, 821, 822, 801, 823, 824, 802, 826, 827, 828, 827, 803, 804, 805, 806, 807, 829, 808, 830, 813, 831, 832, 814, 833, 835, 816, 836, 817, 819, 820, 837, 838, 821, 822, 841, 823, 824, 843, 826, 827, 828, 827, 844, 844, 846, 847, 848, 829, 849, 830, 850, 831, 832, 851, 833, 835, 853, 836, 854, 856, 859, 837, 838, 860, 0, 841, 862, 863, 843, 0, 865, 867, 868, 844, 844, 846, 847, 848, 869, 849, 865, 850, 861, 870, 851, 873, 875, 853, 876, 854, 856, 859, 861, 0, 860, 861, 861, 862, 863, 861, 861, 865, 867, 868, 877, 878, 879, 880, 881, 869, 882, 865, 883, 861, 870, 884, 873, 875, 871, 876, 885, 871, 886, 861, 871, 887, 861, 861, 871, 888, 861, 861, 889, 871, 890, 877, 878, 879, 880, 881, 891, 882, 892, 883, 893, 894, 884, 896, 897, 871, 898, 885, 871, 886, 899, 871, 887, 900, 901, 871, 888, 902, 903, 889, 871, 890, 904, 905, 906, 907, 908, 891, 910, 892, 912, 893, 894, 913, 896, 897, 914, 898, 915, 916, 917, 899, 918, 919, 900, 901, 920, 921, 902, 903, 922, 923, 924, 904, 905, 906, 907, 908, 925, 910, 926, 912, 927, 928, 913, 929, 930, 914, 932, 915, 916, 917, 933, 918, 919, 931, 934, 920, 921, 935, 936, 922, 923, 924, 931, 937, 938, 936, 939, 925, 940, 926, 941, 927, 928, 942, 929, 930, 943, 932, 944, 948, 947, 933, 947, 949, 931, 934, 950, 951, 935, 936, 952, 953, 955, 931, 937, 938, 936, 939, 956, 940, 957, 941, 958, 960, 942, 961, 962, 943, 964, 944, 948, 947, 962, 947, 949, 965, 966, 950, 951, 967, 970, 952, 953, 955, 971, 965, 975, 976, 977, 956, 979, 957, 980, 958, 960, 981, 961, 962, 982, 964, 983, 984, 986, 962, 990, 977, 965, 966, 991, 992, 967, 970, 988, 993, 988, 971, 965, 975, 976, 977, 994, 979, 993, 980, 995, 996, 981, 997, 998, 982, 999, 983, 984, 986, 1000, 990, 977, 1001, 1002, 991, 992, 1003, 1004, 988, 993, 988, 1005, 1006, 1007, 1008, 1010, 994, 1011, 993, 1012, 995, 996, 1014, 997, 998, 1013, 999, 1015, 1016, 1017, 1000, 1018, 1020, 1001, 1002, 1023, 1025, 1003, 1004, 1026, 1027, 1028, 1005, 1006, 1007, 1008, 1010, 1030, 1011, 1013, 1012, 1031, 1032, 1014, 1033, 1034, 1013, 1036, 1015, 1016, 1017, 1037, 1018, 1020, 1038, 1039, 1023, 1025, 1041, 1043, 1026, 1027, 1028, 1045, 1047, 1048, 1049, 1052, 1030, 1053, 1054, 1055, 1031, 1032, 1056, 1033, 1034, 1057, 1036, 1059, 1060, 1061, 1037, 1062, 1063, 1038, 1039, 1064, 1065, 1041, 1043, 1066, 1067, 1068, 1045, 1047, 1048, 1049, 1052, 1069, 1053, 1054, 1055, 1070, 1072, 1056, 1073, 1069, 1057, 1074, 1059, 1060, 1061, 1075, 1062, 1063, 1076, 1077, 1064, 1065, 1078, 1079, 1066, 1067, 1068, 1080, 1081, 1082, 1083, 1084, 1069, 1085, 1086, 1087, 1070, 1072, 1088, 1073, 1069, 1090, 1074, 1092, 1093, 1094, 1075, 1095, 1096, 1076, 1077, 1097, 1098, 1078, 1079, 1099, 1100, 1101, 1080, 1081, 1082, 1083, 1084, 1102, 1085, 1086, 1087, 1103, 1104, 1088, 1105, 1106, 1090, 1109, 1092, 1093, 1094, 1111, 1095, 1096, 1112, 1113, 1097, 1098, 1114, 1115, 1099, 1100, 1101, 1116, 1117, 1118, 1123, 1124, 1102, 1125, 1126, 1127, 1103, 1104, 1128, 1105, 1106, 1129, 1109, 1130, 1131, 1132, 1111, 1133, 1135, 1112, 1113, 1137, 1138, 1114, 1115, 1139, 1140, 1141, 1116, 1117, 1118, 1123, 1124, 1142, 1125, 1126, 1127, 1143, 1144, 1128, 1145, 1148, 1129, 1151, 1130, 1131, 1132, 1152, 1133, 1135, 1153, 1154, 1137, 1138, 1144, 1155, 1139, 1140, 1141, 1156, 1157, 1158, 1159, 1160, 1142, 1161, 1162, 1164, 1143, 1144, 1166, 1145, 1148, 1167, 1151, 1169, 1170, 1171, 1152, 1172, 1173, 1153, 1154, 1174, 1175, 1144, 1155, 1177, 1180, 1181, 1156, 1157, 1158, 1159, 1160, 1182, 1161, 1162, 1164, 1183, 1184, 1166, 1185, 1186, 1167, 1188, 1169, 1170, 1171, 1189, 1172, 1173, 1190, 1193, 1174, 1175, 1194, 1195, 1177, 1180, 1181, 1196, 1197, 1198, 1199, 1200, 1182, 1201, 1203, 1204, 1183, 1184, 1205, 1185, 1186, 1206, 1188, 1208, 1210, 1211, 1189, 1212, 1214, 1190, 1193, 1216, 1217, 1194, 1195, 1218, 1219, 1220, 1196, 1197, 1198, 1199, 1200, 1221, 1201, 1203, 1204, 1222, 1223, 1205, 1224, 1226, 1206, 1227, 1208, 1210, 1211, 1228, 1212, 1214, 1230, 1231, 1216, 1217, 1232, 1233, 1218, 1219, 1220, 1234, 1235, 1236, 1237, 1238, 1221, 1240, 1241, 1243, 1222, 1223, 1244, 1224, 1226, 1245, 1227, 1246, 1247, 1248, 1228, 1249, 1250, 1230, 1231, 1252, 1253, 1232, 1233, 1254, 1255, 1256, 1234, 1235, 1236, 1237, 1238, 1258, 1240, 1241, 1243, 1259, 1260, 1244, 1261, 1262, 1245, 1263, 1246, 1247, 1248, 1264, 1249, 1250, 1266, 1267, 1252, 1253, 1268, 1269, 1254, 1255, 1256, 1270, 1272, 1274, 1272, 1275, 1258, 1276, 1278, 0, 1259, 1260, 1280, 1261, 1262, 0, 1263, 1282, 1284, 1285, 1264, 1286, 1287, 1266, 1267, 1275, 1288, 1268, 1269, 1277, 1277, 1289, 1270, 1272, 1274, 1272, 1275, 1290, 1276, 1278, 1277, 1291, 1277, 1280, 1292, 1293, 1277, 1294, 1282, 1284, 1285, 1295, 1286, 1287, 1296, 1297, 1275, 1288, 1298, 1299, 1277, 1277, 1289, 1300, 1301, 1302, 1303, 1304, 1290, 1306, 1307, 1277, 1291, 1277, 1308, 1292, 1293, 1277, 1294, 1305, 1309, 1305, 1295, 1310, 1311, 1296, 1297, 1312, 1313, 1298, 1299, 1314, 1315, 1316, 1300, 1301, 1302, 1303, 1304, 1317, 1306, 1307, 1318, 1319, 1320, 1308, 1321, 1322, 1323, 1324, 1305, 1309, 1305, 1326, 1310, 1311, 1328, 1330, 1312, 1313, 1332, 1333, 1314, 1315, 1316, 1334, 1335, 1338, 1325, 1325, 1317, 1339, 1340, 1318, 1319, 1320, 1341, 1321, 1322, 1323, 1324, 1325, 1343, 1344, 1326, 1325, 1345, 1328, 1330, 1346, 1347, 1332, 1333, 1348, 1349, 1350, 1334, 1335, 1338, 1325, 1325, 1351, 1339, 1340, 1353, 1354, 1355, 1341, 1356, 1357, 1358, 1359, 1325, 1343, 1344, 1360, 1325, 1345, 1361, 1362, 1346, 1347, 1363, 1365, 1348, 1349, 1350, 1366, 1368, 1369, 1370, 1371, 1351, 1372, 1373, 1353, 1354, 1355, 1374, 1356, 1357, 1358, 1359, 1375, 1376, 1377, 1360, 1378, 1379, 1361, 1362, 1380, 1381, 1363, 1365, 1382, 1383, 1384, 1366, 1368, 1369, 1370, 1371, 1385, 1372, 1373, 1386, 1387, 1388, 1374, 1392, 1393, 1394, 1395, 1375, 1376, 1377, 1396, 1378, 1379, 1397, 1398, 1380, 1381, 1399, 1400, 1382, 1383, 1384, 1403, 1404, 1405, 1406, 1407, 1385, 1408, 1409, 1386, 1387, 1388, 1410, 1392, 1393, 1394, 1395, 1411, 1412, 1413, 1396, 1414, 1416, 1397, 1398, 1418, 1412, 1399, 1400, 1419, 1421, 1422, 1403, 1404, 1405, 1406, 1407, 1414, 1408, 1409, 1423, 1425, 1426, 1410, 1427, 1428, 1430, 1432, 1411, 1412, 1413, 1434, 1414, 1416, 1435, 1436, 1418, 1412, 1437, 1438, 1419, 1421, 1422, 1439, 1440, 1441, 1443, 1445, 1414, 1446, 1447, 1423, 1425, 1426, 1450, 1427, 1428, 1430, 1432, 1451, 1452, 1453, 1434, 1454, 1456, 1435, 1436, 1457, 1459, 1437, 1438, 1464, 1467, 1469, 1439, 1440, 1441, 1443, 1445, 1471, 1446, 1447, 1473, 1475, 1476, 1450, 1477, 1479, 1480, 1482, 1451, 1452, 1453, 1483, 1454, 1456, 1484, 1486, 1457, 1459, 1489, 1493, 1464, 1467, 1469, 1494, 1495, 1496, 1498, 1499, 1471, 1500, 1501, 1473, 1475, 1476, 1502, 1477, 1479, 1480, 1482, 1503, 1504, 1505, 1483, 1506, 1507, 1484, 1486, 1508, 1510, 1489, 1493, 1511, 1512, 1513, 1494, 1495, 1496, 1498, 1499, 1514, 1500, 1501, 1515, 1516, 1517, 1502, 1518, 1520, 1521, 1522, 1503, 1504, 1505, 1523, 1506, 1507, 1524, 1525, 1508, 1510, 1526, 1527, 1511, 1512, 1513, 1528, 1529, 1530, 1531, 1532, 1514, 1533, 1534, 1515, 1516, 1517, 1535, 1518, 1520, 1521, 1522, 1536, 1537, 1538, 1523, 1539, 1540, 1524, 1525, 1541, 1542, 1526, 1527, 1545, 1546, 1547, 1528, 1529, 1530, 1531, 1532, 1548, 1533, 1534, 1549, 1550, 1554, 1535, 1556, 1558, 1560, 1561, 1536, 1537, 1538, 1562, 1539, 1540, 1563, 1565, 1541, 1542, 1567, 1568, 1545, 1546, 1547, 1569, 1571, 1572, 1575, 1576, 1548, 1577, 1580, 1549, 1550, 1554, 1581, 1556, 1558, 1560, 1561, 1583, 1587, 1588, 1562, 1589, 1590, 1563, 1565, 1591, 1592, 1567, 1568, 1595, 1596, 1597, 1569, 1571, 1572, 1575, 1576, 1598, 1577, 1580, 1599, 1600, 1601, 1581, 1602, 1604, 1605, 1606, 1583, 1587, 1588, 1607, 1589, 1590, 1608, 1609, 1591, 1592, 1610, 1611, 1595, 1596, 1597, 1612, 1614, 1615, 1616, 1617, 1598, 1618, 1619, 1599, 1600, 1601, 1620, 1602, 1604, 1605, 1606, 1621, 1622, 1623, 1607, 1624, 1625, 1608, 1609, 1627, 1630, 1610, 1611, 1632, 1635, 1637, 1612, 1614, 1615, 1616, 1617, 1638, 1618, 1619, 1639, 1640, 1642, 1620, 1646, 1648, 1649, 1650, 1621, 1622, 1623, 1652, 1624, 1625, 1653, 1654, 1627, 1630, 1640, 1655, 1632, 1635, 1637, 1657, 1658, 1659, 1660, 1661, 1638, 1666, 1667, 1639, 1640, 1642, 1668, 1646, 1648, 1649, 1650, 1671, 1674, 1675, 1652, 1677, 1679, 1653, 1654, 1680, 1681, 1640, 1655, 1682, 1683, 1684, 1657, 1658, 1659, 1660, 1661, 1685, 1666, 1667, 1686, 1687, 1689, 1668, 1691, 1693, 1695, 1696, 1671, 1674, 1675, 1697, 1677, 1679, 1698, 1700, 1680, 1681, 1702, 1704, 1682, 1683, 1684, 1705, 1707, 1709, 1710, 1711, 1685, 1713, 1714, 1686, 1687, 1689, 1715, 1691, 1693, 1695, 1696, 1717, 1718, 1720, 1697, 1721, 1725, 1698, 1700, 1727, 1728, 1702, 1704, 1729, 1730, 1731, 1705, 1707, 1709, 1710, 1711, 1732, 1713, 1714, 1733, 1734, 1735, 1715, 1737, 1738, 1739, 1742, 1717, 1718, 1720, 1743, 1721, 1725, 1745, 1746, 1727, 1728, 1748, 1752, 1729, 1730, 1731, 1753, 1754, 1755, 1757, 1758, 1732, 1759, 1760, 1733, 1734, 1735, 1761, 1737, 1738, 1739, 1742, 1763, 1765, 1766, 1743, 1767, 1768, 1745, 1746, 1770, 1773, 1748, 1752, 1776, 1777, 1780, 1753, 1754, 1755, 1757, 1758, 1781, 1759, 1760, 1784, 1785, 1786, 1761, 1788, 1789, 1790, 1791, 1763, 1765, 1766, 1793, 1767, 1768, 1794, 1795, 1770, 1773, 1796, 1799, 1776, 1777, 1780, 1800, 1801, 1803, 1804, 0, 1781, 0, 0, 1784, 1785, 1786, 0, 1788, 1789, 1790, 1791, 0, 0, 0, 1793, 0, 0, 1794, 1795, 0, 0, 1796, 1799, 0, 0, 0, 1800, 1801, 1803, 1804, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1807, 1808, 1808, 1808, 1808, 1808, 1808, 1808, 1808, 1808, 1809, 0, 1809, 1809, 1809, 1809, 1809, 1809, 1809, 1810, 0, 1810, 1810, 1810, 1810, 1810, 1810, 1810, 1811, 1811, 1812, 1812, 1812, 1812, 1812, 1812, 1812, 1812, 1812, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1813, 1814, 0, 1814, 1815, 1815, 1815, 1815, 1815, 1815, 1815, 1815, 1815, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1819, 1819, 1819, 0, 0, 1819, 1819, 0, 1819, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1821, 0, 0, 1821, 1821, 0, 1821, 1822, 1822, 1822, 0, 1822, 1822, 1822, 1822, 1822, 1823, 1823, 1823, 1823, 0, 1823, 1823, 1823, 1823, 1824, 1824, 1824, 1824, 1824, 1824, 1824, 1824, 1824, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806, 1806 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int msyy_flex_debug; int msyy_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *msyytext; #line 1 "maplexer.l" #line 2 "maplexer.l" /* ** READ ME FIRST! ** ** When this file is altered, it is necessary to do "make lexer". Due to ** problems detailed in #2310 the lexer is no longer automatically rebuilt ** when maplexer.l is altered. */ /* C declarations */ #include #include #include #include #include #include "mapserver.h" #include "maperror.h" #include "mapfile.h" #include "maptime.h" #include "mapsymbol.h" #include "mapparser.h" #include "mapprimitive.h" /* msyylineno is required for flex 2.5.4 and older, but is already defined by * flex 2.5.31 (bug 975). * Unfortunately there is no clean way to differenciate the two versions, * so we use the symbol YY_CURRENT_BUFFER_LVALUE to base our test since it * was not present in 2.5.4 and is present in 2.5.31. Hopefully that won't * put us in trouble with other versions. If that happens then we can * switch to using autoconf to detect the version. */ #ifndef YY_CURRENT_BUFFER_LVALUE int msyylineno = 1; #endif int msyysource=MS_STRING_TOKENS; double msyynumber; int msyystate=MS_TOKENIZE_DEFAULT; char *msyystring=NULL; char *msyybasepath=NULL; char *msyystring_buffer_ptr; int msyystring_buffer_size = 256; int msyystring_size; char msyystring_begin; char *msyystring_buffer = NULL; int msyystring_icase = MS_FALSE; int msyystring_return_state; int msyystring_begin_state; int msyystring_size_tmp; int msyyreturncomments = 0; #define MS_LEXER_STRING_REALLOC(string, string_size, max_size, string_ptr) \ if (string_size >= max_size) { \ msyystring_size_tmp = max_size; \ max_size = ((max_size*2) > string_size) ? max_size*2 : string_size+1; \ string = (char *) msSmallRealloc(string, sizeof(char *) * max_size); \ string_ptr = string; \ string_ptr += msyystring_size_tmp; \ } #define MS_LEXER_RETURN_TOKEN(token) \ MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), \ msyystring_buffer_size, msyystring_buffer_ptr); \ strcpy(msyystring_buffer, msyytext); \ return(token); #define MAX_INCLUDE_DEPTH 5 YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH]; int include_lineno[MAX_INCLUDE_DEPTH]; int include_stack_ptr = 0; char path[MS_MAXPATHLEN]; #line 2089 "maplexer.c" #define INITIAL 0 #define URL_VARIABLE 1 #define URL_STRING 2 #define EXPRESSION_STRING 3 #define INCLUDE 4 #define MSSTRING 5 #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int msyylex_destroy (void ); int msyyget_debug (void ); void msyyset_debug (int debug_flag ); YY_EXTRA_TYPE msyyget_extra (void ); void msyyset_extra (YY_EXTRA_TYPE user_defined ); FILE *msyyget_in (void ); void msyyset_in (FILE * in_str ); FILE *msyyget_out (void ); void msyyset_out (FILE * out_str ); int msyyget_leng (void ); char *msyyget_text (void ); int msyyget_lineno (void ); void msyyset_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int msyywrap (void ); #else extern int msyywrap (void ); #endif #endif static void yyunput (int c,char *buf_ptr ); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #ifdef __ia64__ /* On IA-64, the buffer size is 16k, not 8k */ #define YY_READ_BUF_SIZE 16384 #else #define YY_READ_BUF_SIZE 8192 #endif /* __ia64__ */ #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO do { if (fwrite( msyytext, msyyleng, 1, msyyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( msyyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( msyyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, msyyin))==0 && ferror(msyyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(msyyin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int msyylex (void); #define YY_DECL int msyylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after msyytext and msyyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 85 "maplexer.l" if (msyystring_buffer == NULL) msyystring_buffer = (char*) msSmallMalloc(sizeof(char) * msyystring_buffer_size); msyystring_buffer[0] = '\0'; msyystring_buffer_size = 0; switch(msyystate) { case(MS_TOKENIZE_DEFAULT): break; case(MS_TOKENIZE_FILE): BEGIN(INITIAL); msyystring_begin_state = INITIAL; msyysource=MS_FILE_TOKENS; msyystate=MS_TOKENIZE_DEFAULT; msyystring=NULL; msyyreturncomments=0; include_stack_ptr=0; return(0); break; case(MS_TOKENIZE_STRING): BEGIN(INITIAL); msyystring_begin_state = INITIAL; msyy_delete_buffer(YY_CURRENT_BUFFER); msyy_scan_string(msyystring); msyysource=MS_STRING_TOKENS; msyystate=MS_TOKENIZE_DEFAULT; msyyin=NULL; msyyreturncomments=0; include_stack_ptr=0; return(0); break; case(MS_TOKENIZE_URL_VARIABLE): BEGIN(URL_VARIABLE); msyystring_begin_state = URL_VARIABLE; msyy_delete_buffer(YY_CURRENT_BUFFER); msyy_scan_string(msyystring); msyysource=MS_URL_TOKENS; msyystate=MS_TOKENIZE_DEFAULT; msyyreturncomments=0; (void) yyunput; /* just to avoid warning about it being unrefed */ break; case(MS_TOKENIZE_URL_STRING): BEGIN(URL_STRING); msyystring_begin_state = URL_STRING; msyy_delete_buffer(YY_CURRENT_BUFFER); msyy_scan_string(msyystring); msyysource=MS_URL_TOKENS; msyystate=MS_TOKENIZE_DEFAULT; msyyin=NULL; msyyreturncomments=0; return(0); break; case(MS_TOKENIZE_EXPRESSION): BEGIN(EXPRESSION_STRING); msyystring_begin_state = EXPRESSION_STRING; msyy_delete_buffer(YY_CURRENT_BUFFER); msyy_scan_string(msyystring); msyystate=MS_TOKENIZE_DEFAULT; msyyreturncomments=0; break; case(99): BEGIN(INITIAL); /* may not need this one */ msyystring_begin_state = INITIAL; msyy_delete_buffer(YY_CURRENT_BUFFER); msyystate=MS_TOKENIZE_DEFAULT; msyystring=NULL; msyyreturncomments=0; return(0); break; default: break; } #line 2347 "maplexer.c" if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! msyyin ) msyyin = stdin; if ( ! msyyout ) msyyout = stdout; if ( ! YY_CURRENT_BUFFER ) { msyyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = msyy_create_buffer(msyyin,YY_BUF_SIZE ); } msyy_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of msyytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1807 ) 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] != 4122 ); yy_find_action: yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_act = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: YY_RULE_SETUP #line 158 "maplexer.l" ; YY_BREAK case 2: YY_RULE_SETUP #line 160 "maplexer.l" { if (msyyreturncomments) return(MS_COMMENT); } YY_BREAK case 3: YY_RULE_SETUP #line 162 "maplexer.l" ; YY_BREAK case 4: YY_RULE_SETUP #line 164 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_LOGICAL_OR); } YY_BREAK case 5: YY_RULE_SETUP #line 165 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_LOGICAL_AND); } YY_BREAK case 6: YY_RULE_SETUP #line 166 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_LOGICAL_NOT); } YY_BREAK case 7: YY_RULE_SETUP #line 167 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_EQ); } YY_BREAK case 8: YY_RULE_SETUP #line 168 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_NE); } YY_BREAK case 9: YY_RULE_SETUP #line 169 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_GT); } YY_BREAK case 10: YY_RULE_SETUP #line 170 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_LT); } YY_BREAK case 11: YY_RULE_SETUP #line 171 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_GE); } YY_BREAK case 12: YY_RULE_SETUP #line 172 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_LE); } YY_BREAK case 13: YY_RULE_SETUP #line 173 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_RE); } YY_BREAK case 14: YY_RULE_SETUP #line 175 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_IEQ); } YY_BREAK case 15: YY_RULE_SETUP #line 176 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_IRE); } YY_BREAK case 16: YY_RULE_SETUP #line 178 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IN); } YY_BREAK case 17: YY_RULE_SETUP #line 180 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_AREA); } YY_BREAK case 18: YY_RULE_SETUP #line 181 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_LENGTH); } YY_BREAK case 19: YY_RULE_SETUP #line 182 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_TOSTRING); } YY_BREAK case 20: YY_RULE_SETUP #line 183 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_COMMIFY); } YY_BREAK case 21: YY_RULE_SETUP #line 184 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_ROUND); } YY_BREAK case 22: YY_RULE_SETUP #line 186 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_BUFFER); } YY_BREAK case 23: YY_RULE_SETUP #line 188 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_INTERSECTS); } YY_BREAK case 24: YY_RULE_SETUP #line 189 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_DISJOINT); } YY_BREAK case 25: YY_RULE_SETUP #line 190 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_TOUCHES); } YY_BREAK case 26: YY_RULE_SETUP #line 191 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_OVERLAPS); } YY_BREAK case 27: YY_RULE_SETUP #line 192 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_CROSSES); } YY_BREAK case 28: YY_RULE_SETUP #line 193 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_WITHIN); } YY_BREAK case 29: YY_RULE_SETUP #line 194 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_CONTAINS); } YY_BREAK case 30: YY_RULE_SETUP #line 195 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_BEYOND); } YY_BREAK case 31: YY_RULE_SETUP #line 196 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_COMPARISON_DWITHIN); } YY_BREAK case 32: YY_RULE_SETUP #line 198 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TOKEN_FUNCTION_FROMTEXT); } YY_BREAK case 33: YY_RULE_SETUP #line 200 "maplexer.l" { MS_LEXER_RETURN_TOKEN(COLORRANGE); } YY_BREAK case 34: YY_RULE_SETUP #line 201 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DATARANGE); } YY_BREAK case 35: YY_RULE_SETUP #line 202 "maplexer.l" { MS_LEXER_RETURN_TOKEN(RANGEITEM); } YY_BREAK case 36: YY_RULE_SETUP #line 204 "maplexer.l" { MS_LEXER_RETURN_TOKEN(ALIGN); } YY_BREAK case 37: YY_RULE_SETUP #line 205 "maplexer.l" { MS_LEXER_RETURN_TOKEN(ANGLE); } YY_BREAK case 38: YY_RULE_SETUP #line 206 "maplexer.l" { MS_LEXER_RETURN_TOKEN(ANTIALIAS); } YY_BREAK case 39: YY_RULE_SETUP #line 207 "maplexer.l" { MS_LEXER_RETURN_TOKEN(BACKGROUNDCOLOR); } YY_BREAK case 40: YY_RULE_SETUP #line 208 "maplexer.l" { MS_LEXER_RETURN_TOKEN(BANDSITEM); } YY_BREAK case 41: YY_RULE_SETUP #line 209 "maplexer.l" { MS_LEXER_RETURN_TOKEN(BINDVALS); } YY_BREAK case 42: YY_RULE_SETUP #line 210 "maplexer.l" { MS_LEXER_RETURN_TOKEN(BROWSEFORMAT); } YY_BREAK case 43: YY_RULE_SETUP #line 211 "maplexer.l" { MS_LEXER_RETURN_TOKEN(BUFFER); } YY_BREAK case 44: YY_RULE_SETUP #line 212 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CHARACTER); } YY_BREAK case 45: YY_RULE_SETUP #line 213 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CLASS); } YY_BREAK case 46: YY_RULE_SETUP #line 214 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CLASSITEM); } YY_BREAK case 47: YY_RULE_SETUP #line 215 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CLASSGROUP); } YY_BREAK case 48: YY_RULE_SETUP #line 216 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CLUSTER); } YY_BREAK case 49: YY_RULE_SETUP #line 217 "maplexer.l" { MS_LEXER_RETURN_TOKEN(COLOR); } YY_BREAK case 50: YY_RULE_SETUP #line 218 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CONFIG); } YY_BREAK case 51: YY_RULE_SETUP #line 219 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CONNECTION); } YY_BREAK case 52: YY_RULE_SETUP #line 220 "maplexer.l" { MS_LEXER_RETURN_TOKEN(CONNECTIONTYPE); } YY_BREAK case 53: YY_RULE_SETUP #line 221 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DATA); } YY_BREAK case 54: YY_RULE_SETUP #line 222 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DATAPATTERN); } YY_BREAK case 55: YY_RULE_SETUP #line 223 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DEBUG); } YY_BREAK case 56: YY_RULE_SETUP #line 224 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DRIVER); } YY_BREAK case 57: YY_RULE_SETUP #line 225 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DUMP); } YY_BREAK case 58: YY_RULE_SETUP #line 226 "maplexer.l" { MS_LEXER_RETURN_TOKEN(EMPTY); } YY_BREAK case 59: YY_RULE_SETUP #line 227 "maplexer.l" { MS_LEXER_RETURN_TOKEN(ENCODING); } YY_BREAK case 60: YY_RULE_SETUP #line 228 "maplexer.l" { MS_LEXER_RETURN_TOKEN(END); } YY_BREAK case 61: YY_RULE_SETUP #line 229 "maplexer.l" { MS_LEXER_RETURN_TOKEN(ERROR); } YY_BREAK case 62: YY_RULE_SETUP #line 230 "maplexer.l" { MS_LEXER_RETURN_TOKEN(EXPRESSION); } YY_BREAK case 63: YY_RULE_SETUP #line 231 "maplexer.l" { MS_LEXER_RETURN_TOKEN(EXTENT); } YY_BREAK case 64: YY_RULE_SETUP #line 232 "maplexer.l" { MS_LEXER_RETURN_TOKEN(EXTENSION); } YY_BREAK case 65: YY_RULE_SETUP #line 233 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FEATURE); } YY_BREAK case 66: YY_RULE_SETUP #line 234 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FILLED); } YY_BREAK case 67: YY_RULE_SETUP #line 235 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FILTER); } YY_BREAK case 68: YY_RULE_SETUP #line 236 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FILTERITEM); } YY_BREAK case 69: YY_RULE_SETUP #line 237 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FOOTER); } YY_BREAK case 70: YY_RULE_SETUP #line 238 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FONT); } YY_BREAK case 71: YY_RULE_SETUP #line 239 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FONTSET); } YY_BREAK case 72: YY_RULE_SETUP #line 240 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FORCE); } YY_BREAK case 73: YY_RULE_SETUP #line 241 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FORMATOPTION); } YY_BREAK case 74: YY_RULE_SETUP #line 242 "maplexer.l" { MS_LEXER_RETURN_TOKEN(FROM); } YY_BREAK case 75: YY_RULE_SETUP #line 243 "maplexer.l" { MS_LEXER_RETURN_TOKEN(GAP); } YY_BREAK case 76: YY_RULE_SETUP #line 244 "maplexer.l" { MS_LEXER_RETURN_TOKEN(GEOMTRANSFORM); } YY_BREAK case 77: YY_RULE_SETUP #line 245 "maplexer.l" { MS_LEXER_RETURN_TOKEN(GRID); } YY_BREAK case 78: YY_RULE_SETUP #line 246 "maplexer.l" { MS_LEXER_RETURN_TOKEN(GRATICULE); } YY_BREAK case 79: YY_RULE_SETUP #line 247 "maplexer.l" { MS_LEXER_RETURN_TOKEN(GROUP); } YY_BREAK case 80: YY_RULE_SETUP #line 248 "maplexer.l" { MS_LEXER_RETURN_TOKEN(HEADER); } YY_BREAK case 81: YY_RULE_SETUP #line 249 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGE); } YY_BREAK case 82: YY_RULE_SETUP #line 250 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGECOLOR); } YY_BREAK case 83: YY_RULE_SETUP #line 251 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGETYPE); } YY_BREAK case 84: YY_RULE_SETUP #line 252 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGEQUALITY); } YY_BREAK case 85: YY_RULE_SETUP #line 253 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGEMODE); } YY_BREAK case 86: YY_RULE_SETUP #line 254 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGEPATH); } YY_BREAK case 87: YY_RULE_SETUP #line 255 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TEMPPATH); } YY_BREAK case 88: YY_RULE_SETUP #line 256 "maplexer.l" { MS_LEXER_RETURN_TOKEN(IMAGEURL); } YY_BREAK case 89: YY_RULE_SETUP #line 257 "maplexer.l" { BEGIN(INCLUDE); } YY_BREAK case 90: YY_RULE_SETUP #line 258 "maplexer.l" { MS_LEXER_RETURN_TOKEN(INDEX); } YY_BREAK case 91: YY_RULE_SETUP #line 259 "maplexer.l" { MS_LEXER_RETURN_TOKEN(INTERLACE); } YY_BREAK case 92: YY_RULE_SETUP #line 260 "maplexer.l" { MS_LEXER_RETURN_TOKEN(INTERVALS); } YY_BREAK case 93: YY_RULE_SETUP #line 261 "maplexer.l" { MS_LEXER_RETURN_TOKEN(JOIN); } YY_BREAK case 94: YY_RULE_SETUP #line 262 "maplexer.l" { MS_LEXER_RETURN_TOKEN(KEYIMAGE); } YY_BREAK case 95: YY_RULE_SETUP #line 263 "maplexer.l" { MS_LEXER_RETURN_TOKEN(KEYSIZE); } YY_BREAK case 96: YY_RULE_SETUP #line 264 "maplexer.l" { MS_LEXER_RETURN_TOKEN(KEYSPACING); } YY_BREAK case 97: YY_RULE_SETUP #line 265 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABEL); } YY_BREAK case 98: YY_RULE_SETUP #line 266 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELCACHE); } YY_BREAK case 99: YY_RULE_SETUP #line 267 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELFORMAT); } YY_BREAK case 100: YY_RULE_SETUP #line 268 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELITEM); } YY_BREAK case 101: YY_RULE_SETUP #line 269 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELMAXSCALE); } YY_BREAK case 102: YY_RULE_SETUP #line 270 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELMAXSCALEDENOM); } YY_BREAK case 103: YY_RULE_SETUP #line 271 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELMINSCALE); } YY_BREAK case 104: YY_RULE_SETUP #line 272 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELMINSCALEDENOM); } YY_BREAK case 105: YY_RULE_SETUP #line 273 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LABELREQUIRES); } YY_BREAK case 106: YY_RULE_SETUP #line 274 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LATLON); } YY_BREAK case 107: YY_RULE_SETUP #line 275 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LAYER); } YY_BREAK case 108: YY_RULE_SETUP #line 276 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LEGEND); } YY_BREAK case 109: YY_RULE_SETUP #line 277 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LEGENDFORMAT); } YY_BREAK case 110: YY_RULE_SETUP #line 278 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LINECAP); } YY_BREAK case 111: YY_RULE_SETUP #line 279 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LINEJOIN); } YY_BREAK case 112: YY_RULE_SETUP #line 280 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LINEJOINMAXSIZE); } YY_BREAK case 113: YY_RULE_SETUP #line 281 "maplexer.l" { MS_LEXER_RETURN_TOKEN(LOG); } YY_BREAK case 114: YY_RULE_SETUP #line 282 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAP); } YY_BREAK case 115: YY_RULE_SETUP #line 283 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MARKER); } YY_BREAK case 116: YY_RULE_SETUP #line 284 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MARKERSIZE); } YY_BREAK case 117: YY_RULE_SETUP #line 285 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXARCS); } YY_BREAK case 118: YY_RULE_SETUP #line 286 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXBOXSIZE); } YY_BREAK case 119: YY_RULE_SETUP #line 287 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXDISTANCE); } YY_BREAK case 120: YY_RULE_SETUP #line 288 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXFEATURES); } YY_BREAK case 121: YY_RULE_SETUP #line 289 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXINTERVAL); } YY_BREAK case 122: YY_RULE_SETUP #line 290 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXSCALE); } YY_BREAK case 123: YY_RULE_SETUP #line 291 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXSCALEDENOM); } YY_BREAK case 124: YY_RULE_SETUP #line 292 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXGEOWIDTH); } YY_BREAK case 125: YY_RULE_SETUP #line 293 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXLENGTH); } YY_BREAK case 126: YY_RULE_SETUP #line 294 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXSIZE); } YY_BREAK case 127: YY_RULE_SETUP #line 295 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXSUBDIVIDE); } YY_BREAK case 128: YY_RULE_SETUP #line 296 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXTEMPLATE); } YY_BREAK case 129: YY_RULE_SETUP #line 297 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXWIDTH); } YY_BREAK case 130: YY_RULE_SETUP #line 298 "maplexer.l" { MS_LEXER_RETURN_TOKEN(METADATA); } YY_BREAK case 131: YY_RULE_SETUP #line 299 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MIMETYPE); } YY_BREAK case 132: YY_RULE_SETUP #line 300 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINARCS); } YY_BREAK case 133: YY_RULE_SETUP #line 301 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINBOXSIZE); } YY_BREAK case 134: YY_RULE_SETUP #line 302 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINDISTANCE); } YY_BREAK case 135: YY_RULE_SETUP #line 303 "maplexer.l" { MS_LEXER_RETURN_TOKEN(REPEATDISTANCE); } YY_BREAK case 136: YY_RULE_SETUP #line 304 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MAXOVERLAPANGLE); } YY_BREAK case 137: YY_RULE_SETUP #line 305 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINFEATURESIZE); } YY_BREAK case 138: YY_RULE_SETUP #line 306 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MININTERVAL); } YY_BREAK case 139: YY_RULE_SETUP #line 307 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINSCALE); } YY_BREAK case 140: YY_RULE_SETUP #line 308 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINSCALEDENOM); } YY_BREAK case 141: YY_RULE_SETUP #line 309 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINGEOWIDTH); } YY_BREAK case 142: YY_RULE_SETUP #line 310 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINLENGTH); } YY_BREAK case 143: YY_RULE_SETUP #line 311 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINSIZE); } YY_BREAK case 144: YY_RULE_SETUP #line 312 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINSUBDIVIDE); } YY_BREAK case 145: YY_RULE_SETUP #line 313 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINTEMPLATE); } YY_BREAK case 146: YY_RULE_SETUP #line 314 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MINWIDTH); } YY_BREAK case 147: YY_RULE_SETUP #line 315 "maplexer.l" { MS_LEXER_RETURN_TOKEN(NAME); } YY_BREAK case 148: YY_RULE_SETUP #line 316 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OFFSET); } YY_BREAK case 149: YY_RULE_SETUP #line 317 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OFFSITE); } YY_BREAK case 150: YY_RULE_SETUP #line 318 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OPACITY); } YY_BREAK case 151: YY_RULE_SETUP #line 319 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OUTLINECOLOR); } YY_BREAK case 152: YY_RULE_SETUP #line 320 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OUTLINEWIDTH); } YY_BREAK case 153: YY_RULE_SETUP #line 321 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OUTPUTFORMAT); } YY_BREAK case 154: YY_RULE_SETUP #line 322 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYBACKGROUNDCOLOR); } YY_BREAK case 155: YY_RULE_SETUP #line 323 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYCOLOR); } YY_BREAK case 156: YY_RULE_SETUP #line 324 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYMAXSIZE); } YY_BREAK case 157: YY_RULE_SETUP #line 325 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYMINSIZE); } YY_BREAK case 158: YY_RULE_SETUP #line 326 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYOUTLINECOLOR); } YY_BREAK case 159: YY_RULE_SETUP #line 327 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYSIZE); } YY_BREAK case 160: YY_RULE_SETUP #line 328 "maplexer.l" { MS_LEXER_RETURN_TOKEN(OVERLAYSYMBOL); } YY_BREAK case 161: YY_RULE_SETUP #line 329 "maplexer.l" { MS_LEXER_RETURN_TOKEN(PARTIALS); } YY_BREAK case 162: YY_RULE_SETUP #line 330 "maplexer.l" { MS_LEXER_RETURN_TOKEN(PATTERN); } YY_BREAK case 163: YY_RULE_SETUP #line 331 "maplexer.l" { MS_LEXER_RETURN_TOKEN(POINTS); } YY_BREAK case 164: YY_RULE_SETUP #line 332 "maplexer.l" { MS_LEXER_RETURN_TOKEN(ITEMS); } YY_BREAK case 165: YY_RULE_SETUP #line 333 "maplexer.l" { MS_LEXER_RETURN_TOKEN(POSITION); } YY_BREAK case 166: YY_RULE_SETUP #line 334 "maplexer.l" { MS_LEXER_RETURN_TOKEN(POSTLABELCACHE); } YY_BREAK case 167: YY_RULE_SETUP #line 335 "maplexer.l" { MS_LEXER_RETURN_TOKEN(PRIORITY); } YY_BREAK case 168: YY_RULE_SETUP #line 336 "maplexer.l" { MS_LEXER_RETURN_TOKEN(PROCESSING); } YY_BREAK case 169: YY_RULE_SETUP #line 337 "maplexer.l" { MS_LEXER_RETURN_TOKEN(PROJECTION); } YY_BREAK case 170: YY_RULE_SETUP #line 338 "maplexer.l" { MS_LEXER_RETURN_TOKEN(QUERYFORMAT); } YY_BREAK case 171: YY_RULE_SETUP #line 339 "maplexer.l" { MS_LEXER_RETURN_TOKEN(QUERYMAP); } YY_BREAK case 172: YY_RULE_SETUP #line 340 "maplexer.l" { MS_LEXER_RETURN_TOKEN(REFERENCE); } YY_BREAK case 173: YY_RULE_SETUP #line 341 "maplexer.l" { MS_LEXER_RETURN_TOKEN(REGION); } YY_BREAK case 174: YY_RULE_SETUP #line 342 "maplexer.l" { MS_LEXER_RETURN_TOKEN(RELATIVETO); } YY_BREAK case 175: YY_RULE_SETUP #line 343 "maplexer.l" { MS_LEXER_RETURN_TOKEN(REQUIRES); } YY_BREAK case 176: YY_RULE_SETUP #line 344 "maplexer.l" { MS_LEXER_RETURN_TOKEN(RESOLUTION); } YY_BREAK case 177: YY_RULE_SETUP #line 345 "maplexer.l" { MS_LEXER_RETURN_TOKEN(DEFRESOLUTION); } YY_BREAK case 178: YY_RULE_SETUP #line 346 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SCALE); } YY_BREAK case 179: YY_RULE_SETUP #line 347 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SCALEDENOM); } YY_BREAK case 180: YY_RULE_SETUP #line 348 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SCALEBAR); } YY_BREAK case 181: YY_RULE_SETUP #line 349 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SHADOWCOLOR); } YY_BREAK case 182: YY_RULE_SETUP #line 350 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SHADOWSIZE); } YY_BREAK case 183: YY_RULE_SETUP #line 351 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SHAPEPATH); } YY_BREAK case 184: YY_RULE_SETUP #line 352 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SIZE); } YY_BREAK case 185: YY_RULE_SETUP #line 353 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SIZEUNITS); } YY_BREAK case 186: YY_RULE_SETUP #line 354 "maplexer.l" { MS_LEXER_RETURN_TOKEN(STATUS); } YY_BREAK case 187: YY_RULE_SETUP #line 355 "maplexer.l" { MS_LEXER_RETURN_TOKEN(STYLE); } YY_BREAK case 188: YY_RULE_SETUP #line 356 "maplexer.l" { MS_LEXER_RETURN_TOKEN(STYLEITEM); } YY_BREAK case 189: YY_RULE_SETUP #line 357 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SYMBOL); } YY_BREAK case 190: YY_RULE_SETUP #line 358 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SYMBOLSCALE); } YY_BREAK case 191: YY_RULE_SETUP #line 359 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SYMBOLSCALEDENOM); } YY_BREAK case 192: YY_RULE_SETUP #line 360 "maplexer.l" { MS_LEXER_RETURN_TOKEN(SYMBOLSET); } YY_BREAK case 193: YY_RULE_SETUP #line 361 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TABLE); } YY_BREAK case 194: YY_RULE_SETUP #line 362 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TEMPLATE); } YY_BREAK case 195: YY_RULE_SETUP #line 363 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TEMPLATEPATTERN); } YY_BREAK case 196: YY_RULE_SETUP #line 364 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TEXT); } YY_BREAK case 197: YY_RULE_SETUP #line 365 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TILEINDEX); } YY_BREAK case 198: YY_RULE_SETUP #line 366 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TILEITEM); } YY_BREAK case 199: YY_RULE_SETUP #line 367 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TITLE); } YY_BREAK case 200: YY_RULE_SETUP #line 368 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TO); } YY_BREAK case 201: YY_RULE_SETUP #line 369 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TOLERANCE); } YY_BREAK case 202: YY_RULE_SETUP #line 370 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TOLERANCEUNITS); } YY_BREAK case 203: YY_RULE_SETUP #line 371 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TRANSPARENCY); } YY_BREAK case 204: YY_RULE_SETUP #line 372 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TRANSPARENT); } YY_BREAK case 205: YY_RULE_SETUP #line 373 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TRANSFORM); } YY_BREAK case 206: YY_RULE_SETUP #line 374 "maplexer.l" { MS_LEXER_RETURN_TOKEN(TYPE); } YY_BREAK case 207: YY_RULE_SETUP #line 375 "maplexer.l" { MS_LEXER_RETURN_TOKEN(UNITS); } YY_BREAK case 208: YY_RULE_SETUP #line 376 "maplexer.l" { MS_LEXER_RETURN_TOKEN(VALIDATION); } YY_BREAK case 209: YY_RULE_SETUP #line 377 "maplexer.l" { MS_LEXER_RETURN_TOKEN(WEB); } YY_BREAK case 210: YY_RULE_SETUP #line 378 "maplexer.l" { MS_LEXER_RETURN_TOKEN(WIDTH); } YY_BREAK case 211: YY_RULE_SETUP #line 379 "maplexer.l" { MS_LEXER_RETURN_TOKEN(WKT); } YY_BREAK case 212: YY_RULE_SETUP #line 380 "maplexer.l" { MS_LEXER_RETURN_TOKEN(WRAP); } YY_BREAK case 213: YY_RULE_SETUP #line 382 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_ANNOTATION); } YY_BREAK case 214: YY_RULE_SETUP #line 383 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_AUTO); } YY_BREAK case 215: YY_RULE_SETUP #line 384 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_AUTO2); } YY_BREAK case 216: YY_RULE_SETUP #line 385 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_BEVEL); } YY_BREAK case 217: YY_RULE_SETUP #line 386 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_BITMAP); } YY_BREAK case 218: YY_RULE_SETUP #line 387 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_BUTT); } YY_BREAK case 219: YY_RULE_SETUP #line 388 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CC); } YY_BREAK case 220: YY_RULE_SETUP #line 389 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_ALIGN_CENTER); } YY_BREAK case 221: YY_RULE_SETUP #line 390 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_CHART); } YY_BREAK case 222: YY_RULE_SETUP #line 391 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_CIRCLE); } YY_BREAK case 223: YY_RULE_SETUP #line 392 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CL); } YY_BREAK case 224: YY_RULE_SETUP #line 393 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CR); } YY_BREAK case 225: YY_RULE_SETUP #line 394 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_DB_CSV); } YY_BREAK case 226: YY_RULE_SETUP #line 395 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_DB_POSTGRES); } YY_BREAK case 227: YY_RULE_SETUP #line 396 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_DB_MYSQL); } YY_BREAK case 228: YY_RULE_SETUP #line 397 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_DEFAULT); } YY_BREAK case 229: YY_RULE_SETUP #line 398 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_DD); } YY_BREAK case 230: YY_RULE_SETUP #line 399 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SYMBOL_ELLIPSE); } YY_BREAK case 231: YY_RULE_SETUP #line 400 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_EMBED); } YY_BREAK case 232: YY_RULE_SETUP #line 401 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_FALSE); } YY_BREAK case 233: YY_RULE_SETUP #line 402 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_FEET); } YY_BREAK case 234: YY_RULE_SETUP #line 403 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_FOLLOW); } YY_BREAK case 235: YY_RULE_SETUP #line 404 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_GIANT); } YY_BREAK case 236: YY_RULE_SETUP #line 405 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SYMBOL_HATCH); } YY_BREAK case 237: YY_RULE_SETUP #line 406 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_HILITE); } YY_BREAK case 238: YY_RULE_SETUP #line 407 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_INCHES); } YY_BREAK case 239: YY_RULE_SETUP #line 408 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_KILOMETERS); } YY_BREAK case 240: YY_RULE_SETUP #line 409 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LARGE); } YY_BREAK case 241: YY_RULE_SETUP #line 410 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LC); } YY_BREAK case 242: YY_RULE_SETUP #line 411 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_ALIGN_LEFT); } YY_BREAK case 243: YY_RULE_SETUP #line 412 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_LINE); } YY_BREAK case 244: YY_RULE_SETUP #line 413 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LL); } YY_BREAK case 245: YY_RULE_SETUP #line 414 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LR); } YY_BREAK case 246: YY_RULE_SETUP #line 415 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_MEDIUM); } YY_BREAK case 247: YY_RULE_SETUP #line 416 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_METERS); } YY_BREAK case 248: YY_RULE_SETUP #line 417 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_NAUTICALMILES); } YY_BREAK case 249: YY_RULE_SETUP #line 418 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_MILES); } YY_BREAK case 250: YY_RULE_SETUP #line 419 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_MITER); } YY_BREAK case 251: YY_RULE_SETUP #line 420 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_MULTIPLE); } YY_BREAK case 252: YY_RULE_SETUP #line 421 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_NONE); } YY_BREAK case 253: YY_RULE_SETUP #line 422 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_NORMAL); } YY_BREAK case 254: YY_RULE_SETUP #line 423 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_OFF); } YY_BREAK case 255: YY_RULE_SETUP #line 424 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_OGR); } YY_BREAK case 256: YY_RULE_SETUP #line 425 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_ON); } YY_BREAK case 257: YY_RULE_SETUP #line 426 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_JOIN_ONE_TO_ONE); } YY_BREAK case 258: YY_RULE_SETUP #line 427 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_JOIN_ONE_TO_MANY); } YY_BREAK case 259: YY_RULE_SETUP #line 428 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_ORACLESPATIAL); } YY_BREAK case 260: YY_RULE_SETUP #line 429 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_PERCENTAGES); } YY_BREAK case 261: YY_RULE_SETUP #line 430 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SYMBOL_PIXMAP); } YY_BREAK case 262: YY_RULE_SETUP #line 431 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_PIXELS); } YY_BREAK case 263: YY_RULE_SETUP #line 432 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_POINT); } YY_BREAK case 264: YY_RULE_SETUP #line 433 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_POLYGON); } YY_BREAK case 265: YY_RULE_SETUP #line 434 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_POSTGIS); } YY_BREAK case 266: YY_RULE_SETUP #line 435 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_PLUGIN); } YY_BREAK case 267: YY_RULE_SETUP #line 436 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_QUERY); } YY_BREAK case 268: YY_RULE_SETUP #line 437 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_LAYER_RASTER); } YY_BREAK case 269: YY_RULE_SETUP #line 438 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_ALIGN_RIGHT); } YY_BREAK case 270: YY_RULE_SETUP #line 439 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_ROUND); } YY_BREAK case 271: YY_RULE_SETUP #line 440 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SDE); } YY_BREAK case 272: YY_RULE_SETUP #line 441 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SELECTED); } YY_BREAK case 273: YY_RULE_SETUP #line 442 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SYMBOL_SIMPLE); } YY_BREAK case 274: YY_RULE_SETUP #line 443 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SINGLE); } YY_BREAK case 275: YY_RULE_SETUP #line 444 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SMALL); } YY_BREAK case 276: YY_RULE_SETUP #line 445 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_SQUARE); } YY_BREAK case 277: YY_RULE_SETUP #line 446 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SYMBOL_SVG); } YY_BREAK case 278: YY_RULE_SETUP #line 447 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TINY); } YY_BREAK case 279: YY_RULE_SETUP #line 448 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_CJC_TRIANGLE); } YY_BREAK case 280: YY_RULE_SETUP #line 449 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TRUE); } YY_BREAK case 281: YY_RULE_SETUP #line 450 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_TRUETYPE); } YY_BREAK case 282: YY_RULE_SETUP #line 451 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_UC); } YY_BREAK case 283: YY_RULE_SETUP #line 452 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_UL); } YY_BREAK case 284: YY_RULE_SETUP #line 453 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_UR); } YY_BREAK case 285: YY_RULE_SETUP #line 454 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_UNION); } YY_BREAK case 286: YY_RULE_SETUP #line 455 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_SYMBOL_VECTOR); } YY_BREAK case 287: YY_RULE_SETUP #line 456 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_WFS); } YY_BREAK case 288: YY_RULE_SETUP #line 457 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_WMS); } YY_BREAK case 289: YY_RULE_SETUP #line 458 "maplexer.l" { MS_LEXER_RETURN_TOKEN(MS_GD_ALPHA); } YY_BREAK case 290: YY_RULE_SETUP #line 460 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer,msyytext); return(MS_STRING); } YY_BREAK case 291: YY_RULE_SETUP #line 468 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer,msyytext); msyynumber = atof(msyytext); return(MS_NUMBER); } YY_BREAK case 292: /* rule 292 can match eol */ YY_RULE_SETUP #line 478 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer,msyytext); return(MS_BINDING); } YY_BREAK case 293: YY_RULE_SETUP #line 487 "maplexer.l" { /* attribute binding - shape (fixed value) */ return(MS_TOKEN_BINDING_SHAPE); } YY_BREAK case 294: /* rule 294 can match eol */ YY_RULE_SETUP #line 491 "maplexer.l" { /* attribute binding - numeric (no quotes) */ msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_TOKEN_BINDING_DOUBLE); } YY_BREAK case 295: /* rule 295 can match eol */ YY_RULE_SETUP #line 500 "maplexer.l" { /* attribute binding - string (single or double quotes) */ msyytext+=2; msyytext[strlen(msyytext)-2] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_TOKEN_BINDING_STRING); } YY_BREAK case 296: /* rule 296 can match eol */ YY_RULE_SETUP #line 509 "maplexer.l" { /* attribute binding - time */ msyytext+=2; msyytext[strlen(msyytext)-2] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_TOKEN_BINDING_TIME); } YY_BREAK case 297: YY_RULE_SETUP #line 519 "maplexer.l" { MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer,msyytext); msyynumber = atof(msyytext); return(MS_NUMBER); } YY_BREAK case 298: YY_RULE_SETUP #line 527 "maplexer.l" { MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer,msyytext); msyynumber = atof(msyytext); return(MS_TOKEN_LITERAL_NUMBER); } YY_BREAK case 299: /* rule 299 can match eol */ YY_RULE_SETUP #line 535 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_TOKEN_LITERAL_TIME); } YY_BREAK case 300: /* rule 300 can match eol */ YY_RULE_SETUP #line 544 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-2] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_IREGEX); } YY_BREAK case 301: /* rule 301 can match eol */ YY_RULE_SETUP #line 553 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_REGEX); } YY_BREAK case 302: YY_RULE_SETUP #line 562 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_EXPRESSION); } YY_BREAK case 303: YY_RULE_SETUP #line 571 "maplexer.l" { msyystring_return_state = MS_STRING; msyystring_begin = msyytext[0]; msyystring_size = 0; msyystring_buffer_ptr = msyystring_buffer; BEGIN(MSSTRING); } YY_BREAK case 304: YY_RULE_SETUP #line 579 "maplexer.l" { MS_LEXER_STRING_REALLOC(msyystring_buffer, msyystring_size, msyystring_buffer_size, msyystring_buffer_ptr); if (msyystring_begin == msyytext[0]) { BEGIN(msyystring_begin_state); *msyystring_buffer_ptr = '\0'; if (msyystring_return_state == MS_STRING) { if (msyystring_icase && strlen(msyytext)==2) { msyystring_icase = MS_FALSE; // reset return MS_ISTRING; } else return MS_STRING; } return msyystring_return_state; } else { ++msyystring_size; *msyystring_buffer_ptr++ = *msyytext; if (strlen(msyytext)==2) { ++msyystring_size; *msyystring_buffer_ptr++ = msyytext[1]; } } } YY_BREAK case 305: YY_RULE_SETUP #line 607 "maplexer.l" { MS_LEXER_STRING_REALLOC(msyystring_buffer, msyystring_size, msyystring_buffer_size, msyystring_buffer_ptr); ++msyystring_size; if (strlen(msyytext) == 2) *msyystring_buffer_ptr++ = msyytext[1]; else *msyystring_buffer_ptr++ = msyytext[0]; } YY_BREAK case 306: /* rule 306 can match eol */ YY_RULE_SETUP #line 618 "maplexer.l" { char *yptr = msyytext; while ( *yptr ) { MS_LEXER_STRING_REALLOC(msyystring_buffer, msyystring_size, msyystring_buffer_size, msyystring_buffer_ptr); ++msyystring_size; *msyystring_buffer_ptr++ = *yptr++; } } YY_BREAK case 307: /* rule 307 can match eol */ YY_RULE_SETUP #line 628 "maplexer.l" { msyytext++; msyytext[strlen(msyytext)-1] = '\0'; if(include_stack_ptr >= MAX_INCLUDE_DEPTH) { msSetError(MS_IOERR, "Includes nested to deeply.", "msyylex()"); return(-1); } include_stack[include_stack_ptr] = YY_CURRENT_BUFFER; /* save state */ include_lineno[include_stack_ptr] = msyylineno; include_stack_ptr++; msyyin = fopen(msBuildPath(path, msyybasepath, msyytext), "r"); if(!msyyin) { msSetError(MS_IOERR, "Error opening included file \"%s\".", "msyylex()", msyytext); return(-1); } msyy_switch_to_buffer( msyy_create_buffer(msyyin, YY_BUF_SIZE) ); msyylineno = 1; BEGIN(INITIAL); } YY_BREAK case 308: YY_RULE_SETUP #line 653 "maplexer.l" { msyystring_return_state = MS_TOKEN_LITERAL_STRING; msyystring_begin = msyytext[0]; msyystring_size = 0; msyystring_buffer_ptr = msyystring_buffer; BEGIN(MSSTRING); } YY_BREAK case 309: YY_RULE_SETUP #line 661 "maplexer.l" { MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(MS_STRING); } YY_BREAK case 310: /* rule 310 can match eol */ YY_RULE_SETUP #line 668 "maplexer.l" { msyylineno++; } YY_BREAK case YY_STATE_EOF(INITIAL): #line 670 "maplexer.l" { if( --include_stack_ptr < 0 ) return(EOF); /* end of main file */ else { fclose(YY_CURRENT_BUFFER->yy_input_file); msyy_delete_buffer( YY_CURRENT_BUFFER ); msyy_switch_to_buffer(include_stack[include_stack_ptr]); msyylineno = include_lineno[include_stack_ptr]; } } YY_BREAK case 311: /* rule 311 can match eol */ YY_RULE_SETUP #line 681 "maplexer.l" { return(0); } YY_BREAK case 312: YY_RULE_SETUP #line 685 "maplexer.l" { MS_LEXER_STRING_REALLOC(msyystring_buffer, strlen(msyytext), msyystring_buffer_size, msyystring_buffer_ptr); strcpy(msyystring_buffer, msyytext); return(0); } YY_BREAK case 313: YY_RULE_SETUP #line 691 "maplexer.l" { return(msyytext[0]); } YY_BREAK case 314: YY_RULE_SETUP #line 692 "maplexer.l" ECHO; YY_BREAK #line 4203 "maplexer.c" case YY_STATE_EOF(URL_VARIABLE): case YY_STATE_EOF(URL_STRING): case YY_STATE_EOF(EXPRESSION_STRING): case YY_STATE_EOF(INCLUDE): case YY_STATE_EOF(MSSTRING): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed msyyin at a new source and called * msyylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = msyyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( msyywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * msyytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of msyylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ msyyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), (size_t) num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; msyyrestart(msyyin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) msyyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 82); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1807 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 82; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 1807 ) 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 == 1806); return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) { register char *yy_cp; yy_cp = (yy_c_buf_p); /* undo effects of setting up msyytext */ *yy_cp = (yy_hold_char); if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = (yy_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; (yytext_ptr) = yy_bp; (yy_hold_char) = *yy_cp; (yy_c_buf_p) = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ msyyrestart(msyyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( msyywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve msyytext */ (yy_hold_char) = *++(yy_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void msyyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ msyyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = msyy_create_buffer(msyyin,YY_BUF_SIZE ); } msyy_init_buffer(YY_CURRENT_BUFFER,input_file ); msyy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void msyy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * msyypop_buffer_state(); * msyypush_buffer_state(new_buffer); */ msyyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; msyy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (msyywrap()) processing, but the only time this flag * is looked at is after msyywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void msyy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; msyyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE msyy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) msyyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in msyy_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 *) msyyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in msyy_create_buffer()" ); b->yy_is_our_buffer = 1; msyy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with msyy_create_buffer() * */ void msyy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) msyyfree((void *) b->yy_ch_buf ); msyyfree((void *) b ); } #ifndef __cplusplus extern int isatty (int ); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a msyyrestart() or at EOF. */ static void msyy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; msyy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then msyy_init_buffer was _probably_ * called from msyyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void msyy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) msyy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void msyypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; msyyensure_buffer_stack(); /* This block is copied from msyy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from msyy_switch_to_buffer. */ msyy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void msyypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; msyy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { msyy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void msyyensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)msyyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in msyyensure_buffer_stack()" ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)msyyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in msyyensure_buffer_stack()" ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE msyy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) msyyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in msyy_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; msyy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to msyylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * msyy_scan_bytes() instead. */ YY_BUFFER_STATE msyy_scan_string (yyconst char * yystr ) { return msyy_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to msyylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE msyy_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) msyyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in msyy_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 = msyy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in msyy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up msyytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ msyytext[msyyleng] = (yy_hold_char); \ (yy_c_buf_p) = msyytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ msyyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int msyyget_lineno (void) { return msyylineno; } /** Get the input stream. * */ FILE *msyyget_in (void) { return msyyin; } /** Get the output stream. * */ FILE *msyyget_out (void) { return msyyout; } /** Get the length of the current token. * */ int msyyget_leng (void) { return msyyleng; } /** Get the current token. * */ char *msyyget_text (void) { return msyytext; } /** Set the current line number. * @param line_number * */ void msyyset_lineno (int line_number ) { msyylineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see msyy_switch_to_buffer */ void msyyset_in (FILE * in_str ) { msyyin = in_str ; } void msyyset_out (FILE * out_str ) { msyyout = out_str ; } int msyyget_debug (void) { return msyy_flex_debug; } void msyyset_debug (int bdebug ) { msyy_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from msyylex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT msyyin = stdin; msyyout = stdout; #else msyyin = (FILE *) 0; msyyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * msyylex_init() */ return 0; } /* msyylex_destroy is for both reentrant and non-reentrant scanners. */ int msyylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ msyy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; msyypop_buffer_state(); } /* Destroy the stack itself. */ msyyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * msyylex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *msyyalloc (yy_size_t size ) { return (void *) malloc( size ); } void *msyyrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void msyyfree (void * ptr ) { free( (char *) ptr ); /* see msyyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 692 "maplexer.l" /* ** Any extra C functions */ int msyywrap() /* override */ { return(1); } int msyyerror(char *s) { msSetError(MS_PARSEERR, s, "msyyparse()"); return(0); }