X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..76ef19f5a8696bd5d23474fb83ceab4626b13d4c:/src/surf/simgrid_dtd.c diff --git a/src/surf/simgrid_dtd.c b/src/surf/simgrid_dtd.c index 7c41712833..aab9980ccf 100644 --- a/src/surf/simgrid_dtd.c +++ b/src/surf/simgrid_dtd.c @@ -1,5 +1,5 @@ -#line 3 "surf/simgrid_dtd.c" +#line 3 "src/surf/simgrid_dtd.c" #define YY_INT_ALIGNED short int @@ -39,9 +39,7 @@ #include #include #include -#ifdef WIN32 -#include -#endif + /* end standard C headers. */ /* flex integer type definitions */ @@ -71,7 +69,7 @@ typedef uint32_t flex_uint32_t; 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 char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; @@ -113,15 +111,15 @@ typedef unsigned int flex_uint32_t; /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST -#else /* ! __cplusplus */ +#else /* ! __cplusplus */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST -#endif /* defined (__STDC__) */ -#endif /* ! __cplusplus */ +#endif /* defined (__STDC__) */ +#endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const @@ -162,7 +160,15 @@ typedef unsigned int flex_uint32_t; /* 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. @@ -189,14 +195,14 @@ extern FILE *surf_parse_in, *surf_parse_out; * a 5% performance hit in a non-surf_parse_lineno scanner, because yy_act is * normally declared as a register variable-- so it is not worth it. */ -#define YY_LESS_LINENO(n) \ + #define YY_LESS_LINENO(n) \ do { \ int yyl;\ for ( yyl = n; yyl < surf_parse_leng; ++yyl )\ if ( surf_parse_text[yyl] == '\n' )\ --surf_parse_lineno;\ }while(0) - + /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ @@ -220,72 +226,73 @@ typedef size_t yy_size_t; #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; +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 surf_parse_restart()), so that the user can continue scanning by - * just pointing surf_parse_in at a new input file. - */ + /* 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 surf_parse_restart()), so that the user can continue scanning by + * just pointing surf_parse_in 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. */ +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 @@ -304,40 +311,40 @@ static YY_BUFFER_STATE *yy_buffer_stack = 0; /**< Stack as an array. */ /* yy_hold_char holds the character lost when surf_parse_text is formed. */ static char yy_hold_char; -static int yy_n_chars; /* number of characters read into yy_ch_buf */ +static int yy_n_chars; /* number of characters read into yy_ch_buf */ int surf_parse_leng; /* 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 */ +static int yy_init = 0; /* whether we need to initialize */ +static int yy_start = 0; /* start state number */ /* Flag which is used to allow surf_parse_wrap()'s to do buffer switches * instead of setting up a fresh surf_parse_in. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; -void surf_parse_restart(FILE * input_file); -void surf_parse__switch_to_buffer(YY_BUFFER_STATE new_buffer); -YY_BUFFER_STATE surf_parse__create_buffer(FILE * file, int size); -void surf_parse__delete_buffer(YY_BUFFER_STATE b); -void surf_parse__flush_buffer(YY_BUFFER_STATE b); -void surf_parse_push_buffer_state(YY_BUFFER_STATE new_buffer); -void surf_parse_pop_buffer_state(void); +void surf_parse_restart (FILE *input_file ); +void surf_parse__switch_to_buffer (YY_BUFFER_STATE new_buffer ); +YY_BUFFER_STATE surf_parse__create_buffer (FILE *file,int size ); +void surf_parse__delete_buffer (YY_BUFFER_STATE b ); +void surf_parse__flush_buffer (YY_BUFFER_STATE b ); +void surf_parse_push_buffer_state (YY_BUFFER_STATE new_buffer ); +void surf_parse_pop_buffer_state (void ); -static void surf_parse_ensure_buffer_stack(void); -static void surf_parse__load_buffer_state(void); -static void surf_parse__init_buffer(YY_BUFFER_STATE b, FILE * file); +static void surf_parse_ensure_buffer_stack (void ); +static void surf_parse__load_buffer_state (void ); +static void surf_parse__init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER surf_parse__flush_buffer(YY_CURRENT_BUFFER ) -YY_BUFFER_STATE surf_parse__scan_buffer(char *base, yy_size_t size); -YY_BUFFER_STATE surf_parse__scan_string(yyconst char *yy_str); -YY_BUFFER_STATE surf_parse__scan_bytes(yyconst char *bytes, int len); +YY_BUFFER_STATE surf_parse__scan_buffer (char *base,yy_size_t size ); +YY_BUFFER_STATE surf_parse__scan_string (yyconst char *yy_str ); +YY_BUFFER_STATE surf_parse__scan_bytes (yyconst char *bytes,int len ); -void *surf_parse_alloc(yy_size_t); -void *surf_parse_realloc(void *, yy_size_t); -void surf_parse_free(void *); +void *surf_parse_alloc (yy_size_t ); +void *surf_parse_realloc (void *,yy_size_t ); +void surf_parse_free (void * ); #define yy_new_buffer surf_parse__create_buffer @@ -381,10 +388,10 @@ int surf_parse_lineno = 1; extern char *surf_parse_text; #define yytext_ptr surf_parse_text -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[]); +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 surf_parse_text. @@ -396,2386 +403,3432 @@ static void yy_fatal_error(yyconst char msg[]); *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; -#define YY_NUM_RULES 351 -#define YY_END_OF_BUFFER 352 +#define YY_NUM_RULES 494 +#define YY_END_OF_BUFFER 495 /* 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[2023] = { 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 352, 350, 15, 10, 10, 15, 15, 330, - 10, 330, 5, 6, 5, 8, 9, 8, 346, 338, - 339, 347, 344, 347, 345, 349, 338, 339, 349, 350, - 26, 10, 26, 26, 26, 24, 26, 26, 30, 10, - 30, 30, 350, 350, 30, 37, 10, 37, 37, 37, - 35, 37, 41, 10, 41, 52, 10, 52, 52, 52, - - 50, 52, 52, 52, 347, 346, 74, 10, 74, 74, - 74, 72, 74, 74, 74, 74, 78, 10, 78, 350, - 78, 97, 10, 97, 97, 97, 95, 97, 97, 97, - 101, 10, 101, 114, 10, 114, 114, 114, 112, 114, - 114, 114, 114, 118, 10, 118, 125, 10, 125, 125, - 125, 123, 125, 350, 350, 129, 10, 129, 156, 10, - 156, 156, 156, 154, 156, 156, 156, 156, 156, 160, - 10, 160, 160, 169, 10, 169, 169, 169, 167, 169, - 169, 173, 10, 173, 196, 10, 196, 196, 196, 194, - 196, 196, 196, 196, 196, 196, 200, 10, 200, 207, - - 10, 207, 207, 207, 205, 207, 211, 10, 211, 236, - 10, 236, 236, 236, 234, 236, 236, 236, 236, 240, - 10, 240, 240, 259, 10, 259, 259, 259, 257, 259, - 259, 259, 350, 263, 10, 263, 263, 286, 10, 286, - 286, 286, 284, 286, 286, 286, 286, 290, 10, 290, - 290, 297, 10, 297, 297, 297, 295, 297, 301, 10, - 301, 314, 10, 314, 314, 314, 312, 314, 314, 314, - 314, 318, 10, 318, 350, 318, 325, 10, 325, 325, - 325, 323, 325, 329, 10, 329, 10, 0, 2, 2, - 0, 4, 7, 341, 340, 0, 0, 0, 0, 0, - - 0, 0, 25, 27, 27, 27, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, - 38, 38, 0, 51, 53, 53, 53, 53, 0, 0, - 0, 73, 75, 75, 75, 75, 75, 75, 75, 0, - 0, 96, 98, 98, 98, 98, 0, 113, 115, 115, - 115, 115, 115, 0, 124, 126, 126, 0, 155, 157, - 157, 157, 157, 157, 157, 157, 0, 168, 170, 170, - 170, 0, 195, 197, 197, 197, 197, 197, 197, 197, - 197, 197, 0, 206, 208, 208, 0, 235, 237, 237, - - 237, 237, 237, 237, 0, 258, 260, 260, 260, 260, - 260, 0, 0, 285, 287, 287, 287, 287, 287, 0, - 296, 298, 298, 0, 313, 315, 315, 315, 315, 315, - 0, 0, 324, 326, 326, 0, 0, 0, 0, 0, - 3, 0, 0, 0, 0, 0, 0, 0, 348, 0, - 27, 27, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, - 0, 0, 53, 0, 0, 53, 0, 0, 0, 343, - 75, 0, 0, 75, 75, 75, 75, 0, 0, 0, - - 98, 98, 98, 0, 0, 0, 0, 115, 115, 115, - 0, 0, 126, 0, 0, 157, 0, 0, 157, 157, - 157, 157, 0, 0, 0, 0, 170, 0, 0, 197, - 0, 0, 0, 0, 197, 197, 197, 197, 197, 0, - 0, 0, 0, 0, 0, 237, 0, 0, 237, 237, - 237, 0, 0, 260, 260, 260, 260, 0, 0, 0, - 287, 287, 287, 287, 0, 0, 0, 0, 0, 0, - 315, 315, 315, 315, 0, 0, 0, 326, 0, 0, - 0, 14, 1, 0, 0, 336, 0, 0, 0, 333, - 332, 0, 0, 27, 27, 0, 0, 29, 0, 0, - - 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, - 0, 0, 0, 0, 0, 0, 0, 102, 0, 0, - 0, 0, 0, 0, 38, 0, 0, 40, 0, 53, - 0, 45, 44, 53, 0, 0, 0, 55, 0, 75, - 0, 59, 58, 0, 0, 75, 0, 0, 75, 0, - 0, 77, 0, 0, 98, 98, 98, 0, 0, 100, - 0, 0, 105, 104, 115, 115, 115, 0, 0, 117, - 0, 126, 0, 0, 128, 0, 157, 0, 133, 132, - 157, 157, 157, 157, 0, 0, 159, 0, 0, 164, - 163, 170, 0, 0, 172, 0, 197, 197, 0, 187, - - 186, 0, 177, 176, 0, 0, 197, 197, 197, 197, - 0, 0, 199, 0, 0, 204, 203, 0, 0, 210, - 0, 237, 0, 215, 214, 237, 237, 237, 0, 0, - 239, 0, 260, 0, 0, 0, 0, 260, 0, 0, - 0, 262, 0, 287, 0, 0, 287, 0, 0, 0, - 0, 289, 0, 0, 294, 293, 0, 0, 300, 0, - 315, 315, 315, 315, 0, 0, 317, 0, 0, 326, - 0, 0, 328, 0, 0, 0, 337, 331, 0, 0, - 0, 27, 27, 0, 0, 0, 0, 131, 0, 213, - 0, 0, 161, 0, 0, 103, 0, 0, 0, 130, - - 212, 0, 0, 102, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 53, 0, 0, 75, 0, - 63, 62, 0, 0, 0, 61, 60, 75, 0, 162, - 98, 0, 0, 98, 0, 115, 115, 115, 0, 126, - 0, 157, 157, 157, 157, 157, 0, 170, 0, 197, - 197, 0, 189, 188, 197, 197, 197, 197, 0, 0, - 237, 237, 237, 237, 0, 260, 0, 246, 245, 0, - 244, 243, 260, 212, 0, 287, 0, 269, 268, 287, - 0, 267, 266, 0, 0, 315, 0, 0, 315, 315, - 0, 0, 326, 0, 0, 0, 0, 12, 0, 334, - - 335, 0, 27, 27, 0, 0, 0, 0, 131, 0, - 213, 0, 0, 0, 161, 0, 265, 43, 0, 0, - 130, 212, 0, 265, 42, 0, 264, 0, 264, 42, - 0, 34, 33, 0, 0, 47, 46, 53, 0, 0, - 75, 0, 65, 64, 75, 0, 162, 98, 0, 0, - 0, 0, 0, 0, 115, 115, 115, 0, 116, 126, - 0, 157, 157, 157, 0, 0, 0, 0, 157, 0, - 0, 0, 0, 0, 0, 197, 0, 0, 197, 197, - 197, 0, 0, 237, 237, 237, 0, 0, 237, 0, - 260, 260, 0, 0, 287, 287, 0, 0, 315, 0, - - 305, 304, 315, 315, 0, 0, 0, 0, 0, 0, - 0, 0, 11, 0, 27, 27, 27, 0, 0, 0, - 0, 0, 0, 0, 0, 57, 265, 0, 202, 43, - 0, 0, 0, 56, 201, 42, 0, 264, 0, 0, - 0, 0, 53, 0, 0, 75, 75, 0, 98, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 92, 91, - 0, 0, 0, 115, 0, 0, 0, 0, 0, 157, - 157, 157, 0, 135, 134, 0, 0, 0, 157, 0, - 158, 0, 166, 165, 0, 171, 0, 191, 190, 0, - 0, 0, 185, 184, 0, 0, 197, 0, 0, 0, - - 0, 237, 237, 237, 0, 0, 0, 237, 0, 238, - 0, 0, 260, 0, 0, 0, 0, 287, 0, 0, - 315, 315, 315, 0, 0, 0, 322, 321, 0, 0, - 0, 0, 0, 0, 0, 27, 27, 0, 0, 175, - 120, 32, 0, 0, 303, 57, 0, 202, 0, 174, - 119, 56, 201, 302, 0, 31, 0, 0, 53, 0, - 0, 54, 75, 75, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, - 106, 0, 0, 0, 109, 108, 0, 122, 121, 0, - 157, 157, 157, 0, 0, 157, 0, 193, 192, 0, - - 179, 178, 0, 0, 0, 181, 180, 0, 0, 237, - 0, 0, 237, 237, 0, 0, 237, 0, 0, 0, - 260, 0, 0, 0, 0, 0, 287, 0, 288, 0, - 315, 315, 315, 0, 0, 0, 0, 0, 0, 17, - 0, 19, 18, 27, 27, 0, 319, 175, 120, 32, - 291, 16, 303, 0, 0, 174, 119, 302, 0, 31, - 0, 0, 53, 342, 75, 75, 0, 76, 0, 94, - 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 111, 110, 0, 157, 157, 157, 0, - 0, 0, 0, 157, 0, 183, 182, 0, 0, 209, - - 237, 0, 221, 220, 237, 237, 0, 0, 0, 0, - 237, 0, 0, 0, 0, 260, 292, 0, 0, 0, - 0, 0, 287, 0, 0, 0, 315, 315, 0, 320, - 0, 0, 0, 0, 17, 27, 27, 0, 319, 291, - 16, 0, 0, 0, 0, 0, 39, 53, 0, 0, - 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 127, 157, 157, 157, 0, 141, 0, - 140, 157, 0, 198, 0, 0, 237, 237, 237, 0, - 225, 0, 224, 237, 0, 0, 0, 0, 0, 0, - 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, - - 287, 0, 0, 307, 306, 0, 0, 315, 0, 316, - 320, 0, 0, 0, 0, 0, 0, 27, 0, 28, - 0, 0, 0, 0, 53, 0, 0, 0, 75, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 157, 157, 157, 143, 142, 0, 0, 0, 217, 216, - 237, 237, 237, 227, 226, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 287, 287, 0, 299, 0, 311, 310, - 0, 0, 0, 327, 0, 0, 0, 0, 21, 20, - 0, 0, 242, 0, 241, 0, 0, 0, 0, 0, - - 0, 0, 75, 0, 0, 0, 0, 84, 0, 0, - 0, 0, 83, 0, 157, 157, 157, 0, 145, 144, - 237, 237, 237, 0, 229, 228, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 287, 287, 0, 309, 308, 0, 0, - 0, 0, 23, 22, 242, 0, 241, 0, 0, 49, - 48, 0, 0, 0, 0, 75, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 157, 157, 157, - 237, 0, 0, 237, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - - 0, 287, 287, 0, 0, 0, 0, 80, 79, 0, - 0, 0, 0, 0, 0, 0, 0, 90, 0, 0, - 0, 89, 0, 0, 0, 137, 136, 157, 157, 157, - 157, 237, 0, 223, 222, 237, 0, 0, 0, 0, - 0, 0, 256, 0, 255, 0, 0, 261, 0, 0, - 0, 0, 0, 0, 0, 0, 287, 0, 0, 287, - 0, 0, 0, 0, 0, 0, 80, 79, 0, 0, - 0, 0, 0, 67, 66, 0, 0, 0, 0, 0, - 0, 0, 157, 157, 157, 157, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 254, 253, 0, 0, - - 0, 0, 0, 0, 0, 273, 272, 287, 0, 271, - 270, 287, 0, 0, 0, 0, 0, 0, 0, 71, - 0, 70, 88, 0, 0, 87, 0, 0, 0, 99, - 157, 157, 157, 157, 0, 219, 218, 0, 0, 0, - 0, 0, 250, 0, 0, 249, 0, 0, 281, 0, - 0, 280, 287, 287, 0, 0, 0, 12, 0, 12, - 0, 0, 0, 82, 86, 81, 85, 157, 157, 157, - 157, 0, 0, 0, 0, 252, 248, 251, 247, 283, - 279, 282, 278, 287, 287, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 157, 0, - - 0, 0, 0, 0, 0, 287, 287, 0, 0, 69, - 68, 0, 139, 138, 0, 149, 148, 0, 147, 146, - 157, 0, 153, 152, 0, 0, 0, 0, 287, 287, - 0, 11, 157, 0, 0, 0, 0, 287, 287, 0, - 157, 0, 0, 0, 0, 287, 287, 0, 157, 0, - 0, 0, 0, 287, 287, 0, 0, 0, 0, 231, - 0, 230, 287, 287, 0, 0, 151, 150, 233, 232, - 287, 287, 0, 287, 287, 0, 287, 287, 0, 0, - 287, 287, 0, 0, 287, 287, 0, 0, 287, 287, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 277, - - 276, 0, 275, 274, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 13, 0 -}; - -static yyconst flex_int32_t yy_ec[256] = { 0, - 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, - 1, 2, 4, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 2, 5, 6, 7, 1, 1, 8, 9, 1, - 1, 1, 1, 1, 10, 11, 12, 13, 13, 13, - 13, 14, 13, 13, 13, 15, 13, 16, 17, 18, - 19, 20, 21, 1, 22, 23, 24, 25, 26, 27, - 28, 29, 30, 28, 31, 32, 33, 34, 35, 36, - 28, 37, 38, 39, 28, 40, 41, 28, 42, 28, - 43, 1, 44, 1, 45, 1, 46, 47, 48, 49, - - 50, 51, 52, 53, 54, 28, 55, 56, 57, 58, - 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - 69, 28, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 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[70] = { 0, - 1, 2, 2, 2, 1, 1, 1, 1, 1, 3, - 3, 1, 4, 4, 4, 5, 6, 1, 7, 8, - 1, 9, 9, 9, 9, 9, 9, 5, 5, 5, - 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, - 5, 5, 1, 1, 5, 9, 9, 9, 9, 9, - 9, 5, 5, 5, 5, 5, 5, 5, 5, 5, - 5, 5, 5, 5, 5, 5, 5, 5, 5 -}; - -static yyconst flex_int16_t yy_base[2256] = { 0, - 0, 0, 0, 3, 6, 9, 12, 29, 16, 19, - 14, 17, 33, 36, 49, 55, 45, 61, 66, 72, - 105, 173, 75, 78, 83, 125, 128, 132, 135, 138, - 193, 196, 200, 203, 206, 224, 242, 293, 262, 265, - 344, 404, 271, 273, 464, 527, 269, 316, 320, 323, - 364, 367, 371, 374, 590, 654, 424, 427, 718, 781, - 431, 434, 844, 907, 484, 487, 491, 494, 497, 547, - 970, 1033, 550, 554, 557, 560, 610, 613, 617, 620, - 1096, 1162, 623, 674, 1228, 0, 677, 681, 1297, 1351, - 684, 687, 1405, 1468, 738, 741, 745, 748, 751, 801, - - 804, 808, 1531, 1594, 811, 814, 864, 867, 871, 874, - 877, 927, 1657, 1720, 930, 934, 937, 940, 990, 993, - 997, 1000, 1783, 1837, 1003, 1053, 1891, 1954, 1056, 1060, - 1063, 1066, 1116, 1119, 1123, 1126, 2017, 2083, 1129, 1182, - 0, 0, 5066, 7094, 7094, 95, 100, 29, 41, 7094, - 155, 51, 7094, 7094, 5055, 7094, 7094, 5043, 7094, 5058, - 5042, 1141, 7094, 7094, 7094, 7094, 5036, 5032, 4990, 210, - 7094, 158, 5012, 0, 142, 7094, 4977, 4969, 7094, 162, - 2145, 2205, 160, 5007, 176, 7094, 165, 4998, 0, 149, - 7094, 4961, 7094, 230, 378, 7094, 326, 4994, 0, 208, - - 7094, 4958, 4949, 4947, 379, 4950, 7094, 329, 4972, 0, - 214, 7094, 4938, 4937, 238, 4915, 7094, 377, 11, 31, - 4965, 7094, 399, 4948, 0, 435, 7094, 4907, 4905, 4888, - 7094, 457, 441, 7094, 520, 4922, 0, 436, 7094, 4892, - 4870, 4871, 4851, 7094, 583, 498, 7094, 640, 4894, 0, - 499, 7094, 4862, 513, 4840, 7094, 644, 4879, 7094, 647, - 4870, 0, 562, 7094, 4802, 34, 4821, 4797, 4788, 7094, - 704, 177, 4838, 7094, 708, 4827, 0, 568, 7094, 4793, - 4783, 7094, 711, 752, 7094, 772, 4808, 0, 631, 7094, - 211, 4777, 4775, 93, 4773, 4753, 7094, 834, 818, 7094, - - 894, 4796, 0, 632, 7094, 4753, 7094, 897, 881, 7094, - 901, 4781, 0, 695, 7094, 4739, 4735, 4736, 80, 7094, - 957, 360, 4765, 7094, 960, 4755, 0, 696, 7094, 4726, - 4709, 26, 304, 7094, 963, 330, 4746, 7094, 1149, 4726, - 0, 885, 7094, 4694, 4675, 4679, 4673, 7094, 1152, 499, - 4721, 7094, 1155, 4705, 0, 948, 7094, 4672, 7094, 1186, - 1005, 7094, 1192, 4696, 0, 1004, 7094, 4650, 4654, 4655, - 4643, 7094, 1205, 1100, 4694, 4691, 7094, 1208, 4678, 0, - 1007, 7094, 4650, 7094, 1211, 1068, 1215, 429, 4627, 7094, - 4683, 4665, 7094, 7094, 7094, 1306, 283, 4614, 4612, 4607, - - 4647, 4609, 7094, 0, 4598, 4601, 4586, 4583, 4584, 4580, - 4574, 4570, 4573, 4, 166, 4567, 4554, 4558, 4546, 4545, - 4541, 404, 4544, 4530, 38, 467, 4530, 712, 4523, 7094, - 0, 4526, 4527, 7094, 0, 4523, 1320, 4516, 533, 4512, - 4555, 7094, 0, 4514, 1323, 4486, 4507, 4493, 4497, 4477, - 89, 7094, 0, 4488, 4462, 4473, 4453, 7094, 0, 1326, - 4459, 4459, 4455, 4435, 7094, 0, 4429, 4441, 7094, 0, - 4444, 1329, 4422, 4400, 4400, 4419, 4407, 7094, 0, 1373, - 4398, 4393, 7094, 0, 4406, 1377, 1380, 4375, 4371, 4386, - 4372, 4366, 4367, 7094, 0, 1383, 4348, 7094, 0, 4351, - - 1425, 4340, 4357, 4355, 4340, 7094, 0, 4327, 4326, 4340, - 4326, 4323, 4308, 7094, 0, 4305, 4289, 4291, 4298, 4283, - 7094, 0, 1428, 4287, 7094, 0, 4277, 4271, 4272, 4280, - 4264, 4261, 7094, 0, 4265, 4267, 4286, 4295, 807, 4246, - 7094, 1207, 0, 4229, 4229, 4269, 4268, 4224, 7094, 4231, - 4213, 4213, 1431, 1434, 4218, 4203, 4205, 4201, 4215, 4194, - 4202, 4187, 4187, 4178, 4170, 4186, 4165, 4167, 4164, 4155, - 4154, 4145, 4145, 4157, 4143, 4135, 4141, 4122, 4139, 4128, - 1437, 1489, 4127, 1494, 1497, 4108, 4137, 1551, 1556, 7094, - 4106, 1559, 1514, 1562, 4097, 1565, 4108, 1619, 1627, 4090, - - 4091, 4097, 4083, 1622, 1630, 1677, 1583, 4079, 4065, 4067, - 1682, 1695, 4068, 1685, 1740, 4058, 1691, 1642, 4059, 4062, - 4056, 4037, 1745, 1748, 1751, 1710, 4035, 1755, 1808, 583, - 1811, 1814, 1857, 1860, 1869, 4032, 4030, 4025, 4021, 1911, - 1920, 1914, 1880, 1917, 1923, 4022, 1926, 1975, 4014, 3994, - 3987, 1983, 1986, 3996, 1989, 1992, 3981, 3977, 2039, 2046, - 3979, 1997, 3983, 2043, 2049, 2052, 2061, 2072, 2104, 2110, - 3976, 3952, 3959, 3943, 2113, 2116, 3952, 3927, 2119, 2138, - 3970, 7094, 7094, 315, 3922, 7094, 3934, 3933, 3878, 7094, - 7094, 3872, 3870, 3879, 3868, 2141, 2149, 7094, 2168, 3865, - - 3859, 3871, 3849, 3854, 3849, 3830, 261, 3839, 3819, 1223, - 3834, 3802, 3814, 3798, 3796, 3801, 3784, 1332, 3795, 384, - 3777, 3784, 3774, 3788, 2144, 2172, 2177, 7094, 2182, 2209, - 2216, 7094, 7094, 2229, 3810, 2232, 2235, 7094, 2240, 3756, - 2268, 7094, 7094, 2243, 2276, 2287, 2290, 2293, 3767, 2301, - 2308, 7094, 2311, 432, 3761, 2314, 3760, 2320, 2323, 7094, - 2332, 2335, 7094, 7094, 3754, 3751, 3743, 2343, 2346, 7094, - 2351, 3739, 2354, 2357, 7094, 2377, 3735, 2380, 7094, 7094, - 3728, 3721, 3717, 3727, 2388, 2391, 7094, 2396, 2400, 7094, - 7094, 3722, 2410, 2415, 7094, 2418, 3702, 3717, 2422, 7094, - - 7094, 2438, 7094, 7094, 2430, 2448, 3700, 3698, 3703, 3695, - 2458, 2461, 7094, 2464, 2467, 7094, 7094, 2483, 2486, 7094, - 2489, 3673, 2492, 7094, 7094, 3679, 3672, 3662, 2508, 2511, - 7094, 2514, 3611, 2517, 2521, 2536, 2539, 3618, 3612, 2547, - 2554, 7094, 2557, 3602, 2560, 2567, 3607, 2578, 2581, 2589, - 2592, 7094, 2596, 2599, 7094, 7094, 2611, 2615, 7094, 2621, - 3590, 2624, 3607, 3576, 2630, 2634, 7094, 2642, 3573, 3586, - 2645, 2649, 7094, 2653, 726, 2656, 7094, 7094, 3618, 3616, - 3569, 3560, 3587, 2664, 3545, 3528, 3544, 1386, 3520, 2152, - 3533, 3532, 1460, 3512, 3519, 1463, 3518, 3502, 3518, 1523, - - 2678, 3504, 3511, 1526, 3497, 3496, 3494, 3478, 3491, 3490, - 2668, 2686, 2694, 2700, 2704, 3489, 3504, 2713, 3479, 2718, - 7094, 7094, 2727, 2732, 2745, 7094, 7094, 3473, 2740, 1650, - 3457, 2753, 2760, 2771, 2774, 3446, 3466, 3439, 2777, 3457, - 2780, 3458, 3452, 3436, 2783, 2789, 2801, 2807, 2811, 2814, - 2821, 2833, 7094, 7094, 2825, 2843, 2847, 2850, 2853, 2856, - 3442, 3447, 3431, 2876, 2879, 3430, 2885, 7094, 7094, 2894, - 7094, 7094, 3418, 2903, 2906, 3419, 2921, 7094, 7094, 3412, - 2929, 7094, 7094, 2937, 2940, 3420, 2910, 2943, 3401, 3418, - 2951, 3402, 2959, 2962, 181, 3437, 2965, 7094, 3436, 7094, - - 7094, 3395, 3388, 518, 2970, 3395, 3393, 3394, 1705, 3391, - 1769, 3387, 3375, 3365, 1774, 3370, 2973, 2977, 3375, 3365, - 1777, 1829, 3354, 2984, 2994, 3347, 3000, 3358, 3003, 3009, - 3020, 7094, 7094, 3030, 3034, 7094, 7094, 3351, 3362, 3049, - 3328, 3052, 7094, 7094, 3325, 3064, 1832, 3325, 3068, 1059, - 1113, 3045, 3076, 3084, 3087, 3090, 3094, 3098, 7094, 3108, - 3112, 3337, 3333, 3317, 3117, 3122, 3135, 3138, 3328, 3146, - 3149, 3153, 3161, 3167, 3170, 3180, 3185, 3188, 3198, 3203, - 3206, 3209, 3212, 3328, 3307, 3321, 3216, 3224, 3321, 3234, - 3237, 3241, 3322, 3244, 3247, 3265, 3268, 3273, 3310, 3276, - - 7094, 7094, 3313, 3302, 3288, 3306, 3293, 3296, 3311, 1422, - 612, 568, 7094, 3279, 3317, 3320, 3323, 3326, 3282, 3275, - 3282, 3267, 3252, 3249, 3246, 1875, 1945, 3250, 1948, 2010, - 3258, 3242, 3248, 3330, 3341, 3345, 3224, 3348, 3229, 3233, - 3233, 3351, 3226, 3243, 3355, 3204, 3207, 3358, 3361, 3236, - 3222, 260, 3220, 3231, 3217, 421, 3207, 3384, 7094, 7094, - 3392, 3395, 3400, 3414, 3417, 3420, 3428, 3435, 3446, 3180, - 3169, 3172, 3449, 7094, 7094, 3458, 3188, 3186, 3149, 3466, - 7094, 3469, 7094, 7094, 3477, 7094, 3481, 7094, 7094, 3489, - 3496, 3507, 7094, 7094, 3515, 3518, 3526, 3529, 3533, 3547, - - 3550, 3134, 3553, 3151, 3556, 3160, 3158, 3131, 3571, 7094, - 3574, 3577, 3585, 3116, 3597, 3592, 3612, 3603, 3606, 3621, - 3120, 3120, 3121, 3625, 3109, 3628, 7094, 7094, 3640, 808, - 1330, 747, 3104, 3644, 3647, 3655, 3662, 3669, 3096, 3673, - 3676, 3680, 3087, 3086, 3683, 3689, 3070, 3692, 3074, 3695, - 3698, 3701, 3704, 3707, 3065, 3712, 3070, 3715, 3068, 3074, - 3718, 7094, 3046, 3061, 3721, 3726, 3730, 3071, 3065, 3044, - 3047, 3035, 3041, 3035, 3024, 3026, 3018, 3740, 3744, 7094, - 7094, 3752, 3755, 3764, 7094, 7094, 3772, 7094, 7094, 3780, - 3001, 2995, 2985, 669, 743, 2986, 3783, 7094, 7094, 3792, - - 7094, 7094, 3800, 3803, 3811, 7094, 7094, 3819, 3822, 2988, - 3825, 3828, 2988, 2970, 806, 857, 2972, 3843, 358, 361, - 3851, 2962, 3854, 3857, 658, 785, 3865, 3869, 7094, 3873, - 3876, 2968, 2960, 3883, 2950, 3894, 3888, 927, 1009, 3898, - 3903, 7094, 7094, 3913, 3916, 3922, 3925, 3936, 3941, 3945, - 3951, 3954, 3957, 2953, 2950, 3960, 3963, 3967, 2938, 3970, - 2934, 3973, 2927, 7094, 3979, 2920, 3982, 7094, 3985, 7094, - 7094, 2958, 2920, 2932, 2925, 2925, 2925, 2909, 2911, 2905, - 2902, 3993, 3997, 7094, 7094, 4005, 2868, 2859, 2848, 2865, - 2878, 2850, 2865, 2818, 4008, 7094, 7094, 4016, 4019, 7094, - - 4024, 4028, 7094, 7094, 2810, 2784, 2761, 2746, 2713, 2723, - 2624, 81, 919, 466, 985, 4038, 4042, 4045, 474, 1048, - 477, 1057, 4051, 4056, 4059, 4071, 4064, 527, 4082, 4085, - 4088, 4091, 748, 840, 4095, 4101, 4113, 4119, 4122, 4125, - 4131, 518, 548, 565, 624, 4134, 7094, 665, 4138, 4141, - 706, 738, 786, 838, 838, 886, 894, 901, 915, 912, - 931, 4156, 4162, 7094, 934, 971, 965, 1025, 7094, 1023, - 7094, 4165, 4168, 7094, 4171, 4177, 998, 1005, 1019, 1080, - 7094, 1115, 7094, 4189, 1109, 1100, 1117, 1135, 1140, 1165, - 4192, 4195, 4203, 4213, 1166, 1160, 1173, 1175, 1165, 1178, - - 4216, 4219, 4222, 7094, 7094, 4234, 4238, 4247, 4252, 7094, - 4255, 4258, 1293, 1347, 1384, 4271, 4278, 4289, 4292, 7094, - 1169, 1287, 1284, 1293, 4295, 4298, 1366, 1470, 1285, 1316, - 1325, 1349, 1371, 1391, 1368, 1378, 1397, 1423, 1437, 4307, - 1381, 1403, 1403, 7094, 7094, 4313, 4316, 4327, 7094, 7094, - 1402, 1410, 1430, 7094, 7094, 4335, 4338, 1457, 1463, 1468, - 1468, 1469, 1474, 4346, 1548, 1549, 4354, 1477, 1480, 1485, - 1519, 1518, 1534, 4357, 4360, 4364, 7094, 4369, 7094, 7094, - 4378, 4383, 4391, 7094, 1573, 1552, 1559, 4396, 7094, 7094, - 4404, 4410, 4422, 1525, 4425, 1540, 4428, 4431, 1579, 1598, - - 1590, 1606, 1577, 1611, 1601, 1607, 1615, 7094, 1631, 1642, - 1641, 1650, 7094, 4439, 4442, 1646, 1659, 4446, 7094, 7094, - 1661, 4454, 1670, 4460, 7094, 7094, 1699, 1710, 1730, 1724, - 1726, 1741, 1747, 1779, 1771, 1782, 4468, 1772, 1783, 1795, - 1785, 1788, 1799, 4472, 4475, 4493, 7094, 7094, 1916, 1833, - 4481, 4501, 7094, 7094, 4478, 1765, 4509, 1801, 4512, 7094, - 7094, 1845, 1834, 1852, 1841, 4522, 1848, 1868, 1901, 1910, - 1899, 1917, 1932, 1931, 4525, 4528, 4531, 1919, 1995, 1921, - 1952, 4540, 4546, 1935, 1980, 1989, 1999, 2009, 2018, 2033, - 2062, 2032, 2062, 2035, 4554, 2047, 2053, 2048, 2069, 2083, - - 2076, 4558, 4561, 2108, 4564, 4567, 4587, 4595, 4598, 2091, - 2104, 2097, 2107, 4606, 4609, 2105, 2105, 7094, 2107, 2109, - 2130, 7094, 2132, 4617, 4620, 7094, 7094, 2111, 2117, 2123, - 2131, 4628, 4632, 7094, 7094, 4640, 2157, 2149, 2162, 2164, - 2156, 2169, 7094, 2189, 7094, 2194, 4646, 7094, 2179, 2172, - 2190, 2191, 2187, 2198, 4649, 4652, 4660, 4667, 4671, 4680, - 2204, 4685, 4688, 4708, 4747, 4791, 4698, 4716, 2202, 2223, - 2215, 2232, 4720, 7094, 7094, 2243, 2218, 2222, 2248, 2232, - 2234, 4737, 2217, 2227, 2218, 2217, 4741, 4728, 4759, 4767, - 2257, 2259, 2281, 2272, 2275, 2292, 7094, 7094, 2281, 2283, - - 2313, 2294, 2304, 2321, 4777, 7094, 7094, 4785, 4811, 7094, - 7094, 4803, 2345, 4821, 2356, 2355, 4857, 4901, 2318, 7094, - 2328, 7094, 7094, 2345, 2361, 7094, 2359, 2361, 4829, 7094, - 2322, 2307, 2336, 2337, 4834, 7094, 7094, 4842, 2410, 2418, - 2382, 2390, 7094, 2392, 2396, 7094, 2404, 2417, 7094, 2418, - 2420, 7094, 4851, 4869, 2423, 2452, 2454, 2430, 2488, 2437, - 4877, 2438, 2440, 7094, 7094, 7094, 7094, 4880, 4892, 4921, - 4924, 2457, 2453, 2461, 2470, 7094, 7094, 7094, 7094, 7094, - 7094, 7094, 7094, 4927, 4932, 4935, 2494, 2481, 2495, 4945, - 2499, 2498, 4950, 4883, 4954, 4958, 4968, 4972, 2460, 4980, - - 4987, 2487, 2510, 2494, 2513, 4998, 5001, 5004, 2517, 7094, - 7094, 5007, 7094, 7094, 5019, 7094, 7094, 5027, 7094, 7094, - 2494, 5035, 7094, 7094, 2510, 2510, 2516, 2516, 5045, 5048, - 2546, 7094, 2517, 2538, 2549, 2548, 2560, 5051, 5054, 2569, - 2538, 2570, 2585, 2575, 2595, 5057, 5075, 2601, 5078, 2603, - 2624, 2613, 2633, 5081, 5084, 2665, 5087, 5110, 2657, 7094, - 2655, 7094, 5118, 5121, 2666, 5139, 7094, 7094, 7094, 7094, - 5147, 5150, 5153, 5156, 5159, 5168, 5182, 5187, 2655, 2663, - 5194, 5201, 2658, 2691, 5205, 5208, 2680, 2738, 5212, 5226, - 2673, 2719, 5231, 5237, 5253, 5256, 2703, 2739, 5264, 7094, - - 7094, 5273, 7094, 7094, 2778, 2787, 2747, 2750, 2850, 2852, - 2799, 2818, 2689, 2748, 2855, 2866, 2800, 2881, 5281, 5284, - 7094, 7094, 5304, 5313, 5322, 5331, 5340, 5349, 5358, 5367, - 5376, 5385, 5394, 5403, 5412, 5421, 5430, 5439, 5448, 5457, - 5466, 5475, 5484, 5493, 5502, 5511, 5520, 5529, 5538, 5547, - 5556, 5565, 5574, 5583, 5592, 5601, 5610, 5619, 5628, 5637, - 5646, 5653, 5660, 5667, 5674, 5681, 5688, 5695, 5702, 5709, - 5716, 5723, 5730, 5737, 5744, 5751, 5758, 5765, 5774, 5779, - 5784, 5789, 5794, 5799, 5804, 5809, 5814, 5819, 5826, 5831, - 5838, 5843, 5850, 5855, 5862, 5867, 5874, 5879, 5886, 5891, - - 5898, 5903, 5910, 5915, 5924, 5930, 5937, 5945, 5952, 5960, - 5967, 5975, 5982, 5990, 5997, 6005, 6012, 6020, 6027, 6035, - 6042, 6050, 6057, 6065, 6072, 6080, 6088, 6095, 6103, 6110, - 6118, 6125, 6133, 6141, 6148, 6156, 6163, 6171, 6180, 6186, - 6193, 6201, 6209, 6217, 6225, 6233, 6240, 6248, 6255, 6263, - 6270, 6278, 6285, 6293, 6300, 6308, 6315, 6323, 6330, 6338, - 6346, 6353, 6361, 6368, 6376, 6383, 6391, 6399, 6406, 6414, - 6421, 6429, 6438, 6447, 6454, 6462, 6470, 6477, 6485, 6492, - 6500, 6507, 6515, 6522, 6530, 6537, 6545, 6552, 6560, 6568, - 6576, 6584, 6592, 6600, 6607, 6615, 6622, 6630, 6637, 6645, - - 6653, 6660, 6668, 6676, 6684, 6693, 6702, 6709, 6717, 6725, - 6732, 6740, 6747, 6755, 6762, 6770, 6778, 6786, 6794, 6801, - 6809, 6817, 6825, 6833, 6841, 6848, 6856, 6864, 6872, 6880, - 6888, 6896, 6903, 6911, 6919, 6928, 6937, 6945, 6953, 6961, - 6968, 6976, 6983, 6991, 6999, 7007, 7015, 7023, 7030, 7039, - 7048, 7057, 7066, 7075, 7084 -}; - -static yyconst flex_int16_t yy_def[2256] = { 0, - 2023, 2023, 2024, 2024, 2024, 2024, 2025, 2025, 2026, 2026, - 2027, 2027, 2028, 2028, 2028, 2028, 2029, 2029, 2023, 2023, - 2030, 2030, 2031, 2031, 2031, 2031, 2023, 2023, 2031, 2031, - 2023, 2023, 2031, 2031, 2031, 2031, 2032, 2032, 2033, 2033, - 2034, 2034, 2028, 2028, 2035, 2035, 2036, 2036, 2023, 2023, - 2036, 2036, 2036, 2036, 2037, 2037, 2038, 2038, 2039, 2039, - 2040, 2040, 2041, 2041, 2023, 2023, 2023, 2023, 2042, 2042, - 2043, 2043, 2044, 2044, 2023, 2023, 2044, 2044, 2044, 2044, - 2045, 2045, 2046, 2046, 2022, 85, 2047, 2047, 2048, 2048, - 2049, 2049, 2050, 2050, 2051, 2051, 2023, 2023, 2051, 2051, - - 2051, 2051, 2052, 2052, 2023, 2023, 2023, 2023, 2053, 2053, - 2053, 2053, 2054, 2054, 2055, 2055, 2023, 2023, 2055, 2055, - 2055, 2055, 2056, 2056, 2057, 2057, 2058, 2058, 2059, 2059, - 2023, 2023, 2059, 2059, 2059, 2059, 2060, 2060, 2061, 2061, - 2023, 2023, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2062, 2022, 2022, 2062, 2062, 2022, 2022, - 2022, 2022, 181, 182, 182, 2022, 2022, 2022, 2063, 2022, - 2022, 2063, 2022, 2022, 2022, 2022, 2022, 2022, 2064, 2022, - - 2022, 2064, 2064, 2064, 2022, 2022, 2022, 2022, 2022, 2065, - 2022, 2022, 2065, 2065, 2065, 2065, 2022, 2022, 185, 185, - 185, 2022, 2022, 2022, 2066, 2022, 2022, 2066, 2066, 2066, - 2022, 2022, 2022, 2022, 2022, 2022, 2067, 2022, 2022, 2067, - 2067, 2067, 2067, 2022, 2022, 2022, 2022, 2022, 2022, 2068, - 2022, 2022, 2068, 185, 254, 2022, 2022, 185, 2022, 2022, - 2022, 2069, 2022, 2022, 2069, 2069, 2069, 2069, 2069, 2022, - 2022, 185, 185, 2022, 2022, 2022, 2070, 2022, 2022, 2070, - 2070, 2022, 2022, 2022, 2022, 2022, 2022, 2071, 2022, 2022, - 2071, 2071, 2071, 2071, 2071, 2071, 2022, 2022, 2022, 2022, - - 2022, 2022, 2072, 2022, 2022, 2072, 2022, 2022, 2022, 2022, - 2022, 2022, 2073, 2022, 2022, 2073, 2073, 2073, 2073, 2022, - 2022, 185, 185, 2022, 2022, 2022, 2074, 2022, 2022, 2074, - 2074, 2074, 185, 2022, 2022, 185, 185, 2022, 2022, 2022, - 2075, 2022, 2022, 2075, 2075, 2075, 2075, 2022, 2022, 185, - 185, 2022, 2022, 2022, 2076, 2022, 2022, 2076, 2022, 2022, - 2022, 2022, 2022, 2022, 2077, 2022, 2022, 2077, 2077, 2077, - 2077, 2022, 2022, 185, 374, 185, 2022, 2022, 2022, 2078, - 2022, 2022, 2078, 2022, 2022, 2022, 2022, 2079, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2062, 2062, 2062, 2080, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2063, 2063, 2081, 2022, 2064, 2064, 2064, 2064, 2022, 2082, - 2022, 2022, 2065, 2065, 2065, 2065, 2065, 2065, 2065, 2083, - 2022, 2022, 2066, 2066, 2066, 2066, 2084, 2022, 2067, 2067, - 2067, 2067, 2067, 2085, 2022, 2068, 2068, 2086, 2022, 2069, - 2069, 2069, 2069, 2069, 2069, 2069, 2087, 2022, 2070, 2070, - 2070, 2088, 2022, 2089, 2089, 2089, 2089, 2089, 2089, 2089, - 2089, 2089, 2090, 2022, 2091, 2091, 2092, 2022, 2093, 2093, - - 2093, 2093, 2093, 2093, 2094, 2022, 2095, 2095, 2095, 2095, - 2095, 2022, 2096, 2022, 2097, 2097, 2097, 2097, 2097, 2098, - 2022, 2099, 2099, 2100, 2022, 2101, 2101, 2101, 2101, 2101, - 2102, 2022, 2022, 2103, 2103, 2104, 2105, 2022, 2105, 2022, - 2022, 2022, 2106, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2107, 2107, 2108, 2108, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2109, - 2110, 2110, 2111, 2022, 2022, 2111, 2022, 2112, 2112, 2022, - 2113, 2022, 2022, 2113, 2113, 2113, 2113, 2114, 2114, 2022, - - 2115, 2115, 2115, 2116, 2116, 2022, 2022, 2117, 2117, 2117, - 2118, 2118, 2119, 2120, 2120, 2121, 2022, 2022, 2121, 2121, - 2121, 2121, 2122, 2122, 2022, 2022, 2123, 2124, 2124, 2125, - 2022, 2022, 2022, 2022, 2125, 2125, 2125, 2125, 2125, 2126, - 2126, 2022, 2022, 2127, 2127, 2128, 2022, 2022, 2128, 2128, - 2128, 2129, 2129, 2130, 2130, 2130, 2130, 2022, 2131, 2131, - 2132, 2132, 2132, 2132, 2133, 2133, 2022, 2022, 2134, 2134, - 2135, 2135, 2135, 2135, 2136, 2136, 2022, 2137, 2138, 2138, - 2139, 2022, 2022, 2139, 2022, 2022, 2140, 2022, 2022, 2022, - 2022, 2022, 2022, 2141, 2141, 2022, 2142, 2022, 2142, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2143, 2022, 2144, 2022, 2144, 2145, - 2022, 2022, 2022, 2145, 2022, 2022, 2146, 2022, 2146, 2147, - 2022, 2022, 2022, 2022, 2022, 2147, 2022, 2022, 2147, 2022, - 2148, 2022, 2148, 2022, 2149, 2149, 2149, 2022, 2150, 2022, - 2150, 2022, 2022, 2022, 2151, 2151, 2151, 2022, 2152, 2022, - 2152, 2153, 2022, 2154, 2022, 2154, 2155, 2022, 2022, 2022, - 2155, 2155, 2155, 2155, 2022, 2156, 2022, 2156, 2022, 2022, - 2022, 2157, 2022, 2158, 2022, 2158, 2159, 2159, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2159, 2159, 2159, 2159, - 2022, 2160, 2022, 2160, 2022, 2022, 2022, 2022, 2161, 2022, - 2161, 2162, 2022, 2022, 2022, 2162, 2162, 2162, 2022, 2163, - 2022, 2163, 2164, 2022, 2022, 2022, 2022, 2164, 2022, 2022, - 2165, 2022, 2165, 2166, 2022, 2022, 2166, 2022, 2022, 2022, - 2167, 2022, 2167, 2022, 2022, 2022, 2022, 2168, 2022, 2168, - 2169, 2169, 2169, 2169, 2022, 2170, 2022, 2170, 2022, 2171, - 2022, 2172, 2022, 2172, 2173, 2174, 2022, 2022, 2022, 2022, - 2022, 2175, 2175, 2176, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2177, 2022, 2022, 2178, 2022, 2179, 2180, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2180, 2181, 2022, - 2182, 2022, 2022, 2182, 2183, 2184, 2184, 2184, 2185, 2186, - 2187, 2188, 2188, 2188, 2188, 2188, 2189, 2190, 2191, 2192, - 2192, 2022, 2022, 2022, 2192, 2192, 2192, 2192, 2193, 2194, - 2195, 2195, 2195, 2195, 2196, 2197, 2022, 2022, 2022, 2022, - 2022, 2022, 2197, 2022, 2198, 2199, 2022, 2022, 2022, 2199, - 2022, 2022, 2022, 2200, 2201, 2202, 2022, 2022, 2202, 2202, - 2203, 2022, 2204, 2205, 2206, 2207, 2207, 2022, 2207, 2022, - - 2022, 2022, 2208, 2208, 2209, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2210, 2022, 2022, 2022, 2211, 2022, 2212, - 2213, 2022, 2022, 2022, 2213, 2214, 2022, 2215, 2022, 2022, - 2022, 2022, 2022, 2216, 2217, 2217, 2217, 2022, 2022, 2218, - 2219, 2220, 2220, 2220, 2022, 2022, 2022, 2022, 2220, 2221, - 2022, 2022, 2222, 2022, 2022, 2223, 2022, 2022, 2223, 2223, - 2223, 2224, 2225, 2226, 2226, 2226, 2022, 2022, 2226, 2227, - 2228, 2228, 2022, 2229, 2230, 2230, 2231, 2232, 2233, 2022, - - 2022, 2022, 2233, 2233, 2234, 2022, 2022, 2022, 2235, 2236, - 2237, 2237, 2022, 2022, 2238, 2238, 2238, 2239, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2240, 2241, 2022, 2242, 2243, 2243, 2244, 2245, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2246, 2022, 2022, 2247, 2022, 2022, 2022, 2022, 2248, 2249, - 2249, 2249, 2022, 2022, 2022, 2022, 2022, 2022, 2249, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2223, 2022, 2022, 2224, - - 2225, 2226, 2226, 2226, 2022, 2022, 2022, 2226, 2022, 2022, - 2022, 2022, 2228, 2022, 2229, 2022, 2022, 2230, 2231, 2232, - 2233, 2233, 2233, 2234, 2022, 2022, 2022, 2022, 2235, 2236, - 2237, 2237, 2022, 2022, 2022, 2238, 2238, 2239, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2240, 2241, 2022, - 2022, 2022, 2243, 2243, 2244, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2246, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2248, - 2249, 2249, 2249, 2022, 2022, 2249, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2224, 2225, 2226, - 2022, 2022, 2226, 2226, 2022, 2022, 2226, 2022, 2022, 2022, - 2228, 2022, 2229, 2022, 2022, 2022, 2230, 2022, 2022, 2232, - 2233, 2233, 2233, 2234, 2022, 2235, 2236, 2237, 2237, 2022, - 2022, 2022, 2022, 2238, 2238, 2239, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2240, 2241, 2022, 2243, 2243, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2246, 2022, 2022, 2022, 2248, 2249, 2249, 2249, 2022, - 2022, 2022, 2022, 2249, 2022, 2022, 2022, 2224, 2022, 2022, - - 2226, 2022, 2022, 2022, 2226, 2226, 2022, 2022, 2022, 2022, - 2226, 2022, 2022, 2022, 2022, 2228, 2022, 2229, 2022, 2022, - 2022, 2022, 2230, 2232, 2022, 2022, 2233, 2233, 2234, 2022, - 2235, 2236, 2237, 2237, 2022, 2238, 2238, 2239, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2241, 2022, 2022, - 2243, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2246, 2022, 2022, 2249, 2249, 2249, 2022, 2022, 2022, - 2022, 2249, 2022, 2022, 2022, 2022, 2226, 2226, 2226, 2022, - 2022, 2022, 2022, 2226, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2229, 2022, 2022, 2022, 2022, 2022, 2022, - - 2230, 2232, 2022, 2022, 2022, 2022, 2022, 2233, 2022, 2022, - 2022, 2235, 2236, 2237, 2237, 2022, 2022, 2238, 2022, 2022, - 2022, 2022, 2022, 2022, 2241, 2022, 2022, 2022, 2243, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2246, - 2249, 2249, 2249, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2226, 2226, 2226, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2229, 2022, 2022, 2022, - 2022, 2022, 2022, 2230, 2230, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2236, 2237, 2237, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2243, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2246, 2249, 2249, 2249, 2022, 2022, 2022, - 2226, 2226, 2226, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2229, 2022, 2022, 2022, - 2022, 2022, 2022, 2230, 2230, 2022, 2022, 2022, 2236, 2237, - 2237, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2243, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2246, 2022, 2022, 2249, 2249, 2249, - 2226, 2022, 2022, 2226, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2229, 2022, 2022, 2022, 2022, 2022, - - 2022, 2230, 2230, 2236, 2237, 2237, 2237, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2246, 2022, 2022, 2022, 2249, 2249, 2249, - 2249, 2226, 2022, 2022, 2022, 2226, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2230, 2022, 2022, 2230, - 2236, 2237, 2237, 2237, 2250, 2251, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2246, 2249, 2249, 2249, 2249, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2230, 2022, 2022, - 2022, 2230, 2236, 2237, 2252, 2253, 2250, 2251, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2249, 2249, 2249, 2249, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2230, 2230, 2236, 2252, 2237, 2254, 2253, 2255, - 2237, 2022, 2022, 2022, 2022, 2022, 2022, 2249, 2249, 2249, - 2249, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2230, 2230, 2236, 2254, 2022, 2255, 2237, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2249, 2022, - - 2022, 2022, 2022, 2022, 2022, 2230, 2230, 2236, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2249, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2230, 2230, - 2236, 2022, 2249, 2022, 2022, 2022, 2022, 2230, 2230, 2236, - 2249, 2022, 2022, 2022, 2022, 2230, 2230, 2236, 2249, 2022, - 2022, 2022, 2022, 2230, 2230, 2236, 2022, 2022, 2022, 2022, - 2022, 2022, 2230, 2230, 2236, 2022, 2022, 2022, 2022, 2022, - 2230, 2230, 2236, 2230, 2230, 2236, 2230, 2230, 2236, 2236, - 2230, 2230, 2236, 2236, 2230, 2230, 2236, 2236, 2230, 2230, - 2236, 2236, 2022, 2022, 2022, 2022, 2236, 2236, 2022, 2022, - - 2022, 2022, 2022, 2022, 2236, 2236, 2236, 2236, 2236, 2236, - 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2236, - 2022, 0, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022 -}; - -static yyconst flex_int16_t yy_nxt[7164] = { 0, - 2022, 146, 147, 146, 146, 147, 146, 146, 147, 146, - 146, 147, 146, 151, 147, 151, 157, 148, 154, 157, - 148, 154, 450, 149, 2022, 155, 149, 2022, 155, 152, - 151, 147, 151, 388, 158, 160, 161, 158, 160, 161, - 162, 163, 2022, 162, 163, 388, 152, 167, 168, 389, - 164, 160, 161, 164, 165, 391, 162, 160, 161, 561, - 165, 390, 162, 167, 168, 562, 164, 147, 147, 147, - 451, 390, 164, 147, 147, 147, 180, 147, 180, 180, - 147, 180, 472, 170, 180, 147, 180, 510, 169, 170, - 451, 473, 181, 561, 511, 181, 387, 387, 387, 575, - - 182, 387, 387, 387, 169, 171, 172, 147, 172, 171, - 171, 171, 171, 171, 171, 171, 173, 171, 171, 171, - 1485, 171, 175, 171, 176, 171, 180, 147, 180, 147, - 147, 147, 503, 147, 147, 147, 180, 147, 180, 180, - 147, 180, 182, 504, 561, 183, 391, 171, 171, 183, - 600, 489, 181, 391, 490, 181, 387, 387, 387, 387, - 387, 387, 390, 387, 387, 387, 387, 387, 387, 390, - 177, 2022, 178, 171, 172, 147, 172, 171, 171, 171, - 171, 171, 171, 171, 173, 171, 171, 171, 477, 171, - 175, 171, 176, 171, 147, 147, 147, 147, 147, 147, - - 682, 180, 147, 180, 180, 147, 180, 180, 147, 180, - 184, 563, 391, 184, 391, 171, 171, 182, 391, 425, - 182, 426, 1110, 185, 564, 180, 147, 180, 390, 427, - 390, 387, 387, 387, 390, 425, 451, 428, 177, 429, - 178, 185, 186, 187, 147, 187, 186, 186, 186, 186, - 186, 186, 186, 188, 186, 186, 186, 485, 186, 190, - 186, 191, 186, 194, 147, 194, 194, 147, 194, 402, - 218, 147, 218, 160, 161, 160, 161, 486, 162, 195, - 162, 1270, 195, 446, 186, 186, 219, 447, 205, 1271, - 205, 448, 192, 186, 187, 147, 187, 186, 186, 186, - - 186, 186, 186, 186, 188, 186, 186, 186, 892, 186, - 190, 186, 191, 186, 206, 2022, 206, 218, 147, 218, - 893, 147, 147, 147, 147, 147, 147, 387, 387, 387, - 387, 387, 387, 219, 682, 186, 186, 220, 875, 544, - 220, 513, 545, 192, 196, 197, 147, 197, 196, 196, - 196, 196, 196, 196, 196, 198, 196, 196, 196, 512, - 196, 200, 196, 201, 196, 218, 147, 218, 218, 147, - 218, 505, 218, 147, 218, 218, 147, 218, 387, 387, - 387, 219, 391, 439, 219, 512, 196, 196, 221, 433, - 440, 221, 1412, 1413, 202, 1414, 1415, 203, 390, 390, - - 387, 387, 387, 204, 196, 197, 147, 197, 196, 196, - 196, 196, 196, 196, 196, 198, 196, 196, 196, 451, - 196, 200, 196, 201, 196, 232, 147, 232, 232, 147, - 232, 906, 245, 147, 245, 245, 147, 245, 538, 391, - 391, 233, 1275, 893, 233, 391, 196, 196, 246, 571, - 1276, 246, 457, 539, 202, 390, 390, 203, 387, 387, - 387, 390, 572, 204, 207, 208, 147, 208, 207, 207, - 207, 207, 207, 207, 207, 209, 207, 207, 207, 906, - 207, 211, 207, 212, 207, 147, 147, 147, 147, 147, - 147, 930, 147, 147, 147, 147, 147, 147, 257, 147, - - 257, 254, 391, 391, 254, 1488, 207, 207, 255, 464, - 520, 255, 563, 1495, 258, 213, 1498, 214, 390, 390, - 215, 387, 387, 387, 2022, 576, 216, 207, 208, 147, - 208, 207, 207, 207, 207, 207, 207, 207, 209, 207, - 207, 207, 538, 207, 211, 207, 212, 207, 257, 147, - 257, 271, 147, 271, 512, 271, 147, 271, 147, 147, - 147, 147, 147, 147, 258, 411, 391, 272, 413, 207, - 207, 272, 391, 1116, 220, 587, 1508, 220, 213, 1117, - 214, 1521, 390, 215, 387, 387, 387, 998, 390, 216, - 222, 223, 147, 223, 222, 222, 222, 222, 222, 222, - - 222, 224, 222, 222, 222, 1522, 222, 226, 222, 227, - 222, 271, 147, 271, 271, 147, 271, 1232, 271, 147, - 271, 271, 147, 271, 283, 147, 283, 272, 1523, 797, - 272, 998, 222, 222, 273, 391, 391, 273, 798, 228, - 284, 387, 387, 387, 229, 387, 387, 387, 387, 387, - 387, 390, 390, 230, 222, 223, 147, 223, 222, 222, - 222, 222, 222, 222, 222, 224, 222, 222, 222, 1231, - 222, 226, 222, 227, 222, 283, 147, 283, 298, 147, - 298, 1524, 298, 147, 298, 308, 147, 308, 308, 147, - 308, 284, 1419, 1420, 299, 1390, 222, 222, 299, 391, - - 391, 309, 1391, 228, 309, 387, 387, 387, 229, 387, - 387, 387, 387, 387, 387, 390, 390, 230, 234, 235, - 147, 235, 234, 234, 234, 234, 234, 234, 234, 236, - 234, 234, 234, 1525, 234, 238, 234, 239, 234, 321, - 147, 321, 321, 147, 321, 682, 147, 147, 147, 147, - 147, 147, 321, 147, 321, 322, 391, 571, 322, 1529, - 234, 234, 220, 482, 995, 220, 998, 998, 322, 1392, - 578, 240, 390, 387, 387, 387, 1393, 241, 1530, 242, - 243, 234, 235, 147, 235, 234, 234, 234, 234, 234, - 234, 234, 236, 234, 234, 234, 1514, 234, 238, 234, - - 239, 234, 321, 147, 321, 321, 147, 321, 1339, 321, - 147, 321, 147, 147, 147, 147, 147, 147, 322, 1421, - 1422, 323, 391, 234, 234, 323, 682, 682, 333, 493, - 1531, 333, 1407, 1337, 240, 387, 387, 387, 390, 1408, - 241, 684, 242, 243, 247, 248, 147, 248, 247, 247, - 247, 247, 247, 247, 247, 249, 247, 247, 247, 998, - 247, 251, 247, 252, 247, 147, 147, 147, 147, 147, - 147, 1532, 335, 147, 335, 335, 147, 335, 335, 147, - 335, 333, 1533, 1409, 333, 391, 247, 247, 336, 391, - 1410, 336, 497, 1515, 337, 387, 387, 387, 387, 387, - - 387, 390, 387, 387, 387, 390, 253, 247, 248, 147, - 248, 247, 247, 247, 247, 247, 247, 247, 249, 247, - 247, 247, 1534, 247, 251, 247, 252, 247, 335, 147, - 335, 349, 147, 349, 1535, 349, 147, 349, 147, 147, - 147, 147, 147, 147, 337, 1536, 998, 350, 1537, 247, - 247, 350, 391, 1486, 333, 1487, 1538, 333, 387, 387, - 387, 387, 387, 387, 387, 387, 387, 1539, 390, 253, - 259, 260, 147, 260, 259, 259, 259, 259, 259, 259, - 259, 261, 259, 259, 259, 1433, 259, 263, 259, 264, - 259, 349, 147, 349, 349, 147, 349, 1541, 349, 147, - - 349, 349, 147, 349, 360, 147, 360, 350, 391, 391, - 350, 391, 259, 259, 351, 265, 524, 351, 1542, 1489, - 361, 1490, 1543, 266, 390, 390, 267, 390, 998, 268, - 1544, 1545, 269, 259, 260, 147, 260, 259, 259, 259, - 259, 259, 259, 259, 261, 259, 259, 259, 1551, 259, - 263, 259, 264, 259, 360, 147, 360, 373, 147, 373, - 1552, 373, 147, 373, 147, 147, 147, 147, 147, 147, - 361, 1434, 391, 374, 1553, 259, 259, 374, 265, 536, - 375, 1150, 1496, 375, 1497, 1554, 266, 1151, 390, 267, - 1152, 1499, 268, 1500, 1153, 269, 274, 275, 147, 275, - - 274, 274, 274, 274, 274, 274, 274, 276, 274, 274, - 274, 531, 274, 278, 274, 279, 274, 373, 147, 373, - 373, 147, 373, 1555, 373, 147, 373, 373, 147, 373, - 385, 147, 385, 374, 1558, 1154, 374, 1559, 274, 274, - 376, 1155, 1560, 376, 1156, 532, 386, 396, 1157, 280, - 387, 387, 387, 387, 387, 387, 387, 387, 387, 451, - 1561, 281, 274, 275, 147, 275, 274, 274, 274, 274, - 274, 274, 274, 276, 274, 274, 274, 1562, 274, 278, - 274, 279, 274, 385, 147, 385, 397, 387, 387, 387, - 1563, 1568, 398, 387, 387, 387, 399, 1569, 1570, 386, - - 1571, 400, 1572, 1573, 274, 274, 387, 387, 387, 387, - 387, 387, 387, 387, 387, 280, 387, 387, 387, 542, - 542, 542, 1593, 686, 896, 896, 896, 281, 285, 286, - 147, 286, 285, 285, 285, 285, 285, 285, 285, 287, - 285, 285, 285, 288, 285, 289, 285, 290, 285, 288, - 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, - 288, 288, 288, 288, 288, 288, 288, 288, 288, 288, - 285, 285, 288, 288, 291, 288, 288, 288, 288, 288, - 288, 292, 288, 293, 288, 288, 288, 294, 288, 295, - 296, 288, 288, 288, 288, 288, 288, 300, 301, 147, - - 301, 300, 300, 300, 300, 300, 300, 300, 302, 300, - 300, 300, 682, 300, 304, 300, 305, 300, 542, 542, - 542, 584, 584, 584, 592, 592, 592, 606, 606, 606, - 617, 617, 617, 904, 904, 904, 1594, 1595, 585, 300, - 300, 593, 1596, 1603, 607, 1604, 1605, 618, 1585, 998, - 306, 300, 301, 147, 301, 300, 300, 300, 300, 300, - 300, 300, 302, 300, 300, 300, 998, 300, 304, 300, - 305, 300, 1606, 543, 625, 625, 625, 1338, 631, 631, - 631, 633, 633, 633, 642, 642, 642, 1009, 1009, 1009, - 1599, 626, 1607, 300, 300, 632, 1608, 1609, 634, 1610, - - 1586, 643, 1600, 998, 306, 310, 311, 147, 311, 310, - 310, 310, 310, 310, 310, 310, 312, 310, 310, 310, - 1611, 310, 314, 310, 315, 310, 647, 647, 647, 667, - 667, 667, 696, 696, 696, 696, 696, 696, 726, 726, - 726, 682, 1587, 648, 1612, 1613, 668, 310, 310, 1615, - 698, 316, 1616, 698, 1617, 1621, 728, 1230, 317, 1622, - 318, 1015, 1015, 1015, 896, 896, 896, 319, 310, 311, - 147, 311, 310, 310, 310, 310, 310, 310, 310, 312, - 310, 310, 310, 1623, 310, 314, 310, 315, 310, 699, - 726, 726, 726, 1627, 1601, 584, 584, 584, 731, 731, - - 731, 1628, 732, 1629, 1630, 733, 1602, 1631, 728, 1632, - 310, 310, 585, 1638, 316, 741, 741, 741, 1639, 742, - 1640, 317, 743, 318, 1021, 1021, 1021, 904, 904, 904, - 319, 324, 325, 147, 325, 324, 324, 324, 324, 324, - 324, 324, 326, 324, 324, 324, 729, 324, 328, 324, - 329, 324, 736, 736, 736, 1641, 1642, 736, 736, 736, - 592, 592, 592, 744, 744, 744, 747, 747, 747, 1643, - 738, 998, 1656, 324, 324, 738, 330, 593, 998, 331, - 745, 1633, 1635, 748, 762, 762, 762, 1658, 763, 1634, - 1636, 764, 682, 332, 324, 325, 147, 325, 324, 324, - - 324, 324, 324, 324, 324, 326, 324, 324, 324, 1650, - 324, 328, 324, 329, 324, 1662, 1651, 739, 1649, 1663, - 750, 750, 750, 758, 758, 758, 1664, 1665, 750, 750, - 750, 758, 758, 758, 1666, 1667, 324, 324, 752, 330, - 1668, 760, 331, 778, 778, 778, 752, 779, 1669, 760, - 780, 1047, 1047, 1047, 1670, 1671, 332, 338, 339, 147, - 339, 338, 338, 338, 338, 338, 338, 338, 340, 338, - 338, 338, 753, 338, 342, 338, 343, 338, 606, 606, - 606, 1672, 1673, 768, 768, 768, 773, 773, 773, 1674, - 1679, 761, 617, 617, 617, 607, 768, 768, 768, 338, - - 338, 770, 344, 1680, 775, 345, 1009, 1009, 1009, 618, - 346, 789, 789, 789, 770, 790, 1681, 1684, 791, 347, - 338, 339, 147, 339, 338, 338, 338, 338, 338, 338, - 338, 340, 338, 338, 338, 1685, 338, 342, 338, 343, - 338, 773, 773, 773, 771, 1686, 785, 785, 785, 785, - 785, 785, 625, 625, 625, 1687, 793, 793, 793, 775, - 1688, 1689, 338, 338, 787, 344, 1690, 787, 345, 626, - 1011, 1011, 1011, 346, 795, 1015, 1015, 1015, 1021, 1021, - 1021, 1691, 347, 352, 353, 147, 353, 352, 352, 352, - 352, 352, 352, 352, 354, 352, 352, 352, 776, 352, - - 356, 352, 357, 352, 1692, 1693, 788, 1694, 1696, 793, - 793, 793, 631, 631, 631, 799, 799, 799, 1697, 800, - 1698, 1699, 801, 1700, 1701, 352, 352, 795, 1708, 632, - 1022, 1022, 1022, 1047, 1047, 1047, 358, 352, 353, 147, - 353, 352, 352, 352, 352, 352, 352, 352, 354, 352, - 352, 352, 998, 352, 356, 352, 357, 352, 633, 633, - 633, 802, 802, 802, 1709, 803, 1710, 1711, 804, 796, - 805, 805, 805, 1712, 1713, 634, 1246, 1246, 1246, 352, - 352, 815, 815, 815, 1705, 816, 1716, 806, 817, 1717, - 358, 362, 363, 147, 363, 362, 362, 362, 362, 362, - - 362, 362, 364, 362, 362, 362, 1718, 362, 366, 362, - 367, 362, 811, 811, 811, 642, 642, 642, 818, 818, - 818, 811, 811, 811, 818, 818, 818, 647, 647, 647, - 813, 1719, 643, 362, 362, 682, 820, 1720, 1721, 813, - 1722, 368, 820, 369, 648, 370, 1127, 1127, 1127, 1248, - 1248, 1248, 1723, 371, 362, 363, 147, 363, 362, 362, - 362, 362, 362, 362, 362, 364, 362, 362, 362, 1728, - 362, 366, 362, 367, 362, 814, 823, 823, 823, 1704, - 824, 821, 1731, 825, 829, 829, 829, 829, 829, 829, - 834, 834, 834, 836, 836, 836, 362, 362, 845, 845, - - 845, 1732, 831, 1736, 368, 831, 369, 835, 370, 1737, - 837, 1130, 1130, 1130, 1738, 846, 371, 377, 378, 147, - 378, 377, 377, 377, 377, 377, 377, 377, 379, 377, - 377, 377, 1739, 377, 381, 377, 382, 377, 1740, 832, - 840, 840, 840, 1741, 848, 848, 848, 840, 840, 840, - 850, 850, 850, 850, 850, 850, 1729, 1730, 842, 377, - 377, 849, 667, 667, 667, 842, 1742, 1743, 852, 1744, - 1745, 852, 1746, 854, 854, 854, 1749, 855, 1750, 668, - 856, 1751, 383, 377, 378, 147, 378, 377, 377, 377, - 377, 377, 377, 377, 379, 377, 377, 377, 1752, 377, - - 381, 377, 382, 377, 843, 857, 857, 857, 1753, 1754, - 853, 857, 857, 857, 865, 865, 865, 865, 865, 865, - 871, 871, 871, 859, 1769, 377, 377, 682, 1770, 859, - 1771, 1772, 867, 1776, 1777, 867, 1778, 1779, 873, 871, - 871, 871, 696, 696, 696, 911, 911, 911, 383, 391, - 696, 696, 696, 1011, 1011, 1011, 407, 873, 1761, 1780, - 698, 1781, 912, 860, 1783, 390, 1784, 1012, 698, 696, - 696, 696, 1785, 726, 726, 726, 1786, 868, 726, 726, - 726, 1791, 1792, 726, 726, 726, 1793, 698, 1794, 1795, - 408, 728, 409, 1796, 1797, 410, 728, 411, 412, 874, - - 413, 728, 1798, 1799, 414, 1800, 415, 416, 417, 391, - 914, 914, 914, 884, 1801, 1802, 407, 731, 731, 731, - 1803, 732, 1804, 682, 733, 390, 1819, 915, 1820, 913, - 2022, 2022, 2022, 736, 736, 736, 736, 736, 736, 1821, - 1822, 736, 736, 736, 744, 744, 744, 2022, 1823, 1824, - 408, 738, 418, 1825, 738, 419, 1826, 420, 412, 738, - 421, 745, 1813, 1827, 414, 1828, 422, 423, 424, 741, - 741, 741, 1831, 742, 1832, 1833, 743, 920, 920, 920, - 1834, 921, 1841, 1842, 922, 918, 1843, 916, 923, 923, - 923, 747, 747, 747, 925, 925, 925, 1844, 926, 1845, - - 1846, 927, 750, 750, 750, 924, 1847, 1848, 748, 750, - 750, 750, 750, 750, 750, 932, 932, 932, 1849, 1850, - 752, 758, 758, 758, 758, 758, 758, 752, 1851, 1852, - 752, 1862, 933, 758, 758, 758, 762, 762, 762, 760, - 763, 1863, 760, 764, 768, 768, 768, 768, 768, 768, - 1864, 760, 768, 768, 768, 773, 773, 773, 773, 773, - 773, 1857, 770, 1857, 682, 770, 1865, 1866, 929, 1867, - 770, 1868, 1869, 775, 1860, 1858, 775, 935, 773, 773, - 773, 778, 778, 778, 1870, 779, 1871, 1876, 780, 785, - 785, 785, 785, 785, 785, 1877, 775, 785, 785, 785, - - 1878, 789, 789, 789, 1879, 790, 1855, 787, 791, 1880, - 787, 793, 793, 793, 939, 787, 793, 793, 793, 793, - 793, 793, 1881, 799, 799, 799, 1882, 800, 1883, 795, - 801, 805, 805, 805, 795, 1888, 1872, 795, 941, 802, - 802, 802, 682, 803, 1874, 1888, 804, 1873, 806, 952, - 952, 952, 1891, 953, 1892, 1875, 954, 1857, 947, 811, - 811, 811, 811, 811, 811, 811, 811, 811, 815, 815, - 815, 1858, 816, 998, 999, 817, 949, 813, 1902, 1886, - 813, 1903, 1904, 813, 818, 818, 818, 818, 818, 818, - 818, 818, 818, 823, 823, 823, 1857, 824, 1905, 1888, - - 825, 1909, 820, 1888, 1910, 820, 1911, 1860, 820, 829, - 829, 829, 829, 829, 829, 829, 829, 829, 834, 834, - 834, 1921, 967, 967, 967, 1925, 968, 831, 959, 969, - 831, 1926, 1927, 831, 1928, 835, 1932, 836, 836, 836, - 970, 970, 970, 1933, 971, 1934, 1935, 972, 840, 840, - 840, 1936, 1937, 960, 837, 840, 840, 840, 840, 840, - 840, 845, 845, 845, 1941, 682, 842, 1942, 977, 977, - 977, 965, 978, 842, 1943, 979, 842, 1944, 846, 848, - 848, 848, 981, 981, 981, 1945, 982, 1940, 682, 983, - 850, 850, 850, 850, 850, 850, 849, 850, 850, 850, - - 854, 854, 854, 1949, 855, 1950, 1948, 856, 852, 1951, - 1952, 852, 857, 857, 857, 852, 857, 857, 857, 1953, - 682, 975, 857, 857, 857, 987, 987, 987, 1959, 1960, - 859, 865, 865, 865, 859, 865, 865, 865, 1961, 1956, - 859, 1962, 988, 865, 865, 865, 871, 871, 871, 867, - 871, 871, 871, 867, 871, 871, 871, 997, 997, 997, - 984, 867, 1969, 1970, 873, 696, 696, 696, 873, 911, - 911, 911, 873, 1484, 682, 998, 999, 682, 985, 1022, - 1022, 1022, 682, 698, 682, 682, 912, 1031, 1031, 1031, - 1965, 1032, 682, 1012, 1033, 726, 726, 726, 1973, 682, - - 991, 914, 914, 914, 994, 1035, 1035, 1035, 682, 1036, - 682, 1987, 1037, 728, 736, 736, 736, 1983, 915, 920, - 920, 920, 682, 921, 1997, 1984, 922, 1005, 923, 923, - 923, 1483, 738, 1042, 1042, 1042, 1991, 1043, 682, 1482, - 1044, 750, 750, 750, 1988, 924, 925, 925, 925, 1034, - 926, 1481, 2015, 927, 932, 932, 932, 682, 682, 752, - 1040, 1049, 1049, 1049, 2005, 1050, 682, 682, 1051, 682, - 1998, 933, 1052, 1052, 1052, 758, 758, 758, 1058, 1058, - 1058, 773, 773, 773, 1065, 1065, 1065, 1480, 1046, 1053, - 1067, 1067, 1067, 760, 1992, 2009, 1059, 682, 2010, 775, - - 2006, 1066, 785, 785, 785, 2019, 682, 1068, 1071, 1071, - 1071, 2016, 793, 793, 793, 1074, 1074, 1074, 682, 682, - 787, 1054, 2022, 2022, 2022, 1072, 1077, 1077, 1077, 1061, - 795, 2007, 1075, 1069, 952, 952, 952, 682, 953, 2022, - 2008, 954, 1479, 1078, 2022, 2022, 2022, 2013, 2022, 2022, - 2022, 2022, 2022, 2022, 811, 811, 811, 818, 818, 818, - 2011, 2022, 2012, 1478, 1070, 2022, 2014, 1472, 2022, 682, - 1073, 682, 813, 1471, 682, 820, 1470, 1087, 1087, 1087, - 829, 829, 829, 1469, 1076, 682, 967, 967, 967, 2019, - 968, 1468, 1080, 969, 1088, 970, 970, 970, 831, 971, - - 682, 1467, 972, 2017, 1022, 1022, 1022, 840, 840, 840, - 1079, 987, 987, 987, 2018, 1082, 1466, 1081, 1093, 1083, - 1089, 1465, 977, 977, 977, 842, 978, 1461, 988, 979, - 981, 981, 981, 1090, 982, 1460, 1459, 983, 850, 850, - 850, 857, 857, 857, 1100, 1100, 1100, 1458, 1101, 1457, - 1456, 1102, 865, 865, 865, 1455, 852, 1454, 1453, 859, - 1107, 1107, 1107, 871, 871, 871, 997, 997, 997, 1094, - 867, 696, 696, 696, 1127, 1127, 1127, 1108, 1130, 1130, - 1130, 873, 1452, 1451, 998, 1127, 1127, 1127, 1128, 698, - 1448, 1445, 1131, 1444, 1098, 1136, 1136, 1136, 1105, 1128, - - 1097, 1138, 1138, 1138, 1138, 1138, 1138, 1443, 1442, 1131, - 1136, 1136, 1136, 1430, 1111, 1139, 1428, 1427, 1139, 1417, - 1118, 1031, 1031, 1031, 1141, 1032, 1109, 1411, 1033, 1406, - 1112, 726, 726, 726, 1129, 1035, 1035, 1035, 1405, 1036, - 1401, 1394, 1037, 1389, 1388, 1135, 1052, 1052, 1052, 728, - 736, 736, 736, 1042, 1042, 1042, 1387, 1043, 1381, 1380, - 1044, 1129, 1379, 1053, 1135, 750, 750, 750, 738, 1049, - 1049, 1049, 1378, 1050, 1377, 1376, 1051, 1158, 1158, 1158, - 1375, 1159, 1374, 752, 1160, 758, 758, 758, 1162, 1162, - 1162, 2022, 2022, 2022, 1142, 1165, 1165, 1165, 1145, 1058, - - 1058, 1058, 1373, 760, 1372, 1163, 1366, 1365, 2022, 1167, - 1167, 1167, 1166, 773, 773, 773, 1364, 1059, 1065, 1065, - 1065, 1363, 1148, 1173, 1173, 1173, 1168, 1174, 1361, 1359, - 1175, 775, 1355, 1161, 1354, 1066, 1067, 1067, 1067, 1176, - 1176, 1176, 1352, 1177, 1351, 1164, 1178, 1180, 1180, 1180, - 1071, 1071, 1071, 1068, 1182, 1182, 1182, 1169, 1183, 1347, - 1340, 1184, 1185, 1185, 1185, 1181, 1335, 1072, 1074, 1074, - 1074, 1187, 1187, 1187, 1333, 1188, 1332, 1331, 1189, 1322, - 1186, 1190, 1190, 1190, 1317, 1075, 1077, 1077, 1077, 1192, - 1192, 1192, 1316, 1193, 1315, 1314, 1194, 1310, 1191, 1195, - - 1195, 1195, 1296, 1078, 2022, 2022, 2022, 1198, 1198, 1198, - 811, 811, 811, 818, 818, 818, 1196, 1087, 1087, 1087, - 1295, 2022, 1294, 1293, 1199, 1205, 1205, 1205, 813, 1206, - 1292, 820, 1207, 1291, 1088, 1209, 1209, 1209, 1211, 1211, - 1211, 1277, 2022, 2022, 2022, 840, 840, 840, 1216, 1216, - 1216, 1274, 1273, 1210, 1272, 1212, 1269, 1268, 1197, 2022, - 1264, 1201, 1263, 842, 1260, 1217, 2022, 2022, 2022, 850, - 850, 850, 1200, 1259, 857, 857, 857, 1100, 1100, 1100, - 1257, 1101, 1256, 2022, 1102, 1255, 1254, 852, 1220, 865, - 865, 865, 859, 1215, 1107, 1107, 1107, 1226, 1226, 1226, - - 1251, 1227, 1213, 1250, 1228, 1249, 1247, 867, 1245, 1218, - 1244, 1108, 871, 871, 871, 1243, 1242, 1219, 1234, 1234, - 1234, 2022, 2022, 2022, 2022, 2022, 2022, 696, 696, 696, - 873, 1252, 1252, 1252, 1241, 1235, 1240, 1224, 2022, 1239, - 1233, 2022, 1253, 1253, 1253, 698, 1136, 1136, 1136, 1138, - 1138, 1138, 726, 726, 726, 1225, 1261, 1261, 1261, 750, - 750, 750, 1266, 1266, 1266, 1223, 1222, 1229, 1221, 1214, - 728, 1208, 1204, 1236, 1262, 1203, 1202, 752, 1179, 1267, - 1172, 1237, 1171, 1170, 1238, 1158, 1158, 1158, 1149, 1159, - 1147, 1146, 1160, 758, 758, 758, 1162, 1162, 1162, 1258, - - 1144, 1279, 1279, 1279, 1143, 1280, 1140, 1278, 1281, 1137, - 1134, 760, 1133, 1163, 1265, 1282, 1282, 1282, 1165, 1165, - 1165, 1284, 1284, 1284, 1132, 1285, 1126, 1125, 1286, 1167, - 1167, 1167, 1283, 1124, 1123, 1166, 1287, 1287, 1287, 1122, - 1288, 1121, 1120, 1289, 1119, 1115, 1168, 773, 773, 773, - 1173, 1173, 1173, 1114, 1174, 1113, 998, 1175, 1106, 1176, - 1176, 1176, 1104, 1177, 1103, 775, 1178, 1180, 1180, 1180, - 1182, 1182, 1182, 1099, 1183, 1096, 1095, 1184, 1185, 1185, - 1185, 1092, 1187, 1187, 1187, 1181, 1188, 1091, 1086, 1189, - 1190, 1190, 1190, 1290, 1085, 1084, 1186, 1297, 1297, 1297, - - 1064, 1298, 1063, 1062, 1299, 1060, 1057, 1191, 1192, 1192, - 1192, 1056, 1193, 1055, 1048, 1194, 1195, 1195, 1195, 1300, - 1300, 1300, 1045, 1301, 1041, 1039, 1302, 1303, 1303, 1303, - 1198, 1198, 1198, 1196, 1305, 1305, 1305, 1038, 1306, 1030, - 1029, 1307, 1028, 1027, 1304, 1026, 1025, 1199, 811, 811, - 811, 818, 818, 818, 1311, 1311, 1311, 1205, 1205, 1205, - 1024, 1206, 1023, 1020, 1207, 1019, 813, 1018, 1017, 820, - 1016, 1312, 1209, 1209, 1209, 1211, 1211, 1211, 1318, 1318, - 1318, 1014, 1319, 1013, 1010, 1320, 2022, 2022, 2022, 1008, - 1210, 1007, 1212, 1216, 1216, 1216, 1308, 1313, 840, 840, - - 840, 1006, 1004, 2022, 2022, 2022, 2022, 1328, 1328, 1328, - 1217, 1309, 1323, 1324, 1324, 1324, 842, 1325, 1003, 1002, - 1326, 2022, 857, 857, 857, 1329, 865, 865, 865, 1226, - 1226, 1226, 1001, 1227, 1000, 993, 1228, 992, 1321, 990, - 859, 871, 871, 871, 867, 1234, 1234, 1234, 1341, 1341, - 1341, 989, 1342, 986, 980, 1343, 2022, 2022, 2022, 873, - 976, 1327, 1235, 2022, 2022, 2022, 974, 973, 1330, 966, - 696, 696, 696, 2022, 1348, 1348, 1348, 1349, 1349, 1349, - 2022, 1350, 1350, 1350, 1353, 1353, 1353, 1334, 698, 1336, - 1246, 1246, 1246, 1248, 1248, 1248, 1356, 1356, 1356, 1357, - - 1357, 1357, 1252, 1252, 1252, 1253, 1253, 1253, 1358, 1358, - 1358, 964, 1344, 1360, 1360, 1360, 726, 726, 726, 1261, - 1261, 1261, 1367, 1367, 1367, 963, 1345, 1266, 1266, 1266, - 1346, 1369, 1369, 1369, 728, 1370, 962, 1262, 1371, 961, - 1368, 758, 758, 758, 1267, 1279, 1279, 1279, 958, 1280, - 957, 956, 1281, 1282, 1282, 1282, 1383, 1383, 1383, 760, - 1384, 955, 951, 1385, 1362, 1284, 1284, 1284, 950, 1285, - 1283, 948, 1286, 1287, 1287, 1287, 946, 1288, 945, 944, - 1289, 773, 773, 773, 1297, 1297, 1297, 1382, 1298, 943, - 942, 1299, 940, 1300, 1300, 1300, 938, 1301, 937, 775, - - 1302, 1303, 1303, 1303, 1395, 1395, 1395, 936, 1396, 934, - 931, 1397, 1305, 1305, 1305, 928, 1306, 919, 1304, 1307, - 811, 811, 811, 1399, 1399, 1399, 1311, 1311, 1311, 1402, - 1402, 1402, 1386, 1403, 917, 910, 1404, 909, 813, 908, - 907, 1400, 905, 1312, 1318, 1318, 1318, 903, 1319, 902, - 901, 1320, 2022, 2022, 2022, 840, 840, 840, 1324, 1324, - 1324, 900, 1325, 899, 898, 1326, 2022, 2022, 2022, 2022, - 1328, 1328, 1328, 842, 857, 857, 857, 1425, 1425, 1425, - 1398, 897, 895, 2022, 865, 865, 865, 894, 1329, 1432, - 1432, 1432, 859, 891, 1426, 871, 871, 871, 1416, 1435, - - 1435, 1435, 867, 890, 1341, 1341, 1341, 682, 1342, 889, - 1418, 1343, 888, 873, 2022, 2022, 2022, 2022, 2022, 2022, - 887, 886, 1423, 696, 696, 696, 1439, 1439, 1439, 885, - 883, 2022, 882, 881, 2022, 880, 1424, 1348, 1348, 1348, - 879, 698, 1349, 1349, 1349, 1429, 1350, 1350, 1350, 878, - 877, 1431, 1440, 1440, 1440, 1441, 1441, 1441, 1353, 1353, - 1353, 1356, 1356, 1356, 1357, 1357, 1357, 1436, 1358, 1358, - 1358, 1360, 1360, 1360, 1446, 1446, 1446, 876, 1438, 1437, - 1449, 1449, 1449, 1367, 1367, 1367, 1369, 1369, 1369, 682, - 1370, 870, 1447, 1371, 758, 758, 758, 1450, 1383, 1383, - - 1383, 1368, 1384, 869, 864, 1385, 1463, 1463, 1463, 1395, - 1395, 1395, 760, 1396, 863, 862, 1397, 1473, 1473, 1473, - 1399, 1399, 1399, 861, 1464, 1475, 1475, 1475, 847, 1402, - 1402, 1402, 844, 1403, 839, 1474, 1404, 838, 1400, 1491, - 1491, 1491, 1476, 1493, 1493, 1493, 840, 840, 840, 833, - 828, 1462, 2022, 2022, 2022, 827, 1492, 857, 857, 857, - 1425, 1425, 1425, 826, 842, 1506, 1506, 1506, 1477, 2022, - 822, 810, 1503, 1503, 1503, 859, 1504, 1426, 809, 1505, - 808, 807, 1507, 1509, 1509, 1509, 1511, 1511, 1511, 871, - 871, 871, 1432, 1432, 1432, 1501, 1435, 1435, 1435, 792, - - 784, 1510, 1516, 1516, 1516, 783, 782, 873, 781, 1494, - 682, 777, 772, 1502, 2022, 2022, 2022, 767, 766, 1517, - 1519, 1519, 1519, 1439, 1439, 1439, 1440, 1440, 1440, 765, - 757, 2022, 1441, 1441, 1441, 1446, 1446, 1446, 1520, 1449, - 1449, 1449, 1526, 1526, 1526, 756, 1527, 755, 754, 1528, - 1513, 1512, 749, 1447, 746, 740, 1450, 758, 758, 758, - 735, 734, 1518, 1463, 1463, 1463, 1546, 1546, 1546, 1473, - 1473, 1473, 1475, 1475, 1475, 760, 730, 725, 1548, 1548, - 1548, 1464, 1549, 1547, 724, 1550, 723, 1474, 722, 1476, - 1556, 1556, 1556, 1491, 1491, 1491, 1564, 1564, 1564, 721, - - 1565, 720, 719, 1566, 1493, 1493, 1493, 1557, 718, 717, - 1492, 716, 715, 1540, 840, 840, 840, 2022, 2022, 2022, - 1576, 1576, 1576, 1503, 1503, 1503, 714, 1504, 713, 712, - 1505, 711, 842, 710, 2022, 1506, 1506, 1506, 1577, 1578, - 1578, 1578, 709, 1579, 708, 707, 1580, 706, 1581, 1581, - 1581, 705, 1507, 1509, 1509, 1509, 1511, 1511, 1511, 1583, - 1583, 1583, 704, 703, 1574, 1582, 702, 701, 1567, 700, - 695, 1510, 1516, 1516, 1516, 694, 693, 1584, 1575, 1588, - 1588, 1588, 692, 1589, 691, 690, 1590, 689, 688, 1517, - 1591, 1591, 1591, 1519, 1519, 1519, 1597, 1597, 1597, 1526, - - 1526, 1526, 685, 1527, 683, 682, 1528, 1592, 758, 758, - 758, 1520, 680, 1598, 1546, 1546, 1546, 1618, 1618, 1618, - 678, 1619, 677, 676, 1620, 674, 760, 673, 1548, 1548, - 1548, 1547, 1549, 672, 671, 1550, 1556, 1556, 1556, 1624, - 1624, 1624, 670, 1625, 666, 664, 1626, 1564, 1564, 1564, - 663, 1565, 662, 1557, 1566, 840, 840, 840, 2022, 2022, - 2022, 2022, 2022, 2022, 1614, 1576, 1576, 1576, 661, 660, - 1578, 1578, 1578, 842, 1579, 2022, 658, 1580, 2022, 1581, - 1581, 1581, 657, 1577, 1646, 1646, 1646, 656, 1647, 655, - 654, 1648, 1583, 1583, 1583, 653, 1582, 1588, 1588, 1588, - - 651, 1589, 650, 649, 1590, 1591, 1591, 1591, 646, 645, - 1584, 1652, 1652, 1652, 641, 1653, 639, 1637, 1654, 1644, - 638, 1645, 1592, 1655, 1655, 1655, 1657, 1657, 1657, 1597, - 1597, 1597, 1659, 1659, 1659, 637, 1660, 636, 635, 1661, - 758, 758, 758, 1676, 1676, 1676, 1598, 1618, 1618, 1618, - 630, 1619, 629, 627, 1620, 1682, 1682, 1682, 760, 624, - 1677, 1624, 1624, 1624, 622, 1625, 621, 620, 1626, 840, - 840, 840, 1683, 2022, 2022, 2022, 2022, 2022, 2022, 1655, - 1655, 1655, 1706, 1706, 1706, 619, 1678, 842, 1675, 616, - 2022, 615, 613, 2022, 1646, 1646, 1646, 612, 1647, 1707, - - 998, 1648, 1652, 1652, 1652, 610, 1653, 609, 608, 1654, - 1657, 1657, 1657, 1659, 1659, 1659, 605, 1660, 603, 602, - 1661, 1695, 1703, 1714, 1714, 1714, 758, 758, 758, 1676, - 1676, 1676, 1725, 1725, 1725, 1702, 1726, 601, 599, 1727, - 1715, 1682, 1682, 1682, 760, 597, 1677, 1733, 1733, 1733, - 596, 1734, 595, 594, 1735, 1747, 1747, 1747, 1683, 1755, - 1755, 1755, 1758, 1758, 1758, 1762, 1762, 1762, 1706, 1706, - 1706, 591, 1724, 1748, 590, 589, 1756, 586, 583, 1759, - 582, 580, 1763, 998, 579, 1707, 998, 577, 1764, 1764, - 1764, 574, 1765, 573, 570, 1766, 1767, 1767, 1767, 1768, - - 1768, 1768, 1757, 569, 568, 1760, 998, 1714, 1714, 1714, - 1773, 1773, 1773, 567, 1774, 566, 565, 1775, 758, 758, - 758, 1725, 1725, 1725, 1715, 1726, 560, 559, 1727, 1787, - 1787, 1787, 558, 1733, 1733, 1733, 760, 1734, 557, 556, - 1735, 1789, 1789, 1789, 555, 554, 1788, 1747, 1747, 1747, - 1755, 1755, 1755, 1805, 1805, 1805, 552, 1806, 1790, 551, - 1807, 2022, 2022, 2022, 550, 1748, 549, 1756, 1758, 1758, - 1758, 548, 1809, 1809, 1809, 547, 1810, 546, 2022, 1811, - 1782, 2022, 2022, 2022, 541, 1759, 1762, 1762, 1762, 1814, - 1814, 1814, 538, 1815, 540, 535, 1816, 533, 2022, 1767, - - 1767, 1767, 531, 1763, 998, 2022, 530, 998, 529, 1764, - 1764, 1764, 528, 1765, 527, 525, 1766, 1768, 1768, 1768, - 523, 1773, 1773, 1773, 521, 1774, 1808, 998, 1775, 1835, - 1835, 1835, 520, 1836, 519, 518, 1837, 517, 1829, 1829, - 1829, 516, 1787, 1787, 1787, 514, 1812, 996, 996, 996, - 996, 996, 996, 996, 996, 996, 1830, 513, 996, 1788, - 1789, 1789, 1789, 996, 996, 996, 998, 996, 1838, 1838, - 1838, 509, 1839, 508, 506, 1840, 505, 1790, 1805, 1805, - 1805, 502, 1806, 501, 500, 1807, 2022, 2022, 2022, 996, - 996, 996, 996, 996, 996, 996, 996, 996, 996, 996, - - 498, 496, 996, 2022, 2022, 2022, 2022, 996, 996, 996, - 998, 996, 1809, 1809, 1809, 494, 1810, 492, 491, 1811, - 488, 2022, 1814, 1814, 1814, 487, 1815, 483, 481, 1816, - 1829, 1829, 1829, 996, 996, 1835, 1835, 1835, 1853, 1836, - 998, 480, 1837, 1838, 1838, 1838, 478, 1839, 1830, 477, - 1840, 476, 2022, 2022, 2022, 475, 1854, 996, 996, 996, - 996, 996, 1861, 996, 996, 996, 474, 471, 996, 2022, - 2022, 2022, 2022, 996, 996, 996, 998, 996, 1890, 1890, - 1890, 1893, 1893, 1893, 1912, 1912, 1912, 2022, 1913, 469, - 468, 1914, 420, 1895, 1895, 1895, 998, 999, 1894, 996, - - 996, 996, 996, 996, 996, 996, 996, 996, 996, 1861, - 1896, 467, 996, 465, 1884, 463, 462, 996, 996, 996, - 998, 996, 1897, 1897, 1897, 1900, 1900, 1900, 2022, 2022, - 2022, 461, 1885, 2022, 2022, 2022, 1908, 1908, 1908, 1898, - 460, 458, 1901, 996, 996, 2022, 1890, 1890, 1890, 456, - 2022, 1893, 1893, 1893, 682, 1895, 1895, 1895, 455, 1915, - 1915, 1915, 454, 1916, 998, 1899, 1917, 452, 1894, 1897, - 1897, 1897, 1896, 1918, 1918, 1918, 450, 1919, 449, 1906, - 1920, 1900, 1900, 1900, 1907, 445, 1898, 444, 1922, 1922, - 1922, 442, 1923, 441, 1111, 1924, 438, 437, 1901, 2022, - - 2022, 2022, 2022, 2022, 2022, 1908, 1908, 1908, 1912, 1912, - 1912, 436, 1913, 434, 432, 1914, 2022, 430, 2022, 2022, - 1915, 1915, 1915, 682, 1916, 406, 405, 1917, 1918, 1918, - 1918, 403, 1919, 401, 395, 1920, 1922, 1922, 1922, 394, - 1923, 1931, 1929, 1924, 395, 1930, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 394, 393, 2022, 392, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 1957, - 1957, 1957, 2022, 2022, 2022, 2022, 2022, 2022, 1957, 1957, - 1957, 2022, 2022, 2022, 2022, 2022, 1958, 2022, 2022, 2022, - - 2022, 2022, 2022, 1938, 2022, 1958, 1939, 2022, 2022, 1954, - 2022, 1966, 1966, 1966, 1946, 1967, 2022, 1947, 1968, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 1955, 2022, 2022, - 1963, 2022, 2022, 1964, 2022, 2022, 2022, 2022, 2022, 2022, - 1966, 1966, 1966, 2022, 1967, 2022, 2022, 1968, 2022, 2022, - 2022, 2022, 2022, 2022, 1976, 1976, 1976, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 1976, - 1976, 1976, 682, 1979, 2022, 2022, 1980, 2022, 2022, 1971, - 2022, 2022, 1972, 2022, 2022, 2022, 2022, 682, 2022, 2022, - 2022, 1974, 2022, 2022, 1975, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 1993, 1993, 1993, 2022, 2022, 1977, 2022, - 1978, 2022, 2022, 2022, 2022, 2022, 2022, 1995, 1995, 1995, - 1994, 1981, 1993, 1993, 1993, 2022, 1982, 2022, 1999, 1999, - 1999, 2022, 2000, 2022, 1996, 2001, 2022, 2022, 1986, 1994, - 2022, 1985, 2022, 1989, 1995, 1995, 1995, 2002, 2002, 2002, - 2022, 2003, 2022, 2022, 2004, 1999, 1999, 1999, 2022, 2000, - 2022, 1996, 2001, 1990, 2002, 2002, 2002, 2022, 2003, 2022, - 2022, 2004, 2020, 2020, 2020, 2020, 2020, 2020, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2021, 2022, 2022, 2021, 144, 144, 144, 144, 144, 144, - 144, 144, 144, 145, 145, 145, 145, 145, 145, 145, - 145, 145, 150, 150, 150, 150, 150, 150, 150, 150, - 150, 153, 153, 153, 153, 153, 153, 153, 153, 153, - 156, 156, 156, 156, 156, 156, 156, 156, 156, 159, - 159, 159, 159, 159, 159, 159, 159, 159, 166, 166, - 166, 166, 166, 166, 166, 166, 166, 174, 174, 174, - 174, 174, 174, 174, 174, 174, 179, 179, 179, 179, - 179, 179, 179, 179, 179, 189, 189, 189, 189, 189, - 189, 189, 189, 189, 193, 193, 193, 193, 193, 193, - - 193, 193, 193, 199, 199, 199, 199, 199, 199, 199, - 199, 199, 210, 210, 210, 210, 210, 210, 210, 210, - 210, 217, 217, 217, 217, 217, 217, 217, 217, 217, - 225, 225, 225, 225, 225, 225, 225, 225, 225, 231, - 231, 231, 231, 231, 231, 231, 231, 231, 237, 237, - 237, 237, 237, 237, 237, 237, 237, 244, 244, 244, - 244, 244, 244, 244, 244, 244, 250, 250, 250, 250, - 250, 250, 250, 250, 250, 256, 256, 256, 256, 256, - 256, 256, 256, 256, 262, 262, 262, 262, 262, 262, - 262, 262, 262, 270, 270, 270, 270, 270, 270, 270, - - 270, 270, 277, 277, 277, 277, 277, 277, 277, 277, - 277, 282, 282, 282, 282, 282, 282, 282, 282, 282, - 297, 297, 297, 297, 297, 297, 297, 297, 297, 303, - 303, 303, 303, 303, 303, 303, 303, 303, 307, 307, - 307, 307, 307, 307, 307, 307, 307, 313, 313, 313, - 313, 313, 313, 313, 313, 313, 320, 320, 320, 320, - 320, 320, 320, 320, 320, 327, 327, 327, 327, 327, - 327, 327, 327, 327, 334, 334, 334, 334, 334, 334, - 334, 334, 334, 341, 341, 341, 341, 341, 341, 341, - 341, 341, 348, 348, 348, 348, 348, 348, 348, 348, - - 348, 355, 355, 355, 355, 355, 355, 355, 355, 355, - 359, 359, 359, 359, 359, 359, 359, 359, 359, 365, - 365, 365, 365, 365, 365, 365, 365, 365, 372, 372, - 372, 372, 372, 372, 372, 372, 372, 380, 380, 380, - 380, 380, 380, 380, 380, 380, 384, 384, 384, 384, - 384, 384, 384, 384, 384, 404, 404, 404, 2022, 2022, - 2022, 404, 431, 431, 431, 2022, 2022, 2022, 431, 435, - 435, 435, 2022, 2022, 2022, 435, 443, 443, 443, 2022, - 2022, 2022, 443, 453, 453, 453, 2022, 2022, 2022, 453, - 459, 459, 459, 2022, 2022, 2022, 459, 466, 466, 466, - - 2022, 2022, 2022, 466, 470, 470, 470, 2022, 2022, 2022, - 470, 479, 479, 479, 2022, 2022, 2022, 479, 484, 484, - 484, 2022, 2022, 2022, 484, 495, 495, 495, 2022, 2022, - 2022, 495, 499, 499, 499, 2022, 2022, 2022, 499, 507, - 507, 507, 2022, 2022, 2022, 507, 515, 515, 515, 2022, - 2022, 2022, 515, 522, 522, 522, 2022, 2022, 2022, 522, - 526, 526, 526, 2022, 2022, 2022, 526, 534, 534, 534, - 2022, 2022, 2022, 534, 537, 537, 537, 537, 537, 537, - 537, 2022, 537, 553, 2022, 2022, 2022, 553, 581, 2022, - 2022, 2022, 581, 588, 2022, 2022, 2022, 588, 598, 2022, - - 2022, 2022, 598, 604, 2022, 2022, 2022, 604, 611, 2022, - 2022, 2022, 611, 614, 2022, 2022, 2022, 614, 623, 2022, - 2022, 2022, 623, 628, 2022, 2022, 2022, 628, 484, 484, - 484, 2022, 2022, 2022, 484, 640, 2022, 2022, 2022, 640, - 495, 495, 495, 2022, 2022, 2022, 495, 644, 2022, 2022, - 2022, 644, 499, 499, 499, 2022, 2022, 2022, 499, 652, - 2022, 2022, 2022, 652, 507, 507, 507, 2022, 2022, 2022, - 507, 659, 2022, 2022, 2022, 659, 515, 515, 515, 2022, - 2022, 2022, 515, 665, 2022, 2022, 2022, 665, 522, 522, - 522, 2022, 2022, 2022, 522, 669, 2022, 2022, 2022, 669, - - 526, 526, 526, 2022, 2022, 2022, 526, 675, 2022, 2022, - 2022, 675, 534, 534, 534, 2022, 2022, 2022, 534, 679, - 2022, 2022, 2022, 679, 681, 681, 681, 681, 681, 681, - 681, 681, 681, 687, 2022, 2022, 2022, 2022, 687, 404, - 404, 404, 2022, 2022, 2022, 404, 697, 697, 697, 697, - 2022, 2022, 697, 697, 431, 431, 431, 2022, 2022, 2022, - 431, 727, 727, 727, 727, 2022, 2022, 727, 727, 435, - 435, 435, 2022, 2022, 2022, 435, 737, 737, 737, 737, - 2022, 2022, 737, 737, 443, 443, 443, 2022, 2022, 2022, - 443, 751, 751, 751, 751, 2022, 2022, 751, 751, 453, - - 453, 453, 2022, 2022, 2022, 453, 759, 759, 759, 759, - 2022, 2022, 759, 759, 459, 459, 459, 2022, 2022, 2022, - 459, 769, 769, 769, 769, 2022, 2022, 769, 769, 466, - 466, 466, 2022, 2022, 2022, 466, 774, 774, 774, 774, - 2022, 2022, 774, 774, 470, 470, 470, 2022, 2022, 2022, - 470, 786, 786, 786, 786, 2022, 2022, 786, 786, 479, - 479, 479, 2022, 2022, 2022, 479, 794, 794, 794, 794, - 2022, 2022, 794, 794, 484, 484, 484, 2022, 2022, 2022, - 484, 812, 812, 812, 812, 2022, 2022, 812, 812, 819, - 819, 819, 819, 2022, 2022, 819, 819, 499, 499, 499, - - 2022, 2022, 2022, 499, 830, 830, 830, 830, 2022, 2022, - 830, 830, 507, 507, 507, 2022, 2022, 2022, 507, 841, - 841, 841, 841, 2022, 2022, 841, 841, 515, 515, 515, - 2022, 2022, 2022, 515, 851, 851, 851, 851, 2022, 2022, - 851, 851, 858, 858, 858, 858, 2022, 2022, 858, 858, - 526, 526, 526, 2022, 2022, 2022, 526, 866, 866, 866, - 866, 2022, 2022, 866, 866, 534, 534, 534, 2022, 2022, - 2022, 534, 872, 872, 872, 872, 2022, 2022, 872, 872, - 681, 681, 681, 681, 681, 681, 681, 681, 681, 687, - 2022, 687, 2022, 2022, 687, 404, 404, 404, 2022, 2022, - - 2022, 404, 697, 697, 697, 697, 2022, 2022, 697, 697, - 431, 431, 431, 431, 2022, 431, 2022, 431, 727, 727, - 727, 727, 2022, 2022, 727, 727, 435, 435, 435, 435, - 2022, 435, 2022, 435, 737, 737, 737, 737, 2022, 2022, - 737, 737, 443, 443, 443, 2022, 2022, 2022, 443, 751, - 751, 751, 751, 2022, 2022, 751, 751, 453, 453, 453, - 2022, 2022, 2022, 453, 759, 759, 759, 759, 2022, 2022, - 759, 759, 459, 459, 459, 2022, 2022, 2022, 459, 769, - 769, 769, 769, 2022, 2022, 769, 769, 466, 466, 466, - 2022, 2022, 2022, 466, 774, 774, 774, 774, 2022, 2022, - - 774, 774, 470, 470, 470, 2022, 2022, 2022, 470, 786, - 786, 786, 786, 2022, 2022, 786, 786, 479, 479, 479, - 2022, 2022, 2022, 479, 794, 794, 794, 794, 2022, 2022, - 794, 794, 484, 484, 484, 2022, 2022, 2022, 484, 812, - 812, 812, 812, 2022, 2022, 812, 812, 819, 819, 819, - 819, 2022, 2022, 819, 819, 499, 499, 499, 2022, 2022, - 2022, 499, 830, 830, 830, 830, 2022, 2022, 830, 830, - 507, 507, 507, 2022, 2022, 2022, 507, 841, 841, 841, - 841, 2022, 2022, 841, 841, 515, 515, 515, 2022, 2022, - 2022, 515, 851, 851, 851, 851, 2022, 2022, 851, 851, - - 858, 858, 858, 858, 2022, 2022, 858, 858, 526, 526, - 526, 2022, 2022, 2022, 526, 866, 866, 866, 866, 2022, - 2022, 866, 866, 534, 534, 534, 2022, 2022, 2022, 534, - 872, 872, 872, 872, 2022, 2022, 872, 872, 681, 681, - 681, 681, 681, 681, 681, 681, 681, 996, 996, 996, - 996, 996, 996, 996, 996, 996, 404, 404, 404, 2022, - 2022, 2022, 404, 697, 697, 697, 697, 2022, 2022, 697, - 697, 727, 727, 727, 727, 2022, 2022, 727, 727, 435, - 435, 435, 2022, 2022, 2022, 435, 737, 737, 737, 737, - 2022, 2022, 737, 737, 443, 443, 443, 2022, 2022, 2022, - - 443, 751, 751, 751, 751, 2022, 2022, 751, 751, 453, - 453, 453, 2022, 2022, 2022, 453, 759, 759, 759, 759, - 2022, 2022, 759, 759, 459, 459, 459, 2022, 2022, 2022, - 459, 769, 769, 769, 769, 2022, 2022, 769, 769, 466, - 466, 466, 2022, 2022, 2022, 466, 774, 774, 774, 774, - 2022, 2022, 774, 774, 470, 470, 470, 2022, 2022, 2022, - 470, 786, 786, 786, 786, 2022, 2022, 786, 786, 479, - 479, 479, 479, 2022, 479, 2022, 479, 794, 794, 794, - 794, 2022, 2022, 794, 794, 484, 484, 484, 484, 2022, - 484, 2022, 484, 812, 812, 812, 812, 2022, 2022, 812, - - 812, 819, 819, 819, 819, 2022, 2022, 819, 819, 499, - 499, 499, 2022, 2022, 2022, 499, 830, 830, 830, 830, - 2022, 2022, 830, 830, 507, 507, 507, 2022, 2022, 2022, - 507, 841, 841, 841, 841, 2022, 2022, 841, 841, 515, - 515, 515, 2022, 2022, 2022, 515, 851, 851, 851, 851, - 2022, 2022, 851, 851, 858, 858, 858, 858, 2022, 2022, - 858, 858, 526, 526, 526, 2022, 2022, 2022, 526, 866, - 866, 866, 866, 2022, 2022, 866, 866, 534, 534, 534, - 534, 2022, 534, 2022, 534, 872, 872, 872, 872, 2022, - 2022, 872, 872, 681, 681, 681, 681, 681, 681, 681, - - 681, 681, 996, 996, 996, 996, 996, 996, 996, 996, - 996, 404, 404, 404, 2022, 2022, 2022, 404, 697, 697, - 697, 697, 2022, 2022, 697, 697, 727, 727, 727, 727, - 2022, 2022, 727, 727, 435, 435, 435, 2022, 2022, 2022, - 435, 737, 737, 737, 737, 2022, 2022, 737, 737, 443, - 443, 443, 2022, 2022, 2022, 443, 751, 751, 751, 751, - 2022, 2022, 751, 751, 453, 453, 453, 2022, 2022, 2022, - 453, 759, 759, 759, 759, 2022, 2022, 759, 759, 459, - 459, 459, 459, 2022, 459, 2022, 459, 466, 466, 466, - 466, 2022, 466, 2022, 466, 774, 774, 774, 774, 2022, - - 2022, 774, 774, 470, 470, 470, 2022, 2022, 2022, 470, - 786, 786, 786, 786, 2022, 2022, 786, 786, 794, 794, - 794, 794, 2022, 2022, 794, 794, 484, 484, 484, 484, - 2022, 484, 2022, 484, 812, 812, 812, 812, 2022, 2022, - 812, 812, 819, 819, 819, 819, 2022, 2022, 819, 819, - 499, 499, 499, 2022, 2022, 2022, 499, 830, 830, 830, - 830, 2022, 2022, 830, 830, 507, 507, 507, 507, 2022, - 507, 2022, 507, 841, 841, 841, 841, 2022, 2022, 841, - 841, 515, 515, 515, 515, 2022, 515, 2022, 515, 851, - 851, 851, 851, 2022, 2022, 851, 851, 858, 858, 858, - - 858, 2022, 2022, 858, 858, 526, 526, 526, 2022, 2022, - 2022, 526, 866, 866, 866, 866, 2022, 2022, 866, 866, - 872, 872, 872, 872, 2022, 2022, 872, 872, 681, 681, - 681, 681, 681, 681, 681, 681, 681, 996, 996, 996, - 996, 996, 996, 996, 996, 996, 404, 404, 404, 404, - 2022, 404, 2022, 404, 697, 697, 697, 697, 2022, 2022, - 697, 697, 727, 727, 727, 727, 2022, 2022, 727, 727, - 435, 435, 435, 2022, 2022, 2022, 435, 737, 737, 737, - 737, 2022, 2022, 737, 737, 443, 443, 443, 2022, 2022, - 2022, 443, 751, 751, 751, 751, 2022, 2022, 751, 751, - - 453, 453, 453, 453, 2022, 453, 2022, 453, 759, 759, - 759, 759, 2022, 2022, 759, 759, 459, 459, 459, 459, - 2022, 459, 2022, 459, 774, 774, 774, 774, 2022, 2022, - 774, 774, 470, 470, 470, 2022, 2022, 2022, 470, 1817, - 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1818, 1818, - 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1856, 1856, 1856, - 1856, 1856, 1856, 1856, 1856, 1856, 1859, 1859, 1859, 1859, - 1859, 1859, 1859, 1859, 1859, 1887, 1887, 1887, 1887, 1887, - 1887, 1887, 1887, 1887, 1889, 1889, 1889, 1889, 1889, 1889, - 1889, 1889, 1889, 143, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022 -}; - -static yyconst flex_int16_t yy_chk[7164] = { 0, - 0, 3, 3, 3, 4, 4, 4, 5, 5, 5, - 6, 6, 6, 7, 7, 7, 11, 3, 9, 12, - 4, 10, 219, 5, 0, 9, 6, 0, 10, 7, - 8, 8, 8, 148, 11, 13, 13, 12, 14, 14, - 13, 13, 220, 14, 14, 149, 8, 17, 17, 148, - 13, 15, 15, 14, 15, 152, 15, 16, 16, 414, - 16, 149, 16, 18, 18, 414, 15, 19, 19, 19, - 219, 152, 16, 20, 20, 20, 23, 23, 23, 24, - 24, 24, 266, 19, 25, 25, 25, 332, 17, 20, - 220, 266, 23, 425, 332, 24, 146, 146, 146, 425, - - 25, 147, 147, 147, 18, 21, 21, 21, 21, 21, - 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, - 1412, 21, 21, 21, 21, 21, 26, 26, 26, 27, - 27, 27, 319, 28, 28, 28, 29, 29, 29, 30, - 30, 30, 26, 319, 451, 27, 175, 21, 21, 28, - 451, 294, 29, 190, 294, 30, 151, 151, 151, 172, - 172, 172, 175, 180, 180, 180, 187, 187, 187, 190, - 21, 183, 21, 22, 22, 22, 22, 22, 22, 22, - 22, 22, 22, 22, 22, 22, 22, 22, 272, 22, - 22, 22, 22, 22, 31, 31, 31, 32, 32, 32, - - 995, 33, 33, 33, 34, 34, 34, 35, 35, 35, - 31, 415, 200, 32, 170, 22, 22, 33, 211, 183, - 34, 183, 995, 35, 415, 36, 36, 36, 200, 185, - 170, 194, 194, 194, 211, 185, 272, 185, 22, 185, - 22, 36, 37, 37, 37, 37, 37, 37, 37, 37, - 37, 37, 37, 37, 37, 37, 37, 291, 37, 37, - 37, 37, 37, 39, 39, 39, 40, 40, 40, 170, - 47, 47, 47, 43, 43, 44, 44, 291, 43, 39, - 44, 1152, 40, 215, 37, 37, 47, 215, 43, 1152, - 44, 215, 37, 38, 38, 38, 38, 38, 38, 38, - - 38, 38, 38, 38, 38, 38, 38, 38, 707, 38, - 38, 38, 38, 38, 43, 333, 44, 48, 48, 48, - 707, 49, 49, 49, 50, 50, 50, 197, 197, 197, - 208, 208, 208, 48, 684, 38, 38, 49, 684, 397, - 50, 336, 397, 38, 41, 41, 41, 41, 41, 41, - 41, 41, 41, 41, 41, 41, 41, 41, 41, 333, - 41, 41, 41, 41, 41, 51, 51, 51, 52, 52, - 52, 322, 53, 53, 53, 54, 54, 54, 218, 218, - 218, 51, 195, 205, 52, 336, 41, 41, 53, 195, - 205, 54, 1319, 1319, 41, 1320, 1320, 41, 195, 205, - - 223, 223, 223, 41, 42, 42, 42, 42, 42, 42, - 42, 42, 42, 42, 42, 42, 42, 42, 42, 322, - 42, 42, 42, 42, 42, 57, 57, 57, 58, 58, - 58, 720, 61, 61, 61, 62, 62, 62, 388, 226, - 238, 57, 1156, 720, 58, 233, 42, 42, 61, 422, - 1156, 62, 233, 388, 42, 226, 238, 42, 232, 232, - 232, 233, 422, 42, 45, 45, 45, 45, 45, 45, - 45, 45, 45, 45, 45, 45, 45, 45, 45, 754, - 45, 45, 45, 45, 45, 65, 65, 65, 66, 66, - 66, 754, 67, 67, 67, 68, 68, 68, 69, 69, - - 69, 65, 246, 251, 66, 1414, 45, 45, 67, 246, - 350, 68, 426, 1419, 69, 45, 1421, 45, 246, 251, - 45, 235, 235, 235, 254, 426, 45, 46, 46, 46, - 46, 46, 46, 46, 46, 46, 46, 46, 46, 46, - 46, 46, 439, 46, 46, 46, 46, 46, 70, 70, - 70, 73, 73, 73, 350, 74, 74, 74, 75, 75, - 75, 76, 76, 76, 70, 254, 263, 73, 254, 46, - 46, 74, 278, 1004, 75, 439, 1428, 76, 46, 1004, - 46, 1442, 263, 46, 245, 245, 245, 1112, 278, 46, - 55, 55, 55, 55, 55, 55, 55, 55, 55, 55, - - 55, 55, 55, 55, 55, 1443, 55, 55, 55, 55, - 55, 77, 77, 77, 78, 78, 78, 1112, 79, 79, - 79, 80, 80, 80, 83, 83, 83, 77, 1444, 630, - 78, 1111, 55, 55, 79, 289, 304, 80, 630, 55, - 83, 248, 248, 248, 55, 257, 257, 257, 260, 260, - 260, 289, 304, 55, 56, 56, 56, 56, 56, 56, - 56, 56, 56, 56, 56, 56, 56, 56, 56, 1111, - 56, 56, 56, 56, 56, 84, 84, 84, 87, 87, - 87, 1445, 88, 88, 88, 91, 91, 91, 92, 92, - 92, 84, 1325, 1325, 87, 1294, 56, 56, 88, 314, - - 328, 91, 1294, 56, 92, 271, 271, 271, 56, 275, - 275, 275, 283, 283, 283, 314, 328, 56, 59, 59, - 59, 59, 59, 59, 59, 59, 59, 59, 59, 59, - 59, 59, 59, 1448, 59, 59, 59, 59, 59, 95, - 95, 95, 96, 96, 96, 875, 97, 97, 97, 98, - 98, 98, 99, 99, 99, 95, 284, 428, 96, 1451, - 59, 59, 97, 284, 875, 98, 1232, 1433, 99, 1295, - 428, 59, 284, 286, 286, 286, 1295, 59, 1452, 59, - 59, 60, 60, 60, 60, 60, 60, 60, 60, 60, - 60, 60, 60, 60, 60, 60, 1433, 60, 60, 60, - - 60, 60, 100, 100, 100, 101, 101, 101, 1232, 102, - 102, 102, 105, 105, 105, 106, 106, 106, 100, 1326, - 1326, 101, 299, 60, 60, 102, 539, 1230, 105, 299, - 1453, 106, 1315, 1230, 60, 298, 298, 298, 299, 1315, - 60, 539, 60, 60, 63, 63, 63, 63, 63, 63, - 63, 63, 63, 63, 63, 63, 63, 63, 63, 1434, - 63, 63, 63, 63, 63, 107, 107, 107, 108, 108, - 108, 1454, 109, 109, 109, 110, 110, 110, 111, 111, - 111, 107, 1455, 1316, 108, 309, 63, 63, 109, 342, - 1316, 110, 309, 1434, 111, 301, 301, 301, 308, 308, - - 308, 309, 311, 311, 311, 342, 63, 64, 64, 64, - 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, - 64, 64, 1456, 64, 64, 64, 64, 64, 112, 112, - 112, 115, 115, 115, 1457, 116, 116, 116, 117, 117, - 117, 118, 118, 118, 112, 1458, 1338, 115, 1459, 64, - 64, 116, 356, 1413, 117, 1413, 1460, 118, 321, 321, - 321, 325, 325, 325, 335, 335, 335, 1461, 356, 64, - 71, 71, 71, 71, 71, 71, 71, 71, 71, 71, - 71, 71, 71, 71, 71, 1338, 71, 71, 71, 71, - 71, 119, 119, 119, 120, 120, 120, 1465, 121, 121, - - 121, 122, 122, 122, 125, 125, 125, 119, 366, 361, - 120, 381, 71, 71, 121, 71, 361, 122, 1466, 1415, - 125, 1415, 1467, 71, 366, 361, 71, 381, 1339, 71, - 1468, 1470, 71, 72, 72, 72, 72, 72, 72, 72, - 72, 72, 72, 72, 72, 72, 72, 72, 1477, 72, - 72, 72, 72, 72, 126, 126, 126, 129, 129, 129, - 1478, 130, 130, 130, 131, 131, 131, 132, 132, 132, - 126, 1339, 386, 129, 1479, 72, 72, 130, 72, 386, - 131, 1050, 1420, 132, 1420, 1480, 72, 1050, 386, 72, - 1050, 1422, 72, 1422, 1050, 72, 81, 81, 81, 81, - - 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, - 81, 374, 81, 81, 81, 81, 81, 133, 133, 133, - 134, 134, 134, 1482, 135, 135, 135, 136, 136, 136, - 139, 139, 139, 133, 1485, 1051, 134, 1486, 81, 81, - 135, 1051, 1487, 136, 1051, 374, 139, 162, 1051, 81, - 339, 339, 339, 349, 349, 349, 353, 353, 353, 374, - 1488, 81, 82, 82, 82, 82, 82, 82, 82, 82, - 82, 82, 82, 82, 82, 82, 82, 1489, 82, 82, - 82, 82, 82, 140, 140, 140, 162, 360, 360, 360, - 1490, 1495, 162, 363, 363, 363, 162, 1496, 1497, 140, - - 1498, 162, 1499, 1500, 82, 82, 373, 373, 373, 378, - 378, 378, 385, 385, 385, 82, 387, 387, 387, 542, - 542, 542, 1521, 542, 710, 710, 710, 82, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 85, 85, 85, - 85, 85, 85, 85, 85, 85, 85, 89, 89, 89, - - 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, - 89, 89, 1513, 89, 89, 89, 89, 89, 396, 396, - 396, 437, 437, 437, 445, 445, 445, 460, 460, 460, - 472, 472, 472, 718, 718, 718, 1522, 1523, 437, 89, - 89, 445, 1524, 1529, 460, 1530, 1531, 472, 1513, 1231, - 89, 90, 90, 90, 90, 90, 90, 90, 90, 90, - 90, 90, 90, 90, 90, 90, 1514, 90, 90, 90, - 90, 90, 1532, 396, 480, 480, 480, 1231, 486, 486, - 486, 487, 487, 487, 496, 496, 496, 888, 888, 888, - 1527, 480, 1533, 90, 90, 486, 1534, 1535, 487, 1536, - - 1514, 496, 1527, 1515, 90, 93, 93, 93, 93, 93, - 93, 93, 93, 93, 93, 93, 93, 93, 93, 93, - 1537, 93, 93, 93, 93, 93, 501, 501, 501, 523, - 523, 523, 553, 553, 553, 554, 554, 554, 581, 581, - 581, 1110, 1515, 501, 1538, 1539, 523, 93, 93, 1541, - 553, 93, 1542, 554, 1543, 1551, 581, 1110, 93, 1552, - 93, 893, 893, 893, 896, 896, 896, 93, 94, 94, - 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, - 94, 94, 94, 1553, 94, 94, 94, 94, 94, 554, - 582, 582, 582, 1558, 1528, 584, 584, 584, 585, 585, - - 585, 1559, 585, 1560, 1561, 585, 1528, 1562, 582, 1563, - 94, 94, 584, 1568, 94, 593, 593, 593, 1569, 593, - 1570, 94, 593, 94, 900, 900, 900, 904, 904, 904, - 94, 103, 103, 103, 103, 103, 103, 103, 103, 103, - 103, 103, 103, 103, 103, 103, 582, 103, 103, 103, - 103, 103, 588, 588, 588, 1571, 1572, 589, 589, 589, - 592, 592, 592, 594, 594, 594, 596, 596, 596, 1573, - 588, 1586, 1594, 103, 103, 589, 103, 592, 1587, 103, - 594, 1565, 1566, 596, 607, 607, 607, 1596, 607, 1565, - 1566, 607, 1585, 103, 104, 104, 104, 104, 104, 104, - - 104, 104, 104, 104, 104, 104, 104, 104, 104, 1586, - 104, 104, 104, 104, 104, 1599, 1587, 589, 1585, 1600, - 598, 598, 598, 604, 604, 604, 1601, 1602, 599, 599, - 599, 605, 605, 605, 1603, 1604, 104, 104, 598, 104, - 1605, 604, 104, 618, 618, 618, 599, 618, 1606, 605, - 618, 930, 930, 930, 1607, 1609, 104, 113, 113, 113, - 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, - 113, 113, 599, 113, 113, 113, 113, 113, 606, 606, - 606, 1610, 1611, 611, 611, 611, 614, 614, 614, 1612, - 1616, 605, 617, 617, 617, 606, 612, 612, 612, 113, - - 113, 611, 113, 1617, 614, 113, 1009, 1009, 1009, 617, - 113, 626, 626, 626, 612, 626, 1621, 1623, 626, 113, - 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, - 114, 114, 114, 114, 114, 1627, 114, 114, 114, 114, - 114, 615, 615, 615, 612, 1628, 623, 623, 623, 624, - 624, 624, 625, 625, 625, 1629, 628, 628, 628, 615, - 1630, 1631, 114, 114, 623, 114, 1632, 624, 114, 625, - 1011, 1011, 1011, 114, 628, 1015, 1015, 1015, 1021, 1021, - 1021, 1633, 114, 123, 123, 123, 123, 123, 123, 123, - 123, 123, 123, 123, 123, 123, 123, 123, 615, 123, - - 123, 123, 123, 123, 1634, 1635, 624, 1636, 1638, 629, - 629, 629, 631, 631, 631, 632, 632, 632, 1639, 632, - 1640, 1641, 632, 1642, 1643, 123, 123, 629, 1656, 631, - 1022, 1022, 1022, 1047, 1047, 1047, 123, 124, 124, 124, - 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, - 124, 124, 1650, 124, 124, 124, 124, 124, 633, 633, - 633, 634, 634, 634, 1658, 634, 1662, 1663, 634, 629, - 635, 635, 635, 1664, 1665, 633, 1126, 1126, 1126, 124, - 124, 643, 643, 643, 1650, 643, 1667, 635, 643, 1668, - 124, 127, 127, 127, 127, 127, 127, 127, 127, 127, - - 127, 127, 127, 127, 127, 127, 1669, 127, 127, 127, - 127, 127, 640, 640, 640, 642, 642, 642, 644, 644, - 644, 641, 641, 641, 645, 645, 645, 647, 647, 647, - 640, 1670, 642, 127, 127, 1649, 644, 1671, 1672, 641, - 1673, 127, 645, 127, 647, 127, 1127, 1127, 1127, 1129, - 1129, 1129, 1674, 127, 128, 128, 128, 128, 128, 128, - 128, 128, 128, 128, 128, 128, 128, 128, 128, 1678, - 128, 128, 128, 128, 128, 641, 648, 648, 648, 1649, - 648, 645, 1680, 648, 652, 652, 652, 653, 653, 653, - 655, 655, 655, 656, 656, 656, 128, 128, 662, 662, - - 662, 1681, 652, 1684, 128, 653, 128, 655, 128, 1685, - 656, 1130, 1130, 1130, 1686, 662, 128, 137, 137, 137, - 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - 137, 137, 1687, 137, 137, 137, 137, 137, 1688, 653, - 659, 659, 659, 1689, 664, 664, 664, 660, 660, 660, - 665, 665, 665, 666, 666, 666, 1679, 1679, 659, 137, - 137, 664, 667, 667, 667, 660, 1690, 1691, 665, 1692, - 1693, 666, 1694, 668, 668, 668, 1696, 668, 1697, 667, - 668, 1698, 137, 138, 138, 138, 138, 138, 138, 138, - 138, 138, 138, 138, 138, 138, 138, 138, 1699, 138, - - 138, 138, 138, 138, 660, 669, 669, 669, 1700, 1701, - 666, 670, 670, 670, 675, 675, 675, 676, 676, 676, - 679, 679, 679, 669, 1710, 138, 138, 1704, 1711, 670, - 1712, 1713, 675, 1716, 1717, 676, 1719, 1720, 679, 680, - 680, 680, 696, 696, 696, 725, 725, 725, 138, 181, - 697, 697, 697, 890, 890, 890, 181, 680, 1704, 1721, - 696, 1723, 725, 670, 1728, 181, 1729, 890, 697, 699, - 699, 699, 1730, 726, 726, 726, 1731, 676, 727, 727, - 727, 1737, 1738, 729, 729, 729, 1739, 699, 1740, 1741, - 181, 726, 181, 1742, 1744, 181, 727, 181, 181, 680, - - 181, 729, 1746, 1749, 181, 1750, 181, 181, 181, 182, - 730, 730, 730, 699, 1751, 1752, 182, 731, 731, 731, - 1753, 731, 1754, 1761, 731, 182, 1769, 730, 1770, 729, - 734, 734, 734, 736, 736, 736, 737, 737, 737, 1771, - 1772, 739, 739, 739, 744, 744, 744, 734, 1776, 1777, - 182, 736, 182, 1778, 737, 182, 1779, 182, 182, 739, - 182, 744, 1761, 1780, 182, 1781, 182, 182, 182, 741, - 741, 741, 1783, 741, 1784, 1785, 741, 745, 745, 745, - 1786, 745, 1791, 1792, 745, 739, 1793, 734, 746, 746, - 746, 747, 747, 747, 748, 748, 748, 1794, 748, 1795, - - 1796, 748, 750, 750, 750, 746, 1799, 1800, 747, 751, - 751, 751, 753, 753, 753, 756, 756, 756, 1801, 1802, - 750, 758, 758, 758, 759, 759, 759, 751, 1803, 1804, - 753, 1819, 756, 761, 761, 761, 762, 762, 762, 758, - 762, 1821, 759, 762, 768, 768, 768, 769, 769, 769, - 1824, 761, 771, 771, 771, 773, 773, 773, 774, 774, - 774, 1815, 768, 1816, 1813, 769, 1825, 1827, 753, 1828, - 771, 1831, 1832, 773, 1816, 1815, 774, 761, 776, 776, - 776, 778, 778, 778, 1833, 778, 1834, 1841, 778, 785, - 785, 785, 786, 786, 786, 1842, 776, 788, 788, 788, - - 1844, 789, 789, 789, 1845, 789, 1813, 785, 789, 1847, - 786, 793, 793, 793, 771, 788, 794, 794, 794, 796, - 796, 796, 1848, 799, 799, 799, 1850, 799, 1851, 793, - 799, 805, 805, 805, 794, 1858, 1839, 796, 776, 802, - 802, 802, 1855, 802, 1840, 1860, 802, 1839, 805, 806, - 806, 806, 1862, 806, 1863, 1840, 806, 1856, 788, 811, - 811, 811, 812, 812, 812, 814, 814, 814, 815, 815, - 815, 1856, 815, 1857, 1857, 815, 796, 811, 1872, 1855, - 812, 1873, 1874, 814, 818, 818, 818, 819, 819, 819, - 821, 821, 821, 823, 823, 823, 1859, 823, 1875, 1887, - - 823, 1888, 818, 1889, 1891, 819, 1892, 1859, 821, 829, - 829, 829, 830, 830, 830, 832, 832, 832, 834, 834, - 834, 1899, 835, 835, 835, 1902, 835, 829, 814, 835, - 830, 1903, 1904, 832, 1905, 834, 1909, 836, 836, 836, - 837, 837, 837, 1921, 837, 1925, 1926, 837, 840, 840, - 840, 1927, 1928, 821, 836, 841, 841, 841, 843, 843, - 843, 845, 845, 845, 1933, 1931, 840, 1934, 846, 846, - 846, 832, 846, 841, 1935, 846, 843, 1936, 845, 848, - 848, 848, 849, 849, 849, 1937, 849, 1931, 1940, 849, - 850, 850, 850, 851, 851, 851, 848, 853, 853, 853, - - 854, 854, 854, 1941, 854, 1942, 1940, 854, 850, 1943, - 1944, 851, 857, 857, 857, 853, 858, 858, 858, 1945, - 1948, 843, 860, 860, 860, 862, 862, 862, 1950, 1951, - 857, 865, 865, 865, 858, 866, 866, 866, 1952, 1948, - 860, 1953, 862, 868, 868, 868, 871, 871, 871, 865, - 872, 872, 872, 866, 874, 874, 874, 876, 876, 876, - 853, 868, 1959, 1961, 871, 884, 884, 884, 872, 911, - 911, 911, 874, 1411, 1979, 876, 876, 1983, 860, 901, - 901, 901, 1980, 884, 1956, 1965, 911, 912, 912, 912, - 1956, 912, 1991, 901, 912, 913, 913, 913, 1965, 1987, - - 868, 914, 914, 914, 874, 915, 915, 915, 2013, 915, - 1984, 1983, 915, 913, 918, 918, 918, 1979, 914, 920, - 920, 920, 1997, 920, 1991, 1980, 920, 884, 923, 923, - 923, 1410, 918, 924, 924, 924, 1987, 924, 1992, 1409, - 924, 929, 929, 929, 1984, 923, 925, 925, 925, 913, - 925, 1408, 2013, 925, 932, 932, 932, 1988, 1998, 929, - 918, 933, 933, 933, 1997, 933, 2007, 2014, 933, 2008, - 1992, 932, 934, 934, 934, 935, 935, 935, 939, 939, - 939, 941, 941, 941, 945, 945, 945, 1407, 929, 934, - 946, 946, 946, 935, 1988, 2007, 939, 2005, 2008, 941, - - 1998, 945, 947, 947, 947, 2017, 2006, 946, 948, 948, - 948, 2014, 949, 949, 949, 950, 950, 950, 2011, 2017, - 947, 935, 951, 951, 951, 948, 955, 955, 955, 941, - 949, 2005, 950, 946, 952, 952, 952, 2012, 952, 951, - 2006, 952, 1406, 955, 956, 956, 956, 2011, 957, 957, - 957, 958, 958, 958, 959, 959, 959, 960, 960, 960, - 2009, 956, 2010, 1405, 947, 957, 2012, 1394, 958, 2009, - 949, 2010, 959, 1393, 2015, 960, 1392, 964, 964, 964, - 965, 965, 965, 1391, 951, 2016, 967, 967, 967, 2018, - 967, 1390, 957, 967, 964, 970, 970, 970, 965, 970, - - 2018, 1389, 970, 2015, 974, 974, 974, 975, 975, 975, - 956, 987, 987, 987, 2016, 959, 1388, 958, 974, 960, - 964, 1387, 977, 977, 977, 975, 977, 1381, 987, 977, - 981, 981, 981, 965, 981, 1380, 1379, 981, 984, 984, - 984, 985, 985, 985, 988, 988, 988, 1378, 988, 1377, - 1376, 988, 991, 991, 991, 1375, 984, 1374, 1373, 985, - 993, 993, 993, 994, 994, 994, 997, 997, 997, 975, - 991, 1005, 1005, 1005, 1017, 1017, 1017, 993, 1018, 1018, - 1018, 994, 1372, 1366, 997, 1024, 1024, 1024, 1017, 1005, - 1363, 1361, 1018, 1359, 985, 1025, 1025, 1025, 991, 1024, - - 984, 1027, 1027, 1027, 1029, 1029, 1029, 1355, 1354, 1025, - 1030, 1030, 1030, 1335, 997, 1027, 1333, 1332, 1029, 1322, - 1005, 1031, 1031, 1031, 1030, 1031, 994, 1317, 1031, 1314, - 997, 1034, 1034, 1034, 1017, 1035, 1035, 1035, 1313, 1035, - 1310, 1296, 1035, 1293, 1292, 1024, 1052, 1052, 1052, 1034, - 1040, 1040, 1040, 1042, 1042, 1042, 1291, 1042, 1277, 1276, - 1042, 1027, 1275, 1052, 1029, 1046, 1046, 1046, 1040, 1049, - 1049, 1049, 1274, 1049, 1273, 1272, 1049, 1053, 1053, 1053, - 1271, 1053, 1270, 1046, 1053, 1054, 1054, 1054, 1055, 1055, - 1055, 1056, 1056, 1056, 1034, 1057, 1057, 1057, 1040, 1058, - - 1058, 1058, 1269, 1054, 1268, 1055, 1264, 1263, 1056, 1060, - 1060, 1060, 1057, 1061, 1061, 1061, 1260, 1058, 1065, 1065, - 1065, 1259, 1046, 1066, 1066, 1066, 1060, 1066, 1257, 1255, - 1066, 1061, 1249, 1054, 1247, 1065, 1067, 1067, 1067, 1068, - 1068, 1068, 1244, 1068, 1243, 1056, 1068, 1070, 1070, 1070, - 1071, 1071, 1071, 1067, 1072, 1072, 1072, 1061, 1072, 1239, - 1233, 1072, 1073, 1073, 1073, 1070, 1225, 1071, 1074, 1074, - 1074, 1075, 1075, 1075, 1223, 1075, 1222, 1221, 1075, 1214, - 1073, 1076, 1076, 1076, 1208, 1074, 1077, 1077, 1077, 1078, - 1078, 1078, 1207, 1078, 1206, 1204, 1078, 1202, 1076, 1079, - - 1079, 1079, 1179, 1077, 1080, 1080, 1080, 1081, 1081, 1081, - 1082, 1082, 1082, 1083, 1083, 1083, 1079, 1087, 1087, 1087, - 1178, 1080, 1177, 1172, 1081, 1088, 1088, 1088, 1082, 1088, - 1171, 1083, 1088, 1170, 1087, 1090, 1090, 1090, 1091, 1091, - 1091, 1157, 1092, 1092, 1092, 1094, 1094, 1094, 1095, 1095, - 1095, 1155, 1154, 1090, 1153, 1091, 1151, 1150, 1080, 1092, - 1147, 1083, 1146, 1094, 1144, 1095, 1096, 1096, 1096, 1097, - 1097, 1097, 1082, 1143, 1098, 1098, 1098, 1100, 1100, 1100, - 1141, 1100, 1140, 1096, 1100, 1139, 1137, 1097, 1098, 1105, - 1105, 1105, 1098, 1094, 1107, 1107, 1107, 1108, 1108, 1108, - - 1133, 1108, 1092, 1132, 1108, 1131, 1128, 1105, 1125, 1096, - 1124, 1107, 1109, 1109, 1109, 1123, 1122, 1097, 1115, 1115, - 1115, 1116, 1116, 1116, 1117, 1117, 1117, 1118, 1118, 1118, - 1109, 1134, 1134, 1134, 1121, 1115, 1120, 1105, 1116, 1119, - 1114, 1117, 1135, 1135, 1135, 1118, 1136, 1136, 1136, 1138, - 1138, 1138, 1142, 1142, 1142, 1106, 1145, 1145, 1145, 1148, - 1148, 1148, 1149, 1149, 1149, 1104, 1103, 1109, 1099, 1093, - 1142, 1089, 1086, 1116, 1145, 1085, 1084, 1148, 1069, 1149, - 1064, 1117, 1063, 1062, 1118, 1158, 1158, 1158, 1048, 1158, - 1045, 1041, 1158, 1161, 1161, 1161, 1162, 1162, 1162, 1142, - - 1039, 1163, 1163, 1163, 1038, 1163, 1028, 1161, 1163, 1026, - 1023, 1161, 1020, 1162, 1148, 1164, 1164, 1164, 1165, 1165, - 1165, 1166, 1166, 1166, 1019, 1166, 1016, 1014, 1166, 1167, - 1167, 1167, 1164, 1013, 1012, 1165, 1168, 1168, 1168, 1010, - 1168, 1008, 1007, 1168, 1006, 1003, 1167, 1169, 1169, 1169, - 1173, 1173, 1173, 1002, 1173, 999, 996, 1173, 992, 1176, - 1176, 1176, 990, 1176, 989, 1169, 1176, 1180, 1180, 1180, - 1182, 1182, 1182, 986, 1182, 980, 976, 1182, 1185, 1185, - 1185, 973, 1187, 1187, 1187, 1180, 1187, 966, 963, 1187, - 1190, 1190, 1190, 1169, 962, 961, 1185, 1191, 1191, 1191, - - 944, 1191, 943, 942, 1191, 940, 938, 1190, 1192, 1192, - 1192, 937, 1192, 936, 931, 1192, 1195, 1195, 1195, 1196, - 1196, 1196, 928, 1196, 919, 917, 1196, 1197, 1197, 1197, - 1198, 1198, 1198, 1195, 1199, 1199, 1199, 916, 1199, 910, - 909, 1199, 908, 907, 1197, 906, 905, 1198, 1200, 1200, - 1200, 1201, 1201, 1201, 1203, 1203, 1203, 1205, 1205, 1205, - 903, 1205, 902, 899, 1205, 898, 1200, 897, 895, 1201, - 894, 1203, 1209, 1209, 1209, 1211, 1211, 1211, 1212, 1212, - 1212, 892, 1212, 891, 889, 1212, 1213, 1213, 1213, 887, - 1209, 886, 1211, 1216, 1216, 1216, 1200, 1203, 1215, 1215, - - 1215, 885, 883, 1213, 1218, 1218, 1218, 1219, 1219, 1219, - 1216, 1201, 1215, 1217, 1217, 1217, 1215, 1217, 882, 881, - 1217, 1218, 1220, 1220, 1220, 1219, 1224, 1224, 1224, 1226, - 1226, 1226, 880, 1226, 879, 870, 1226, 869, 1213, 864, - 1220, 1229, 1229, 1229, 1224, 1234, 1234, 1234, 1235, 1235, - 1235, 863, 1235, 861, 847, 1235, 1236, 1236, 1236, 1229, - 844, 1218, 1234, 1237, 1237, 1237, 839, 838, 1220, 833, - 1238, 1238, 1238, 1236, 1240, 1240, 1240, 1241, 1241, 1241, - 1237, 1242, 1242, 1242, 1245, 1245, 1245, 1224, 1238, 1229, - 1246, 1246, 1246, 1248, 1248, 1248, 1250, 1250, 1250, 1251, - - 1251, 1251, 1252, 1252, 1252, 1253, 1253, 1253, 1254, 1254, - 1254, 828, 1236, 1256, 1256, 1256, 1258, 1258, 1258, 1261, - 1261, 1261, 1265, 1265, 1265, 827, 1237, 1266, 1266, 1266, - 1238, 1267, 1267, 1267, 1258, 1267, 826, 1261, 1267, 822, - 1265, 1278, 1278, 1278, 1266, 1279, 1279, 1279, 810, 1279, - 809, 808, 1279, 1282, 1282, 1282, 1283, 1283, 1283, 1278, - 1283, 807, 798, 1283, 1258, 1284, 1284, 1284, 797, 1284, - 1282, 792, 1284, 1287, 1287, 1287, 784, 1287, 783, 782, - 1287, 1290, 1290, 1290, 1297, 1297, 1297, 1278, 1297, 781, - 777, 1297, 772, 1300, 1300, 1300, 767, 1300, 766, 1290, - - 1300, 1303, 1303, 1303, 1304, 1304, 1304, 765, 1304, 757, - 755, 1304, 1305, 1305, 1305, 749, 1305, 740, 1303, 1305, - 1308, 1308, 1308, 1309, 1309, 1309, 1311, 1311, 1311, 1312, - 1312, 1312, 1290, 1312, 735, 724, 1312, 723, 1308, 722, - 721, 1309, 719, 1311, 1318, 1318, 1318, 717, 1318, 716, - 715, 1318, 1321, 1321, 1321, 1323, 1323, 1323, 1324, 1324, - 1324, 714, 1324, 713, 712, 1324, 1327, 1327, 1327, 1321, - 1328, 1328, 1328, 1323, 1330, 1330, 1330, 1331, 1331, 1331, - 1308, 711, 709, 1327, 1334, 1334, 1334, 708, 1328, 1337, - 1337, 1337, 1330, 706, 1331, 1336, 1336, 1336, 1321, 1340, - - 1340, 1340, 1334, 705, 1341, 1341, 1341, 1337, 1341, 704, - 1323, 1341, 703, 1336, 1344, 1344, 1344, 1345, 1345, 1345, - 702, 701, 1327, 1346, 1346, 1346, 1347, 1347, 1347, 700, - 695, 1344, 694, 693, 1345, 692, 1330, 1348, 1348, 1348, - 689, 1346, 1349, 1349, 1349, 1334, 1350, 1350, 1350, 688, - 687, 1336, 1351, 1351, 1351, 1352, 1352, 1352, 1353, 1353, - 1353, 1356, 1356, 1356, 1357, 1357, 1357, 1344, 1358, 1358, - 1358, 1360, 1360, 1360, 1362, 1362, 1362, 685, 1346, 1345, - 1365, 1365, 1365, 1367, 1367, 1367, 1369, 1369, 1369, 681, - 1369, 678, 1362, 1369, 1382, 1382, 1382, 1365, 1383, 1383, - - 1383, 1367, 1383, 677, 674, 1383, 1386, 1386, 1386, 1395, - 1395, 1395, 1382, 1395, 673, 672, 1395, 1398, 1398, 1398, - 1399, 1399, 1399, 671, 1386, 1401, 1401, 1401, 663, 1402, - 1402, 1402, 661, 1402, 658, 1398, 1402, 657, 1399, 1416, - 1416, 1416, 1401, 1417, 1417, 1417, 1418, 1418, 1418, 654, - 651, 1382, 1423, 1423, 1423, 650, 1416, 1424, 1424, 1424, - 1425, 1425, 1425, 649, 1418, 1427, 1427, 1427, 1401, 1423, - 646, 639, 1426, 1426, 1426, 1424, 1426, 1425, 638, 1426, - 637, 636, 1427, 1429, 1429, 1429, 1430, 1430, 1430, 1431, - 1431, 1431, 1432, 1432, 1432, 1423, 1435, 1435, 1435, 627, - - 622, 1429, 1436, 1436, 1436, 621, 620, 1431, 619, 1418, - 1432, 616, 613, 1424, 1437, 1437, 1437, 610, 609, 1436, - 1438, 1438, 1438, 1439, 1439, 1439, 1440, 1440, 1440, 608, - 603, 1437, 1441, 1441, 1441, 1446, 1446, 1446, 1438, 1449, - 1449, 1449, 1450, 1450, 1450, 602, 1450, 601, 600, 1450, - 1432, 1431, 597, 1446, 595, 591, 1449, 1462, 1462, 1462, - 587, 586, 1437, 1463, 1463, 1463, 1472, 1472, 1472, 1473, - 1473, 1473, 1475, 1475, 1475, 1462, 583, 580, 1476, 1476, - 1476, 1463, 1476, 1472, 579, 1476, 578, 1473, 577, 1475, - 1484, 1484, 1484, 1491, 1491, 1491, 1492, 1492, 1492, 576, - - 1492, 575, 574, 1492, 1493, 1493, 1493, 1484, 573, 572, - 1491, 571, 570, 1462, 1494, 1494, 1494, 1501, 1501, 1501, - 1502, 1502, 1502, 1503, 1503, 1503, 569, 1503, 568, 567, - 1503, 566, 1494, 565, 1501, 1506, 1506, 1506, 1502, 1507, - 1507, 1507, 564, 1507, 563, 562, 1507, 561, 1508, 1508, - 1508, 560, 1506, 1509, 1509, 1509, 1511, 1511, 1511, 1512, - 1512, 1512, 559, 558, 1501, 1508, 557, 556, 1494, 555, - 552, 1509, 1516, 1516, 1516, 551, 550, 1512, 1501, 1517, - 1517, 1517, 548, 1517, 547, 546, 1517, 545, 544, 1516, - 1518, 1518, 1518, 1519, 1519, 1519, 1525, 1525, 1525, 1526, - - 1526, 1526, 540, 1526, 538, 537, 1526, 1518, 1540, 1540, - 1540, 1519, 536, 1525, 1546, 1546, 1546, 1547, 1547, 1547, - 535, 1547, 532, 531, 1547, 530, 1540, 529, 1548, 1548, - 1548, 1546, 1548, 528, 527, 1548, 1556, 1556, 1556, 1557, - 1557, 1557, 524, 1557, 520, 519, 1557, 1564, 1564, 1564, - 518, 1564, 517, 1556, 1564, 1567, 1567, 1567, 1574, 1574, - 1574, 1575, 1575, 1575, 1540, 1576, 1576, 1576, 516, 513, - 1578, 1578, 1578, 1567, 1578, 1574, 512, 1578, 1575, 1581, - 1581, 1581, 511, 1576, 1582, 1582, 1582, 510, 1582, 509, - 508, 1582, 1583, 1583, 1583, 505, 1581, 1588, 1588, 1588, - - 504, 1588, 503, 502, 1588, 1591, 1591, 1591, 500, 497, - 1583, 1592, 1592, 1592, 493, 1592, 492, 1567, 1592, 1574, - 491, 1575, 1591, 1593, 1593, 1593, 1595, 1595, 1595, 1597, - 1597, 1597, 1598, 1598, 1598, 490, 1598, 489, 488, 1598, - 1614, 1614, 1614, 1615, 1615, 1615, 1597, 1618, 1618, 1618, - 485, 1618, 482, 481, 1618, 1622, 1622, 1622, 1614, 477, - 1615, 1624, 1624, 1624, 476, 1624, 475, 474, 1624, 1637, - 1637, 1637, 1622, 1644, 1644, 1644, 1645, 1645, 1645, 1655, - 1655, 1655, 1651, 1651, 1651, 473, 1615, 1637, 1614, 471, - 1644, 468, 467, 1645, 1646, 1646, 1646, 464, 1646, 1651, - - 1651, 1646, 1652, 1652, 1652, 463, 1652, 462, 461, 1652, - 1657, 1657, 1657, 1659, 1659, 1659, 457, 1659, 456, 455, - 1659, 1637, 1645, 1666, 1666, 1666, 1675, 1675, 1675, 1676, - 1676, 1676, 1677, 1677, 1677, 1644, 1677, 454, 450, 1677, - 1666, 1682, 1682, 1682, 1675, 449, 1676, 1683, 1683, 1683, - 448, 1683, 447, 446, 1683, 1695, 1695, 1695, 1682, 1702, - 1702, 1702, 1703, 1703, 1703, 1705, 1705, 1705, 1706, 1706, - 1706, 444, 1675, 1695, 441, 440, 1702, 438, 436, 1703, - 433, 432, 1705, 1705, 429, 1706, 1706, 427, 1707, 1707, - 1707, 424, 1707, 423, 421, 1707, 1708, 1708, 1708, 1709, - - 1709, 1709, 1702, 420, 419, 1703, 1707, 1714, 1714, 1714, - 1715, 1715, 1715, 418, 1715, 417, 416, 1715, 1724, 1724, - 1724, 1725, 1725, 1725, 1714, 1725, 413, 412, 1725, 1732, - 1732, 1732, 411, 1733, 1733, 1733, 1724, 1733, 410, 409, - 1733, 1736, 1736, 1736, 408, 407, 1732, 1747, 1747, 1747, - 1755, 1755, 1755, 1756, 1756, 1756, 406, 1756, 1736, 405, - 1756, 1757, 1757, 1757, 402, 1747, 401, 1755, 1758, 1758, - 1758, 400, 1759, 1759, 1759, 399, 1759, 398, 1757, 1759, - 1724, 1760, 1760, 1760, 392, 1758, 1762, 1762, 1762, 1763, - 1763, 1763, 391, 1763, 389, 383, 1763, 379, 1760, 1767, - - 1767, 1767, 376, 1762, 1762, 375, 371, 1763, 370, 1764, - 1764, 1764, 369, 1764, 368, 364, 1764, 1768, 1768, 1768, - 358, 1773, 1773, 1773, 354, 1773, 1757, 1764, 1773, 1788, - 1788, 1788, 351, 1788, 347, 346, 1788, 345, 1782, 1782, - 1782, 344, 1787, 1787, 1787, 340, 1760, 1765, 1765, 1765, - 1765, 1765, 1765, 1765, 1765, 1765, 1782, 337, 1765, 1787, - 1789, 1789, 1789, 1765, 1765, 1765, 1765, 1765, 1790, 1790, - 1790, 331, 1790, 330, 326, 1790, 323, 1789, 1805, 1805, - 1805, 318, 1805, 317, 316, 1805, 1808, 1808, 1808, 1765, - 1765, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, 1766, - - 312, 306, 1766, 1808, 1812, 1812, 1812, 1766, 1766, 1766, - 1766, 1766, 1809, 1809, 1809, 302, 1809, 296, 295, 1809, - 293, 1812, 1814, 1814, 1814, 292, 1814, 287, 281, 1814, - 1829, 1829, 1829, 1766, 1766, 1835, 1835, 1835, 1808, 1835, - 1814, 280, 1835, 1838, 1838, 1838, 276, 1838, 1829, 273, - 1838, 269, 1853, 1853, 1853, 268, 1812, 1817, 1817, 1817, - 1817, 1817, 1817, 1817, 1817, 1817, 267, 265, 1817, 1853, - 1854, 1854, 1854, 1817, 1817, 1817, 1817, 1817, 1861, 1861, - 1861, 1868, 1868, 1868, 1894, 1894, 1894, 1854, 1894, 261, - 258, 1894, 255, 1869, 1869, 1869, 1861, 1861, 1868, 1817, - - 1817, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, - 1869, 253, 1818, 249, 1853, 243, 242, 1818, 1818, 1818, - 1818, 1818, 1870, 1870, 1870, 1871, 1871, 1871, 1884, 1884, - 1884, 241, 1854, 1885, 1885, 1885, 1886, 1886, 1886, 1870, - 240, 236, 1871, 1818, 1818, 1884, 1890, 1890, 1890, 230, - 1885, 1893, 1893, 1893, 1886, 1895, 1895, 1895, 229, 1896, - 1896, 1896, 228, 1896, 1890, 1870, 1896, 224, 1893, 1897, - 1897, 1897, 1895, 1898, 1898, 1898, 221, 1898, 216, 1884, - 1898, 1900, 1900, 1900, 1885, 214, 1897, 213, 1901, 1901, - 1901, 209, 1901, 206, 1890, 1901, 204, 203, 1900, 1906, - - 1906, 1906, 1907, 1907, 1907, 1908, 1908, 1908, 1912, 1912, - 1912, 202, 1912, 198, 192, 1912, 1906, 188, 184, 1907, - 1915, 1915, 1915, 1908, 1915, 178, 177, 1915, 1918, 1918, - 1918, 173, 1918, 169, 168, 1918, 1922, 1922, 1922, 167, - 1922, 1908, 1906, 1922, 161, 1907, 1929, 1929, 1929, 1930, - 1930, 1930, 1938, 1938, 1938, 1939, 1939, 1939, 1946, 1946, - 1946, 160, 158, 1929, 155, 143, 1930, 0, 0, 1938, - 0, 0, 1939, 0, 0, 1946, 1947, 1947, 1947, 1949, - 1949, 1949, 1954, 1954, 1954, 1955, 1955, 1955, 1957, 1957, - 1957, 0, 0, 1947, 0, 0, 1949, 0, 0, 1954, - - 0, 0, 1955, 1929, 0, 1957, 1930, 0, 0, 1946, - 0, 1958, 1958, 1958, 1938, 1958, 0, 1939, 1958, 1963, - 1963, 1963, 1964, 1964, 1964, 0, 0, 1947, 0, 0, - 1954, 0, 0, 1955, 0, 0, 1963, 0, 0, 1964, - 1966, 1966, 1966, 0, 1966, 0, 0, 1966, 1971, 1971, - 1971, 1972, 1972, 1972, 1973, 1973, 1973, 1974, 1974, 1974, - 1975, 1975, 1975, 0, 0, 1971, 0, 0, 1972, 1976, - 1976, 1976, 1973, 1976, 1974, 0, 1976, 1975, 0, 1963, - 0, 0, 1964, 1977, 1977, 1977, 0, 1976, 1978, 1978, - 1978, 1971, 0, 0, 1972, 1981, 1981, 1981, 0, 0, - - 1977, 0, 1982, 1982, 1982, 1978, 1985, 1985, 1985, 1986, - 1986, 1986, 1981, 1989, 1989, 1989, 0, 0, 1974, 1982, - 1975, 0, 0, 1985, 0, 0, 1986, 1990, 1990, 1990, - 1989, 1977, 1993, 1993, 1993, 0, 1978, 0, 1994, 1994, - 1994, 0, 1994, 0, 1990, 1994, 0, 0, 1982, 1993, - 0, 1981, 0, 1985, 1995, 1995, 1995, 1996, 1996, 1996, - 0, 1996, 0, 0, 1996, 1999, 1999, 1999, 0, 1999, - 0, 1995, 1999, 1986, 2002, 2002, 2002, 0, 2002, 0, - 0, 2002, 2019, 2019, 2019, 2020, 2020, 2020, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - - 2019, 0, 0, 2020, 2023, 2023, 2023, 2023, 2023, 2023, - 2023, 2023, 2023, 2024, 2024, 2024, 2024, 2024, 2024, 2024, - 2024, 2024, 2025, 2025, 2025, 2025, 2025, 2025, 2025, 2025, - 2025, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, 2026, - 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2027, 2028, - 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2028, 2029, 2029, - 2029, 2029, 2029, 2029, 2029, 2029, 2029, 2030, 2030, 2030, - 2030, 2030, 2030, 2030, 2030, 2030, 2031, 2031, 2031, 2031, - 2031, 2031, 2031, 2031, 2031, 2032, 2032, 2032, 2032, 2032, - 2032, 2032, 2032, 2032, 2033, 2033, 2033, 2033, 2033, 2033, - - 2033, 2033, 2033, 2034, 2034, 2034, 2034, 2034, 2034, 2034, - 2034, 2034, 2035, 2035, 2035, 2035, 2035, 2035, 2035, 2035, - 2035, 2036, 2036, 2036, 2036, 2036, 2036, 2036, 2036, 2036, - 2037, 2037, 2037, 2037, 2037, 2037, 2037, 2037, 2037, 2038, - 2038, 2038, 2038, 2038, 2038, 2038, 2038, 2038, 2039, 2039, - 2039, 2039, 2039, 2039, 2039, 2039, 2039, 2040, 2040, 2040, - 2040, 2040, 2040, 2040, 2040, 2040, 2041, 2041, 2041, 2041, - 2041, 2041, 2041, 2041, 2041, 2042, 2042, 2042, 2042, 2042, - 2042, 2042, 2042, 2042, 2043, 2043, 2043, 2043, 2043, 2043, - 2043, 2043, 2043, 2044, 2044, 2044, 2044, 2044, 2044, 2044, - - 2044, 2044, 2045, 2045, 2045, 2045, 2045, 2045, 2045, 2045, - 2045, 2046, 2046, 2046, 2046, 2046, 2046, 2046, 2046, 2046, - 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2047, 2048, - 2048, 2048, 2048, 2048, 2048, 2048, 2048, 2048, 2049, 2049, - 2049, 2049, 2049, 2049, 2049, 2049, 2049, 2050, 2050, 2050, - 2050, 2050, 2050, 2050, 2050, 2050, 2051, 2051, 2051, 2051, - 2051, 2051, 2051, 2051, 2051, 2052, 2052, 2052, 2052, 2052, - 2052, 2052, 2052, 2052, 2053, 2053, 2053, 2053, 2053, 2053, - 2053, 2053, 2053, 2054, 2054, 2054, 2054, 2054, 2054, 2054, - 2054, 2054, 2055, 2055, 2055, 2055, 2055, 2055, 2055, 2055, - - 2055, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, 2056, - 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2057, 2058, - 2058, 2058, 2058, 2058, 2058, 2058, 2058, 2058, 2059, 2059, - 2059, 2059, 2059, 2059, 2059, 2059, 2059, 2060, 2060, 2060, - 2060, 2060, 2060, 2060, 2060, 2060, 2061, 2061, 2061, 2061, - 2061, 2061, 2061, 2061, 2061, 2062, 2062, 2062, 0, 0, - 0, 2062, 2063, 2063, 2063, 0, 0, 0, 2063, 2064, - 2064, 2064, 0, 0, 0, 2064, 2065, 2065, 2065, 0, - 0, 0, 2065, 2066, 2066, 2066, 0, 0, 0, 2066, - 2067, 2067, 2067, 0, 0, 0, 2067, 2068, 2068, 2068, - - 0, 0, 0, 2068, 2069, 2069, 2069, 0, 0, 0, - 2069, 2070, 2070, 2070, 0, 0, 0, 2070, 2071, 2071, - 2071, 0, 0, 0, 2071, 2072, 2072, 2072, 0, 0, - 0, 2072, 2073, 2073, 2073, 0, 0, 0, 2073, 2074, - 2074, 2074, 0, 0, 0, 2074, 2075, 2075, 2075, 0, - 0, 0, 2075, 2076, 2076, 2076, 0, 0, 0, 2076, - 2077, 2077, 2077, 0, 0, 0, 2077, 2078, 2078, 2078, - 0, 0, 0, 2078, 2079, 2079, 2079, 2079, 2079, 2079, - 2079, 0, 2079, 2080, 0, 0, 0, 2080, 2081, 0, - 0, 0, 2081, 2082, 0, 0, 0, 2082, 2083, 0, - - 0, 0, 2083, 2084, 0, 0, 0, 2084, 2085, 0, - 0, 0, 2085, 2086, 0, 0, 0, 2086, 2087, 0, - 0, 0, 2087, 2088, 0, 0, 0, 2088, 2089, 2089, - 2089, 0, 0, 0, 2089, 2090, 0, 0, 0, 2090, - 2091, 2091, 2091, 0, 0, 0, 2091, 2092, 0, 0, - 0, 2092, 2093, 2093, 2093, 0, 0, 0, 2093, 2094, - 0, 0, 0, 2094, 2095, 2095, 2095, 0, 0, 0, - 2095, 2096, 0, 0, 0, 2096, 2097, 2097, 2097, 0, - 0, 0, 2097, 2098, 0, 0, 0, 2098, 2099, 2099, - 2099, 0, 0, 0, 2099, 2100, 0, 0, 0, 2100, - - 2101, 2101, 2101, 0, 0, 0, 2101, 2102, 0, 0, - 0, 2102, 2103, 2103, 2103, 0, 0, 0, 2103, 2104, - 0, 0, 0, 2104, 2105, 2105, 2105, 2105, 2105, 2105, - 2105, 2105, 2105, 2106, 0, 0, 0, 0, 2106, 2107, - 2107, 2107, 0, 0, 0, 2107, 2108, 2108, 2108, 2108, - 0, 0, 2108, 2108, 2109, 2109, 2109, 0, 0, 0, - 2109, 2110, 2110, 2110, 2110, 0, 0, 2110, 2110, 2111, - 2111, 2111, 0, 0, 0, 2111, 2112, 2112, 2112, 2112, - 0, 0, 2112, 2112, 2113, 2113, 2113, 0, 0, 0, - 2113, 2114, 2114, 2114, 2114, 0, 0, 2114, 2114, 2115, - - 2115, 2115, 0, 0, 0, 2115, 2116, 2116, 2116, 2116, - 0, 0, 2116, 2116, 2117, 2117, 2117, 0, 0, 0, - 2117, 2118, 2118, 2118, 2118, 0, 0, 2118, 2118, 2119, - 2119, 2119, 0, 0, 0, 2119, 2120, 2120, 2120, 2120, - 0, 0, 2120, 2120, 2121, 2121, 2121, 0, 0, 0, - 2121, 2122, 2122, 2122, 2122, 0, 0, 2122, 2122, 2123, - 2123, 2123, 0, 0, 0, 2123, 2124, 2124, 2124, 2124, - 0, 0, 2124, 2124, 2125, 2125, 2125, 0, 0, 0, - 2125, 2126, 2126, 2126, 2126, 0, 0, 2126, 2126, 2127, - 2127, 2127, 2127, 0, 0, 2127, 2127, 2128, 2128, 2128, - - 0, 0, 0, 2128, 2129, 2129, 2129, 2129, 0, 0, - 2129, 2129, 2130, 2130, 2130, 0, 0, 0, 2130, 2131, - 2131, 2131, 2131, 0, 0, 2131, 2131, 2132, 2132, 2132, - 0, 0, 0, 2132, 2133, 2133, 2133, 2133, 0, 0, - 2133, 2133, 2134, 2134, 2134, 2134, 0, 0, 2134, 2134, - 2135, 2135, 2135, 0, 0, 0, 2135, 2136, 2136, 2136, - 2136, 0, 0, 2136, 2136, 2137, 2137, 2137, 0, 0, - 0, 2137, 2138, 2138, 2138, 2138, 0, 0, 2138, 2138, - 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2139, 2140, - 0, 2140, 0, 0, 2140, 2141, 2141, 2141, 0, 0, - - 0, 2141, 2142, 2142, 2142, 2142, 0, 0, 2142, 2142, - 2143, 2143, 2143, 2143, 0, 2143, 0, 2143, 2144, 2144, - 2144, 2144, 0, 0, 2144, 2144, 2145, 2145, 2145, 2145, - 0, 2145, 0, 2145, 2146, 2146, 2146, 2146, 0, 0, - 2146, 2146, 2147, 2147, 2147, 0, 0, 0, 2147, 2148, - 2148, 2148, 2148, 0, 0, 2148, 2148, 2149, 2149, 2149, - 0, 0, 0, 2149, 2150, 2150, 2150, 2150, 0, 0, - 2150, 2150, 2151, 2151, 2151, 0, 0, 0, 2151, 2152, - 2152, 2152, 2152, 0, 0, 2152, 2152, 2153, 2153, 2153, - 0, 0, 0, 2153, 2154, 2154, 2154, 2154, 0, 0, - - 2154, 2154, 2155, 2155, 2155, 0, 0, 0, 2155, 2156, - 2156, 2156, 2156, 0, 0, 2156, 2156, 2157, 2157, 2157, - 0, 0, 0, 2157, 2158, 2158, 2158, 2158, 0, 0, - 2158, 2158, 2159, 2159, 2159, 0, 0, 0, 2159, 2160, - 2160, 2160, 2160, 0, 0, 2160, 2160, 2161, 2161, 2161, - 2161, 0, 0, 2161, 2161, 2162, 2162, 2162, 0, 0, - 0, 2162, 2163, 2163, 2163, 2163, 0, 0, 2163, 2163, - 2164, 2164, 2164, 0, 0, 0, 2164, 2165, 2165, 2165, - 2165, 0, 0, 2165, 2165, 2166, 2166, 2166, 0, 0, - 0, 2166, 2167, 2167, 2167, 2167, 0, 0, 2167, 2167, - - 2168, 2168, 2168, 2168, 0, 0, 2168, 2168, 2169, 2169, - 2169, 0, 0, 0, 2169, 2170, 2170, 2170, 2170, 0, - 0, 2170, 2170, 2171, 2171, 2171, 0, 0, 0, 2171, - 2172, 2172, 2172, 2172, 0, 0, 2172, 2172, 2173, 2173, - 2173, 2173, 2173, 2173, 2173, 2173, 2173, 2174, 2174, 2174, - 2174, 2174, 2174, 2174, 2174, 2174, 2175, 2175, 2175, 0, - 0, 0, 2175, 2176, 2176, 2176, 2176, 0, 0, 2176, - 2176, 2177, 2177, 2177, 2177, 0, 0, 2177, 2177, 2178, - 2178, 2178, 0, 0, 0, 2178, 2179, 2179, 2179, 2179, - 0, 0, 2179, 2179, 2180, 2180, 2180, 0, 0, 0, - - 2180, 2181, 2181, 2181, 2181, 0, 0, 2181, 2181, 2182, - 2182, 2182, 0, 0, 0, 2182, 2183, 2183, 2183, 2183, - 0, 0, 2183, 2183, 2184, 2184, 2184, 0, 0, 0, - 2184, 2185, 2185, 2185, 2185, 0, 0, 2185, 2185, 2186, - 2186, 2186, 0, 0, 0, 2186, 2187, 2187, 2187, 2187, - 0, 0, 2187, 2187, 2188, 2188, 2188, 0, 0, 0, - 2188, 2189, 2189, 2189, 2189, 0, 0, 2189, 2189, 2190, - 2190, 2190, 2190, 0, 2190, 0, 2190, 2191, 2191, 2191, - 2191, 0, 0, 2191, 2191, 2192, 2192, 2192, 2192, 0, - 2192, 0, 2192, 2193, 2193, 2193, 2193, 0, 0, 2193, - - 2193, 2194, 2194, 2194, 2194, 0, 0, 2194, 2194, 2195, - 2195, 2195, 0, 0, 0, 2195, 2196, 2196, 2196, 2196, - 0, 0, 2196, 2196, 2197, 2197, 2197, 0, 0, 0, - 2197, 2198, 2198, 2198, 2198, 0, 0, 2198, 2198, 2199, - 2199, 2199, 0, 0, 0, 2199, 2200, 2200, 2200, 2200, - 0, 0, 2200, 2200, 2201, 2201, 2201, 2201, 0, 0, - 2201, 2201, 2202, 2202, 2202, 0, 0, 0, 2202, 2203, - 2203, 2203, 2203, 0, 0, 2203, 2203, 2204, 2204, 2204, - 2204, 0, 2204, 0, 2204, 2205, 2205, 2205, 2205, 0, - 0, 2205, 2205, 2206, 2206, 2206, 2206, 2206, 2206, 2206, - - 2206, 2206, 2207, 2207, 2207, 2207, 2207, 2207, 2207, 2207, - 2207, 2208, 2208, 2208, 0, 0, 0, 2208, 2209, 2209, - 2209, 2209, 0, 0, 2209, 2209, 2210, 2210, 2210, 2210, - 0, 0, 2210, 2210, 2211, 2211, 2211, 0, 0, 0, - 2211, 2212, 2212, 2212, 2212, 0, 0, 2212, 2212, 2213, - 2213, 2213, 0, 0, 0, 2213, 2214, 2214, 2214, 2214, - 0, 0, 2214, 2214, 2215, 2215, 2215, 0, 0, 0, - 2215, 2216, 2216, 2216, 2216, 0, 0, 2216, 2216, 2217, - 2217, 2217, 2217, 0, 2217, 0, 2217, 2218, 2218, 2218, - 2218, 0, 2218, 0, 2218, 2219, 2219, 2219, 2219, 0, - - 0, 2219, 2219, 2220, 2220, 2220, 0, 0, 0, 2220, - 2221, 2221, 2221, 2221, 0, 0, 2221, 2221, 2222, 2222, - 2222, 2222, 0, 0, 2222, 2222, 2223, 2223, 2223, 2223, - 0, 2223, 0, 2223, 2224, 2224, 2224, 2224, 0, 0, - 2224, 2224, 2225, 2225, 2225, 2225, 0, 0, 2225, 2225, - 2226, 2226, 2226, 0, 0, 0, 2226, 2227, 2227, 2227, - 2227, 0, 0, 2227, 2227, 2228, 2228, 2228, 2228, 0, - 2228, 0, 2228, 2229, 2229, 2229, 2229, 0, 0, 2229, - 2229, 2230, 2230, 2230, 2230, 0, 2230, 0, 2230, 2231, - 2231, 2231, 2231, 0, 0, 2231, 2231, 2232, 2232, 2232, - - 2232, 0, 0, 2232, 2232, 2233, 2233, 2233, 0, 0, - 0, 2233, 2234, 2234, 2234, 2234, 0, 0, 2234, 2234, - 2235, 2235, 2235, 2235, 0, 0, 2235, 2235, 2236, 2236, - 2236, 2236, 2236, 2236, 2236, 2236, 2236, 2237, 2237, 2237, - 2237, 2237, 2237, 2237, 2237, 2237, 2238, 2238, 2238, 2238, - 0, 2238, 0, 2238, 2239, 2239, 2239, 2239, 0, 0, - 2239, 2239, 2240, 2240, 2240, 2240, 0, 0, 2240, 2240, - 2241, 2241, 2241, 0, 0, 0, 2241, 2242, 2242, 2242, - 2242, 0, 0, 2242, 2242, 2243, 2243, 2243, 0, 0, - 0, 2243, 2244, 2244, 2244, 2244, 0, 0, 2244, 2244, - - 2245, 2245, 2245, 2245, 0, 2245, 0, 2245, 2246, 2246, - 2246, 2246, 0, 0, 2246, 2246, 2247, 2247, 2247, 2247, - 0, 2247, 0, 2247, 2248, 2248, 2248, 2248, 0, 0, - 2248, 2248, 2249, 2249, 2249, 0, 0, 0, 2249, 2250, - 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2251, 2251, - 2251, 2251, 2251, 2251, 2251, 2251, 2251, 2252, 2252, 2252, - 2252, 2252, 2252, 2252, 2252, 2252, 2253, 2253, 2253, 2253, - 2253, 2253, 2253, 2253, 2253, 2254, 2254, 2254, 2254, 2254, - 2254, 2254, 2254, 2254, 2255, 2255, 2255, 2255, 2255, 2255, - 2255, 2255, 2255, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, 2022, - 2022, 2022, 2022 -}; +struct yy_trans_info + { + flex_int32_t yy_verify; + flex_int32_t yy_nxt; + }; +static yyconst flex_int16_t yy_accept[2960] = + { 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 495, 493, 15, 10, + 10, 15, 15, 473, 10, 473, 5, 6, 5, 8, + 9, 8, 489, 481, 482, 490, 487, 490, 488, 492, + 481, 482, 492, 493, 22, 10, 22, 22, 22, 20, + 22, 26, 10, 26, 26, 493, 26, 493, 493, 26, + 33, 10, 33, 33, 33, 31, 33, 37, 10, 37, + 37, 48, 10, 48, 48, 48, 46, 48, 48, 48, + + 490, 489, 78, 10, 78, 78, 78, 76, 78, 78, + 78, 78, 78, 82, 10, 82, 493, 82, 101, 10, + 101, 101, 101, 99, 101, 101, 101, 105, 10, 105, + 128, 10, 128, 128, 128, 126, 128, 128, 132, 10, + 132, 132, 493, 132, 132, 493, 493, 132, 493, 132, + 493, 132, 145, 10, 145, 145, 145, 143, 145, 145, + 145, 145, 149, 10, 149, 149, 160, 10, 160, 160, + 160, 158, 160, 160, 160, 164, 10, 164, 164, 173, + 10, 173, 173, 173, 171, 173, 173, 177, 10, 177, + 186, 10, 186, 186, 186, 184, 186, 186, 190, 10, + + 190, 213, 10, 213, 213, 213, 211, 213, 213, 213, + 213, 213, 217, 10, 217, 493, 217, 258, 10, 258, + 258, 258, 256, 258, 258, 258, 258, 258, 258, 258, + 258, 262, 10, 262, 283, 10, 283, 283, 283, 281, + 283, 283, 283, 283, 283, 283, 283, 287, 10, 287, + 296, 10, 296, 296, 296, 294, 296, 296, 300, 10, + 300, 327, 10, 327, 327, 327, 325, 327, 327, 327, + 327, 331, 10, 331, 331, 344, 10, 344, 344, 344, + 342, 344, 344, 348, 10, 348, 493, 348, 365, 10, + 365, 365, 365, 363, 365, 365, 365, 369, 10, 369, + + 369, 382, 10, 382, 382, 382, 380, 382, 382, 386, + 10, 386, 395, 10, 395, 395, 395, 393, 395, 395, + 399, 10, 399, 399, 412, 10, 412, 412, 412, 410, + 412, 412, 412, 416, 10, 416, 416, 433, 10, 433, + 433, 433, 431, 433, 433, 433, 433, 433, 437, 10, + 437, 493, 437, 444, 10, 444, 444, 444, 442, 444, + 448, 10, 448, 455, 10, 455, 455, 455, 453, 455, + 459, 10, 459, 459, 468, 10, 468, 468, 468, 466, + 468, 468, 472, 10, 472, 10, 0, 2, 2, 0, + 4, 7, 484, 483, 0, 0, 0, 0, 0, 0, + + 0, 21, 23, 23, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 32, 34, 34, + 0, 47, 49, 49, 49, 49, 0, 0, 0, 77, + 79, 79, 79, 79, 79, 79, 79, 79, 79, 0, + 0, 100, 102, 102, 102, 102, 0, 127, 129, 129, + 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 144, 146, 146, 146, 146, 146, 0, + 159, 161, 161, 161, 161, 0, 172, 174, 174, 174, + 0, 185, 187, 187, 187, 0, 212, 214, 214, 214, + + 214, 214, 214, 0, 0, 257, 259, 259, 259, 259, + 259, 259, 259, 259, 259, 259, 259, 259, 259, 259, + 0, 282, 284, 284, 284, 284, 284, 284, 284, 284, + 0, 295, 297, 297, 297, 0, 326, 328, 328, 328, + 328, 328, 328, 0, 343, 345, 345, 345, 345, 0, + 0, 364, 366, 366, 366, 366, 366, 0, 381, 383, + 383, 383, 0, 394, 396, 396, 396, 0, 411, 413, + 413, 413, 413, 0, 432, 434, 434, 434, 434, 434, + 434, 0, 0, 443, 445, 445, 0, 454, 456, 456, + 0, 467, 469, 469, 469, 0, 0, 0, 0, 0, + + 3, 0, 0, 0, 0, 0, 0, 0, 491, 0, + 23, 0, 0, 107, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 106, 0, 0, 0, 0, 0, 34, 0, + 0, 49, 0, 0, 49, 0, 0, 0, 486, 79, + 0, 0, 79, 79, 79, 79, 79, 79, 0, 0, + 0, 102, 102, 102, 0, 0, 0, 0, 129, 0, + 0, 107, 0, 0, 0, 0, 0, 106, 0, 0, + 0, 0, 146, 0, 0, 146, 146, 0, 0, 161, + 0, 0, 161, 0, 0, 0, 0, 174, 0, 0, + + 187, 187, 0, 0, 214, 214, 214, 0, 0, 214, + 214, 0, 0, 0, 0, 259, 259, 0, 0, 259, + 0, 0, 259, 259, 259, 259, 259, 259, 259, 259, + 0, 0, 284, 284, 284, 0, 0, 284, 284, 284, + 0, 0, 297, 0, 0, 0, 0, 328, 0, 0, + 328, 328, 328, 0, 0, 345, 345, 345, 0, 0, + 0, 366, 366, 366, 366, 0, 0, 383, 0, 0, + 0, 0, 396, 396, 0, 0, 413, 413, 413, 0, + 0, 434, 434, 434, 434, 434, 0, 0, 0, 445, + 0, 0, 0, 0, 0, 0, 0, 0, 469, 0, + + 0, 0, 14, 1, 0, 0, 479, 0, 0, 0, + 476, 475, 0, 0, 23, 0, 0, 25, 0, 107, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 106, + 0, 0, 0, 0, 0, 34, 0, 0, 36, 0, + 49, 0, 41, 40, 49, 0, 0, 0, 51, 0, + 79, 0, 55, 54, 0, 0, 79, 0, 0, 79, + 79, 79, 0, 0, 81, 0, 0, 102, 102, 102, + 0, 0, 104, 0, 0, 109, 108, 129, 0, 0, + 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 146, 0, 136, 135, 146, 146, 0, 0, + 148, 0, 161, 0, 153, 152, 161, 0, 0, 163, + 0, 0, 168, 167, 174, 0, 0, 176, 0, 187, + 187, 0, 0, 189, 0, 214, 214, 214, 0, 194, + 193, 214, 214, 0, 0, 216, 0, 0, 0, 259, + 259, 259, 259, 0, 233, 232, 259, 0, 221, 220, + 0, 0, 259, 259, 259, 259, 259, 259, 259, 0, + 0, 261, 0, 284, 284, 284, 284, 0, 266, 265, + 0, 0, 284, 284, 0, 0, 286, 0, 297, 0, + 291, 290, 0, 0, 299, 0, 328, 0, 304, 303, + + 328, 328, 328, 0, 0, 330, 0, 0, 0, 0, + 0, 345, 0, 0, 347, 0, 0, 0, 0, 366, + 366, 0, 0, 366, 0, 0, 368, 0, 383, 0, + 373, 372, 0, 0, 385, 0, 0, 0, 0, 0, + 0, 0, 398, 0, 0, 0, 413, 413, 0, 0, + 0, 0, 415, 0, 434, 434, 434, 434, 434, 0, + 0, 436, 0, 0, 445, 0, 0, 447, 0, 0, + 452, 451, 0, 0, 458, 0, 0, 463, 462, 469, + 0, 0, 471, 0, 0, 0, 480, 474, 0, 0, + 0, 23, 0, 0, 0, 0, 0, 0, 191, 0, + + 301, 0, 0, 264, 0, 0, 460, 0, 0, 0, + 0, 0, 0, 0, 0, 263, 0, 0, 0, 0, + 0, 0, 0, 49, 0, 0, 79, 0, 59, 58, + 0, 0, 0, 57, 56, 79, 0, 0, 79, 0, + 461, 102, 0, 0, 102, 0, 129, 0, 130, 0, + 0, 192, 302, 0, 0, 0, 0, 0, 0, 146, + 146, 0, 0, 0, 161, 161, 0, 0, 0, 0, + 0, 0, 187, 0, 214, 214, 0, 0, 214, 214, + 0, 0, 0, 259, 259, 259, 259, 0, 0, 0, + 235, 234, 259, 259, 259, 259, 259, 259, 259, 0, + + 284, 284, 284, 284, 0, 274, 273, 284, 284, 0, + 297, 0, 328, 328, 328, 328, 0, 0, 337, 336, + 0, 335, 334, 345, 0, 301, 0, 354, 353, 366, + 366, 0, 352, 351, 366, 0, 383, 0, 0, 392, + 391, 0, 390, 389, 0, 0, 405, 404, 413, 413, + 0, 403, 402, 0, 434, 0, 0, 434, 434, 434, + 0, 0, 445, 0, 0, 469, 0, 0, 0, 0, + 12, 0, 477, 478, 0, 23, 0, 0, 0, 0, + 0, 0, 191, 0, 301, 0, 165, 0, 264, 0, + 0, 460, 0, 332, 0, 39, 0, 0, 0, 0, + + 263, 0, 38, 0, 30, 29, 0, 0, 43, 42, + 49, 0, 0, 79, 0, 61, 60, 79, 0, 65, + 64, 79, 0, 461, 102, 0, 0, 0, 0, 0, + 0, 129, 0, 0, 192, 302, 333, 0, 0, 0, + 333, 332, 146, 0, 0, 0, 140, 139, 0, 161, + 161, 0, 0, 170, 169, 0, 0, 183, 182, 187, + 0, 214, 214, 0, 198, 197, 0, 0, 0, 0, + 214, 0, 166, 0, 259, 0, 0, 259, 259, 0, + 231, 230, 0, 0, 259, 259, 259, 259, 259, 259, + 0, 284, 0, 0, 284, 284, 0, 0, 284, 0, + + 297, 0, 328, 328, 328, 0, 0, 328, 0, 345, + 0, 0, 366, 366, 366, 0, 383, 0, 0, 413, + 413, 0, 434, 0, 420, 419, 434, 434, 434, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 11, 0, 23, 0, 0, 0, 0, 0, 450, + 0, 0, 165, 0, 0, 0, 53, 332, 288, 0, + 39, 0, 449, 52, 0, 0, 0, 38, 0, 0, + 49, 0, 0, 79, 79, 79, 0, 102, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 96, 95, 0, + 129, 0, 0, 333, 289, 0, 0, 0, 146, 0, + + 138, 137, 0, 161, 0, 0, 0, 0, 0, 0, + 0, 214, 214, 0, 196, 195, 0, 0, 0, 214, + 0, 215, 166, 0, 259, 0, 243, 242, 0, 0, + 259, 0, 229, 228, 0, 0, 259, 259, 259, 259, + 0, 0, 0, 284, 0, 270, 269, 0, 0, 284, + 0, 268, 267, 284, 0, 285, 297, 0, 328, 328, + 328, 0, 0, 0, 328, 0, 329, 345, 0, 0, + 0, 0, 0, 0, 366, 0, 383, 0, 0, 0, + 0, 0, 0, 0, 434, 434, 434, 434, 0, 0, + 0, 441, 440, 0, 0, 0, 465, 464, 0, 470, + + 0, 0, 0, 0, 0, 0, 0, 349, 0, 0, + 0, 219, 450, 28, 0, 0, 0, 418, 53, 288, + 150, 0, 449, 52, 218, 27, 417, 0, 0, 49, + 0, 0, 50, 79, 0, 0, 79, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 350, 0, 0, 289, 151, 0, 0, + 0, 0, 0, 0, 155, 154, 0, 0, 175, 0, + 181, 180, 0, 214, 214, 0, 0, 214, 0, 259, + 0, 245, 244, 259, 0, 223, 222, 0, 0, 259, + 259, 259, 0, 225, 224, 0, 284, 0, 272, 271, + + 284, 284, 297, 0, 328, 0, 0, 328, 328, 0, + 0, 328, 345, 0, 346, 0, 0, 358, 357, 0, + 356, 355, 366, 0, 383, 0, 0, 0, 409, 408, + 0, 407, 406, 0, 434, 434, 434, 434, 0, 0, + 0, 0, 0, 0, 0, 17, 0, 19, 18, 0, + 349, 438, 0, 0, 219, 28, 370, 178, 16, 418, + 150, 0, 0, 218, 27, 417, 0, 0, 49, 485, + 79, 0, 67, 66, 79, 0, 80, 0, 98, 97, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 350, 0, 0, 151, 0, 0, + + 142, 141, 0, 0, 157, 156, 0, 0, 214, 214, + 0, 0, 0, 0, 214, 179, 259, 259, 0, 227, + 226, 259, 259, 259, 0, 284, 284, 284, 297, 0, + 298, 328, 0, 310, 309, 328, 328, 0, 0, 0, + 0, 328, 345, 371, 366, 0, 383, 0, 0, 0, + 0, 0, 434, 434, 434, 0, 439, 0, 0, 457, + 0, 0, 0, 17, 0, 438, 0, 0, 370, 178, + 16, 0, 0, 0, 0, 35, 49, 0, 0, 79, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 0, 162, 0, + 214, 214, 0, 204, 0, 203, 214, 179, 259, 259, + 0, 0, 259, 259, 0, 260, 284, 284, 284, 297, + 0, 0, 328, 328, 328, 0, 314, 0, 313, 328, + 345, 371, 366, 0, 367, 0, 0, 0, 0, 0, + 0, 422, 421, 0, 0, 434, 434, 0, 435, 439, + 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, + 0, 49, 0, 0, 0, 79, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 188, 214, 214, 206, + 205, 0, 0, 259, 259, 0, 255, 254, 259, 0, + 0, 284, 284, 0, 0, 297, 0, 306, 305, 328, + 328, 328, 316, 315, 0, 0, 345, 366, 0, 0, + 0, 0, 384, 0, 0, 0, 426, 425, 0, 0, + 0, 0, 0, 446, 0, 0, 0, 0, 387, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 79, 0, 0, 0, 0, 88, 0, 0, 0, 0, + 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 388, 0, 0, + + 214, 0, 0, 0, 208, 207, 259, 259, 259, 0, + 253, 252, 284, 0, 0, 0, 280, 279, 0, 0, + 328, 328, 328, 0, 318, 317, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 424, 423, 0, 0, 0, 0, 387, 133, + 0, 0, 0, 45, 44, 0, 0, 0, 0, 0, + 0, 0, 0, 79, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 388, 134, + 0, 0, 0, 214, 0, 210, 209, 259, 259, 259, + + 284, 0, 276, 275, 0, 293, 292, 328, 0, 0, + 328, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 400, 133, 84, 83, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, + 0, 0, 0, 93, 0, 0, 0, 0, 0, 111, + 119, 0, 0, 0, 0, 0, 110, 118, 0, 0, + 401, 134, 0, 0, 200, 199, 214, 259, 259, 259, + 284, 328, 0, 312, 311, 328, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 375, 0, 0, 374, + + 0, 397, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 400, 84, 83, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 63, 62, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, + 0, 112, 0, 0, 401, 0, 147, 214, 259, 259, + 0, 0, 284, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 75, 71, 0, 0, 74, 70, 0, 92, 0, + 0, 91, 0, 0, 0, 103, 0, 0, 0, 0, + + 0, 0, 0, 0, 214, 259, 259, 0, 0, 0, + 284, 0, 308, 307, 0, 0, 0, 341, 0, 340, + 0, 362, 0, 361, 0, 377, 379, 376, 378, 0, + 414, 428, 0, 427, 0, 0, 0, 0, 12, 0, + 12, 0, 0, 0, 0, 0, 86, 90, 85, 89, + 125, 0, 0, 123, 124, 0, 0, 122, 214, 259, + 259, 0, 0, 0, 0, 284, 0, 0, 0, 0, + 339, 338, 360, 359, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 115, 0, 0, 114, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 69, 0, 68, 0, 0, + 121, 0, 120, 0, 202, 201, 0, 251, 250, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 278, + 277, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 430, 429, 0, 73, 72, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 117, 116, 0, 0, 0, 0, + 0, 0, 237, 0, 0, 236, 0, 0, 320, 0, + 0, 319, 0, 0, 0, 0, 0, 241, 0, 240, + 0, 322, 0, 321, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 247, 0, 246, 0, + 0, 0, 0, 0, 0, 249, 248, 239, 238, 324, + 323, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 13, 0 + } ; + +static yyconst flex_int32_t yy_ec[256] = + { 0, + 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, + 1, 2, 4, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 2, 5, 6, 7, 1, 1, 8, 9, 1, + 1, 1, 1, 1, 10, 11, 12, 13, 13, 13, + 13, 14, 13, 13, 13, 15, 13, 16, 17, 18, + 19, 20, 21, 1, 22, 23, 24, 25, 26, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, + 31, 38, 39, 40, 41, 42, 43, 44, 45, 31, + 46, 1, 47, 1, 48, 1, 49, 50, 51, 52, + + 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, + 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, + 73, 74, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 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[75] = + { 0, + 1, 2, 2, 2, 1, 1, 1, 1, 1, 3, + 3, 1, 4, 4, 4, 5, 6, 1, 7, 8, + 1, 9, 9, 9, 9, 9, 9, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 1, 1, 5, 9, 9, + 9, 9, 9, 9, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, + 5, 5, 5, 5 + } ; + +static yyconst flex_int16_t yy_base[3358] = + { 0, + 0, 0, 0, 3, 6, 9, 12, 29, 16, 19, + 14, 17, 33, 36, 49, 55, 45, 61, 66, 72, + 108, 178, 75, 78, 83, 128, 131, 134, 138, 141, + 158, 198, 201, 204, 208, 211, 228, 231, 234, 237, + 240, 257, 275, 329, 295, 298, 301, 305, 308, 349, + 352, 355, 383, 447, 360, 416, 511, 578, 407, 410, + 413, 467, 470, 473, 477, 480, 645, 713, 531, 534, + 781, 847, 537, 541, 544, 598, 601, 604, 608, 611, + 665, 668, 671, 675, 678, 733, 736, 739, 743, 746, + 801, 804, 807, 811, 814, 867, 870, 873, 877, 880, + + 897, 903, 921, 988, 941, 944, 947, 951, 1008, 1011, + 1014, 1018, 1055, 1123, 1075, 1078, 1081, 1085, 1143, 1146, + 1149, 1153, 1191, 1253, 1211, 1214, 1315, 1383, 1217, 1221, + 1451, 1518, 1224, 1273, 1276, 1279, 1283, 1286, 1335, 1338, + 1585, 0, 1341, 1345, 1659, 1726, 1348, 1403, 1793, 1850, + 1406, 1409, 1907, 1974, 1413, 1416, 1471, 1474, 1477, 1481, + 1538, 1541, 2041, 2108, 1544, 1548, 1679, 1682, 1685, 1689, + 1746, 1749, 2175, 2242, 1752, 1756, 1813, 1816, 1819, 1823, + 1870, 1873, 2309, 2366, 1876, 1880, 2423, 2490, 1927, 1930, + 1933, 1937, 1940, 1994, 1997, 2000, 2557, 2624, 2004, 2007, + + 2061, 2064, 2067, 2071, 2074, 2128, 2691, 2758, 2131, 2134, + 2138, 2141, 2195, 2198, 2201, 2205, 2825, 2895, 2208, 2262, + 2965, 3022, 2265, 2268, 2272, 2275, 2329, 2332, 2335, 2339, + 3079, 3149, 2342, 2386, 0, 0, 8051,10209,10209, 95, + 100, 29, 41,10209, 103, 51,10209,10209, 8038,10209, + 10209, 8027,10209, 8042, 8038, 202,10209,10209,10209,10209, + 8036, 8036, 7989, 153,10209, 161, 8015, 0, 145,10209, + 7981,10209, 165, 3215, 73, 2342, 315, 357, 8017, 7964, + 10209, 168, 8007, 0, 152,10209, 7967,10209, 261, 8011, + 31,10209, 266, 8002, 0, 245,10209, 7960, 7964, 7962, + + 421, 7965,10209, 269, 7991, 0, 340,10209, 7957, 7953, + 271, 7955, 238,10209, 441, 163, 313, 368,10209, 503, + 7983, 0, 401,10209, 7940, 7942, 7932,10209, 506, 548, + 10209, 561, 7973, 0, 481,10209, 7940, 7928,10209, 571, + 2389, 2397, 161, 571, 38, 7976, 477, 2341, 574, 907, + 7975, 79,10209, 697, 7966, 0, 482,10209, 7918, 7928, + 7916, 7919,10209, 703, 426, 530,10209, 706, 7955, 0, + 546,10209, 7911, 7917, 7895,10209, 765, 559, 564,10209, + 771, 7947, 0, 549,10209, 7912, 7914,10209, 774, 682, + 10209, 831, 7942, 0, 615,10209, 7908, 7883,10209, 837, + + 690,10209, 840, 7935, 0, 750,10209, 7882, 7888, 7898, + 7882, 7876,10209, 906, 825, 7931, 87,10209, 914, 7920, + 0, 758,10209, 7869, 203, 7875, 7881, 7883, 157, 311, + 834,10209, 972, 958,10209, 981, 7911, 0, 815,10209, + 7858, 7856, 7863, 7869, 7871, 7856, 7848,10209, 1021, 959, + 10209, 1038, 7895, 0, 825,10209, 7851, 7857,10209, 1044, + 1032,10209, 1048, 7888, 0, 891,10209, 7858, 7852, 7854, + 15,10209, 1088, 899, 597,10209, 1105, 7882, 0, 956, + 10209, 7830, 181,10209, 1111, 1098, 7884, 7835,10209, 1114, + 7872, 0, 1022,10209, 7824, 7819, 299,10209, 1117, 7873, + + 302,10209, 1173, 7864, 0, 1033,10209, 7826, 7828,10209, + 1179, 1167,10209, 1182, 7859, 0, 1090,10209, 7811, 7807, + 10209, 1241, 7860, 630,10209, 1247, 7851, 0, 1168,10209, + 7801, 7796, 7800,10209, 1303, 7849, 785,10209, 1309, 7840, + 0, 1225,10209, 7790, 7793, 7798, 7792, 7781,10209, 1365, + 814, 7836, 568,10209, 1368, 7827, 0, 1226,10209, 7795, + 10209, 1371, 1420,10209, 1376, 7823, 0, 1231,10209, 7790, + 10209, 1433, 387, 902,10209, 1436, 7817, 0, 1287,10209, + 7784, 7786,10209, 1440, 1482, 1444, 687, 7760,10209, 7821, + 7810,10209,10209,10209, 1491, 254, 7757, 7748, 7746, 7794, + + 7749,10209, 0, 7742, 7743, 7763, 7735, 7727, 437, 7732, + 7732, 7736, 372, 1243, 378, 7720, 7721, 625, 429, 7747, + 693, 7719, 1508, 7714, 702, 1517, 1518,10209, 0, 7719, + 7717,10209, 0, 7713, 1692, 7706, 372, 7699, 7746,10209, + 0, 7703, 1759, 7688, 7710, 7696, 7701, 7699, 7699, 7680, + 1776,10209, 0, 7692, 7682, 7690, 7670,10209, 0, 1883, + 7668, 7710, 7692, 7657, 7662, 7667, 695, 7655, 7679, 7644, + 7643, 970, 1037,10209, 0, 7649, 2448, 7658, 7635, 7637, + 10209, 0, 7641, 2455, 7638, 7630,10209, 0, 2460, 7635, + 7634,10209, 0, 7629, 7625, 7627,10209, 0, 7634, 758, + + 2469, 7611, 7632, 7620, 889,10209, 0, 7626, 7626, 2510, + 7603, 2513, 7600, 7596, 7609, 7609, 7591, 7606, 7605, 7599, + 7120,10209, 0, 7121, 7120, 7104, 2516, 7098, 7094, 7115, + 7099,10209, 0, 7099, 2519, 7094,10209, 0, 7097, 2522, + 7089, 7100, 7099, 7086,10209, 0, 7070, 7086, 7074, 7063, + 7070,10209, 0, 7054, 7073, 7068, 7053, 7091,10209, 0, + 7040, 2577, 7044,10209, 0, 7035, 7050, 7038,10209, 0, + 7019, 7037, 7026, 7026,10209, 0, 7012, 7006, 7011, 7018, + 7016, 6995, 6992,10209, 0, 6996, 6995,10209, 0, 2580, + 6992,10209, 0, 2583, 6979, 6974, 7016, 7025, 1278, 6950, + + 10209, 1496, 0, 6942, 6942, 6975, 6974, 6926,10209, 6935, + 6916, 2394, 2586, 1718, 6926, 6912, 6906, 6911, 6897, 6912, + 6900, 6890, 6890, 6894, 6897, 6878, 6878, 6869, 6873, 6886, + 6871, 6865, 1777, 6850, 6867, 6863, 6847, 6860, 6854, 2590, + 2645, 6845, 2648, 1551, 6836, 6855, 2652, 2655,10209, 6820, + 2658, 1957, 2711, 6810, 2714, 6813, 6799, 6798, 2720, 2732, + 6782, 6773, 6781, 6780, 2723, 2781, 2784, 2024, 6762, 2787, + 2846, 1902, 6764, 6756, 6749, 6740, 6740, 1969, 6736, 6729, + 6723, 6721, 6711, 2790, 2092, 6725, 6719, 2793, 2796, 6703, + 2849, 2159, 6716, 2853, 2856, 2859, 2229, 6705, 2915, 2918, + + 6703, 6702, 2923, 2926, 6696, 6682, 6694, 2929, 2296, 6692, + 6676, 2985, 2988, 6660, 6660, 6669, 1778, 2994, 2474, 6653, + 2997, 2541, 3000, 6652, 6648, 6642, 6629, 6628, 6624, 6621, + 3042, 3045, 6617, 37, 6606, 3051, 2611, 3054, 6613, 6596, + 3057, 3112, 6593, 3099, 2678, 3104, 3108, 6606, 3118, 2877, + 6595, 6581, 6577, 3127, 3171, 3174, 3178, 3181, 3184, 3205, + 6577, 3199, 3210, 3213, 3219, 3231, 3250, 6585, 3237, 2885, + 3241, 3282, 3244, 3255, 3288, 3291, 3294, 3301, 3297, 3315, + 3320, 6585, 6563, 6570, 6570, 6556, 3323, 3326, 6564, 6548, + 3329, 3334, 3348, 2947, 3353, 3356, 3359, 2955, 6540, 3367, + + 3377, 6588,10209,10209, 1074, 6543,10209, 6585, 6568, 6517, + 10209,10209, 6514, 6502, 6506, 3381, 3386,10209, 3392, 1577, + 6499, 6491, 6499, 6480, 6483, 6468, 6466, 6466, 6453, 6451, + 6446, 6436, 1114, 6449, 6428, 6429, 6442, 6424, 6425, 1710, + 6408, 6410, 6403, 1437, 6411, 3401, 3405, 3411,10209, 3414, + 3419, 3136,10209,10209, 3425, 6430, 3433, 3443,10209, 3446, + 6388, 3452,10209,10209, 3465, 3468, 3477, 3483, 3488, 6397, + 3496, 6395, 3501, 3504,10209, 3507, 1651, 6377, 3510, 6375, + 3514, 3528,10209, 3533, 3536,10209,10209, 6369, 3547, 3552, + 10209, 3555, 6360, 6373, 6352, 6346, 6336, 6336, 6345, 6344, + + 6323, 6322, 6335, 3559,10209,10209, 6323, 3574, 3577, 3581, + 10209, 3584, 6329, 3596,10209,10209, 6345, 3587, 3592,10209, + 3606, 3611,10209,10209, 3619, 3625, 3628,10209, 3631, 3637, + 3640, 3651, 3658,10209, 3661, 6313, 6317, 3664, 3670,10209, + 10209, 6295, 6303, 3682, 3685,10209, 3688, 6292, 6290, 6291, + 6272, 6289, 6281, 3692,10209,10209, 3707, 3710,10209,10209, + 3718, 3721, 6269, 6273, 6274, 6271, 6265, 6258, 6253, 3729, + 3732,10209, 3736, 6248, 6241, 6225, 6241, 3739,10209,10209, + 3755, 3758, 6225, 6233, 3766, 3769,10209, 3773, 6233, 3776, + 10209,10209, 3788, 3792,10209, 3795, 6209, 3798,10209,10209, + + 6217, 6220, 6219, 3807, 3814,10209, 3817, 3820, 3826, 3838, + 3841, 6218, 3849, 3852,10209, 3856, 6210, 3859, 3864, 6200, + 6198, 3878, 3881, 6189, 3889, 3892,10209, 3896, 6188, 3899, + 10209,10209, 3911, 3915,10209, 3918, 3924, 3930, 3938, 3942, + 3950, 3956,10209, 3961, 3964, 3969, 6163, 6163, 3982, 3985, + 3993, 3996,10209, 4000, 6146, 4003, 6165, 6162, 6142, 4006, + 4015,10209, 4025, 6130, 6145, 4028, 4034,10209, 4037, 4040, + 10209,10209, 4048, 4056,10209, 4059, 4063,10209,10209, 6140, + 4071, 4078,10209, 4081, 598, 4091,10209,10209, 6175, 6173, + 6127, 6117, 4100, 6109, 6116, 6104, 6099, 6105, 1785, 6091, + + 1844, 6087, 6086, 2034, 6081, 6080, 2100, 6069, 6072, 6074, + 6069, 6060, 6053, 6043, 6040, 2103, 6051, 6046, 4103, 4121, + 4106, 4112, 4130, 6046, 6074, 4138, 6042, 4143,10209,10209, + 4151, 4158, 4169,10209,10209, 6037, 4177, 4181, 6032, 4189, + 2167, 6018, 4195, 4198, 4208, 4213, 6011, 4115,10209, 6003, + 5999, 2170, 2237, 6002, 5999, 5978, 5977, 5989, 5949, 5932, + 4216, 4219, 4222, 4240, 5920, 5913, 4243, 4246, 4249, 4264, + 4267, 4270, 5883, 4278, 5845, 5836, 4285, 4288, 4297, 4308, + 4311, 5792, 5760, 5769, 4315, 5748, 5712, 4318, 4326, 4336, + 10209,10209, 4344, 5679, 5696, 5678, 5663, 5675, 5629, 4347, + + 5632, 4350, 5499, 5434, 4355,10209,10209, 4368, 5437, 4371, + 5421, 4374, 5404, 5409, 5326, 4378, 4381, 4386,10209,10209, + 4396,10209,10209, 5319, 4404, 2304, 4407,10209,10209, 5316, + 5320, 4416,10209,10209, 5293, 4425, 5267, 4428, 4432,10209, + 10209, 4447,10209,10209, 4455, 4458,10209,10209, 5209, 5221, + 4467,10209,10209, 4475, 5141, 4478, 4487, 5114, 5057, 5063, + 4481, 5, 4496, 4503, 4506, 4509, 4514, 1077, 69, 4517, + 10209, 133,10209,10209, 114, 132, 4527, 150, 192, 189, + 264, 316, 2413, 353, 2418, 395, 2482, 447, 2549, 487, + 489, 2552, 500, 2619, 588, 3131, 621, 623, 676, 700, + + 2686, 703, 4536, 4539,10209,10209, 4547, 4550,10209,10209, + 723, 772, 4559, 755, 4562,10209,10209, 771, 4571,10209, + 10209, 817, 4586, 2753, 824, 4589, 1866, 2191, 4598, 4601, + 4611, 842, 852, 870, 2816, 2820, 4616, 903, 914, 919, + 4619, 4622, 919, 4625, 4630, 4639,10209,10209, 4648, 936, + 4651, 4654, 4657,10209,10209, 4669, 4674,10209,10209, 4688, + 4691, 978, 968, 4696,10209,10209, 4706, 4710, 4719, 4724, + 977, 4732, 3072, 1022, 1054, 4737, 4740, 4751, 1039, 4756, + 10209,10209, 4764, 4769, 4777, 1079, 1106, 1104, 1106, 4782, + 4785, 1113, 4788, 4791, 4800, 1104, 4806, 4809, 1114, 4818, + + 1125, 4824, 1138, 1134, 1167, 4827, 4830, 1179, 4838, 1168, + 4845, 1189, 4848, 4852, 4857, 4860, 1184, 4866, 4870, 4880, + 4885, 4889, 1206, 4899,10209,10209, 1227, 1233, 1227, 4892, + 1249, 4913, 4916, 4924, 4931, 4936, 4944, 4939, 1344, 1337, + 1429,10209, 1265, 4958, 4961, 1293, 1292, 1338, 1289, 4321, + 1305, 1297, 4964, 1327, 1348, 1355, 4967, 4970, 4976, 1370, + 4980, 1375, 4987, 4990, 1362, 1380, 1383, 4993, 1416, 4996, + 1435, 1468, 4999, 1428, 5002, 1436, 5005, 5008, 1474, 1471, + 1668, 1476, 1492, 1480, 1695, 1481, 5011,10209,10209, 5026, + 5030, 1481, 1744, 5033, 5036, 1496, 1747, 1811, 5039, 5048, + + 10209,10209, 5057, 5060, 5065, 5069, 5078, 5083, 5086, 5090, + 5098, 1501, 1523, 5104,10209,10209, 5113, 1537, 1540, 1618, + 5121,10209, 5124, 1644, 1644, 5128,10209,10209, 5136, 5140, + 1647, 5148,10209,10209, 5156, 5159, 5167, 1661, 1676, 1685, + 5170, 5174, 5188, 1700, 5191,10209,10209, 5199, 5203, 1716, + 5211,10209,10209, 1711, 5219,10209, 1722, 5222, 1723, 5225, + 1744, 5228, 1773, 1788, 1773, 5243,10209, 1775, 5246, 1767, + 5249, 5252, 5267, 5272, 1809, 5280, 1818, 5287, 5290, 5293, + 5299, 5311, 5314, 5322, 1828, 1832, 1831, 1866, 5325, 1876, + 5330,10209,10209, 5347, 5350, 5356,10209,10209, 5370,10209, + + 1926, 2186, 1950, 1886, 5374, 5377, 5392, 5395, 1881, 1911, + 1893, 5399, 5404, 5407, 1900, 1912, 1908, 5411, 5414, 5417, + 5420, 1927, 5423, 5426, 5429, 5432, 5435, 1942, 5439, 1956, + 1968, 5442,10209, 1951, 5445, 5448, 1970, 5463, 5467, 5470, + 1988, 1990, 1992, 2004, 1997, 2022, 2033, 2040, 2046, 2040, + 5478, 5485, 5491, 5499, 2045, 2023, 5503, 5506, 5509, 5512, + 5520, 5523, 5528, 5541,10209,10209, 5549, 5554,10209, 5557, + 10209,10209, 5568, 2030, 2023, 2112, 2123, 2037, 2046, 2040, + 5573,10209,10209, 2062, 5581,10209,10209, 5589, 5592, 2096, + 2087, 2093, 5601,10209,10209, 5609, 2097, 5612,10209,10209, + + 2096, 2106, 2099, 5622, 2135, 5628, 5631, 2161, 2153, 2246, + 2257, 2158, 2174, 5641,10209, 2167, 5646,10209,10209, 5654, + 10209,10209, 2183, 5662, 2174, 5665, 5668, 5674,10209,10209, + 5687,10209,10209, 5696, 5700, 5705, 5708, 5718, 5726, 2190, + 5732, 5736, 5739, 2262, 2281, 5745, 5751,10209,10209, 5760, + 5763, 5766, 2221, 2222, 5769, 5773, 5779, 5782, 5785, 5788, + 5793, 2227, 2234, 5796, 5799, 5802, 2241, 5805, 2236,10209, + 5808, 5811,10209,10209, 5820, 5826,10209, 5829,10209,10209, + 2315, 2309, 2325, 2326, 2333, 2337, 2325, 2356, 2360, 2368, + 5838, 5841, 2704, 5824, 5850, 2329, 2331, 5853, 2334, 5861, + + 10209,10209, 5869, 5872,10209,10209, 5880, 5883, 2346, 2352, + 2381, 2440, 2421, 2444, 2401, 5888, 2403, 2411, 5893,10209, + 10209, 5902, 2405, 2428, 5905, 2425, 2434, 2436, 2453, 5908, + 10209, 5911, 5920,10209,10209, 2470, 2465, 2503, 2525, 2506, + 2525, 2486, 2491, 5916, 2497, 5929, 5935, 5938, 5941, 5944, + 5948, 5966, 5974, 5977, 5982, 5953, 5985, 5988, 5995,10209, + 6003, 2553, 2596, 6007, 6014, 6010, 2485, 2481, 6017, 6022, + 6025, 2518, 2533, 2535, 6029,10209, 2525, 6034, 6037, 6055, + 2557, 2553, 2572, 2560, 2573, 2575, 2571, 2605, 2615, 2626, + 6048, 2606, 2611, 2609, 2610, 2605, 2626, 2626, 2662, 2672, + + 2657, 2675, 2691, 2686, 2683, 2680, 6058, 6061,10209, 6067, + 2706, 2713, 2776,10209, 2793,10209, 6073, 6080, 2738, 2760, + 6086, 6091, 2750, 6099, 6104,10209, 2743, 2748, 6111, 2774, + 6117, 6125, 2800, 2805, 2807, 2863,10209, 2861,10209, 6135, + 2814, 6138, 2815, 6141,10209, 6144, 6147, 6155, 6162, 6166, + 6170,10209,10209, 6181, 6185, 6193, 6199, 6202,10209, 6205, + 6213, 2903, 2995, 2873, 6217,10209, 2808, 2829, 2820, 2837, + 2839, 6221, 6232, 2909, 2982, 6224, 2881, 2915, 2915, 2918, + 2939, 2922, 2932, 2931, 2938, 2953, 6242, 2925, 2937, 2943, + 2949, 2948, 2954, 2948, 2952, 2980, 2987, 3003, 3002, 3006, + + 2997, 3002, 3019, 3014, 6245, 6248,10209, 3022, 6251,10209, + 10209, 6254, 6257, 3031, 3045, 6272,10209,10209, 3056, 6280, + 6286, 3044, 6294, 6298, 6303, 6312, 6317,10209,10209, 3062, + 3070, 3070,10209,10209, 6325, 6330, 6338, 6343, 6346, 3164, + 3448, 6356,10209, 6361, 6364, 6368,10209,10209, 6376, 6383, + 6394, 6397, 6405,10209, 3123, 3128, 3211, 3073, 6408, 3091, + 3095, 3141, 6412, 6415, 3156, 3162, 3189, 3172, 3190, 3299, + 6430, 3205, 3207, 3205, 3213,10209, 3235, 3225, 3224, 3236, + 10209, 6433, 3220, 3229, 3233, 3247, 3256, 3257, 3263, 3247, + 3256, 3268, 3282, 3291, 3292, 3298, 3280, 6436, 3312, 6439, + + 6442, 6448, 6454, 6462,10209,10209, 3318, 3309, 3323, 6470, + 10209,10209, 3327, 6478, 6485, 6496,10209,10209, 6504, 6507, + 3317, 6515, 3331, 6518,10209,10209, 6526, 6529, 6537, 6540, + 3350, 3355, 3361, 3363, 3366, 3373, 6548, 6551, 6555, 3386, + 3401, 6563,10209,10209, 3410, 3420, 6571, 3379, 6481, 6574, + 3365, 3374, 6577,10209,10209, 3429, 3417, 3422, 3431, 3438, + 3427, 3429, 3448, 6585, 3442, 3471, 3495, 3497, 3480, 3500, + 3514, 3503, 6590, 3458, 3461, 3481, 3535, 3537, 3521, 3486, + 3479, 3485, 3508, 3555, 3557, 3547, 3511, 3520, 6593, 6596, + 6603, 6609, 6612, 3520, 6623,10209,10209, 3538, 3543, 3533, + + 3557, 6631,10209,10209, 6640,10209,10209, 3563, 6648, 6651, + 3545, 6659, 3601, 3658, 6667, 3662, 3683, 3576, 3589, 3619, + 3594, 3614, 3641, 6675, 6678, 3622, 3631, 3628, 3649, 3697, + 6681, 6684, 6687, 6706, 6709, 6712, 6715, 3642, 3654, 3657, + 3660, 3669, 3680, 3690, 3705, 6718, 6721, 3717, 3717,10209, + 3720, 3724, 3724,10209, 3733, 6729, 3712, 3698, 3775,10209, + 10209, 3734, 3732, 3734, 3720, 3794,10209,10209, 3757, 3761, + 6732, 6736, 6739, 6748,10209,10209, 3757, 3768, 3774, 6758, + 3776, 6761, 6764,10209,10209, 6772, 3800, 3812, 3810, 3822, + 3813, 3839, 3835, 3848, 3840, 3851,10209, 3851, 3862,10209, + + 6779,10209, 6782, 3863, 3865, 3880, 3868, 3927, 6785, 6792, + 6804, 6835, 6882, 6812, 6815, 6818, 3885, 3905, 3917, 3884, + 3904, 3921, 3928, 3909, 6823,10209,10209, 3944, 3922, 3923, + 3952, 3936, 3941, 6846, 3911, 3913,10209, 3915, 3935, 3927, + 3945,10209, 3945, 3957, 6855, 6858,10209, 3955, 3961, 3972, + 6861, 6865, 3964, 6873, 6902, 6893, 6911, 4027, 3995, 4038, + 4014, 4049, 4017, 4061, 4032, 4071, 4072, 4077, 4078, 6919, + 4083, 4050, 4087, 4057, 4093, 6928, 4123, 4128, 6948, 6995, + 4085,10209,10209, 4062, 4114,10209,10209, 4100,10209, 4144, + 4145,10209, 4147, 4148, 6922,10209, 4157, 4116, 4116, 4168, + + 4167, 4128, 4129, 4177, 4135, 4141, 4122, 6968, 4256, 4266, + 4150, 6976,10209,10209, 6984, 4269, 4316,10209, 4199,10209, + 4197,10209, 4202,10209, 4204,10209,10209,10209,10209, 6941, + 10209,10209, 4207,10209, 4208, 4214, 4234, 4216, 4226, 4324, + 4230, 7006, 4241, 4231, 4244, 4235,10209,10209,10209,10209, + 10209, 4279, 4210,10209,10209, 4430, 4225,10209, 7015, 7018, + 7021, 4371, 4249, 4374, 4273, 7026, 4382, 4278, 4411, 4307, + 10209,10209,10209,10209, 4322, 4324, 7029, 4359, 4345, 4359, + 7044, 4380, 4381, 4408, 4399,10209, 4394, 4438,10209, 4397, + 4438, 7048, 7051, 7059, 7066, 7077, 7080, 4415, 4430, 4443, + + 4426, 4435, 4452, 7088, 7096, 4446, 4459, 4472, 4462, 4470, + 4492, 4482, 4485, 7091, 4507,10209, 4499,10209, 4501, 4485, + 10209, 4493,10209, 7106,10209,10209, 7114,10209,10209, 7122, + 4519, 4530, 4518, 4543, 4544, 4546, 4552, 4548, 7130,10209, + 10209, 4557, 4563, 4559, 4562, 4575, 4571, 4605, 4621, 4617, + 10209, 4629, 4629, 4584, 4590, 4625, 4636, 4645, 4640, 4645, + 4654, 4655, 4654, 4661, 4661, 4666, 4676, 4678, 4676, 4690, + 4691,10209,10209, 4709,10209,10209, 4665, 4667, 4684, 4709, + 4692, 4723, 4710, 4709, 4726, 4724, 4722, 4739, 4732, 4733, + 4751, 4740, 4741, 4773, 4797, 4793, 4797, 4777, 4778, 4786, + + 4786, 4809, 4806, 4839, 4831, 4829, 4866, 4852, 4842, 4875, + 4859, 4860, 4891, 4887,10209,10209, 4876, 4884, 4881, 4895, + 4918, 4897,10209, 4922, 4903,10209, 4943, 4919,10209, 4945, + 4924,10209, 5011, 4921, 4950, 4939, 4961,10209, 4961,10209, + 4992,10209, 4996,10209, 4997, 7138, 5000, 5038, 5021, 5044, + 5011, 5012, 5021, 5026, 7141, 5070,10209, 5074,10209, 5085, + 5086, 5091, 5095, 5089, 5100,10209,10209,10209,10209,10209, + 10209, 5116, 5128, 5165, 5167, 5115, 5146, 5220, 5244, 5109, + 5199, 5245, 5247, 5218, 5242, 5147, 5223, 5279, 5286, 5133, + 5144, 5278, 5302, 5284, 5299, 5259, 5311, 5326, 5344, 5161, + + 5349, 5267, 5436, 5433, 5457, 5499, 5515, 5420, 5513, 5464, + 5544, 5355, 5371, 5479, 5521, 5323, 5518, 5580, 5607, 5529, + 5542, 5589, 5602, 5528, 5535, 5599, 5600, 5608, 5621, 5443, + 5672, 5569, 5619, 5674, 5675, 5758, 5816, 5642, 5659, 5639, + 5814, 5693, 5841, 5817, 5914, 5706, 5942, 5943, 5951, 5848, + 5859, 6002, 6027, 5954, 5597, 7149, 7152,10209,10209, 7172, + 7181, 7190, 7199, 7208, 7217, 7226, 7235, 7244, 7253, 7262, + 7271, 7280, 7289, 7298, 7307, 7316, 7325, 7334, 7343, 7352, + 7361, 7370, 7379, 7388, 7397, 7406, 7415, 7424, 7433, 7442, + 7451, 7460, 7469, 7478, 7487, 7496, 7505, 7514, 7523, 7532, + + 7541, 7550, 7559, 7568, 7577, 7586, 7595, 7604, 7613, 7622, + 7631, 7640, 7647, 7654, 7661, 7668, 7675, 7682, 7689, 7696, + 7703, 7710, 7717, 7724, 7731, 7738, 7745, 7752, 7759, 7766, + 7773, 7780, 7787, 7794, 7801, 7808, 7817, 7824, 7829, 7836, + 7841, 7848, 7853, 7860, 7865, 7872, 7877, 7884, 7889, 7896, + 7901, 7908, 7913, 7920, 7925, 7932, 7937, 7944, 7949, 7956, + 7961, 7968, 7973, 7980, 7985, 7992, 7997, 8004, 8009, 8016, + 8021, 8028, 8033, 8040, 8045, 8052, 8057, 8064, 8069, 8076, + 8081, 8088, 8093, 8100, 8105, 8114, 8120, 8127, 8135, 8142, + 8150, 8157, 8165, 8172, 8180, 8187, 8195, 8202, 8210, 8217, + + 8225, 8232, 8240, 8247, 8255, 8262, 8270, 8277, 8285, 8292, + 8300, 8307, 8315, 8322, 8330, 8337, 8345, 8353, 8361, 8369, + 8377, 8384, 8392, 8400, 8408, 8416, 8424, 8431, 8439, 8446, + 8454, 8462, 8469, 8477, 8486, 8492, 8499, 8507, 8515, 8523, + 8531, 8539, 8546, 8554, 8561, 8569, 8576, 8584, 8591, 8599, + 8606, 8614, 8622, 8630, 8638, 8646, 8653, 8661, 8668, 8676, + 8683, 8691, 8698, 8706, 8713, 8721, 8728, 8736, 8743, 8751, + 8758, 8766, 8774, 8781, 8789, 8796, 8804, 8811, 8819, 8827, + 8834, 8842, 8851, 8860, 8867, 8875, 8883, 8890, 8898, 8905, + 8913, 8920, 8928, 8935, 8942, 8950, 8957, 8965, 8973, 8980, + + 8988, 8995, 9003, 9010, 9018, 9025, 9033, 9040, 9048, 9055, + 9063, 9070, 9078, 9085, 9093, 9100, 9108, 9116, 9123, 9131, + 9138, 9146, 9154, 9162, 9170, 9178, 9186, 9195, 9204, 9211, + 9219, 9227, 9234, 9242, 9249, 9257, 9264, 9272, 9279, 9286, + 9294, 9301, 9309, 9317, 9325, 9333, 9340, 9348, 9355, 9363, + 9370, 9378, 9385, 9393, 9400, 9408, 9415, 9423, 9431, 9439, + 9446, 9454, 9462, 9470, 9478, 9485, 9493, 9501, 9509, 9517, + 9526, 9535, 9543, 9551, 9559, 9566, 9574, 9581, 9589, 9597, + 9605, 9613, 9621, 9629, 9637, 9645, 9653, 9661, 9668, 9675, + 9683, 9690, 9697, 9705, 9712, 9719, 9727, 9734, 9742, 9749, + + 9757, 9765, 9773, 9780, 9788, 9796, 9804, 9813, 9822, 9830, + 9838, 9845, 9852, 9860, 9868, 9876, 9884, 9892, 9899, 9906, + 9914, 9921, 9928, 9936, 9943, 9950, 9957, 9965, 9972, 9980, + 9988, 9996,10004,10012,10020,10028,10037,10046,10054,10062, + 10069,10077,10085,10093,10101,10109,10116,10123,10131,10138, + 10145,10154,10163,10172,10181,10190,10199 + } ; + +static yyconst flex_int16_t yy_def[3358] = + { 0, + 2960, 2960, 2961, 2961, 2961, 2961, 2962, 2962, 2963, 2963, + 2964, 2964, 2965, 2965, 2965, 2965, 2966, 2966, 2960, 2960, + 2967, 2967, 2968, 2968, 2968, 2968, 2960, 2960, 2968, 2968, + 2968, 2968, 2960, 2960, 2968, 2968, 2960, 2960, 2968, 2968, + 2968, 2968, 2969, 2969, 2970, 2970, 2960, 2960, 2970, 2970, + 2970, 2970, 2971, 2971, 2965, 2965, 2972, 2972, 2973, 2973, + 2960, 2960, 2973, 2973, 2973, 2973, 2974, 2974, 2975, 2975, + 2976, 2976, 2977, 2977, 2977, 2977, 2960, 2960, 2977, 2977, + 2977, 2977, 2960, 2960, 2977, 2977, 2960, 2960, 2977, 2977, + 2977, 2977, 2960, 2960, 2977, 2977, 2960, 2960, 2977, 2977, + + 2977, 2977, 2978, 2978, 2979, 2979, 2960, 2960, 2979, 2979, + 2979, 2979, 2980, 2980, 2981, 2981, 2960, 2960, 2981, 2981, + 2981, 2981, 2982, 2982, 2983, 2983, 2984, 2984, 2985, 2985, + 2986, 2986, 2987, 2987, 2960, 2960, 2987, 2987, 2987, 2987, + 2959, 141, 2988, 2988, 2989, 2989, 2990, 2990, 2991, 2991, + 2992, 2992, 2993, 2993, 2994, 2994, 2960, 2960, 2994, 2994, + 2994, 2994, 2995, 2995, 2996, 2996, 2960, 2960, 2996, 2996, + 2996, 2996, 2997, 2997, 2998, 2998, 2960, 2960, 2998, 2998, + 2998, 2998, 2999, 2999, 3000, 3000, 3001, 3001, 3002, 3002, + 2960, 2960, 3002, 3002, 3002, 3002, 3003, 3003, 3004, 3004, + + 2960, 2960, 3004, 3004, 3004, 3004, 3005, 3005, 3006, 3006, + 2960, 2960, 3006, 3006, 3006, 3006, 3007, 3007, 3008, 3008, + 3009, 3009, 3010, 3010, 2960, 2960, 3010, 3010, 3010, 3010, + 3011, 3011, 3012, 3012, 2960, 2960, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3013, 2959, 2959, + 3013, 2959, 2959, 2959, 274, 274, 276, 274, 277, 277, + 2959, 2959, 2959, 3014, 2959, 2959, 3014, 2959, 2959, 278, + 277, 2959, 2959, 2959, 3015, 2959, 2959, 3015, 3015, 3015, + + 2959, 2959, 2959, 2959, 2959, 3016, 2959, 2959, 3016, 3016, + 3016, 3016, 3016, 2959, 2959, 277, 277, 277, 2959, 2959, + 2959, 3017, 2959, 2959, 3017, 3017, 3017, 2959, 2959, 2959, + 2959, 2959, 2959, 3018, 2959, 2959, 3018, 3018, 2959, 2959, + 278, 277, 278, 341, 342, 342, 342, 342, 347, 349, + 348, 347, 2959, 2959, 2959, 3019, 2959, 2959, 3019, 3019, + 3019, 3019, 2959, 2959, 277, 277, 2959, 2959, 2959, 3020, + 2959, 2959, 3020, 3020, 3020, 2959, 2959, 277, 277, 2959, + 2959, 2959, 3021, 2959, 2959, 3021, 3021, 2959, 2959, 2959, + 2959, 2959, 2959, 3022, 2959, 2959, 3022, 3022, 2959, 2959, + + 2959, 2959, 2959, 2959, 3023, 2959, 2959, 3023, 3023, 3023, + 3023, 3023, 2959, 2959, 277, 415, 415, 2959, 2959, 2959, + 3024, 2959, 2959, 3024, 3024, 3024, 3024, 3024, 3024, 3024, + 3024, 2959, 2959, 2959, 2959, 2959, 2959, 3025, 2959, 2959, + 3025, 3025, 3025, 3025, 3025, 3025, 3025, 2959, 2959, 2959, + 2959, 2959, 2959, 3026, 2959, 2959, 3026, 3026, 2959, 2959, + 2959, 2959, 2959, 2959, 3027, 2959, 2959, 3027, 3027, 3027, + 3027, 2959, 2959, 415, 277, 2959, 2959, 2959, 3028, 2959, + 2959, 3028, 3028, 2959, 2959, 277, 486, 486, 2959, 2959, + 2959, 3029, 2959, 2959, 3029, 3029, 3029, 2959, 2959, 486, + + 486, 2959, 2959, 2959, 3030, 2959, 2959, 3030, 3030, 2959, + 2959, 2959, 2959, 2959, 2959, 3031, 2959, 2959, 3031, 3031, + 2959, 2959, 486, 486, 2959, 2959, 2959, 3032, 2959, 2959, + 3032, 3032, 3032, 2959, 2959, 486, 486, 2959, 2959, 2959, + 3033, 2959, 2959, 3033, 3033, 3033, 3033, 3033, 2959, 2959, + 277, 551, 551, 2959, 2959, 2959, 3034, 2959, 2959, 3034, + 2959, 2959, 2959, 2959, 2959, 2959, 3035, 2959, 2959, 3035, + 2959, 2959, 551, 277, 2959, 2959, 2959, 3036, 2959, 2959, + 3036, 3036, 2959, 2959, 2959, 2959, 3037, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 3038, 3038, 3039, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3040, 3040, + 3041, 2959, 3042, 3042, 3042, 3042, 2959, 3043, 2959, 2959, + 3044, 3044, 3044, 3044, 3044, 3044, 3044, 3044, 3044, 3045, + 2959, 2959, 3046, 3046, 3046, 3046, 3047, 2959, 3048, 3048, + 3048, 3049, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 3050, 3050, 3050, 3050, 3050, 3051, + 2959, 3052, 3052, 3052, 3052, 3053, 2959, 3054, 3054, 3054, + 3055, 2959, 3056, 3056, 3056, 3057, 2959, 3058, 3058, 3058, + + 3058, 3058, 3058, 3059, 2959, 2959, 3060, 3060, 3060, 3060, + 3060, 3060, 3060, 3060, 3060, 3060, 3060, 3060, 3060, 3060, + 3061, 2959, 3062, 3062, 3062, 3062, 3062, 3062, 3062, 3062, + 3063, 2959, 3064, 3064, 3064, 3065, 2959, 3066, 3066, 3066, + 3066, 3066, 3066, 3067, 2959, 3068, 3068, 3068, 3068, 3069, + 2959, 2959, 3070, 3070, 3070, 3070, 3070, 3071, 2959, 3072, + 3072, 3072, 3073, 2959, 3074, 3074, 3074, 3075, 2959, 3076, + 3076, 3076, 3076, 3077, 2959, 3078, 3078, 3078, 3078, 3078, + 3078, 3079, 2959, 2959, 3080, 3080, 3081, 2959, 3082, 3082, + 3083, 2959, 3084, 3084, 3084, 3085, 3086, 2959, 3086, 2959, + + 2959, 2959, 3087, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3088, 3089, 3089, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3090, 3091, + 3091, 3092, 2959, 2959, 3092, 2959, 3093, 3093, 2959, 3094, + 2959, 2959, 3094, 3094, 3094, 3094, 3094, 3094, 3095, 3095, + 2959, 3096, 3096, 3096, 3097, 3097, 2959, 2959, 3098, 3099, + 3099, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 3100, 2959, 2959, 3100, 3100, 3101, 3101, 3102, + 2959, 2959, 3102, 3103, 3103, 2959, 2959, 3104, 3105, 3105, + + 3106, 3106, 3107, 3107, 3108, 3108, 3108, 2959, 2959, 3108, + 3108, 3109, 3109, 2959, 2959, 3110, 3110, 2959, 2959, 3110, + 2959, 2959, 3110, 3110, 3110, 3110, 3110, 3110, 3110, 3110, + 3111, 3111, 3112, 3112, 3112, 2959, 2959, 3112, 3112, 3112, + 3113, 3113, 3114, 2959, 2959, 3115, 3115, 3116, 2959, 2959, + 3116, 3116, 3116, 3117, 3117, 3118, 3118, 3118, 3119, 3119, + 2959, 3120, 3120, 3120, 3120, 3121, 3121, 3122, 2959, 2959, + 3123, 3123, 3124, 3124, 3125, 3125, 3126, 3126, 3126, 3127, + 3127, 3128, 3128, 3128, 3128, 3128, 3129, 3129, 2959, 3130, + 3131, 3131, 2959, 2959, 3132, 3132, 2959, 2959, 3133, 3134, + + 3134, 3135, 2959, 2959, 3135, 2959, 2959, 3136, 2959, 2959, + 2959, 2959, 2959, 2959, 3137, 2959, 3138, 2959, 3138, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 3139, 2959, 3140, 2959, 3140, + 3141, 2959, 2959, 2959, 3141, 2959, 2959, 3142, 2959, 3142, + 3143, 2959, 2959, 2959, 2959, 2959, 3143, 2959, 2959, 3143, + 3143, 3143, 2959, 3144, 2959, 3144, 2959, 3145, 3145, 3145, + 2959, 3146, 2959, 3146, 2959, 2959, 2959, 3147, 2959, 3148, + 2959, 3148, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 3149, 2959, 2959, 2959, 3149, 3149, 2959, 3150, + 2959, 3150, 3151, 2959, 2959, 2959, 3151, 2959, 3152, 2959, + 3152, 2959, 2959, 2959, 3153, 2959, 3154, 2959, 3154, 3155, + 3155, 2959, 3156, 2959, 3156, 3157, 3157, 3157, 2959, 2959, + 2959, 3157, 3157, 2959, 3158, 2959, 3158, 2959, 2959, 3159, + 3159, 3159, 3159, 2959, 2959, 2959, 3159, 2959, 2959, 2959, + 2959, 2959, 3159, 3159, 3159, 3159, 3159, 3159, 3159, 2959, + 3160, 2959, 3160, 3161, 3161, 3161, 3161, 2959, 2959, 2959, + 2959, 2959, 3161, 3161, 2959, 3162, 2959, 3162, 3163, 2959, + 2959, 2959, 2959, 3164, 2959, 3164, 3165, 2959, 2959, 2959, + + 3165, 3165, 3165, 2959, 3166, 2959, 3166, 2959, 2959, 2959, + 2959, 3167, 2959, 3168, 2959, 3168, 2959, 2959, 2959, 3169, + 3169, 2959, 2959, 3169, 2959, 3170, 2959, 3170, 3171, 2959, + 2959, 2959, 2959, 3172, 2959, 3172, 2959, 2959, 2959, 2959, + 2959, 3173, 2959, 3173, 2959, 2959, 3174, 3174, 2959, 2959, + 2959, 3175, 2959, 3175, 3176, 3176, 3176, 3176, 3176, 2959, + 3177, 2959, 3177, 2959, 3178, 2959, 3179, 2959, 3179, 2959, + 2959, 2959, 2959, 3180, 2959, 3180, 2959, 2959, 2959, 3181, + 2959, 3182, 2959, 3182, 3183, 3184, 2959, 2959, 2959, 2959, + 2959, 3185, 3186, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3187, 2959, 2959, 3188, 2959, 3189, 3190, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 3190, 2959, 2959, 3190, 3191, + 2959, 3192, 2959, 2959, 3192, 3193, 3194, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3195, + 3195, 2959, 2959, 3196, 3197, 3197, 3198, 2959, 2959, 3199, + 2959, 2959, 3200, 3201, 3202, 3202, 2959, 2959, 3202, 3202, + 3203, 2959, 2959, 3204, 3204, 3204, 3204, 2959, 2959, 2959, + 2959, 2959, 3204, 3204, 3204, 3204, 3204, 3204, 3204, 3205, + + 3206, 3206, 3206, 3206, 2959, 2959, 2959, 3206, 3206, 3207, + 3208, 3209, 3210, 3210, 3210, 3210, 3211, 2959, 2959, 2959, + 2959, 2959, 2959, 3212, 3213, 2959, 2959, 2959, 2959, 3214, + 3214, 2959, 2959, 2959, 3214, 3215, 3216, 3217, 2959, 2959, + 2959, 2959, 2959, 2959, 3218, 2959, 2959, 2959, 3219, 3219, + 2959, 2959, 2959, 3220, 3221, 2959, 2959, 3221, 3221, 3221, + 3222, 2959, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3229, + 2959, 3229, 2959, 2959, 2959, 3230, 3231, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 3232, 2959, 2959, 2959, + 3233, 2959, 3234, 3235, 2959, 2959, 2959, 3235, 2959, 2959, + 2959, 3235, 3236, 2959, 3237, 2959, 2959, 2959, 2959, 2959, + 3238, 3239, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 3240, 2959, 2959, 2959, 2959, 2959, 3241, 3242, + 3242, 3243, 2959, 2959, 2959, 3244, 2959, 2959, 2959, 3245, + 3246, 3247, 3247, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3247, 3248, 2959, 2959, 3249, 2959, 2959, 3249, 3249, 2959, + 2959, 2959, 2959, 2959, 3249, 3249, 3249, 3249, 3249, 3249, + 3250, 3251, 2959, 2959, 3251, 3251, 2959, 2959, 3251, 3252, + + 3253, 3254, 3255, 3255, 3255, 2959, 2959, 3255, 3256, 3257, + 3258, 2959, 3259, 3259, 3259, 3260, 3261, 3262, 3263, 3264, + 3264, 3265, 3266, 2959, 2959, 2959, 3266, 3266, 3266, 3267, + 2959, 2959, 2959, 3268, 3269, 2959, 2959, 3270, 3271, 3272, + 3272, 2959, 2959, 3273, 3274, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3275, + 3276, 2959, 3277, 3278, 3278, 3278, 3279, 3280, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3281, + 3282, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3283, 2959, + + 2959, 2959, 3284, 3285, 2959, 2959, 3286, 3287, 2959, 2959, + 3288, 3289, 3289, 2959, 2959, 2959, 2959, 2959, 2959, 3289, + 2959, 2959, 2959, 2959, 3290, 2959, 2959, 2959, 2959, 2959, + 3290, 2959, 2959, 2959, 2959, 2959, 3290, 3290, 3290, 3290, + 2959, 2959, 3291, 3292, 2959, 2959, 2959, 2959, 2959, 3292, + 2959, 2959, 2959, 3292, 2959, 2959, 3293, 3294, 3295, 3295, + 3295, 2959, 2959, 2959, 3295, 2959, 2959, 3296, 3297, 2959, + 2959, 2959, 2959, 2959, 3298, 3299, 3300, 3301, 3302, 2959, + 2959, 2959, 2959, 3303, 3304, 3304, 3304, 3304, 3305, 2959, + 2959, 2959, 2959, 3306, 3307, 2959, 2959, 2959, 2959, 2959, + + 3308, 3309, 3309, 2959, 2959, 2959, 3310, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3311, 3312, + 2959, 2959, 2959, 3313, 2959, 2959, 3313, 3314, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3315, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3316, 2959, 2959, 2959, 2959, 2959, 3317, 2959, 2959, 2959, + 2959, 2959, 3318, 3319, 3319, 2959, 2959, 3319, 2959, 3320, + 2959, 2959, 2959, 3320, 2959, 2959, 2959, 2959, 2959, 3320, + 3320, 3320, 2959, 2959, 2959, 3321, 3322, 2959, 2959, 2959, + + 3322, 3322, 3323, 3324, 3325, 2959, 2959, 3325, 3325, 2959, + 2959, 3325, 3326, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 3327, 3328, 3329, 3330, 3331, 2959, 2959, 2959, + 2959, 2959, 2959, 3332, 3333, 3333, 3333, 3333, 3334, 2959, + 3335, 3336, 3337, 3338, 3338, 2959, 2959, 2959, 2959, 3339, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3340, 3341, 2959, + 3342, 2959, 2959, 2959, 3342, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3343, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 3344, 2959, 2959, 2959, 3345, 3346, 3347, 3347, + 2959, 2959, 2959, 2959, 3347, 2959, 3348, 3348, 2959, 2959, + 2959, 3348, 3348, 3348, 3349, 3350, 3350, 3350, 3351, 2959, + 2959, 3325, 2959, 2959, 2959, 3325, 3325, 2959, 2959, 2959, + 2959, 3325, 3326, 2959, 3327, 3328, 3329, 3330, 3331, 3332, + 2959, 2959, 3333, 3333, 3333, 3334, 2959, 3335, 2959, 2959, + 3337, 3338, 3338, 2959, 3339, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 3341, 2959, 2959, 3342, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3343, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 3344, 2959, 2959, 3346, + 3347, 3347, 2959, 2959, 2959, 2959, 3347, 2959, 3348, 3348, + 2959, 2959, 3348, 3348, 2959, 2959, 3350, 3350, 3350, 3351, + 2959, 2959, 3325, 3325, 3325, 2959, 2959, 2959, 2959, 3325, + 3326, 2959, 3327, 2959, 2959, 2959, 2959, 3330, 3331, 3332, + 2959, 2959, 2959, 2959, 2959, 3333, 3333, 2959, 2959, 2959, + 3335, 3337, 3338, 3338, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 3341, 2959, 2959, 2959, 3342, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 3343, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 3344, 2959, 2959, 3347, 3347, 2959, + 2959, 2959, 2959, 3348, 3348, 2959, 2959, 2959, 3348, 2959, + 2959, 3350, 3350, 2959, 2959, 3351, 2959, 2959, 2959, 3325, + 3325, 3325, 2959, 2959, 2959, 2959, 3326, 3327, 2959, 2959, + 2959, 2959, 2959, 3331, 3332, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 3337, 3338, 3338, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3342, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 3343, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3344, + + 3347, 2959, 2959, 2959, 2959, 2959, 3348, 3348, 3348, 2959, + 2959, 2959, 3350, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3325, 3325, 3325, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 3331, 3332, 2959, 2959, + 2959, 2959, 2959, 2959, 3337, 3338, 3338, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3342, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 3343, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 3344, 2959, 2959, 3347, 2959, 2959, 2959, 3348, 3348, 3348, + + 3350, 2959, 2959, 2959, 2959, 2959, 2959, 3325, 2959, 2959, + 3325, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3331, 3332, 2959, 2959, 2959, 2959, 3337, + 3338, 3338, 3338, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 3343, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 3344, 2959, 2959, 2959, 3347, 3348, 3348, 3348, + 3350, 3325, 2959, 2959, 2959, 3325, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 3332, 2959, 2959, 2959, 2959, 3337, 3338, 3338, + 3338, 3352, 3353, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3343, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3347, 3348, 3348, + 2959, 2959, 3350, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3332, + 2959, 2959, 2959, 2959, 3337, 3338, 3354, 3355, 3352, 3353, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 3347, 3348, 3348, 2959, 2959, 2959, + 3350, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 3337, 3354, 3338, 3356, 3355, + 3357, 3338, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3347, 3348, + 3348, 2959, 2959, 2959, 2959, 3350, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 3337, 3356, 2959, 3357, + 3338, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3337, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 3337, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3337, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 3337, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3337, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 3337, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 3337, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 3337, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 3337, 3337, 2959, 2959, 2959, 2959, 2959, + 2959, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3337, 2959, 0, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959 + } ; + +static yyconst flex_int16_t yy_nxt[10284] = + { 0, + 2959, 240, 241, 240, 240, 241, 240, 240, 241, 240, + 240, 241, 240, 245, 241, 245, 251, 242, 248, 251, + 242, 248, 2959, 243, 2959, 249, 243, 2959, 249, 246, + 245, 241, 245, 587, 252, 254, 255, 252, 254, 255, + 256, 257, 631, 256, 257, 587, 246, 261, 262, 588, + 258, 254, 255, 258, 259, 590, 256, 254, 255, 620, + 259, 589, 256, 261, 262, 1631, 258, 241, 241, 241, + 742, 589, 258, 241, 241, 241, 273, 241, 273, 273, + 241, 273, 743, 264, 273, 241, 273, 608, 1471, 264, + 662, 263, 274, 1175, 623, 274, 586, 586, 586, 1176, + + 275, 586, 586, 586, 586, 586, 586, 263, 265, 266, + 241, 266, 265, 265, 265, 265, 265, 265, 265, 267, + 265, 265, 265, 618, 265, 269, 265, 270, 265, 273, + 241, 273, 241, 241, 241, 241, 241, 241, 619, 273, + 241, 273, 273, 241, 273, 275, 624, 613, 276, 590, + 623, 276, 1642, 265, 265, 274, 590, 590, 274, 273, + 241, 273, 586, 586, 586, 589, 586, 586, 586, 586, + 586, 586, 589, 589, 650, 277, 1643, 271, 265, 266, + 241, 266, 265, 265, 265, 265, 265, 265, 265, 267, + 265, 265, 265, 1644, 265, 269, 265, 270, 265, 273, + + 241, 273, 241, 241, 241, 241, 241, 241, 595, 273, + 241, 273, 273, 241, 273, 277, 601, 1646, 278, 714, + 666, 278, 715, 265, 265, 275, 651, 668, 275, 241, + 241, 241, 241, 241, 241, 273, 241, 273, 273, 241, + 273, 273, 241, 273, 1647, 279, 748, 271, 279, 590, + 596, 277, 709, 749, 277, 1648, 597, 280, 273, 241, + 273, 598, 586, 586, 586, 589, 599, 586, 586, 586, + 586, 586, 586, 710, 280, 281, 282, 241, 282, 281, + 281, 281, 281, 281, 281, 281, 283, 281, 281, 281, + 648, 281, 285, 281, 286, 281, 289, 241, 289, 289, + + 241, 289, 241, 241, 241, 649, 241, 241, 241, 289, + 241, 289, 290, 758, 804, 290, 1649, 805, 278, 644, + 281, 281, 278, 645, 2959, 290, 605, 646, 287, 281, + 282, 241, 282, 281, 281, 281, 281, 281, 281, 281, + 283, 281, 281, 281, 590, 281, 285, 281, 286, 281, + 289, 241, 289, 289, 241, 289, 289, 241, 289, 716, + 589, 612, 254, 255, 756, 625, 290, 256, 2959, 291, + 1650, 757, 291, 717, 281, 281, 651, 301, 626, 650, + 619, 798, 287, 292, 293, 241, 293, 292, 292, 292, + 292, 292, 292, 292, 294, 292, 292, 292, 791, 292, + + 296, 292, 297, 292, 1651, 590, 302, 618, 315, 241, + 315, 315, 241, 315, 241, 241, 241, 846, 254, 255, + 627, 589, 619, 256, 316, 637, 827, 316, 292, 292, + 317, 623, 638, 301, 822, 607, 298, 680, 823, 299, + 828, 589, 586, 586, 586, 1652, 300, 292, 293, 241, + 293, 292, 292, 292, 292, 292, 292, 292, 294, 292, + 292, 292, 302, 292, 296, 292, 297, 292, 241, 241, + 241, 315, 241, 315, 315, 241, 315, 832, 315, 241, + 315, 315, 241, 315, 317, 590, 590, 316, 2959, 651, + 316, 828, 292, 292, 318, 1654, 817, 318, 620, 818, + + 298, 589, 589, 299, 586, 586, 586, 586, 586, 586, + 300, 303, 304, 241, 304, 303, 303, 303, 303, 303, + 303, 303, 305, 303, 303, 303, 608, 303, 307, 303, + 308, 303, 329, 241, 329, 329, 241, 329, 340, 241, + 340, 680, 340, 241, 340, 340, 241, 340, 330, 1655, + 590, 330, 590, 590, 341, 1656, 303, 303, 341, 657, + 1657, 342, 586, 586, 586, 309, 589, 310, 589, 589, + 686, 311, 586, 586, 586, 686, 312, 313, 303, 304, + 241, 304, 303, 303, 303, 303, 303, 303, 303, 305, + 303, 303, 303, 623, 303, 307, 303, 308, 303, 340, + + 241, 340, 241, 241, 241, 241, 241, 241, 744, 340, + 241, 340, 340, 241, 340, 342, 607, 1003, 343, 590, + 670, 343, 651, 303, 303, 344, 610, 623, 344, 665, + 611, 623, 309, 666, 310, 589, 619, 1468, 311, 673, + 668, 768, 1660, 312, 313, 319, 320, 241, 320, 319, + 319, 319, 319, 319, 319, 319, 321, 319, 319, 319, + 623, 319, 323, 319, 324, 319, 340, 241, 340, 340, + 241, 340, 241, 241, 241, 1663, 241, 241, 241, 340, + 241, 340, 345, 1664, 817, 345, 590, 831, 346, 612, + 319, 319, 346, 691, 590, 342, 798, 325, 586, 586, + + 586, 696, 589, 326, 586, 586, 586, 586, 586, 586, + 589, 799, 327, 319, 320, 241, 320, 319, 319, 319, + 319, 319, 319, 319, 321, 319, 319, 319, 1665, 319, + 323, 319, 324, 319, 340, 241, 340, 241, 241, 241, + 241, 241, 241, 832, 340, 241, 340, 340, 241, 340, + 342, 1666, 834, 347, 590, 818, 347, 876, 319, 319, + 345, 834, 590, 345, 831, 325, 586, 586, 586, 1667, + 589, 326, 586, 586, 586, 586, 586, 586, 589, 1671, + 327, 331, 332, 241, 332, 331, 331, 331, 331, 331, + 331, 331, 333, 331, 331, 331, 774, 331, 335, 331, + + 336, 331, 340, 241, 340, 340, 241, 340, 241, 241, + 241, 1672, 241, 241, 241, 340, 241, 340, 348, 590, + 906, 348, 1674, 907, 349, 782, 331, 331, 349, 590, + 1675, 350, 586, 586, 586, 589, 704, 337, 586, 586, + 586, 586, 586, 586, 612, 589, 338, 331, 332, 241, + 332, 331, 331, 331, 331, 331, 331, 331, 333, 331, + 331, 331, 783, 331, 335, 331, 336, 331, 340, 241, + 340, 241, 241, 241, 241, 241, 241, 651, 340, 241, + 340, 340, 241, 340, 350, 705, 1676, 351, 651, 718, + 351, 1678, 331, 331, 348, 590, 1691, 348, 340, 241, + + 340, 719, 720, 337, 340, 241, 340, 586, 586, 586, + 744, 589, 338, 791, 352, 586, 586, 586, 662, 1692, + 352, 353, 354, 241, 354, 353, 353, 353, 353, 353, + 353, 353, 355, 353, 353, 353, 1693, 353, 357, 353, + 358, 353, 364, 241, 364, 364, 241, 364, 241, 241, + 241, 914, 241, 241, 241, 915, 671, 1696, 365, 613, + 590, 365, 590, 590, 317, 623, 353, 353, 317, 721, + 731, 359, 667, 586, 586, 586, 589, 360, 589, 589, + 1697, 361, 586, 586, 586, 1698, 1699, 362, 353, 354, + 241, 354, 353, 353, 353, 353, 353, 353, 353, 355, + + 353, 353, 353, 1704, 353, 357, 353, 358, 353, 364, + 241, 364, 364, 241, 364, 364, 241, 364, 832, 364, + 241, 364, 586, 586, 586, 365, 590, 1712, 365, 1713, + 1720, 366, 881, 353, 353, 366, 590, 590, 359, 586, + 586, 586, 589, 736, 360, 586, 586, 586, 361, 586, + 586, 586, 589, 589, 362, 367, 368, 241, 368, 367, + 367, 367, 367, 367, 367, 367, 369, 367, 367, 367, + 1724, 367, 371, 367, 372, 367, 377, 241, 377, 377, + 241, 377, 241, 241, 241, 832, 241, 241, 241, 586, + 586, 586, 378, 1003, 590, 378, 1003, 1285, 317, 882, + + 367, 367, 317, 1725, 1731, 373, 586, 586, 586, 750, + 589, 374, 586, 586, 586, 586, 586, 586, 586, 586, + 586, 1639, 375, 367, 368, 241, 368, 367, 367, 367, + 367, 367, 367, 367, 369, 367, 367, 367, 1737, 367, + 371, 367, 372, 367, 377, 241, 377, 377, 241, 377, + 377, 241, 377, 1738, 377, 241, 377, 751, 1739, 1740, + 378, 623, 1744, 378, 1306, 1750, 379, 1754, 367, 367, + 379, 590, 590, 373, 586, 586, 586, 1307, 763, 374, + 586, 586, 586, 586, 586, 586, 1757, 589, 589, 1759, + 375, 380, 381, 241, 381, 380, 380, 380, 380, 380, + + 380, 380, 382, 380, 380, 380, 1760, 380, 384, 380, + 385, 380, 389, 241, 389, 389, 241, 389, 400, 241, + 400, 1761, 400, 241, 400, 414, 241, 414, 390, 590, + 590, 390, 1765, 1768, 401, 590, 380, 380, 401, 1770, + 1777, 415, 586, 586, 586, 589, 589, 386, 586, 586, + 586, 589, 387, 380, 381, 241, 381, 380, 380, 380, + 380, 380, 380, 380, 382, 380, 380, 380, 1785, 380, + 384, 380, 385, 380, 414, 241, 414, 241, 241, 241, + 241, 241, 241, 1786, 414, 241, 414, 414, 241, 414, + 415, 590, 1787, 416, 1788, 824, 416, 1003, 380, 380, + + 415, 1790, 825, 415, 586, 586, 586, 589, 826, 386, + 586, 586, 586, 1005, 387, 391, 392, 241, 392, 391, + 391, 391, 391, 391, 391, 391, 393, 391, 391, 391, + 1804, 391, 395, 391, 396, 391, 414, 241, 414, 414, + 241, 414, 433, 241, 433, 1808, 433, 241, 433, 449, + 241, 449, 417, 1809, 1812, 417, 1471, 1814, 434, 1810, + 391, 391, 434, 1003, 1815, 450, 586, 586, 586, 586, + 586, 586, 586, 586, 586, 1811, 397, 586, 586, 586, + 1801, 1816, 398, 391, 392, 241, 392, 391, 391, 391, + 391, 391, 391, 391, 393, 391, 391, 391, 1802, 391, + + 395, 391, 396, 391, 449, 241, 449, 460, 241, 460, + 460, 241, 460, 1817, 473, 241, 473, 473, 241, 473, + 450, 1818, 1821, 461, 590, 1822, 461, 1825, 391, 391, + 474, 787, 1826, 474, 586, 586, 586, 586, 586, 586, + 589, 586, 586, 586, 397, 586, 586, 586, 1471, 1827, + 398, 402, 403, 241, 403, 402, 402, 402, 402, 402, + 402, 402, 404, 402, 402, 402, 1828, 402, 406, 402, + 407, 402, 241, 241, 241, 241, 241, 241, 473, 241, + 473, 1803, 473, 241, 473, 1830, 590, 1317, 317, 1831, + 1834, 317, 1837, 796, 474, 1841, 402, 402, 474, 408, + + 1307, 409, 589, 802, 802, 802, 1842, 410, 802, 802, + 802, 1845, 1007, 1846, 411, 1847, 1850, 412, 402, 403, + 241, 403, 402, 402, 402, 402, 402, 402, 402, 404, + 402, 402, 402, 1854, 402, 406, 402, 407, 402, 473, + 241, 473, 473, 241, 473, 485, 241, 485, 1858, 485, + 241, 485, 1052, 1052, 1052, 475, 1053, 1874, 475, 1054, + 836, 486, 803, 402, 402, 486, 408, 825, 409, 836, + 824, 1875, 1876, 837, 410, 1877, 825, 825, 1020, 1020, + 1020, 411, 826, 837, 412, 418, 419, 241, 419, 418, + 418, 418, 418, 418, 418, 418, 420, 418, 418, 418, + + 421, 418, 422, 418, 423, 418, 421, 421, 421, 421, + 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, + 421, 421, 421, 421, 421, 421, 421, 421, 421, 421, + 418, 418, 421, 424, 425, 426, 421, 421, 421, 421, + 421, 427, 421, 421, 428, 421, 421, 421, 429, 421, + 430, 431, 421, 421, 421, 421, 421, 421, 421, 435, + 436, 241, 436, 435, 435, 435, 435, 435, 435, 435, + 437, 435, 435, 435, 1878, 435, 439, 435, 440, 435, + 241, 241, 241, 241, 241, 241, 485, 241, 485, 1843, + 485, 241, 485, 843, 843, 843, 487, 1844, 1879, 487, + + 1880, 1317, 486, 1884, 435, 435, 486, 441, 442, 443, + 844, 1040, 1040, 1040, 1341, 444, 1848, 1890, 445, 1020, + 1020, 1020, 446, 1891, 1849, 447, 435, 436, 241, 436, + 435, 435, 435, 435, 435, 435, 435, 437, 435, 435, + 435, 1892, 435, 439, 435, 440, 435, 485, 241, 485, + 485, 241, 485, 499, 241, 499, 1897, 499, 241, 499, + 851, 851, 851, 488, 1901, 1855, 488, 1902, 1855, 500, + 1903, 435, 435, 500, 441, 442, 443, 852, 1040, 1040, + 1040, 1856, 444, 1021, 1811, 445, 1483, 1483, 1483, 446, + 1905, 1909, 447, 451, 452, 241, 452, 451, 451, 451, + + 451, 451, 451, 451, 453, 451, 451, 451, 1910, 451, + 455, 451, 456, 451, 241, 241, 241, 241, 241, 241, + 499, 241, 499, 1911, 499, 241, 499, 1151, 836, 1912, + 487, 1913, 1810, 487, 1916, 825, 500, 1152, 451, 451, + 500, 861, 1021, 457, 1153, 1485, 1485, 1485, 1856, 458, + 451, 452, 241, 452, 451, 451, 451, 451, 451, 451, + 451, 453, 451, 451, 451, 1923, 451, 455, 451, 456, + 451, 499, 241, 499, 499, 241, 499, 511, 241, 511, + 1925, 511, 241, 511, 867, 867, 867, 501, 1679, 1935, + 501, 1486, 1936, 512, 1680, 451, 451, 512, 1681, 1937, + + 457, 868, 1682, 1020, 1020, 1020, 458, 462, 463, 241, + 463, 462, 462, 462, 462, 462, 462, 462, 464, 462, + 462, 462, 1938, 462, 466, 462, 467, 462, 522, 241, + 522, 522, 241, 522, 241, 241, 241, 1940, 241, 241, + 241, 522, 241, 522, 523, 1003, 1946, 523, 1952, 1953, + 487, 1943, 462, 462, 487, 1954, 468, 523, 1062, 1062, + 1062, 1957, 1063, 469, 1958, 1064, 470, 1093, 1959, 1471, + 1040, 1040, 1040, 471, 462, 463, 241, 463, 462, 462, + 462, 462, 462, 462, 462, 464, 462, 462, 462, 1963, + 462, 466, 462, 467, 462, 522, 241, 522, 522, 241, + + 522, 522, 241, 522, 1967, 535, 241, 535, 535, 241, + 535, 523, 1969, 1970, 524, 1945, 1971, 524, 1975, 462, + 462, 536, 1981, 468, 536, 1085, 1085, 1085, 1982, 1086, + 469, 1983, 1087, 470, 1093, 1489, 1489, 1489, 1984, 1985, + 471, 476, 477, 241, 477, 476, 476, 476, 476, 476, + 476, 476, 478, 476, 476, 476, 1986, 476, 480, 476, + 481, 476, 241, 241, 241, 241, 241, 241, 535, 241, + 535, 1987, 535, 241, 535, 535, 241, 535, 487, 1988, + 1989, 487, 1990, 1996, 536, 1997, 476, 476, 536, 2009, + 2010, 537, 482, 1104, 1104, 1104, 2015, 1105, 2016, 2017, + + 1106, 1492, 1492, 1492, 1501, 1501, 1501, 483, 476, 477, + 241, 477, 476, 476, 476, 476, 476, 476, 476, 478, + 476, 476, 476, 2018, 476, 480, 476, 481, 476, 535, + 241, 535, 550, 241, 550, 550, 241, 550, 2011, 241, + 241, 241, 241, 241, 241, 537, 2012, 2022, 551, 2013, + 2023, 551, 2024, 476, 476, 552, 2026, 2014, 552, 482, + 1114, 1114, 1114, 2027, 1115, 2028, 2029, 1116, 1524, 1524, + 1524, 1535, 1535, 1535, 483, 489, 490, 241, 490, 489, + 489, 489, 489, 489, 489, 489, 491, 489, 489, 489, + 2032, 489, 493, 489, 494, 489, 550, 241, 550, 550, + + 241, 550, 550, 241, 550, 1471, 550, 241, 550, 562, + 241, 562, 551, 1683, 2036, 551, 2037, 2042, 553, 1684, + 489, 489, 553, 1685, 2043, 563, 495, 1686, 2044, 496, + 1122, 1122, 1122, 2045, 1123, 2047, 1944, 1124, 1536, 1536, + 1536, 497, 489, 490, 241, 490, 489, 489, 489, 489, + 489, 489, 489, 491, 489, 489, 489, 2057, 489, 493, + 489, 494, 489, 562, 241, 562, 572, 241, 572, 572, + 241, 572, 2038, 241, 241, 241, 241, 241, 241, 563, + 2039, 1471, 573, 2040, 1486, 573, 2067, 489, 489, 317, + 2068, 2041, 317, 495, 2072, 2073, 496, 1139, 1139, 1139, + + 1471, 1140, 2074, 2077, 1141, 1485, 1485, 1485, 497, 502, + 503, 241, 503, 502, 502, 502, 502, 502, 502, 502, + 504, 502, 502, 502, 2062, 502, 506, 502, 507, 502, + 572, 241, 572, 572, 241, 572, 572, 241, 572, 2081, + 572, 241, 572, 584, 241, 584, 573, 2063, 2082, 573, + 2083, 1612, 574, 2959, 502, 502, 574, 2084, 2085, 585, + 508, 2086, 620, 620, 2087, 509, 502, 503, 241, 503, + 502, 502, 502, 502, 502, 502, 502, 504, 502, 502, + 502, 2088, 502, 506, 502, 507, 502, 584, 241, 584, + 671, 2089, 621, 2090, 2104, 1016, 1016, 1016, 622, 2105, + + 662, 2106, 2111, 585, 2112, 623, 672, 2113, 662, 624, + 663, 502, 502, 1018, 1483, 1483, 1483, 508, 669, 1485, + 1485, 1485, 509, 513, 514, 241, 514, 513, 513, 513, + 513, 513, 513, 513, 515, 513, 513, 513, 664, 513, + 517, 513, 518, 513, 665, 2114, 670, 2115, 666, 884, + 884, 884, 2116, 2117, 667, 668, 891, 891, 891, 2119, + 623, 896, 896, 896, 617, 2120, 885, 2123, 513, 513, + 908, 908, 908, 892, 519, 1154, 1154, 1154, 897, 1155, + 2124, 2127, 1156, 1653, 1653, 1653, 2128, 909, 2129, 520, + 513, 514, 241, 514, 513, 513, 513, 513, 513, 513, + + 513, 515, 513, 513, 513, 2130, 513, 517, 513, 518, + 513, 918, 918, 918, 921, 921, 921, 936, 936, 936, + 944, 944, 944, 949, 949, 949, 2134, 2135, 919, 2136, + 2137, 922, 2138, 2139, 937, 513, 513, 945, 2140, 2141, + 950, 519, 1158, 1158, 1158, 2143, 1159, 2167, 2168, 1160, + 1489, 1489, 1489, 1492, 1492, 1492, 520, 525, 526, 241, + 526, 525, 525, 525, 525, 525, 525, 525, 527, 525, + 525, 525, 1471, 525, 529, 525, 530, 525, 969, 969, + 969, 993, 993, 993, 997, 997, 997, 1016, 1016, 1016, + 2169, 1047, 1047, 1047, 2170, 970, 2171, 2172, 994, 2177, + + 2178, 998, 525, 525, 2163, 1018, 2179, 2180, 531, 1049, + 2181, 532, 1178, 1178, 1178, 1471, 1179, 2182, 2183, 1180, + 1658, 1658, 1658, 533, 525, 526, 241, 526, 525, 525, + 525, 525, 525, 525, 525, 527, 525, 525, 525, 2184, + 525, 529, 525, 530, 525, 1019, 1047, 1047, 1047, 843, + 843, 843, 2164, 1057, 1057, 1057, 1057, 1057, 1057, 851, + 851, 851, 2185, 2186, 1049, 2188, 844, 2189, 2190, 525, + 525, 1059, 2192, 2193, 1059, 531, 852, 2191, 532, 1190, + 1190, 1190, 2194, 1191, 1659, 2195, 1192, 1501, 1501, 1501, + 533, 538, 539, 241, 539, 538, 538, 538, 538, 538, + + 538, 538, 540, 538, 538, 538, 1050, 538, 542, 538, + 543, 538, 1065, 1065, 1065, 1068, 1068, 1068, 2196, 2199, + 1060, 1073, 1073, 1073, 1081, 1081, 1081, 2092, 2093, 1066, + 2094, 2197, 1069, 1073, 1073, 1073, 538, 538, 2095, 1075, + 2198, 2096, 1083, 2200, 544, 2097, 545, 2201, 2202, 546, + 2203, 1075, 2204, 547, 1524, 1524, 1524, 548, 538, 539, + 241, 539, 538, 538, 538, 538, 538, 538, 538, 540, + 538, 538, 538, 2208, 538, 542, 538, 543, 538, 2209, + 1076, 2210, 1081, 1081, 1081, 867, 867, 867, 1089, 1089, + 1089, 884, 884, 884, 1109, 1109, 1109, 1109, 1109, 1109, + + 1083, 2211, 868, 538, 538, 2214, 1091, 2215, 885, 2219, + 2222, 544, 1111, 545, 2223, 1111, 546, 1535, 1535, 1535, + 547, 1536, 1536, 1536, 548, 554, 555, 241, 555, 554, + 554, 554, 554, 554, 554, 554, 556, 554, 554, 554, + 2226, 554, 558, 554, 559, 554, 1084, 1089, 1089, 1089, + 891, 891, 891, 2230, 1118, 1118, 1118, 1118, 1118, 1118, + 896, 896, 896, 1112, 2231, 1091, 2232, 892, 2233, 2234, + 554, 554, 1120, 2237, 2238, 1120, 2258, 897, 1198, 1198, + 1198, 2259, 1199, 2260, 1092, 1200, 1230, 1230, 1230, 2261, + 1231, 2262, 1471, 1232, 560, 554, 555, 241, 555, 554, + + 554, 554, 554, 554, 554, 554, 556, 554, 554, 554, + 2272, 554, 558, 554, 559, 554, 1126, 1126, 1126, 1126, + 1126, 1126, 1003, 1121, 1132, 1132, 1132, 1132, 1132, 1132, + 908, 908, 908, 2265, 1128, 2257, 2273, 1128, 2274, 2275, + 554, 554, 1134, 2266, 2276, 1134, 2267, 909, 1270, 1270, + 1270, 2277, 1271, 2278, 2279, 1272, 1277, 1277, 1277, 2280, + 1278, 2281, 2255, 1279, 560, 564, 565, 241, 565, 564, + 564, 564, 564, 564, 564, 564, 566, 564, 564, 564, + 1129, 564, 568, 564, 569, 564, 1144, 1144, 1144, 1144, + 1144, 1144, 1135, 2283, 2284, 918, 918, 918, 921, 921, + + 921, 1161, 1161, 1161, 1146, 2285, 2268, 1146, 2286, 2287, + 564, 564, 919, 2288, 1471, 922, 2269, 2289, 1162, 2270, + 2290, 570, 564, 565, 241, 565, 564, 564, 564, 564, + 564, 564, 564, 566, 564, 564, 564, 2291, 564, 568, + 564, 569, 564, 1170, 1170, 1170, 1170, 1170, 1170, 2292, + 1147, 2256, 936, 936, 936, 1181, 1181, 1181, 1185, 1185, + 1185, 1172, 2293, 2294, 1172, 2295, 2296, 564, 564, 937, + 2297, 2298, 1182, 1723, 1723, 1723, 1187, 2299, 570, 575, + 576, 241, 576, 575, 575, 575, 575, 575, 575, 575, + 577, 575, 575, 575, 2301, 575, 579, 575, 580, 575, + + 944, 944, 944, 2307, 1173, 1193, 1193, 1193, 2308, 1193, + 1193, 1193, 2309, 1185, 1185, 1185, 2313, 945, 2321, 949, + 949, 949, 2322, 1195, 575, 575, 2323, 1195, 1204, 1204, + 1204, 1187, 1661, 1661, 1661, 581, 950, 1052, 1052, 1052, + 2348, 1053, 1003, 2350, 1054, 2351, 1206, 1471, 582, 575, + 576, 241, 576, 575, 575, 575, 575, 575, 575, 575, + 577, 575, 575, 575, 1188, 575, 579, 575, 580, 575, + 1196, 2345, 1204, 1204, 1204, 1208, 1208, 1208, 1662, 1210, + 1210, 1210, 2959, 2959, 2959, 1213, 1213, 1213, 2331, 2346, + 1206, 2352, 1209, 2356, 575, 575, 1211, 2357, 2332, 2959, + + 1218, 1218, 1218, 1215, 2333, 581, 1213, 1213, 1213, 2360, + 2358, 2959, 2959, 2959, 1222, 1222, 1222, 1219, 582, 590, + 2959, 2959, 2959, 2359, 1215, 2361, 605, 1207, 2959, 2365, + 1471, 1223, 1225, 1225, 1225, 589, 606, 2959, 969, 969, + 969, 1212, 1233, 1233, 1233, 1237, 1237, 1237, 2366, 2367, + 1227, 1225, 1225, 1225, 2368, 970, 1239, 1239, 1239, 2369, + 1235, 1220, 1238, 607, 608, 609, 2370, 1216, 2371, 1227, + 610, 611, 2347, 1240, 612, 613, 1221, 2372, 614, 1224, + 615, 616, 617, 1233, 1233, 1233, 2374, 2375, 1228, 1241, + 1241, 1241, 1241, 1241, 1241, 1245, 1245, 1245, 1249, 1249, + + 1249, 1235, 2959, 2959, 2959, 2376, 2377, 1243, 2378, 2379, + 1243, 2380, 1246, 2381, 2382, 1250, 1251, 1251, 1251, 2959, + 2362, 1251, 1251, 1251, 1260, 1260, 1260, 1260, 1260, 1260, + 1266, 1266, 1266, 2363, 1253, 1266, 1266, 1266, 1236, 1253, + 2383, 2384, 1262, 2385, 2386, 1262, 2387, 2388, 1268, 993, + 993, 993, 1247, 1268, 1273, 1273, 1273, 1273, 1273, 1273, + 997, 997, 997, 1244, 2390, 2398, 994, 1248, 1281, 1281, + 1281, 2399, 1275, 2400, 2401, 1275, 2408, 998, 1281, 1281, + 1281, 2411, 1016, 1016, 1016, 2418, 1283, 1016, 1016, 1016, + 2419, 1263, 1254, 1016, 1016, 1016, 1283, 2420, 2421, 1269, + + 1018, 2422, 1319, 1319, 1319, 1018, 1047, 1047, 1047, 2423, + 2426, 1018, 1047, 1047, 1047, 1047, 1047, 1047, 1276, 1320, + 1322, 1322, 1322, 2427, 1049, 2428, 2959, 2959, 2959, 1003, + 1049, 2434, 2436, 1049, 1057, 1057, 1057, 1323, 2429, 1471, + 1293, 2437, 1284, 2959, 1057, 1057, 1057, 1057, 1057, 1057, + 2438, 2439, 1059, 1062, 1062, 1062, 2440, 1063, 2441, 2442, + 1064, 2443, 1059, 2444, 1321, 1059, 1065, 1065, 1065, 1328, + 1328, 1328, 2334, 1329, 2431, 2445, 1330, 2430, 1331, 1331, + 1331, 2448, 2335, 1066, 1068, 1068, 1068, 1324, 2336, 1333, + 1333, 1333, 2449, 1334, 1326, 1332, 1335, 1337, 1337, 1337, + + 2450, 1069, 1073, 1073, 1073, 1073, 1073, 1073, 1073, 1073, + 1073, 1343, 1343, 1343, 1338, 1081, 1081, 1081, 2451, 2452, + 1075, 2453, 2454, 1075, 2455, 2457, 1075, 2458, 1344, 1081, + 1081, 1081, 2459, 1083, 1081, 1081, 1081, 1085, 1085, 1085, + 2460, 1086, 2461, 2462, 1087, 2463, 2464, 1083, 1089, 1089, + 1089, 2465, 1083, 1089, 1089, 1089, 1348, 1348, 1348, 2466, + 1104, 1104, 1104, 2467, 1105, 2468, 1091, 1106, 1340, 2469, + 2470, 1091, 2471, 2477, 1349, 1362, 1362, 1362, 1109, 1109, + 1109, 1346, 1109, 1109, 1109, 1109, 1109, 1109, 1118, 1118, + 1118, 2478, 1363, 1118, 1118, 1118, 1111, 1114, 1114, 1114, + + 1111, 1115, 2479, 1111, 1116, 2480, 1120, 1118, 1118, 1118, + 2481, 1120, 1122, 1122, 1122, 2482, 1123, 2486, 2495, 1124, + 1368, 1368, 1368, 2496, 2497, 1120, 1126, 1126, 1126, 1126, + 1126, 1126, 1126, 1126, 1126, 2487, 2498, 1369, 1371, 1371, + 1371, 2959, 2959, 2959, 1128, 2488, 1364, 1128, 2499, 2500, + 1128, 2504, 1132, 1132, 1132, 1372, 2505, 2506, 2959, 1132, + 1132, 1132, 1132, 1132, 1132, 1377, 1377, 1377, 1367, 1373, + 1134, 1139, 1139, 1139, 2507, 1140, 2517, 1134, 1141, 2518, + 1134, 2519, 1378, 1144, 1144, 1144, 1144, 1144, 1144, 1144, + 1144, 1144, 2489, 1154, 1154, 1154, 2491, 1155, 2520, 1370, + + 1156, 1146, 2490, 2521, 1146, 2522, 2492, 1146, 1388, 1388, + 1388, 1158, 1158, 1158, 2523, 1159, 1003, 2493, 1160, 1161, + 1161, 1161, 1390, 1390, 1390, 1389, 1391, 2494, 1374, 1392, + 1170, 1170, 1170, 1170, 1170, 1170, 1162, 1170, 1170, 1170, + 1178, 1178, 1178, 2524, 1179, 2528, 2529, 1180, 1172, 2530, + 2508, 1172, 2531, 2532, 1381, 1172, 1181, 1181, 1181, 1405, + 1405, 1405, 2533, 1406, 2535, 2536, 1407, 1185, 1185, 1185, + 1185, 1185, 1185, 1182, 1185, 1185, 1185, 1190, 1190, 1190, + 2537, 1191, 2538, 2539, 1192, 1187, 2540, 2541, 1187, 1193, + 1193, 1193, 1187, 1193, 1193, 1193, 1193, 1193, 1193, 1198, + + 1198, 1198, 2542, 1199, 1400, 2543, 1200, 1195, 1204, 1204, + 1204, 1195, 2544, 2548, 1195, 1204, 1204, 1204, 1204, 1204, + 1204, 1208, 1208, 1208, 2549, 1410, 1206, 1418, 1418, 1418, + 2550, 1419, 2553, 1206, 1420, 2558, 1206, 2559, 1209, 1210, + 1210, 1210, 1421, 1421, 1421, 2560, 1422, 2561, 2562, 1423, + 1213, 1213, 1213, 1213, 1213, 1213, 1211, 1213, 1213, 1213, + 1218, 1218, 1218, 1412, 2563, 1427, 1427, 1427, 1215, 1428, + 2564, 1215, 1429, 2565, 2566, 1215, 2567, 1219, 1417, 1222, + 1222, 1222, 1432, 1432, 1432, 2568, 1433, 2569, 2571, 1434, + 1225, 1225, 1225, 1225, 1225, 1225, 1223, 1225, 1225, 1225, + + 1230, 1230, 1230, 2572, 1231, 2573, 2574, 1232, 1227, 2581, + 2582, 1227, 1233, 1233, 1233, 1227, 1233, 1233, 1233, 1233, + 1233, 1233, 2583, 2584, 1425, 1237, 1237, 1237, 2585, 2586, + 1235, 1439, 1439, 1439, 1235, 1440, 2587, 1235, 1441, 1239, + 1239, 1239, 1238, 1442, 1442, 1442, 1003, 1443, 2588, 2589, + 1444, 1241, 1241, 1241, 2590, 2591, 1240, 1241, 1241, 1241, + 2592, 1436, 1241, 1241, 1241, 1245, 1245, 1245, 2593, 1243, + 1446, 1446, 1446, 2594, 1447, 1243, 2597, 1448, 2598, 1438, + 1243, 2599, 1246, 1249, 1249, 1249, 1451, 1451, 1451, 2575, + 1452, 2600, 2601, 1453, 1251, 1251, 1251, 1251, 1251, 1251, + + 1250, 1251, 1251, 1251, 1456, 1456, 1456, 1260, 1260, 1260, + 2602, 2603, 1253, 2604, 2605, 1253, 1260, 1260, 1260, 1253, + 2606, 1457, 2607, 2611, 1445, 1262, 1260, 1260, 1260, 1266, + 1266, 1266, 2618, 2619, 1262, 1266, 1266, 1266, 1266, 1266, + 1266, 1270, 1270, 1270, 1262, 1271, 2620, 1268, 1272, 1273, + 1273, 1273, 2621, 1268, 2622, 2623, 1268, 1273, 1273, 1273, + 1273, 1273, 1273, 1454, 1277, 1277, 1277, 1275, 1278, 2624, + 2625, 1279, 1281, 1281, 1281, 1275, 2626, 2627, 1275, 1281, + 1281, 1281, 1281, 1281, 1281, 2628, 2629, 1461, 2632, 2633, + 1283, 1464, 1470, 1470, 1470, 2634, 2635, 1283, 2643, 2644, + + 1283, 1016, 1016, 1016, 1319, 1319, 1319, 1047, 1047, 1047, + 1471, 1472, 1003, 1322, 1322, 1322, 1348, 1348, 1348, 1018, + 1465, 1320, 1504, 1504, 1504, 1049, 1505, 2645, 2638, 1506, + 1323, 1508, 1508, 1508, 1349, 1509, 2638, 2646, 1510, 1057, + 1057, 1057, 2639, 1467, 1328, 1328, 1328, 2641, 1329, 2647, + 2648, 1330, 1331, 1331, 1331, 2649, 2650, 1059, 2636, 1515, + 1515, 1515, 2651, 1516, 2652, 1507, 1517, 1477, 2653, 1332, + 1333, 1333, 1333, 2654, 1334, 2655, 2656, 1335, 1337, 1337, + 1337, 2657, 1519, 1519, 1519, 2658, 1520, 2659, 1513, 1521, + 1073, 1073, 1073, 2660, 2661, 1338, 1343, 1343, 1343, 1526, + + 1526, 1526, 2666, 1527, 2671, 2672, 1528, 2673, 1075, 1529, + 1529, 1529, 2674, 1344, 1081, 1081, 1081, 1544, 1544, 1544, + 1362, 1362, 1362, 1546, 1546, 1546, 1530, 1547, 2675, 2676, + 1548, 2679, 1083, 1003, 1545, 1471, 1472, 1363, 2679, 2638, + 1523, 1109, 1109, 1109, 1118, 1118, 1118, 1368, 1368, 1368, + 1553, 1553, 1553, 2639, 1554, 2682, 2683, 1555, 2684, 1111, + 2685, 2688, 1120, 1531, 1369, 1126, 1126, 1126, 1371, 1371, + 1371, 1557, 1557, 1557, 2677, 1558, 2691, 2700, 1559, 1132, + 1132, 1132, 2662, 1128, 2686, 1372, 1377, 1377, 1377, 1564, + 1564, 1564, 2664, 1565, 2663, 2667, 1566, 1134, 1567, 1567, + + 1567, 2703, 2687, 1378, 2665, 1549, 2708, 2668, 1552, 1569, + 1569, 1569, 1144, 1144, 1144, 1568, 1576, 1576, 1576, 1388, + 1388, 1388, 1813, 1813, 1813, 1556, 1570, 1580, 1580, 1580, + 1146, 1581, 2638, 1577, 1582, 2711, 1389, 1390, 1390, 1390, + 1561, 1391, 2669, 2641, 1392, 1583, 1583, 1583, 1170, 1170, + 1170, 1593, 1593, 1593, 2670, 1571, 1405, 1405, 1405, 2712, + 1406, 2713, 1584, 1407, 2679, 2715, 1172, 2679, 1594, 1597, + 1597, 1597, 1185, 1185, 1185, 1193, 1193, 1193, 1572, 1606, + 1606, 1606, 1204, 1204, 1204, 2716, 1598, 1418, 1418, 1418, + 1187, 1419, 2698, 1195, 1420, 2701, 1607, 1421, 1421, 1421, + + 1206, 1422, 2717, 2706, 1423, 1213, 1213, 1213, 1427, 1427, + 1427, 2699, 1428, 1591, 2702, 1429, 2718, 1432, 1432, 1432, + 2719, 1433, 2707, 1215, 1434, 1608, 1225, 1225, 1225, 1233, + 1233, 1233, 2709, 1439, 1439, 1439, 1600, 1440, 2689, 1609, + 1441, 1602, 2720, 2721, 1227, 2722, 2723, 1235, 1442, 1442, + 1442, 2710, 1443, 2690, 2733, 1444, 1241, 1241, 1241, 1446, + 1446, 1446, 2734, 1447, 2735, 2736, 1448, 2737, 1451, 1451, + 1451, 1611, 1452, 2738, 1243, 1453, 1251, 1251, 1251, 1456, + 1456, 1456, 1260, 1260, 1260, 2742, 1618, 1616, 1624, 1624, + 1624, 2743, 1625, 2744, 1253, 1626, 1457, 1632, 1632, 1632, + + 1262, 2745, 2746, 1619, 1266, 1266, 1266, 1273, 1273, 1273, + 1636, 1636, 1636, 2747, 1633, 1281, 1281, 1281, 1470, 1470, + 1470, 2748, 1268, 1622, 2749, 1275, 2751, 1637, 1016, 1016, + 1016, 1630, 2752, 1283, 2753, 2754, 1471, 1668, 1668, 1668, + 1504, 1504, 1504, 2755, 1505, 2756, 1018, 1506, 1047, 1047, + 1047, 1508, 1508, 1508, 2760, 1509, 2758, 2757, 1510, 1635, + 1057, 1057, 1057, 1515, 1515, 1515, 1049, 1516, 2759, 1640, + 1517, 1634, 1519, 1519, 1519, 2761, 1520, 1638, 1059, 1521, + 1645, 2762, 2763, 1669, 2764, 2765, 1641, 1073, 1073, 1073, + 1526, 1526, 1526, 2766, 1527, 2767, 2768, 1528, 2769, 1529, + + 1529, 1529, 1687, 1687, 1687, 1075, 1688, 2770, 2771, 1689, + 2772, 1673, 1081, 1081, 1081, 1670, 1530, 1694, 1694, 1694, + 1694, 1694, 1694, 1658, 1658, 1658, 1544, 1544, 1544, 2773, + 1083, 1700, 1700, 1700, 2775, 1701, 1003, 2776, 1702, 2777, + 1546, 1546, 1546, 1545, 1547, 2778, 2779, 1548, 1677, 1109, + 1109, 1109, 1705, 1705, 1705, 1118, 1118, 1118, 1553, 1553, + 1553, 2774, 1554, 1690, 2780, 1555, 2781, 1111, 2782, 1706, + 1126, 1126, 1126, 1120, 2783, 1557, 1557, 1557, 2784, 1558, + 2785, 1695, 1559, 2786, 1659, 2787, 2788, 1695, 1128, 1709, + 1709, 1709, 1132, 1132, 1132, 2789, 1703, 1564, 1564, 1564, + + 2790, 1565, 1707, 2791, 1566, 2792, 1710, 1567, 1567, 1567, + 1134, 1714, 1714, 1714, 2793, 1715, 2794, 2796, 1716, 2797, + 1569, 1569, 1569, 2798, 1568, 1717, 1717, 1717, 1003, 1718, + 2799, 2800, 1719, 1721, 1721, 1721, 1708, 1570, 1576, 1576, + 1576, 1726, 1726, 1726, 2801, 1727, 2802, 2795, 1728, 2803, + 2804, 1722, 1729, 1729, 1729, 1577, 1711, 1580, 1580, 1580, + 2805, 1581, 2806, 2807, 1582, 1583, 1583, 1583, 2808, 1730, + 1732, 1732, 1732, 2809, 1733, 2810, 2811, 1734, 1735, 1735, + 1735, 2812, 1584, 1741, 1741, 1741, 1170, 1170, 1170, 1593, + 1593, 1593, 1745, 1745, 1745, 1736, 1746, 2813, 2815, 1747, + + 1742, 1748, 1748, 1748, 1172, 2816, 1594, 1597, 1597, 1597, + 1751, 1751, 1751, 2817, 1752, 2818, 1003, 1753, 1749, 1755, + 1755, 1755, 2819, 2820, 1598, 1193, 1193, 1193, 1606, 1606, + 1606, 1762, 1762, 1762, 2821, 1763, 2814, 1756, 1764, 1766, + 1766, 1766, 2822, 1195, 2823, 1607, 1213, 1213, 1213, 1771, + 1771, 1771, 1743, 1773, 1773, 1773, 2824, 1767, 2959, 2959, + 2959, 1225, 1225, 1225, 1215, 2825, 1772, 1233, 1233, 1233, + 1774, 1241, 1241, 1241, 2826, 2959, 1758, 2827, 2828, 1227, + 2829, 1780, 1780, 1780, 2830, 1235, 1782, 1782, 1782, 1243, + 1251, 1251, 1251, 1260, 1260, 1260, 2831, 1769, 1781, 2832, + + 1624, 1624, 1624, 1783, 1625, 2834, 1003, 1626, 1253, 2835, + 2836, 1262, 2833, 1778, 1632, 1632, 1632, 1791, 1791, 1791, + 2837, 1792, 1775, 2838, 1793, 1266, 1266, 1266, 1776, 2839, + 2840, 1633, 1273, 1273, 1273, 2841, 1779, 1636, 1636, 1636, + 1799, 1799, 1799, 1268, 1789, 1796, 1796, 1796, 2842, 1797, + 1275, 2843, 1798, 2844, 1637, 1784, 2845, 2847, 1800, 1805, + 1805, 1805, 1016, 1016, 1016, 1653, 1653, 1653, 1819, 1819, + 1819, 1658, 1658, 1658, 2848, 2849, 1806, 1820, 1820, 1820, + 1018, 1661, 1661, 1661, 1794, 2850, 2851, 1795, 1823, 1823, + 1823, 1824, 1824, 1824, 1668, 1668, 1668, 1047, 1047, 1047, + + 1832, 1832, 1832, 1835, 1835, 1835, 1073, 1073, 1073, 1839, + 1839, 1839, 1687, 1687, 1687, 1049, 1688, 2852, 1833, 1689, + 1836, 2853, 2854, 1807, 1075, 2856, 1840, 1081, 1081, 1081, + 1003, 1852, 1852, 1852, 1694, 1694, 1694, 1857, 1857, 1857, + 1859, 1859, 1859, 2857, 2846, 1083, 2858, 1829, 1853, 1700, + 1700, 1700, 2859, 1701, 2860, 2861, 1702, 1860, 1109, 1109, + 1109, 1862, 1862, 1862, 2862, 1838, 1705, 1705, 1705, 2863, + 1864, 1864, 1864, 1851, 1865, 2866, 1111, 1866, 1863, 1118, + 1118, 1118, 2867, 1706, 1868, 1868, 1868, 1709, 1709, 1709, + 2868, 1870, 1870, 1870, 2869, 1871, 2870, 1120, 1872, 1132, + + 1132, 1132, 1869, 2871, 1710, 1714, 1714, 1714, 1003, 1715, + 1629, 1861, 1716, 1628, 1717, 1717, 1717, 1134, 1718, 1003, + 2882, 1719, 1721, 1721, 1721, 1723, 1723, 1723, 1003, 1726, + 1726, 1726, 1867, 1727, 1003, 1003, 1728, 1729, 1729, 1729, + 1722, 1881, 1881, 1881, 2872, 1882, 1873, 1003, 1883, 1732, + 1732, 1732, 1003, 1733, 1730, 2873, 1734, 1735, 1735, 1735, + 1885, 1885, 1885, 1003, 1886, 1003, 1003, 1887, 1888, 1888, + 1888, 1741, 1741, 1741, 1736, 1893, 1893, 1893, 2878, 1894, + 1003, 1627, 1895, 2874, 1003, 1889, 1003, 2892, 1742, 1170, + 1170, 1170, 1745, 1745, 1745, 2875, 1746, 1623, 2893, 1747, + + 1748, 1748, 1748, 2888, 1898, 1898, 1898, 1172, 1899, 2879, + 2883, 1900, 1751, 1751, 1751, 2902, 1752, 1749, 1003, 1753, + 1755, 1755, 1755, 1193, 1193, 1193, 1906, 1906, 1906, 1762, + 1762, 1762, 2876, 1763, 2877, 2880, 1764, 1003, 1756, 1003, + 1896, 1195, 1003, 1907, 1766, 1766, 1766, 1914, 1914, 1914, + 1771, 1771, 1771, 1917, 1917, 1917, 2884, 1918, 2885, 2881, + 1919, 1003, 1767, 1003, 1003, 1915, 1003, 1772, 1773, 1773, + 1773, 1621, 1908, 1920, 1920, 1920, 1620, 1921, 1003, 2889, + 1922, 1225, 1225, 1225, 2886, 1774, 1003, 1904, 1233, 1233, + 1233, 1241, 1241, 1241, 1780, 1780, 1780, 1003, 1003, 1227, + + 1928, 1928, 1928, 1003, 1929, 1003, 1235, 1930, 2887, 1243, + 2898, 1781, 1782, 1782, 1782, 1931, 1931, 1931, 1003, 1932, + 2904, 1003, 1933, 1251, 1251, 1251, 1260, 1260, 1260, 1783, + 1003, 1791, 1791, 1791, 1617, 1792, 2900, 1926, 1793, 2890, + 2896, 1253, 1003, 2894, 1262, 1003, 2891, 1924, 1266, 1266, + 1266, 1273, 1273, 1273, 2901, 2897, 1927, 1796, 1796, 1796, + 1615, 1797, 2899, 1003, 1798, 2914, 1268, 2895, 1003, 1275, + 1614, 1799, 1799, 1799, 1003, 1805, 1805, 1805, 1947, 1947, + 1947, 2915, 1948, 1613, 2918, 1949, 1610, 1605, 1934, 1800, + 1003, 1939, 1806, 1016, 1016, 1016, 1951, 1951, 1951, 1941, + + 1955, 1955, 1955, 2903, 1942, 1813, 1813, 1813, 1956, 1956, + 1956, 1018, 1960, 1960, 1960, 1819, 1819, 1819, 1820, 1820, + 1820, 1961, 1961, 1961, 1823, 1823, 1823, 1824, 1824, 1824, + 1964, 1964, 1964, 1965, 1965, 1965, 1966, 1966, 1966, 1003, + 1047, 1047, 1047, 1832, 1832, 1832, 1835, 1835, 1835, 1972, + 1972, 1972, 1003, 1973, 2932, 1003, 1974, 1950, 1049, 1604, + 1603, 1833, 1003, 1836, 1976, 1976, 1976, 1962, 1839, 1839, + 1839, 1978, 1978, 1978, 2910, 1979, 1003, 1601, 1980, 1081, + 1081, 1081, 1977, 1003, 1599, 1840, 1852, 1852, 1852, 2905, + 1596, 1968, 1992, 1992, 1992, 2906, 1993, 1083, 1003, 1994, + + 1995, 1995, 1995, 1853, 1857, 1857, 1857, 1998, 1998, 1998, + 1859, 1859, 1859, 2000, 2000, 2000, 2912, 2001, 1003, 2907, + 2002, 1109, 1109, 1109, 1862, 1862, 1862, 1860, 1991, 2004, + 2004, 2004, 1003, 2005, 1003, 2916, 2006, 1003, 2926, 1111, + 1003, 1863, 1864, 1864, 1864, 2927, 1865, 1003, 1003, 1866, + 1118, 1118, 1118, 1999, 1003, 1868, 1868, 1868, 1870, 1870, + 1870, 1003, 1871, 1003, 2908, 1872, 1595, 2911, 1120, 1132, + 1132, 1132, 2003, 1869, 1881, 1881, 1881, 2917, 1882, 2919, + 2909, 1883, 1885, 1885, 1885, 2922, 1886, 1134, 1003, 1887, + 1888, 1888, 1888, 2019, 2019, 2019, 2913, 2020, 2923, 1003, + + 2021, 2007, 1893, 1893, 1893, 2956, 1894, 1889, 1003, 1895, + 1170, 1170, 1170, 1898, 1898, 1898, 1003, 1899, 1003, 1003, + 1900, 1003, 2008, 2030, 2030, 2030, 1003, 1003, 1172, 1906, + 1906, 1906, 2033, 2033, 2033, 2934, 2034, 2924, 1003, 2035, + 1003, 2031, 1914, 1914, 1914, 2920, 1907, 1917, 1917, 1917, + 2925, 1918, 2928, 2929, 1919, 1920, 1920, 1920, 1003, 1921, + 1915, 1003, 1922, 1225, 1225, 1225, 1233, 1233, 1233, 1241, + 1241, 1241, 2921, 2930, 2025, 1928, 1928, 1928, 1003, 1929, + 1592, 1227, 1930, 2933, 1235, 2935, 2931, 1243, 1931, 1931, + 1931, 1003, 1932, 1003, 1003, 1933, 2940, 1251, 1251, 1251, + + 1590, 2051, 2051, 2051, 2942, 2049, 2959, 2959, 2959, 2959, + 2959, 2959, 1003, 2941, 2046, 1253, 2948, 2050, 2052, 2959, + 2959, 2959, 1589, 2959, 1588, 1003, 2959, 1260, 1260, 1260, + 2936, 2937, 2048, 1266, 1266, 1266, 2959, 2059, 2059, 2059, + 2061, 2061, 2061, 1587, 1586, 1262, 2064, 2064, 2064, 2944, + 1585, 1268, 1947, 1947, 1947, 2060, 1948, 2053, 1003, 1949, + 1579, 1016, 1016, 1016, 1951, 1951, 1951, 2066, 2066, 2066, + 1955, 1955, 1955, 2054, 1956, 1956, 1956, 1003, 2055, 1018, + 2069, 2069, 2069, 2070, 2070, 2070, 2071, 2071, 2071, 1960, + 1960, 1960, 2056, 2058, 1961, 1961, 1961, 1964, 1964, 1964, + + 1965, 1965, 1965, 1966, 1966, 1966, 2075, 2075, 2075, 2078, + 2078, 2078, 1972, 1972, 1972, 1578, 1973, 1575, 2938, 1974, + 2065, 2959, 2959, 2959, 2076, 1574, 2079, 1976, 1976, 1976, + 1978, 1978, 1978, 1003, 1979, 1003, 1003, 1980, 2959, 1081, + 1081, 1081, 1992, 1992, 1992, 1977, 1993, 2098, 2099, 1994, + 2100, 1995, 1995, 1995, 1998, 1998, 1998, 1083, 2101, 1573, + 1003, 2102, 2000, 2000, 2000, 2103, 2001, 1003, 2946, 2002, + 1109, 1109, 1109, 2004, 2004, 2004, 2939, 2005, 1003, 2943, + 2006, 2108, 2108, 2108, 1132, 1132, 1132, 2080, 1111, 2118, + 2118, 2118, 1563, 1562, 2019, 2019, 2019, 2945, 2020, 2109, + + 2091, 2021, 1134, 2121, 2121, 2121, 2125, 2125, 2125, 2030, + 2030, 2030, 2131, 2131, 2131, 2952, 2107, 2142, 2142, 2142, + 2122, 2033, 2033, 2033, 2126, 2034, 2953, 2031, 2035, 2132, + 2144, 2144, 2144, 1003, 1560, 2110, 2146, 2146, 2146, 1233, + 1233, 1233, 1241, 1241, 1241, 1251, 1251, 1251, 2145, 2051, + 2051, 2051, 2949, 2147, 2158, 2158, 2158, 1235, 2133, 2956, + 1243, 1003, 1003, 1253, 1551, 2947, 2052, 2151, 2151, 2151, + 1003, 2152, 2159, 1003, 2153, 2154, 2154, 2154, 2959, 2959, + 2959, 1550, 2150, 2959, 2959, 2959, 2160, 2160, 2160, 1266, + 1266, 1266, 2155, 1543, 2950, 2959, 2059, 2059, 2059, 2148, + + 2959, 1542, 2951, 2149, 2061, 2061, 2061, 1268, 2064, 2064, + 2064, 2066, 2066, 2066, 2060, 2165, 2165, 2165, 2069, 2069, + 2069, 1003, 1003, 2070, 2070, 2070, 2071, 2071, 2071, 2156, + 2075, 2075, 2075, 2166, 2157, 2078, 2078, 2078, 2173, 2173, + 2173, 1541, 2174, 1540, 1539, 2175, 1003, 1538, 2076, 1081, + 1081, 1081, 2079, 2954, 1537, 2161, 2959, 2959, 2959, 1109, + 1109, 1109, 2108, 2108, 2108, 1534, 2162, 1083, 2206, 2206, + 2206, 1533, 1532, 2959, 2212, 2212, 2212, 1111, 2955, 1525, + 2109, 2118, 2118, 2118, 1522, 1518, 2207, 2121, 2121, 2121, + 1514, 2213, 2216, 2216, 2216, 1512, 2217, 1511, 1503, 2218, + + 2220, 2220, 2220, 1502, 2122, 2125, 2125, 2125, 1500, 2187, + 1499, 2176, 2224, 2224, 2224, 1498, 1497, 2221, 2131, 2131, + 2131, 1496, 1495, 2126, 1494, 2205, 2227, 2227, 2227, 2225, + 2228, 1493, 1491, 2229, 1490, 2132, 2235, 2235, 2235, 2142, + 2142, 2142, 2144, 2144, 2144, 2146, 2146, 2146, 2239, 2239, + 2239, 1488, 2240, 2236, 1487, 2241, 2242, 2242, 2242, 1484, + 2145, 1482, 2147, 1241, 1241, 1241, 1481, 1251, 1251, 1251, + 1480, 2151, 2151, 2151, 2243, 2152, 1479, 1478, 2153, 1476, + 1475, 1243, 2154, 2154, 2154, 1253, 2246, 2246, 2246, 1474, + 2247, 1473, 1466, 2248, 2249, 2249, 2249, 1463, 1462, 2155, + + 2251, 2251, 2251, 2158, 2158, 2158, 2160, 2160, 2160, 1460, + 1459, 2250, 1458, 1455, 2253, 2253, 2253, 2252, 2165, 2165, + 2165, 2159, 2263, 2263, 2263, 2959, 2959, 2959, 1450, 1449, + 2244, 2245, 2254, 2173, 2173, 2173, 2166, 2174, 1437, 2264, + 2175, 1435, 2959, 1081, 1081, 1081, 1109, 1109, 1109, 2206, + 2206, 2206, 2302, 2302, 2302, 2212, 2212, 2212, 2304, 2304, + 2304, 1083, 2305, 1431, 1111, 2306, 1430, 2207, 1426, 2303, + 1424, 1416, 2213, 2216, 2216, 2216, 1415, 2217, 1414, 1413, + 2218, 2220, 2220, 2220, 1411, 1409, 2271, 2310, 2310, 2310, + 1408, 2311, 1404, 1403, 2312, 2314, 2314, 2314, 2221, 2224, + + 2224, 2224, 1402, 2282, 2316, 2316, 2316, 1401, 2317, 1399, + 1398, 2318, 2315, 2319, 2319, 2319, 2225, 2300, 2227, 2227, + 2227, 1397, 2228, 1396, 1395, 2229, 2235, 2235, 2235, 1394, + 2320, 2324, 2324, 2324, 1393, 2325, 1387, 1386, 2326, 2327, + 2327, 2327, 1385, 2236, 2329, 2329, 2329, 2239, 2239, 2239, + 1384, 2240, 1383, 1382, 2241, 1380, 2328, 2242, 2242, 2242, + 1379, 2330, 1241, 1241, 1241, 1251, 1251, 1251, 1376, 2246, + 2246, 2246, 1375, 2247, 1366, 2243, 2248, 2249, 2249, 2249, + 1243, 1365, 1361, 1253, 2339, 2339, 2339, 1360, 2340, 1359, + 1358, 2341, 1357, 1356, 2250, 2251, 2251, 2251, 2342, 2342, + + 2342, 1355, 2343, 1354, 1353, 2344, 2253, 2253, 2253, 2349, + 2349, 2349, 2252, 2263, 2263, 2263, 2353, 2353, 2353, 1352, + 2354, 1351, 1350, 2355, 2254, 1347, 2338, 1345, 2337, 1342, + 2264, 2959, 2959, 2959, 1081, 1081, 1081, 2389, 2389, 2389, + 1109, 1109, 1109, 2392, 2392, 2392, 1339, 1336, 2959, 2302, + 2302, 2302, 1083, 1327, 1325, 2395, 2395, 2395, 1111, 2396, + 2393, 1318, 2397, 2304, 2304, 2304, 2303, 2305, 1316, 1315, + 2306, 2310, 2310, 2310, 1314, 2311, 1313, 1312, 2312, 2314, + 2314, 2314, 2349, 2349, 2349, 2373, 2402, 2402, 2402, 2394, + 2403, 2364, 1311, 2404, 1310, 1309, 2315, 2316, 2316, 2316, + + 1308, 2317, 2391, 1305, 2318, 2319, 2319, 2319, 2405, 2405, + 2405, 1304, 2406, 1303, 1302, 2407, 2409, 2409, 2409, 2324, + 2324, 2324, 2320, 2325, 1301, 1300, 2326, 2327, 2327, 2327, + 2412, 2412, 2412, 2410, 2413, 1299, 1298, 2414, 2329, 2329, + 2329, 2415, 2415, 2415, 2328, 2416, 1297, 1296, 2417, 1241, + 1241, 1241, 1251, 1251, 1251, 2330, 2339, 2339, 2339, 1295, + 2340, 1294, 1292, 2341, 2342, 2342, 2342, 1243, 2343, 1291, + 1253, 2344, 2432, 2432, 2432, 2435, 2435, 2435, 2353, 2353, + 2353, 1290, 2354, 1289, 1288, 2355, 2446, 2446, 2446, 2433, + 1471, 1081, 1081, 1081, 2389, 2389, 2389, 2472, 2472, 2472, + + 2424, 1287, 1286, 2447, 1109, 1109, 1109, 1003, 1280, 1083, + 2392, 2392, 2392, 2474, 2474, 2474, 1265, 2475, 1264, 2425, + 2476, 1259, 1111, 1258, 2395, 2395, 2395, 2393, 2396, 1257, + 1256, 2397, 2402, 2402, 2402, 1255, 2403, 1229, 1217, 2404, + 2456, 2405, 2405, 2405, 1203, 2406, 1202, 1201, 2407, 2409, + 2409, 2409, 2483, 2483, 2483, 2473, 2484, 1197, 1189, 2485, + 2412, 2412, 2412, 1184, 2413, 1183, 2410, 2414, 2415, 2415, + 2415, 1177, 2416, 1174, 1169, 2417, 2501, 2501, 2501, 1251, + 1251, 1251, 2509, 2509, 2509, 2432, 2432, 2432, 2511, 2511, + 2511, 1168, 2512, 1167, 2502, 2513, 1166, 1253, 1165, 2510, + + 1471, 1164, 2433, 1471, 1163, 1157, 1471, 2514, 2514, 2514, + 2435, 2435, 2435, 2515, 2515, 2515, 2516, 2516, 2516, 2446, + 2446, 2446, 2525, 2525, 2525, 1150, 2526, 1149, 1148, 2527, + 1081, 1081, 1081, 2545, 2545, 2545, 2447, 2472, 2472, 2472, + 2546, 2546, 2546, 1143, 1142, 2503, 1138, 1137, 1083, 2474, + 2474, 2474, 1136, 2475, 1131, 1130, 2476, 1125, 2547, 2551, + 2551, 2551, 2554, 2554, 2554, 2483, 2483, 2483, 1117, 2484, + 1113, 1108, 2485, 2556, 2556, 2556, 2552, 1107, 1103, 2555, + 2501, 2501, 2501, 1251, 1251, 1251, 2509, 2509, 2509, 1102, + 2557, 1101, 1100, 2576, 2576, 2576, 2534, 2577, 2502, 1099, + + 2578, 1253, 1098, 2510, 1471, 2511, 2511, 2511, 1097, 2512, + 1096, 1471, 2513, 2514, 2514, 2514, 2515, 2515, 2515, 2516, + 2516, 2516, 1095, 1471, 2525, 2525, 2525, 1094, 2526, 1088, + 1080, 2527, 1079, 1078, 2570, 1469, 1469, 1469, 1469, 1469, + 1469, 1469, 1469, 1469, 1077, 1072, 1469, 2595, 2595, 2595, + 1071, 1469, 1469, 1469, 1471, 1469, 2545, 2545, 2545, 2546, + 2546, 2546, 2551, 2551, 2551, 2596, 2608, 2608, 2608, 1070, + 2609, 1067, 1061, 2610, 2554, 2554, 2554, 2547, 1056, 2552, + 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, + 1469, 2555, 1055, 1469, 2556, 2556, 2556, 1051, 1469, 1469, + + 1469, 1471, 1469, 2612, 2612, 2612, 1046, 2613, 1045, 1044, + 2614, 2557, 2615, 2615, 2615, 1043, 2616, 1042, 1041, 2617, + 2630, 2630, 2630, 2595, 2595, 2595, 1039, 1469, 1469, 2576, + 2576, 2576, 1038, 2577, 1037, 1036, 2578, 1035, 2631, 1034, + 1033, 2596, 2630, 2630, 2630, 1032, 1031, 1471, 1469, 1469, + 1469, 1469, 1469, 2642, 1469, 1469, 1469, 1030, 1029, 1469, + 2631, 1028, 1027, 1026, 1469, 1469, 1469, 1471, 1469, 2608, + 2608, 2608, 1025, 2609, 1024, 1023, 2610, 2612, 2612, 2612, + 1022, 2613, 1015, 1014, 2614, 2615, 2615, 2615, 1013, 2616, + 1012, 1011, 2617, 1469, 1469, 1469, 1469, 1469, 1469, 1469, + + 1469, 1469, 1469, 2642, 1010, 1009, 1469, 2681, 2681, 2681, + 1006, 1469, 1469, 1469, 1471, 1469, 2692, 2692, 2692, 2694, + 2694, 2694, 2696, 2696, 2696, 1471, 1472, 2704, 2704, 2704, + 2714, 2714, 2714, 2693, 1004, 1003, 2695, 1001, 999, 2697, + 1469, 1469, 996, 992, 2705, 2681, 2681, 2681, 1003, 2692, + 2692, 2692, 2724, 2724, 2724, 990, 2725, 989, 988, 2726, + 2694, 2694, 2694, 1471, 986, 985, 2693, 2727, 2727, 2727, + 984, 2728, 983, 982, 2729, 981, 979, 2695, 2696, 2696, + 2696, 2730, 2730, 2730, 978, 2731, 977, 976, 2732, 2704, + 2704, 2704, 2714, 2714, 2714, 2697, 1640, 2739, 2739, 2739, + + 974, 2740, 973, 972, 2741, 968, 2705, 2724, 2724, 2724, + 1003, 2725, 967, 965, 2726, 2727, 2727, 2727, 964, 2728, + 963, 962, 2729, 2730, 2730, 2730, 961, 2731, 960, 2750, + 2732, 2739, 2739, 2739, 958, 2740, 957, 956, 2741, 2855, + 2855, 2855, 2855, 2855, 2855, 955, 2864, 953, 952, 2865, + 2957, 2957, 2957, 2957, 2957, 2957, 951, 1003, 948, 947, + 1003, 943, 942, 940, 939, 938, 935, 934, 2958, 933, + 932, 2958, 238, 238, 238, 238, 238, 238, 238, 238, + 238, 239, 239, 239, 239, 239, 239, 239, 239, 239, + 244, 244, 244, 244, 244, 244, 244, 244, 244, 247, + + 247, 247, 247, 247, 247, 247, 247, 247, 250, 250, + 250, 250, 250, 250, 250, 250, 250, 253, 253, 253, + 253, 253, 253, 253, 253, 253, 260, 260, 260, 260, + 260, 260, 260, 260, 260, 268, 268, 268, 268, 268, + 268, 268, 268, 268, 272, 272, 272, 272, 272, 272, + 272, 272, 272, 284, 284, 284, 284, 284, 284, 284, + 284, 284, 288, 288, 288, 288, 288, 288, 288, 288, + 288, 295, 295, 295, 295, 295, 295, 295, 295, 295, + 306, 306, 306, 306, 306, 306, 306, 306, 306, 314, + 314, 314, 314, 314, 314, 314, 314, 314, 322, 322, + + 322, 322, 322, 322, 322, 322, 322, 328, 328, 328, + 328, 328, 328, 328, 328, 328, 334, 334, 334, 334, + 334, 334, 334, 334, 334, 339, 339, 339, 339, 339, + 339, 339, 339, 339, 356, 356, 356, 356, 356, 356, + 356, 356, 356, 363, 363, 363, 363, 363, 363, 363, + 363, 363, 370, 370, 370, 370, 370, 370, 370, 370, + 370, 376, 376, 376, 376, 376, 376, 376, 376, 376, + 383, 383, 383, 383, 383, 383, 383, 383, 383, 388, + 388, 388, 388, 388, 388, 388, 388, 388, 394, 394, + 394, 394, 394, 394, 394, 394, 394, 399, 399, 399, + + 399, 399, 399, 399, 399, 399, 405, 405, 405, 405, + 405, 405, 405, 405, 405, 413, 413, 413, 413, 413, + 413, 413, 413, 413, 432, 432, 432, 432, 432, 432, + 432, 432, 432, 438, 438, 438, 438, 438, 438, 438, + 438, 438, 448, 448, 448, 448, 448, 448, 448, 448, + 448, 454, 454, 454, 454, 454, 454, 454, 454, 454, + 459, 459, 459, 459, 459, 459, 459, 459, 459, 465, + 465, 465, 465, 465, 465, 465, 465, 465, 472, 472, + 472, 472, 472, 472, 472, 472, 472, 479, 479, 479, + 479, 479, 479, 479, 479, 479, 484, 484, 484, 484, + + 484, 484, 484, 484, 484, 492, 492, 492, 492, 492, + 492, 492, 492, 492, 498, 498, 498, 498, 498, 498, + 498, 498, 498, 505, 505, 505, 505, 505, 505, 505, + 505, 505, 510, 510, 510, 510, 510, 510, 510, 510, + 510, 516, 516, 516, 516, 516, 516, 516, 516, 516, + 521, 521, 521, 521, 521, 521, 521, 521, 521, 528, + 528, 528, 528, 528, 528, 528, 528, 528, 534, 534, + 534, 534, 534, 534, 534, 534, 534, 541, 541, 541, + 541, 541, 541, 541, 541, 541, 549, 549, 549, 549, + 549, 549, 549, 549, 549, 557, 557, 557, 557, 557, + + 557, 557, 557, 557, 561, 561, 561, 561, 561, 561, + 561, 561, 561, 567, 567, 567, 567, 567, 567, 567, + 567, 567, 571, 571, 571, 571, 571, 571, 571, 571, + 571, 578, 578, 578, 578, 578, 578, 578, 578, 578, + 583, 583, 583, 583, 583, 583, 583, 583, 583, 603, + 603, 603, 930, 929, 928, 603, 629, 629, 629, 927, + 926, 925, 629, 633, 633, 633, 924, 923, 920, 633, + 641, 641, 641, 917, 916, 913, 641, 653, 653, 653, + 911, 910, 905, 653, 659, 659, 659, 904, 902, 901, + 659, 675, 675, 675, 900, 898, 895, 675, 682, 682, + + 682, 893, 890, 889, 682, 688, 688, 688, 887, 886, + 883, 688, 693, 693, 693, 880, 879, 878, 693, 698, + 698, 698, 877, 875, 874, 698, 707, 707, 707, 873, + 872, 871, 707, 723, 723, 723, 869, 866, 864, 723, + 733, 733, 733, 863, 862, 860, 733, 738, 738, 738, + 858, 857, 856, 738, 746, 746, 746, 855, 854, 853, + 746, 753, 753, 753, 850, 849, 848, 753, 760, 760, + 760, 845, 842, 841, 760, 765, 765, 765, 839, 838, + 835, 765, 770, 770, 770, 833, 830, 829, 770, 776, + 776, 776, 821, 820, 819, 776, 785, 785, 785, 816, + + 815, 814, 785, 789, 789, 789, 813, 811, 810, 789, + 793, 793, 793, 809, 808, 807, 793, 797, 797, 797, + 797, 797, 797, 797, 806, 797, 603, 603, 603, 801, + 798, 800, 603, 812, 795, 794, 792, 812, 629, 629, + 629, 790, 788, 786, 629, 840, 784, 2959, 781, 840, + 633, 633, 633, 780, 779, 778, 633, 847, 777, 775, + 774, 847, 641, 641, 641, 773, 772, 771, 641, 859, + 769, 768, 767, 859, 653, 653, 653, 766, 764, 762, + 653, 865, 761, 759, 758, 865, 659, 659, 659, 755, + 754, 752, 659, 870, 612, 2959, 747, 870, 675, 675, + + 675, 745, 741, 740, 675, 888, 739, 737, 735, 888, + 682, 682, 682, 734, 732, 730, 682, 894, 729, 728, + 727, 894, 688, 688, 688, 726, 725, 724, 688, 899, + 722, 713, 712, 899, 693, 693, 693, 711, 708, 706, + 693, 903, 2959, 703, 702, 903, 698, 698, 698, 701, + 700, 699, 698, 912, 697, 695, 694, 912, 707, 707, + 707, 692, 690, 689, 707, 931, 687, 685, 684, 931, + 723, 723, 723, 683, 681, 679, 723, 941, 678, 677, + 676, 941, 733, 733, 733, 674, 2959, 2959, 733, 946, + 661, 660, 658, 946, 738, 738, 738, 656, 655, 654, + + 738, 954, 652, 647, 643, 954, 746, 746, 746, 642, + 640, 639, 746, 959, 636, 635, 634, 959, 753, 753, + 753, 632, 631, 630, 753, 966, 628, 623, 2959, 966, + 760, 760, 760, 604, 602, 600, 760, 971, 594, 593, + 594, 971, 765, 765, 765, 593, 592, 591, 765, 975, + 2959, 2959, 2959, 975, 770, 770, 770, 2959, 2959, 2959, + 770, 980, 2959, 2959, 2959, 980, 776, 776, 776, 2959, + 2959, 2959, 776, 987, 2959, 2959, 2959, 987, 785, 785, + 785, 2959, 2959, 2959, 785, 991, 2959, 2959, 2959, 991, + 789, 789, 789, 2959, 2959, 2959, 789, 995, 2959, 2959, + + 2959, 995, 793, 793, 793, 2959, 2959, 2959, 793, 1000, + 2959, 2959, 2959, 1000, 1002, 1002, 1002, 1002, 1002, 1002, + 1002, 1002, 1002, 1008, 2959, 2959, 2959, 2959, 1008, 603, + 603, 603, 2959, 2959, 2959, 603, 1017, 1017, 1017, 1017, + 2959, 2959, 1017, 1017, 629, 629, 629, 2959, 2959, 2959, + 629, 1048, 1048, 1048, 1048, 2959, 2959, 1048, 1048, 633, + 633, 633, 2959, 2959, 2959, 633, 1058, 1058, 1058, 1058, + 2959, 2959, 1058, 1058, 641, 641, 641, 2959, 2959, 2959, + 641, 1074, 1074, 1074, 1074, 2959, 2959, 1074, 1074, 653, + 653, 653, 2959, 2959, 2959, 653, 1082, 1082, 1082, 1082, + + 2959, 2959, 1082, 1082, 659, 659, 659, 2959, 2959, 2959, + 659, 1090, 1090, 1090, 1090, 2959, 2959, 1090, 1090, 675, + 675, 675, 2959, 2959, 2959, 675, 1110, 1110, 1110, 1110, + 2959, 2959, 1110, 1110, 682, 682, 682, 2959, 2959, 2959, + 682, 1119, 1119, 1119, 1119, 2959, 2959, 1119, 1119, 688, + 688, 688, 2959, 2959, 2959, 688, 1127, 1127, 1127, 1127, + 2959, 2959, 1127, 1127, 693, 693, 693, 2959, 2959, 2959, + 693, 1133, 1133, 1133, 1133, 2959, 2959, 1133, 1133, 698, + 698, 698, 2959, 2959, 2959, 698, 1145, 1145, 1145, 1145, + 2959, 2959, 1145, 1145, 707, 707, 707, 2959, 2959, 2959, + + 707, 1171, 1171, 1171, 1171, 2959, 2959, 1171, 1171, 723, + 723, 723, 2959, 2959, 2959, 723, 1186, 1186, 1186, 1186, + 2959, 2959, 1186, 1186, 733, 733, 733, 2959, 2959, 2959, + 733, 1194, 1194, 1194, 1194, 2959, 2959, 1194, 1194, 738, + 738, 738, 2959, 2959, 2959, 738, 1205, 1205, 1205, 1205, + 2959, 2959, 1205, 1205, 746, 746, 746, 746, 2959, 746, + 2959, 746, 1214, 1214, 1214, 1214, 2959, 2959, 1214, 1214, + 753, 753, 753, 753, 2959, 753, 2959, 753, 1226, 1226, + 1226, 1226, 2959, 2959, 1226, 1226, 760, 760, 760, 2959, + 2959, 2959, 760, 1234, 1234, 1234, 1234, 2959, 2959, 1234, + + 1234, 765, 765, 765, 765, 2959, 765, 2959, 765, 1242, + 1242, 1242, 1242, 2959, 2959, 1242, 1242, 770, 770, 770, + 770, 2959, 770, 2959, 770, 1252, 1252, 1252, 1252, 2959, + 2959, 1252, 1252, 776, 776, 776, 2959, 2959, 2959, 776, + 1261, 1261, 1261, 1261, 2959, 2959, 1261, 1261, 785, 785, + 785, 2959, 2959, 2959, 785, 1267, 1267, 1267, 1267, 2959, + 2959, 1267, 1267, 1274, 1274, 1274, 1274, 2959, 2959, 1274, + 1274, 793, 793, 793, 2959, 2959, 2959, 793, 1282, 1282, + 1282, 1282, 2959, 2959, 1282, 1282, 1002, 1002, 1002, 1002, + 1002, 1002, 1002, 1002, 1002, 1008, 2959, 1008, 2959, 2959, + + 1008, 603, 603, 603, 2959, 2959, 2959, 603, 1017, 1017, + 1017, 1017, 2959, 2959, 1017, 1017, 629, 629, 629, 629, + 2959, 629, 2959, 629, 1048, 1048, 1048, 1048, 2959, 2959, + 1048, 1048, 633, 633, 633, 633, 2959, 633, 2959, 633, + 1058, 1058, 1058, 1058, 2959, 2959, 1058, 1058, 641, 641, + 641, 2959, 2959, 2959, 641, 1074, 1074, 1074, 1074, 2959, + 2959, 1074, 1074, 653, 653, 653, 2959, 2959, 2959, 653, + 1082, 1082, 1082, 1082, 2959, 2959, 1082, 1082, 659, 659, + 659, 2959, 2959, 2959, 659, 1090, 1090, 1090, 1090, 2959, + 2959, 1090, 1090, 675, 675, 675, 2959, 2959, 2959, 675, + + 1110, 1110, 1110, 1110, 2959, 2959, 1110, 1110, 682, 682, + 682, 2959, 2959, 2959, 682, 1119, 1119, 1119, 1119, 2959, + 2959, 1119, 1119, 688, 688, 688, 688, 2959, 688, 2959, + 688, 1127, 1127, 1127, 1127, 2959, 2959, 1127, 1127, 693, + 693, 693, 693, 2959, 693, 2959, 693, 1133, 1133, 1133, + 1133, 2959, 2959, 1133, 1133, 698, 698, 698, 2959, 2959, + 2959, 698, 1145, 1145, 1145, 1145, 2959, 2959, 1145, 1145, + 707, 707, 707, 2959, 2959, 2959, 707, 1171, 1171, 1171, + 1171, 2959, 2959, 1171, 1171, 723, 723, 723, 2959, 2959, + 2959, 723, 1186, 1186, 1186, 1186, 2959, 2959, 1186, 1186, + + 733, 733, 733, 2959, 2959, 2959, 733, 1194, 1194, 1194, + 1194, 2959, 2959, 1194, 1194, 738, 738, 738, 2959, 2959, + 2959, 738, 1205, 1205, 1205, 1205, 2959, 2959, 1205, 1205, + 746, 746, 746, 2959, 2959, 2959, 746, 1214, 1214, 1214, + 1214, 2959, 2959, 1214, 1214, 753, 753, 753, 2959, 2959, + 2959, 753, 1226, 1226, 1226, 1226, 2959, 2959, 1226, 1226, + 760, 760, 760, 2959, 2959, 2959, 760, 1234, 1234, 1234, + 1234, 2959, 2959, 1234, 1234, 1242, 1242, 1242, 1242, 2959, + 2959, 1242, 1242, 770, 770, 770, 2959, 2959, 2959, 770, + 1252, 1252, 1252, 1252, 2959, 2959, 1252, 1252, 776, 776, + + 776, 2959, 2959, 2959, 776, 1261, 1261, 1261, 1261, 2959, + 2959, 1261, 1261, 785, 785, 785, 2959, 2959, 2959, 785, + 1267, 1267, 1267, 1267, 2959, 2959, 1267, 1267, 1274, 1274, + 1274, 1274, 2959, 2959, 1274, 1274, 793, 793, 793, 2959, + 2959, 2959, 793, 1282, 1282, 1282, 1282, 2959, 2959, 1282, + 1282, 1002, 1002, 1002, 1002, 1002, 1002, 1002, 1002, 1002, + 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 603, + 603, 603, 2959, 2959, 2959, 603, 1017, 1017, 1017, 1017, + 2959, 2959, 1017, 1017, 1048, 1048, 1048, 1048, 2959, 2959, + 1048, 1048, 633, 633, 633, 2959, 2959, 2959, 633, 1058, + + 1058, 1058, 1058, 2959, 2959, 1058, 1058, 641, 641, 641, + 2959, 2959, 2959, 641, 1074, 1074, 1074, 1074, 2959, 2959, + 1074, 1074, 653, 653, 653, 2959, 2959, 2959, 653, 1082, + 1082, 1082, 1082, 2959, 2959, 1082, 1082, 659, 659, 659, + 2959, 2959, 2959, 659, 675, 675, 675, 2959, 2959, 2959, + 675, 1110, 1110, 1110, 1110, 2959, 2959, 1110, 1110, 682, + 682, 682, 2959, 2959, 2959, 682, 1119, 1119, 1119, 1119, + 2959, 2959, 1119, 1119, 1127, 1127, 1127, 1127, 2959, 2959, + 1127, 1127, 693, 693, 693, 2959, 2959, 2959, 693, 1133, + 1133, 1133, 1133, 2959, 2959, 1133, 1133, 698, 698, 698, + + 2959, 2959, 2959, 698, 1145, 1145, 1145, 1145, 2959, 2959, + 1145, 1145, 707, 707, 707, 2959, 2959, 2959, 707, 1171, + 1171, 1171, 1171, 2959, 2959, 1171, 1171, 723, 723, 723, + 2959, 2959, 2959, 723, 1186, 1186, 1186, 1186, 2959, 2959, + 1186, 1186, 733, 733, 733, 2959, 2959, 2959, 733, 1194, + 1194, 1194, 1194, 2959, 2959, 1194, 1194, 738, 738, 738, + 2959, 2959, 2959, 738, 1205, 1205, 1205, 1205, 2959, 2959, + 1205, 1205, 746, 746, 746, 2959, 2959, 2959, 746, 1214, + 1214, 1214, 1214, 2959, 2959, 1214, 1214, 753, 753, 753, + 2959, 2959, 2959, 753, 1226, 1226, 1226, 1226, 2959, 2959, + + 1226, 1226, 760, 760, 760, 2959, 2959, 2959, 760, 1234, + 1234, 1234, 1234, 2959, 2959, 1234, 1234, 1242, 1242, 1242, + 1242, 2959, 2959, 1242, 1242, 770, 770, 770, 2959, 2959, + 2959, 770, 1252, 1252, 1252, 1252, 2959, 2959, 1252, 1252, + 776, 776, 776, 2959, 2959, 2959, 776, 1261, 1261, 1261, + 1261, 2959, 2959, 1261, 1261, 785, 785, 785, 785, 2959, + 785, 2959, 785, 1267, 1267, 1267, 1267, 2959, 2959, 1267, + 1267, 1274, 1274, 1274, 1274, 2959, 2959, 1274, 1274, 793, + 793, 793, 793, 2959, 793, 2959, 793, 1282, 1282, 1282, + 1282, 2959, 2959, 1282, 1282, 1002, 1002, 1002, 1002, 1002, + + 1002, 1002, 1002, 1002, 1469, 1469, 1469, 1469, 1469, 1469, + 1469, 1469, 1469, 603, 603, 603, 2959, 2959, 2959, 603, + 1017, 1017, 1017, 1017, 2959, 2959, 1017, 1017, 1048, 1048, + 1048, 1048, 2959, 2959, 1048, 1048, 633, 633, 633, 2959, + 2959, 2959, 633, 1058, 1058, 1058, 1058, 2959, 2959, 1058, + 1058, 641, 641, 641, 2959, 2959, 2959, 641, 1074, 1074, + 1074, 1074, 2959, 2959, 1074, 1074, 653, 653, 653, 2959, + 2959, 2959, 653, 1082, 1082, 1082, 1082, 2959, 2959, 1082, + 1082, 659, 659, 659, 2959, 2959, 2959, 659, 675, 675, + 675, 2959, 2959, 2959, 675, 1110, 1110, 1110, 1110, 2959, + + 2959, 1110, 1110, 682, 682, 682, 2959, 2959, 2959, 682, + 1119, 1119, 1119, 1119, 2959, 2959, 1119, 1119, 1127, 1127, + 1127, 1127, 2959, 2959, 1127, 1127, 693, 693, 693, 693, + 2959, 693, 2959, 693, 1133, 1133, 1133, 1133, 2959, 2959, + 1133, 1133, 698, 698, 698, 2959, 2959, 2959, 698, 1145, + 1145, 1145, 1145, 2959, 2959, 1145, 1145, 707, 707, 707, + 2959, 2959, 2959, 707, 1171, 1171, 1171, 1171, 2959, 2959, + 1171, 1171, 723, 723, 723, 2959, 2959, 2959, 723, 1186, + 1186, 1186, 1186, 2959, 2959, 1186, 1186, 733, 733, 733, + 2959, 2959, 2959, 733, 1194, 1194, 1194, 1194, 2959, 2959, + + 1194, 1194, 738, 738, 738, 2959, 2959, 2959, 738, 1205, + 1205, 1205, 1205, 2959, 2959, 1205, 1205, 746, 746, 746, + 2959, 2959, 2959, 746, 1214, 1214, 1214, 1214, 2959, 2959, + 1214, 1214, 753, 753, 753, 753, 2959, 753, 2959, 753, + 1226, 1226, 1226, 1226, 2959, 2959, 1226, 1226, 760, 760, + 760, 2959, 2959, 2959, 760, 1234, 1234, 1234, 1234, 2959, + 2959, 1234, 1234, 1242, 1242, 1242, 1242, 2959, 2959, 1242, + 1242, 770, 770, 770, 770, 2959, 770, 2959, 770, 1252, + 1252, 1252, 1252, 2959, 2959, 1252, 1252, 776, 776, 776, + 2959, 2959, 2959, 776, 1261, 1261, 1261, 1261, 2959, 2959, + + 1261, 1261, 1267, 1267, 1267, 1267, 2959, 2959, 1267, 1267, + 1274, 1274, 1274, 1274, 2959, 2959, 1274, 1274, 1282, 1282, + 1282, 1282, 2959, 2959, 1282, 1282, 1002, 1002, 1002, 1002, + 1002, 1002, 1002, 1002, 1002, 1469, 1469, 1469, 1469, 1469, + 1469, 1469, 1469, 1469, 603, 603, 603, 603, 2959, 603, + 2959, 603, 1017, 1017, 1017, 1017, 2959, 2959, 1017, 1017, + 1048, 1048, 1048, 1048, 2959, 2959, 1048, 1048, 633, 633, + 633, 2959, 2959, 2959, 633, 1058, 1058, 1058, 1058, 2959, + 2959, 1058, 1058, 641, 641, 641, 2959, 2959, 2959, 641, + 1074, 1074, 1074, 1074, 2959, 2959, 1074, 1074, 653, 653, + + 653, 653, 2959, 653, 2959, 653, 1082, 1082, 1082, 1082, + 2959, 2959, 1082, 1082, 659, 659, 659, 659, 2959, 659, + 2959, 659, 675, 675, 675, 675, 2959, 675, 2959, 675, + 1110, 1110, 1110, 1110, 2959, 2959, 1110, 1110, 682, 682, + 682, 682, 2959, 682, 2959, 682, 1119, 1119, 1119, 1119, + 2959, 2959, 1119, 1119, 1127, 1127, 1127, 1127, 2959, 2959, + 1127, 1127, 1133, 1133, 1133, 1133, 2959, 2959, 1133, 1133, + 698, 698, 698, 2959, 2959, 2959, 698, 707, 707, 707, + 2959, 2959, 2959, 707, 1171, 1171, 1171, 1171, 2959, 2959, + 1171, 1171, 723, 723, 723, 2959, 2959, 2959, 723, 733, + + 733, 733, 2959, 2959, 2959, 733, 1194, 1194, 1194, 1194, + 2959, 2959, 1194, 1194, 738, 738, 738, 2959, 2959, 2959, + 738, 746, 746, 746, 2959, 2959, 2959, 746, 1214, 1214, + 1214, 1214, 2959, 2959, 1214, 1214, 753, 753, 753, 2959, + 2959, 2959, 753, 1226, 1226, 1226, 1226, 2959, 2959, 1226, + 1226, 760, 760, 760, 2959, 2959, 2959, 760, 1234, 1234, + 1234, 1234, 2959, 2959, 1234, 1234, 1242, 1242, 1242, 1242, + 2959, 2959, 1242, 1242, 1252, 1252, 1252, 1252, 2959, 2959, + 1252, 1252, 776, 776, 776, 2959, 2959, 2959, 776, 1261, + 1261, 1261, 1261, 2959, 2959, 1261, 1261, 1267, 1267, 1267, + + 1267, 2959, 2959, 1267, 1267, 1274, 1274, 1274, 1274, 2959, + 2959, 1274, 1274, 1002, 1002, 1002, 1002, 1002, 1002, 1002, + 1002, 1002, 1469, 1469, 1469, 1469, 1469, 1469, 1469, 1469, + 1469, 1017, 1017, 1017, 1017, 2959, 2959, 1017, 1017, 1048, + 1048, 1048, 1048, 2959, 2959, 1048, 1048, 633, 633, 633, + 2959, 2959, 2959, 633, 641, 641, 641, 2959, 2959, 2959, + 641, 1074, 1074, 1074, 1074, 2959, 2959, 1074, 1074, 1082, + 1082, 1082, 1082, 2959, 2959, 1082, 1082, 1110, 1110, 1110, + 1110, 2959, 2959, 1110, 1110, 1119, 1119, 1119, 1119, 2959, + 2959, 1119, 1119, 1133, 1133, 1133, 1133, 2959, 2959, 1133, + + 1133, 698, 698, 698, 2959, 2959, 2959, 698, 707, 707, + 707, 2959, 2959, 2959, 707, 1171, 1171, 1171, 1171, 2959, + 2959, 1171, 1171, 723, 723, 723, 2959, 2959, 2959, 723, + 733, 733, 733, 2959, 2959, 2959, 733, 1194, 1194, 1194, + 1194, 2959, 2959, 1194, 1194, 738, 738, 738, 2959, 2959, + 2959, 738, 746, 746, 746, 2959, 2959, 2959, 746, 753, + 753, 753, 2959, 2959, 2959, 753, 1226, 1226, 1226, 1226, + 2959, 2959, 1226, 1226, 760, 760, 760, 2959, 2959, 2959, + 760, 1234, 1234, 1234, 1234, 2959, 2959, 1234, 1234, 1242, + 1242, 1242, 1242, 2959, 2959, 1242, 1242, 1252, 1252, 1252, + + 1252, 2959, 2959, 1252, 1252, 776, 776, 776, 776, 2959, + 776, 2959, 776, 1261, 1261, 1261, 1261, 2959, 2959, 1261, + 1261, 1267, 1267, 1267, 1267, 2959, 2959, 1267, 1267, 1274, + 1274, 1274, 1274, 2959, 2959, 1274, 1274, 1002, 1002, 1002, + 1002, 1002, 1002, 1002, 1002, 1002, 1469, 1469, 1469, 1469, + 1469, 1469, 1469, 1469, 1469, 1017, 1017, 1017, 1017, 2959, + 2959, 1017, 1017, 1048, 1048, 1048, 1048, 2959, 2959, 1048, + 1048, 633, 633, 633, 2959, 2959, 2959, 633, 641, 641, + 641, 641, 2959, 641, 2959, 641, 1082, 1082, 1082, 1082, + 2959, 2959, 1082, 1082, 1110, 1110, 1110, 1110, 2959, 2959, + + 1110, 1110, 1119, 1119, 1119, 1119, 2959, 2959, 1119, 1119, + 1133, 1133, 1133, 1133, 2959, 2959, 1133, 1133, 698, 698, + 698, 2959, 2959, 2959, 698, 707, 707, 707, 2959, 2959, + 2959, 707, 1171, 1171, 1171, 1171, 2959, 2959, 1171, 1171, + 723, 723, 723, 2959, 2959, 2959, 723, 733, 733, 733, + 2959, 2959, 2959, 733, 2579, 2579, 2579, 2579, 2579, 2579, + 2579, 2579, 2579, 2580, 2580, 2580, 2580, 2580, 2580, 2580, + 2580, 2580, 2637, 2637, 2637, 2637, 2637, 2637, 2637, 2637, + 2637, 2640, 2640, 2640, 2640, 2640, 2640, 2640, 2640, 2640, + 2678, 2678, 2678, 2678, 2678, 2678, 2678, 2678, 2678, 2680, + + 2680, 2680, 2680, 2680, 2680, 2680, 2680, 2680, 237, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959 + } ; + +static yyconst flex_int16_t yy_chk[10284] = + { 0, + 0, 3, 3, 3, 4, 4, 4, 5, 5, 5, + 6, 6, 6, 7, 7, 7, 11, 3, 9, 12, + 4, 10, 0, 5, 0, 9, 6, 0, 10, 7, + 8, 8, 8, 242, 11, 13, 13, 12, 14, 14, + 13, 13, 291, 14, 14, 243, 8, 17, 17, 242, + 13, 15, 15, 14, 15, 246, 15, 16, 16, 345, + 16, 243, 16, 18, 18, 1462, 15, 19, 19, 19, + 471, 246, 16, 20, 20, 20, 23, 23, 23, 24, + 24, 24, 471, 19, 25, 25, 25, 345, 1469, 20, + 352, 17, 23, 934, 291, 24, 240, 240, 240, 934, + + 25, 241, 241, 241, 245, 245, 245, 18, 21, 21, + 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, + 21, 21, 21, 275, 21, 21, 21, 21, 21, 26, + 26, 26, 27, 27, 27, 28, 28, 28, 275, 29, + 29, 29, 30, 30, 30, 26, 352, 417, 27, 269, + 417, 28, 1472, 21, 21, 29, 285, 264, 30, 31, + 31, 31, 266, 266, 266, 269, 273, 273, 273, 282, + 282, 282, 285, 264, 316, 31, 1475, 21, 22, 22, + 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, + 22, 22, 22, 1476, 22, 22, 22, 22, 22, 32, + + 32, 32, 33, 33, 33, 34, 34, 34, 256, 35, + 35, 35, 36, 36, 36, 32, 264, 1478, 33, 429, + 343, 34, 429, 22, 22, 35, 316, 343, 36, 37, + 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, + 40, 41, 41, 41, 1479, 37, 483, 22, 38, 296, + 256, 39, 425, 483, 40, 1480, 256, 41, 42, 42, + 42, 256, 289, 289, 289, 296, 256, 293, 293, 293, + 304, 304, 304, 425, 42, 43, 43, 43, 43, 43, + 43, 43, 43, 43, 43, 43, 43, 43, 43, 43, + 313, 43, 43, 43, 43, 43, 45, 45, 45, 46, + + 46, 46, 47, 47, 47, 313, 48, 48, 48, 49, + 49, 49, 45, 501, 596, 46, 1481, 596, 47, 311, + 43, 43, 48, 311, 317, 49, 277, 311, 43, 44, + 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, + 44, 44, 44, 44, 307, 44, 44, 44, 44, 44, + 50, 50, 50, 51, 51, 51, 52, 52, 52, 430, + 307, 501, 55, 55, 497, 277, 50, 55, 278, 51, + 1482, 497, 52, 430, 44, 44, 317, 55, 277, 318, + 277, 637, 44, 53, 53, 53, 53, 53, 53, 53, + 53, 53, 53, 53, 53, 53, 53, 53, 573, 53, + + 53, 53, 53, 53, 1484, 323, 55, 278, 59, 59, + 59, 60, 60, 60, 61, 61, 61, 637, 56, 56, + 278, 323, 278, 56, 59, 301, 615, 60, 53, 53, + 61, 318, 301, 56, 613, 573, 53, 365, 613, 53, + 615, 301, 315, 315, 315, 1486, 53, 54, 54, 54, + 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, + 54, 54, 56, 54, 54, 54, 54, 54, 62, 62, + 62, 63, 63, 63, 64, 64, 64, 619, 65, 65, + 65, 66, 66, 66, 62, 335, 357, 63, 347, 365, + 64, 619, 54, 54, 65, 1488, 609, 66, 347, 609, + + 54, 335, 357, 54, 320, 320, 320, 329, 329, 329, + 54, 57, 57, 57, 57, 57, 57, 57, 57, 57, + 57, 57, 57, 57, 57, 57, 347, 57, 57, 57, + 57, 57, 69, 69, 69, 70, 70, 70, 73, 73, + 73, 366, 74, 74, 74, 75, 75, 75, 69, 1490, + 371, 70, 330, 384, 73, 1491, 57, 57, 74, 330, + 1493, 75, 332, 332, 332, 57, 371, 57, 330, 384, + 378, 57, 340, 340, 340, 379, 57, 57, 58, 58, + 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, + 58, 58, 58, 366, 58, 58, 58, 58, 58, 76, + + 76, 76, 77, 77, 77, 78, 78, 78, 475, 79, + 79, 79, 80, 80, 80, 76, 553, 1285, 77, 395, + 344, 78, 378, 58, 58, 79, 344, 379, 80, 349, + 349, 553, 58, 349, 58, 395, 344, 1285, 58, 349, + 349, 524, 1495, 58, 58, 67, 67, 67, 67, 67, + 67, 67, 67, 67, 67, 67, 67, 67, 67, 67, + 475, 67, 67, 67, 67, 67, 81, 81, 81, 82, + 82, 82, 83, 83, 83, 1497, 84, 84, 84, 85, + 85, 85, 81, 1498, 618, 82, 390, 618, 83, 524, + 67, 67, 84, 390, 401, 85, 587, 67, 354, 354, + + 354, 401, 390, 67, 364, 364, 364, 368, 368, 368, + 401, 587, 67, 68, 68, 68, 68, 68, 68, 68, + 68, 68, 68, 68, 68, 68, 68, 68, 1499, 68, + 68, 68, 68, 68, 86, 86, 86, 87, 87, 87, + 88, 88, 88, 667, 89, 89, 89, 90, 90, 90, + 86, 1500, 621, 87, 406, 621, 88, 667, 68, 68, + 89, 625, 422, 90, 625, 68, 377, 377, 377, 1502, + 406, 68, 381, 381, 381, 389, 389, 389, 422, 1511, + 68, 71, 71, 71, 71, 71, 71, 71, 71, 71, + 71, 71, 71, 71, 71, 71, 537, 71, 71, 71, + + 71, 71, 91, 91, 91, 92, 92, 92, 93, 93, + 93, 1512, 94, 94, 94, 95, 95, 95, 91, 439, + 700, 92, 1514, 700, 93, 551, 71, 71, 94, 455, + 1518, 95, 392, 392, 392, 439, 415, 71, 400, 400, + 400, 403, 403, 403, 537, 455, 71, 72, 72, 72, + 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, + 72, 72, 551, 72, 72, 72, 72, 72, 96, 96, + 96, 97, 97, 97, 98, 98, 98, 551, 99, 99, + 99, 100, 100, 100, 96, 415, 1522, 97, 415, 431, + 98, 1525, 72, 72, 99, 466, 1532, 100, 101, 101, + + 101, 431, 431, 72, 102, 102, 102, 414, 414, 414, + 474, 466, 72, 574, 101, 419, 419, 419, 350, 1533, + 102, 103, 103, 103, 103, 103, 103, 103, 103, 103, + 103, 103, 103, 103, 103, 103, 1534, 103, 103, 103, + 103, 103, 105, 105, 105, 106, 106, 106, 107, 107, + 107, 705, 108, 108, 108, 705, 350, 1538, 105, 474, + 480, 106, 434, 450, 107, 574, 103, 103, 108, 434, + 450, 103, 350, 433, 433, 433, 480, 103, 434, 450, + 1539, 103, 436, 436, 436, 1540, 1543, 103, 104, 104, + 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, + + 104, 104, 104, 1550, 104, 104, 104, 104, 104, 109, + 109, 109, 110, 110, 110, 111, 111, 111, 672, 112, + 112, 112, 449, 449, 449, 109, 493, 1562, 110, 1563, + 1571, 111, 672, 104, 104, 112, 461, 506, 104, 452, + 452, 452, 493, 461, 104, 460, 460, 460, 104, 463, + 463, 463, 461, 506, 104, 113, 113, 113, 113, 113, + 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, + 1574, 113, 113, 113, 113, 113, 115, 115, 115, 116, + 116, 116, 117, 117, 117, 673, 118, 118, 118, 473, + 473, 473, 115, 1005, 517, 116, 1468, 1005, 117, 673, + + 113, 113, 118, 1575, 1579, 113, 477, 477, 477, 486, + 517, 113, 485, 485, 485, 490, 490, 490, 499, 499, + 499, 1468, 113, 114, 114, 114, 114, 114, 114, 114, + 114, 114, 114, 114, 114, 114, 114, 114, 1586, 114, + 114, 114, 114, 114, 119, 119, 119, 120, 120, 120, + 121, 121, 121, 1587, 122, 122, 122, 486, 1588, 1589, + 119, 486, 1592, 120, 1033, 1596, 121, 1599, 114, 114, + 122, 512, 529, 114, 503, 503, 503, 1033, 512, 114, + 511, 511, 511, 514, 514, 514, 1601, 512, 529, 1603, + 114, 123, 123, 123, 123, 123, 123, 123, 123, 123, + + 123, 123, 123, 123, 123, 123, 1604, 123, 123, 123, + 123, 123, 125, 125, 125, 126, 126, 126, 129, 129, + 129, 1605, 130, 130, 130, 133, 133, 133, 125, 542, + 558, 126, 1608, 1610, 129, 568, 123, 123, 130, 1612, + 1617, 133, 522, 522, 522, 542, 558, 123, 526, 526, + 526, 568, 123, 124, 124, 124, 124, 124, 124, 124, + 124, 124, 124, 124, 124, 124, 124, 124, 1623, 124, + 124, 124, 124, 124, 134, 134, 134, 135, 135, 135, + 136, 136, 136, 1627, 137, 137, 137, 138, 138, 138, + 134, 579, 1628, 135, 1629, 614, 136, 799, 124, 124, + + 137, 1631, 614, 138, 535, 535, 535, 579, 614, 124, + 539, 539, 539, 799, 124, 127, 127, 127, 127, 127, + 127, 127, 127, 127, 127, 127, 127, 127, 127, 127, + 1643, 127, 127, 127, 127, 127, 139, 139, 139, 140, + 140, 140, 143, 143, 143, 1646, 144, 144, 144, 147, + 147, 147, 139, 1647, 1649, 140, 1640, 1651, 143, 1648, + 127, 127, 144, 1639, 1652, 147, 550, 550, 550, 555, + 555, 555, 562, 562, 562, 1648, 127, 565, 565, 565, + 1639, 1654, 127, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 1640, 128, + + 128, 128, 128, 128, 148, 148, 148, 151, 151, 151, + 152, 152, 152, 1655, 155, 155, 155, 156, 156, 156, + 148, 1656, 1660, 151, 563, 1662, 152, 1665, 128, 128, + 155, 563, 1666, 156, 572, 572, 572, 576, 576, 576, + 563, 584, 584, 584, 128, 586, 586, 586, 1641, 1667, + 128, 131, 131, 131, 131, 131, 131, 131, 131, 131, + 131, 131, 131, 131, 131, 131, 1669, 131, 131, 131, + 131, 131, 157, 157, 157, 158, 158, 158, 159, 159, + 159, 1641, 160, 160, 160, 1671, 585, 1044, 157, 1672, + 1674, 158, 1676, 585, 159, 1679, 131, 131, 160, 131, + + 1044, 131, 585, 595, 595, 595, 1680, 131, 802, 802, + 802, 1682, 802, 1683, 131, 1684, 1686, 131, 132, 132, + 132, 132, 132, 132, 132, 132, 132, 132, 132, 132, + 132, 132, 132, 1692, 132, 132, 132, 132, 132, 161, + 161, 161, 162, 162, 162, 165, 165, 165, 1696, 166, + 166, 166, 844, 844, 844, 161, 844, 1712, 162, 844, + 623, 165, 595, 132, 132, 166, 132, 623, 132, 626, + 627, 1713, 1718, 623, 132, 1719, 626, 627, 1020, 1020, + 1020, 132, 626, 627, 132, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 141, + 141, 141, 141, 141, 141, 141, 141, 141, 141, 145, + 145, 145, 145, 145, 145, 145, 145, 145, 145, 145, + 145, 145, 145, 145, 1720, 145, 145, 145, 145, 145, + 167, 167, 167, 168, 168, 168, 169, 169, 169, 1681, + 170, 170, 170, 635, 635, 635, 167, 1681, 1724, 168, + + 1725, 1077, 169, 1731, 145, 145, 170, 145, 145, 145, + 635, 1040, 1040, 1040, 1077, 145, 1685, 1738, 145, 814, + 814, 814, 145, 1739, 1685, 145, 146, 146, 146, 146, + 146, 146, 146, 146, 146, 146, 146, 146, 146, 146, + 146, 1740, 146, 146, 146, 146, 146, 171, 171, 171, + 172, 172, 172, 175, 175, 175, 1744, 176, 176, 176, + 643, 643, 643, 171, 1750, 1693, 172, 1754, 1697, 175, + 1757, 146, 146, 176, 146, 146, 146, 643, 833, 833, + 833, 1693, 146, 814, 1697, 146, 1299, 1299, 1299, 146, + 1759, 1761, 146, 149, 149, 149, 149, 149, 149, 149, + + 149, 149, 149, 149, 149, 149, 149, 149, 1763, 149, + 149, 149, 149, 149, 177, 177, 177, 178, 178, 178, + 179, 179, 179, 1764, 180, 180, 180, 917, 651, 1765, + 177, 1768, 1698, 178, 1770, 651, 179, 917, 149, 149, + 180, 651, 833, 149, 917, 1301, 1301, 1301, 1698, 149, + 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, + 150, 150, 150, 150, 150, 1775, 150, 150, 150, 150, + 150, 181, 181, 181, 182, 182, 182, 185, 185, 185, + 1777, 186, 186, 186, 660, 660, 660, 181, 1527, 1785, + 182, 1301, 1786, 185, 1527, 150, 150, 186, 1527, 1787, + + 150, 660, 1527, 872, 872, 872, 150, 153, 153, 153, + 153, 153, 153, 153, 153, 153, 153, 153, 153, 153, + 153, 153, 1788, 153, 153, 153, 153, 153, 189, 189, + 189, 190, 190, 190, 191, 191, 191, 1790, 192, 192, + 192, 193, 193, 193, 189, 1801, 1804, 190, 1809, 1810, + 191, 1801, 153, 153, 192, 1811, 153, 193, 852, 852, + 852, 1815, 852, 153, 1816, 852, 153, 872, 1817, 1803, + 878, 878, 878, 153, 154, 154, 154, 154, 154, 154, + 154, 154, 154, 154, 154, 154, 154, 154, 154, 1822, + 154, 154, 154, 154, 154, 194, 194, 194, 195, 195, + + 195, 196, 196, 196, 1828, 199, 199, 199, 200, 200, + 200, 194, 1830, 1831, 195, 1803, 1834, 196, 1837, 154, + 154, 199, 1841, 154, 200, 868, 868, 868, 1842, 868, + 154, 1843, 868, 154, 878, 1304, 1304, 1304, 1844, 1845, + 154, 163, 163, 163, 163, 163, 163, 163, 163, 163, + 163, 163, 163, 163, 163, 163, 1846, 163, 163, 163, + 163, 163, 201, 201, 201, 202, 202, 202, 203, 203, + 203, 1847, 204, 204, 204, 205, 205, 205, 201, 1848, + 1849, 202, 1850, 1855, 203, 1856, 163, 163, 204, 1874, + 1875, 205, 163, 885, 885, 885, 1878, 885, 1879, 1880, + + 885, 1307, 1307, 1307, 1316, 1316, 1316, 163, 164, 164, + 164, 164, 164, 164, 164, 164, 164, 164, 164, 164, + 164, 164, 164, 1884, 164, 164, 164, 164, 164, 206, + 206, 206, 209, 209, 209, 210, 210, 210, 1876, 211, + 211, 211, 212, 212, 212, 206, 1876, 1890, 209, 1877, + 1891, 210, 1892, 164, 164, 211, 1897, 1877, 212, 164, + 892, 892, 892, 1901, 892, 1902, 1903, 892, 1341, 1341, + 1341, 1352, 1352, 1352, 164, 173, 173, 173, 173, 173, + 173, 173, 173, 173, 173, 173, 173, 173, 173, 173, + 1905, 173, 173, 173, 173, 173, 213, 213, 213, 214, + + 214, 214, 215, 215, 215, 1802, 216, 216, 216, 219, + 219, 219, 213, 1528, 1908, 214, 1909, 1912, 215, 1528, + 173, 173, 216, 1528, 1913, 219, 173, 1528, 1916, 173, + 897, 897, 897, 1923, 897, 1925, 1802, 897, 1353, 1353, + 1353, 173, 174, 174, 174, 174, 174, 174, 174, 174, + 174, 174, 174, 174, 174, 174, 174, 1940, 174, 174, + 174, 174, 174, 220, 220, 220, 223, 223, 223, 224, + 224, 224, 1910, 225, 225, 225, 226, 226, 226, 220, + 1910, 1944, 223, 1911, 1353, 224, 1953, 174, 174, 225, + 1954, 1911, 226, 174, 1962, 1963, 174, 909, 909, 909, + + 1945, 909, 1967, 1969, 909, 1426, 1426, 1426, 174, 183, + 183, 183, 183, 183, 183, 183, 183, 183, 183, 183, + 183, 183, 183, 183, 1944, 183, 183, 183, 183, 183, + 227, 227, 227, 228, 228, 228, 229, 229, 229, 1981, + 230, 230, 230, 233, 233, 233, 227, 1945, 1982, 228, + 1983, 1426, 229, 276, 183, 183, 230, 1984, 1985, 233, + 183, 1986, 348, 276, 1987, 183, 184, 184, 184, 184, + 184, 184, 184, 184, 184, 184, 184, 184, 184, 184, + 184, 1988, 184, 184, 184, 184, 184, 234, 234, 234, + 348, 1989, 276, 1990, 1996, 812, 812, 812, 276, 1997, + + 341, 1999, 2009, 234, 2010, 276, 348, 2011, 342, 276, + 341, 184, 184, 812, 1483, 1483, 1483, 184, 342, 1485, + 1485, 1485, 184, 187, 187, 187, 187, 187, 187, 187, + 187, 187, 187, 187, 187, 187, 187, 187, 341, 187, + 187, 187, 187, 187, 341, 2012, 342, 2013, 341, 677, + 677, 677, 2014, 2015, 341, 341, 684, 684, 684, 2017, + 342, 689, 689, 689, 342, 2018, 677, 2023, 187, 187, + 701, 701, 701, 684, 187, 919, 919, 919, 689, 919, + 2024, 2026, 919, 1487, 1487, 1487, 2027, 701, 2028, 187, + 188, 188, 188, 188, 188, 188, 188, 188, 188, 188, + + 188, 188, 188, 188, 188, 2029, 188, 188, 188, 188, + 188, 710, 710, 710, 712, 712, 712, 727, 727, 727, + 735, 735, 735, 740, 740, 740, 2036, 2037, 710, 2038, + 2039, 712, 2040, 2041, 727, 188, 188, 735, 2042, 2043, + 740, 188, 922, 922, 922, 2045, 922, 2067, 2068, 922, + 1489, 1489, 1489, 1492, 1492, 1492, 188, 197, 197, 197, + 197, 197, 197, 197, 197, 197, 197, 197, 197, 197, + 197, 197, 2062, 197, 197, 197, 197, 197, 762, 762, + 762, 790, 790, 790, 794, 794, 794, 813, 813, 813, + 2072, 840, 840, 840, 2073, 762, 2074, 2077, 790, 2081, + + 2082, 794, 197, 197, 2062, 813, 2083, 2084, 197, 840, + 2085, 197, 937, 937, 937, 2063, 937, 2086, 2087, 937, + 1494, 1494, 1494, 197, 198, 198, 198, 198, 198, 198, + 198, 198, 198, 198, 198, 198, 198, 198, 198, 2088, + 198, 198, 198, 198, 198, 813, 841, 841, 841, 843, + 843, 843, 2063, 847, 847, 847, 848, 848, 848, 851, + 851, 851, 2089, 2090, 841, 2092, 843, 2093, 2094, 198, + 198, 847, 2095, 2096, 848, 198, 851, 2094, 198, 945, + 945, 945, 2097, 945, 1494, 2098, 945, 1501, 1501, 1501, + 198, 207, 207, 207, 207, 207, 207, 207, 207, 207, + + 207, 207, 207, 207, 207, 207, 841, 207, 207, 207, + 207, 207, 853, 853, 853, 855, 855, 855, 2099, 2101, + 848, 859, 859, 859, 865, 865, 865, 1993, 1993, 853, + 1993, 2100, 855, 860, 860, 860, 207, 207, 1993, 859, + 2100, 1993, 865, 2102, 207, 1993, 207, 2103, 2104, 207, + 2105, 860, 2106, 207, 1524, 1524, 1524, 207, 208, 208, + 208, 208, 208, 208, 208, 208, 208, 208, 208, 208, + 208, 208, 208, 2111, 208, 208, 208, 208, 208, 2112, + 860, 2113, 866, 866, 866, 867, 867, 867, 870, 870, + 870, 884, 884, 884, 888, 888, 888, 889, 889, 889, + + 866, 2115, 867, 208, 208, 2119, 870, 2120, 884, 2123, + 2127, 208, 888, 208, 2128, 889, 208, 1535, 1535, 1535, + 208, 1536, 1536, 1536, 208, 217, 217, 217, 217, 217, + 217, 217, 217, 217, 217, 217, 217, 217, 217, 217, + 2130, 217, 217, 217, 217, 217, 866, 871, 871, 871, + 891, 891, 891, 2133, 894, 894, 894, 895, 895, 895, + 896, 896, 896, 889, 2134, 871, 2135, 891, 2136, 2138, + 217, 217, 894, 2141, 2143, 895, 2167, 896, 950, 950, + 950, 2168, 950, 2169, 871, 950, 970, 970, 970, 2170, + 970, 2171, 2164, 970, 217, 218, 218, 218, 218, 218, + + 218, 218, 218, 218, 218, 218, 218, 218, 218, 218, + 2177, 218, 218, 218, 218, 218, 899, 899, 899, 900, + 900, 900, 2162, 895, 903, 903, 903, 904, 904, 904, + 908, 908, 908, 2174, 899, 2164, 2178, 900, 2179, 2180, + 218, 218, 903, 2174, 2181, 904, 2174, 908, 994, 994, + 994, 2182, 994, 2183, 2184, 994, 998, 998, 998, 2185, + 998, 2186, 2162, 998, 218, 221, 221, 221, 221, 221, + 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, + 900, 221, 221, 221, 221, 221, 912, 912, 912, 913, + 913, 913, 904, 2188, 2189, 918, 918, 918, 921, 921, + + 921, 923, 923, 923, 912, 2190, 2175, 913, 2191, 2192, + 221, 221, 918, 2193, 2163, 921, 2175, 2194, 923, 2175, + 2195, 221, 222, 222, 222, 222, 222, 222, 222, 222, + 222, 222, 222, 222, 222, 222, 222, 2196, 222, 222, + 222, 222, 222, 931, 931, 931, 932, 932, 932, 2197, + 913, 2163, 936, 936, 936, 938, 938, 938, 941, 941, + 941, 931, 2198, 2199, 932, 2200, 2201, 222, 222, 936, + 2202, 2203, 938, 1573, 1573, 1573, 941, 2204, 222, 231, + 231, 231, 231, 231, 231, 231, 231, 231, 231, 231, + 231, 231, 231, 231, 2208, 231, 231, 231, 231, 231, + + 944, 944, 944, 2214, 932, 946, 946, 946, 2215, 947, + 947, 947, 2219, 942, 942, 942, 2222, 944, 2230, 949, + 949, 949, 2231, 946, 231, 231, 2232, 947, 954, 954, + 954, 942, 1496, 1496, 1496, 231, 949, 1052, 1052, 1052, + 2258, 1052, 2255, 2260, 1052, 2261, 954, 2256, 231, 232, + 232, 232, 232, 232, 232, 232, 232, 232, 232, 232, + 232, 232, 232, 232, 942, 232, 232, 232, 232, 232, + 947, 2255, 955, 955, 955, 956, 956, 956, 1496, 957, + 957, 957, 958, 958, 958, 959, 959, 959, 2240, 2256, + 955, 2262, 956, 2265, 232, 232, 957, 2266, 2240, 958, + + 962, 962, 962, 959, 2240, 232, 960, 960, 960, 2268, + 2267, 963, 963, 963, 964, 964, 964, 962, 232, 274, + 965, 965, 965, 2267, 960, 2269, 274, 955, 963, 2272, + 2257, 964, 966, 966, 966, 274, 274, 965, 969, 969, + 969, 958, 971, 971, 971, 973, 973, 973, 2273, 2274, + 966, 967, 967, 967, 2275, 969, 974, 974, 974, 2277, + 971, 963, 973, 274, 274, 274, 2278, 960, 2279, 967, + 274, 274, 2257, 974, 274, 274, 963, 2280, 274, 965, + 274, 274, 274, 972, 972, 972, 2283, 2284, 967, 975, + 975, 975, 976, 976, 976, 977, 977, 977, 979, 979, + + 979, 972, 978, 978, 978, 2285, 2286, 975, 2287, 2288, + 976, 2289, 977, 2290, 2291, 979, 980, 980, 980, 978, + 2270, 981, 981, 981, 987, 987, 987, 988, 988, 988, + 991, 991, 991, 2270, 980, 992, 992, 992, 972, 981, + 2292, 2293, 987, 2294, 2295, 988, 2296, 2297, 991, 993, + 993, 993, 978, 992, 995, 995, 995, 996, 996, 996, + 997, 997, 997, 976, 2299, 2307, 993, 978, 1000, 1000, + 1000, 2308, 995, 2309, 2313, 996, 2321, 997, 1001, 1001, + 1001, 2323, 1016, 1016, 1016, 2331, 1000, 1017, 1017, 1017, + 2332, 988, 981, 1019, 1019, 1019, 1001, 2333, 2334, 992, + + 1016, 2335, 1046, 1046, 1046, 1017, 1047, 1047, 1047, 2336, + 2340, 1019, 1048, 1048, 1048, 1050, 1050, 1050, 996, 1046, + 1051, 1051, 1051, 2340, 1047, 2341, 1055, 1055, 1055, 2345, + 1048, 2348, 2351, 1050, 1057, 1057, 1057, 1051, 2341, 2346, + 1019, 2352, 1001, 1055, 1058, 1058, 1058, 1060, 1060, 1060, + 2356, 2357, 1057, 1062, 1062, 1062, 2358, 1062, 2359, 2360, + 1062, 2361, 1058, 2362, 1050, 1060, 1065, 1065, 1065, 1066, + 1066, 1066, 2241, 1066, 2346, 2363, 1066, 2345, 1067, 1067, + 1067, 2365, 2241, 1065, 1068, 1068, 1068, 1055, 2241, 1069, + 1069, 1069, 2366, 1069, 1060, 1067, 1069, 1071, 1071, 1071, + + 2367, 1068, 1073, 1073, 1073, 1074, 1074, 1074, 1076, 1076, + 1076, 1079, 1079, 1079, 1071, 1081, 1081, 1081, 2368, 2369, + 1073, 2370, 2371, 1074, 2372, 2374, 1076, 2375, 1079, 1082, + 1082, 1082, 2376, 1081, 1084, 1084, 1084, 1085, 1085, 1085, + 2377, 1085, 2378, 2379, 1085, 2380, 2381, 1082, 1089, 1089, + 1089, 2382, 1084, 1090, 1090, 1090, 1092, 1092, 1092, 2383, + 1104, 1104, 1104, 2384, 1104, 2385, 1089, 1104, 1076, 2386, + 2387, 1090, 2388, 2394, 1092, 1108, 1108, 1108, 1109, 1109, + 1109, 1084, 1110, 1110, 1110, 1112, 1112, 1112, 1118, 1118, + 1118, 2398, 1108, 1119, 1119, 1119, 1109, 1114, 1114, 1114, + + 1110, 1114, 2399, 1112, 1114, 2400, 1118, 1121, 1121, 1121, + 2401, 1119, 1122, 1122, 1122, 2408, 1122, 2411, 2418, 1122, + 1125, 1125, 1125, 2419, 2420, 1121, 1126, 1126, 1126, 1127, + 1127, 1127, 1129, 1129, 1129, 2413, 2421, 1125, 1130, 1130, + 1130, 1131, 1131, 1131, 1126, 2413, 1112, 1127, 2422, 2423, + 1129, 2426, 1132, 1132, 1132, 1130, 2427, 2428, 1131, 1133, + 1133, 1133, 1135, 1135, 1135, 1138, 1138, 1138, 1121, 1131, + 1132, 1139, 1139, 1139, 2429, 1139, 2438, 1133, 1139, 2439, + 1135, 2440, 1138, 1144, 1144, 1144, 1145, 1145, 1145, 1147, + 1147, 1147, 2414, 1154, 1154, 1154, 2416, 1154, 2441, 1129, + + 1154, 1144, 2414, 2442, 1145, 2443, 2416, 1147, 1157, 1157, + 1157, 1158, 1158, 1158, 2444, 1158, 2430, 2417, 1158, 1161, + 1161, 1161, 1162, 1162, 1162, 1157, 1162, 2417, 1135, 1162, + 1170, 1170, 1170, 1171, 1171, 1171, 1161, 1173, 1173, 1173, + 1178, 1178, 1178, 2445, 1178, 2448, 2449, 1178, 1170, 2451, + 2430, 1171, 2452, 2453, 1147, 1173, 1181, 1181, 1181, 1182, + 1182, 1182, 2455, 1182, 2457, 2458, 1182, 1185, 1185, 1185, + 1186, 1186, 1186, 1181, 1188, 1188, 1188, 1190, 1190, 1190, + 2459, 1190, 2462, 2463, 1190, 1185, 2464, 2465, 1186, 1193, + 1193, 1193, 1188, 1194, 1194, 1194, 1196, 1196, 1196, 1198, + + 1198, 1198, 2466, 1198, 1173, 2469, 1198, 1193, 1204, 1204, + 1204, 1194, 2470, 2477, 1196, 1205, 1205, 1205, 1207, 1207, + 1207, 1208, 1208, 1208, 2478, 1188, 1204, 1209, 1209, 1209, + 2479, 1209, 2481, 1205, 1209, 2487, 1207, 2488, 1208, 1210, + 1210, 1210, 1211, 1211, 1211, 2489, 1211, 2490, 2491, 1211, + 1213, 1213, 1213, 1214, 1214, 1214, 1210, 1216, 1216, 1216, + 1218, 1218, 1218, 1196, 2492, 1219, 1219, 1219, 1213, 1219, + 2493, 1214, 1219, 2494, 2495, 1216, 2496, 1218, 1207, 1222, + 1222, 1222, 1223, 1223, 1223, 2498, 1223, 2499, 2504, 1223, + 1225, 1225, 1225, 1226, 1226, 1226, 1222, 1228, 1228, 1228, + + 1230, 1230, 1230, 2505, 1230, 2506, 2507, 1230, 1225, 2517, + 2518, 1226, 1233, 1233, 1233, 1228, 1234, 1234, 1234, 1236, + 1236, 1236, 2519, 2520, 1216, 1237, 1237, 1237, 2521, 2522, + 1233, 1238, 1238, 1238, 1234, 1238, 2523, 1236, 1238, 1239, + 1239, 1239, 1237, 1240, 1240, 1240, 2508, 1240, 2524, 2528, + 1240, 1241, 1241, 1241, 2529, 2530, 1239, 1242, 1242, 1242, + 2531, 1228, 1244, 1244, 1244, 1245, 1245, 1245, 2532, 1241, + 1246, 1246, 1246, 2533, 1246, 1242, 2535, 1246, 2536, 1236, + 1244, 2538, 1245, 1249, 1249, 1249, 1250, 1250, 1250, 2508, + 1250, 2539, 2540, 1250, 1251, 1251, 1251, 1252, 1252, 1252, + + 1249, 1254, 1254, 1254, 1256, 1256, 1256, 1260, 1260, 1260, + 2541, 2543, 1251, 2544, 2548, 1252, 1261, 1261, 1261, 1254, + 2549, 1256, 2550, 2553, 1244, 1260, 1263, 1263, 1263, 1266, + 1266, 1266, 2558, 2559, 1261, 1267, 1267, 1267, 1269, 1269, + 1269, 1270, 1270, 1270, 1263, 1270, 2560, 1266, 1270, 1273, + 1273, 1273, 2561, 1267, 2562, 2563, 1269, 1274, 1274, 1274, + 1276, 1276, 1276, 1254, 1277, 1277, 1277, 1273, 1277, 2564, + 2565, 1277, 1281, 1281, 1281, 1274, 2566, 2567, 1276, 1282, + 1282, 1282, 1284, 1284, 1284, 2568, 2569, 1263, 2571, 2572, + 1281, 1269, 1286, 1286, 1286, 2573, 2574, 1282, 2581, 2584, + + 1284, 1293, 1293, 1293, 1319, 1319, 1319, 1321, 1321, 1321, + 1286, 1286, 2575, 1322, 1322, 1322, 1348, 1348, 1348, 1293, + 1276, 1319, 1320, 1320, 1320, 1321, 1320, 2585, 2577, 1320, + 1322, 1323, 1323, 1323, 1348, 1323, 2578, 2588, 1323, 1326, + 1326, 1326, 2577, 1284, 1328, 1328, 1328, 2578, 1328, 2590, + 2591, 1328, 1331, 1331, 1331, 2593, 2594, 1326, 2575, 1332, + 1332, 1332, 2597, 1332, 2598, 1321, 1332, 1293, 2599, 1331, + 1333, 1333, 1333, 2600, 1333, 2601, 2602, 1333, 1337, 1337, + 1337, 2603, 1338, 1338, 1338, 2604, 1338, 2605, 1326, 1338, + 1340, 1340, 1340, 2606, 2607, 1337, 1343, 1343, 1343, 1344, + + 1344, 1344, 2611, 1344, 2619, 2621, 1344, 2623, 1340, 1345, + 1345, 1345, 2625, 1343, 1346, 1346, 1346, 1361, 1361, 1361, + 1362, 1362, 1362, 1363, 1363, 1363, 1345, 1363, 2633, 2635, + 1363, 2639, 1346, 2636, 1361, 2638, 2638, 1362, 2641, 2637, + 1340, 1364, 1364, 1364, 1367, 1367, 1367, 1368, 1368, 1368, + 1369, 1369, 1369, 2637, 1369, 2643, 2644, 1369, 2645, 1364, + 2646, 2653, 1367, 1346, 1368, 1370, 1370, 1370, 1371, 1371, + 1371, 1372, 1372, 1372, 2636, 1372, 2657, 2663, 1372, 1374, + 1374, 1374, 2609, 1370, 2652, 1371, 1377, 1377, 1377, 1378, + 1378, 1378, 2610, 1378, 2609, 2616, 1378, 1374, 1379, 1379, + + 1379, 2665, 2652, 1377, 2610, 1364, 2668, 2616, 1367, 1380, + 1380, 1380, 1381, 1381, 1381, 1379, 1385, 1385, 1385, 1388, + 1388, 1388, 1650, 1650, 1650, 1370, 1380, 1389, 1389, 1389, + 1381, 1389, 2640, 1385, 1389, 2670, 1388, 1390, 1390, 1390, + 1374, 1390, 2617, 2640, 1390, 1393, 1393, 1393, 1400, 1400, + 1400, 1402, 1402, 1402, 2617, 1380, 1405, 1405, 1405, 2675, + 1405, 2676, 1393, 1405, 2678, 2679, 1400, 2680, 1402, 1408, + 1408, 1408, 1410, 1410, 1410, 1412, 1412, 1412, 1381, 1416, + 1416, 1416, 1417, 1417, 1417, 2682, 1408, 1418, 1418, 1418, + 1410, 1418, 2662, 1412, 1418, 2664, 1416, 1421, 1421, 1421, + + 1417, 1421, 2683, 2667, 1421, 1425, 1425, 1425, 1427, 1427, + 1427, 2662, 1427, 1400, 2664, 1427, 2684, 1432, 1432, 1432, + 2685, 1432, 2667, 1425, 1432, 1416, 1436, 1436, 1436, 1438, + 1438, 1438, 2669, 1439, 1439, 1439, 1410, 1439, 2656, 1417, + 1439, 1412, 2687, 2688, 1436, 2690, 2691, 1438, 1442, 1442, + 1442, 2669, 1442, 2656, 2698, 1442, 1445, 1445, 1445, 1446, + 1446, 1446, 2699, 1446, 2700, 2701, 1446, 2702, 1451, 1451, + 1451, 1425, 1451, 2703, 1445, 1451, 1454, 1454, 1454, 1456, + 1456, 1456, 1461, 1461, 1461, 2706, 1438, 1436, 1457, 1457, + 1457, 2707, 1457, 2708, 1454, 1457, 1456, 1463, 1463, 1463, + + 1461, 2709, 2710, 1445, 1464, 1464, 1464, 1465, 1465, 1465, + 1466, 1466, 1466, 2711, 1463, 1467, 1467, 1467, 1470, 1470, + 1470, 2712, 1464, 1454, 2713, 1465, 2715, 1466, 1477, 1477, + 1477, 1461, 2717, 1467, 2719, 2720, 1470, 1503, 1503, 1503, + 1504, 1504, 1504, 2722, 1504, 2731, 1477, 1504, 1507, 1507, + 1507, 1508, 1508, 1508, 2733, 1508, 2732, 2731, 1508, 1465, + 1513, 1513, 1513, 1515, 1515, 1515, 1507, 1515, 2732, 1470, + 1515, 1464, 1519, 1519, 1519, 2734, 1519, 1467, 1513, 1519, + 1477, 2735, 2736, 1503, 2737, 2738, 1470, 1523, 1523, 1523, + 1526, 1526, 1526, 2742, 1526, 2743, 2744, 1526, 2745, 1529, + + 1529, 1529, 1530, 1530, 1530, 1523, 1530, 2746, 2747, 1530, + 2748, 1513, 1531, 1531, 1531, 1507, 1529, 1537, 1537, 1537, + 1541, 1541, 1541, 1542, 1542, 1542, 1544, 1544, 1544, 2749, + 1531, 1545, 1545, 1545, 2752, 1545, 2750, 2753, 1545, 2754, + 1546, 1546, 1546, 1544, 1546, 2755, 2756, 1546, 1523, 1549, + 1549, 1549, 1551, 1551, 1551, 1552, 1552, 1552, 1553, 1553, + 1553, 2750, 1553, 1531, 2757, 1553, 2758, 1549, 2759, 1551, + 1556, 1556, 1556, 1552, 2760, 1557, 1557, 1557, 2761, 1557, + 2762, 1537, 1557, 2763, 1541, 2764, 2765, 1542, 1556, 1560, + 1560, 1560, 1561, 1561, 1561, 2766, 1549, 1564, 1564, 1564, + + 2767, 1564, 1552, 2768, 1564, 2769, 1560, 1567, 1567, 1567, + 1561, 1568, 1568, 1568, 2770, 1568, 2771, 2777, 1568, 2778, + 1569, 1569, 1569, 2779, 1567, 1570, 1570, 1570, 2774, 1570, + 2780, 2781, 1570, 1572, 1572, 1572, 1556, 1569, 1576, 1576, + 1576, 1577, 1577, 1577, 2782, 1577, 2783, 2774, 1577, 2784, + 2785, 1572, 1578, 1578, 1578, 1576, 1561, 1580, 1580, 1580, + 2786, 1580, 2787, 2788, 1580, 1583, 1583, 1583, 2789, 1578, + 1584, 1584, 1584, 2790, 1584, 2791, 2792, 1584, 1585, 1585, + 1585, 2793, 1583, 1590, 1590, 1590, 1591, 1591, 1591, 1593, + 1593, 1593, 1594, 1594, 1594, 1585, 1594, 2794, 2796, 1594, + + 1590, 1595, 1595, 1595, 1591, 2797, 1593, 1597, 1597, 1597, + 1598, 1598, 1598, 2798, 1598, 2799, 2795, 1598, 1595, 1600, + 1600, 1600, 2800, 2801, 1597, 1602, 1602, 1602, 1606, 1606, + 1606, 1607, 1607, 1607, 2802, 1607, 2795, 1600, 1607, 1609, + 1609, 1609, 2803, 1602, 2804, 1606, 1611, 1611, 1611, 1613, + 1613, 1613, 1591, 1614, 1614, 1614, 2805, 1609, 1615, 1615, + 1615, 1616, 1616, 1616, 1611, 2806, 1613, 1618, 1618, 1618, + 1614, 1619, 1619, 1619, 2807, 1615, 1602, 2808, 2809, 1616, + 2810, 1620, 1620, 1620, 2811, 1618, 1621, 1621, 1621, 1619, + 1622, 1622, 1622, 1630, 1630, 1630, 2812, 1611, 1620, 2813, + + 1624, 1624, 1624, 1621, 1624, 2817, 2814, 1624, 1622, 2818, + 2819, 1630, 2814, 1618, 1632, 1632, 1632, 1633, 1633, 1633, + 2820, 1633, 1615, 2821, 1633, 1634, 1634, 1634, 1616, 2822, + 2824, 1632, 1635, 1635, 1635, 2825, 1619, 1636, 1636, 1636, + 1638, 1638, 1638, 1634, 1630, 1637, 1637, 1637, 2827, 1637, + 1635, 2828, 1637, 2830, 1636, 1622, 2831, 2834, 1638, 1644, + 1644, 1644, 1645, 1645, 1645, 1653, 1653, 1653, 1657, 1657, + 1657, 1658, 1658, 1658, 2835, 2836, 1644, 1659, 1659, 1659, + 1645, 1661, 1661, 1661, 1634, 2837, 2839, 1635, 1663, 1663, + 1663, 1664, 1664, 1664, 1668, 1668, 1668, 1670, 1670, 1670, + + 1673, 1673, 1673, 1675, 1675, 1675, 1677, 1677, 1677, 1678, + 1678, 1678, 1687, 1687, 1687, 1670, 1687, 2841, 1673, 1687, + 1675, 2843, 2845, 1645, 1677, 2847, 1678, 1690, 1690, 1690, + 2833, 1691, 1691, 1691, 1694, 1694, 1694, 1695, 1695, 1695, + 1699, 1699, 1699, 2848, 2833, 1690, 2849, 1670, 1691, 1700, + 1700, 1700, 2850, 1700, 2851, 2852, 1700, 1699, 1703, 1703, + 1703, 1704, 1704, 1704, 2853, 1677, 1705, 1705, 1705, 2854, + 1706, 1706, 1706, 1690, 1706, 2856, 1703, 1706, 1704, 1707, + 1707, 1707, 2858, 1705, 1708, 1708, 1708, 1709, 1709, 1709, + 2860, 1710, 1710, 1710, 2861, 1710, 2862, 1707, 1710, 1711, + + 1711, 1711, 1708, 2863, 1709, 1714, 1714, 1714, 2864, 1714, + 1460, 1703, 1714, 1459, 1717, 1717, 1717, 1711, 1717, 2865, + 2880, 1717, 1721, 1721, 1721, 1723, 1723, 1723, 2880, 1726, + 1726, 1726, 1707, 1726, 2876, 2872, 1726, 1729, 1729, 1729, + 1721, 1730, 1730, 1730, 2864, 1730, 1711, 2873, 1730, 1732, + 1732, 1732, 2890, 1732, 1729, 2865, 1732, 1735, 1735, 1735, + 1736, 1736, 1736, 2891, 1736, 2877, 2886, 1736, 1737, 1737, + 1737, 1741, 1741, 1741, 1735, 1742, 1742, 1742, 2876, 1742, + 2900, 1458, 1742, 2872, 2874, 1737, 2875, 2890, 1741, 1743, + 1743, 1743, 1745, 1745, 1745, 2873, 1745, 1455, 2891, 1745, + + 1748, 1748, 1748, 2886, 1749, 1749, 1749, 1743, 1749, 2877, + 2881, 1749, 1751, 1751, 1751, 2900, 1751, 1748, 2881, 1751, + 1755, 1755, 1755, 1758, 1758, 1758, 1760, 1760, 1760, 1762, + 1762, 1762, 2874, 1762, 2875, 2878, 1762, 2884, 1755, 2878, + 1743, 1758, 2887, 1760, 1766, 1766, 1766, 1769, 1769, 1769, + 1771, 1771, 1771, 1772, 1772, 1772, 2882, 1772, 2883, 2879, + 1772, 2885, 1766, 2879, 2882, 1769, 2883, 1771, 1773, 1773, + 1773, 1450, 1760, 1774, 1774, 1774, 1449, 1774, 2896, 2887, + 1774, 1776, 1776, 1776, 2884, 1773, 2902, 1758, 1778, 1778, + 1778, 1779, 1779, 1779, 1780, 1780, 1780, 2892, 2888, 1776, + + 1781, 1781, 1781, 2894, 1781, 2889, 1778, 1781, 2885, 1779, + 2896, 1780, 1782, 1782, 1782, 1783, 1783, 1783, 2895, 1783, + 2902, 2893, 1783, 1784, 1784, 1784, 1789, 1789, 1789, 1782, + 2897, 1791, 1791, 1791, 1437, 1791, 2898, 1778, 1791, 2888, + 2894, 1784, 2916, 2892, 1789, 2898, 2889, 1776, 1794, 1794, + 1794, 1795, 1795, 1795, 2899, 2895, 1779, 1796, 1796, 1796, + 1435, 1796, 2897, 2899, 1796, 2912, 1794, 2893, 2901, 1795, + 1431, 1799, 1799, 1799, 2912, 1805, 1805, 1805, 1806, 1806, + 1806, 2913, 1806, 1430, 2916, 1806, 1424, 1415, 1784, 1799, + 2913, 1789, 1805, 1807, 1807, 1807, 1808, 1808, 1808, 1794, + + 1812, 1812, 1812, 2901, 1795, 1813, 1813, 1813, 1814, 1814, + 1814, 1807, 1818, 1818, 1818, 1819, 1819, 1819, 1820, 1820, + 1820, 1821, 1821, 1821, 1823, 1823, 1823, 1824, 1824, 1824, + 1825, 1825, 1825, 1826, 1826, 1826, 1827, 1827, 1827, 2908, + 1829, 1829, 1829, 1832, 1832, 1832, 1835, 1835, 1835, 1836, + 1836, 1836, 2904, 1836, 2930, 2903, 1836, 1807, 1829, 1414, + 1413, 1832, 2930, 1835, 1838, 1838, 1838, 1821, 1839, 1839, + 1839, 1840, 1840, 1840, 2908, 1840, 2905, 1411, 1840, 1851, + 1851, 1851, 1838, 2910, 1409, 1839, 1852, 1852, 1852, 2903, + 1404, 1829, 1853, 1853, 1853, 2904, 1853, 1851, 2914, 1853, + + 1854, 1854, 1854, 1852, 1857, 1857, 1857, 1858, 1858, 1858, + 1859, 1859, 1859, 1860, 1860, 1860, 2910, 1860, 2906, 2905, + 1860, 1861, 1861, 1861, 1862, 1862, 1862, 1859, 1851, 1863, + 1863, 1863, 2909, 1863, 2907, 2914, 1863, 2917, 2924, 1861, + 2915, 1862, 1864, 1864, 1864, 2925, 1864, 2924, 2920, 1864, + 1867, 1867, 1867, 1858, 2925, 1868, 1868, 1868, 1870, 1870, + 1870, 2921, 1870, 2911, 2906, 1870, 1403, 2909, 1867, 1873, + 1873, 1873, 1861, 1868, 1881, 1881, 1881, 2915, 1881, 2917, + 2907, 1881, 1885, 1885, 1885, 2920, 1885, 1873, 2932, 1885, + 1888, 1888, 1888, 1889, 1889, 1889, 2911, 1889, 2921, 2918, + + 1889, 1867, 1893, 1893, 1893, 2955, 1893, 1888, 2922, 1893, + 1896, 1896, 1896, 1898, 1898, 1898, 2955, 1898, 2926, 2927, + 1898, 2923, 1873, 1904, 1904, 1904, 2919, 2928, 1896, 1906, + 1906, 1906, 1907, 1907, 1907, 2932, 1907, 2922, 2933, 1907, + 2929, 1904, 1914, 1914, 1914, 2918, 1906, 1917, 1917, 1917, + 2923, 1917, 2926, 2927, 1917, 1920, 1920, 1920, 2940, 1920, + 1914, 2938, 1920, 1924, 1924, 1924, 1926, 1926, 1926, 1927, + 1927, 1927, 2919, 2928, 1896, 1928, 1928, 1928, 2939, 1928, + 1401, 1924, 1928, 2931, 1926, 2933, 2929, 1927, 1931, 1931, + 1931, 2931, 1931, 2934, 2935, 1931, 2938, 1934, 1934, 1934, + + 1399, 1935, 1935, 1935, 2940, 1927, 1936, 1936, 1936, 1937, + 1937, 1937, 2942, 2939, 1924, 1934, 2946, 1934, 1935, 1938, + 1938, 1938, 1398, 1936, 1397, 2946, 1937, 1939, 1939, 1939, + 2934, 2935, 1926, 1941, 1941, 1941, 1938, 1942, 1942, 1942, + 1943, 1943, 1943, 1396, 1395, 1939, 1946, 1946, 1946, 2942, + 1394, 1941, 1947, 1947, 1947, 1942, 1947, 1936, 1943, 1947, + 1387, 1950, 1950, 1950, 1951, 1951, 1951, 1952, 1952, 1952, + 1955, 1955, 1955, 1937, 1956, 1956, 1956, 2936, 1938, 1950, + 1957, 1957, 1957, 1958, 1958, 1958, 1959, 1959, 1959, 1960, + 1960, 1960, 1939, 1941, 1961, 1961, 1961, 1964, 1964, 1964, + + 1965, 1965, 1965, 1966, 1966, 1966, 1968, 1968, 1968, 1971, + 1971, 1971, 1972, 1972, 1972, 1386, 1972, 1384, 2936, 1972, + 1950, 1975, 1975, 1975, 1968, 1383, 1971, 1976, 1976, 1976, + 1978, 1978, 1978, 2941, 1978, 2937, 2944, 1978, 1975, 1991, + 1991, 1991, 1992, 1992, 1992, 1976, 1992, 1994, 1994, 1992, + 1994, 1995, 1995, 1995, 1998, 1998, 1998, 1991, 1994, 1382, + 2943, 1994, 2000, 2000, 2000, 1994, 2000, 2950, 2944, 2000, + 2003, 2003, 2003, 2004, 2004, 2004, 2937, 2004, 2951, 2941, + 2004, 2007, 2007, 2007, 2008, 2008, 2008, 1975, 2003, 2016, + 2016, 2016, 1376, 1375, 2019, 2019, 2019, 2943, 2019, 2007, + + 1991, 2019, 2008, 2022, 2022, 2022, 2025, 2025, 2025, 2030, + 2030, 2030, 2032, 2032, 2032, 2950, 2003, 2044, 2044, 2044, + 2022, 2033, 2033, 2033, 2025, 2033, 2951, 2030, 2033, 2032, + 2046, 2046, 2046, 2945, 1373, 2008, 2047, 2047, 2047, 2048, + 2048, 2048, 2049, 2049, 2049, 2050, 2050, 2050, 2046, 2051, + 2051, 2051, 2947, 2047, 2056, 2056, 2056, 2048, 2032, 2954, + 2049, 2947, 2948, 2050, 1366, 2945, 2051, 2052, 2052, 2052, + 2949, 2052, 2056, 2954, 2052, 2053, 2053, 2053, 2054, 2054, + 2054, 1365, 2050, 2055, 2055, 2055, 2057, 2057, 2057, 2058, + 2058, 2058, 2053, 1360, 2948, 2054, 2059, 2059, 2059, 2048, + + 2055, 1359, 2949, 2049, 2061, 2061, 2061, 2058, 2064, 2064, + 2064, 2066, 2066, 2066, 2059, 2065, 2065, 2065, 2069, 2069, + 2069, 2952, 2061, 2070, 2070, 2070, 2071, 2071, 2071, 2054, + 2075, 2075, 2075, 2065, 2055, 2078, 2078, 2078, 2079, 2079, + 2079, 1358, 2079, 1357, 1356, 2079, 2953, 1355, 2075, 2091, + 2091, 2091, 2078, 2952, 1354, 2058, 2080, 2080, 2080, 2107, + 2107, 2107, 2108, 2108, 2108, 1351, 2061, 2091, 2110, 2110, + 2110, 1350, 1347, 2080, 2117, 2117, 2117, 2107, 2953, 1342, + 2108, 2118, 2118, 2118, 1339, 1336, 2110, 2121, 2121, 2121, + 1327, 2117, 2122, 2122, 2122, 1325, 2122, 1324, 1318, 2122, + + 2124, 2124, 2124, 1317, 2121, 2125, 2125, 2125, 1315, 2091, + 1314, 2080, 2129, 2129, 2129, 1313, 1312, 2124, 2131, 2131, + 2131, 1311, 1310, 2125, 1309, 2107, 2132, 2132, 2132, 2129, + 2132, 1308, 1306, 2132, 1305, 2131, 2140, 2140, 2140, 2142, + 2142, 2142, 2144, 2144, 2144, 2146, 2146, 2146, 2147, 2147, + 2147, 1303, 2147, 2140, 1302, 2147, 2148, 2148, 2148, 1300, + 2144, 1298, 2146, 2149, 2149, 2149, 1297, 2150, 2150, 2150, + 1296, 2151, 2151, 2151, 2148, 2151, 1295, 1294, 2151, 1292, + 1291, 2149, 2154, 2154, 2154, 2150, 2155, 2155, 2155, 1290, + 2155, 1289, 1280, 2155, 2156, 2156, 2156, 1265, 1264, 2154, + + 2157, 2157, 2157, 2158, 2158, 2158, 2160, 2160, 2160, 1259, + 1258, 2156, 1257, 1255, 2161, 2161, 2161, 2157, 2165, 2165, + 2165, 2158, 2172, 2172, 2172, 2176, 2176, 2176, 1248, 1247, + 2149, 2150, 2161, 2173, 2173, 2173, 2165, 2173, 1229, 2172, + 2173, 1224, 2176, 2187, 2187, 2187, 2205, 2205, 2205, 2206, + 2206, 2206, 2209, 2209, 2209, 2212, 2212, 2212, 2213, 2213, + 2213, 2187, 2213, 1221, 2205, 2213, 1220, 2206, 1217, 2209, + 1212, 1203, 2212, 2216, 2216, 2216, 1202, 2216, 1201, 1197, + 2216, 2220, 2220, 2220, 1189, 1184, 2176, 2221, 2221, 2221, + 1183, 2221, 1177, 1176, 2221, 2223, 2223, 2223, 2220, 2224, + + 2224, 2224, 1175, 2187, 2225, 2225, 2225, 1174, 2225, 1169, + 1168, 2225, 2223, 2226, 2226, 2226, 2224, 2205, 2227, 2227, + 2227, 1167, 2227, 1166, 1165, 2227, 2235, 2235, 2235, 1164, + 2226, 2236, 2236, 2236, 1163, 2236, 1153, 1152, 2236, 2237, + 2237, 2237, 1151, 2235, 2238, 2238, 2238, 2239, 2239, 2239, + 1150, 2239, 1149, 1148, 2239, 1143, 2237, 2242, 2242, 2242, + 1142, 2238, 2244, 2244, 2244, 2245, 2245, 2245, 1137, 2246, + 2246, 2246, 1136, 2246, 1117, 2242, 2246, 2249, 2249, 2249, + 2244, 1113, 1107, 2245, 2250, 2250, 2250, 1103, 2250, 1102, + 1101, 2250, 1100, 1099, 2249, 2251, 2251, 2251, 2252, 2252, + + 2252, 1098, 2252, 1097, 1096, 2252, 2253, 2253, 2253, 2259, + 2259, 2259, 2251, 2263, 2263, 2263, 2264, 2264, 2264, 1095, + 2264, 1094, 1093, 2264, 2253, 1088, 2245, 1080, 2244, 1078, + 2263, 2271, 2271, 2271, 2282, 2282, 2282, 2298, 2298, 2298, + 2300, 2300, 2300, 2301, 2301, 2301, 1072, 1070, 2271, 2302, + 2302, 2302, 2282, 1061, 1056, 2303, 2303, 2303, 2300, 2303, + 2301, 1045, 2303, 2304, 2304, 2304, 2302, 2304, 1043, 1042, + 2304, 2310, 2310, 2310, 1041, 2310, 1039, 1038, 2310, 2314, + 2314, 2314, 2349, 2349, 2349, 2282, 2315, 2315, 2315, 2301, + 2315, 2271, 1037, 2315, 1036, 1035, 2314, 2316, 2316, 2316, + + 1034, 2316, 2300, 1032, 2316, 2319, 2319, 2319, 2320, 2320, + 2320, 1031, 2320, 1030, 1029, 2320, 2322, 2322, 2322, 2324, + 2324, 2324, 2319, 2324, 1028, 1027, 2324, 2327, 2327, 2327, + 2328, 2328, 2328, 2322, 2328, 1026, 1025, 2328, 2329, 2329, + 2329, 2330, 2330, 2330, 2327, 2330, 1024, 1023, 2330, 2337, + 2337, 2337, 2338, 2338, 2338, 2329, 2339, 2339, 2339, 1022, + 2339, 1021, 1015, 2339, 2342, 2342, 2342, 2337, 2342, 1014, + 2338, 2342, 2347, 2347, 2347, 2350, 2350, 2350, 2353, 2353, + 2353, 1013, 2353, 1010, 1009, 2353, 2364, 2364, 2364, 2347, + 2347, 2373, 2373, 2373, 2389, 2389, 2389, 2390, 2390, 2390, + + 2337, 1008, 1006, 2364, 2391, 2391, 2391, 1002, 999, 2373, + 2392, 2392, 2392, 2393, 2393, 2393, 990, 2393, 989, 2338, + 2393, 986, 2391, 985, 2395, 2395, 2395, 2392, 2395, 984, + 983, 2395, 2402, 2402, 2402, 982, 2402, 968, 961, 2402, + 2373, 2405, 2405, 2405, 953, 2405, 952, 951, 2405, 2409, + 2409, 2409, 2410, 2410, 2410, 2391, 2410, 948, 943, 2410, + 2412, 2412, 2412, 940, 2412, 939, 2409, 2412, 2415, 2415, + 2415, 935, 2415, 933, 930, 2415, 2424, 2424, 2424, 2425, + 2425, 2425, 2431, 2431, 2431, 2432, 2432, 2432, 2433, 2433, + 2433, 929, 2433, 928, 2424, 2433, 927, 2425, 926, 2431, + + 2431, 925, 2432, 2432, 924, 920, 2433, 2434, 2434, 2434, + 2435, 2435, 2435, 2436, 2436, 2436, 2437, 2437, 2437, 2446, + 2446, 2446, 2447, 2447, 2447, 916, 2447, 915, 914, 2447, + 2456, 2456, 2456, 2471, 2471, 2471, 2446, 2472, 2472, 2472, + 2473, 2473, 2473, 911, 910, 2425, 907, 906, 2456, 2474, + 2474, 2474, 905, 2474, 902, 901, 2474, 898, 2473, 2480, + 2480, 2480, 2482, 2482, 2482, 2483, 2483, 2483, 893, 2483, + 890, 887, 2483, 2486, 2486, 2486, 2480, 886, 883, 2482, + 2501, 2501, 2501, 2503, 2503, 2503, 2509, 2509, 2509, 882, + 2486, 881, 880, 2510, 2510, 2510, 2456, 2510, 2501, 879, + + 2510, 2503, 877, 2509, 2509, 2511, 2511, 2511, 876, 2511, + 875, 2510, 2511, 2514, 2514, 2514, 2515, 2515, 2515, 2516, + 2516, 2516, 874, 2511, 2525, 2525, 2525, 873, 2525, 869, + 864, 2525, 863, 862, 2503, 2512, 2512, 2512, 2512, 2512, + 2512, 2512, 2512, 2512, 861, 858, 2512, 2534, 2534, 2534, + 857, 2512, 2512, 2512, 2512, 2512, 2545, 2545, 2545, 2546, + 2546, 2546, 2551, 2551, 2551, 2534, 2552, 2552, 2552, 856, + 2552, 854, 850, 2552, 2554, 2554, 2554, 2546, 846, 2551, + 2512, 2512, 2513, 2513, 2513, 2513, 2513, 2513, 2513, 2513, + 2513, 2554, 845, 2513, 2556, 2556, 2556, 842, 2513, 2513, + + 2513, 2513, 2513, 2555, 2555, 2555, 839, 2555, 838, 837, + 2555, 2556, 2557, 2557, 2557, 836, 2557, 835, 834, 2557, + 2570, 2570, 2570, 2595, 2595, 2595, 832, 2513, 2513, 2576, + 2576, 2576, 831, 2576, 830, 829, 2576, 828, 2570, 827, + 826, 2595, 2630, 2630, 2630, 825, 824, 2576, 2579, 2579, + 2579, 2579, 2579, 2579, 2579, 2579, 2579, 823, 822, 2579, + 2630, 821, 820, 819, 2579, 2579, 2579, 2579, 2579, 2608, + 2608, 2608, 818, 2608, 817, 816, 2608, 2612, 2612, 2612, + 815, 2612, 811, 810, 2612, 2615, 2615, 2615, 808, 2615, + 807, 806, 2615, 2579, 2579, 2580, 2580, 2580, 2580, 2580, + + 2580, 2580, 2580, 2580, 805, 804, 2580, 2642, 2642, 2642, + 800, 2580, 2580, 2580, 2580, 2580, 2659, 2659, 2659, 2660, + 2660, 2660, 2661, 2661, 2661, 2642, 2642, 2666, 2666, 2666, + 2677, 2677, 2677, 2659, 798, 797, 2660, 796, 795, 2661, + 2580, 2580, 791, 787, 2666, 2681, 2681, 2681, 2677, 2692, + 2692, 2692, 2693, 2693, 2693, 786, 2693, 783, 782, 2693, + 2694, 2694, 2694, 2681, 781, 780, 2692, 2695, 2695, 2695, + 779, 2695, 778, 777, 2695, 774, 773, 2694, 2696, 2696, + 2696, 2697, 2697, 2697, 772, 2697, 771, 768, 2697, 2704, + 2704, 2704, 2714, 2714, 2714, 2696, 2681, 2705, 2705, 2705, + + 767, 2705, 766, 763, 2705, 761, 2704, 2724, 2724, 2724, + 2714, 2724, 758, 757, 2724, 2727, 2727, 2727, 756, 2727, + 755, 754, 2727, 2730, 2730, 2730, 751, 2730, 750, 2714, + 2730, 2739, 2739, 2739, 749, 2739, 748, 747, 2739, 2846, + 2846, 2846, 2855, 2855, 2855, 744, 2855, 743, 742, 2855, + 2956, 2956, 2956, 2957, 2957, 2957, 741, 2846, 739, 736, + 2855, 734, 731, 730, 729, 728, 726, 725, 2956, 724, + 721, 2957, 2960, 2960, 2960, 2960, 2960, 2960, 2960, 2960, + 2960, 2961, 2961, 2961, 2961, 2961, 2961, 2961, 2961, 2961, + 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2962, 2963, + + 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2963, 2964, 2964, + 2964, 2964, 2964, 2964, 2964, 2964, 2964, 2965, 2965, 2965, + 2965, 2965, 2965, 2965, 2965, 2965, 2966, 2966, 2966, 2966, + 2966, 2966, 2966, 2966, 2966, 2967, 2967, 2967, 2967, 2967, + 2967, 2967, 2967, 2967, 2968, 2968, 2968, 2968, 2968, 2968, + 2968, 2968, 2968, 2969, 2969, 2969, 2969, 2969, 2969, 2969, + 2969, 2969, 2970, 2970, 2970, 2970, 2970, 2970, 2970, 2970, + 2970, 2971, 2971, 2971, 2971, 2971, 2971, 2971, 2971, 2971, + 2972, 2972, 2972, 2972, 2972, 2972, 2972, 2972, 2972, 2973, + 2973, 2973, 2973, 2973, 2973, 2973, 2973, 2973, 2974, 2974, + + 2974, 2974, 2974, 2974, 2974, 2974, 2974, 2975, 2975, 2975, + 2975, 2975, 2975, 2975, 2975, 2975, 2976, 2976, 2976, 2976, + 2976, 2976, 2976, 2976, 2976, 2977, 2977, 2977, 2977, 2977, + 2977, 2977, 2977, 2977, 2978, 2978, 2978, 2978, 2978, 2978, + 2978, 2978, 2978, 2979, 2979, 2979, 2979, 2979, 2979, 2979, + 2979, 2979, 2980, 2980, 2980, 2980, 2980, 2980, 2980, 2980, + 2980, 2981, 2981, 2981, 2981, 2981, 2981, 2981, 2981, 2981, + 2982, 2982, 2982, 2982, 2982, 2982, 2982, 2982, 2982, 2983, + 2983, 2983, 2983, 2983, 2983, 2983, 2983, 2983, 2984, 2984, + 2984, 2984, 2984, 2984, 2984, 2984, 2984, 2985, 2985, 2985, + + 2985, 2985, 2985, 2985, 2985, 2985, 2986, 2986, 2986, 2986, + 2986, 2986, 2986, 2986, 2986, 2987, 2987, 2987, 2987, 2987, + 2987, 2987, 2987, 2987, 2988, 2988, 2988, 2988, 2988, 2988, + 2988, 2988, 2988, 2989, 2989, 2989, 2989, 2989, 2989, 2989, + 2989, 2989, 2990, 2990, 2990, 2990, 2990, 2990, 2990, 2990, + 2990, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, 2991, + 2992, 2992, 2992, 2992, 2992, 2992, 2992, 2992, 2992, 2993, + 2993, 2993, 2993, 2993, 2993, 2993, 2993, 2993, 2994, 2994, + 2994, 2994, 2994, 2994, 2994, 2994, 2994, 2995, 2995, 2995, + 2995, 2995, 2995, 2995, 2995, 2995, 2996, 2996, 2996, 2996, + + 2996, 2996, 2996, 2996, 2996, 2997, 2997, 2997, 2997, 2997, + 2997, 2997, 2997, 2997, 2998, 2998, 2998, 2998, 2998, 2998, + 2998, 2998, 2998, 2999, 2999, 2999, 2999, 2999, 2999, 2999, + 2999, 2999, 3000, 3000, 3000, 3000, 3000, 3000, 3000, 3000, + 3000, 3001, 3001, 3001, 3001, 3001, 3001, 3001, 3001, 3001, + 3002, 3002, 3002, 3002, 3002, 3002, 3002, 3002, 3002, 3003, + 3003, 3003, 3003, 3003, 3003, 3003, 3003, 3003, 3004, 3004, + 3004, 3004, 3004, 3004, 3004, 3004, 3004, 3005, 3005, 3005, + 3005, 3005, 3005, 3005, 3005, 3005, 3006, 3006, 3006, 3006, + 3006, 3006, 3006, 3006, 3006, 3007, 3007, 3007, 3007, 3007, + + 3007, 3007, 3007, 3007, 3008, 3008, 3008, 3008, 3008, 3008, + 3008, 3008, 3008, 3009, 3009, 3009, 3009, 3009, 3009, 3009, + 3009, 3009, 3010, 3010, 3010, 3010, 3010, 3010, 3010, 3010, + 3010, 3011, 3011, 3011, 3011, 3011, 3011, 3011, 3011, 3011, + 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3012, 3013, + 3013, 3013, 720, 719, 718, 3013, 3014, 3014, 3014, 717, + 716, 715, 3014, 3015, 3015, 3015, 714, 713, 711, 3015, + 3016, 3016, 3016, 709, 708, 704, 3016, 3017, 3017, 3017, + 703, 702, 699, 3017, 3018, 3018, 3018, 696, 695, 694, + 3018, 3019, 3019, 3019, 691, 690, 686, 3019, 3020, 3020, + + 3020, 685, 683, 680, 3020, 3021, 3021, 3021, 679, 678, + 676, 3021, 3022, 3022, 3022, 671, 670, 669, 3022, 3023, + 3023, 3023, 668, 666, 665, 3023, 3024, 3024, 3024, 664, + 663, 662, 3024, 3025, 3025, 3025, 661, 657, 656, 3025, + 3026, 3026, 3026, 655, 654, 650, 3026, 3027, 3027, 3027, + 649, 648, 647, 3027, 3028, 3028, 3028, 646, 645, 644, + 3028, 3029, 3029, 3029, 642, 639, 638, 3029, 3030, 3030, + 3030, 636, 634, 631, 3030, 3031, 3031, 3031, 630, 624, + 622, 3031, 3032, 3032, 3032, 620, 617, 616, 3032, 3033, + 3033, 3033, 612, 611, 610, 3033, 3034, 3034, 3034, 608, + + 607, 606, 3034, 3035, 3035, 3035, 605, 604, 601, 3035, + 3036, 3036, 3036, 600, 599, 598, 3036, 3037, 3037, 3037, + 3037, 3037, 3037, 3037, 597, 3037, 3038, 3038, 3038, 591, + 590, 588, 3038, 3039, 582, 581, 577, 3039, 3040, 3040, + 3040, 570, 566, 560, 3040, 3041, 556, 552, 548, 3041, + 3042, 3042, 3042, 547, 546, 545, 3042, 3043, 544, 540, + 536, 3043, 3044, 3044, 3044, 533, 532, 531, 3044, 3045, + 527, 523, 520, 3045, 3046, 3046, 3046, 519, 515, 509, + 3046, 3047, 508, 504, 500, 3047, 3048, 3048, 3048, 496, + 495, 491, 3048, 3049, 488, 487, 482, 3049, 3050, 3050, + + 3050, 478, 470, 469, 3050, 3051, 468, 464, 458, 3051, + 3052, 3052, 3052, 457, 453, 447, 3052, 3053, 446, 445, + 444, 3053, 3054, 3054, 3054, 443, 442, 441, 3054, 3055, + 437, 428, 427, 3055, 3056, 3056, 3056, 426, 424, 420, + 3056, 3057, 416, 412, 411, 3057, 3058, 3058, 3058, 410, + 409, 408, 3058, 3059, 404, 398, 397, 3059, 3060, 3060, + 3060, 393, 387, 386, 3060, 3061, 382, 375, 374, 3061, + 3062, 3062, 3062, 373, 369, 362, 3062, 3063, 361, 360, + 359, 3063, 3064, 3064, 3064, 355, 351, 346, 3064, 3065, + 338, 337, 333, 3065, 3066, 3066, 3066, 327, 326, 325, + + 3066, 3067, 321, 312, 310, 3067, 3068, 3068, 3068, 309, + 305, 302, 3068, 3069, 300, 299, 298, 3069, 3070, 3070, + 3070, 294, 290, 287, 3070, 3071, 283, 280, 279, 3071, + 3072, 3072, 3072, 271, 267, 263, 3072, 3073, 262, 261, + 255, 3073, 3074, 3074, 3074, 254, 252, 249, 3074, 3075, + 237, 0, 0, 3075, 3076, 3076, 3076, 0, 0, 0, + 3076, 3077, 0, 0, 0, 3077, 3078, 3078, 3078, 0, + 0, 0, 3078, 3079, 0, 0, 0, 3079, 3080, 3080, + 3080, 0, 0, 0, 3080, 3081, 0, 0, 0, 3081, + 3082, 3082, 3082, 0, 0, 0, 3082, 3083, 0, 0, + + 0, 3083, 3084, 3084, 3084, 0, 0, 0, 3084, 3085, + 0, 0, 0, 3085, 3086, 3086, 3086, 3086, 3086, 3086, + 3086, 3086, 3086, 3087, 0, 0, 0, 0, 3087, 3088, + 3088, 3088, 0, 0, 0, 3088, 3089, 3089, 3089, 3089, + 0, 0, 3089, 3089, 3090, 3090, 3090, 0, 0, 0, + 3090, 3091, 3091, 3091, 3091, 0, 0, 3091, 3091, 3092, + 3092, 3092, 0, 0, 0, 3092, 3093, 3093, 3093, 3093, + 0, 0, 3093, 3093, 3094, 3094, 3094, 0, 0, 0, + 3094, 3095, 3095, 3095, 3095, 0, 0, 3095, 3095, 3096, + 3096, 3096, 0, 0, 0, 3096, 3097, 3097, 3097, 3097, + + 0, 0, 3097, 3097, 3098, 3098, 3098, 0, 0, 0, + 3098, 3099, 3099, 3099, 3099, 0, 0, 3099, 3099, 3100, + 3100, 3100, 0, 0, 0, 3100, 3101, 3101, 3101, 3101, + 0, 0, 3101, 3101, 3102, 3102, 3102, 0, 0, 0, + 3102, 3103, 3103, 3103, 3103, 0, 0, 3103, 3103, 3104, + 3104, 3104, 0, 0, 0, 3104, 3105, 3105, 3105, 3105, + 0, 0, 3105, 3105, 3106, 3106, 3106, 0, 0, 0, + 3106, 3107, 3107, 3107, 3107, 0, 0, 3107, 3107, 3108, + 3108, 3108, 0, 0, 0, 3108, 3109, 3109, 3109, 3109, + 0, 0, 3109, 3109, 3110, 3110, 3110, 0, 0, 0, + + 3110, 3111, 3111, 3111, 3111, 0, 0, 3111, 3111, 3112, + 3112, 3112, 0, 0, 0, 3112, 3113, 3113, 3113, 3113, + 0, 0, 3113, 3113, 3114, 3114, 3114, 0, 0, 0, + 3114, 3115, 3115, 3115, 3115, 0, 0, 3115, 3115, 3116, + 3116, 3116, 0, 0, 0, 3116, 3117, 3117, 3117, 3117, + 0, 0, 3117, 3117, 3118, 3118, 3118, 3118, 0, 3118, + 0, 3118, 3119, 3119, 3119, 3119, 0, 0, 3119, 3119, + 3120, 3120, 3120, 3120, 0, 3120, 0, 3120, 3121, 3121, + 3121, 3121, 0, 0, 3121, 3121, 3122, 3122, 3122, 0, + 0, 0, 3122, 3123, 3123, 3123, 3123, 0, 0, 3123, + + 3123, 3124, 3124, 3124, 3124, 0, 3124, 0, 3124, 3125, + 3125, 3125, 3125, 0, 0, 3125, 3125, 3126, 3126, 3126, + 3126, 0, 3126, 0, 3126, 3127, 3127, 3127, 3127, 0, + 0, 3127, 3127, 3128, 3128, 3128, 0, 0, 0, 3128, + 3129, 3129, 3129, 3129, 0, 0, 3129, 3129, 3130, 3130, + 3130, 0, 0, 0, 3130, 3131, 3131, 3131, 3131, 0, + 0, 3131, 3131, 3132, 3132, 3132, 3132, 0, 0, 3132, + 3132, 3133, 3133, 3133, 0, 0, 0, 3133, 3134, 3134, + 3134, 3134, 0, 0, 3134, 3134, 3135, 3135, 3135, 3135, + 3135, 3135, 3135, 3135, 3135, 3136, 0, 3136, 0, 0, + + 3136, 3137, 3137, 3137, 0, 0, 0, 3137, 3138, 3138, + 3138, 3138, 0, 0, 3138, 3138, 3139, 3139, 3139, 3139, + 0, 3139, 0, 3139, 3140, 3140, 3140, 3140, 0, 0, + 3140, 3140, 3141, 3141, 3141, 3141, 0, 3141, 0, 3141, + 3142, 3142, 3142, 3142, 0, 0, 3142, 3142, 3143, 3143, + 3143, 0, 0, 0, 3143, 3144, 3144, 3144, 3144, 0, + 0, 3144, 3144, 3145, 3145, 3145, 0, 0, 0, 3145, + 3146, 3146, 3146, 3146, 0, 0, 3146, 3146, 3147, 3147, + 3147, 0, 0, 0, 3147, 3148, 3148, 3148, 3148, 0, + 0, 3148, 3148, 3149, 3149, 3149, 0, 0, 0, 3149, + + 3150, 3150, 3150, 3150, 0, 0, 3150, 3150, 3151, 3151, + 3151, 0, 0, 0, 3151, 3152, 3152, 3152, 3152, 0, + 0, 3152, 3152, 3153, 3153, 3153, 3153, 0, 3153, 0, + 3153, 3154, 3154, 3154, 3154, 0, 0, 3154, 3154, 3155, + 3155, 3155, 3155, 0, 3155, 0, 3155, 3156, 3156, 3156, + 3156, 0, 0, 3156, 3156, 3157, 3157, 3157, 0, 0, + 0, 3157, 3158, 3158, 3158, 3158, 0, 0, 3158, 3158, + 3159, 3159, 3159, 0, 0, 0, 3159, 3160, 3160, 3160, + 3160, 0, 0, 3160, 3160, 3161, 3161, 3161, 0, 0, + 0, 3161, 3162, 3162, 3162, 3162, 0, 0, 3162, 3162, + + 3163, 3163, 3163, 0, 0, 0, 3163, 3164, 3164, 3164, + 3164, 0, 0, 3164, 3164, 3165, 3165, 3165, 0, 0, + 0, 3165, 3166, 3166, 3166, 3166, 0, 0, 3166, 3166, + 3167, 3167, 3167, 0, 0, 0, 3167, 3168, 3168, 3168, + 3168, 0, 0, 3168, 3168, 3169, 3169, 3169, 0, 0, + 0, 3169, 3170, 3170, 3170, 3170, 0, 0, 3170, 3170, + 3171, 3171, 3171, 0, 0, 0, 3171, 3172, 3172, 3172, + 3172, 0, 0, 3172, 3172, 3173, 3173, 3173, 3173, 0, + 0, 3173, 3173, 3174, 3174, 3174, 0, 0, 0, 3174, + 3175, 3175, 3175, 3175, 0, 0, 3175, 3175, 3176, 3176, + + 3176, 0, 0, 0, 3176, 3177, 3177, 3177, 3177, 0, + 0, 3177, 3177, 3178, 3178, 3178, 0, 0, 0, 3178, + 3179, 3179, 3179, 3179, 0, 0, 3179, 3179, 3180, 3180, + 3180, 3180, 0, 0, 3180, 3180, 3181, 3181, 3181, 0, + 0, 0, 3181, 3182, 3182, 3182, 3182, 0, 0, 3182, + 3182, 3183, 3183, 3183, 3183, 3183, 3183, 3183, 3183, 3183, + 3184, 3184, 3184, 3184, 3184, 3184, 3184, 3184, 3184, 3185, + 3185, 3185, 0, 0, 0, 3185, 3186, 3186, 3186, 3186, + 0, 0, 3186, 3186, 3187, 3187, 3187, 3187, 0, 0, + 3187, 3187, 3188, 3188, 3188, 0, 0, 0, 3188, 3189, + + 3189, 3189, 3189, 0, 0, 3189, 3189, 3190, 3190, 3190, + 0, 0, 0, 3190, 3191, 3191, 3191, 3191, 0, 0, + 3191, 3191, 3192, 3192, 3192, 0, 0, 0, 3192, 3193, + 3193, 3193, 3193, 0, 0, 3193, 3193, 3194, 3194, 3194, + 0, 0, 0, 3194, 3195, 3195, 3195, 0, 0, 0, + 3195, 3196, 3196, 3196, 3196, 0, 0, 3196, 3196, 3197, + 3197, 3197, 0, 0, 0, 3197, 3198, 3198, 3198, 3198, + 0, 0, 3198, 3198, 3199, 3199, 3199, 3199, 0, 0, + 3199, 3199, 3200, 3200, 3200, 0, 0, 0, 3200, 3201, + 3201, 3201, 3201, 0, 0, 3201, 3201, 3202, 3202, 3202, + + 0, 0, 0, 3202, 3203, 3203, 3203, 3203, 0, 0, + 3203, 3203, 3204, 3204, 3204, 0, 0, 0, 3204, 3205, + 3205, 3205, 3205, 0, 0, 3205, 3205, 3206, 3206, 3206, + 0, 0, 0, 3206, 3207, 3207, 3207, 3207, 0, 0, + 3207, 3207, 3208, 3208, 3208, 0, 0, 0, 3208, 3209, + 3209, 3209, 3209, 0, 0, 3209, 3209, 3210, 3210, 3210, + 0, 0, 0, 3210, 3211, 3211, 3211, 3211, 0, 0, + 3211, 3211, 3212, 3212, 3212, 0, 0, 0, 3212, 3213, + 3213, 3213, 3213, 0, 0, 3213, 3213, 3214, 3214, 3214, + 0, 0, 0, 3214, 3215, 3215, 3215, 3215, 0, 0, + + 3215, 3215, 3216, 3216, 3216, 0, 0, 0, 3216, 3217, + 3217, 3217, 3217, 0, 0, 3217, 3217, 3218, 3218, 3218, + 3218, 0, 0, 3218, 3218, 3219, 3219, 3219, 0, 0, + 0, 3219, 3220, 3220, 3220, 3220, 0, 0, 3220, 3220, + 3221, 3221, 3221, 0, 0, 0, 3221, 3222, 3222, 3222, + 3222, 0, 0, 3222, 3222, 3223, 3223, 3223, 3223, 0, + 3223, 0, 3223, 3224, 3224, 3224, 3224, 0, 0, 3224, + 3224, 3225, 3225, 3225, 3225, 0, 0, 3225, 3225, 3226, + 3226, 3226, 3226, 0, 3226, 0, 3226, 3227, 3227, 3227, + 3227, 0, 0, 3227, 3227, 3228, 3228, 3228, 3228, 3228, + + 3228, 3228, 3228, 3228, 3229, 3229, 3229, 3229, 3229, 3229, + 3229, 3229, 3229, 3230, 3230, 3230, 0, 0, 0, 3230, + 3231, 3231, 3231, 3231, 0, 0, 3231, 3231, 3232, 3232, + 3232, 3232, 0, 0, 3232, 3232, 3233, 3233, 3233, 0, + 0, 0, 3233, 3234, 3234, 3234, 3234, 0, 0, 3234, + 3234, 3235, 3235, 3235, 0, 0, 0, 3235, 3236, 3236, + 3236, 3236, 0, 0, 3236, 3236, 3237, 3237, 3237, 0, + 0, 0, 3237, 3238, 3238, 3238, 3238, 0, 0, 3238, + 3238, 3239, 3239, 3239, 0, 0, 0, 3239, 3240, 3240, + 3240, 0, 0, 0, 3240, 3241, 3241, 3241, 3241, 0, + + 0, 3241, 3241, 3242, 3242, 3242, 0, 0, 0, 3242, + 3243, 3243, 3243, 3243, 0, 0, 3243, 3243, 3244, 3244, + 3244, 3244, 0, 0, 3244, 3244, 3245, 3245, 3245, 3245, + 0, 3245, 0, 3245, 3246, 3246, 3246, 3246, 0, 0, + 3246, 3246, 3247, 3247, 3247, 0, 0, 0, 3247, 3248, + 3248, 3248, 3248, 0, 0, 3248, 3248, 3249, 3249, 3249, + 0, 0, 0, 3249, 3250, 3250, 3250, 3250, 0, 0, + 3250, 3250, 3251, 3251, 3251, 0, 0, 0, 3251, 3252, + 3252, 3252, 3252, 0, 0, 3252, 3252, 3253, 3253, 3253, + 0, 0, 0, 3253, 3254, 3254, 3254, 3254, 0, 0, + + 3254, 3254, 3255, 3255, 3255, 0, 0, 0, 3255, 3256, + 3256, 3256, 3256, 0, 0, 3256, 3256, 3257, 3257, 3257, + 0, 0, 0, 3257, 3258, 3258, 3258, 3258, 0, 0, + 3258, 3258, 3259, 3259, 3259, 3259, 0, 3259, 0, 3259, + 3260, 3260, 3260, 3260, 0, 0, 3260, 3260, 3261, 3261, + 3261, 0, 0, 0, 3261, 3262, 3262, 3262, 3262, 0, + 0, 3262, 3262, 3263, 3263, 3263, 3263, 0, 0, 3263, + 3263, 3264, 3264, 3264, 3264, 0, 3264, 0, 3264, 3265, + 3265, 3265, 3265, 0, 0, 3265, 3265, 3266, 3266, 3266, + 0, 0, 0, 3266, 3267, 3267, 3267, 3267, 0, 0, + + 3267, 3267, 3268, 3268, 3268, 3268, 0, 0, 3268, 3268, + 3269, 3269, 3269, 3269, 0, 0, 3269, 3269, 3270, 3270, + 3270, 3270, 0, 0, 3270, 3270, 3271, 3271, 3271, 3271, + 3271, 3271, 3271, 3271, 3271, 3272, 3272, 3272, 3272, 3272, + 3272, 3272, 3272, 3272, 3273, 3273, 3273, 3273, 0, 3273, + 0, 3273, 3274, 3274, 3274, 3274, 0, 0, 3274, 3274, + 3275, 3275, 3275, 3275, 0, 0, 3275, 3275, 3276, 3276, + 3276, 0, 0, 0, 3276, 3277, 3277, 3277, 3277, 0, + 0, 3277, 3277, 3278, 3278, 3278, 0, 0, 0, 3278, + 3279, 3279, 3279, 3279, 0, 0, 3279, 3279, 3280, 3280, + + 3280, 3280, 0, 3280, 0, 3280, 3281, 3281, 3281, 3281, + 0, 0, 3281, 3281, 3282, 3282, 3282, 3282, 0, 3282, + 0, 3282, 3283, 3283, 3283, 3283, 0, 3283, 0, 3283, + 3284, 3284, 3284, 3284, 0, 0, 3284, 3284, 3285, 3285, + 3285, 3285, 0, 3285, 0, 3285, 3286, 3286, 3286, 3286, + 0, 0, 3286, 3286, 3287, 3287, 3287, 3287, 0, 0, + 3287, 3287, 3288, 3288, 3288, 3288, 0, 0, 3288, 3288, + 3289, 3289, 3289, 0, 0, 0, 3289, 3290, 3290, 3290, + 0, 0, 0, 3290, 3291, 3291, 3291, 3291, 0, 0, + 3291, 3291, 3292, 3292, 3292, 0, 0, 0, 3292, 3293, + + 3293, 3293, 0, 0, 0, 3293, 3294, 3294, 3294, 3294, + 0, 0, 3294, 3294, 3295, 3295, 3295, 0, 0, 0, + 3295, 3296, 3296, 3296, 0, 0, 0, 3296, 3297, 3297, + 3297, 3297, 0, 0, 3297, 3297, 3298, 3298, 3298, 0, + 0, 0, 3298, 3299, 3299, 3299, 3299, 0, 0, 3299, + 3299, 3300, 3300, 3300, 0, 0, 0, 3300, 3301, 3301, + 3301, 3301, 0, 0, 3301, 3301, 3302, 3302, 3302, 3302, + 0, 0, 3302, 3302, 3303, 3303, 3303, 3303, 0, 0, + 3303, 3303, 3304, 3304, 3304, 0, 0, 0, 3304, 3305, + 3305, 3305, 3305, 0, 0, 3305, 3305, 3306, 3306, 3306, + + 3306, 0, 0, 3306, 3306, 3307, 3307, 3307, 3307, 0, + 0, 3307, 3307, 3308, 3308, 3308, 3308, 3308, 3308, 3308, + 3308, 3308, 3309, 3309, 3309, 3309, 3309, 3309, 3309, 3309, + 3309, 3310, 3310, 3310, 3310, 0, 0, 3310, 3310, 3311, + 3311, 3311, 3311, 0, 0, 3311, 3311, 3312, 3312, 3312, + 0, 0, 0, 3312, 3313, 3313, 3313, 0, 0, 0, + 3313, 3314, 3314, 3314, 3314, 0, 0, 3314, 3314, 3315, + 3315, 3315, 3315, 0, 0, 3315, 3315, 3316, 3316, 3316, + 3316, 0, 0, 3316, 3316, 3317, 3317, 3317, 3317, 0, + 0, 3317, 3317, 3318, 3318, 3318, 3318, 0, 0, 3318, + + 3318, 3319, 3319, 3319, 0, 0, 0, 3319, 3320, 3320, + 3320, 0, 0, 0, 3320, 3321, 3321, 3321, 3321, 0, + 0, 3321, 3321, 3322, 3322, 3322, 0, 0, 0, 3322, + 3323, 3323, 3323, 0, 0, 0, 3323, 3324, 3324, 3324, + 3324, 0, 0, 3324, 3324, 3325, 3325, 3325, 0, 0, + 0, 3325, 3326, 3326, 3326, 0, 0, 0, 3326, 3327, + 3327, 3327, 0, 0, 0, 3327, 3328, 3328, 3328, 3328, + 0, 0, 3328, 3328, 3329, 3329, 3329, 0, 0, 0, + 3329, 3330, 3330, 3330, 3330, 0, 0, 3330, 3330, 3331, + 3331, 3331, 3331, 0, 0, 3331, 3331, 3332, 3332, 3332, + + 3332, 0, 0, 3332, 3332, 3333, 3333, 3333, 3333, 0, + 3333, 0, 3333, 3334, 3334, 3334, 3334, 0, 0, 3334, + 3334, 3335, 3335, 3335, 3335, 0, 0, 3335, 3335, 3336, + 3336, 3336, 3336, 0, 0, 3336, 3336, 3337, 3337, 3337, + 3337, 3337, 3337, 3337, 3337, 3337, 3338, 3338, 3338, 3338, + 3338, 3338, 3338, 3338, 3338, 3339, 3339, 3339, 3339, 0, + 0, 3339, 3339, 3340, 3340, 3340, 3340, 0, 0, 3340, + 3340, 3341, 3341, 3341, 0, 0, 0, 3341, 3342, 3342, + 3342, 3342, 0, 3342, 0, 3342, 3343, 3343, 3343, 3343, + 0, 0, 3343, 3343, 3344, 3344, 3344, 3344, 0, 0, + + 3344, 3344, 3345, 3345, 3345, 3345, 0, 0, 3345, 3345, + 3346, 3346, 3346, 3346, 0, 0, 3346, 3346, 3347, 3347, + 3347, 0, 0, 0, 3347, 3348, 3348, 3348, 0, 0, + 0, 3348, 3349, 3349, 3349, 3349, 0, 0, 3349, 3349, + 3350, 3350, 3350, 0, 0, 0, 3350, 3351, 3351, 3351, + 0, 0, 0, 3351, 3352, 3352, 3352, 3352, 3352, 3352, + 3352, 3352, 3352, 3353, 3353, 3353, 3353, 3353, 3353, 3353, + 3353, 3353, 3354, 3354, 3354, 3354, 3354, 3354, 3354, 3354, + 3354, 3355, 3355, 3355, 3355, 3355, 3355, 3355, 3355, 3355, + 3356, 3356, 3356, 3356, 3356, 3356, 3356, 3356, 3356, 3357, + + 3357, 3357, 3357, 3357, 3357, 3357, 3357, 3357, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2959, + 2959, 2959, 2959 + } ; /* Table of booleans, true if rule could match eol. */ -static yyconst flex_int32_t yy_rule_can_match_eol[352] = { 0, - 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, - 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, - 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, - 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, - 1, 1, 1, 0, 0, 0, 0, 1, 1, 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, 0, 0, 0, 0, 1, 1, - 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, - 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, - 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, - 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, - 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, - 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, - 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, -}; +static yyconst flex_int32_t yy_rule_can_match_eol[495] = + { 0, +0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, + 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 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, 0, 0, 0, 0, + 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 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, 0, 0, 0, 0, + 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, + 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, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, + 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, }; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; @@ -2791,13 +3844,12 @@ int surf_parse__flex_debug = 0; #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *surf_parse_text; -/* Validating XML processor for surf/simgrid.dtd. - * Generated 2008/02/03 11:50:45. +/* Validating XML processor for src/surf/simgrid.dtd. * * This program was generated with the FleXML XML processor generator. * FleXML is Copyright (C) 1999-2005 Kristoffer Rose. All rights reserved. - * FleXML is Copyright (C) 2003-2006 Martin Quinson. All rights reserved. - * (Id: flexml.pl,v 1.63 2007/10/11 14:46:08 mquinson Exp). + * FleXML is Copyright (C) 2003-2011 Martin Quinson. All rights reserved. + * (Id: flexml.pl,v 1.67 2011/11/01 20:49:21 mquinson Exp). * * There are two, intertwined parts to this program, part A and part B. * @@ -2806,7 +3858,7 @@ char *surf_parse_text; * * Some parts, here collectively called "Part A", are found in the * FleXML package. They are Copyright (C) 1999-2005 Kristoffer Rose - * and Copyright (C) 2003-2006 Martin Quinson. All rights reserved. + * and Copyright (C) 2003-2011 Martin Quinson. All rights reserved. * * You can redistribute, use, perform, display and/or modify "Part A" * provided the following two conditions hold: @@ -2840,19 +3892,19 @@ char *surf_parse_text; /* Version strings. */ const char rcs_surfxml_flexml_skeleton[] = - "$" "Id: skel,v 1.40 2007/10/11 09:57:24 mquinson Exp $"; + "$" "Id: skel,v 1.40 2007/10/11 09:57:24 mquinson Exp $"; const char rcs_surfxml_flexml[] = - "$" "Id: flexml.pl,v 1.63 2007/10/11 14:46:08 mquinson Exp $"; + "$" "Id: flexml.pl,v 1.67 2011/11/01 20:49:21 mquinson Exp $"; /* ANSI headers. */ -#include /* for realloc() -- needed here when using flex 2.5.4 */ +#include /* for realloc() -- needed here when using flex 2.5.4 */ #include #include #include #include #include - -#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__) + +#if defined(_XBT_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__) # ifndef __STRICT_ANSI__ # include # include @@ -2860,7 +3912,7 @@ const char rcs_surfxml_flexml[] = #else # include #endif - + #ifndef FLEXML_INDEXSTACKSIZE #define FLEXML_INDEXSTACKSIZE 1000 #endif @@ -2877,153 +3929,300 @@ const char rcs_surfxml_flexml[] = int surfxml_pcdata_ix; extern char *surfxml_bufferstack; #define surfxml_pcdata (surfxml_bufferstack + surfxml_pcdata_ix) +AT_surfxml_mount_name AX_surfxml_mount_name; +#define A_surfxml_mount_name (surfxml_bufferstack + AX_surfxml_mount_name) +short int surfxml_mount_name_isset; AT_surfxml_random_generator AX_surfxml_random_generator; #define A_surfxml_random_generator AX_surfxml_random_generator +short int surfxml_random_generator_isset; +AT_surfxml_ASroute_gw_dst AX_surfxml_ASroute_gw_dst; +#define A_surfxml_ASroute_gw_dst (surfxml_bufferstack + AX_surfxml_ASroute_gw_dst) +short int surfxml_ASroute_gw_dst_isset; +AT_surfxml_trace_connect_element AX_surfxml_trace_connect_element; +#define A_surfxml_trace_connect_element (surfxml_bufferstack + AX_surfxml_trace_connect_element) +short int surfxml_trace_connect_element_isset; AT_surfxml_prop_id AX_surfxml_prop_id; #define A_surfxml_prop_id (surfxml_bufferstack + AX_surfxml_prop_id) -AT_surfxml_host_interference_recv AX_surfxml_host_interference_recv; -#define A_surfxml_host_interference_recv (surfxml_bufferstack + AX_surfxml_host_interference_recv) +short int surfxml_prop_id_isset; AT_surfxml_host_id AX_surfxml_host_id; #define A_surfxml_host_id (surfxml_bufferstack + AX_surfxml_host_id) -AT_surfxml_set_id AX_surfxml_set_id; -#define A_surfxml_set_id (surfxml_bufferstack + AX_surfxml_set_id) +short int surfxml_host_id_isset; +AT_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical; +#define A_surfxml_ASroute_symmetrical AX_surfxml_ASroute_symmetrical +short int surfxml_ASroute_symmetrical_isset; +AT_surfxml_peer_lat AX_surfxml_peer_lat; +#define A_surfxml_peer_lat (surfxml_bufferstack + AX_surfxml_peer_lat) +short int surfxml_peer_lat_isset; +AT_surfxml_process_on_failure AX_surfxml_process_on_failure; +#define A_surfxml_process_on_failure AX_surfxml_process_on_failure +short int surfxml_process_on_failure_isset; AT_surfxml_link_latency_file AX_surfxml_link_latency_file; #define A_surfxml_link_latency_file (surfxml_bufferstack + AX_surfxml_link_latency_file) +short int surfxml_link_latency_file_isset; +AT_surfxml_peer_availability_file AX_surfxml_peer_availability_file; +#define A_surfxml_peer_availability_file (surfxml_bufferstack + AX_surfxml_peer_availability_file) +short int surfxml_peer_availability_file_isset; +AT_surfxml_link_ctn_direction AX_surfxml_link_ctn_direction; +#define A_surfxml_link_ctn_direction AX_surfxml_link_ctn_direction +short int surfxml_link_ctn_direction_isset; AT_surfxml_host_state AX_surfxml_host_state; #define A_surfxml_host_state AX_surfxml_host_state -AT_surfxml_host_interference_send_recv AX_surfxml_host_interference_send_recv; -#define A_surfxml_host_interference_send_recv (surfxml_bufferstack + AX_surfxml_host_interference_send_recv) -AT_surfxml_host_interference_send AX_surfxml_host_interference_send; -#define A_surfxml_host_interference_send (surfxml_bufferstack + AX_surfxml_host_interference_send) -AT_surfxml_set_suffix AX_surfxml_set_suffix; -#define A_surfxml_set_suffix (surfxml_bufferstack + AX_surfxml_set_suffix) -AT_surfxml_route_impact_on_dst AX_surfxml_route_impact_on_dst; -#define A_surfxml_route_impact_on_dst (surfxml_bufferstack + AX_surfxml_route_impact_on_dst) +short int surfxml_host_state_isset; +AT_surfxml_AS_id AX_surfxml_AS_id; +#define A_surfxml_AS_id (surfxml_bufferstack + AX_surfxml_AS_id) +short int surfxml_AS_id_isset; AT_surfxml_host_power AX_surfxml_host_power; #define A_surfxml_host_power (surfxml_bufferstack + AX_surfxml_host_power) +short int surfxml_host_power_isset; AT_surfxml_router_id AX_surfxml_router_id; #define A_surfxml_router_id (surfxml_bufferstack + AX_surfxml_router_id) +short int surfxml_router_id_isset; +AT_surfxml_storage_type_id AX_surfxml_storage_type_id; +#define A_surfxml_storage_type_id (surfxml_bufferstack + AX_surfxml_storage_type_id) +short int surfxml_storage_type_id_isset; AT_surfxml_process_start_time AX_surfxml_process_start_time; #define A_surfxml_process_start_time (surfxml_bufferstack + AX_surfxml_process_start_time) +short int surfxml_process_start_time_isset; AT_surfxml_cluster_suffix AX_surfxml_cluster_suffix; #define A_surfxml_cluster_suffix (surfxml_bufferstack + AX_surfxml_cluster_suffix) -AT_surfxml_platform_xmlns_c_route AX_surfxml_platform_xmlns_c_route; -#define A_surfxml_platform_xmlns_c_route (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_route) +short int surfxml_cluster_suffix_isset; +AT_surfxml_bypassASroute_dst AX_surfxml_bypassASroute_dst; +#define A_surfxml_bypassASroute_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_dst) +short int surfxml_bypassASroute_dst_isset; +AT_surfxml_ASroute_src AX_surfxml_ASroute_src; +#define A_surfxml_ASroute_src (surfxml_bufferstack + AX_surfxml_ASroute_src) +short int surfxml_ASroute_src_isset; AT_surfxml_cluster_prefix AX_surfxml_cluster_prefix; #define A_surfxml_cluster_prefix (surfxml_bufferstack + AX_surfxml_cluster_prefix) +short int surfxml_cluster_prefix_isset; AT_surfxml_trace_file AX_surfxml_trace_file; #define A_surfxml_trace_file (surfxml_bufferstack + AX_surfxml_trace_file) -AT_surfxml_route_action AX_surfxml_route_action; -#define A_surfxml_route_action AX_surfxml_route_action +short int surfxml_trace_file_isset; AT_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy; #define A_surfxml_link_sharing_policy AX_surfxml_link_sharing_policy +short int surfxml_link_sharing_policy_isset; +AT_surfxml_storage_typeId AX_surfxml_storage_typeId; +#define A_surfxml_storage_typeId (surfxml_bufferstack + AX_surfxml_storage_typeId) +short int surfxml_storage_typeId_isset; AT_surfxml_random_min AX_surfxml_random_min; #define A_surfxml_random_min (surfxml_bufferstack + AX_surfxml_random_min) +short int surfxml_random_min_isset; +AT_surfxml_link_ctn_id AX_surfxml_link_ctn_id; +#define A_surfxml_link_ctn_id (surfxml_bufferstack + AX_surfxml_link_ctn_id) +short int surfxml_link_ctn_id_isset; +AT_surfxml_peer_bw_out AX_surfxml_peer_bw_out; +#define A_surfxml_peer_bw_out (surfxml_bufferstack + AX_surfxml_peer_bw_out) +short int surfxml_peer_bw_out_isset; +AT_surfxml_cluster_availability_file AX_surfxml_cluster_availability_file; +#define A_surfxml_cluster_availability_file (surfxml_bufferstack + AX_surfxml_cluster_availability_file) +short int surfxml_cluster_availability_file_isset; +AT_surfxml_storage_content AX_surfxml_storage_content; +#define A_surfxml_storage_content (surfxml_bufferstack + AX_surfxml_storage_content) +short int surfxml_storage_content_isset; AT_surfxml_process_kill_time AX_surfxml_process_kill_time; #define A_surfxml_process_kill_time (surfxml_bufferstack + AX_surfxml_process_kill_time) +short int surfxml_process_kill_time_isset; AT_surfxml_cluster_bb_bw AX_surfxml_cluster_bb_bw; #define A_surfxml_cluster_bb_bw (surfxml_bufferstack + AX_surfxml_cluster_bb_bw) -AT_surfxml_trace_c_connect_element AX_surfxml_trace_c_connect_element; -#define A_surfxml_trace_c_connect_element (surfxml_bufferstack + AX_surfxml_trace_c_connect_element) +short int surfxml_cluster_bb_bw_isset; AT_surfxml_argument_value AX_surfxml_argument_value; #define A_surfxml_argument_value (surfxml_bufferstack + AX_surfxml_argument_value) +short int surfxml_argument_value_isset; AT_surfxml_link_state AX_surfxml_link_state; #define A_surfxml_link_state AX_surfxml_link_state -AT_surfxml_route_impact_on_src AX_surfxml_route_impact_on_src; -#define A_surfxml_route_impact_on_src (surfxml_bufferstack + AX_surfxml_route_impact_on_src) +short int surfxml_link_state_isset; +AT_surfxml_ASroute_gw_src AX_surfxml_ASroute_gw_src; +#define A_surfxml_ASroute_gw_src (surfxml_bufferstack + AX_surfxml_ASroute_gw_src) +short int surfxml_ASroute_gw_src_isset; +AT_surfxml_AS_routing AX_surfxml_AS_routing; +#define A_surfxml_AS_routing AX_surfxml_AS_routing +short int surfxml_AS_routing_isset; AT_surfxml_link_bandwidth AX_surfxml_link_bandwidth; #define A_surfxml_link_bandwidth (surfxml_bufferstack + AX_surfxml_link_bandwidth) +short int surfxml_link_bandwidth_isset; AT_surfxml_cluster_id AX_surfxml_cluster_id; #define A_surfxml_cluster_id (surfxml_bufferstack + AX_surfxml_cluster_id) +short int surfxml_cluster_id_isset; +AT_surfxml_peer_bw_in AX_surfxml_peer_bw_in; +#define A_surfxml_peer_bw_in (surfxml_bufferstack + AX_surfxml_peer_bw_in) +short int surfxml_peer_bw_in_isset; AT_surfxml_random_mean AX_surfxml_random_mean; #define A_surfxml_random_mean (surfxml_bufferstack + AX_surfxml_random_mean) +short int surfxml_random_mean_isset; +AT_surfxml_storage_type_size AX_surfxml_storage_type_size; +#define A_surfxml_storage_type_size (surfxml_bufferstack + AX_surfxml_storage_type_size) +short int surfxml_storage_type_size_isset; AT_surfxml_cluster_bb_lat AX_surfxml_cluster_bb_lat; #define A_surfxml_cluster_bb_lat (surfxml_bufferstack + AX_surfxml_cluster_bb_lat) +short int surfxml_cluster_bb_lat_isset; AT_surfxml_link_latency AX_surfxml_link_latency; #define A_surfxml_link_latency (surfxml_bufferstack + AX_surfxml_link_latency) -AT_surfxml_platform_xmlns_c_link AX_surfxml_platform_xmlns_c_link; -#define A_surfxml_platform_xmlns_c_link (surfxml_bufferstack + AX_surfxml_platform_xmlns_c_link) +short int surfxml_link_latency_isset; +AT_surfxml_trace_connect_kind AX_surfxml_trace_connect_kind; +#define A_surfxml_trace_connect_kind AX_surfxml_trace_connect_kind +short int surfxml_trace_connect_kind_isset; +AT_surfxml_random_seed AX_surfxml_random_seed; +#define A_surfxml_random_seed (surfxml_bufferstack + AX_surfxml_random_seed) +short int surfxml_random_seed_isset; +AT_surfxml_cluster_state_file AX_surfxml_cluster_state_file; +#define A_surfxml_cluster_state_file (surfxml_bufferstack + AX_surfxml_cluster_state_file) +short int surfxml_cluster_state_file_isset; AT_surfxml_link_bandwidth_file AX_surfxml_link_bandwidth_file; #define A_surfxml_link_bandwidth_file (surfxml_bufferstack + AX_surfxml_link_bandwidth_file) +short int surfxml_link_bandwidth_file_isset; +AT_surfxml_storage_type_content AX_surfxml_storage_type_content; +#define A_surfxml_storage_type_content (surfxml_bufferstack + AX_surfxml_storage_type_content) +short int surfxml_storage_type_content_isset; +AT_surfxml_route_symmetrical AX_surfxml_route_symmetrical; +#define A_surfxml_route_symmetrical AX_surfxml_route_symmetrical +short int surfxml_route_symmetrical_isset; AT_surfxml_random_id AX_surfxml_random_id; #define A_surfxml_random_id (surfxml_bufferstack + AX_surfxml_random_id) -AT_surfxml_set_radical AX_surfxml_set_radical; -#define A_surfxml_set_radical (surfxml_bufferstack + AX_surfxml_set_radical) +short int surfxml_random_id_isset; +AT_surfxml_mstorage_name AX_surfxml_mstorage_name; +#define A_surfxml_mstorage_name (surfxml_bufferstack + AX_surfxml_mstorage_name) +short int surfxml_mstorage_name_isset; AT_surfxml_random_max AX_surfxml_random_max; #define A_surfxml_random_max (surfxml_bufferstack + AX_surfxml_random_max) +short int surfxml_random_max_isset; AT_surfxml_link_id AX_surfxml_link_id; #define A_surfxml_link_id (surfxml_bufferstack + AX_surfxml_link_id) +short int surfxml_link_id_isset; AT_surfxml_process_host AX_surfxml_process_host; #define A_surfxml_process_host (surfxml_bufferstack + AX_surfxml_process_host) +short int surfxml_process_host_isset; AT_surfxml_host_availability_file AX_surfxml_host_availability_file; #define A_surfxml_host_availability_file (surfxml_bufferstack + AX_surfxml_host_availability_file) +short int surfxml_host_availability_file_isset; AT_surfxml_cluster_lat AX_surfxml_cluster_lat; #define A_surfxml_cluster_lat (surfxml_bufferstack + AX_surfxml_cluster_lat) +short int surfxml_cluster_lat_isset; AT_surfxml_trace_periodicity AX_surfxml_trace_periodicity; #define A_surfxml_trace_periodicity (surfxml_bufferstack + AX_surfxml_trace_periodicity) -AT_surfxml_foreach_set_id AX_surfxml_foreach_set_id; -#define A_surfxml_foreach_set_id (surfxml_bufferstack + AX_surfxml_foreach_set_id) -AT_surfxml_route_impact_on_dst_with_other_send - AX_surfxml_route_impact_on_dst_with_other_send; -#define A_surfxml_route_impact_on_dst_with_other_send (surfxml_bufferstack + AX_surfxml_route_impact_on_dst_with_other_send) +short int surfxml_trace_periodicity_isset; +AT_surfxml_cluster_bb_sharing_policy AX_surfxml_cluster_bb_sharing_policy; +#define A_surfxml_cluster_bb_sharing_policy AX_surfxml_cluster_bb_sharing_policy +short int surfxml_cluster_bb_sharing_policy_isset; +AT_surfxml_router_coordinates AX_surfxml_router_coordinates; +#define A_surfxml_router_coordinates (surfxml_bufferstack + AX_surfxml_router_coordinates) +short int surfxml_router_coordinates_isset; +AT_surfxml_peer_coordinates AX_surfxml_peer_coordinates; +#define A_surfxml_peer_coordinates (surfxml_bufferstack + AX_surfxml_peer_coordinates) +short int surfxml_peer_coordinates_isset; +AT_surfxml_peer_state_file AX_surfxml_peer_state_file; +#define A_surfxml_peer_state_file (surfxml_bufferstack + AX_surfxml_peer_state_file) +short int surfxml_peer_state_file_isset; +AT_surfxml_bypassASroute_src AX_surfxml_bypassASroute_src; +#define A_surfxml_bypassASroute_src (surfxml_bufferstack + AX_surfxml_bypassASroute_src) +short int surfxml_bypassASroute_src_isset; AT_surfxml_prop_value AX_surfxml_prop_value; #define A_surfxml_prop_value (surfxml_bufferstack + AX_surfxml_prop_value) -AT_surfxml_route_impact_on_src_with_other_recv - AX_surfxml_route_impact_on_src_with_other_recv; -#define A_surfxml_route_impact_on_src_with_other_recv (surfxml_bufferstack + AX_surfxml_route_impact_on_src_with_other_recv) +short int surfxml_prop_value_isset; +AT_surfxml_mstorage_typeId AX_surfxml_mstorage_typeId; +#define A_surfxml_mstorage_typeId (surfxml_bufferstack + AX_surfxml_mstorage_typeId) +short int surfxml_mstorage_typeId_isset; +AT_surfxml_ASroute_dst AX_surfxml_ASroute_dst; +#define A_surfxml_ASroute_dst (surfxml_bufferstack + AX_surfxml_ASroute_dst) +short int surfxml_ASroute_dst_isset; AT_surfxml_link_state_file AX_surfxml_link_state_file; #define A_surfxml_link_state_file (surfxml_bufferstack + AX_surfxml_link_state_file) -AT_surfxml_set_prefix AX_surfxml_set_prefix; -#define A_surfxml_set_prefix (surfxml_bufferstack + AX_surfxml_set_prefix) +short int surfxml_link_state_file_isset; +AT_surfxml_random_radical AX_surfxml_random_radical; +#define A_surfxml_random_radical (surfxml_bufferstack + AX_surfxml_random_radical) +short int surfxml_random_radical_isset; +AT_surfxml_bypassASroute_gw_src AX_surfxml_bypassASroute_gw_src; +#define A_surfxml_bypassASroute_gw_src (surfxml_bufferstack + AX_surfxml_bypassASroute_gw_src) +short int surfxml_bypassASroute_gw_src_isset; +AT_surfxml_trace_connect_trace AX_surfxml_trace_connect_trace; +#define A_surfxml_trace_connect_trace (surfxml_bufferstack + AX_surfxml_trace_connect_trace) +short int surfxml_trace_connect_trace_isset; +AT_surfxml_mount_id AX_surfxml_mount_id; +#define A_surfxml_mount_id (surfxml_bufferstack + AX_surfxml_mount_id) +short int surfxml_mount_id_isset; AT_surfxml_cluster_power AX_surfxml_cluster_power; #define A_surfxml_cluster_power (surfxml_bufferstack + AX_surfxml_cluster_power) +short int surfxml_cluster_power_isset; AT_surfxml_process_function AX_surfxml_process_function; #define A_surfxml_process_function (surfxml_bufferstack + AX_surfxml_process_function) -AT_surfxml_host_max_outgoing_rate AX_surfxml_host_max_outgoing_rate; -#define A_surfxml_host_max_outgoing_rate (surfxml_bufferstack + AX_surfxml_host_max_outgoing_rate) -AT_surfxml_link_c_ctn_id AX_surfxml_link_c_ctn_id; -#define A_surfxml_link_c_ctn_id (surfxml_bufferstack + AX_surfxml_link_c_ctn_id) +short int surfxml_process_function_isset; +AT_surfxml_peer_id AX_surfxml_peer_id; +#define A_surfxml_peer_id (surfxml_bufferstack + AX_surfxml_peer_id) +short int surfxml_peer_id_isset; +AT_surfxml_cluster_router_id AX_surfxml_cluster_router_id; +#define A_surfxml_cluster_router_id (surfxml_bufferstack + AX_surfxml_cluster_router_id) +short int surfxml_cluster_router_id_isset; +AT_surfxml_cluster_sharing_policy AX_surfxml_cluster_sharing_policy; +#define A_surfxml_cluster_sharing_policy AX_surfxml_cluster_sharing_policy +short int surfxml_cluster_sharing_policy_isset; +AT_surfxml_bypassRoute_dst AX_surfxml_bypassRoute_dst; +#define A_surfxml_bypassRoute_dst (surfxml_bufferstack + AX_surfxml_bypassRoute_dst) +short int surfxml_bypassRoute_dst_isset; +AT_surfxml_host_core AX_surfxml_host_core; +#define A_surfxml_host_core (surfxml_bufferstack + AX_surfxml_host_core) +short int surfxml_host_core_isset; +AT_surfxml_storage_type_model AX_surfxml_storage_type_model; +#define A_surfxml_storage_type_model (surfxml_bufferstack + AX_surfxml_storage_type_model) +short int surfxml_storage_type_model_isset; AT_surfxml_host_availability AX_surfxml_host_availability; #define A_surfxml_host_availability (surfxml_bufferstack + AX_surfxml_host_availability) +short int surfxml_host_availability_isset; +AT_surfxml_bypassRoute_src AX_surfxml_bypassRoute_src; +#define A_surfxml_bypassRoute_src (surfxml_bufferstack + AX_surfxml_bypassRoute_src) +short int surfxml_bypassRoute_src_isset; AT_surfxml_route_src AX_surfxml_route_src; #define A_surfxml_route_src (surfxml_bufferstack + AX_surfxml_route_src) -AT_surfxml_route_c_multi_src AX_surfxml_route_c_multi_src; -#define A_surfxml_route_c_multi_src (surfxml_bufferstack + AX_surfxml_route_c_multi_src) -AT_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action; -#define A_surfxml_route_c_multi_action AX_surfxml_route_c_multi_action -AT_surfxml_trace_c_connect_trace AX_surfxml_trace_c_connect_trace; -#define A_surfxml_trace_c_connect_trace (surfxml_bufferstack + AX_surfxml_trace_c_connect_trace) +short int surfxml_route_src_isset; +AT_surfxml_storage_id AX_surfxml_storage_id; +#define A_surfxml_storage_id (surfxml_bufferstack + AX_surfxml_storage_id) +short int surfxml_storage_id_isset; +AT_surfxml_host_coordinates AX_surfxml_host_coordinates; +#define A_surfxml_host_coordinates (surfxml_bufferstack + AX_surfxml_host_coordinates) +short int surfxml_host_coordinates_isset; AT_surfxml_trace_id AX_surfxml_trace_id; #define A_surfxml_trace_id (surfxml_bufferstack + AX_surfxml_trace_id) +short int surfxml_trace_id_isset; +AT_surfxml_peer_power AX_surfxml_peer_power; +#define A_surfxml_peer_power (surfxml_bufferstack + AX_surfxml_peer_power) +short int surfxml_peer_power_isset; AT_surfxml_cluster_radical AX_surfxml_cluster_radical; #define A_surfxml_cluster_radical (surfxml_bufferstack + AX_surfxml_cluster_radical) +short int surfxml_cluster_radical_isset; +AT_surfxml_config_id AX_surfxml_config_id; +#define A_surfxml_config_id (surfxml_bufferstack + AX_surfxml_config_id) +short int surfxml_config_id_isset; +AT_surfxml_bypassASroute_gw_dst AX_surfxml_bypassASroute_gw_dst; +#define A_surfxml_bypassASroute_gw_dst (surfxml_bufferstack + AX_surfxml_bypassASroute_gw_dst) +short int surfxml_bypassASroute_gw_dst_isset; AT_surfxml_include_file AX_surfxml_include_file; #define A_surfxml_include_file (surfxml_bufferstack + AX_surfxml_include_file) +short int surfxml_include_file_isset; AT_surfxml_random_std_deviation AX_surfxml_random_std_deviation; #define A_surfxml_random_std_deviation (surfxml_bufferstack + AX_surfxml_random_std_deviation) -AT_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind; -#define A_surfxml_trace_c_connect_kind AX_surfxml_trace_c_connect_kind -AT_surfxml_route_c_multi_dst AX_surfxml_route_c_multi_dst; -#define A_surfxml_route_c_multi_dst (surfxml_bufferstack + AX_surfxml_route_c_multi_dst) +short int surfxml_random_std_deviation_isset; +AT_surfxml_cluster_core AX_surfxml_cluster_core; +#define A_surfxml_cluster_core (surfxml_bufferstack + AX_surfxml_cluster_core) +short int surfxml_cluster_core_isset; AT_surfxml_host_state_file AX_surfxml_host_state_file; #define A_surfxml_host_state_file (surfxml_bufferstack + AX_surfxml_host_state_file) -AT_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric; -#define A_surfxml_route_c_multi_symmetric AX_surfxml_route_c_multi_symmetric +short int surfxml_host_state_file_isset; AT_surfxml_route_dst AX_surfxml_route_dst; #define A_surfxml_route_dst (surfxml_bufferstack + AX_surfxml_route_dst) +short int surfxml_route_dst_isset; AT_surfxml_cluster_bw AX_surfxml_cluster_bw; #define A_surfxml_cluster_bw (surfxml_bufferstack + AX_surfxml_cluster_bw) +short int surfxml_cluster_bw_isset; AT_surfxml_platform_version AX_surfxml_platform_version; #define A_surfxml_platform_version (surfxml_bufferstack + AX_surfxml_platform_version) +short int surfxml_platform_version_isset; /* XML state. */ #ifdef FLEX_DEBUG # define ENTER(state) debug_enter(state,#state) # define LEAVE debug_leave() # define SET(state) debug_set(state,#state) -static void debug_enter(int, const char *); -static void debug_leave(void); -static void debug_set(int, const char *); + static void debug_enter(int, const char*); + static void debug_leave(void); + static void debug_set(int, const char*); #else # define ENTER(state) (yy_push_state(state)) # define LEAVE (yy_pop_state()) @@ -3031,22 +4230,21 @@ static void debug_set(int, const char *); #endif /* Generic actions. */ -#define SKIP /*skip */ +#define SKIP /*skip*/ #define SUCCEED CLEANUP; return 0 #define FAIL return fail -static int fail(const char *, ...); +static int fail(const char*, ...); -enum { flexml_max_err_msg_size = 512 }; +enum {flexml_max_err_msg_size = 512}; static char flexml_err_msg[flexml_max_err_msg_size]; -const char *surfxml_parse_err_msg() +const char * surfxml_parse_err_msg() { - return flexml_err_msg; + return flexml_err_msg; } - static void reset_surfxml_parse_err_msg() { - flexml_err_msg[0] = '\0'; + flexml_err_msg[0] = '\0'; } /* Cleanup */ @@ -3071,44 +4269,39 @@ static int inext = 1; /* after this is called, there are at least 2 slots left in the stack */ static int ck_blimit() { - if (bnext >= blimit) { - blimit += FLEXML_BUFFERSTACKSIZE + 2; - { - char *temp = (char *) realloc(surfxml_bufferstack, blimit); - assert(temp); - surfxml_bufferstack = temp; - } - } - return 0; + if (bnext >= blimit) { + blimit += FLEXML_BUFFERSTACKSIZE + 2; + { + char *temp = (char *) realloc(surfxml_bufferstack, blimit); + assert(temp); + surfxml_bufferstack = temp; + } + } + return 0; } /* after this is called, there are at least 2 slots left in the stack */ static int ck_ilimit() { - if (inext >= ilimit) { - ilimit += FLEXML_INDEXSTACKSIZE + 2; - { - int *temp = (int *) realloc(indexstack, ilimit); - assert(temp); - indexstack = temp; - } - } - return 0; + if (inext >= ilimit) { + ilimit += FLEXML_INDEXSTACKSIZE + 2; + { + int *temp = (int *) realloc(indexstack, ilimit); + assert(temp); + indexstack = temp; + } + } + return 0; } #ifdef FLEXML_NEED_BUFFERLIT -static void surfxml_bufferliteral(char c, int *pp, const char *text) -{ - const char *s = (c ? strchr(text, c) : text - 1), *e = strrchr(text, c); - assert(s <= e); - BUFFERSET(*pp); - while (++s < e) { - if (isspace(*s) && c) { - BUFFERPUTC(' '); - while (isspace(*s)) - ++s; - } else - BUFFERPUTC(*s); +static void surfxml_bufferliteral(char c, int* pp, const char* text) +{ + const char *s = (c ? strchr(text,c) : text-1), *e = strrchr(text,c); + assert(s <= e); BUFFERSET(*pp); + while (++s= 2); - bnext = indexstack[--inext]; - return indexstack[--inext]; + assert(inext >= 2); + bnext = indexstack[--inext]; + return indexstack[--inext]; } /* General internal entities are `unput' back onto the input stream... */ @@ -3157,7 +4350,7 @@ static int popbuffer(void) */ /* State names. */ -const char **surfxml_statenames = NULL; +const char* *surfxml_statenames=NULL; #define INITIAL 0 #define PROLOG 1 @@ -3176,67 +4369,114 @@ const char **surfxml_statenames = NULL; #define S_surfxml_platform_3 14 #define S_surfxml_platform_4 15 #define S_surfxml_platform_5 16 -#define E_surfxml_platform 17 -#define AL_surfxml_include 18 -#define E_surfxml_include 19 -#define AL_surfxml_trace 20 -#define IN_trace 21 -#define AL_surfxml_random 22 -#define S_surfxml_random 23 -#define S_surfxml_random_1 24 -#define S_surfxml_random_2 25 -#define E_surfxml_random 26 -#define AL_surfxml_trace_c_connect 27 -#define E_surfxml_trace_c_connect 28 -#define AL_surfxml_set 29 -#define E_surfxml_set 30 -#define AL_surfxml_foreach 31 -#define S_surfxml_foreach 32 -#define S_surfxml_foreach_1 33 -#define E_surfxml_foreach 34 -#define AL_surfxml_host 35 -#define S_surfxml_host 36 -#define S_surfxml_host_1 37 -#define S_surfxml_host_2 38 -#define E_surfxml_host 39 -#define AL_surfxml_prop 40 -#define E_surfxml_prop 41 -#define AL_surfxml_cluster 42 -#define E_surfxml_cluster 43 -#define AL_surfxml_router 44 -#define E_surfxml_router 45 -#define AL_surfxml_link 46 -#define S_surfxml_link 47 -#define S_surfxml_link_1 48 -#define S_surfxml_link_2 49 -#define E_surfxml_link 50 -#define AL_surfxml_route_c_multi 51 -#define S_surfxml_route_c_multi 52 -#define S_surfxml_route_c_multi_1 53 -#define S_surfxml_route_c_multi_2 54 -#define E_surfxml_route_c_multi 55 -#define AL_surfxml_route 56 -#define S_surfxml_route 57 -#define S_surfxml_route_1 58 -#define S_surfxml_route_2 59 -#define E_surfxml_route 60 -#define AL_surfxml_link_c_ctn 61 -#define E_surfxml_link_c_ctn 62 -#define AL_surfxml_process 63 -#define S_surfxml_process 64 -#define S_surfxml_process_1 65 -#define S_surfxml_process_2 66 -#define E_surfxml_process 67 -#define AL_surfxml_argument 68 -#define E_surfxml_argument 69 -#define IMPOSSIBLE 70 +#define S_surfxml_platform_6 17 +#define S_surfxml_platform_7 18 +#define S_surfxml_platform_8 19 +#define E_surfxml_platform 20 +#define AL_surfxml_include 21 +#define S_surfxml_include 22 +#define S_surfxml_include_1 23 +#define S_surfxml_include_2 24 +#define E_surfxml_include 25 +#define AL_surfxml_trace 26 +#define IN_trace 27 +#define AL_surfxml_random 28 +#define S_surfxml_random 29 +#define S_surfxml_random_1 30 +#define S_surfxml_random_2 31 +#define E_surfxml_random 32 +#define AL_surfxml_trace_connect 33 +#define E_surfxml_trace_connect 34 +#define AL_surfxml_AS 35 +#define S_surfxml_AS 36 +#define S_surfxml_AS_1 37 +#define S_surfxml_AS_2 38 +#define S_surfxml_AS_3 39 +#define S_surfxml_AS_4 40 +#define S_surfxml_AS_5 41 +#define S_surfxml_AS_6 42 +#define S_surfxml_AS_7 43 +#define S_surfxml_AS_8 44 +#define S_surfxml_AS_9 45 +#define S_surfxml_AS_10 46 +#define S_surfxml_AS_11 47 +#define S_surfxml_AS_12 48 +#define S_surfxml_AS_13 49 +#define E_surfxml_AS 50 +#define AL_surfxml_storage_type 51 +#define S_surfxml_storage_type 52 +#define S_surfxml_storage_type_1 53 +#define S_surfxml_storage_type_2 54 +#define E_surfxml_storage_type 55 +#define AL_surfxml_storage 56 +#define S_surfxml_storage 57 +#define S_surfxml_storage_1 58 +#define S_surfxml_storage_2 59 +#define E_surfxml_storage 60 +#define AL_surfxml_mount 61 +#define E_surfxml_mount 62 +#define AL_surfxml_mstorage 63 +#define E_surfxml_mstorage 64 +#define AL_surfxml_host 65 +#define S_surfxml_host 66 +#define S_surfxml_host_1 67 +#define S_surfxml_host_2 68 +#define E_surfxml_host 69 +#define AL_surfxml_cluster 70 +#define E_surfxml_cluster 71 +#define AL_surfxml_peer 72 +#define E_surfxml_peer 73 +#define AL_surfxml_router 74 +#define E_surfxml_router 75 +#define AL_surfxml_link 76 +#define S_surfxml_link 77 +#define S_surfxml_link_1 78 +#define S_surfxml_link_2 79 +#define E_surfxml_link 80 +#define AL_surfxml_route 81 +#define S_surfxml_route 82 +#define S_surfxml_route_1 83 +#define S_surfxml_route_2 84 +#define E_surfxml_route 85 +#define AL_surfxml_ASroute 86 +#define S_surfxml_ASroute 87 +#define S_surfxml_ASroute_1 88 +#define S_surfxml_ASroute_2 89 +#define E_surfxml_ASroute 90 +#define AL_surfxml_link_ctn 91 +#define E_surfxml_link_ctn 92 +#define AL_surfxml_bypassRoute 93 +#define S_surfxml_bypassRoute 94 +#define S_surfxml_bypassRoute_1 95 +#define S_surfxml_bypassRoute_2 96 +#define E_surfxml_bypassRoute 97 +#define AL_surfxml_bypassASroute 98 +#define S_surfxml_bypassASroute 99 +#define S_surfxml_bypassASroute_1 100 +#define S_surfxml_bypassASroute_2 101 +#define E_surfxml_bypassASroute 102 +#define AL_surfxml_process 103 +#define S_surfxml_process 104 +#define S_surfxml_process_1 105 +#define S_surfxml_process_2 106 +#define E_surfxml_process 107 +#define AL_surfxml_argument 108 +#define E_surfxml_argument 109 +#define AL_surfxml_config 110 +#define S_surfxml_config 111 +#define S_surfxml_config_1 112 +#define S_surfxml_config_2 113 +#define E_surfxml_config 114 +#define AL_surfxml_prop 115 +#define E_surfxml_prop 116 +#define IMPOSSIBLE 117 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ -#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__) +#if defined(_XBT_WIN32) || defined(__WIN32__) || defined(WIN32) || defined(__TOS_WIN__) # ifndef __STRICT_ANSI__ # include # include @@ -3250,36 +4490,36 @@ const char **surfxml_statenames = NULL; #define YY_EXTRA_TYPE void * #endif -static int yy_init_globals(void); +static int yy_init_globals (void ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ -int surf_parse_lex_destroy(void); +int surf_parse_lex_destroy (void ); -int surf_parse_get_debug(void); +int surf_parse_get_debug (void ); -void surf_parse_set_debug(int debug_flag); +void surf_parse_set_debug (int debug_flag ); -YY_EXTRA_TYPE surf_parse_get_extra(void); +YY_EXTRA_TYPE surf_parse_get_extra (void ); -void surf_parse_set_extra(YY_EXTRA_TYPE user_defined); +void surf_parse_set_extra (YY_EXTRA_TYPE user_defined ); -FILE *surf_parse_get_in(void); +FILE *surf_parse_get_in (void ); -void surf_parse_set_in(FILE * in_str); +void surf_parse_set_in (FILE * in_str ); -FILE *surf_parse_get_out(void); +FILE *surf_parse_get_out (void ); -void surf_parse_set_out(FILE * out_str); +void surf_parse_set_out (FILE * out_str ); -int surf_parse_get_leng(void); +int surf_parse_get_leng (void ); -char *surf_parse_get_text(void); +char *surf_parse_get_text (void ); -int surf_parse_get_lineno(void); +int surf_parse_get_lineno (void ); -void surf_parse_set_lineno(int line_number); +void surf_parse_set_lineno (int line_number ); /* Macros after this point can all be overridden by user definitions in * section 1. @@ -3287,41 +4527,46 @@ void surf_parse_set_lineno(int line_number); #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus -extern "C" int surf_parse_wrap(void); +extern "C" int surf_parse_wrap (void ); #else -extern int surf_parse_wrap(void); +extern int surf_parse_wrap (void ); #endif #endif #ifndef yytext_ptr -static void yy_flex_strncpy(char *, yyconst char *, int); +static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN -static int yy_flex_strlen(yyconst char *); +static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus -static int yyinput(void); +static int yyinput (void ); #else -static int input(void); +static int input (void ); #endif #endif -static int yy_start_stack_ptr = 0; -static int yy_start_stack_depth = 0; -static int *yy_start_stack = NULL; - -static void yy_push_state(int new_state); - -static void yy_pop_state(void); - + static int yy_start_stack_ptr = 0; + static int yy_start_stack_depth = 0; + static int *yy_start_stack = NULL; + + static void yy_push_state (int new_state ); + + static void yy_pop_state (void ); + /* 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. */ @@ -3394,7 +4639,7 @@ static void yy_pop_state(void); #ifndef YY_DECL #define YY_DECL_IS_OURS 1 -extern int surf_parse_lex(void); +extern int surf_parse_lex (void); #define YY_DECL int surf_parse_lex (void) #endif /* !YY_DECL */ @@ -3416,2333 +4661,3661 @@ extern int surf_parse_lex(void); /** 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; - - /* Bypass Flex's default INITIAL state and begin by parsing the XML prolog. */ - SET(PROLOG); - reset_surfxml_parse_err_msg(); - surfxml_bufferstack = (char *) malloc(FLEXML_BUFFERSTACKSIZE); - assert(surfxml_bufferstack); -#ifdef FLEX_DEBUG - { - int i; - for (i = 0; i < blimit; i++) { - surfxml_bufferstack[i] = '\377'; - } - } -#endif - surfxml_bufferstack[0] = '\0'; - indexstack = (int *) malloc(FLEXML_INDEXSTACKSIZE * sizeof(int)); - assert(indexstack); - indexstack[0] = 0; +YY_DECL +{ + register yy_state_type yy_current_state; + register char *yy_cp, *yy_bp; + register int yy_act; + + /* Bypass Flex's default INITIAL state and begin by parsing the XML prolog. */ + SET(PROLOG); + reset_surfxml_parse_err_msg(); + surfxml_bufferstack = (char *) malloc(FLEXML_BUFFERSTACKSIZE); + assert(surfxml_bufferstack); + #ifdef FLEX_DEBUG + { + int i; + for (i = 0; i < blimit; i++) { + surfxml_bufferstack[i] = '\377'; + } + } + #endif + surfxml_bufferstack[0] = '\0'; + indexstack = (int *) malloc(FLEXML_INDEXSTACKSIZE * sizeof(int)); + assert(indexstack); + indexstack[0] = 0; /* FleXML_init */ bnext = inext = 1; surfxml_bufferliteral('\0', &bnext, "0.0"); - surfxml_bufferliteral('\0', &bnext, "http://simgrid.gforge.inria.fr/"); - surfxml_bufferliteral('\0', &bnext, "http://simgrid.gforge.inria.fr/"); - surfxml_bufferliteral('\0', &bnext, "1.0"); + surfxml_bufferliteral('\0', &bnext, "2147483647"); + surfxml_bufferliteral('\0', &bnext, "1"); surfxml_bufferliteral('\0', &bnext, "1.0"); - surfxml_bufferliteral('\0', &bnext, "1.0"); - surfxml_bufferliteral('\0', &bnext, "1.0"); - surfxml_bufferliteral('\0', &bnext, "-1.0"); - surfxml_bufferliteral('\0', &bnext, "0.0"); - surfxml_bufferliteral('\0', &bnext, "0.0"); - surfxml_bufferliteral('\0', &bnext, "0.0"); - surfxml_bufferliteral('\0', &bnext, "0.0"); + surfxml_bufferliteral('\0', &bnext, "1"); surfxml_bufferliteral('\0', &bnext, "0.0"); surfxml_bufferliteral('\0', &bnext, "-1.0"); surfxml_bufferliteral('\0', &bnext, "-1.0"); - if (!surfxml_statenames) { - surfxml_statenames = (const char **) calloc(IMPOSSIBLE, sizeof(char *)); - surfxml_statenames[PROLOG] = NULL; - surfxml_statenames[DOCTYPE] = NULL; - surfxml_statenames[EPILOG] = NULL; - surfxml_statenames[INCOMMENT] = NULL; - surfxml_statenames[INPI] = NULL; - surfxml_statenames[VALUE1] = NULL; - surfxml_statenames[VALUE2] = NULL; - surfxml_statenames[CDATA] = NULL; - surfxml_statenames[ROOT_surfxml_platform] = NULL; - surfxml_statenames[AL_surfxml_platform] = NULL; - surfxml_statenames[S_surfxml_platform] = "platform"; - surfxml_statenames[S_surfxml_platform_1] = "platform"; - surfxml_statenames[S_surfxml_platform_2] = "platform"; - surfxml_statenames[S_surfxml_platform_3] = "platform"; - surfxml_statenames[S_surfxml_platform_4] = "platform"; - surfxml_statenames[S_surfxml_platform_5] = "platform"; - surfxml_statenames[E_surfxml_platform] = "platform"; - surfxml_statenames[AL_surfxml_include] = NULL; - surfxml_statenames[E_surfxml_include] = "include"; - surfxml_statenames[AL_surfxml_trace] = NULL; - surfxml_statenames[IN_trace] = "trace"; - surfxml_statenames[AL_surfxml_random] = NULL; - surfxml_statenames[S_surfxml_random] = "random"; - surfxml_statenames[S_surfxml_random_1] = "random"; - surfxml_statenames[S_surfxml_random_2] = "random"; - surfxml_statenames[E_surfxml_random] = "random"; - surfxml_statenames[AL_surfxml_trace_c_connect] = NULL; - surfxml_statenames[E_surfxml_trace_c_connect] = "trace:connect"; - surfxml_statenames[AL_surfxml_set] = NULL; - surfxml_statenames[E_surfxml_set] = "set"; - surfxml_statenames[AL_surfxml_foreach] = NULL; - surfxml_statenames[S_surfxml_foreach] = "foreach"; - surfxml_statenames[S_surfxml_foreach_1] = "foreach"; - surfxml_statenames[E_surfxml_foreach] = "foreach"; - surfxml_statenames[AL_surfxml_host] = NULL; - surfxml_statenames[S_surfxml_host] = "host"; - surfxml_statenames[S_surfxml_host_1] = "host"; - surfxml_statenames[S_surfxml_host_2] = "host"; - surfxml_statenames[E_surfxml_host] = "host"; - surfxml_statenames[AL_surfxml_prop] = NULL; - surfxml_statenames[E_surfxml_prop] = "prop"; - surfxml_statenames[AL_surfxml_cluster] = NULL; - surfxml_statenames[E_surfxml_cluster] = "cluster"; - surfxml_statenames[AL_surfxml_router] = NULL; - surfxml_statenames[E_surfxml_router] = "router"; - surfxml_statenames[AL_surfxml_link] = NULL; - surfxml_statenames[S_surfxml_link] = "link"; - surfxml_statenames[S_surfxml_link_1] = "link"; - surfxml_statenames[S_surfxml_link_2] = "link"; - surfxml_statenames[E_surfxml_link] = "link"; - surfxml_statenames[AL_surfxml_route_c_multi] = NULL; - surfxml_statenames[S_surfxml_route_c_multi] = "route:multi"; - surfxml_statenames[S_surfxml_route_c_multi_1] = "route:multi"; - surfxml_statenames[S_surfxml_route_c_multi_2] = "route:multi"; - surfxml_statenames[E_surfxml_route_c_multi] = "route:multi"; - surfxml_statenames[AL_surfxml_route] = NULL; - surfxml_statenames[S_surfxml_route] = "route"; - surfxml_statenames[S_surfxml_route_1] = "route"; - surfxml_statenames[S_surfxml_route_2] = "route"; - surfxml_statenames[E_surfxml_route] = "route"; - surfxml_statenames[AL_surfxml_link_c_ctn] = NULL; - surfxml_statenames[E_surfxml_link_c_ctn] = "link:ctn"; - surfxml_statenames[AL_surfxml_process] = NULL; - surfxml_statenames[S_surfxml_process] = "process"; - surfxml_statenames[S_surfxml_process_1] = "process"; - surfxml_statenames[S_surfxml_process_2] = "process"; - surfxml_statenames[E_surfxml_process] = "process"; - surfxml_statenames[AL_surfxml_argument] = NULL; - surfxml_statenames[E_surfxml_argument] = "argument"; + if(!surfxml_statenames) {surfxml_statenames= (const char **)calloc(IMPOSSIBLE,sizeof(char*)); + surfxml_statenames[PROLOG] = NULL; + surfxml_statenames[DOCTYPE] = NULL; + surfxml_statenames[EPILOG] = NULL; + surfxml_statenames[INCOMMENT] = NULL; + surfxml_statenames[INPI] = NULL; + surfxml_statenames[VALUE1] = NULL; + surfxml_statenames[VALUE2] = NULL; + surfxml_statenames[CDATA] = NULL; + surfxml_statenames[ROOT_surfxml_platform] = NULL; + surfxml_statenames[AL_surfxml_platform] = NULL; + surfxml_statenames[S_surfxml_platform] = "platform"; + surfxml_statenames[S_surfxml_platform_1] = "platform"; + surfxml_statenames[S_surfxml_platform_2] = "platform"; + surfxml_statenames[S_surfxml_platform_3] = "platform"; + surfxml_statenames[S_surfxml_platform_4] = "platform"; + surfxml_statenames[S_surfxml_platform_5] = "platform"; + surfxml_statenames[S_surfxml_platform_6] = "platform"; + surfxml_statenames[S_surfxml_platform_7] = "platform"; + surfxml_statenames[S_surfxml_platform_8] = "platform"; + surfxml_statenames[E_surfxml_platform] = "platform"; + surfxml_statenames[AL_surfxml_include] = NULL; + surfxml_statenames[S_surfxml_include] = "include"; + surfxml_statenames[S_surfxml_include_1] = "include"; + surfxml_statenames[S_surfxml_include_2] = "include"; + surfxml_statenames[E_surfxml_include] = "include"; + surfxml_statenames[AL_surfxml_trace] = NULL; + surfxml_statenames[IN_trace] = "trace"; + surfxml_statenames[AL_surfxml_random] = NULL; + surfxml_statenames[S_surfxml_random] = "random"; + surfxml_statenames[S_surfxml_random_1] = "random"; + surfxml_statenames[S_surfxml_random_2] = "random"; + surfxml_statenames[E_surfxml_random] = "random"; + surfxml_statenames[AL_surfxml_trace_connect] = NULL; + surfxml_statenames[E_surfxml_trace_connect] = "trace_connect"; + surfxml_statenames[AL_surfxml_AS] = NULL; + surfxml_statenames[S_surfxml_AS] = "AS"; + surfxml_statenames[S_surfxml_AS_1] = "AS"; + surfxml_statenames[S_surfxml_AS_2] = "AS"; + surfxml_statenames[S_surfxml_AS_3] = "AS"; + surfxml_statenames[S_surfxml_AS_4] = "AS"; + surfxml_statenames[S_surfxml_AS_5] = "AS"; + surfxml_statenames[S_surfxml_AS_6] = "AS"; + surfxml_statenames[S_surfxml_AS_7] = "AS"; + surfxml_statenames[S_surfxml_AS_8] = "AS"; + surfxml_statenames[S_surfxml_AS_9] = "AS"; + surfxml_statenames[S_surfxml_AS_10] = "AS"; + surfxml_statenames[S_surfxml_AS_11] = "AS"; + surfxml_statenames[S_surfxml_AS_12] = "AS"; + surfxml_statenames[S_surfxml_AS_13] = "AS"; + surfxml_statenames[E_surfxml_AS] = "AS"; + surfxml_statenames[AL_surfxml_storage_type] = NULL; + surfxml_statenames[S_surfxml_storage_type] = "storage_type"; + surfxml_statenames[S_surfxml_storage_type_1] = "storage_type"; + surfxml_statenames[S_surfxml_storage_type_2] = "storage_type"; + surfxml_statenames[E_surfxml_storage_type] = "storage_type"; + surfxml_statenames[AL_surfxml_storage] = NULL; + surfxml_statenames[S_surfxml_storage] = "storage"; + surfxml_statenames[S_surfxml_storage_1] = "storage"; + surfxml_statenames[S_surfxml_storage_2] = "storage"; + surfxml_statenames[E_surfxml_storage] = "storage"; + surfxml_statenames[AL_surfxml_mount] = NULL; + surfxml_statenames[E_surfxml_mount] = "mount"; + surfxml_statenames[AL_surfxml_mstorage] = NULL; + surfxml_statenames[E_surfxml_mstorage] = "mstorage"; + surfxml_statenames[AL_surfxml_host] = NULL; + surfxml_statenames[S_surfxml_host] = "host"; + surfxml_statenames[S_surfxml_host_1] = "host"; + surfxml_statenames[S_surfxml_host_2] = "host"; + surfxml_statenames[E_surfxml_host] = "host"; + surfxml_statenames[AL_surfxml_cluster] = NULL; + surfxml_statenames[E_surfxml_cluster] = "cluster"; + surfxml_statenames[AL_surfxml_peer] = NULL; + surfxml_statenames[E_surfxml_peer] = "peer"; + surfxml_statenames[AL_surfxml_router] = NULL; + surfxml_statenames[E_surfxml_router] = "router"; + surfxml_statenames[AL_surfxml_link] = NULL; + surfxml_statenames[S_surfxml_link] = "link"; + surfxml_statenames[S_surfxml_link_1] = "link"; + surfxml_statenames[S_surfxml_link_2] = "link"; + surfxml_statenames[E_surfxml_link] = "link"; + surfxml_statenames[AL_surfxml_route] = NULL; + surfxml_statenames[S_surfxml_route] = "route"; + surfxml_statenames[S_surfxml_route_1] = "route"; + surfxml_statenames[S_surfxml_route_2] = "route"; + surfxml_statenames[E_surfxml_route] = "route"; + surfxml_statenames[AL_surfxml_ASroute] = NULL; + surfxml_statenames[S_surfxml_ASroute] = "ASroute"; + surfxml_statenames[S_surfxml_ASroute_1] = "ASroute"; + surfxml_statenames[S_surfxml_ASroute_2] = "ASroute"; + surfxml_statenames[E_surfxml_ASroute] = "ASroute"; + surfxml_statenames[AL_surfxml_link_ctn] = NULL; + surfxml_statenames[E_surfxml_link_ctn] = "link_ctn"; + surfxml_statenames[AL_surfxml_bypassRoute] = NULL; + surfxml_statenames[S_surfxml_bypassRoute] = "bypassRoute"; + surfxml_statenames[S_surfxml_bypassRoute_1] = "bypassRoute"; + surfxml_statenames[S_surfxml_bypassRoute_2] = "bypassRoute"; + surfxml_statenames[E_surfxml_bypassRoute] = "bypassRoute"; + surfxml_statenames[AL_surfxml_bypassASroute] = NULL; + surfxml_statenames[S_surfxml_bypassASroute] = "bypassASroute"; + surfxml_statenames[S_surfxml_bypassASroute_1] = "bypassASroute"; + surfxml_statenames[S_surfxml_bypassASroute_2] = "bypassASroute"; + surfxml_statenames[E_surfxml_bypassASroute] = "bypassASroute"; + surfxml_statenames[AL_surfxml_process] = NULL; + surfxml_statenames[S_surfxml_process] = "process"; + surfxml_statenames[S_surfxml_process_1] = "process"; + surfxml_statenames[S_surfxml_process_2] = "process"; + surfxml_statenames[E_surfxml_process] = "process"; + surfxml_statenames[AL_surfxml_argument] = NULL; + surfxml_statenames[E_surfxml_argument] = "argument"; + surfxml_statenames[AL_surfxml_config] = NULL; + surfxml_statenames[S_surfxml_config] = "config"; + surfxml_statenames[S_surfxml_config_1] = "config"; + surfxml_statenames[S_surfxml_config_2] = "config"; + surfxml_statenames[E_surfxml_config] = "config"; + surfxml_statenames[AL_surfxml_prop] = NULL; + surfxml_statenames[E_surfxml_prop] = "prop"; } - /* COMMENTS and PIs: handled uniformly for efficiency. */ + /* COMMENTS and PIs: handled uniformly for efficiency. */ - if (!(yy_init)) { - (yy_init) = 1; + if ( !(yy_init) ) + { + (yy_init) = 1; #ifdef YY_USER_INIT - YY_USER_INIT; + YY_USER_INIT; #endif - if (!(yy_start)) - (yy_start) = 1; /* first start state */ - - if (!surf_parse_in) - surf_parse_in = stdin; - - if (!surf_parse_out) - surf_parse_out = stdout; - - if (!YY_CURRENT_BUFFER) { - surf_parse_ensure_buffer_stack(); - YY_CURRENT_BUFFER_LVALUE = - surf_parse__create_buffer(surf_parse_in, YY_BUF_SIZE); - } - - surf_parse__load_buffer_state(); - } - - while (1) { /* loops until end-of-file is reached */ - yy_cp = (yy_c_buf_p); - - /* Support of surf_parse_text. */ - *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 >= 2023) - 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] != 7094); - - 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; - - if (yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act]) { - int yyl; - for (yyl = 0; yyl < surf_parse_leng; ++yyl) - if (surf_parse_text[yyl] == '\n') - - surf_parse_lineno++; - ; - } - - 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 ENTER(INCOMMENT); - YY_BREAK case 2:YY_RULE_SETUP ENTER(INPI); - YY_BREAK case 3:YY_RULE_SETUP LEAVE; - YY_BREAK case 4:case 5:case 6: + if ( ! (yy_start) ) + (yy_start) = 1; /* first start state */ + + if ( ! surf_parse_in ) + surf_parse_in = stdin; + + if ( ! surf_parse_out ) + surf_parse_out = stdout; + + if ( ! YY_CURRENT_BUFFER ) { + surf_parse_ensure_buffer_stack (); + YY_CURRENT_BUFFER_LVALUE = + surf_parse__create_buffer(surf_parse_in,YY_BUF_SIZE ); + } + + surf_parse__load_buffer_state( ); + } + + while ( 1 ) /* loops until end-of-file is reached */ + { + yy_cp = (yy_c_buf_p); + + /* Support of surf_parse_text. */ + *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 >= 2960 ) + 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] != 10209 ); + +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; + + if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] ) + { + int yyl; + for ( yyl = 0; yyl < surf_parse_leng; ++yyl ) + if ( surf_parse_text[yyl] == '\n' ) + + surf_parse_lineno++; +; + } + +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 +ENTER(INCOMMENT); + YY_BREAK +case 2: +YY_RULE_SETUP +ENTER(INPI); + YY_BREAK + +case 3: +YY_RULE_SETUP +LEAVE; + YY_BREAK +case 4: +case 5: +case 6: /* rule 6 can match eol */ - YY_RULE_SETUP SKIP; - YY_BREAK case YY_STATE_EOF(INCOMMENT):FAIL("EOF in comment."); - YY_BREAK case 7:YY_RULE_SETUP LEAVE; - YY_BREAK case 8:case 9: +YY_RULE_SETUP +SKIP; + YY_BREAK +case YY_STATE_EOF(INCOMMENT): +FAIL("EOF in comment."); + YY_BREAK + +case 7: +YY_RULE_SETUP +LEAVE; + YY_BREAK +case 8: +case 9: /* rule 9 can match eol */ - YY_RULE_SETUP SKIP; - YY_BREAK case - YY_STATE_EOF(INPI):FAIL("EOF in PI (processing instruction)."); - YY_BREAK +YY_RULE_SETUP +SKIP; + YY_BREAK +case YY_STATE_EOF(INPI): +FAIL("EOF in PI (processing instruction)."); + YY_BREAK + /* SPACES: skipped uniformly */ - case 10: +case 10: /* rule 10 can match eol */ - YY_RULE_SETUP SKIP; - YY_BREAK +YY_RULE_SETUP +SKIP; + YY_BREAK /* PROLOG: determine root element and process it. */ - case 11: + +case 11: /* rule 11 can match eol */ - YY_RULE_SETUP SET(DOCTYPE); - YY_BREAK case 12: +YY_RULE_SETUP +SET(DOCTYPE); + YY_BREAK +case 12: /* rule 12 can match eol */ - YY_RULE_SETUP FAIL("Bad declaration %s.", surf_parse_text); - YY_BREAK case 13: +YY_RULE_SETUP +FAIL("Bad declaration %s.",surf_parse_text); + YY_BREAK + +case 13: /* rule 13 can match eol */ - YY_RULE_SETUP SET(ROOT_surfxml_platform); - YY_BREAK case 14: +YY_RULE_SETUP +SET(ROOT_surfxml_platform); + YY_BREAK +case 14: /* rule 14 can match eol */ - YY_RULE_SETUP FAIL("Bad declaration %s.", surf_parse_text); - YY_BREAK case 15:YY_RULE_SETUP - FAIL("Unexpected character `%c' in prolog.", surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(PROLOG):case - YY_STATE_EOF(DOCTYPE):FAIL("EOF in prolog."); - YY_BREAK +YY_RULE_SETUP +FAIL("Bad declaration %s.",surf_parse_text); + YY_BREAK +case 15: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in prolog.", surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(PROLOG): +case YY_STATE_EOF(DOCTYPE): +FAIL("EOF in prolog."); + YY_BREAK + /* RULES DERIVED FROM DTD. */ /* */ - case 16: +case 16: /* rule 16 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 17: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 17: /* rule 17 can match eol */ - YY_RULE_SETUP { - AX_surfxml_platform_version = 1; - AX_surfxml_platform_xmlns_c_link = 5; - AX_surfxml_platform_xmlns_c_route = 37; - ENTER(AL_surfxml_platform); - pushbuffer(0); - } YY_BREAK case 18: +YY_RULE_SETUP +{ + AX_surfxml_platform_version = 1; + surfxml_platform_version_isset = 0; + ENTER(AL_surfxml_platform); pushbuffer(0); + } + YY_BREAK + +case 18: /* rule 18 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_platform_version); - YY_BREAK case 19: +YY_RULE_SETUP +if (surfxml_platform_version_isset != 0) {FAIL("Multiple definition of attribute version in ");} surfxml_platform_version_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_platform_version); + YY_BREAK +case 19: /* rule 19 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_platform_version); - YY_BREAK case 20: -/* rule 20 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_platform_xmlns_c_link); - YY_BREAK case 21: -/* rule 21 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_platform_xmlns_c_link); - YY_BREAK case 22: -/* rule 22 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_platform_xmlns_c_route); - YY_BREAK case 23: -/* rule 23 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_platform_xmlns_c_route); - YY_BREAK case 24:YY_RULE_SETUP { - LEAVE; - STag_surfxml_platform(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_platform); - } YY_BREAK case 25:YY_RULE_SETUP { - LEAVE; - STag_surfxml_platform(); - surfxml_pcdata_ix = 0; - ETag_surfxml_platform(); - popbuffer(); /* attribute */ - switch (YY_START) { - case ROOT_surfxml_platform: - SET(EPILOG); - break; - }} YY_BREAK case 26:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of platform element.", - surf_parse_text[0]); - YY_BREAK case 27:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `platform' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_platform):FAIL - ("EOF in attribute list of `platform' element."); - YY_BREAK case 28: +YY_RULE_SETUP +if (surfxml_platform_version_isset != 0) {FAIL("Multiple definition of attribute version in ");} surfxml_platform_version_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_platform_version); + YY_BREAK +case 20: +YY_RULE_SETUP +{ + LEAVE; STag_surfxml_platform();surfxml_pcdata_ix = 0; ENTER(S_surfxml_platform); + } + YY_BREAK +case 21: +YY_RULE_SETUP +{ + LEAVE; STag_surfxml_platform(); surfxml_pcdata_ix = 0; ETag_surfxml_platform(); popbuffer(); /* attribute */ + switch (YY_START) { + case ROOT_surfxml_platform: SET(EPILOG); break; + } + } + YY_BREAK +case 22: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of platform element.", surf_parse_text[0]); + YY_BREAK +case 23: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `platform' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_platform): +FAIL("EOF in attribute list of `platform' element."); + YY_BREAK + +case 24: +/* rule 24 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_platform(); + popbuffer(); /* attribute */ + switch (YY_START) { + case ROOT_surfxml_platform: SET(EPILOG); break; + } + } + YY_BREAK +case 25: +/* rule 25 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 26: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_platform_8): +case YY_STATE_EOF(S_surfxml_platform_1): +case YY_STATE_EOF(S_surfxml_platform_3): +case YY_STATE_EOF(S_surfxml_platform): +case YY_STATE_EOF(S_surfxml_platform_4): +case YY_STATE_EOF(S_surfxml_platform_6): +case YY_STATE_EOF(E_surfxml_platform): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 27: +/* rule 27 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 28: /* rule 28 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_platform(); - popbuffer(); /* attribute */ - switch (YY_START) { - case ROOT_surfxml_platform: - SET(EPILOG); - break; - }} YY_BREAK case 29: +YY_RULE_SETUP +{ + AX_surfxml_include_file = 0; + surfxml_include_file_isset = 0; + ENTER(AL_surfxml_include); pushbuffer(0); + } + YY_BREAK + +case 29: /* rule 29 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 30:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_platform_5):case - YY_STATE_EOF(S_surfxml_platform_1):case - YY_STATE_EOF(S_surfxml_platform_3):case - YY_STATE_EOF(S_surfxml_platform):case - YY_STATE_EOF(E_surfxml_platform):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 31: -/* rule 31 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 32: -/* rule 32 can match eol */ - YY_RULE_SETUP { - AX_surfxml_include_file = 0; - ENTER(AL_surfxml_include); - pushbuffer(0); - } YY_BREAK case 33: -/* rule 33 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_include_file); - YY_BREAK case 34: -/* rule 34 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_include_file); - YY_BREAK case 35:YY_RULE_SETUP { - if (!AX_surfxml_include_file) - FAIL("Required attribute `file' not set for `include' element."); - LEAVE; - STag_surfxml_include(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_include); - } YY_BREAK case 36:YY_RULE_SETUP { - if (!AX_surfxml_include_file) - FAIL("Required attribute `file' not set for `include' element."); - LEAVE; - STag_surfxml_include(); - surfxml_pcdata_ix = 0; - ETag_surfxml_include(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform_3: - case S_surfxml_platform: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - case S_surfxml_platform_2:SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 37:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of include element.", - surf_parse_text[0]); - YY_BREAK case 38:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `include' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_include):FAIL - ("EOF in attribute list of `include' element."); - YY_BREAK case 39: +YY_RULE_SETUP +if (surfxml_include_file_isset != 0) {FAIL("Multiple definition of attribute file in ");} surfxml_include_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_include_file); + YY_BREAK +case 30: +/* rule 30 can match eol */ +YY_RULE_SETUP +if (surfxml_include_file_isset != 0) {FAIL("Multiple definition of attribute file in ");} surfxml_include_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_include_file); + YY_BREAK +case 31: +YY_RULE_SETUP +{ + if (!AX_surfxml_include_file) FAIL("Required attribute `file' not set for `include' element."); + LEAVE; STag_surfxml_include();surfxml_pcdata_ix = 0; ENTER(S_surfxml_include); + } + YY_BREAK +case 32: +YY_RULE_SETUP +{ + if (!AX_surfxml_include_file) FAIL("Required attribute `file' not set for `include' element."); + LEAVE; STag_surfxml_include(); surfxml_pcdata_ix = 0; ETag_surfxml_include(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_6: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 33: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of include element.", surf_parse_text[0]); + YY_BREAK +case 34: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `include' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_include): +FAIL("EOF in attribute list of `include' element."); + YY_BREAK + +case 35: +/* rule 35 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_include(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_6: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 36: +/* rule 36 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 37: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_include): +case YY_STATE_EOF(S_surfxml_include): +case YY_STATE_EOF(S_surfxml_include_2): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 38: +/* rule 38 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 39: /* rule 39 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_include(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform_3: - case S_surfxml_platform: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - case S_surfxml_platform_2:SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 40: +YY_RULE_SETUP +{ + AX_surfxml_trace_id = 0; + surfxml_trace_id_isset = 0; + AX_surfxml_trace_file = 0; + surfxml_trace_file_isset = 0; + AX_surfxml_trace_periodicity = 0; + surfxml_trace_periodicity_isset = 0; + ENTER(AL_surfxml_trace); pushbuffer(0); + } + YY_BREAK + +case 40: /* rule 40 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 41:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_include):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 42: +YY_RULE_SETUP +if (surfxml_trace_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_trace_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_id); + YY_BREAK +case 41: +/* rule 41 can match eol */ +YY_RULE_SETUP +if (surfxml_trace_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_trace_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_id); + YY_BREAK +case 42: /* rule 42 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 43: +YY_RULE_SETUP +if (surfxml_trace_file_isset != 0) {FAIL("Multiple definition of attribute file in ");} surfxml_trace_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_file); + YY_BREAK +case 43: /* rule 43 can match eol */ - YY_RULE_SETUP { - AX_surfxml_trace_id = 0; - AX_surfxml_trace_file = 0; - AX_surfxml_trace_periodicity = 0; - ENTER(AL_surfxml_trace); - pushbuffer(0); - } YY_BREAK case 44: +YY_RULE_SETUP +if (surfxml_trace_file_isset != 0) {FAIL("Multiple definition of attribute file in ");} surfxml_trace_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_file); + YY_BREAK +case 44: /* rule 44 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_trace_id); - YY_BREAK case 45: +YY_RULE_SETUP +if (surfxml_trace_periodicity_isset != 0) {FAIL("Multiple definition of attribute periodicity in ");} surfxml_trace_periodicity_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_periodicity); + YY_BREAK +case 45: /* rule 45 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_trace_id); - YY_BREAK case 46: -/* rule 46 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_trace_file); - YY_BREAK case 47: -/* rule 47 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_trace_file); - YY_BREAK case 48: -/* rule 48 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_trace_periodicity); - YY_BREAK case 49: -/* rule 49 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_trace_periodicity); - YY_BREAK case 50:YY_RULE_SETUP { - if (!AX_surfxml_trace_id) - FAIL("Required attribute `id' not set for `trace' element."); - if (!AX_surfxml_trace_periodicity) - FAIL - ("Required attribute `periodicity' not set for `trace' element."); - LEAVE; - STag_surfxml_trace(); - pushbuffer(surfxml_pcdata_ix); - BUFFERSET(surfxml_pcdata_ix);; - ENTER(IN_trace); - } YY_BREAK case 51:YY_RULE_SETUP { - if (!AX_surfxml_trace_id) - FAIL("Required attribute `id' not set for `trace' element."); - if (!AX_surfxml_trace_periodicity) - FAIL - ("Required attribute `periodicity' not set for `trace' element."); - LEAVE; - STag_surfxml_trace(); - surfxml_pcdata_ix = 0; - ETag_surfxml_trace(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 52:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of trace element.", - surf_parse_text[0]); - YY_BREAK case 53:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `trace' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_trace):FAIL - ("EOF in attribute list of `trace' element."); - YY_BREAK case 54: +YY_RULE_SETUP +if (surfxml_trace_periodicity_isset != 0) {FAIL("Multiple definition of attribute periodicity in ");} surfxml_trace_periodicity_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_periodicity); + YY_BREAK +case 46: +YY_RULE_SETUP +{ + if (!AX_surfxml_trace_id) FAIL("Required attribute `id' not set for `trace' element."); + if (!AX_surfxml_trace_periodicity) FAIL("Required attribute `periodicity' not set for `trace' element."); + LEAVE; STag_surfxml_trace();pushbuffer(surfxml_pcdata_ix); BUFFERSET(surfxml_pcdata_ix);; ENTER(IN_trace); + } + YY_BREAK +case 47: +YY_RULE_SETUP +{ + if (!AX_surfxml_trace_id) FAIL("Required attribute `id' not set for `trace' element."); + if (!AX_surfxml_trace_periodicity) FAIL("Required attribute `periodicity' not set for `trace' element."); + LEAVE; STag_surfxml_trace(); surfxml_pcdata_ix = 0; ETag_surfxml_trace(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_8: case S_surfxml_AS_4: case S_surfxml_AS_7: case S_surfxml_AS_6: SET(S_surfxml_AS_8); break; + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: SET(S_surfxml_AS_3); break; + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_13: SET(S_surfxml_AS_13); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 48: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of trace element.", surf_parse_text[0]); + YY_BREAK +case 49: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `trace' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_trace): +FAIL("EOF in attribute list of `trace' element."); + YY_BREAK + +case 50: +/* rule 50 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + BUFFERDONE; + ETag_surfxml_trace(); + surfxml_pcdata_ix = popbuffer(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_8: case S_surfxml_AS_4: case S_surfxml_AS_7: case S_surfxml_AS_6: SET(S_surfxml_AS_8); break; + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: SET(S_surfxml_AS_3); break; + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_13: SET(S_surfxml_AS_13); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 51: +/* rule 51 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(IN_trace): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 52: +/* rule 52 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 53: +/* rule 53 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_random_id = 0; + surfxml_random_id_isset = 0; + AX_surfxml_random_min = 0; + surfxml_random_min_isset = 0; + AX_surfxml_random_max = 0; + surfxml_random_max_isset = 0; + AX_surfxml_random_mean = 0; + surfxml_random_mean_isset = 0; + AX_surfxml_random_std_deviation = 0; + surfxml_random_std_deviation_isset = 0; + AX_surfxml_random_seed = 5; + surfxml_random_seed_isset = 0; + AX_surfxml_random_radical = 0; + surfxml_random_radical_isset = 0; + AX_surfxml_random_generator = A_surfxml_random_generator_DRAND48; + surfxml_random_generator_isset = 0; + ENTER(AL_surfxml_random); pushbuffer(0); + } + YY_BREAK + +case 54: /* rule 54 can match eol */ - YY_RULE_SETUP { - LEAVE; - BUFFERDONE; - ETag_surfxml_trace(); - surfxml_pcdata_ix = popbuffer(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 55: +YY_RULE_SETUP +if (surfxml_random_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_random_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_id); + YY_BREAK +case 55: /* rule 55 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(IN_trace):FAIL("Premature EOF: `' expected."); - YY_BREAK case 56: +YY_RULE_SETUP +if (surfxml_random_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_random_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_id); + YY_BREAK +case 56: /* rule 56 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 57: +YY_RULE_SETUP +if (surfxml_random_min_isset != 0) {FAIL("Multiple definition of attribute min in ");} surfxml_random_min_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_min); + YY_BREAK +case 57: /* rule 57 can match eol */ - YY_RULE_SETUP { - AX_surfxml_random_id = 0; - AX_surfxml_random_min = 0; - AX_surfxml_random_max = 0; - AX_surfxml_random_mean = 0; - AX_surfxml_random_std_deviation = 0; - AX_surfxml_random_generator = A_surfxml_random_generator_DRAND48; - ENTER(AL_surfxml_random); - pushbuffer(0); - } YY_BREAK case 58: +YY_RULE_SETUP +if (surfxml_random_min_isset != 0) {FAIL("Multiple definition of attribute min in ");} surfxml_random_min_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_min); + YY_BREAK +case 58: /* rule 58 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_random_id); - YY_BREAK case 59: +YY_RULE_SETUP +if (surfxml_random_max_isset != 0) {FAIL("Multiple definition of attribute max in ");} surfxml_random_max_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_max); + YY_BREAK +case 59: /* rule 59 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_random_id); - YY_BREAK case 60: +YY_RULE_SETUP +if (surfxml_random_max_isset != 0) {FAIL("Multiple definition of attribute max in ");} surfxml_random_max_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_max); + YY_BREAK +case 60: /* rule 60 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_random_min); - YY_BREAK case 61: +YY_RULE_SETUP +if (surfxml_random_mean_isset != 0) {FAIL("Multiple definition of attribute mean in ");} surfxml_random_mean_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_mean); + YY_BREAK +case 61: /* rule 61 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_random_min); - YY_BREAK case 62: +YY_RULE_SETUP +if (surfxml_random_mean_isset != 0) {FAIL("Multiple definition of attribute mean in ");} surfxml_random_mean_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_mean); + YY_BREAK +case 62: /* rule 62 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_random_max); - YY_BREAK case 63: +YY_RULE_SETUP +if (surfxml_random_std_deviation_isset != 0) {FAIL("Multiple definition of attribute std_deviation in ");} surfxml_random_std_deviation_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_std_deviation); + YY_BREAK +case 63: /* rule 63 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_random_max); - YY_BREAK case 64: +YY_RULE_SETUP +if (surfxml_random_std_deviation_isset != 0) {FAIL("Multiple definition of attribute std_deviation in ");} surfxml_random_std_deviation_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_std_deviation); + YY_BREAK +case 64: /* rule 64 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_random_mean); - YY_BREAK case 65: +YY_RULE_SETUP +if (surfxml_random_seed_isset != 0) {FAIL("Multiple definition of attribute seed in ");} surfxml_random_seed_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_seed); + YY_BREAK +case 65: /* rule 65 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_random_mean); - YY_BREAK case 66: +YY_RULE_SETUP +if (surfxml_random_seed_isset != 0) {FAIL("Multiple definition of attribute seed in ");} surfxml_random_seed_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_seed); + YY_BREAK +case 66: /* rule 66 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_random_std_deviation); - YY_BREAK case 67: +YY_RULE_SETUP +if (surfxml_random_radical_isset != 0) {FAIL("Multiple definition of attribute radical in ");} surfxml_random_radical_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_random_radical); + YY_BREAK +case 67: /* rule 67 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_random_std_deviation); - YY_BREAK case 68: +YY_RULE_SETUP +if (surfxml_random_radical_isset != 0) {FAIL("Multiple definition of attribute radical in ");} surfxml_random_radical_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_random_radical); + YY_BREAK +case 68: /* rule 68 can match eol */ - case 69: +case 69: /* rule 69 can match eol */ - - YY_RULE_SETUP - A_surfxml_random_generator = A_surfxml_random_generator_DRAND48; - YY_BREAK case 70: +YY_RULE_SETUP +A_surfxml_random_generator = A_surfxml_random_generator_DRAND48; + YY_BREAK +case 70: /* rule 70 can match eol */ - case 71: +case 71: /* rule 71 can match eol */ - - YY_RULE_SETUP - A_surfxml_random_generator = A_surfxml_random_generator_RAND; - YY_BREAK case 72:YY_RULE_SETUP { - if (!AX_surfxml_random_id) - FAIL("Required attribute `id' not set for `random' element."); - if (!AX_surfxml_random_min) - FAIL("Required attribute `min' not set for `random' element."); - if (!AX_surfxml_random_max) - FAIL("Required attribute `max' not set for `random' element."); - if (!AX_surfxml_random_mean) - FAIL("Required attribute `mean' not set for `random' element."); - if (!AX_surfxml_random_std_deviation) - FAIL - ("Required attribute `std_deviation' not set for `random' element."); - LEAVE; - STag_surfxml_random(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_random); - } YY_BREAK case 73:YY_RULE_SETUP { - if (!AX_surfxml_random_id) - FAIL("Required attribute `id' not set for `random' element."); - if (!AX_surfxml_random_min) - FAIL("Required attribute `min' not set for `random' element."); - if (!AX_surfxml_random_max) - FAIL("Required attribute `max' not set for `random' element."); - if (!AX_surfxml_random_mean) - FAIL("Required attribute `mean' not set for `random' element."); - if (!AX_surfxml_random_std_deviation) - FAIL - ("Required attribute `std_deviation' not set for `random' element."); - LEAVE; - STag_surfxml_random(); - surfxml_pcdata_ix = 0; - ETag_surfxml_random(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 74:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of random element.", - surf_parse_text[0]); - YY_BREAK case 75:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `random' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_random):FAIL - ("EOF in attribute list of `random' element."); - YY_BREAK case 76: -/* rule 76 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_random(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 77: -/* rule 77 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 78:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_random_2):case - YY_STATE_EOF(S_surfxml_random):case - YY_STATE_EOF(E_surfxml_random):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 79: -/* rule 79 can match eol */ - - YY_RULE_SETUP - FAIL("Starting tag is not allowed here."); - YY_BREAK case 80: +YY_RULE_SETUP +A_surfxml_random_generator = A_surfxml_random_generator_RAND; + YY_BREAK +case 72: +/* rule 72 can match eol */ +case 73: +/* rule 73 can match eol */ +YY_RULE_SETUP +A_surfxml_random_generator = A_surfxml_random_generator_RNGSTREAM; + YY_BREAK +case 74: +/* rule 74 can match eol */ +case 75: +/* rule 75 can match eol */ +YY_RULE_SETUP +A_surfxml_random_generator = A_surfxml_random_generator_NONE; + YY_BREAK +case 76: +YY_RULE_SETUP +{ + if (!AX_surfxml_random_id) FAIL("Required attribute `id' not set for `random' element."); + if (!AX_surfxml_random_min) FAIL("Required attribute `min' not set for `random' element."); + if (!AX_surfxml_random_max) FAIL("Required attribute `max' not set for `random' element."); + if (!AX_surfxml_random_mean) FAIL("Required attribute `mean' not set for `random' element."); + if (!AX_surfxml_random_std_deviation) FAIL("Required attribute `std_deviation' not set for `random' element."); + LEAVE; STag_surfxml_random();surfxml_pcdata_ix = 0; ENTER(S_surfxml_random); + } + YY_BREAK +case 77: +YY_RULE_SETUP +{ + if (!AX_surfxml_random_id) FAIL("Required attribute `id' not set for `random' element."); + if (!AX_surfxml_random_min) FAIL("Required attribute `min' not set for `random' element."); + if (!AX_surfxml_random_max) FAIL("Required attribute `max' not set for `random' element."); + if (!AX_surfxml_random_mean) FAIL("Required attribute `mean' not set for `random' element."); + if (!AX_surfxml_random_std_deviation) FAIL("Required attribute `std_deviation' not set for `random' element."); + LEAVE; STag_surfxml_random(); surfxml_pcdata_ix = 0; ETag_surfxml_random(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + YY_BREAK +case 78: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of random element.", surf_parse_text[0]); + YY_BREAK +case 79: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `random' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_random): +FAIL("EOF in attribute list of `random' element."); + YY_BREAK + +case 80: /* rule 80 can match eol */ - YY_RULE_SETUP { - AX_surfxml_trace_c_connect_kind = - A_surfxml_trace_c_connect_kind_HOST_AVAIL; - AX_surfxml_trace_c_connect_trace = 0; - AX_surfxml_trace_c_connect_element = 0; - ENTER(AL_surfxml_trace_c_connect); - pushbuffer(0); - } YY_BREAK case 81: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_random(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + YY_BREAK +case 81: /* rule 81 can match eol */ - case 82: -/* rule 82 can match eol */ - - YY_RULE_SETUP - A_surfxml_trace_c_connect_kind = - A_surfxml_trace_c_connect_kind_HOST_AVAIL; - YY_BREAK case 83: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 82: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_random): +case YY_STATE_EOF(S_surfxml_random_2): +case YY_STATE_EOF(E_surfxml_random): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 83: /* rule 83 can match eol */ - case 84: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 84: /* rule 84 can match eol */ - - YY_RULE_SETUP - A_surfxml_trace_c_connect_kind = A_surfxml_trace_c_connect_kind_POWER; - YY_BREAK case 85: +YY_RULE_SETUP +{ + AX_surfxml_trace_connect_kind = A_surfxml_trace_connect_kind_HOST_AVAIL; + surfxml_trace_connect_kind_isset = 0; + AX_surfxml_trace_connect_trace = 0; + surfxml_trace_connect_trace_isset = 0; + AX_surfxml_trace_connect_element = 0; + surfxml_trace_connect_element_isset = 0; + ENTER(AL_surfxml_trace_connect); pushbuffer(0); + } + YY_BREAK + +case 85: /* rule 85 can match eol */ - case 86: +case 86: /* rule 86 can match eol */ - - YY_RULE_SETUP - A_surfxml_trace_c_connect_kind = - A_surfxml_trace_c_connect_kind_LINK_AVAIL; - YY_BREAK case 87: +YY_RULE_SETUP +A_surfxml_trace_connect_kind = A_surfxml_trace_connect_kind_HOST_AVAIL; + YY_BREAK +case 87: /* rule 87 can match eol */ - case 88: +case 88: /* rule 88 can match eol */ - - YY_RULE_SETUP - A_surfxml_trace_c_connect_kind = - A_surfxml_trace_c_connect_kind_BANDWIDTH; - YY_BREAK case 89: +YY_RULE_SETUP +A_surfxml_trace_connect_kind = A_surfxml_trace_connect_kind_POWER; + YY_BREAK +case 89: /* rule 89 can match eol */ - case 90: +case 90: /* rule 90 can match eol */ - - YY_RULE_SETUP - A_surfxml_trace_c_connect_kind = - A_surfxml_trace_c_connect_kind_LATENCY; - YY_BREAK case 91: +YY_RULE_SETUP +A_surfxml_trace_connect_kind = A_surfxml_trace_connect_kind_LINK_AVAIL; + YY_BREAK +case 91: /* rule 91 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_trace_c_connect_trace); - YY_BREAK case 92: +case 92: /* rule 92 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_trace_c_connect_trace); - YY_BREAK case 93: +YY_RULE_SETUP +A_surfxml_trace_connect_kind = A_surfxml_trace_connect_kind_BANDWIDTH; + YY_BREAK +case 93: /* rule 93 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_trace_c_connect_element); - YY_BREAK case 94: +case 94: /* rule 94 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_trace_c_connect_element); - YY_BREAK case 95:YY_RULE_SETUP { - if (!AX_surfxml_trace_c_connect_trace) - FAIL - ("Required attribute `trace' not set for `trace:connect' element."); - if (!AX_surfxml_trace_c_connect_element) - FAIL - ("Required attribute `element' not set for `trace:connect' element."); - LEAVE; - STag_surfxml_trace_c_connect(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_trace_c_connect); - } YY_BREAK case 96:YY_RULE_SETUP { - if (!AX_surfxml_trace_c_connect_trace) - FAIL - ("Required attribute `trace' not set for `trace:connect' element."); - if (!AX_surfxml_trace_c_connect_element) - FAIL - ("Required attribute `element' not set for `trace:connect' element."); - LEAVE; - STag_surfxml_trace_c_connect(); - surfxml_pcdata_ix = 0; - ETag_surfxml_trace_c_connect(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform_3: - case S_surfxml_platform: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - case S_surfxml_platform_2:SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 97:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of trace:connect element.", - surf_parse_text[0]); - YY_BREAK case 98:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `trace:connect' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_trace_c_connect):FAIL - ("EOF in attribute list of `trace:connect' element."); - YY_BREAK case 99: -/* rule 99 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_trace_c_connect(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform_3: - case S_surfxml_platform: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - case S_surfxml_platform_2:SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 100: -/* rule 100 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 101:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_trace_c_connect):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 102: -/* rule 102 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 103: +YY_RULE_SETUP +A_surfxml_trace_connect_kind = A_surfxml_trace_connect_kind_LATENCY; + YY_BREAK +case 95: +/* rule 95 can match eol */ +YY_RULE_SETUP +if (surfxml_trace_connect_trace_isset != 0) {FAIL("Multiple definition of attribute trace in ");} surfxml_trace_connect_trace_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_connect_trace); + YY_BREAK +case 96: +/* rule 96 can match eol */ +YY_RULE_SETUP +if (surfxml_trace_connect_trace_isset != 0) {FAIL("Multiple definition of attribute trace in ");} surfxml_trace_connect_trace_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_connect_trace); + YY_BREAK +case 97: +/* rule 97 can match eol */ +YY_RULE_SETUP +if (surfxml_trace_connect_element_isset != 0) {FAIL("Multiple definition of attribute element in ");} surfxml_trace_connect_element_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_trace_connect_element); + YY_BREAK +case 98: +/* rule 98 can match eol */ +YY_RULE_SETUP +if (surfxml_trace_connect_element_isset != 0) {FAIL("Multiple definition of attribute element in ");} surfxml_trace_connect_element_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_trace_connect_element); + YY_BREAK +case 99: +YY_RULE_SETUP +{ + if (!AX_surfxml_trace_connect_trace) FAIL("Required attribute `trace' not set for `trace_connect' element."); + if (!AX_surfxml_trace_connect_element) FAIL("Required attribute `element' not set for `trace_connect' element."); + LEAVE; STag_surfxml_trace_connect();surfxml_pcdata_ix = 0; ENTER(E_surfxml_trace_connect); + } + YY_BREAK +case 100: +YY_RULE_SETUP +{ + if (!AX_surfxml_trace_connect_trace) FAIL("Required attribute `trace' not set for `trace_connect' element."); + if (!AX_surfxml_trace_connect_element) FAIL("Required attribute `element' not set for `trace_connect' element."); + LEAVE; STag_surfxml_trace_connect(); surfxml_pcdata_ix = 0; ETag_surfxml_trace_connect(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_8: case S_surfxml_AS_4: case S_surfxml_AS_7: case S_surfxml_AS_6: SET(S_surfxml_AS_8); break; + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: SET(S_surfxml_AS_3); break; + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_13: SET(S_surfxml_AS_13); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 101: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of trace_connect element.", surf_parse_text[0]); + YY_BREAK +case 102: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `trace_connect' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_trace_connect): +FAIL("EOF in attribute list of `trace_connect' element."); + YY_BREAK + +case 103: /* rule 103 can match eol */ - YY_RULE_SETUP { - AX_surfxml_set_id = 0; - AX_surfxml_set_prefix = 0; - AX_surfxml_set_suffix = 0; - AX_surfxml_set_radical = 0; - ENTER(AL_surfxml_set); - pushbuffer(0); - } YY_BREAK case 104: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_trace_connect(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_8: case S_surfxml_AS_4: case S_surfxml_AS_7: case S_surfxml_AS_6: SET(S_surfxml_AS_8); break; + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: SET(S_surfxml_AS_3); break; + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_13: SET(S_surfxml_AS_13); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 104: /* rule 104 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_set_id); - YY_BREAK case 105: -/* rule 105 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_set_id); - YY_BREAK case 106: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 105: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_trace_connect): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 106: /* rule 106 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_set_prefix); - YY_BREAK case 107: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 107: /* rule 107 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_set_prefix); - YY_BREAK case 108: +YY_RULE_SETUP +{ + AX_surfxml_AS_id = 0; + surfxml_AS_id_isset = 0; + AX_surfxml_AS_routing = A_surfxml_AS_routing_None; + surfxml_AS_routing_isset = 0; + ENTER(AL_surfxml_AS); pushbuffer(0); + } + YY_BREAK + +case 108: /* rule 108 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_set_suffix); - YY_BREAK case 109: +YY_RULE_SETUP +if (surfxml_AS_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_AS_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_AS_id); + YY_BREAK +case 109: /* rule 109 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_set_suffix); - YY_BREAK case 110: +YY_RULE_SETUP +if (surfxml_AS_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_AS_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_AS_id); + YY_BREAK +case 110: /* rule 110 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_set_radical); - YY_BREAK case 111: +case 111: /* rule 111 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_set_radical); - YY_BREAK case 112:YY_RULE_SETUP { - if (!AX_surfxml_set_id) - FAIL("Required attribute `id' not set for `set' element."); - if (!AX_surfxml_set_prefix) - FAIL("Required attribute `prefix' not set for `set' element."); - if (!AX_surfxml_set_suffix) - FAIL("Required attribute `suffix' not set for `set' element."); - if (!AX_surfxml_set_radical) - FAIL("Required attribute `radical' not set for `set' element."); - LEAVE; - STag_surfxml_set(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_set); - } YY_BREAK case 113:YY_RULE_SETUP { - if (!AX_surfxml_set_id) - FAIL("Required attribute `id' not set for `set' element."); - if (!AX_surfxml_set_prefix) - FAIL("Required attribute `prefix' not set for `set' element."); - if (!AX_surfxml_set_suffix) - FAIL("Required attribute `suffix' not set for `set' element."); - if (!AX_surfxml_set_radical) - FAIL("Required attribute `radical' not set for `set' element."); - LEAVE; - STag_surfxml_set(); - surfxml_pcdata_ix = 0; - ETag_surfxml_set(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 114:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of set element.", - surf_parse_text[0]); - YY_BREAK case 115:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `set' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_set):FAIL - ("EOF in attribute list of `set' element."); - YY_BREAK case 116: +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_Full; + YY_BREAK +case 112: +/* rule 112 can match eol */ +case 113: +/* rule 113 can match eol */ +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_Floyd; + YY_BREAK +case 114: +/* rule 114 can match eol */ +case 115: +/* rule 115 can match eol */ +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_Dijkstra; + YY_BREAK +case 116: /* rule 116 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_set(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 117: +case 117: /* rule 117 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", surf_parse_text); - YY_BREAK case 118:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_set):FAIL("Premature EOF: `' expected."); - YY_BREAK case 119: +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_DijkstraCache; + YY_BREAK +case 118: +/* rule 118 can match eol */ +case 119: /* rule 119 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 120: +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_None; + YY_BREAK +case 120: /* rule 120 can match eol */ - YY_RULE_SETUP { - AX_surfxml_foreach_set_id = 0; - ENTER(AL_surfxml_foreach); - pushbuffer(0); - } YY_BREAK case 121: +case 121: /* rule 121 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_foreach_set_id); - YY_BREAK case 122: +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_RuleBased; + YY_BREAK +case 122: /* rule 122 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_foreach_set_id); - YY_BREAK case 123:YY_RULE_SETUP { - if (!AX_surfxml_foreach_set_id) - FAIL("Required attribute `set_id' not set for `foreach' element."); - LEAVE; - STag_surfxml_foreach(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_foreach); - } YY_BREAK case 124:YY_RULE_SETUP - FAIL("`foreach' element cannot be empty."); - YY_BREAK case 125:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of foreach element.", - surf_parse_text[0]); - YY_BREAK case 126:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `foreach' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_foreach):FAIL - ("EOF in attribute list of `foreach' element."); - YY_BREAK case 127: -/* rule 127 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_foreach(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 128: -/* rule 128 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 129:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_foreach):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 130: +case 123: +/* rule 123 can match eol */ +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_Vivaldi; + YY_BREAK +case 124: +/* rule 124 can match eol */ +case 125: +/* rule 125 can match eol */ +YY_RULE_SETUP +A_surfxml_AS_routing = A_surfxml_AS_routing_Cluster; + YY_BREAK +case 126: +YY_RULE_SETUP +{ + if (!AX_surfxml_AS_id) FAIL("Required attribute `id' not set for `AS' element."); + LEAVE; STag_surfxml_AS();surfxml_pcdata_ix = 0; ENTER(S_surfxml_AS); + } + YY_BREAK +case 127: +YY_RULE_SETUP +{ + if (!AX_surfxml_AS_id) FAIL("Required attribute `id' not set for `AS' element."); + LEAVE; STag_surfxml_AS(); surfxml_pcdata_ix = 0; ETag_surfxml_AS(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_2: case S_surfxml_AS: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 128: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of AS element.", surf_parse_text[0]); + YY_BREAK +case 129: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `AS' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_AS): +FAIL("EOF in attribute list of `AS' element."); + YY_BREAK + +case 130: /* rule 130 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 131: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_AS(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_2: case S_surfxml_AS: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 131: /* rule 131 can match eol */ - YY_RULE_SETUP { - AX_surfxml_host_id = 0; - AX_surfxml_host_power = 0; - AX_surfxml_host_availability = 69; - AX_surfxml_host_availability_file = 0; - AX_surfxml_host_state = A_surfxml_host_state_ON; - AX_surfxml_host_state_file = 0; - AX_surfxml_host_interference_send = 73; - AX_surfxml_host_interference_recv = 77; - AX_surfxml_host_interference_send_recv = 81; - AX_surfxml_host_max_outgoing_rate = 85; - ENTER(AL_surfxml_host); - pushbuffer(0); - } YY_BREAK case 132: -/* rule 132 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_id); - YY_BREAK case 133: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 132: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_AS_9): +case YY_STATE_EOF(S_surfxml_AS_1): +case YY_STATE_EOF(S_surfxml_AS_11): +case YY_STATE_EOF(S_surfxml_AS_6): +case YY_STATE_EOF(E_surfxml_AS): +case YY_STATE_EOF(S_surfxml_AS_3): +case YY_STATE_EOF(S_surfxml_AS_13): +case YY_STATE_EOF(S_surfxml_AS_8): +case YY_STATE_EOF(S_surfxml_AS): +case YY_STATE_EOF(S_surfxml_AS_4): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 133: /* rule 133 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_id); - YY_BREAK case 134: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 134: /* rule 134 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_power); - YY_BREAK case 135: +YY_RULE_SETUP +{ + AX_surfxml_storage_type_id = 0; + surfxml_storage_type_id_isset = 0; + AX_surfxml_storage_type_model = 0; + surfxml_storage_type_model_isset = 0; + AX_surfxml_storage_type_size = 0; + surfxml_storage_type_size_isset = 0; + AX_surfxml_storage_type_content = 0; + surfxml_storage_type_content_isset = 0; + ENTER(AL_surfxml_storage_type); pushbuffer(0); + } + YY_BREAK + +case 135: /* rule 135 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_power); - YY_BREAK case 136: +YY_RULE_SETUP +if (surfxml_storage_type_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_storage_type_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_type_id); + YY_BREAK +case 136: /* rule 136 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_availability); - YY_BREAK case 137: +YY_RULE_SETUP +if (surfxml_storage_type_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_storage_type_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_type_id); + YY_BREAK +case 137: /* rule 137 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_availability); - YY_BREAK case 138: +YY_RULE_SETUP +if (surfxml_storage_type_model_isset != 0) {FAIL("Multiple definition of attribute model in ");} surfxml_storage_type_model_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_type_model); + YY_BREAK +case 138: /* rule 138 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_availability_file); - YY_BREAK case 139: +YY_RULE_SETUP +if (surfxml_storage_type_model_isset != 0) {FAIL("Multiple definition of attribute model in ");} surfxml_storage_type_model_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_type_model); + YY_BREAK +case 139: /* rule 139 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_availability_file); - YY_BREAK case 140: +YY_RULE_SETUP +if (surfxml_storage_type_size_isset != 0) {FAIL("Multiple definition of attribute size in ");} surfxml_storage_type_size_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_type_size); + YY_BREAK +case 140: /* rule 140 can match eol */ - case 141: +YY_RULE_SETUP +if (surfxml_storage_type_size_isset != 0) {FAIL("Multiple definition of attribute size in ");} surfxml_storage_type_size_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_type_size); + YY_BREAK +case 141: /* rule 141 can match eol */ - YY_RULE_SETUP A_surfxml_host_state = A_surfxml_host_state_ON; - YY_BREAK case 142: +YY_RULE_SETUP +if (surfxml_storage_type_content_isset != 0) {FAIL("Multiple definition of attribute content in ");} surfxml_storage_type_content_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_type_content); + YY_BREAK +case 142: /* rule 142 can match eol */ - case 143: -/* rule 143 can match eol */ - YY_RULE_SETUP A_surfxml_host_state = A_surfxml_host_state_OFF; - YY_BREAK case 144: -/* rule 144 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_state_file); - YY_BREAK case 145: -/* rule 145 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_state_file); - YY_BREAK case 146: -/* rule 146 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_interference_send); - YY_BREAK case 147: +YY_RULE_SETUP +if (surfxml_storage_type_content_isset != 0) {FAIL("Multiple definition of attribute content in ");} surfxml_storage_type_content_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_type_content); + YY_BREAK +case 143: +YY_RULE_SETUP +{ + if (!AX_surfxml_storage_type_id) FAIL("Required attribute `id' not set for `storage_type' element."); + if (!AX_surfxml_storage_type_model) FAIL("Required attribute `model' not set for `storage_type' element."); + if (!AX_surfxml_storage_type_size) FAIL("Required attribute `size' not set for `storage_type' element."); + LEAVE; STag_surfxml_storage_type();surfxml_pcdata_ix = 0; ENTER(S_surfxml_storage_type); + } + YY_BREAK +case 144: +YY_RULE_SETUP +{ + if (!AX_surfxml_storage_type_id) FAIL("Required attribute `id' not set for `storage_type' element."); + if (!AX_surfxml_storage_type_model) FAIL("Required attribute `model' not set for `storage_type' element."); + if (!AX_surfxml_storage_type_size) FAIL("Required attribute `size' not set for `storage_type' element."); + LEAVE; STag_surfxml_storage_type(); surfxml_pcdata_ix = 0; ETag_surfxml_storage_type(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + } + } + YY_BREAK +case 145: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of storage_type element.", surf_parse_text[0]); + YY_BREAK +case 146: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `storage_type' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_storage_type): +FAIL("EOF in attribute list of `storage_type' element."); + YY_BREAK + +case 147: /* rule 147 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_interference_send); - YY_BREAK case 148: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_storage_type(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + } + } + YY_BREAK +case 148: /* rule 148 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_interference_recv); - YY_BREAK case 149: -/* rule 149 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_interference_recv); - YY_BREAK case 150: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 149: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_storage_type): +case YY_STATE_EOF(S_surfxml_storage_type_2): +case YY_STATE_EOF(S_surfxml_storage_type): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 150: /* rule 150 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_interference_send_recv); - YY_BREAK case 151: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 151: /* rule 151 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_interference_send_recv); - YY_BREAK case 152: +YY_RULE_SETUP +{ + AX_surfxml_storage_id = 0; + surfxml_storage_id_isset = 0; + AX_surfxml_storage_typeId = 0; + surfxml_storage_typeId_isset = 0; + AX_surfxml_storage_content = 0; + surfxml_storage_content_isset = 0; + ENTER(AL_surfxml_storage); pushbuffer(0); + } + YY_BREAK + +case 152: /* rule 152 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_host_max_outgoing_rate); - YY_BREAK case 153: +YY_RULE_SETUP +if (surfxml_storage_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_storage_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_id); + YY_BREAK +case 153: /* rule 153 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_host_max_outgoing_rate); - YY_BREAK case 154:YY_RULE_SETUP { - if (!AX_surfxml_host_id) - FAIL("Required attribute `id' not set for `host' element."); - if (!AX_surfxml_host_power) - FAIL("Required attribute `power' not set for `host' element."); - LEAVE; - STag_surfxml_host(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_host); - } YY_BREAK case 155:YY_RULE_SETUP { - if (!AX_surfxml_host_id) - FAIL("Required attribute `id' not set for `host' element."); - if (!AX_surfxml_host_power) - FAIL("Required attribute `power' not set for `host' element."); - LEAVE; - STag_surfxml_host(); - surfxml_pcdata_ix = 0; - ETag_surfxml_host(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - case S_surfxml_foreach:SET(S_surfxml_foreach_1); - break; - }} YY_BREAK case 156:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of host element.", - surf_parse_text[0]); - YY_BREAK case 157:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `host' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_host):FAIL - ("EOF in attribute list of `host' element."); - YY_BREAK case 158: -/* rule 158 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_host(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform_3: - case S_surfxml_platform: - SET(S_surfxml_platform_3); - break; - case S_surfxml_foreach:SET(S_surfxml_foreach_1); - break; - }} YY_BREAK case 159: -/* rule 159 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", surf_parse_text); - YY_BREAK case 160:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_host):case - YY_STATE_EOF(E_surfxml_host):case - YY_STATE_EOF(S_surfxml_host_2):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 161: -/* rule 161 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 162: +YY_RULE_SETUP +if (surfxml_storage_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_storage_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_id); + YY_BREAK +case 154: +/* rule 154 can match eol */ +YY_RULE_SETUP +if (surfxml_storage_typeId_isset != 0) {FAIL("Multiple definition of attribute typeId in ");} surfxml_storage_typeId_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_typeId); + YY_BREAK +case 155: +/* rule 155 can match eol */ +YY_RULE_SETUP +if (surfxml_storage_typeId_isset != 0) {FAIL("Multiple definition of attribute typeId in ");} surfxml_storage_typeId_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_typeId); + YY_BREAK +case 156: +/* rule 156 can match eol */ +YY_RULE_SETUP +if (surfxml_storage_content_isset != 0) {FAIL("Multiple definition of attribute content in ");} surfxml_storage_content_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_storage_content); + YY_BREAK +case 157: +/* rule 157 can match eol */ +YY_RULE_SETUP +if (surfxml_storage_content_isset != 0) {FAIL("Multiple definition of attribute content in ");} surfxml_storage_content_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_storage_content); + YY_BREAK +case 158: +YY_RULE_SETUP +{ + if (!AX_surfxml_storage_id) FAIL("Required attribute `id' not set for `storage' element."); + if (!AX_surfxml_storage_typeId) FAIL("Required attribute `typeId' not set for `storage' element."); + LEAVE; STag_surfxml_storage();surfxml_pcdata_ix = 0; ENTER(S_surfxml_storage); + } + YY_BREAK +case 159: +YY_RULE_SETUP +{ + if (!AX_surfxml_storage_id) FAIL("Required attribute `id' not set for `storage' element."); + if (!AX_surfxml_storage_typeId) FAIL("Required attribute `typeId' not set for `storage' element."); + LEAVE; STag_surfxml_storage(); surfxml_pcdata_ix = 0; ETag_surfxml_storage(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + } + } + YY_BREAK +case 160: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of storage element.", surf_parse_text[0]); + YY_BREAK +case 161: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `storage' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_storage): +FAIL("EOF in attribute list of `storage' element."); + YY_BREAK + +case 162: /* rule 162 can match eol */ - YY_RULE_SETUP { - AX_surfxml_prop_id = 0; - AX_surfxml_prop_value = 0; - ENTER(AL_surfxml_prop); - pushbuffer(0); - } YY_BREAK case 163: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_storage(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + } + } + YY_BREAK +case 163: /* rule 163 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_prop_id); - YY_BREAK case 164: -/* rule 164 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_prop_id); - YY_BREAK case 165: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 164: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_storage): +case YY_STATE_EOF(S_surfxml_storage): +case YY_STATE_EOF(S_surfxml_storage_2): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 165: /* rule 165 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_prop_value); - YY_BREAK case 166: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 166: /* rule 166 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_prop_value); - YY_BREAK case 167:YY_RULE_SETUP { - if (!AX_surfxml_prop_id) - FAIL("Required attribute `id' not set for `prop' element."); - if (!AX_surfxml_prop_value) - FAIL("Required attribute `value' not set for `prop' element."); - LEAVE; - STag_surfxml_prop(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_prop); - } YY_BREAK case 168:YY_RULE_SETUP { - if (!AX_surfxml_prop_id) - FAIL("Required attribute `id' not set for `prop' element."); - if (!AX_surfxml_prop_value) - FAIL("Required attribute `value' not set for `prop' element."); - LEAVE; - STag_surfxml_prop(); - surfxml_pcdata_ix = 0; - ETag_surfxml_prop(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_random: - case S_surfxml_random_2: - case S_surfxml_random_1: - SET(S_surfxml_random_2); - break; - case S_surfxml_process_1:case S_surfxml_process:case - S_surfxml_process_2:SET(S_surfxml_process_2); - break; - case S_surfxml_host:case S_surfxml_host_1:case - S_surfxml_host_2:SET(S_surfxml_host_2); - break; - case S_surfxml_link_1:case S_surfxml_link_2:case - S_surfxml_link:SET(S_surfxml_link_2); - break; - }} YY_BREAK case 169:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of prop element.", - surf_parse_text[0]); - YY_BREAK case 170:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `prop' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_prop):FAIL - ("EOF in attribute list of `prop' element."); - YY_BREAK case 171: -/* rule 171 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_prop(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_random: - case S_surfxml_random_2: - case S_surfxml_random_1: - SET(S_surfxml_random_2); - break; - case S_surfxml_process_1:case S_surfxml_process:case - S_surfxml_process_2:SET(S_surfxml_process_2); - break; - case S_surfxml_host:case S_surfxml_host_1:case - S_surfxml_host_2:SET(S_surfxml_host_2); - break; - case S_surfxml_link_1:case S_surfxml_link_2:case - S_surfxml_link:SET(S_surfxml_link_2); - break; - }} YY_BREAK case 172: -/* rule 172 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", surf_parse_text); - YY_BREAK case 173:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_prop):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 174: -/* rule 174 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 175: +YY_RULE_SETUP +{ + AX_surfxml_mount_id = 0; + surfxml_mount_id_isset = 0; + AX_surfxml_mount_name = 0; + surfxml_mount_name_isset = 0; + ENTER(AL_surfxml_mount); pushbuffer(0); + } + YY_BREAK + +case 167: +/* rule 167 can match eol */ +YY_RULE_SETUP +if (surfxml_mount_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_mount_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_mount_id); + YY_BREAK +case 168: +/* rule 168 can match eol */ +YY_RULE_SETUP +if (surfxml_mount_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_mount_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_mount_id); + YY_BREAK +case 169: +/* rule 169 can match eol */ +YY_RULE_SETUP +if (surfxml_mount_name_isset != 0) {FAIL("Multiple definition of attribute name in ");} surfxml_mount_name_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_mount_name); + YY_BREAK +case 170: +/* rule 170 can match eol */ +YY_RULE_SETUP +if (surfxml_mount_name_isset != 0) {FAIL("Multiple definition of attribute name in ");} surfxml_mount_name_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_mount_name); + YY_BREAK +case 171: +YY_RULE_SETUP +{ + if (!AX_surfxml_mount_id) FAIL("Required attribute `id' not set for `mount' element."); + if (!AX_surfxml_mount_name) FAIL("Required attribute `name' not set for `mount' element."); + LEAVE; STag_surfxml_mount();surfxml_pcdata_ix = 0; ENTER(E_surfxml_mount); + } + YY_BREAK +case 172: +YY_RULE_SETUP +{ + if (!AX_surfxml_mount_id) FAIL("Required attribute `id' not set for `mount' element."); + if (!AX_surfxml_mount_name) FAIL("Required attribute `name' not set for `mount' element."); + LEAVE; STag_surfxml_mount(); surfxml_pcdata_ix = 0; ETag_surfxml_mount(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_host_1: case S_surfxml_host_2: case S_surfxml_host: SET(S_surfxml_host_2); break; + } + } + YY_BREAK +case 173: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of mount element.", surf_parse_text[0]); + YY_BREAK +case 174: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `mount' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_mount): +FAIL("EOF in attribute list of `mount' element."); + YY_BREAK + +case 175: /* rule 175 can match eol */ - YY_RULE_SETUP { - AX_surfxml_cluster_id = 0; - AX_surfxml_cluster_prefix = 0; - AX_surfxml_cluster_suffix = 0; - AX_surfxml_cluster_radical = 0; - AX_surfxml_cluster_power = 0; - AX_surfxml_cluster_bw = 0; - AX_surfxml_cluster_lat = 0; - AX_surfxml_cluster_bb_bw = 0; - AX_surfxml_cluster_bb_lat = 0; - ENTER(AL_surfxml_cluster); - pushbuffer(0); - } YY_BREAK case 176: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_mount(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_host_1: case S_surfxml_host_2: case S_surfxml_host: SET(S_surfxml_host_2); break; + } + } + YY_BREAK +case 176: /* rule 176 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_id); - YY_BREAK case 177: -/* rule 177 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_id); - YY_BREAK case 178: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 177: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_mount): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 178: /* rule 178 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_prefix); - YY_BREAK case 179: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 179: /* rule 179 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_prefix); - YY_BREAK case 180: +YY_RULE_SETUP +{ + AX_surfxml_mstorage_typeId = 0; + surfxml_mstorage_typeId_isset = 0; + AX_surfxml_mstorage_name = 0; + surfxml_mstorage_name_isset = 0; + ENTER(AL_surfxml_mstorage); pushbuffer(0); + } + YY_BREAK + +case 180: /* rule 180 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_suffix); - YY_BREAK case 181: +YY_RULE_SETUP +if (surfxml_mstorage_typeId_isset != 0) {FAIL("Multiple definition of attribute typeId in ");} surfxml_mstorage_typeId_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_mstorage_typeId); + YY_BREAK +case 181: /* rule 181 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_suffix); - YY_BREAK case 182: +YY_RULE_SETUP +if (surfxml_mstorage_typeId_isset != 0) {FAIL("Multiple definition of attribute typeId in ");} surfxml_mstorage_typeId_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_mstorage_typeId); + YY_BREAK +case 182: /* rule 182 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_radical); - YY_BREAK case 183: +YY_RULE_SETUP +if (surfxml_mstorage_name_isset != 0) {FAIL("Multiple definition of attribute name in ");} surfxml_mstorage_name_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_mstorage_name); + YY_BREAK +case 183: /* rule 183 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_radical); - YY_BREAK case 184: -/* rule 184 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_power); - YY_BREAK case 185: -/* rule 185 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_power); - YY_BREAK case 186: -/* rule 186 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_bw); - YY_BREAK case 187: -/* rule 187 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_bw); - YY_BREAK case 188: +YY_RULE_SETUP +if (surfxml_mstorage_name_isset != 0) {FAIL("Multiple definition of attribute name in ");} surfxml_mstorage_name_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_mstorage_name); + YY_BREAK +case 184: +YY_RULE_SETUP +{ + if (!AX_surfxml_mstorage_typeId) FAIL("Required attribute `typeId' not set for `mstorage' element."); + if (!AX_surfxml_mstorage_name) FAIL("Required attribute `name' not set for `mstorage' element."); + LEAVE; STag_surfxml_mstorage();surfxml_pcdata_ix = 0; ENTER(E_surfxml_mstorage); + } + YY_BREAK +case 185: +YY_RULE_SETUP +{ + if (!AX_surfxml_mstorage_typeId) FAIL("Required attribute `typeId' not set for `mstorage' element."); + if (!AX_surfxml_mstorage_name) FAIL("Required attribute `name' not set for `mstorage' element."); + LEAVE; STag_surfxml_mstorage(); surfxml_pcdata_ix = 0; ETag_surfxml_mstorage(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_host_1: case S_surfxml_host_2: case S_surfxml_host: SET(S_surfxml_host_2); break; + } + } + YY_BREAK +case 186: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of mstorage element.", surf_parse_text[0]); + YY_BREAK +case 187: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `mstorage' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_mstorage): +FAIL("EOF in attribute list of `mstorage' element."); + YY_BREAK + +case 188: /* rule 188 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_lat); - YY_BREAK case 189: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_mstorage(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_host_1: case S_surfxml_host_2: case S_surfxml_host: SET(S_surfxml_host_2); break; + } + } + YY_BREAK +case 189: /* rule 189 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_lat); - YY_BREAK case 190: -/* rule 190 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_bb_bw); - YY_BREAK case 191: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 190: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_mstorage): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 191: /* rule 191 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_bb_bw); - YY_BREAK case 192: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 192: /* rule 192 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_cluster_bb_lat); - YY_BREAK case 193: +YY_RULE_SETUP +{ + AX_surfxml_host_id = 0; + surfxml_host_id_isset = 0; + AX_surfxml_host_power = 0; + surfxml_host_power_isset = 0; + AX_surfxml_host_core = 16; + surfxml_host_core_isset = 0; + AX_surfxml_host_availability = 18; + surfxml_host_availability_isset = 0; + AX_surfxml_host_availability_file = 0; + surfxml_host_availability_file_isset = 0; + AX_surfxml_host_state = A_surfxml_host_state_ON; + surfxml_host_state_isset = 0; + AX_surfxml_host_state_file = 0; + surfxml_host_state_file_isset = 0; + AX_surfxml_host_coordinates = 0; + surfxml_host_coordinates_isset = 0; + ENTER(AL_surfxml_host); pushbuffer(0); + } + YY_BREAK + +case 193: /* rule 193 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_cluster_bb_lat); - YY_BREAK case 194:YY_RULE_SETUP { - if (!AX_surfxml_cluster_id) - FAIL("Required attribute `id' not set for `cluster' element."); - if (!AX_surfxml_cluster_prefix) - FAIL("Required attribute `prefix' not set for `cluster' element."); - if (!AX_surfxml_cluster_suffix) - FAIL("Required attribute `suffix' not set for `cluster' element."); - if (!AX_surfxml_cluster_radical) - FAIL("Required attribute `radical' not set for `cluster' element."); - if (!AX_surfxml_cluster_power) - FAIL("Required attribute `power' not set for `cluster' element."); - if (!AX_surfxml_cluster_bw) - FAIL("Required attribute `bw' not set for `cluster' element."); - if (!AX_surfxml_cluster_lat) - FAIL("Required attribute `lat' not set for `cluster' element."); - if (!AX_surfxml_cluster_bb_bw) - FAIL("Required attribute `bb_bw' not set for `cluster' element."); - if (!AX_surfxml_cluster_bb_lat) - FAIL("Required attribute `bb_lat' not set for `cluster' element."); - LEAVE; - STag_surfxml_cluster(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_cluster); - } YY_BREAK case 195:YY_RULE_SETUP { - if (!AX_surfxml_cluster_id) - FAIL("Required attribute `id' not set for `cluster' element."); - if (!AX_surfxml_cluster_prefix) - FAIL("Required attribute `prefix' not set for `cluster' element."); - if (!AX_surfxml_cluster_suffix) - FAIL("Required attribute `suffix' not set for `cluster' element."); - if (!AX_surfxml_cluster_radical) - FAIL("Required attribute `radical' not set for `cluster' element."); - if (!AX_surfxml_cluster_power) - FAIL("Required attribute `power' not set for `cluster' element."); - if (!AX_surfxml_cluster_bw) - FAIL("Required attribute `bw' not set for `cluster' element."); - if (!AX_surfxml_cluster_lat) - FAIL("Required attribute `lat' not set for `cluster' element."); - if (!AX_surfxml_cluster_bb_bw) - FAIL("Required attribute `bb_bw' not set for `cluster' element."); - if (!AX_surfxml_cluster_bb_lat) - FAIL("Required attribute `bb_lat' not set for `cluster' element."); - LEAVE; - STag_surfxml_cluster(); - surfxml_pcdata_ix = 0; - ETag_surfxml_cluster(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform: - case S_surfxml_platform_3: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 196:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of cluster element.", - surf_parse_text[0]); - YY_BREAK case 197:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `cluster' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_cluster):FAIL - ("EOF in attribute list of `cluster' element."); - YY_BREAK case 198: +YY_RULE_SETUP +if (surfxml_host_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_host_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_id); + YY_BREAK +case 194: +/* rule 194 can match eol */ +YY_RULE_SETUP +if (surfxml_host_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_host_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_id); + YY_BREAK +case 195: +/* rule 195 can match eol */ +YY_RULE_SETUP +if (surfxml_host_power_isset != 0) {FAIL("Multiple definition of attribute power in ");} surfxml_host_power_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_power); + YY_BREAK +case 196: +/* rule 196 can match eol */ +YY_RULE_SETUP +if (surfxml_host_power_isset != 0) {FAIL("Multiple definition of attribute power in ");} surfxml_host_power_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_power); + YY_BREAK +case 197: +/* rule 197 can match eol */ +YY_RULE_SETUP +if (surfxml_host_core_isset != 0) {FAIL("Multiple definition of attribute core in ");} surfxml_host_core_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_core); + YY_BREAK +case 198: /* rule 198 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_cluster(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform: - case S_surfxml_platform_3: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 199: +YY_RULE_SETUP +if (surfxml_host_core_isset != 0) {FAIL("Multiple definition of attribute core in ");} surfxml_host_core_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_core); + YY_BREAK +case 199: /* rule 199 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 200:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_cluster):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 201: +YY_RULE_SETUP +if (surfxml_host_availability_isset != 0) {FAIL("Multiple definition of attribute availability in ");} surfxml_host_availability_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_availability); + YY_BREAK +case 200: +/* rule 200 can match eol */ +YY_RULE_SETUP +if (surfxml_host_availability_isset != 0) {FAIL("Multiple definition of attribute availability in ");} surfxml_host_availability_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_availability); + YY_BREAK +case 201: /* rule 201 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 202: +YY_RULE_SETUP +if (surfxml_host_availability_file_isset != 0) {FAIL("Multiple definition of attribute availability_file in ");} surfxml_host_availability_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_availability_file); + YY_BREAK +case 202: /* rule 202 can match eol */ - YY_RULE_SETUP { - AX_surfxml_router_id = 0; - ENTER(AL_surfxml_router); - pushbuffer(0); - } YY_BREAK case 203: +YY_RULE_SETUP +if (surfxml_host_availability_file_isset != 0) {FAIL("Multiple definition of attribute availability_file in ");} surfxml_host_availability_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_availability_file); + YY_BREAK +case 203: /* rule 203 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_router_id); - YY_BREAK case 204: +case 204: /* rule 204 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_router_id); - YY_BREAK case 205:YY_RULE_SETUP { - if (!AX_surfxml_router_id) - FAIL("Required attribute `id' not set for `router' element."); - LEAVE; - STag_surfxml_router(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_router); - } YY_BREAK case 206:YY_RULE_SETUP { - if (!AX_surfxml_router_id) - FAIL("Required attribute `id' not set for `router' element."); - LEAVE; - STag_surfxml_router(); - surfxml_pcdata_ix = 0; - ETag_surfxml_router(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform: - case S_surfxml_platform_3: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 207:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of router element.", - surf_parse_text[0]); - YY_BREAK case 208:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `router' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_router):FAIL - ("EOF in attribute list of `router' element."); - YY_BREAK case 209: +YY_RULE_SETUP +A_surfxml_host_state = A_surfxml_host_state_ON; + YY_BREAK +case 205: +/* rule 205 can match eol */ +case 206: +/* rule 206 can match eol */ +YY_RULE_SETUP +A_surfxml_host_state = A_surfxml_host_state_OFF; + YY_BREAK +case 207: +/* rule 207 can match eol */ +YY_RULE_SETUP +if (surfxml_host_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_host_state_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_state_file); + YY_BREAK +case 208: +/* rule 208 can match eol */ +YY_RULE_SETUP +if (surfxml_host_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_host_state_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_state_file); + YY_BREAK +case 209: /* rule 209 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_router(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_2: - case S_surfxml_platform: - case S_surfxml_platform_3: - SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 210: +YY_RULE_SETUP +if (surfxml_host_coordinates_isset != 0) {FAIL("Multiple definition of attribute coordinates in ");} surfxml_host_coordinates_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_host_coordinates); + YY_BREAK +case 210: /* rule 210 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 211:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_router):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 212: -/* rule 212 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 213: -/* rule 213 can match eol */ - YY_RULE_SETUP { - AX_surfxml_link_id = 0; - AX_surfxml_link_bandwidth = 0; - AX_surfxml_link_bandwidth_file = 0; - AX_surfxml_link_latency = 90; - AX_surfxml_link_latency_file = 0; - AX_surfxml_link_state = A_surfxml_link_state_ON; - AX_surfxml_link_state_file = 0; - AX_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_SHARED; - ENTER(AL_surfxml_link); - pushbuffer(0); - } YY_BREAK case 214: -/* rule 214 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_id); - YY_BREAK case 215: +YY_RULE_SETUP +if (surfxml_host_coordinates_isset != 0) {FAIL("Multiple definition of attribute coordinates in ");} surfxml_host_coordinates_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_host_coordinates); + YY_BREAK +case 211: +YY_RULE_SETUP +{ + if (!AX_surfxml_host_id) FAIL("Required attribute `id' not set for `host' element."); + if (!AX_surfxml_host_power) FAIL("Required attribute `power' not set for `host' element."); + LEAVE; STag_surfxml_host();surfxml_pcdata_ix = 0; ENTER(S_surfxml_host); + } + YY_BREAK +case 212: +YY_RULE_SETUP +{ + if (!AX_surfxml_host_id) FAIL("Required attribute `id' not set for `host' element."); + if (!AX_surfxml_host_power) FAIL("Required attribute `power' not set for `host' element."); + LEAVE; STag_surfxml_host(); surfxml_pcdata_ix = 0; ETag_surfxml_host(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + } + } + YY_BREAK +case 213: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of host element.", surf_parse_text[0]); + YY_BREAK +case 214: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `host' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_host): +FAIL("EOF in attribute list of `host' element."); + YY_BREAK + +case 215: /* rule 215 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_id); - YY_BREAK case 216: +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_host(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + } + } + YY_BREAK +case 216: /* rule 216 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_bandwidth); - YY_BREAK case 217: -/* rule 217 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_bandwidth); - YY_BREAK case 218: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 217: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_host): +case YY_STATE_EOF(E_surfxml_host): +case YY_STATE_EOF(S_surfxml_host_2): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 218: /* rule 218 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_bandwidth_file); - YY_BREAK case 219: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 219: /* rule 219 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_bandwidth_file); - YY_BREAK case 220: +YY_RULE_SETUP +{ + AX_surfxml_cluster_id = 0; + surfxml_cluster_id_isset = 0; + AX_surfxml_cluster_prefix = 0; + surfxml_cluster_prefix_isset = 0; + AX_surfxml_cluster_suffix = 0; + surfxml_cluster_suffix_isset = 0; + AX_surfxml_cluster_radical = 0; + surfxml_cluster_radical_isset = 0; + AX_surfxml_cluster_power = 0; + surfxml_cluster_power_isset = 0; + AX_surfxml_cluster_core = 22; + surfxml_cluster_core_isset = 0; + AX_surfxml_cluster_bw = 0; + surfxml_cluster_bw_isset = 0; + AX_surfxml_cluster_lat = 0; + surfxml_cluster_lat_isset = 0; + AX_surfxml_cluster_sharing_policy = A_surfxml_cluster_sharing_policy_FULLDUPLEX; + surfxml_cluster_sharing_policy_isset = 0; + AX_surfxml_cluster_bb_bw = 0; + surfxml_cluster_bb_bw_isset = 0; + AX_surfxml_cluster_bb_lat = 0; + surfxml_cluster_bb_lat_isset = 0; + AX_surfxml_cluster_bb_sharing_policy = A_surfxml_cluster_bb_sharing_policy_SHARED; + surfxml_cluster_bb_sharing_policy_isset = 0; + AX_surfxml_cluster_availability_file = 0; + surfxml_cluster_availability_file_isset = 0; + AX_surfxml_cluster_state_file = 0; + surfxml_cluster_state_file_isset = 0; + AX_surfxml_cluster_router_id = 0; + surfxml_cluster_router_id_isset = 0; + ENTER(AL_surfxml_cluster); pushbuffer(0); + } + YY_BREAK + +case 220: /* rule 220 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_latency); - YY_BREAK case 221: +YY_RULE_SETUP +if (surfxml_cluster_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_cluster_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_id); + YY_BREAK +case 221: /* rule 221 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_latency); - YY_BREAK case 222: +YY_RULE_SETUP +if (surfxml_cluster_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_cluster_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_id); + YY_BREAK +case 222: /* rule 222 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_latency_file); - YY_BREAK case 223: +YY_RULE_SETUP +if (surfxml_cluster_prefix_isset != 0) {FAIL("Multiple definition of attribute prefix in ");} surfxml_cluster_prefix_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_prefix); + YY_BREAK +case 223: /* rule 223 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_latency_file); - YY_BREAK case 224: +YY_RULE_SETUP +if (surfxml_cluster_prefix_isset != 0) {FAIL("Multiple definition of attribute prefix in ");} surfxml_cluster_prefix_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_prefix); + YY_BREAK +case 224: /* rule 224 can match eol */ - case 225: +YY_RULE_SETUP +if (surfxml_cluster_suffix_isset != 0) {FAIL("Multiple definition of attribute suffix in ");} surfxml_cluster_suffix_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_suffix); + YY_BREAK +case 225: /* rule 225 can match eol */ - YY_RULE_SETUP A_surfxml_link_state = A_surfxml_link_state_ON; - YY_BREAK case 226: +YY_RULE_SETUP +if (surfxml_cluster_suffix_isset != 0) {FAIL("Multiple definition of attribute suffix in ");} surfxml_cluster_suffix_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_suffix); + YY_BREAK +case 226: /* rule 226 can match eol */ - case 227: +YY_RULE_SETUP +if (surfxml_cluster_radical_isset != 0) {FAIL("Multiple definition of attribute radical in ");} surfxml_cluster_radical_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_radical); + YY_BREAK +case 227: /* rule 227 can match eol */ - YY_RULE_SETUP A_surfxml_link_state = A_surfxml_link_state_OFF; - YY_BREAK case 228: +YY_RULE_SETUP +if (surfxml_cluster_radical_isset != 0) {FAIL("Multiple definition of attribute radical in ");} surfxml_cluster_radical_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_radical); + YY_BREAK +case 228: /* rule 228 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_state_file); - YY_BREAK case 229: +YY_RULE_SETUP +if (surfxml_cluster_power_isset != 0) {FAIL("Multiple definition of attribute power in ");} surfxml_cluster_power_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_power); + YY_BREAK +case 229: /* rule 229 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_state_file); - YY_BREAK case 230: +YY_RULE_SETUP +if (surfxml_cluster_power_isset != 0) {FAIL("Multiple definition of attribute power in ");} surfxml_cluster_power_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_power); + YY_BREAK +case 230: /* rule 230 can match eol */ - case 231: +YY_RULE_SETUP +if (surfxml_cluster_core_isset != 0) {FAIL("Multiple definition of attribute core in ");} surfxml_cluster_core_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_core); + YY_BREAK +case 231: /* rule 231 can match eol */ - - YY_RULE_SETUP - A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_SHARED; - YY_BREAK case 232: +YY_RULE_SETUP +if (surfxml_cluster_core_isset != 0) {FAIL("Multiple definition of attribute core in ");} surfxml_cluster_core_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_core); + YY_BREAK +case 232: /* rule 232 can match eol */ - case 233: +YY_RULE_SETUP +if (surfxml_cluster_bw_isset != 0) {FAIL("Multiple definition of attribute bw in ");} surfxml_cluster_bw_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bw); + YY_BREAK +case 233: /* rule 233 can match eol */ - - YY_RULE_SETUP - A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_FATPIPE; - YY_BREAK case 234:YY_RULE_SETUP { - if (!AX_surfxml_link_id) - FAIL("Required attribute `id' not set for `link' element."); - if (!AX_surfxml_link_bandwidth) - FAIL("Required attribute `bandwidth' not set for `link' element."); - LEAVE; - STag_surfxml_link(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_link); - } YY_BREAK case 235:YY_RULE_SETUP { - if (!AX_surfxml_link_id) - FAIL("Required attribute `id' not set for `link' element."); - if (!AX_surfxml_link_bandwidth) - FAIL("Required attribute `bandwidth' not set for `link' element."); - LEAVE; - STag_surfxml_link(); - surfxml_pcdata_ix = 0; - ETag_surfxml_link(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_foreach: - case S_surfxml_foreach_1: - SET(E_surfxml_foreach); - break; - case S_surfxml_platform_2:case S_surfxml_platform:case - S_surfxml_platform_3:SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 236:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of link element.", - surf_parse_text[0]); - YY_BREAK case 237:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `link' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_link):FAIL - ("EOF in attribute list of `link' element."); - YY_BREAK case 238: +YY_RULE_SETUP +if (surfxml_cluster_bw_isset != 0) {FAIL("Multiple definition of attribute bw in ");} surfxml_cluster_bw_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bw); + YY_BREAK +case 234: +/* rule 234 can match eol */ +YY_RULE_SETUP +if (surfxml_cluster_lat_isset != 0) {FAIL("Multiple definition of attribute lat in ");} surfxml_cluster_lat_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_lat); + YY_BREAK +case 235: +/* rule 235 can match eol */ +YY_RULE_SETUP +if (surfxml_cluster_lat_isset != 0) {FAIL("Multiple definition of attribute lat in ");} surfxml_cluster_lat_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_lat); + YY_BREAK +case 236: +/* rule 236 can match eol */ +case 237: +/* rule 237 can match eol */ +YY_RULE_SETUP +A_surfxml_cluster_sharing_policy = A_surfxml_cluster_sharing_policy_SHARED; + YY_BREAK +case 238: /* rule 238 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_link(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_foreach: - case S_surfxml_foreach_1: - SET(E_surfxml_foreach); - break; - case S_surfxml_platform_2:case S_surfxml_platform:case - S_surfxml_platform_3:SET(S_surfxml_platform_3); - break; - }} YY_BREAK case 239: +case 239: /* rule 239 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", surf_parse_text); - YY_BREAK case 240:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_link_2):case - YY_STATE_EOF(E_surfxml_link):case - YY_STATE_EOF(S_surfxml_link):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 241: +YY_RULE_SETUP +A_surfxml_cluster_sharing_policy = A_surfxml_cluster_sharing_policy_FULLDUPLEX; + YY_BREAK +case 240: +/* rule 240 can match eol */ +case 241: /* rule 241 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 242: +YY_RULE_SETUP +A_surfxml_cluster_sharing_policy = A_surfxml_cluster_sharing_policy_FATPIPE; + YY_BREAK +case 242: /* rule 242 can match eol */ - YY_RULE_SETUP { - AX_surfxml_route_c_multi_src = 0; - AX_surfxml_route_c_multi_dst = 0; - AX_surfxml_route_c_multi_action = - A_surfxml_route_c_multi_action_POSTPEND; - AX_surfxml_route_c_multi_symmetric = - A_surfxml_route_c_multi_symmetric_YES; - ENTER(AL_surfxml_route_c_multi); - pushbuffer(0); - } YY_BREAK case 243: +YY_RULE_SETUP +if (surfxml_cluster_bb_bw_isset != 0) {FAIL("Multiple definition of attribute bb_bw in ");} surfxml_cluster_bb_bw_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bb_bw); + YY_BREAK +case 243: /* rule 243 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_c_multi_src); - YY_BREAK case 244: +YY_RULE_SETUP +if (surfxml_cluster_bb_bw_isset != 0) {FAIL("Multiple definition of attribute bb_bw in ");} surfxml_cluster_bb_bw_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bb_bw); + YY_BREAK +case 244: /* rule 244 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_c_multi_src); - YY_BREAK case 245: +YY_RULE_SETUP +if (surfxml_cluster_bb_lat_isset != 0) {FAIL("Multiple definition of attribute bb_lat in ");} surfxml_cluster_bb_lat_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_bb_lat); + YY_BREAK +case 245: /* rule 245 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_c_multi_dst); - YY_BREAK case 246: +YY_RULE_SETUP +if (surfxml_cluster_bb_lat_isset != 0) {FAIL("Multiple definition of attribute bb_lat in ");} surfxml_cluster_bb_lat_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_bb_lat); + YY_BREAK +case 246: /* rule 246 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_c_multi_dst); - YY_BREAK case 247: +case 247: /* rule 247 can match eol */ - case 248: +YY_RULE_SETUP +A_surfxml_cluster_bb_sharing_policy = A_surfxml_cluster_bb_sharing_policy_SHARED; + YY_BREAK +case 248: /* rule 248 can match eol */ - - YY_RULE_SETUP - A_surfxml_route_c_multi_action = - A_surfxml_route_c_multi_action_POSTPEND; - YY_BREAK case 249: +case 249: /* rule 249 can match eol */ - case 250: +YY_RULE_SETUP +A_surfxml_cluster_bb_sharing_policy = A_surfxml_cluster_bb_sharing_policy_FATPIPE; + YY_BREAK +case 250: /* rule 250 can match eol */ - - YY_RULE_SETUP - A_surfxml_route_c_multi_action = - A_surfxml_route_c_multi_action_PREPEND; - YY_BREAK case 251: +YY_RULE_SETUP +if (surfxml_cluster_availability_file_isset != 0) {FAIL("Multiple definition of attribute availability_file in ");} surfxml_cluster_availability_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_availability_file); + YY_BREAK +case 251: /* rule 251 can match eol */ - case 252: +YY_RULE_SETUP +if (surfxml_cluster_availability_file_isset != 0) {FAIL("Multiple definition of attribute availability_file in ");} surfxml_cluster_availability_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_availability_file); + YY_BREAK +case 252: /* rule 252 can match eol */ - - YY_RULE_SETUP - A_surfxml_route_c_multi_action = - A_surfxml_route_c_multi_action_OVERRIDE; - YY_BREAK case 253: +YY_RULE_SETUP +if (surfxml_cluster_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_cluster_state_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_state_file); + YY_BREAK +case 253: /* rule 253 can match eol */ - case 254: +YY_RULE_SETUP +if (surfxml_cluster_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_cluster_state_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_state_file); + YY_BREAK +case 254: /* rule 254 can match eol */ - - YY_RULE_SETUP - A_surfxml_route_c_multi_symmetric = - A_surfxml_route_c_multi_symmetric_YES; - YY_BREAK case 255: +YY_RULE_SETUP +if (surfxml_cluster_router_id_isset != 0) {FAIL("Multiple definition of attribute router_id in ");} surfxml_cluster_router_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_cluster_router_id); + YY_BREAK +case 255: /* rule 255 can match eol */ - case 256: -/* rule 256 can match eol */ - - YY_RULE_SETUP - A_surfxml_route_c_multi_symmetric = - A_surfxml_route_c_multi_symmetric_NO; - YY_BREAK case 257:YY_RULE_SETUP { - if (!AX_surfxml_route_c_multi_src) - FAIL("Required attribute `src' not set for `route:multi' element."); - if (!AX_surfxml_route_c_multi_dst) - FAIL("Required attribute `dst' not set for `route:multi' element."); - LEAVE; - STag_surfxml_route_c_multi(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_route_c_multi); - } YY_BREAK case 258:YY_RULE_SETUP - FAIL("`route:multi' element cannot be empty."); - YY_BREAK case 259:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of route:multi element.", - surf_parse_text[0]); - YY_BREAK case 260:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `route:multi' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_route_c_multi):FAIL - ("EOF in attribute list of `route:multi' element."); - YY_BREAK case 261: +YY_RULE_SETUP +if (surfxml_cluster_router_id_isset != 0) {FAIL("Multiple definition of attribute router_id in ");} surfxml_cluster_router_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_cluster_router_id); + YY_BREAK +case 256: +YY_RULE_SETUP +{ + if (!AX_surfxml_cluster_id) FAIL("Required attribute `id' not set for `cluster' element."); + if (!AX_surfxml_cluster_prefix) FAIL("Required attribute `prefix' not set for `cluster' element."); + if (!AX_surfxml_cluster_suffix) FAIL("Required attribute `suffix' not set for `cluster' element."); + if (!AX_surfxml_cluster_radical) FAIL("Required attribute `radical' not set for `cluster' element."); + if (!AX_surfxml_cluster_power) FAIL("Required attribute `power' not set for `cluster' element."); + if (!AX_surfxml_cluster_bw) FAIL("Required attribute `bw' not set for `cluster' element."); + if (!AX_surfxml_cluster_lat) FAIL("Required attribute `lat' not set for `cluster' element."); + LEAVE; STag_surfxml_cluster();surfxml_pcdata_ix = 0; ENTER(E_surfxml_cluster); + } + YY_BREAK +case 257: +YY_RULE_SETUP +{ + if (!AX_surfxml_cluster_id) FAIL("Required attribute `id' not set for `cluster' element."); + if (!AX_surfxml_cluster_prefix) FAIL("Required attribute `prefix' not set for `cluster' element."); + if (!AX_surfxml_cluster_suffix) FAIL("Required attribute `suffix' not set for `cluster' element."); + if (!AX_surfxml_cluster_radical) FAIL("Required attribute `radical' not set for `cluster' element."); + if (!AX_surfxml_cluster_power) FAIL("Required attribute `power' not set for `cluster' element."); + if (!AX_surfxml_cluster_bw) FAIL("Required attribute `bw' not set for `cluster' element."); + if (!AX_surfxml_cluster_lat) FAIL("Required attribute `lat' not set for `cluster' element."); + LEAVE; STag_surfxml_cluster(); surfxml_pcdata_ix = 0; ETag_surfxml_cluster(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_2: case S_surfxml_AS: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 258: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of cluster element.", surf_parse_text[0]); + YY_BREAK +case 259: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `cluster' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_cluster): +FAIL("EOF in attribute list of `cluster' element."); + YY_BREAK + +case 260: +/* rule 260 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_cluster(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_2: case S_surfxml_AS: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 261: /* rule 261 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_route_c_multi(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform: - case S_surfxml_platform_3: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - }} YY_BREAK case 262: -/* rule 262 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 263:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_route_c_multi_2):case - YY_STATE_EOF(E_surfxml_route_c_multi):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 264: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 262: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_cluster): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 263: +/* rule 263 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 264: /* rule 264 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 265: +YY_RULE_SETUP +{ + AX_surfxml_peer_id = 0; + surfxml_peer_id_isset = 0; + AX_surfxml_peer_power = 0; + surfxml_peer_power_isset = 0; + AX_surfxml_peer_bw_in = 0; + surfxml_peer_bw_in_isset = 0; + AX_surfxml_peer_bw_out = 0; + surfxml_peer_bw_out_isset = 0; + AX_surfxml_peer_lat = 0; + surfxml_peer_lat_isset = 0; + AX_surfxml_peer_coordinates = 0; + surfxml_peer_coordinates_isset = 0; + AX_surfxml_peer_availability_file = 0; + surfxml_peer_availability_file_isset = 0; + AX_surfxml_peer_state_file = 0; + surfxml_peer_state_file_isset = 0; + ENTER(AL_surfxml_peer); pushbuffer(0); + } + YY_BREAK + +case 265: /* rule 265 can match eol */ - YY_RULE_SETUP { - AX_surfxml_route_src = 0; - AX_surfxml_route_dst = 0; - AX_surfxml_route_impact_on_src = 94; - AX_surfxml_route_impact_on_dst = 98; - AX_surfxml_route_impact_on_src_with_other_recv = 102; - AX_surfxml_route_impact_on_dst_with_other_send = 106; - AX_surfxml_route_action = A_surfxml_route_action_POSTPEND; - ENTER(AL_surfxml_route); - pushbuffer(0); - } YY_BREAK case 266: +YY_RULE_SETUP +if (surfxml_peer_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_peer_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_id); + YY_BREAK +case 266: /* rule 266 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_src); - YY_BREAK case 267: +YY_RULE_SETUP +if (surfxml_peer_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_peer_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_id); + YY_BREAK +case 267: /* rule 267 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_src); - YY_BREAK case 268: +YY_RULE_SETUP +if (surfxml_peer_power_isset != 0) {FAIL("Multiple definition of attribute power in ");} surfxml_peer_power_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_power); + YY_BREAK +case 268: /* rule 268 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_dst); - YY_BREAK case 269: +YY_RULE_SETUP +if (surfxml_peer_power_isset != 0) {FAIL("Multiple definition of attribute power in ");} surfxml_peer_power_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_power); + YY_BREAK +case 269: /* rule 269 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_dst); - YY_BREAK case 270: +YY_RULE_SETUP +if (surfxml_peer_bw_in_isset != 0) {FAIL("Multiple definition of attribute bw_in in ");} surfxml_peer_bw_in_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_bw_in); + YY_BREAK +case 270: /* rule 270 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_impact_on_src); - YY_BREAK case 271: +YY_RULE_SETUP +if (surfxml_peer_bw_in_isset != 0) {FAIL("Multiple definition of attribute bw_in in ");} surfxml_peer_bw_in_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_bw_in); + YY_BREAK +case 271: /* rule 271 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_impact_on_src); - YY_BREAK case 272: +YY_RULE_SETUP +if (surfxml_peer_bw_out_isset != 0) {FAIL("Multiple definition of attribute bw_out in ");} surfxml_peer_bw_out_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_bw_out); + YY_BREAK +case 272: /* rule 272 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_impact_on_dst); - YY_BREAK case 273: +YY_RULE_SETUP +if (surfxml_peer_bw_out_isset != 0) {FAIL("Multiple definition of attribute bw_out in ");} surfxml_peer_bw_out_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_bw_out); + YY_BREAK +case 273: /* rule 273 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_impact_on_dst); - YY_BREAK case 274: +YY_RULE_SETUP +if (surfxml_peer_lat_isset != 0) {FAIL("Multiple definition of attribute lat in ");} surfxml_peer_lat_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_lat); + YY_BREAK +case 274: /* rule 274 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_impact_on_src_with_other_recv); - YY_BREAK case 275: +YY_RULE_SETUP +if (surfxml_peer_lat_isset != 0) {FAIL("Multiple definition of attribute lat in ");} surfxml_peer_lat_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_lat); + YY_BREAK +case 275: /* rule 275 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_impact_on_src_with_other_recv); - YY_BREAK case 276: +YY_RULE_SETUP +if (surfxml_peer_coordinates_isset != 0) {FAIL("Multiple definition of attribute coordinates in ");} surfxml_peer_coordinates_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_coordinates); + YY_BREAK +case 276: /* rule 276 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_route_impact_on_dst_with_other_send); - YY_BREAK case 277: +YY_RULE_SETUP +if (surfxml_peer_coordinates_isset != 0) {FAIL("Multiple definition of attribute coordinates in ");} surfxml_peer_coordinates_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_coordinates); + YY_BREAK +case 277: /* rule 277 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_route_impact_on_dst_with_other_send); - YY_BREAK case 278: +YY_RULE_SETUP +if (surfxml_peer_availability_file_isset != 0) {FAIL("Multiple definition of attribute availability_file in ");} surfxml_peer_availability_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_availability_file); + YY_BREAK +case 278: /* rule 278 can match eol */ - case 279: +YY_RULE_SETUP +if (surfxml_peer_availability_file_isset != 0) {FAIL("Multiple definition of attribute availability_file in ");} surfxml_peer_availability_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_availability_file); + YY_BREAK +case 279: /* rule 279 can match eol */ - - YY_RULE_SETUP A_surfxml_route_action = - A_surfxml_route_action_POSTPEND; - YY_BREAK case 280: +YY_RULE_SETUP +if (surfxml_peer_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_peer_state_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_peer_state_file); + YY_BREAK +case 280: /* rule 280 can match eol */ - case 281: -/* rule 281 can match eol */ - YY_RULE_SETUP A_surfxml_route_action = A_surfxml_route_action_PREPEND; - YY_BREAK case 282: -/* rule 282 can match eol */ - case 283: -/* rule 283 can match eol */ - - YY_RULE_SETUP A_surfxml_route_action = - A_surfxml_route_action_OVERRIDE; - YY_BREAK case 284:YY_RULE_SETUP { - if (!AX_surfxml_route_src) - FAIL("Required attribute `src' not set for `route' element."); - if (!AX_surfxml_route_dst) - FAIL("Required attribute `dst' not set for `route' element."); - LEAVE; - STag_surfxml_route(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_route); - } YY_BREAK case 285:YY_RULE_SETUP { - if (!AX_surfxml_route_src) - FAIL("Required attribute `src' not set for `route' element."); - if (!AX_surfxml_route_dst) - FAIL("Required attribute `dst' not set for `route' element."); - LEAVE; - STag_surfxml_route(); - surfxml_pcdata_ix = 0; - ETag_surfxml_route(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform: - case S_surfxml_platform_3: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - }} YY_BREAK case 286:YY_RULE_SETUP - FAIL("Unexpected character `%c' in attribute list of route element.", - surf_parse_text[0]); - YY_BREAK case 287:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `route' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_route):FAIL - ("EOF in attribute list of `route' element."); - YY_BREAK case 288: +YY_RULE_SETUP +if (surfxml_peer_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_peer_state_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_peer_state_file); + YY_BREAK +case 281: +YY_RULE_SETUP +{ + if (!AX_surfxml_peer_id) FAIL("Required attribute `id' not set for `peer' element."); + if (!AX_surfxml_peer_power) FAIL("Required attribute `power' not set for `peer' element."); + if (!AX_surfxml_peer_bw_in) FAIL("Required attribute `bw_in' not set for `peer' element."); + if (!AX_surfxml_peer_bw_out) FAIL("Required attribute `bw_out' not set for `peer' element."); + if (!AX_surfxml_peer_lat) FAIL("Required attribute `lat' not set for `peer' element."); + LEAVE; STag_surfxml_peer();surfxml_pcdata_ix = 0; ENTER(E_surfxml_peer); + } + YY_BREAK +case 282: +YY_RULE_SETUP +{ + if (!AX_surfxml_peer_id) FAIL("Required attribute `id' not set for `peer' element."); + if (!AX_surfxml_peer_power) FAIL("Required attribute `power' not set for `peer' element."); + if (!AX_surfxml_peer_bw_in) FAIL("Required attribute `bw_in' not set for `peer' element."); + if (!AX_surfxml_peer_bw_out) FAIL("Required attribute `bw_out' not set for `peer' element."); + if (!AX_surfxml_peer_lat) FAIL("Required attribute `lat' not set for `peer' element."); + LEAVE; STag_surfxml_peer(); surfxml_pcdata_ix = 0; ETag_surfxml_peer(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_2: case S_surfxml_AS: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 283: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of peer element.", surf_parse_text[0]); + YY_BREAK +case 284: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `peer' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_peer): +FAIL("EOF in attribute list of `peer' element."); + YY_BREAK + +case 285: +/* rule 285 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_peer(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_2: case S_surfxml_AS: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + case S_surfxml_platform_6: case S_surfxml_platform_5: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_6); break; + case S_surfxml_include: case S_surfxml_include_2: case S_surfxml_include_1: SET(S_surfxml_include_2); break; + } + } + YY_BREAK +case 286: +/* rule 286 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 287: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_peer): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 288: /* rule 288 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_route(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform: - case S_surfxml_platform_3: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - }} YY_BREAK case 289: +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 289: /* rule 289 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 290:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_route):case - YY_STATE_EOF(S_surfxml_route_2):case - YY_STATE_EOF(E_surfxml_route):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 291: +YY_RULE_SETUP +{ + AX_surfxml_router_id = 0; + surfxml_router_id_isset = 0; + AX_surfxml_router_coordinates = 0; + surfxml_router_coordinates_isset = 0; + ENTER(AL_surfxml_router); pushbuffer(0); + } + YY_BREAK + +case 290: +/* rule 290 can match eol */ +YY_RULE_SETUP +if (surfxml_router_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_router_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_router_id); + YY_BREAK +case 291: /* rule 291 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 292: +YY_RULE_SETUP +if (surfxml_router_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_router_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_router_id); + YY_BREAK +case 292: /* rule 292 can match eol */ - YY_RULE_SETUP { - AX_surfxml_link_c_ctn_id = 0; - ENTER(AL_surfxml_link_c_ctn); - pushbuffer(0); - } YY_BREAK case 293: +YY_RULE_SETUP +if (surfxml_router_coordinates_isset != 0) {FAIL("Multiple definition of attribute coordinates in ");} surfxml_router_coordinates_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_router_coordinates); + YY_BREAK +case 293: /* rule 293 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_link_c_ctn_id); - YY_BREAK case 294: -/* rule 294 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_link_c_ctn_id); - YY_BREAK case 295:YY_RULE_SETUP { - if (!AX_surfxml_link_c_ctn_id) - FAIL("Required attribute `id' not set for `link:ctn' element."); - LEAVE; - STag_surfxml_link_c_ctn(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_link_c_ctn); - } YY_BREAK case 296:YY_RULE_SETUP { - if (!AX_surfxml_link_c_ctn_id) - FAIL("Required attribute `id' not set for `link:ctn' element."); - LEAVE; - STag_surfxml_link_c_ctn(); - surfxml_pcdata_ix = 0; - ETag_surfxml_link_c_ctn(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_route_1: - case S_surfxml_route: - case S_surfxml_route_2: - SET(S_surfxml_route_2); - break; - case S_surfxml_route_c_multi_2:case S_surfxml_route_c_multi_1:case - S_surfxml_route_c_multi:SET(S_surfxml_route_c_multi_2); - break; - }} YY_BREAK case 297:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of link:ctn element.", - surf_parse_text[0]); - YY_BREAK case 298:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `link:ctn' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_link_c_ctn):FAIL - ("EOF in attribute list of `link:ctn' element."); - YY_BREAK case 299: +YY_RULE_SETUP +if (surfxml_router_coordinates_isset != 0) {FAIL("Multiple definition of attribute coordinates in ");} surfxml_router_coordinates_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_router_coordinates); + YY_BREAK +case 294: +YY_RULE_SETUP +{ + if (!AX_surfxml_router_id) FAIL("Required attribute `id' not set for `router' element."); + LEAVE; STag_surfxml_router();surfxml_pcdata_ix = 0; ENTER(E_surfxml_router); + } + YY_BREAK +case 295: +YY_RULE_SETUP +{ + if (!AX_surfxml_router_id) FAIL("Required attribute `id' not set for `router' element."); + LEAVE; STag_surfxml_router(); surfxml_pcdata_ix = 0; ETag_surfxml_router(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + } + } + YY_BREAK +case 296: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of router element.", surf_parse_text[0]); + YY_BREAK +case 297: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `router' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_router): +FAIL("EOF in attribute list of `router' element."); + YY_BREAK + +case 298: +/* rule 298 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_router(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + } + } + YY_BREAK +case 299: /* rule 299 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_link_c_ctn(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_route_1: - case S_surfxml_route: - case S_surfxml_route_2: - SET(S_surfxml_route_2); - break; - case S_surfxml_route_c_multi_2:case S_surfxml_route_c_multi_1:case - S_surfxml_route_c_multi:SET(S_surfxml_route_c_multi_2); - break; - }} YY_BREAK case 300: -/* rule 300 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 301:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_link_c_ctn):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 302: +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 300: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_router): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 301: +/* rule 301 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 302: /* rule 302 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 303: +YY_RULE_SETUP +{ + AX_surfxml_link_id = 0; + surfxml_link_id_isset = 0; + AX_surfxml_link_bandwidth = 0; + surfxml_link_bandwidth_isset = 0; + AX_surfxml_link_bandwidth_file = 0; + surfxml_link_bandwidth_file_isset = 0; + AX_surfxml_link_latency = 24; + surfxml_link_latency_isset = 0; + AX_surfxml_link_latency_file = 0; + surfxml_link_latency_file_isset = 0; + AX_surfxml_link_state = A_surfxml_link_state_ON; + surfxml_link_state_isset = 0; + AX_surfxml_link_state_file = 0; + surfxml_link_state_file_isset = 0; + AX_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_SHARED; + surfxml_link_sharing_policy_isset = 0; + ENTER(AL_surfxml_link); pushbuffer(0); + } + YY_BREAK + +case 303: /* rule 303 can match eol */ - YY_RULE_SETUP { - AX_surfxml_process_host = 0; - AX_surfxml_process_function = 0; - AX_surfxml_process_start_time = 110; - AX_surfxml_process_kill_time = 115; - ENTER(AL_surfxml_process); - pushbuffer(0); - } YY_BREAK case 304: +YY_RULE_SETUP +if (surfxml_link_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_link_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_id); + YY_BREAK +case 304: /* rule 304 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_process_host); - YY_BREAK case 305: +YY_RULE_SETUP +if (surfxml_link_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_link_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_id); + YY_BREAK +case 305: /* rule 305 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_process_host); - YY_BREAK case 306: +YY_RULE_SETUP +if (surfxml_link_bandwidth_isset != 0) {FAIL("Multiple definition of attribute bandwidth in ");} surfxml_link_bandwidth_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_bandwidth); + YY_BREAK +case 306: /* rule 306 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_process_function); - YY_BREAK case 307: +YY_RULE_SETUP +if (surfxml_link_bandwidth_isset != 0) {FAIL("Multiple definition of attribute bandwidth in ");} surfxml_link_bandwidth_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_bandwidth); + YY_BREAK +case 307: /* rule 307 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_process_function); - YY_BREAK case 308: +YY_RULE_SETUP +if (surfxml_link_bandwidth_file_isset != 0) {FAIL("Multiple definition of attribute bandwidth_file in ");} surfxml_link_bandwidth_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_bandwidth_file); + YY_BREAK +case 308: /* rule 308 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_process_start_time); - YY_BREAK case 309: +YY_RULE_SETUP +if (surfxml_link_bandwidth_file_isset != 0) {FAIL("Multiple definition of attribute bandwidth_file in ");} surfxml_link_bandwidth_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_bandwidth_file); + YY_BREAK +case 309: /* rule 309 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_process_start_time); - YY_BREAK case 310: +YY_RULE_SETUP +if (surfxml_link_latency_isset != 0) {FAIL("Multiple definition of attribute latency in ");} surfxml_link_latency_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_latency); + YY_BREAK +case 310: /* rule 310 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_process_kill_time); - YY_BREAK case 311: +YY_RULE_SETUP +if (surfxml_link_latency_isset != 0) {FAIL("Multiple definition of attribute latency in ");} surfxml_link_latency_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_latency); + YY_BREAK +case 311: /* rule 311 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_process_kill_time); - YY_BREAK case 312:YY_RULE_SETUP { - if (!AX_surfxml_process_host) - FAIL("Required attribute `host' not set for `process' element."); - if (!AX_surfxml_process_function) - FAIL - ("Required attribute `function' not set for `process' element."); - LEAVE; - STag_surfxml_process(); - surfxml_pcdata_ix = 0; - ENTER(S_surfxml_process); - } YY_BREAK case 313:YY_RULE_SETUP { - if (!AX_surfxml_process_host) - FAIL("Required attribute `host' not set for `process' element."); - if (!AX_surfxml_process_function) - FAIL - ("Required attribute `function' not set for `process' element."); - LEAVE; - STag_surfxml_process(); - surfxml_pcdata_ix = 0; - ETag_surfxml_process(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform: - case S_surfxml_platform_3: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - }} YY_BREAK case 314:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of process element.", - surf_parse_text[0]); - YY_BREAK case 315:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `process' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_process):FAIL - ("EOF in attribute list of `process' element."); - YY_BREAK case 316: +YY_RULE_SETUP +if (surfxml_link_latency_file_isset != 0) {FAIL("Multiple definition of attribute latency_file in ");} surfxml_link_latency_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_latency_file); + YY_BREAK +case 312: +/* rule 312 can match eol */ +YY_RULE_SETUP +if (surfxml_link_latency_file_isset != 0) {FAIL("Multiple definition of attribute latency_file in ");} surfxml_link_latency_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_latency_file); + YY_BREAK +case 313: +/* rule 313 can match eol */ +case 314: +/* rule 314 can match eol */ +YY_RULE_SETUP +A_surfxml_link_state = A_surfxml_link_state_ON; + YY_BREAK +case 315: +/* rule 315 can match eol */ +case 316: /* rule 316 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_process(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_platform_5: - case S_surfxml_platform_1: - case S_surfxml_platform: - case S_surfxml_platform_3: - case S_surfxml_platform_4: - SET(S_surfxml_platform_5); - break; - }} YY_BREAK case 317: +YY_RULE_SETUP +A_surfxml_link_state = A_surfxml_link_state_OFF; + YY_BREAK +case 317: /* rule 317 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 318:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(S_surfxml_process):case - YY_STATE_EOF(E_surfxml_process):case - YY_STATE_EOF(S_surfxml_process_2):FAIL - ("Premature EOF: `' expected."); - YY_BREAK case 319: +YY_RULE_SETUP +if (surfxml_link_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_link_state_file_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_state_file); + YY_BREAK +case 318: +/* rule 318 can match eol */ +YY_RULE_SETUP +if (surfxml_link_state_file_isset != 0) {FAIL("Multiple definition of attribute state_file in ");} surfxml_link_state_file_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_state_file); + YY_BREAK +case 319: /* rule 319 can match eol */ - YY_RULE_SETUP FAIL("Starting tag is not allowed here."); - YY_BREAK case 320: +case 320: /* rule 320 can match eol */ - YY_RULE_SETUP { - AX_surfxml_argument_value = 0; - ENTER(AL_surfxml_argument); - pushbuffer(0); - } YY_BREAK case 321: +YY_RULE_SETUP +A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_SHARED; + YY_BREAK +case 321: /* rule 321 can match eol */ - YY_RULE_SETUP ENTER(VALUE1); - BUFFERSET(AX_surfxml_argument_value); - YY_BREAK case 322: +case 322: /* rule 322 can match eol */ - YY_RULE_SETUP ENTER(VALUE2); - BUFFERSET(AX_surfxml_argument_value); - YY_BREAK case 323:YY_RULE_SETUP { - if (!AX_surfxml_argument_value) - FAIL("Required attribute `value' not set for `argument' element."); - LEAVE; - STag_surfxml_argument(); - surfxml_pcdata_ix = 0; - ENTER(E_surfxml_argument); - } YY_BREAK case 324:YY_RULE_SETUP { - if (!AX_surfxml_argument_value) - FAIL("Required attribute `value' not set for `argument' element."); - LEAVE; - STag_surfxml_argument(); - surfxml_pcdata_ix = 0; - ETag_surfxml_argument(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_process_1: - case S_surfxml_process: - case S_surfxml_process_2: - SET(S_surfxml_process_2); - break; - }} YY_BREAK case 325:YY_RULE_SETUP - FAIL - ("Unexpected character `%c' in attribute list of argument element.", - surf_parse_text[0]); - YY_BREAK case 326:YY_RULE_SETUP - FAIL("Bad attribute `%s' in `argument' element start tag.", - surf_parse_text); - YY_BREAK case - YY_STATE_EOF(AL_surfxml_argument):FAIL - ("EOF in attribute list of `argument' element."); - YY_BREAK case 327: -/* rule 327 can match eol */ - YY_RULE_SETUP { - LEAVE; - ETag_surfxml_argument(); - popbuffer(); /* attribute */ - switch (YY_START) { - case S_surfxml_process_1: - case S_surfxml_process: - case S_surfxml_process_2: - SET(S_surfxml_process_2); - break; - }} YY_BREAK case 328: -/* rule 328 can match eol */ - - YY_RULE_SETUP - FAIL("Unexpected end-tag `%s': `' expected.", - surf_parse_text); - YY_BREAK case 329:YY_RULE_SETUP - FAIL("Unexpected character `%c': `' expected.", - surf_parse_text[0]); - YY_BREAK case - YY_STATE_EOF(E_surfxml_argument):FAIL - ("Premature EOF: `' expected."); - YY_BREAK -/* EPILOG: after the root element. */ - case 330: - YY_RULE_SETUP { - SET(PROLOG); - yyless(0); - CLEANUP; - return -1; - } - YY_BREAK case YY_STATE_EOF(EPILOG):SUCCEED; - YY_BREAK -/* CHARACTER DATA. */ -/* Non-defined standard entities... */ - case 331: - YY_RULE_SETUP BUFFERPUTC('&'); - YY_BREAK case 332:YY_RULE_SETUP BUFFERPUTC('<'); - YY_BREAK case 333:YY_RULE_SETUP BUFFERPUTC('>'); - YY_BREAK case 334:YY_RULE_SETUP BUFFERPUTC('\''); - YY_BREAK case 335:YY_RULE_SETUP BUFFERPUTC('"'); - YY_BREAK -/* Character entities. */ - case 336: - YY_RULE_SETUP BUFFERPUTC((unsigned char) atoi(surf_parse_text + 2)); - YY_BREAK case 337:YY_RULE_SETUP - BUFFERPUTC((unsigned char) strtol(surf_parse_text + 3, NULL, 16)); - YY_BREAK case 338: +YY_RULE_SETUP +A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_FATPIPE; + YY_BREAK +case 323: +/* rule 323 can match eol */ +case 324: +/* rule 324 can match eol */ +YY_RULE_SETUP +A_surfxml_link_sharing_policy = A_surfxml_link_sharing_policy_FULLDUPLEX; + YY_BREAK +case 325: +YY_RULE_SETUP +{ + if (!AX_surfxml_link_id) FAIL("Required attribute `id' not set for `link' element."); + if (!AX_surfxml_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `link' element."); + LEAVE; STag_surfxml_link();surfxml_pcdata_ix = 0; ENTER(S_surfxml_link); + } + YY_BREAK +case 326: +YY_RULE_SETUP +{ + if (!AX_surfxml_link_id) FAIL("Required attribute `id' not set for `link' element."); + if (!AX_surfxml_link_bandwidth) FAIL("Required attribute `bandwidth' not set for `link' element."); + LEAVE; STag_surfxml_link(); surfxml_pcdata_ix = 0; ETag_surfxml_link(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + } + } + YY_BREAK +case 327: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of link element.", surf_parse_text[0]); + YY_BREAK +case 328: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `link' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_link): +FAIL("EOF in attribute list of `link' element."); + YY_BREAK + +case 329: +/* rule 329 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_link(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_11: case S_surfxml_AS_10: case S_surfxml_AS: SET(S_surfxml_AS_11); break; + case S_surfxml_AS_2: case S_surfxml_AS_3: SET(S_surfxml_AS_3); break; + } + } + YY_BREAK +case 330: +/* rule 330 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 331: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_link): +case YY_STATE_EOF(S_surfxml_link_2): +case YY_STATE_EOF(S_surfxml_link): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 332: +/* rule 332 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 333: +/* rule 333 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_route_src = 0; + surfxml_route_src_isset = 0; + AX_surfxml_route_dst = 0; + surfxml_route_dst_isset = 0; + AX_surfxml_route_symmetrical = A_surfxml_route_symmetrical_YES; + surfxml_route_symmetrical_isset = 0; + ENTER(AL_surfxml_route); pushbuffer(0); + } + YY_BREAK + +case 334: +/* rule 334 can match eol */ +YY_RULE_SETUP +if (surfxml_route_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_route_src_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_route_src); + YY_BREAK +case 335: +/* rule 335 can match eol */ +YY_RULE_SETUP +if (surfxml_route_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_route_src_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_route_src); + YY_BREAK +case 336: +/* rule 336 can match eol */ +YY_RULE_SETUP +if (surfxml_route_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_route_dst_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_route_dst); + YY_BREAK +case 337: +/* rule 337 can match eol */ +YY_RULE_SETUP +if (surfxml_route_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_route_dst_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_route_dst); + YY_BREAK +case 338: /* rule 338 can match eol */ - case 339: +case 339: /* rule 339 can match eol */ - case 340: +YY_RULE_SETUP +A_surfxml_route_symmetrical = A_surfxml_route_symmetrical_YES; + YY_BREAK +case 340: /* rule 340 can match eol */ - case 341: +case 341: /* rule 341 can match eol */ - YY_RULE_SETUP BUFFERPUTC('\n'); - YY_BREAK case 342:YY_RULE_SETUP ENTER(CDATA); - YY_BREAK case 343:YY_RULE_SETUP FAIL("Unexpected `]" - "]>' in character data."); - YY_BREAK case 344:YY_RULE_SETUP BUFFERDONE; - LEAVE; - YY_BREAK case - YY_STATE_EOF(VALUE1):FAIL("EOF in literal (\"'\" expected)."); - YY_BREAK case 345:YY_RULE_SETUP BUFFERDONE; - LEAVE; - YY_BREAK case - YY_STATE_EOF(VALUE2):FAIL("EOF in literal (`\"' expected)."); - YY_BREAK case 346: +YY_RULE_SETUP +A_surfxml_route_symmetrical = A_surfxml_route_symmetrical_NO; + YY_BREAK +case 342: +YY_RULE_SETUP +{ + if (!AX_surfxml_route_src) FAIL("Required attribute `src' not set for `route' element."); + if (!AX_surfxml_route_dst) FAIL("Required attribute `dst' not set for `route' element."); + LEAVE; STag_surfxml_route();surfxml_pcdata_ix = 0; ENTER(S_surfxml_route); + } + YY_BREAK +case 343: +YY_RULE_SETUP +{ + if (!AX_surfxml_route_src) FAIL("Required attribute `src' not set for `route' element."); + if (!AX_surfxml_route_dst) FAIL("Required attribute `dst' not set for `route' element."); + LEAVE; STag_surfxml_route(); surfxml_pcdata_ix = 0; ETag_surfxml_route(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_11: case S_surfxml_AS_13: case S_surfxml_AS: SET(S_surfxml_AS_13); break; + } + } + YY_BREAK +case 344: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of route element.", surf_parse_text[0]); + YY_BREAK +case 345: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `route' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_route): +FAIL("EOF in attribute list of `route' element."); + YY_BREAK + +case 346: /* rule 346 can match eol */ - YY_RULE_SETUP BUFFERPUTC(surf_parse_text[0]); - YY_BREAK case 347:YY_RULE_SETUP - FAIL("Spurious `%c' in character data.", surf_parse_text[0]); - YY_BREAK case 348:YY_RULE_SETUP LEAVE; - YY_BREAK +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_route(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_11: case S_surfxml_AS_13: case S_surfxml_AS: SET(S_surfxml_AS_13); break; + } + } + YY_BREAK +case 347: +/* rule 347 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 348: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_route): +case YY_STATE_EOF(S_surfxml_route_2): +case YY_STATE_EOF(E_surfxml_route): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 349: +/* rule 349 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 350: +/* rule 350 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_ASroute_src = 0; + surfxml_ASroute_src_isset = 0; + AX_surfxml_ASroute_dst = 0; + surfxml_ASroute_dst_isset = 0; + AX_surfxml_ASroute_gw_src = 0; + surfxml_ASroute_gw_src_isset = 0; + AX_surfxml_ASroute_gw_dst = 0; + surfxml_ASroute_gw_dst_isset = 0; + AX_surfxml_ASroute_symmetrical = A_surfxml_ASroute_symmetrical_YES; + surfxml_ASroute_symmetrical_isset = 0; + ENTER(AL_surfxml_ASroute); pushbuffer(0); + } + YY_BREAK + +case 351: +/* rule 351 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_ASroute_src_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_ASroute_src); + YY_BREAK +case 352: +/* rule 352 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_ASroute_src_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_ASroute_src); + YY_BREAK +case 353: +/* rule 353 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_ASroute_dst_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_ASroute_dst); + YY_BREAK +case 354: +/* rule 354 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_ASroute_dst_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_ASroute_dst); + YY_BREAK +case 355: +/* rule 355 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_gw_src_isset != 0) {FAIL("Multiple definition of attribute gw_src in ");} surfxml_ASroute_gw_src_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_ASroute_gw_src); + YY_BREAK +case 356: +/* rule 356 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_gw_src_isset != 0) {FAIL("Multiple definition of attribute gw_src in ");} surfxml_ASroute_gw_src_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_ASroute_gw_src); + YY_BREAK +case 357: +/* rule 357 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_gw_dst_isset != 0) {FAIL("Multiple definition of attribute gw_dst in ");} surfxml_ASroute_gw_dst_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_ASroute_gw_dst); + YY_BREAK +case 358: +/* rule 358 can match eol */ +YY_RULE_SETUP +if (surfxml_ASroute_gw_dst_isset != 0) {FAIL("Multiple definition of attribute gw_dst in ");} surfxml_ASroute_gw_dst_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_ASroute_gw_dst); + YY_BREAK +case 359: +/* rule 359 can match eol */ +case 360: +/* rule 360 can match eol */ +YY_RULE_SETUP +A_surfxml_ASroute_symmetrical = A_surfxml_ASroute_symmetrical_YES; + YY_BREAK +case 361: +/* rule 361 can match eol */ +case 362: +/* rule 362 can match eol */ +YY_RULE_SETUP +A_surfxml_ASroute_symmetrical = A_surfxml_ASroute_symmetrical_NO; + YY_BREAK +case 363: +YY_RULE_SETUP +{ + if (!AX_surfxml_ASroute_src) FAIL("Required attribute `src' not set for `ASroute' element."); + if (!AX_surfxml_ASroute_dst) FAIL("Required attribute `dst' not set for `ASroute' element."); + if (!AX_surfxml_ASroute_gw_src) FAIL("Required attribute `gw_src' not set for `ASroute' element."); + if (!AX_surfxml_ASroute_gw_dst) FAIL("Required attribute `gw_dst' not set for `ASroute' element."); + LEAVE; STag_surfxml_ASroute();surfxml_pcdata_ix = 0; ENTER(S_surfxml_ASroute); + } + YY_BREAK +case 364: +YY_RULE_SETUP +{ + if (!AX_surfxml_ASroute_src) FAIL("Required attribute `src' not set for `ASroute' element."); + if (!AX_surfxml_ASroute_dst) FAIL("Required attribute `dst' not set for `ASroute' element."); + if (!AX_surfxml_ASroute_gw_src) FAIL("Required attribute `gw_src' not set for `ASroute' element."); + if (!AX_surfxml_ASroute_gw_dst) FAIL("Required attribute `gw_dst' not set for `ASroute' element."); + LEAVE; STag_surfxml_ASroute(); surfxml_pcdata_ix = 0; ETag_surfxml_ASroute(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS: case S_surfxml_AS_6: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + } + } + YY_BREAK +case 365: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of ASroute element.", surf_parse_text[0]); + YY_BREAK +case 366: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `ASroute' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_ASroute): +FAIL("EOF in attribute list of `ASroute' element."); + YY_BREAK + +case 367: +/* rule 367 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_ASroute(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS: case S_surfxml_AS_6: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + } + } + YY_BREAK +case 368: +/* rule 368 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 369: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_ASroute): +case YY_STATE_EOF(S_surfxml_ASroute): +case YY_STATE_EOF(S_surfxml_ASroute_2): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 370: +/* rule 370 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 371: +/* rule 371 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_link_ctn_id = 0; + surfxml_link_ctn_id_isset = 0; + AX_surfxml_link_ctn_direction = A_surfxml_link_ctn_direction_NONE; + surfxml_link_ctn_direction_isset = 0; + ENTER(AL_surfxml_link_ctn); pushbuffer(0); + } + YY_BREAK + +case 372: +/* rule 372 can match eol */ +YY_RULE_SETUP +if (surfxml_link_ctn_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_link_ctn_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_link_ctn_id); + YY_BREAK +case 373: +/* rule 373 can match eol */ +YY_RULE_SETUP +if (surfxml_link_ctn_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_link_ctn_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_link_ctn_id); + YY_BREAK +case 374: +/* rule 374 can match eol */ +case 375: +/* rule 375 can match eol */ +YY_RULE_SETUP +A_surfxml_link_ctn_direction = A_surfxml_link_ctn_direction_UP; + YY_BREAK +case 376: +/* rule 376 can match eol */ +case 377: +/* rule 377 can match eol */ +YY_RULE_SETUP +A_surfxml_link_ctn_direction = A_surfxml_link_ctn_direction_DOWN; + YY_BREAK +case 378: +/* rule 378 can match eol */ +case 379: +/* rule 379 can match eol */ +YY_RULE_SETUP +A_surfxml_link_ctn_direction = A_surfxml_link_ctn_direction_NONE; + YY_BREAK +case 380: +YY_RULE_SETUP +{ + if (!AX_surfxml_link_ctn_id) FAIL("Required attribute `id' not set for `link_ctn' element."); + LEAVE; STag_surfxml_link_ctn();surfxml_pcdata_ix = 0; ENTER(E_surfxml_link_ctn); + } + YY_BREAK +case 381: +YY_RULE_SETUP +{ + if (!AX_surfxml_link_ctn_id) FAIL("Required attribute `id' not set for `link_ctn' element."); + LEAVE; STag_surfxml_link_ctn(); surfxml_pcdata_ix = 0; ETag_surfxml_link_ctn(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_bypassRoute: case S_surfxml_bypassRoute_2: case S_surfxml_bypassRoute_1: SET(S_surfxml_bypassRoute_2); break; + case S_surfxml_route_1: case S_surfxml_route: case S_surfxml_route_2: SET(S_surfxml_route_2); break; + case S_surfxml_bypassASroute_2: case S_surfxml_bypassASroute_1: case S_surfxml_bypassASroute: SET(S_surfxml_bypassASroute_2); break; + case S_surfxml_ASroute: case S_surfxml_ASroute_1: case S_surfxml_ASroute_2: SET(S_surfxml_ASroute_2); break; + } + } + YY_BREAK +case 382: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of link_ctn element.", surf_parse_text[0]); + YY_BREAK +case 383: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `link_ctn' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_link_ctn): +FAIL("EOF in attribute list of `link_ctn' element."); + YY_BREAK + +case 384: +/* rule 384 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_link_ctn(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_bypassRoute: case S_surfxml_bypassRoute_2: case S_surfxml_bypassRoute_1: SET(S_surfxml_bypassRoute_2); break; + case S_surfxml_route_1: case S_surfxml_route: case S_surfxml_route_2: SET(S_surfxml_route_2); break; + case S_surfxml_bypassASroute_2: case S_surfxml_bypassASroute_1: case S_surfxml_bypassASroute: SET(S_surfxml_bypassASroute_2); break; + case S_surfxml_ASroute: case S_surfxml_ASroute_1: case S_surfxml_ASroute_2: SET(S_surfxml_ASroute_2); break; + } + } + YY_BREAK +case 385: +/* rule 385 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 386: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_link_ctn): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 387: +/* rule 387 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 388: +/* rule 388 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_bypassRoute_src = 0; + surfxml_bypassRoute_src_isset = 0; + AX_surfxml_bypassRoute_dst = 0; + surfxml_bypassRoute_dst_isset = 0; + ENTER(AL_surfxml_bypassRoute); pushbuffer(0); + } + YY_BREAK + +case 389: +/* rule 389 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassRoute_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_bypassRoute_src_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_bypassRoute_src); + YY_BREAK +case 390: +/* rule 390 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassRoute_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_bypassRoute_src_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_bypassRoute_src); + YY_BREAK +case 391: +/* rule 391 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassRoute_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_bypassRoute_dst_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_bypassRoute_dst); + YY_BREAK +case 392: +/* rule 392 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassRoute_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_bypassRoute_dst_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_bypassRoute_dst); + YY_BREAK +case 393: +YY_RULE_SETUP +{ + if (!AX_surfxml_bypassRoute_src) FAIL("Required attribute `src' not set for `bypassRoute' element."); + if (!AX_surfxml_bypassRoute_dst) FAIL("Required attribute `dst' not set for `bypassRoute' element."); + LEAVE; STag_surfxml_bypassRoute();surfxml_pcdata_ix = 0; ENTER(S_surfxml_bypassRoute); + } + YY_BREAK +case 394: +YY_RULE_SETUP +{ + if (!AX_surfxml_bypassRoute_src) FAIL("Required attribute `src' not set for `bypassRoute' element."); + if (!AX_surfxml_bypassRoute_dst) FAIL("Required attribute `dst' not set for `bypassRoute' element."); + LEAVE; STag_surfxml_bypassRoute(); surfxml_pcdata_ix = 0; ETag_surfxml_bypassRoute(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_11: case S_surfxml_AS_13: case S_surfxml_AS: SET(S_surfxml_AS_13); break; + } + } + YY_BREAK +case 395: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of bypassRoute element.", surf_parse_text[0]); + YY_BREAK +case 396: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `bypassRoute' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_bypassRoute): +FAIL("EOF in attribute list of `bypassRoute' element."); + YY_BREAK + +case 397: +/* rule 397 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_bypassRoute(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_12: case S_surfxml_AS_9: case S_surfxml_AS_11: case S_surfxml_AS_13: case S_surfxml_AS: SET(S_surfxml_AS_13); break; + } + } + YY_BREAK +case 398: +/* rule 398 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 399: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_bypassRoute): +case YY_STATE_EOF(S_surfxml_bypassRoute_2): +case YY_STATE_EOF(E_surfxml_bypassRoute): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 400: +/* rule 400 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 401: +/* rule 401 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_bypassASroute_src = 0; + surfxml_bypassASroute_src_isset = 0; + AX_surfxml_bypassASroute_dst = 0; + surfxml_bypassASroute_dst_isset = 0; + AX_surfxml_bypassASroute_gw_src = 0; + surfxml_bypassASroute_gw_src_isset = 0; + AX_surfxml_bypassASroute_gw_dst = 0; + surfxml_bypassASroute_gw_dst_isset = 0; + ENTER(AL_surfxml_bypassASroute); pushbuffer(0); + } + YY_BREAK + +case 402: +/* rule 402 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_bypassASroute_src_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_bypassASroute_src); + YY_BREAK +case 403: +/* rule 403 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_src_isset != 0) {FAIL("Multiple definition of attribute src in ");} surfxml_bypassASroute_src_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_bypassASroute_src); + YY_BREAK +case 404: +/* rule 404 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_bypassASroute_dst_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_bypassASroute_dst); + YY_BREAK +case 405: +/* rule 405 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_dst_isset != 0) {FAIL("Multiple definition of attribute dst in ");} surfxml_bypassASroute_dst_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_bypassASroute_dst); + YY_BREAK +case 406: +/* rule 406 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_gw_src_isset != 0) {FAIL("Multiple definition of attribute gw_src in ");} surfxml_bypassASroute_gw_src_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_bypassASroute_gw_src); + YY_BREAK +case 407: +/* rule 407 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_gw_src_isset != 0) {FAIL("Multiple definition of attribute gw_src in ");} surfxml_bypassASroute_gw_src_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_bypassASroute_gw_src); + YY_BREAK +case 408: +/* rule 408 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_gw_dst_isset != 0) {FAIL("Multiple definition of attribute gw_dst in ");} surfxml_bypassASroute_gw_dst_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_bypassASroute_gw_dst); + YY_BREAK +case 409: +/* rule 409 can match eol */ +YY_RULE_SETUP +if (surfxml_bypassASroute_gw_dst_isset != 0) {FAIL("Multiple definition of attribute gw_dst in ");} surfxml_bypassASroute_gw_dst_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_bypassASroute_gw_dst); + YY_BREAK +case 410: +YY_RULE_SETUP +{ + if (!AX_surfxml_bypassASroute_src) FAIL("Required attribute `src' not set for `bypassASroute' element."); + if (!AX_surfxml_bypassASroute_dst) FAIL("Required attribute `dst' not set for `bypassASroute' element."); + if (!AX_surfxml_bypassASroute_gw_src) FAIL("Required attribute `gw_src' not set for `bypassASroute' element."); + if (!AX_surfxml_bypassASroute_gw_dst) FAIL("Required attribute `gw_dst' not set for `bypassASroute' element."); + LEAVE; STag_surfxml_bypassASroute();surfxml_pcdata_ix = 0; ENTER(S_surfxml_bypassASroute); + } + YY_BREAK +case 411: +YY_RULE_SETUP +{ + if (!AX_surfxml_bypassASroute_src) FAIL("Required attribute `src' not set for `bypassASroute' element."); + if (!AX_surfxml_bypassASroute_dst) FAIL("Required attribute `dst' not set for `bypassASroute' element."); + if (!AX_surfxml_bypassASroute_gw_src) FAIL("Required attribute `gw_src' not set for `bypassASroute' element."); + if (!AX_surfxml_bypassASroute_gw_dst) FAIL("Required attribute `gw_dst' not set for `bypassASroute' element."); + LEAVE; STag_surfxml_bypassASroute(); surfxml_pcdata_ix = 0; ETag_surfxml_bypassASroute(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS: case S_surfxml_AS_6: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + } + } + YY_BREAK +case 412: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of bypassASroute element.", surf_parse_text[0]); + YY_BREAK +case 413: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `bypassASroute' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_bypassASroute): +FAIL("EOF in attribute list of `bypassASroute' element."); + YY_BREAK + +case 414: +/* rule 414 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_bypassASroute(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_AS_1: case S_surfxml_AS_5: case S_surfxml_AS: case S_surfxml_AS_6: case S_surfxml_AS_3: SET(S_surfxml_AS_6); break; + } + } + YY_BREAK +case 415: +/* rule 415 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 416: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_bypassASroute_2): +case YY_STATE_EOF(E_surfxml_bypassASroute): +case YY_STATE_EOF(S_surfxml_bypassASroute): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 417: +/* rule 417 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 418: +/* rule 418 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_process_host = 0; + surfxml_process_host_isset = 0; + AX_surfxml_process_function = 0; + surfxml_process_function_isset = 0; + AX_surfxml_process_start_time = 28; + surfxml_process_start_time_isset = 0; + AX_surfxml_process_kill_time = 33; + surfxml_process_kill_time_isset = 0; + AX_surfxml_process_on_failure = A_surfxml_process_on_failure_DIE; + surfxml_process_on_failure_isset = 0; + ENTER(AL_surfxml_process); pushbuffer(0); + } + YY_BREAK + +case 419: +/* rule 419 can match eol */ +YY_RULE_SETUP +if (surfxml_process_host_isset != 0) {FAIL("Multiple definition of attribute host in ");} surfxml_process_host_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_process_host); + YY_BREAK +case 420: +/* rule 420 can match eol */ +YY_RULE_SETUP +if (surfxml_process_host_isset != 0) {FAIL("Multiple definition of attribute host in ");} surfxml_process_host_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_process_host); + YY_BREAK +case 421: +/* rule 421 can match eol */ +YY_RULE_SETUP +if (surfxml_process_function_isset != 0) {FAIL("Multiple definition of attribute function in ");} surfxml_process_function_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_process_function); + YY_BREAK +case 422: +/* rule 422 can match eol */ +YY_RULE_SETUP +if (surfxml_process_function_isset != 0) {FAIL("Multiple definition of attribute function in ");} surfxml_process_function_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_process_function); + YY_BREAK +case 423: +/* rule 423 can match eol */ +YY_RULE_SETUP +if (surfxml_process_start_time_isset != 0) {FAIL("Multiple definition of attribute start_time in ");} surfxml_process_start_time_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_process_start_time); + YY_BREAK +case 424: +/* rule 424 can match eol */ +YY_RULE_SETUP +if (surfxml_process_start_time_isset != 0) {FAIL("Multiple definition of attribute start_time in ");} surfxml_process_start_time_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_process_start_time); + YY_BREAK +case 425: +/* rule 425 can match eol */ +YY_RULE_SETUP +if (surfxml_process_kill_time_isset != 0) {FAIL("Multiple definition of attribute kill_time in ");} surfxml_process_kill_time_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_process_kill_time); + YY_BREAK +case 426: +/* rule 426 can match eol */ +YY_RULE_SETUP +if (surfxml_process_kill_time_isset != 0) {FAIL("Multiple definition of attribute kill_time in ");} surfxml_process_kill_time_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_process_kill_time); + YY_BREAK +case 427: +/* rule 427 can match eol */ +case 428: +/* rule 428 can match eol */ +YY_RULE_SETUP +A_surfxml_process_on_failure = A_surfxml_process_on_failure_DIE; + YY_BREAK +case 429: +/* rule 429 can match eol */ +case 430: +/* rule 430 can match eol */ +YY_RULE_SETUP +A_surfxml_process_on_failure = A_surfxml_process_on_failure_RESTART; + YY_BREAK +case 431: +YY_RULE_SETUP +{ + if (!AX_surfxml_process_host) FAIL("Required attribute `host' not set for `process' element."); + if (!AX_surfxml_process_function) FAIL("Required attribute `function' not set for `process' element."); + LEAVE; STag_surfxml_process();surfxml_pcdata_ix = 0; ENTER(S_surfxml_process); + } + YY_BREAK +case 432: +YY_RULE_SETUP +{ + if (!AX_surfxml_process_host) FAIL("Required attribute `host' not set for `process' element."); + if (!AX_surfxml_process_function) FAIL("Required attribute `function' not set for `process' element."); + LEAVE; STag_surfxml_process(); surfxml_pcdata_ix = 0; ETag_surfxml_process(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_6: case S_surfxml_platform_4: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_8: case S_surfxml_platform_7: case S_surfxml_platform_3: SET(S_surfxml_platform_8); break; + } + } + YY_BREAK +case 433: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of process element.", surf_parse_text[0]); + YY_BREAK +case 434: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `process' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_process): +FAIL("EOF in attribute list of `process' element."); + YY_BREAK + +case 435: +/* rule 435 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_process(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_6: case S_surfxml_platform_4: case S_surfxml_platform_1: case S_surfxml_platform: case S_surfxml_platform_8: case S_surfxml_platform_7: case S_surfxml_platform_3: SET(S_surfxml_platform_8); break; + } + } + YY_BREAK +case 436: +/* rule 436 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 437: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_process): +case YY_STATE_EOF(S_surfxml_process): +case YY_STATE_EOF(S_surfxml_process_2): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 438: +/* rule 438 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 439: +/* rule 439 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_argument_value = 0; + surfxml_argument_value_isset = 0; + ENTER(AL_surfxml_argument); pushbuffer(0); + } + YY_BREAK + +case 440: +/* rule 440 can match eol */ +YY_RULE_SETUP +if (surfxml_argument_value_isset != 0) {FAIL("Multiple definition of attribute value in ");} surfxml_argument_value_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_argument_value); + YY_BREAK +case 441: +/* rule 441 can match eol */ +YY_RULE_SETUP +if (surfxml_argument_value_isset != 0) {FAIL("Multiple definition of attribute value in ");} surfxml_argument_value_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_argument_value); + YY_BREAK +case 442: +YY_RULE_SETUP +{ + if (!AX_surfxml_argument_value) FAIL("Required attribute `value' not set for `argument' element."); + LEAVE; STag_surfxml_argument();surfxml_pcdata_ix = 0; ENTER(E_surfxml_argument); + } + YY_BREAK +case 443: +YY_RULE_SETUP +{ + if (!AX_surfxml_argument_value) FAIL("Required attribute `value' not set for `argument' element."); + LEAVE; STag_surfxml_argument(); surfxml_pcdata_ix = 0; ETag_surfxml_argument(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; + } + } + YY_BREAK +case 444: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of argument element.", surf_parse_text[0]); + YY_BREAK +case 445: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `argument' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_argument): +FAIL("EOF in attribute list of `argument' element."); + YY_BREAK + +case 446: +/* rule 446 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_argument(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; + } + } + YY_BREAK +case 447: +/* rule 447 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 448: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_argument): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +case 449: +/* rule 449 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 450: +/* rule 450 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_config_id = 0; + surfxml_config_id_isset = 0; + ENTER(AL_surfxml_config); pushbuffer(0); + } + YY_BREAK + +case 451: +/* rule 451 can match eol */ +YY_RULE_SETUP +if (surfxml_config_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_config_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_config_id); + YY_BREAK +case 452: +/* rule 452 can match eol */ +YY_RULE_SETUP +if (surfxml_config_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_config_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_config_id); + YY_BREAK +case 453: +YY_RULE_SETUP +{ + LEAVE; STag_surfxml_config();surfxml_pcdata_ix = 0; ENTER(S_surfxml_config); + } + YY_BREAK +case 454: +YY_RULE_SETUP +{ + LEAVE; STag_surfxml_config(); surfxml_pcdata_ix = 0; ETag_surfxml_config(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + YY_BREAK +case 455: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of config element.", surf_parse_text[0]); + YY_BREAK +case 456: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `config' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_config): +FAIL("EOF in attribute list of `config' element."); + YY_BREAK + +case 457: +/* rule 457 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_config(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_platform_2: case S_surfxml_platform: case S_surfxml_platform_3: SET(S_surfxml_platform_3); break; + } + } + YY_BREAK +case 458: +/* rule 458 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 459: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(S_surfxml_config): +case YY_STATE_EOF(S_surfxml_config_2): +case YY_STATE_EOF(E_surfxml_config): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +/* + * */ +case 460: +/* rule 460 can match eol */ +YY_RULE_SETUP +FAIL("Starting tag is not allowed here."); + YY_BREAK +case 461: +/* rule 461 can match eol */ +YY_RULE_SETUP +{ + AX_surfxml_prop_id = 0; + surfxml_prop_id_isset = 0; + AX_surfxml_prop_value = 0; + surfxml_prop_value_isset = 0; + ENTER(AL_surfxml_prop); pushbuffer(0); + } + YY_BREAK + +case 462: +/* rule 462 can match eol */ +YY_RULE_SETUP +if (surfxml_prop_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_prop_id_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_prop_id); + YY_BREAK +case 463: +/* rule 463 can match eol */ +YY_RULE_SETUP +if (surfxml_prop_id_isset != 0) {FAIL("Multiple definition of attribute id in ");} surfxml_prop_id_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_prop_id); + YY_BREAK +case 464: +/* rule 464 can match eol */ +YY_RULE_SETUP +if (surfxml_prop_value_isset != 0) {FAIL("Multiple definition of attribute value in ");} surfxml_prop_value_isset = 1; ENTER(VALUE1); BUFFERSET(AX_surfxml_prop_value); + YY_BREAK +case 465: +/* rule 465 can match eol */ +YY_RULE_SETUP +if (surfxml_prop_value_isset != 0) {FAIL("Multiple definition of attribute value in ");} surfxml_prop_value_isset = 1; ENTER(VALUE2); BUFFERSET(AX_surfxml_prop_value); + YY_BREAK +case 466: +YY_RULE_SETUP +{ + if (!AX_surfxml_prop_id) FAIL("Required attribute `id' not set for `prop' element."); + if (!AX_surfxml_prop_value) FAIL("Required attribute `value' not set for `prop' element."); + LEAVE; STag_surfxml_prop();surfxml_pcdata_ix = 0; ENTER(E_surfxml_prop); + } + YY_BREAK +case 467: +YY_RULE_SETUP +{ + if (!AX_surfxml_prop_id) FAIL("Required attribute `id' not set for `prop' element."); + if (!AX_surfxml_prop_value) FAIL("Required attribute `value' not set for `prop' element."); + LEAVE; STag_surfxml_prop(); surfxml_pcdata_ix = 0; ETag_surfxml_prop(); popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_random: case S_surfxml_random_2: case S_surfxml_random_1: SET(S_surfxml_random_2); break; + case S_surfxml_storage_1: case S_surfxml_storage_2: case S_surfxml_storage: SET(S_surfxml_storage_2); break; + case S_surfxml_config_1: case S_surfxml_config: case S_surfxml_config_2: SET(S_surfxml_config_2); break; + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; + case S_surfxml_host_1: case S_surfxml_host_2: case S_surfxml_host: SET(S_surfxml_host_2); break; + case S_surfxml_storage_type_2: case S_surfxml_storage_type: case S_surfxml_storage_type_1: SET(S_surfxml_storage_type_2); break; + case S_surfxml_link_1: case S_surfxml_link_2: case S_surfxml_link: SET(S_surfxml_link_2); break; + } + } + YY_BREAK +case 468: +YY_RULE_SETUP +FAIL("Unexpected character `%c' in attribute list of prop element.", surf_parse_text[0]); + YY_BREAK +case 469: +YY_RULE_SETUP +FAIL("Bad attribute `%s' in `prop' element start tag.",surf_parse_text); + YY_BREAK +case YY_STATE_EOF(AL_surfxml_prop): +FAIL("EOF in attribute list of `prop' element."); + YY_BREAK + +case 470: +/* rule 470 can match eol */ +YY_RULE_SETUP +{ + LEAVE; + ETag_surfxml_prop(); + popbuffer(); /* attribute */ + switch (YY_START) { + case S_surfxml_random: case S_surfxml_random_2: case S_surfxml_random_1: SET(S_surfxml_random_2); break; + case S_surfxml_storage_1: case S_surfxml_storage_2: case S_surfxml_storage: SET(S_surfxml_storage_2); break; + case S_surfxml_config_1: case S_surfxml_config: case S_surfxml_config_2: SET(S_surfxml_config_2); break; + case S_surfxml_process_1: case S_surfxml_process: case S_surfxml_process_2: SET(S_surfxml_process_2); break; + case S_surfxml_host_1: case S_surfxml_host_2: case S_surfxml_host: SET(S_surfxml_host_2); break; + case S_surfxml_storage_type_2: case S_surfxml_storage_type: case S_surfxml_storage_type_1: SET(S_surfxml_storage_type_2); break; + case S_surfxml_link_1: case S_surfxml_link_2: case S_surfxml_link: SET(S_surfxml_link_2); break; + } + } + YY_BREAK +case 471: +/* rule 471 can match eol */ +YY_RULE_SETUP +FAIL("Unexpected end-tag `%s': `' expected.",surf_parse_text); + YY_BREAK +case 472: +YY_RULE_SETUP +FAIL("Unexpected character `%c': `' expected.",surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(E_surfxml_prop): +if(!ETag_surfxml_include_state()) FAIL("Premature EOF: `' expected."); + YY_BREAK + +/* EPILOG: after the root element. */ + +case 473: +YY_RULE_SETUP +{SET(PROLOG); yyless(0); CLEANUP; return -1;} + YY_BREAK +case YY_STATE_EOF(EPILOG): +SUCCEED; + YY_BREAK + +/* CHARACTER DATA. */ + +/* Non-defined standard entities... */ +case 474: +YY_RULE_SETUP +BUFFERPUTC('&'); + YY_BREAK +case 475: +YY_RULE_SETUP +BUFFERPUTC('<'); + YY_BREAK +case 476: +YY_RULE_SETUP +BUFFERPUTC('>'); + YY_BREAK +case 477: +YY_RULE_SETUP +BUFFERPUTC('\''); + YY_BREAK +case 478: +YY_RULE_SETUP +BUFFERPUTC('"'); + YY_BREAK +/* Character entities. */ +case 479: +YY_RULE_SETUP +BUFFERPUTC((unsigned char)atoi(surf_parse_text+2)); + YY_BREAK +case 480: +YY_RULE_SETUP +BUFFERPUTC((unsigned char)strtol(surf_parse_text+3,NULL,16)); + YY_BREAK + +case 481: +/* rule 481 can match eol */ +case 482: +/* rule 482 can match eol */ +case 483: +/* rule 483 can match eol */ +case 484: +/* rule 484 can match eol */ +YY_RULE_SETUP +BUFFERPUTC('\n'); + YY_BREAK + +case 485: +YY_RULE_SETUP +ENTER(CDATA); + YY_BREAK +case 486: +YY_RULE_SETUP +FAIL("Unexpected `]""]>' in character data."); + YY_BREAK + +case 487: +YY_RULE_SETUP +BUFFERDONE; LEAVE; + YY_BREAK +case YY_STATE_EOF(VALUE1): +FAIL("EOF in literal (\"'\" expected)."); + YY_BREAK + +case 488: +YY_RULE_SETUP +BUFFERDONE; LEAVE; + YY_BREAK +case YY_STATE_EOF(VALUE2): +FAIL("EOF in literal (`\"' expected)."); + YY_BREAK + +case 489: +/* rule 489 can match eol */ +YY_RULE_SETUP +BUFFERPUTC(surf_parse_text[0]); + YY_BREAK +case 490: +YY_RULE_SETUP +FAIL("Spurious `%c' in character data.",surf_parse_text[0]); + YY_BREAK + +case 491: +YY_RULE_SETUP +LEAVE; + YY_BREAK /* "]""]" BUFFERPUTC(surf_parse_text[0]); BUFFERPUTC(surf_parse_text[1]); */ - case 349: - YY_RULE_SETUP BUFFERPUTC(surf_parse_text[0]); - YY_BREAK case YY_STATE_EOF(CDATA):FAIL("EOF in CDATA section."); - YY_BREAK +case 492: +YY_RULE_SETUP +BUFFERPUTC(surf_parse_text[0]); + YY_BREAK +case YY_STATE_EOF(CDATA): +FAIL("EOF in CDATA section."); + YY_BREAK + /* Impossible rules to avoid warnings from flex(1). */ /* Ideally, this should be replaced by code in flexml.pl that generates just the states not covered by other rules. */ - case 350: -/* rule 350 can match eol */ - YY_RULE_SETUP - FAIL("Syntax error on character `%c'.", surf_parse_text[0]); - YY_BREAK case 351:YY_RULE_SETUP ECHO; - YY_BREAK case YY_STATE_EOF(INITIAL):case - YY_STATE_EOF(ROOT_surfxml_platform):case - YY_STATE_EOF(S_surfxml_platform_2):case - YY_STATE_EOF(S_surfxml_platform_4):case - YY_STATE_EOF(S_surfxml_random_1):case - YY_STATE_EOF(S_surfxml_foreach):case - YY_STATE_EOF(S_surfxml_foreach_1):case - YY_STATE_EOF(S_surfxml_host_1):case - YY_STATE_EOF(S_surfxml_link_1):case - YY_STATE_EOF(S_surfxml_route_c_multi):case - YY_STATE_EOF(S_surfxml_route_c_multi_1):case - YY_STATE_EOF(S_surfxml_route_1):case - YY_STATE_EOF(S_surfxml_process_1):case - YY_STATE_EOF(IMPOSSIBLE):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 surf_parse_in at a new source and called - * surf_parse_lex(). 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 = surf_parse_in; - 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 (surf_parse_wrap()) { - /* Note: because we've taken care in - * yy_get_next_buffer() to have set up - * surf_parse_text, 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 surf_parse_lex */ +case 493: +/* rule 493 can match eol */ +YY_RULE_SETUP +FAIL("Syntax error on character `%c'.", surf_parse_text[0]); + YY_BREAK + +case 494: +YY_RULE_SETUP +ECHO; + YY_BREAK +case YY_STATE_EOF(INITIAL): +case YY_STATE_EOF(ROOT_surfxml_platform): +case YY_STATE_EOF(S_surfxml_platform_2): +case YY_STATE_EOF(S_surfxml_platform_5): +case YY_STATE_EOF(S_surfxml_platform_7): +case YY_STATE_EOF(S_surfxml_include_1): +case YY_STATE_EOF(S_surfxml_random_1): +case YY_STATE_EOF(S_surfxml_AS_2): +case YY_STATE_EOF(S_surfxml_AS_5): +case YY_STATE_EOF(S_surfxml_AS_7): +case YY_STATE_EOF(S_surfxml_AS_10): +case YY_STATE_EOF(S_surfxml_AS_12): +case YY_STATE_EOF(S_surfxml_storage_type_1): +case YY_STATE_EOF(S_surfxml_storage_1): +case YY_STATE_EOF(S_surfxml_host_1): +case YY_STATE_EOF(S_surfxml_link_1): +case YY_STATE_EOF(S_surfxml_route_1): +case YY_STATE_EOF(S_surfxml_ASroute_1): +case YY_STATE_EOF(S_surfxml_bypassRoute_1): +case YY_STATE_EOF(S_surfxml_bypassASroute_1): +case YY_STATE_EOF(S_surfxml_process_1): +case YY_STATE_EOF(S_surfxml_config_1): +case YY_STATE_EOF(IMPOSSIBLE): + 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 surf_parse_in at a new source and called + * surf_parse_lex(). 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 = surf_parse_in; + 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 ( surf_parse_wrap( ) ) + { + /* Note: because we've taken care in + * yy_get_next_buffer() to have set up + * surf_parse_text, 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 surf_parse_lex */ /* yy_get_next_buffer - try to read in a new buffer * @@ -5751,154 +8324,165 @@ YY_DECL { * 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. */ - surf_parse_realloc((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; - surf_parse_restart(surf_parse_in); - } - - 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 *) surf_parse_realloc((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()"); - } +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. */ + surf_parse_realloc((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; + surf_parse_restart(surf_parse_in ); + } + + 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 *) surf_parse_realloc((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; + (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]; + (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; - return ret_val; + 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) + static yy_state_type yy_get_previous_state (void) { - register yy_state_type yy_current_state; - register char *yy_cp; - - yy_current_state = (yy_start); - - for (yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp) { - register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); - if (yy_accept[yy_current_state]) { - (yy_last_accepting_state) = yy_current_state; - (yy_last_accepting_cpos) = yy_cp; - } - while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state) { - yy_current_state = (int) yy_def[yy_current_state]; - if (yy_current_state >= 2023) - 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; + register yy_state_type yy_current_state; + register char *yy_cp; + + yy_current_state = (yy_start); + + for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) + { + register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); + if ( yy_accept[yy_current_state] ) + { + (yy_last_accepting_state) = yy_current_state; + (yy_last_accepting_cpos) = yy_cp; + } + while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) + { + yy_current_state = (int) yy_def[yy_current_state]; + if ( yy_current_state >= 2960 ) + 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 @@ -5906,158 +8490,167 @@ static yy_state_type yy_get_previous_state(void) * synopsis * next_state = yy_try_NUL_trans( current_state ); */ -static yy_state_type yy_try_NUL_trans(yy_state_type yy_current_state) + static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { - register int yy_is_jam; - register char *yy_cp = (yy_c_buf_p); - - register YY_CHAR yy_c = 1; - if (yy_accept[yy_current_state]) { - (yy_last_accepting_state) = yy_current_state; - (yy_last_accepting_cpos) = yy_cp; - } - while (yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state) { - yy_current_state = (int) yy_def[yy_current_state]; - if (yy_current_state >= 2023) - 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 == 2022); - - return yy_is_jam ? 0 : yy_current_state; + register int yy_is_jam; + register char *yy_cp = (yy_c_buf_p); + + register YY_CHAR yy_c = 1; + if ( yy_accept[yy_current_state] ) + { + (yy_last_accepting_state) = yy_current_state; + (yy_last_accepting_cpos) = yy_cp; + } + while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) + { + yy_current_state = (int) yy_def[yy_current_state]; + if ( yy_current_state >= 2960 ) + 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 == 2959); + + return yy_is_jam ? 0 : yy_current_state; } #ifndef YY_NO_INPUT #ifdef __cplusplus -static int yyinput(void) + static int yyinput (void) #else -static int input(void) + 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. */ - surf_parse_restart(surf_parse_in); - /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: - { - if (surf_parse_wrap()) - return EOF; - - if (!(yy_did_buffer_switch_on_eof)) - YY_NEW_FILE; +{ + 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. */ + surf_parse_restart(surf_parse_in ); + + /*FALLTHROUGH*/ + + case EOB_ACT_END_OF_FILE: + { + if ( surf_parse_wrap( ) ) + return EOF; + + if ( ! (yy_did_buffer_switch_on_eof) ) + YY_NEW_FILE; #ifdef __cplusplus - return yyinput(); + return yyinput(); #else - return input(); + 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 surf_parse_text */ - (yy_hold_char) = *++(yy_c_buf_p); + case EOB_ACT_CONTINUE_SCAN: + (yy_c_buf_p) = (yytext_ptr) + offset; + break; + } + } + } - if (c == '\n') + c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ + *(yy_c_buf_p) = '\0'; /* preserve surf_parse_text */ + (yy_hold_char) = *++(yy_c_buf_p); + if ( c == '\n' ) + surf_parse_lineno++; - ; +; - return c; + return c; } -#endif /* ifndef YY_NO_INPUT */ +#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 surf_parse_restart(FILE * input_file) + void surf_parse_restart (FILE * input_file ) { + + if ( ! YY_CURRENT_BUFFER ){ + surf_parse_ensure_buffer_stack (); + YY_CURRENT_BUFFER_LVALUE = + surf_parse__create_buffer(surf_parse_in,YY_BUF_SIZE ); + } - if (!YY_CURRENT_BUFFER) { - surf_parse_ensure_buffer_stack(); - YY_CURRENT_BUFFER_LVALUE = - surf_parse__create_buffer(surf_parse_in, YY_BUF_SIZE); - } - - surf_parse__init_buffer(YY_CURRENT_BUFFER, input_file); - surf_parse__load_buffer_state(); + surf_parse__init_buffer(YY_CURRENT_BUFFER,input_file ); + surf_parse__load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ -void surf_parse__switch_to_buffer(YY_BUFFER_STATE new_buffer) -{ - - /* TODO. We should be able to replace this entire function body - * with - * surf_parse_pop_buffer_state(); - * surf_parse_push_buffer_state(new_buffer); - */ - surf_parse_ensure_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; - surf_parse__load_buffer_state(); - - /* We don't actually know whether we did this switch during - * EOF (surf_parse_wrap()) processing, but the only time this flag - * is looked at is after surf_parse_wrap() is called, so it's safe - * to go ahead and always set it. - */ - (yy_did_buffer_switch_on_eof) = 1; + void surf_parse__switch_to_buffer (YY_BUFFER_STATE new_buffer ) +{ + + /* TODO. We should be able to replace this entire function body + * with + * surf_parse_pop_buffer_state(); + * surf_parse_push_buffer_state(new_buffer); + */ + surf_parse_ensure_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; + surf_parse__load_buffer_state( ); + + /* We don't actually know whether we did this switch during + * EOF (surf_parse_wrap()) processing, but the only time this flag + * is looked at is after surf_parse_wrap() is called, so it's safe + * to go ahead and always set it. + */ + (yy_did_buffer_switch_on_eof) = 1; } -static void surf_parse__load_buffer_state(void) +static void surf_parse__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; - surf_parse_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; - (yy_hold_char) = *(yy_c_buf_p); + (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; + (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; + surf_parse_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file; + (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. @@ -6066,107 +8659,106 @@ static void surf_parse__load_buffer_state(void) * * @return the allocated buffer state. */ -YY_BUFFER_STATE surf_parse__create_buffer(FILE * file, int size) + YY_BUFFER_STATE surf_parse__create_buffer (FILE * file, int size ) { - YY_BUFFER_STATE b; - - b = (YY_BUFFER_STATE) surf_parse_alloc(sizeof(struct yy_buffer_state)); - if (!b) - YY_FATAL_ERROR("out of dynamic memory in surf_parse__create_buffer()"); + YY_BUFFER_STATE b; + + b = (YY_BUFFER_STATE) surf_parse_alloc(sizeof( struct yy_buffer_state ) ); + if ( ! b ) + YY_FATAL_ERROR( "out of dynamic memory in surf_parse__create_buffer()" ); - b->yy_buf_size = size; + 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 *) surf_parse_alloc(b->yy_buf_size + 2); - if (!b->yy_ch_buf) - YY_FATAL_ERROR("out of dynamic memory in surf_parse__create_buffer()"); + /* 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 *) surf_parse_alloc(b->yy_buf_size + 2 ); + if ( ! b->yy_ch_buf ) + YY_FATAL_ERROR( "out of dynamic memory in surf_parse__create_buffer()" ); - b->yy_is_our_buffer = 1; + b->yy_is_our_buffer = 1; - surf_parse__init_buffer(b, file); + surf_parse__init_buffer(b,file ); - return b; + return b; } /** Destroy the buffer. * @param b a buffer created with surf_parse__create_buffer() * */ -void surf_parse__delete_buffer(YY_BUFFER_STATE b) + void surf_parse__delete_buffer (YY_BUFFER_STATE b ) { + + if ( ! b ) + return; - 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_CURRENT_BUFFER) /* Not sure if we should pop here. */ - YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; + if ( b->yy_is_our_buffer ) + surf_parse_free((void *) b->yy_ch_buf ); - if (b->yy_is_our_buffer) - surf_parse_free((void *) b->yy_ch_buf); - - surf_parse_free((void *) b); + surf_parse_free((void *) b ); } #ifndef __cplusplus -#ifndef WIN32 -extern int isatty(int); -#endif +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 surf_parse_restart() or at EOF. */ -static void surf_parse__init_buffer(YY_BUFFER_STATE b, FILE * file) -{ - int oerrno = errno; - - surf_parse__flush_buffer(b); + static void surf_parse__init_buffer (YY_BUFFER_STATE b, FILE * file ) - b->yy_input_file = file; - b->yy_fill_buffer = 1; +{ + int oerrno = errno; + + surf_parse__flush_buffer(b ); - /* If b is the current buffer, then surf_parse__init_buffer was _probably_ - * called from surf_parse_restart() 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_input_file = file; + b->yy_fill_buffer = 1; - b->yy_is_interactive = file ? (isatty(fileno(file)) > 0) : 0; + /* If b is the current buffer, then surf_parse__init_buffer was _probably_ + * called from surf_parse_restart() 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; + } - errno = oerrno; + 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 surf_parse__flush_buffer(YY_BUFFER_STATE b) + void surf_parse__flush_buffer (YY_BUFFER_STATE b ) { - if (!b) - return; + if ( ! b ) + return; - b->yy_n_chars = 0; + 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; + /* 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_buf_pos = &b->yy_ch_buf[0]; - b->yy_at_bol = 1; - b->yy_buffer_status = YY_BUFFER_NEW; + b->yy_at_bol = 1; + b->yy_buffer_status = YY_BUFFER_NEW; - if (b == YY_CURRENT_BUFFER) - surf_parse__load_buffer_state(); + if ( b == YY_CURRENT_BUFFER ) + surf_parse__load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes @@ -6175,98 +8767,96 @@ void surf_parse__flush_buffer(YY_BUFFER_STATE b) * @param new_buffer The new state. * */ -void surf_parse_push_buffer_state(YY_BUFFER_STATE new_buffer) +void surf_parse_push_buffer_state (YY_BUFFER_STATE new_buffer ) { - if (new_buffer == NULL) - return; - - surf_parse_ensure_buffer_stack(); - - /* This block is copied from surf_parse__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 surf_parse__switch_to_buffer. */ - surf_parse__load_buffer_state(); - (yy_did_buffer_switch_on_eof) = 1; + if (new_buffer == NULL) + return; + + surf_parse_ensure_buffer_stack(); + + /* This block is copied from surf_parse__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 surf_parse__switch_to_buffer. */ + surf_parse__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 surf_parse_pop_buffer_state(void) +void surf_parse_pop_buffer_state (void) { - if (!YY_CURRENT_BUFFER) - return; + if (!YY_CURRENT_BUFFER) + return; - surf_parse__delete_buffer(YY_CURRENT_BUFFER); - YY_CURRENT_BUFFER_LVALUE = NULL; - if ((yy_buffer_stack_top) > 0) - --(yy_buffer_stack_top); + surf_parse__delete_buffer(YY_CURRENT_BUFFER ); + YY_CURRENT_BUFFER_LVALUE = NULL; + if ((yy_buffer_stack_top) > 0) + --(yy_buffer_stack_top); - if (YY_CURRENT_BUFFER) { - surf_parse__load_buffer_state(); - (yy_did_buffer_switch_on_eof) = 1; - } + if (YY_CURRENT_BUFFER) { + surf_parse__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 surf_parse_ensure_buffer_stack(void) +static void surf_parse_ensure_buffer_stack (void) { - int num_to_alloc; - - if (!(yy_buffer_stack)) { + 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 **) surf_parse_alloc - (num_to_alloc * sizeof(struct yy_buffer_state *) - ); - if (!(yy_buffer_stack)) - YY_FATAL_ERROR - ("out of dynamic memory in surf_parse_ensure_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; - } + /* 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**)surf_parse_alloc + (num_to_alloc * sizeof(struct yy_buffer_state*) + ); + if ( ! (yy_buffer_stack) ) + YY_FATAL_ERROR( "out of dynamic memory in surf_parse_ensure_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) { + 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 */ ; + /* 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 **) surf_parse_realloc - ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state *) - ); - if (!(yy_buffer_stack)) - YY_FATAL_ERROR - ("out of dynamic memory in surf_parse_ensure_buffer_stack()"); + num_to_alloc = (yy_buffer_stack_max) + grow_size; + (yy_buffer_stack) = (struct yy_buffer_state**)surf_parse_realloc + ((yy_buffer_stack), + num_to_alloc * sizeof(struct yy_buffer_state*) + ); + if ( ! (yy_buffer_stack) ) + YY_FATAL_ERROR( "out of dynamic memory in surf_parse_ensure_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; - } + /* 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. @@ -6275,33 +8865,33 @@ static void surf_parse_ensure_buffer_stack(void) * * @return the newly allocated buffer state object. */ -YY_BUFFER_STATE surf_parse__scan_buffer(char *base, yy_size_t size) +YY_BUFFER_STATE surf_parse__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) surf_parse_alloc(sizeof(struct yy_buffer_state)); - if (!b) - YY_FATAL_ERROR("out of dynamic memory in surf_parse__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; - - surf_parse__switch_to_buffer(b); - - return b; + 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) surf_parse_alloc(sizeof( struct yy_buffer_state ) ); + if ( ! b ) + YY_FATAL_ERROR( "out of dynamic memory in surf_parse__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; + + surf_parse__switch_to_buffer(b ); + + return b; } /** Setup the input buffer state to scan a string. The next call to surf_parse_lex() will @@ -6312,90 +8902,89 @@ YY_BUFFER_STATE surf_parse__scan_buffer(char *base, yy_size_t size) * @note If you want to scan bytes that may contain NUL values, then use * surf_parse__scan_bytes() instead. */ -YY_BUFFER_STATE surf_parse__scan_string(yyconst char *yystr) +YY_BUFFER_STATE surf_parse__scan_string (yyconst char * yystr ) { - - return surf_parse__scan_bytes(yystr, strlen(yystr)); + + return surf_parse__scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to surf_parse_lex() will * scan from a @e copy of @a bytes. - * @param bytes the byte buffer to scan - * @param len the number of bytes in the buffer pointed to by @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 surf_parse__scan_bytes(yyconst char *yybytes, - int _yybytes_len) +YY_BUFFER_STATE surf_parse__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 *) surf_parse_alloc(n); - if (!buf) - YY_FATAL_ERROR("out of dynamic memory in surf_parse__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 = surf_parse__scan_buffer(buf, n); - if (!b) - YY_FATAL_ERROR("bad buffer in surf_parse__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; + 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 *) surf_parse_alloc(n ); + if ( ! buf ) + YY_FATAL_ERROR( "out of dynamic memory in surf_parse__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 = surf_parse__scan_buffer(buf,n ); + if ( ! b ) + YY_FATAL_ERROR( "bad buffer in surf_parse__scan_bytes()" ); + + /* It's okay to grow etc. this buffer, and we should throw it + * away when we're done. + */ + b->yy_is_our_buffer = 1; + + return b; } -static void yy_push_state(int new_state) + static void yy_push_state (int new_state ) { - if ((yy_start_stack_ptr) >= (yy_start_stack_depth)) { - yy_size_t new_size; + if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) ) + { + yy_size_t new_size; - (yy_start_stack_depth) += YY_START_STACK_INCR; - new_size = (yy_start_stack_depth) * sizeof(int); + (yy_start_stack_depth) += YY_START_STACK_INCR; + new_size = (yy_start_stack_depth) * sizeof( int ); - if (!(yy_start_stack)) - (yy_start_stack) = (int *) surf_parse_alloc(new_size); + if ( ! (yy_start_stack) ) + (yy_start_stack) = (int *) surf_parse_alloc(new_size ); - else - (yy_start_stack) = - (int *) surf_parse_realloc((void *) (yy_start_stack), new_size); + else + (yy_start_stack) = (int *) surf_parse_realloc((void *) (yy_start_stack),new_size ); - if (!(yy_start_stack)) - YY_FATAL_ERROR("out of memory expanding start-condition stack"); - } + if ( ! (yy_start_stack) ) + YY_FATAL_ERROR( "out of memory expanding start-condition stack" ); + } - (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START; + (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START; - BEGIN(new_state); + BEGIN(new_state); } -static void yy_pop_state(void) + static void yy_pop_state (void) { - if (--(yy_start_stack_ptr) < 0) - YY_FATAL_ERROR("start-condition stack underflow"); + if ( --(yy_start_stack_ptr) < 0 ) + YY_FATAL_ERROR( "start-condition stack underflow" ); - BEGIN((yy_start_stack)[(yy_start_stack_ptr)]); + BEGIN((yy_start_stack)[(yy_start_stack_ptr)]); } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif -static void yy_fatal_error(yyconst char *msg) +static void yy_fatal_error (yyconst char* msg ) { - (void) fprintf(stderr, "%s\n", msg); - exit(YY_EXIT_FAILURE); + (void) fprintf( stderr, "%s\n", msg ); + exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ @@ -6420,53 +9009,53 @@ static void yy_fatal_error(yyconst char *msg) /** Get the current line number. * */ -int surf_parse_get_lineno(void) +int surf_parse_get_lineno (void) { - - return surf_parse_lineno; + + return surf_parse_lineno; } /** Get the input stream. * */ -FILE *surf_parse_get_in(void) +FILE *surf_parse_get_in (void) { - return surf_parse_in; + return surf_parse_in; } /** Get the output stream. * */ -FILE *surf_parse_get_out(void) +FILE *surf_parse_get_out (void) { - return surf_parse_out; + return surf_parse_out; } /** Get the length of the current token. * */ -int surf_parse_get_leng(void) +int surf_parse_get_leng (void) { - return surf_parse_leng; + return surf_parse_leng; } /** Get the current token. * */ -char *surf_parse_get_text(void) +char *surf_parse_get_text (void) { - return surf_parse_text; + return surf_parse_text; } /** Set the current line number. * @param line_number * */ -void surf_parse_set_lineno(int line_number) +void surf_parse_set_lineno (int line_number ) { - - surf_parse_lineno = line_number; + + surf_parse_lineno = line_number; } /** Set the input stream. This does not discard the current @@ -6475,85 +9064,85 @@ void surf_parse_set_lineno(int line_number) * * @see surf_parse__switch_to_buffer */ -void surf_parse_set_in(FILE * in_str) +void surf_parse_set_in (FILE * in_str ) { - surf_parse_in = in_str; + surf_parse_in = in_str ; } -void surf_parse_set_out(FILE * out_str) +void surf_parse_set_out (FILE * out_str ) { - surf_parse_out = out_str; + surf_parse_out = out_str ; } -int surf_parse_get_debug(void) +int surf_parse_get_debug (void) { - return surf_parse__flex_debug; + return surf_parse__flex_debug; } -void surf_parse_set_debug(int bdebug) +void surf_parse_set_debug (int bdebug ) { - surf_parse__flex_debug = bdebug; + surf_parse__flex_debug = bdebug ; } -static int yy_init_globals(void) +static int yy_init_globals (void) { - /* Initialization is the same as for the non-reentrant scanner. - * This function is called from surf_parse_lex_destroy(), so don't allocate here. - */ - - /* We do not touch surf_parse_lineno unless the option is enabled. */ - surf_parse_lineno = 1; + /* Initialization is the same as for the non-reentrant scanner. + * This function is called from surf_parse_lex_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; + /* We do not touch surf_parse_lineno unless the option is enabled. */ + surf_parse_lineno = 1; + + (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; - (yy_start_stack_ptr) = 0; - (yy_start_stack_depth) = 0; - (yy_start_stack) = NULL; + (yy_start_stack_ptr) = 0; + (yy_start_stack_depth) = 0; + (yy_start_stack) = NULL; /* Defined in main.c */ #ifdef YY_STDINIT - surf_parse_in = stdin; - surf_parse_out = stdout; + surf_parse_in = stdin; + surf_parse_out = stdout; #else - surf_parse_in = (FILE *) 0; - surf_parse_out = (FILE *) 0; + surf_parse_in = (FILE *) 0; + surf_parse_out = (FILE *) 0; #endif - /* For future reference: Set errno on error, since we are called by - * surf_parse_lex_init() - */ - return 0; + /* For future reference: Set errno on error, since we are called by + * surf_parse_lex_init() + */ + return 0; } /* surf_parse_lex_destroy is for both reentrant and non-reentrant scanners. */ -int surf_parse_lex_destroy(void) +int surf_parse_lex_destroy (void) { + + /* Pop the buffer stack, destroying each element. */ + while(YY_CURRENT_BUFFER){ + surf_parse__delete_buffer(YY_CURRENT_BUFFER ); + YY_CURRENT_BUFFER_LVALUE = NULL; + surf_parse_pop_buffer_state(); + } - /* Pop the buffer stack, destroying each element. */ - while (YY_CURRENT_BUFFER) { - surf_parse__delete_buffer(YY_CURRENT_BUFFER); - YY_CURRENT_BUFFER_LVALUE = NULL; - surf_parse_pop_buffer_state(); - } - - /* Destroy the stack itself. */ - surf_parse_free((yy_buffer_stack)); - (yy_buffer_stack) = NULL; + /* Destroy the stack itself. */ + surf_parse_free((yy_buffer_stack) ); + (yy_buffer_stack) = NULL; - /* Destroy the start condition stack. */ - surf_parse_free((yy_start_stack)); - (yy_start_stack) = NULL; + /* Destroy the start condition stack. */ + surf_parse_free((yy_start_stack) ); + (yy_start_stack) = NULL; - /* Reset the globals. This is important in a non-reentrant scanner so the next time - * surf_parse_lex() is called, initialization will occur. */ - yy_init_globals(); + /* Reset the globals. This is important in a non-reentrant scanner so the next time + * surf_parse_lex() is called, initialization will occur. */ + yy_init_globals( ); - return 0; + return 0; } /* @@ -6561,44 +9150,45 @@ int surf_parse_lex_destroy(void) */ #ifndef yytext_ptr -static void yy_flex_strncpy(char *s1, yyconst char *s2, int n) +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]; + 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) +static int yy_flex_strlen (yyconst char * s ) { - register int n; - for (n = 0; s[n]; ++n); + register int n; + for ( n = 0; s[n]; ++n ) + ; - return n; + return n; } #endif -void *surf_parse_alloc(yy_size_t size) +void *surf_parse_alloc (yy_size_t size ) { - return (void *) malloc(size); + return (void *) malloc( size ); } -void *surf_parse_realloc(void *ptr, yy_size_t size) +void *surf_parse_realloc (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); + /* 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 surf_parse_free(void *ptr) +void surf_parse_free (void * ptr ) { - free((char *) ptr); /* see surf_parse_realloc() for (char *) cast */ + free( (char *) ptr ); /* see surf_parse_realloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" @@ -6606,101 +9196,96 @@ void surf_parse_free(void *ptr) /* Element context stack lookup. */ int surfxml_element_context(int i) { - return (0 < i && i < yy_start_stack_depth - ? yy_start_stack[yy_start_stack_ptr - i] - : 0); + return (0