version 1.82 | | version 1.83 |
---|
| | |
| | |
#line 3 "loader.c" | | |
| | |
#define YY_INT_ALIGNED short int | | |
| | |
/* A lexical scanner generated by flex */ | | /* A lexical scanner generated by flex */ |
| | |
| | /* Scanner skeleton version: |
| | * $Header: /cvsroot/crossfire/crossfire/common/loader.c,v 1.83 2006/05/18 05:27:43 mwedel Exp $ |
| | */ |
| | |
#define FLEX_SCANNER | | #define FLEX_SCANNER |
#define YY_FLEX_MAJOR_VERSION 2 | | #define YY_FLEX_MAJOR_VERSION 2 |
#define YY_FLEX_MINOR_VERSION 5 | | #define YY_FLEX_MINOR_VERSION 5 |
#define YY_FLEX_SUBMINOR_VERSION 31 | | |
#if YY_FLEX_SUBMINOR_VERSION > 0 | | |
#define FLEX_BETA | | |
#endif | | |
| | |
/* First, we deal with platform-specific or compiler-specific issues. */ | | |
| | |
/* begin standard C headers. */ | | |
#include <stdio.h> | | #include <stdio.h> |
#include <string.h> | | #include <unistd.h> |
#include <errno.h> | | |
#include <stdlib.h> | | |
| | |
/* end standard C headers. */ | | |
| | |
/* flex integer type definitions */ | | |
| | |
#ifndef FLEXINT_H | | |
#define FLEXINT_H | | |
| | |
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | | |
| | |
#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L | | |
#include <inttypes.h> | | |
typedef int8_t flex_int8_t; | | |
typedef uint8_t flex_uint8_t; | | |
typedef int16_t flex_int16_t; | | |
typedef uint16_t flex_uint16_t; | | |
typedef int32_t flex_int32_t; | | |
typedef uint32_t flex_uint32_t; | | |
#else | | |
typedef signed char flex_int8_t; | | |
typedef short int flex_int16_t; | | |
typedef int flex_int32_t; | | |
typedef unsigned char flex_uint8_t; | | |
typedef unsigned short int flex_uint16_t; | | |
typedef unsigned int flex_uint32_t; | | |
#endif /* ! C99 */ | | |
| | |
/* Limits of integral types. */ | | /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ |
#ifndef INT8_MIN | | #ifdef c_plusplus |
#define INT8_MIN (-128) | | #ifndef __cplusplus |
#endif | | #define __cplusplus |
#ifndef INT16_MIN | | |
#define INT16_MIN (-32767-1) | | |
#endif | | |
#ifndef INT32_MIN | | |
#define INT32_MIN (-2147483647-1) | | |
#endif | | |
#ifndef INT8_MAX | | |
#define INT8_MAX (127) | | |
#endif | | |
#ifndef INT16_MAX | | |
#define INT16_MAX (32767) | | |
#endif | | |
#ifndef INT32_MAX | | |
#define INT32_MAX (2147483647) | | |
#endif | | |
#ifndef UINT8_MAX | | |
#define UINT8_MAX (255U) | | |
#endif | | |
#ifndef UINT16_MAX | | |
#define UINT16_MAX (65535U) | | |
#endif | | #endif |
#ifndef UINT32_MAX | | |
#define UINT32_MAX (4294967295U) | | |
#endif | | #endif |
| | |
#endif /* ! FLEXINT_H */ | | |
| | |
#ifdef __cplusplus | | #ifdef __cplusplus |
| | |
| | #include <stdlib.h> |
| | |
| | /* Use prototypes in function declarations. */ |
| | #define YY_USE_PROTOS |
| | |
/* The "const" storage-class-modifier is valid. */ | | /* The "const" storage-class-modifier is valid. */ |
#define YY_USE_CONST | | #define YY_USE_CONST |
| | |
| | |
| | |
#if __STDC__ | | #if __STDC__ |
| | |
| | #define YY_USE_PROTOS |
#define YY_USE_CONST | | #define YY_USE_CONST |
| | |
#endif /* __STDC__ */ | | #endif /* __STDC__ */ |
#endif /* ! __cplusplus */ | | #endif /* ! __cplusplus */ |
| | |
| | #ifdef __TURBOC__ |
| | #pragma warn -rch |
| | #pragma warn -use |
| | #include <io.h> |
| | #include <stdlib.h> |
| | #define YY_USE_CONST |
| | #define YY_USE_PROTOS |
| | #endif |
| | |
#ifdef YY_USE_CONST | | #ifdef YY_USE_CONST |
#define yyconst const | | #define yyconst const |
#else | | #else |
#define yyconst | | #define yyconst |
#endif | | #endif |
| | |
| | |
| | #ifdef YY_USE_PROTOS |
| | #define YY_PROTO(proto) proto |
| | #else |
| | #define YY_PROTO(proto) () |
| | #endif |
| | |
/* Returned upon end-of-file. */ | | /* Returned upon end-of-file. */ |
#define YY_NULL 0 | | #define YY_NULL 0 |
| | |
| | |
* but we do it the disgusting crufty way forced on us by the ()-less | | * but we do it the disgusting crufty way forced on us by the ()-less |
* definition of BEGIN. | | * definition of BEGIN. |
*/ | | */ |
#define BEGIN (yy_start) = 1 + 2 * | | #define BEGIN yy_start = 1 + 2 * |
| | |
/* Translate the current start state into a value that can be later handed | | /* Translate the current start state into a value that can be later handed |
* to BEGIN to return to the state. The YYSTATE alias is for lex | | * to BEGIN to return to the state. The YYSTATE alias is for lex |
* compatibility. | | * compatibility. |
*/ | | */ |
#define YY_START (((yy_start) - 1) / 2) | | #define YY_START ((yy_start - 1) / 2) |
#define YYSTATE YY_START | | #define YYSTATE YY_START |
| | |
/* Action number for EOF rule of a given start state. */ | | /* Action number for EOF rule of a given start state. */ |
| | |
#define YY_END_OF_BUFFER_CHAR 0 | | #define YY_END_OF_BUFFER_CHAR 0 |
| | |
/* Size of default input buffer. */ | | /* Size of default input buffer. */ |
#ifndef YY_BUF_SIZE | | |
#define YY_BUF_SIZE 16384 | | #define YY_BUF_SIZE 16384 |
#endif | | |
| | |
#ifndef YY_TYPEDEF_YY_BUFFER_STATE | | |
#define YY_TYPEDEF_YY_BUFFER_STATE | | |
typedef struct yy_buffer_state *YY_BUFFER_STATE; | | typedef struct yy_buffer_state *YY_BUFFER_STATE; |
#endif | | |
| | |
extern int yyleng; | | extern int yyleng; |
| | |
extern FILE *yyin, *yyout; | | extern FILE *yyin, *yyout; |
| | |
#define EOB_ACT_CONTINUE_SCAN 0 | | #define EOB_ACT_CONTINUE_SCAN 0 |
#define EOB_ACT_END_OF_FILE 1 | | #define EOB_ACT_END_OF_FILE 1 |
#define EOB_ACT_LAST_MATCH 2 | | #define EOB_ACT_LAST_MATCH 2 |
| | |
#define YY_LESS_LINENO(n) | | /* The funky do-while in the following #define is used to turn the definition |
| | * int a single C statement (which needs a semi-colon terminator). This |
| | * avoids problems with code like: |
| | * |
| | * if ( condition_holds ) |
| | * yyless( 5 ); |
| | * else |
| | * do_something_else(); |
| | * |
| | * Prior to using the do-while the compiler would get upset at the |
| | * "else" because it interpreted the "if" statement as being all |
| | * done when it reached the ';' after the yyless() call. |
| | */ |
| | |
| | /* Return all but the first 'n' matched characters back to the input stream. */ |
| | |
/* Return all but the first "n" matched characters back to the input stream. */ | | |
#define yyless(n) \ | | #define yyless(n) \ |
do \ | | do \ |
{ \ | | { \ |
/* Undo effects of setting up yytext. */ \ | | /* Undo effects of setting up yytext. */ \ |
int yyless_macro_arg = (n); \ | | *yy_cp = yy_hold_char; \ |
YY_LESS_LINENO(yyless_macro_arg);\ | | |
*yy_cp = (yy_hold_char); \ | | |
YY_RESTORE_YY_MORE_OFFSET \ | | YY_RESTORE_YY_MORE_OFFSET \ |
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | | yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \ |
YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ |
} \ | | } \ |
while ( 0 ) | | while ( 0 ) |
| | |
#define unput(c) yyunput( c, (yytext_ptr) ) | | #define unput(c) yyunput( c, yytext_ptr ) |
| | |
| | /* Some routines like yy_flex_realloc() are emitted as static but are |
| | not called by all lexers. This generates warnings in some compilers, |
| | notably GCC. Arrange to suppress these. */ |
| | #ifdef __GNUC__ |
| | #define YY_MAY_BE_UNUSED __attribute__((unused)) |
| | #else |
| | #define YY_MAY_BE_UNUSED |
| | #endif |
| | |
/* The following is because we cannot portably get our hands on size_t | | /* The following is because we cannot portably get our hands on size_t |
* (without autoconf's help, which isn't available because we want | | * (without autoconf's help, which isn't available because we want |
* flex-generated scanners to compile on their own). | | * flex-generated scanners to compile on their own). |
*/ | | */ |
| | |
#ifndef YY_TYPEDEF_YY_SIZE_T | | |
#define YY_TYPEDEF_YY_SIZE_T | | |
typedef unsigned int yy_size_t; | | typedef unsigned int yy_size_t; |
#endif | | |
| | |
#ifndef YY_STRUCT_YY_BUFFER_STATE | | |
#define YY_STRUCT_YY_BUFFER_STATE | | |
struct yy_buffer_state | | struct yy_buffer_state |
{ | | { |
FILE *yy_input_file; | | FILE *yy_input_file; |
| | |
*/ | | */ |
int yy_at_bol; | | 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 | | /* Whether to try to fill the input buffer when we reach the |
* end of it. | | * end of it. |
*/ | | */ |
int yy_fill_buffer; | | int yy_fill_buffer; |
| | |
int yy_buffer_status; | | int yy_buffer_status; |
| | |
#define YY_BUFFER_NEW 0 | | #define YY_BUFFER_NEW 0 |
#define YY_BUFFER_NORMAL 1 | | #define YY_BUFFER_NORMAL 1 |
/* When an EOF's been seen but there's still some text to process | | /* When an EOF's been seen but there's still some text to process |
| | |
* just pointing yyin at a new input file. | | * just pointing yyin at a new input file. |
*/ | | */ |
#define YY_BUFFER_EOF_PENDING 2 | | #define YY_BUFFER_EOF_PENDING 2 |
| | |
}; | | }; |
#endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | |
| | |
/* Stack of input buffers. */ | | static YY_BUFFER_STATE yy_current_buffer = 0; |
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | | |
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | | |
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | |
| | |
/* We provide macros for accessing buffer states in case in the | | /* We provide macros for accessing buffer states in case in the |
* future we want to put the buffer states in a more general | | * future we want to put the buffer states in a more general |
* "scanner state". | | * "scanner state". |
* | | |
* Returns the top of the stack, or NULL. | | |
*/ | | */ |
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | | #define YY_CURRENT_BUFFER yy_current_buffer |
? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | | |
: NULL) | | |
| | |
/* Same as previous macro, but useful when we know that the buffer stack is not | | |
* NULL or when we need an lvalue. For internal use only. | | |
*/ | | |
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | |
| | |
/* yy_hold_char holds the character lost when yytext is formed. */ | | /* yy_hold_char holds the character lost when yytext is formed. */ |
static char yy_hold_char; | | 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 yyleng; | | int yyleng; |
| | |
/* Points to current character in buffer. */ | | /* Points to current character in buffer. */ |
| | |
*/ | | */ |
static int yy_did_buffer_switch_on_eof; | | static int yy_did_buffer_switch_on_eof; |
| | |
void yyrestart (FILE *input_file ); | | void yyrestart YY_PROTO(( FILE *input_file )); |
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | | |
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | | void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); |
void yy_delete_buffer (YY_BUFFER_STATE b ); | | void yy_load_buffer_state YY_PROTO(( void )); |
void yy_flush_buffer (YY_BUFFER_STATE b ); | | YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); |
void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | | void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); |
void yypop_buffer_state (void ); | | void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); |
| | void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); |
static void yyensure_buffer_stack (void ); | | #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) |
static void yy_load_buffer_state (void ); | | |
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); |
| | YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str )); |
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len )); |
| | |
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | | static void *yy_flex_alloc YY_PROTO(( yy_size_t )); |
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | | static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED; |
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len ); | | static void yy_flex_free YY_PROTO(( void * )); |
| | |
void *yyalloc (yy_size_t ); | | |
void *yyrealloc (void *,yy_size_t ); | | |
void yyfree (void * ); | | |
| | |
#define yy_new_buffer yy_create_buffer | | #define yy_new_buffer yy_create_buffer |
| | |
#define yy_set_interactive(is_interactive) \ | | #define yy_set_interactive(is_interactive) \ |
{ \ | | { \ |
if ( ! YY_CURRENT_BUFFER ){ \ | | if ( ! yy_current_buffer ) \ |
yyensure_buffer_stack (); \ | | yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ |
YY_CURRENT_BUFFER_LVALUE = \ | | yy_current_buffer->yy_is_interactive = is_interactive; \ |
yy_create_buffer(yyin,YY_BUF_SIZE ); \ | | |
} \ | | |
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | | |
} | | } |
| | |
#define yy_set_bol(at_bol) \ | | #define yy_set_bol(at_bol) \ |
{ \ | | { \ |
if ( ! YY_CURRENT_BUFFER ){\ | | if ( ! yy_current_buffer ) \ |
yyensure_buffer_stack (); \ | | yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ |
YY_CURRENT_BUFFER_LVALUE = \ | | yy_current_buffer->yy_at_bol = at_bol; \ |
yy_create_buffer(yyin,YY_BUF_SIZE ); \ | | |
} \ | | |
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | | |
} | | } |
| | |
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | #define YY_AT_BOL() (yy_current_buffer->yy_at_bol) |
| | |
/* Begin user sect3 */ | | |
| | |
#define yywrap(n) 1 | | #define yywrap() 1 |
#define YY_SKIP_YYWRAP | | #define YY_SKIP_YYWRAP |
| | |
typedef unsigned char YY_CHAR; | | typedef unsigned char YY_CHAR; |
| | |
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; |
| | |
typedef int yy_state_type; | | typedef int yy_state_type; |
| | |
extern int yylineno; | | |
| | |
int yylineno = 1; | | |
| | |
extern char *yytext; | | extern char *yytext; |
#define yytext_ptr yytext | | #define yytext_ptr yytext |
| | |
static yy_state_type yy_get_previous_state (void ); | | static yy_state_type yy_get_previous_state YY_PROTO(( void )); |
static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | | static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state )); |
static int yy_get_next_buffer (void ); | | static int yy_get_next_buffer YY_PROTO(( void )); |
static void yy_fatal_error (yyconst char msg[] ); | | static void yy_fatal_error YY_PROTO(( yyconst char msg[] )); |
| | |
/* Done after the current pattern has been matched and before the | | /* Done after the current pattern has been matched and before the |
* corresponding action - sets up yytext. | | * corresponding action - sets up yytext. |
*/ | | */ |
#define YY_DO_BEFORE_ACTION \ | | #define YY_DO_BEFORE_ACTION \ |
(yytext_ptr) = yy_bp; \ | | yytext_ptr = yy_bp; \ |
yyleng = (size_t) (yy_cp - yy_bp); \ | | yyleng = (int) (yy_cp - yy_bp); \ |
(yy_hold_char) = *yy_cp; \ | | yy_hold_char = *yy_cp; \ |
*yy_cp = '\0'; \ | | *yy_cp = '\0'; \ |
(yy_c_buf_p) = yy_cp; | | yy_c_buf_p = yy_cp; |
| | |
#define YY_NUM_RULES 277 | | #define YY_NUM_RULES 279 |
#define YY_END_OF_BUFFER 278 | | #define YY_END_OF_BUFFER 280 |
/* This struct is not used in this scanner, | | static yyconst short int yy_accept[2500] = |
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[2479] = | | |
{ 0, | | { 0, |
276, 276, 3, 3, 6, 6, 0, 0, 278, 276, | | 278, 278, 3, 3, 6, 6, 0, 0, 280, 278, |
274, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 276, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 3, 3, 3, 6, | | 278, 278, 278, 278, 278, 278, 3, 3, 3, 6, |
6, 6, 277, 277, 276, 276, 275, 276, 274, 276, | | 6, 6, 279, 279, 278, 278, 277, 278, 276, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 3, 3, 3, | | 278, 278, 278, 278, 278, 278, 278, 3, 3, 3, |
3, 6, 6, 6, 6, 0, 274, 276, 276, 276, | | 3, 6, 6, 6, 6, 0, 276, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 48, 48, 276, 49, 49, 3, 6, 47, 47, | | 278, 48, 48, 278, 49, 49, 3, 6, 47, 47, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 19, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 19, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 36, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 36, |
36, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 36, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 1, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 1, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 38, 38, 276, | | 278, 278, 278, 278, 278, 278, 278, 38, 38, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 46, 46, 276, 276, 276, 276, 276, 276, 3, | | 278, 46, 46, 278, 278, 278, 278, 278, 278, 3, |
6, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 6, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 33, 33, 276, 276, 31, | | 278, 278, 278, 278, 278, 33, 33, 278, 278, 31, |
31, 276, 276, 276, 276, 276, 276, 45, 45, 276, | | 31, 278, 278, 278, 278, 278, 278, 45, 45, 278, |
276, 30, 30, 276, 276, 276, 276, 276, 276, 42, | | 278, 30, 30, 278, 278, 278, 278, 278, 278, 42, |
42, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 42, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 34, 34, 276, 276, 276, | | 278, 278, 278, 278, 278, 34, 34, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 4, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 4, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 18, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 18, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 35, 35, 276, 276, 276, 276, 276, 276, | | 278, 278, 35, 35, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 29, 29, 276, 276, 276, | | 278, 278, 278, 278, 278, 29, 29, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 32, 32, 117, 117, 276, | | 278, 278, 278, 278, 278, 32, 32, 119, 119, 278, |
3, 6, 276, 276, 276, 276, 276, 15, 15, 276, | | 3, 6, 278, 278, 278, 278, 278, 15, 15, 278, |
| | |
276, 276, 276, 276, 276, 230, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 232, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 28, 28, 276, 276, 276, | | 278, 278, 278, 278, 278, 28, 28, 278, 278, 278, |
44, 44, 276, 276, 276, 276, 276, 276, 276, 276, | | 44, 44, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 122, 122, 276, 276, 276, 276, | | 278, 278, 278, 278, 124, 124, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 8, 8, | | 278, 278, 278, 278, 278, 278, 278, 278, 8, 8, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 50, 50, 276, 276, 276, 276, | | 278, 278, 278, 278, 50, 50, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 12, 12, 276, | | 278, 278, 278, 278, 278, 278, 278, 12, 12, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 53, 53, 276, 276, 276, | | 278, 278, 278, 278, 278, 53, 53, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
3, 6, 276, 67, 67, 276, 276, 276, 276, 276, | | 3, 6, 278, 67, 67, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 40, 40, 276, 276, | | 278, 278, 278, 278, 278, 278, 40, 40, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 51, 51, 276, 65, 65, 276, | | 278, 278, 278, 278, 51, 51, 278, 65, 65, 278, |
276, 276, 37, 37, 39, 39, 276, 276, 276, 276, | | 278, 278, 37, 37, 39, 39, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 232, 232, 276, 276, 276, 276, 276, 276, 276, | | 278, 234, 234, 278, 278, 278, 278, 278, 278, 278, |
| | |
10, 10, 276, 146, 146, 276, 276, 24, 24, 276, | | 10, 10, 278, 148, 148, 278, 278, 24, 24, 278, |
276, 276, 276, 66, 66, 276, 276, 276, 27, 27, | | 278, 278, 278, 66, 66, 278, 278, 278, 27, 27, |
276, 276, 276, 276, 276, 276, 276, 57, 57, 276, | | 278, 278, 278, 278, 278, 278, 278, 57, 57, 278, |
276, 276, 276, 276, 276, 276, 142, 142, 3, 2, | | 278, 278, 278, 278, 278, 278, 144, 144, 3, 2, |
6, 276, 276, 276, 276, 152, 152, 276, 276, 276, | | 6, 278, 278, 278, 278, 154, 154, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 191, 191, 276, 276, 192, 192, 276, 276, 276, | | 278, 278, 193, 193, 278, 278, 194, 194, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 201, 201, 276, 77, 77, 79, 79, | | 278, 278, 278, 278, 203, 203, 278, 79, 79, 81, |
| | |
276, 276, 276, 276, 276, 276, 276, 179, 179, 276, | | 81, 278, 278, 278, 278, 278, 278, 278, 181, 181, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 7, 7, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 7, 7, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
112, 112, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 114, 114, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 111, 111, 202, | | 278, 278, 278, 278, 278, 278, 278, 278, 113, 113, |
202, 69, 69, 276, 276, 276, 276, 276, 276, 58, | | 204, 204, 69, 69, 278, 278, 278, 278, 278, 278, |
58, 276, 6, 5, 276, 276, 276, 68, 68, 276, | | 58, 58, 278, 6, 5, 278, 278, 278, 68, 68, |
276, 276, 276, 218, 218, 276, 276, 276, 222, 222, | | 278, 278, 278, 278, 220, 220, 278, 278, 278, 224, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 224, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 78, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
78, 276, 276, 276, 276, 276, 106, 106, 276, 276, | | 278, 80, 80, 278, 278, 278, 278, 278, 108, 108, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
21, 21, 276, 276, 276, 276, 276, 87, 87, 276, | | 278, 278, 21, 21, 278, 278, 278, 278, 278, 89, |
276, 276, 83, 83, 276, 276, 276, 9, 9, 70, | | 89, 278, 278, 278, 85, 85, 278, 278, 278, 9, |
70, 71, 71, 88, 88, 276, 276, 129, 129, 276, | | 9, 70, 70, 71, 71, 90, 90, 278, 278, 131, |
276, 74, 74, 73, 73, 276, 276, 276, 217, 217, | | 131, 278, 278, 76, 76, 73, 73, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 124, 124, 276, | | 219, 219, 278, 278, 278, 278, 278, 278, 278, 126, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 126, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 13, 13, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 13, 13, 278, 278, 278, 278, |
| | |
189, 189, 54, 54, 276, 276, 276, 276, 276, 276, | | 278, 278, 191, 191, 54, 54, 278, 278, 278, 278, |
276, 75, 75, 118, 118, 276, 276, 276, 276, 276, | | 278, 278, 278, 77, 77, 120, 120, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 98, 98, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 100, 100, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 59, 59, 276, 104, 104, | | 278, 278, 278, 278, 278, 278, 278, 59, 59, 278, |
276, 188, 188, 276, 276, 276, 276, 276, 276, 231, | | 106, 106, 278, 278, 190, 190, 278, 278, 278, 278, |
231, 276, 109, 109, 276, 276, 276, 276, 276, 276, | | 278, 278, 233, 233, 278, 111, 111, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 91, 91, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 14, 276, 276, | | 278, 93, 93, 278, 278, 278, 278, 278, 278, 278, |
212, 212, 276, 276, 143, 143, 206, 206, 276, 276, | | 14, 278, 278, 214, 214, 278, 278, 145, 145, 208, |
| | |
276, 276, 207, 207, 276, 276, 276, 276, 23, 23, | | 208, 278, 278, 278, 278, 209, 209, 278, 278, 278, |
276, 276, 144, 144, 276, 55, 55, 276, 41, 41, | | 278, 23, 23, 278, 278, 146, 146, 278, 55, 55, |
276, 276, 84, 84, 276, 276, 276, 276, 276, 276, | | 278, 41, 41, 278, 278, 86, 86, 278, 278, 278, |
276, 116, 116, 276, 216, 216, 276, 276, 276, 276, | | 278, 278, 278, 278, 118, 118, 278, 218, 218, 278, |
276, 276, 276, 43, 43, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 43, 43, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 123, 123, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 225, | | 278, 125, 125, 278, 278, 278, 278, 278, 278, 278, |
225, 96, 96, 276, 276, 276, 76, 76, 276, 276, | | 278, 278, 227, 227, 98, 98, 278, 278, 278, 78, |
| | |
276, 276, 17, 17, 276, 276, 276, 276, 276, 132, | | 78, 278, 278, 278, 278, 17, 17, 278, 278, 278, |
132, 276, 276, 276, 276, 220, 220, 276, 276, 276, | | 278, 278, 134, 134, 278, 278, 278, 278, 222, 222, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 190, 190, 128, 128, 276, 276, 276, 52, 52, | | 278, 278, 278, 278, 278, 192, 192, 130, 130, 278, |
276, 276, 227, 227, 276, 276, 276, 276, 276, 276, | | 278, 278, 52, 52, 278, 278, 229, 229, 278, 278, |
276, 252, 252, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 254, 254, 278, 278, 278, |
276, 276, 276, 92, 92, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 94, 94, 278, |
276, 276, 276, 64, 64, 276, 276, 276, 276, 94, | | 278, 278, 278, 278, 278, 278, 278, 64, 64, 278, |
94, 276, 276, 205, 205, 276, 276, 276, 276, 20, | | 278, 278, 278, 96, 96, 278, 278, 207, 207, 278, |
20, 276, 276, 276, 276, 85, 85, 276, 276, 82, | | 278, 278, 278, 20, 20, 278, 278, 278, 278, 87, |
| | |
82, 89, 89, 90, 90, 276, 276, 276, 276, 276, | | 87, 278, 278, 84, 84, 91, 91, 92, 92, 278, |
276, 276, 276, 276, 180, 180, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 182, 182, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
26, 26, 276, 276, 105, 105, 276, 276, 121, 121, | | 278, 278, 278, 278, 26, 26, 278, 278, 107, 107, |
276, 276, 276, 276, 276, 276, 127, 127, 276, 60, | | 278, 278, 123, 123, 278, 278, 278, 278, 278, 278, |
60, 95, 95, 276, 108, 108, 276, 276, 221, 221, | | 129, 129, 278, 60, 60, 97, 97, 278, 110, 110, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 223, 223, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 246, 246, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 255, 255, 276, 276, 276, 276, | | 278, 278, 248, 248, 278, 278, 278, 278, 278, 257, |
258, 258, 276, 276, 276, 276, 276, 276, 276, 276, | | 257, 278, 278, 278, 278, 260, 260, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 102, 102, 204, 204, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 101, 101, 125, 125, 276, | | 278, 104, 104, 206, 206, 278, 278, 278, 278, 278, |
276, 22, 22, 276, 276, 81, 81, 80, 80, 276, | | 103, 103, 127, 127, 278, 278, 22, 22, 278, 278, |
187, 187, 276, 276, 276, 276, 16, 16, 276, 276, | | 83, 83, 82, 82, 278, 189, 189, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 103, 103, | | 278, 16, 16, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 105, 105, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 25, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
25, 276, 107, 107, 276, 276, 181, 181, 224, 224, | | 278, 278, 278, 278, 25, 25, 278, 109, 109, 278, |
130, 130, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 183, 183, 226, 226, 132, 132, 278, 278, 278, |
276, 137, 137, 276, 276, 276, 199, 199, 276, 276, | | 278, 278, 278, 278, 278, 278, 139, 139, 278, 278, |
276, 276, 276, 276, 229, 229, 276, 11, 11, 276, | | 278, 201, 201, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 237, 237, 276, 276, 276, 276, 267, 267, | | 278, 231, 231, 278, 11, 11, 278, 278, 278, 239, |
276, 276, 243, 243, 276, 276, 276, 276, 276, 276, | | 239, 278, 278, 278, 278, 269, 269, 278, 278, 245, |
276, 276, 276, 276, 261, 261, 276, 276, 276, 276, | | 245, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
270, 270, 276, 276, 276, 276, 211, 211, 276, 276, | | 278, 263, 263, 278, 278, 278, 278, 272, 272, 278, |
276, 276, 276, 276, 276, 72, 72, 276, 214, 214, | | 278, 278, 278, 213, 213, 278, 278, 278, 278, 278, |
| | |
276, 100, 100, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 72, 72, 278, 216, 216, 278, 102, 102, |
145, 145, 149, 149, 276, 276, 63, 63, 276, 148, | | 278, 278, 278, 278, 278, 278, 278, 147, 147, 151, |
148, 276, 215, 215, 276, 276, 276, 159, 159, 276, | | 151, 278, 278, 63, 63, 278, 150, 150, 278, 217, |
276, 276, 157, 157, 276, 276, 276, 276, 276, 276, | | 217, 278, 278, 278, 161, 161, 278, 278, 278, 159, |
276, 167, 167, 155, 155, 276, 276, 276, 276, 276, | | 159, 278, 278, 278, 278, 278, 278, 278, 169, 169, |
276, 276, 276, 276, 164, 164, 276, 276, 276, 276, | | 157, 157, 278, 278, 278, 278, 278, 278, 278, 278, |
228, 228, 147, 147, 276, 276, 276, 276, 276, 197, | | 278, 166, 166, 278, 278, 278, 278, 230, 230, 149, |
197, 276, 276, 276, 276, 276, 200, 200, 276, 140, | | 149, 278, 278, 278, 278, 278, 199, 199, 278, 278, |
140, 276, 276, 276, 185, 185, 276, 226, 226, 276, | | 278, 278, 278, 202, 202, 278, 142, 142, 278, 278, |
234, 234, 276, 276, 276, 276, 240, 240, 276, 276, | | 278, 187, 187, 278, 228, 228, 278, 278, 278, 236, |
| | |
276, 276, 276, 276, 276, 276, 249, 249, 276, 276, | | 236, 278, 278, 278, 278, 242, 242, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 251, 251, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
236, 236, 120, 120, 195, 195, 276, 276, 56, 56, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 238, |
276, 276, 276, 276, 61, 61, 276, 276, 276, 276, | | 238, 122, 122, 197, 197, 278, 278, 56, 56, 278, |
276, 175, 175, 276, 171, 171, 276, 276, 170, 170, | | 278, 278, 278, 61, 61, 278, 278, 278, 278, 278, |
276, 276, 160, 160, 276, 276, 276, 276, 276, 276, | | 177, 177, 278, 173, 173, 278, 278, 172, 172, 278, |
154, 154, 276, 276, 276, 276, 276, 193, 193, 276, | | 278, 162, 162, 278, 278, 278, 278, 278, 278, 156, |
113, 113, 276, 276, 276, 276, 276, 276, 219, 219, | | 156, 278, 278, 278, 278, 278, 195, 195, 278, 115, |
276, 276, 136, 136, 276, 276, 196, 196, 276, 276, | | 115, 278, 278, 278, 278, 278, 278, 221, 221, 278, |
| | |
276, 110, 110, 276, 276, 276, 276, 276, 276, 276, | | 278, 138, 138, 278, 278, 198, 198, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 112, 112, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 264, 264, 276, 276, 126, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
126, 141, 141, 276, 182, 182, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 266, 266, 278, 278, |
194, 194, 276, 276, 119, 119, 276, 99, 99, 62, | | 128, 128, 143, 143, 278, 184, 184, 278, 278, 278, |
62, 276, 276, 276, 115, 115, 276, 276, 276, 276, | | 278, 196, 196, 278, 278, 121, 121, 278, 101, 101, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 163, | | 62, 62, 278, 278, 278, 117, 117, 278, 278, 278, |
163, 276, 276, 97, 97, 276, 276, 276, 276, 134, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
134, 223, 223, 276, 138, 138, 135, 135, 133, 133, | | 165, 165, 278, 278, 99, 99, 278, 278, 278, 278, |
139, 139, 276, 276, 276, 276, 276, 276, 276, 276, | | 136, 136, 225, 225, 278, 140, 140, 137, 137, 135, |
| | |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 135, 141, 141, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 183, 183, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 184, 184, 276, 203, 203, 276, 210, 210, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 233, 233, 276, 276, 276, 276, 169, 169, 178, | | 278, 185, 185, 278, 278, 186, 186, 278, 205, 205, |
178, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 212, 212, 278, 235, 235, 278, 278, 278, 278, |
276, 276, 276, 276, 186, 186, 213, 213, 276, 276, | | 171, 171, 180, 180, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 278, 278, 278, 278, 278, 188, 188, 215, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 215, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 276, 276, 208, 208, 276, 276, 131, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
131, 114, 114, 276, 276, 276, 276, 162, 162, 173, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
| | |
173, 174, 174, 176, 176, 276, 165, 165, 153, 153, | | 210, 210, 278, 278, 133, 133, 116, 116, 278, 278, |
276, 276, 276, 150, 150, 276, 276, 276, 276, 276, | | 278, 278, 164, 164, 175, 175, 176, 176, 178, 178, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 167, 167, 155, 155, 278, 278, 278, 152, 152, |
276, 253, 253, 276, 276, 276, 276, 276, 276, 276, | | 278, 278, 74, 74, 278, 278, 278, 278, 278, 278, |
276, 276, 276, 198, 198, 209, 209, 276, 276, 158, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 255, |
158, 276, 276, 276, 276, 276, 276, 276, 276, 235, | | 255, 278, 278, 278, 278, 278, 278, 278, 278, 278, |
235, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 278, 200, 200, 211, 211, 278, 278, 160, 160, 278, |
247, 247, 276, 276, 254, 254, 276, 256, 256, 276, | | 278, 278, 278, 278, 278, 278, 278, 278, 237, 237, |
276, 276, 259, 259, 276, 276, 276, 276, 86, 86, | | 278, 278, 278, 278, 278, 278, 278, 278, 278, 249, |
276, 276, 276, 276, 276, 276, 276, 276, 276, 276, | | 249, 278, 278, 256, 256, 278, 258, 258, 278, 278, |
| | |
238, 238, 276, 276, 276, 268, 268, 276, 244, 244, | | 278, 261, 261, 278, 278, 278, 278, 88, 88, 278, |
248, 248, 276, 276, 257, 257, 276, 262, 262, 260, | | 278, 278, 278, 278, 278, 278, 278, 75, 75, 278, |
260, 276, 271, 271, 276, 276, 276, 276, 156, 156, | | 278, 240, 240, 278, 278, 278, 270, 270, 278, 246, |
276, 166, 166, 161, 161, 93, 93, 151, 151, 276, | | 246, 250, 250, 278, 278, 259, 259, 278, 264, 264, |
239, 239, 276, 241, 241, 269, 269, 245, 245, 276, | | 262, 262, 278, 273, 273, 278, 278, 278, 278, 158, |
250, 250, 263, 263, 272, 272, 276, 276, 168, 168, | | 158, 278, 168, 168, 163, 163, 95, 95, 153, 153, |
172, 172, 276, 276, 242, 242, 251, 251, 276, 265, | | 278, 241, 241, 278, 243, 243, 271, 271, 247, 247, |
265, 177, 177, 273, 273, 266, 266, 0 | | 278, 252, 252, 265, 265, 274, 274, 278, 278, 170, |
| | 170, 174, 174, 278, 278, 244, 244, 253, 253, 278, |
| | 267, 267, 179, 179, 275, 275, 268, 268, 0 |
| | |
} ; | | } ; |
| | |
static yyconst flex_int32_t yy_ec[256] = | | static yyconst int yy_ec[256] = |
{ 0, | | { 0, |
1, 1, 1, 1, 1, 1, 1, 1, 2, 3, | | 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, |
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| | |
1, 1, 1, 1, 1 | | 1, 1, 1, 1, 1 |
} ; | | } ; |
| | |
static yyconst flex_int32_t yy_meta[34] = | | static yyconst int yy_meta[34] = |
{ 0, | | { 0, |
1, 1, 2, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, |
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, |
| | |
1, 1, 1 | | 1, 1, 1 |
} ; | | } ; |
| | |
static yyconst flex_int16_t yy_base[2775] = | | static yyconst short int yy_base[2798] = |
{ 0, | | { 0, |
0, 6, 37, 38, 39, 43, 45, 50, 2804, 0, | | 0, 6, 37, 38, 39, 43, 45, 50, 2827, 0, |
2805, 2800, 0, 47, 40, 68, 53, 86, 63, 35, | | 2828, 2823, 0, 47, 40, 68, 53, 86, 63, 35, |
70, 107, 2781, 127, 69, 86, 83, 148, 72, 164, | | 70, 107, 2804, 127, 69, 86, 83, 148, 72, 164, |
181, 37, 71, 113, 99, 2799, 0, 62, 2779, 0, | | 181, 37, 71, 113, 99, 2822, 0, 62, 2802, 0, |
101, 2778, 2805, 111, 0, 2795, 2805, 117, 0, 87, | | 101, 2801, 2828, 111, 0, 2818, 2828, 117, 0, 87, |
2781, 2780, 2772, 110, 2767, 2766, 119, 2770, 2780, 111, | | 2804, 2803, 2795, 110, 2790, 2789, 119, 2793, 2803, 111, |
2782, 2773, 2767, 115, 2767, 2755, 2760, 2759, 2767, 2770, | | 2805, 2796, 2790, 115, 2790, 2778, 2783, 2782, 2790, 2793, |
2770, 2768, 2756, 2768, 2745, 2754, 2759, 2753, 2751, 2764, | | 2793, 2791, 2779, 2791, 2768, 2777, 2782, 2776, 2774, 2787, |
2745, 2743, 2767, 2756, 2747, 118, 2759, 2753, 2742, 2737, | | 2768, 2766, 2790, 2779, 2770, 118, 2782, 2776, 2765, 2760, |
2733, 2748, 2735, 2749, 132, 132, 2744, 2737, 114, 2749, | | 2756, 2771, 2758, 2772, 132, 132, 2767, 2760, 114, 2772, |
| | |
2733, 2737, 90, 2738, 2740, 2724, 2725, 2739, 2718, 2725, | | 2756, 2760, 90, 2761, 2763, 2747, 2748, 2762, 2741, 2748, |
141, 139, 2725, 2737, 2732, 2727, 146, 2720, 167, 163, | | 141, 139, 2748, 2760, 2755, 2750, 146, 2743, 167, 163, |
2732, 2732, 2712, 2716, 2725, 2713, 188, 2723, 2715, 2714, | | 2755, 2755, 2735, 2739, 2748, 2736, 188, 2746, 2738, 2737, |
159, 2730, 164, 175, 2729, 2722, 2727, 0, 193, 0, | | 159, 2753, 164, 175, 2752, 2745, 2750, 0, 193, 0, |
2717, 0, 200, 0, 2716, 205, 2805, 2724, 2709, 2695, | | 2740, 0, 200, 0, 2739, 205, 2828, 2747, 2732, 2718, |
2703, 2703, 2706, 2698, 2711, 2696, 2696, 2690, 2705, 2682, | | 2726, 2726, 2729, 2721, 2734, 2719, 2719, 2713, 2728, 2705, |
2706, 2687, 2684, 146, 2698, 207, 164, 2682, 210, 2706, | | 2729, 2710, 2707, 146, 2721, 207, 164, 2705, 210, 2729, |
2695, 2698, 2678, 2675, 212, 2682, 198, 2690, 209, 2690, | | 2718, 2721, 2701, 2698, 212, 2705, 198, 2713, 209, 2713, |
2688, 212, 2669, 2688, 2690, 2687, 2693, 2673, 2665, 2690, | | 2711, 212, 2692, 2711, 2713, 2710, 2716, 2696, 2688, 2713, |
214, 227, 2671, 2660, 2662, 2676, 2675, 2674, 2667, 2668, | | 214, 227, 2694, 2683, 2685, 2699, 2698, 2697, 2690, 2691, |
| | |
2671, 2670, 218, 2655, 2668, 2667, 220, 2666, 2666, 2649, | | 2694, 2693, 218, 2678, 2691, 2690, 220, 2689, 2689, 2672, |
250, 2662, 2662, 2666, 2640, 2659, 2645, 2654, 2648, 2649, | | 250, 2685, 2685, 2689, 2663, 2682, 2668, 2677, 2671, 2672, |
2664, 2638, 2652, 227, 2644, 2646, 2654, 2635, 2652, 2639, | | 2687, 2661, 2675, 227, 2667, 2669, 2677, 2658, 2675, 2662, |
2625, 2644, 2625, 2632, 2651, 2640, 2635, 218, 2642, 2647, | | 2648, 2667, 2648, 2655, 2674, 2663, 2658, 218, 2665, 2670, |
2621, 2622, 2627, 2626, 2636, 2631, 2628, 2629, 2616, 2631, | | 2644, 2645, 2650, 2649, 2659, 2654, 2651, 2652, 2639, 2654, |
2631, 2609, 2615, 2617, 2627, 2631, 2609, 2617, 2611, 2627, | | 2654, 2632, 2638, 2640, 2650, 2654, 2632, 2640, 2634, 2650, |
2626, 0, 2625, 2594, 0, 2623, 2604, 2604, 0, 2620, | | 2649, 0, 2648, 2617, 0, 2646, 2627, 2627, 0, 2643, |
2592, 2608, 240, 2603, 2616, 2589, 2606, 2608, 2607, 2601, | | 2615, 2631, 240, 2626, 2639, 2612, 2629, 2631, 2630, 2624, |
2594, 2604, 269, 2578, 2593, 2606, 2593, 2585, 2603, 2576, | | 2617, 2627, 269, 2601, 2616, 2629, 2616, 2608, 2626, 2599, |
2591, 2594, 2589, 2588, 2577, 2596, 2577, 2584, 2593, 2584, | | 2614, 2617, 2612, 2611, 2600, 2619, 2600, 2607, 2616, 2607, |
| | |
2566, 242, 2584, 249, 2805, 2564, 2588, 2561, 2586, 2565, | | 2589, 242, 2607, 249, 2828, 2587, 2611, 2584, 2609, 2588, |
2565, 2583, 2563, 2557, 2557, 2574, 2568, 2554, 2570, 0, | | 2588, 2606, 2586, 2580, 2580, 2597, 2591, 2577, 2593, 0, |
2575, 2549, 2554, 2572, 2554, 2551, 2545, 2549, 234, 2561, | | 2598, 2572, 2577, 2595, 2577, 2574, 2568, 2572, 234, 2584, |
2549, 2551, 2550, 241, 2539, 252, 2557, 2542, 2555, 2542, | | 2572, 2574, 2573, 241, 2562, 252, 2580, 2565, 2578, 2565, |
2534, 263, 2557, 2548, 2550, 2531, 2530, 2531, 2530, 2525, | | 2557, 263, 2580, 2571, 2573, 2554, 2553, 2554, 2553, 2548, |
265, 2544, 269, 2805, 276, 2543, 2524, 2521, 273, 2531, | | 265, 2567, 269, 2828, 276, 2566, 2547, 2544, 273, 2554, |
2538, 274, 257, 2543, 2534, 2528, 2535, 2516, 2521, 2532, | | 2561, 274, 257, 2566, 2557, 2551, 2558, 2539, 2544, 2555, |
2531, 2530, 2534, 2523, 2532, 2511, 2520, 2519, 2504, 2521, | | 2554, 2553, 2557, 2546, 2555, 2534, 2543, 2542, 2527, 2544, |
2516, 280, 2508, 2510, 2502, 2517, 2496, 0, 2520, 2510, | | 2539, 280, 2531, 2533, 2525, 2540, 2519, 0, 2543, 2533, |
2493, 2508, 2491, 2505, 2497, 2513, 2482, 2506, 2500, 2484, | | 2516, 2531, 2514, 2528, 2520, 2536, 2505, 2529, 2523, 2507, |
| | |
2484, 2507, 2494, 2499, 2478, 2489, 2494, 2491, 2490, 2494, | | 2507, 2530, 2517, 2522, 2501, 2512, 2517, 2514, 2513, 2517, |
2470, 0, 2497, 2476, 2482, 2489, 2493, 2492, 2467, 2466, | | 2493, 0, 2520, 2499, 2505, 2512, 2516, 2515, 2490, 2489, |
2469, 2482, 2487, 2462, 2460, 2474, 2483, 2459, 2465, 2474, | | 2492, 2505, 2510, 2485, 2483, 2497, 2506, 2482, 2488, 2497, |
2473, 2455, 2453, 0, 2455, 221, 2469, 2456, 2454, 2466, | | 2496, 2478, 2476, 0, 2478, 221, 2492, 2479, 2477, 2489, |
2451, 2460, 2445, 2454, 2448, 0, 2466, 2451, 2439, 0, | | 2474, 2483, 2468, 2477, 2471, 0, 2489, 2474, 2462, 0, |
2463, 2438, 2453, 2446, 2440, 2449, 2439, 0, 2456, 2435, | | 2486, 2461, 2476, 2469, 2463, 2472, 2462, 0, 2479, 2458, |
2445, 0, 2453, 2427, 2437, 2443, 2426, 2423, 2442, 0, | | 2468, 0, 2476, 2450, 2460, 2466, 2449, 2446, 2465, 0, |
2446, 2428, 2444, 278, 2431, 2442, 2432, 2419, 2433, 2415, | | 2469, 2451, 2467, 278, 2454, 2465, 2455, 2442, 2456, 2438, |
2437, 2426, 2427, 2420, 2423, 0, 2432, 2411, 2405, 2415, | | 2460, 2449, 2450, 2443, 2446, 0, 2455, 2434, 2428, 2438, |
2414, 2413, 2412, 2399, 2404, 2406, 2410, 2398, 2397, 2409, | | 2437, 2436, 2435, 2422, 2427, 2429, 2433, 2421, 2420, 2432, |
| | |
2393, 2397, 2395, 2410, 288, 2414, 2407, 302, 2805, 2412, | | 2416, 2420, 2418, 2433, 288, 2437, 2430, 302, 2828, 2435, |
2411, 2396, 2395, 2402, 2407, 2406, 2395, 304, 2805, 307, | | 2434, 2419, 2418, 2425, 2430, 2429, 2418, 304, 2828, 307, |
2404, 2382, 285, 2396, 2376, 2382, 2379, 2369, 2385, 2372, | | 2427, 2405, 285, 2419, 2399, 2405, 2402, 2392, 2408, 2395, |
2387, 2380, 296, 2393, 2367, 2377, 2384, 2384, 2382, 301, | | 2410, 2403, 296, 2416, 2390, 2400, 2407, 2407, 2405, 301, |
2377, 2360, 0, 2385, 2376, 2383, 2364, 311, 2373, 2355, | | 2400, 2383, 0, 2408, 2399, 2406, 2387, 311, 2396, 2378, |
2351, 2369, 2358, 2357, 2375, 2355, 2373, 2354, 2358, 315, | | 2374, 2392, 2381, 2380, 2398, 2378, 2396, 2377, 2381, 315, |
2345, 2364, 2358, 2367, 2341, 0, 2365, 2343, 2354, 2362, | | 2368, 2387, 2381, 2390, 2364, 0, 2388, 2366, 2377, 2385, |
2331, 2334, 2359, 2335, 2348, 2346, 2346, 2334, 2353, 2329, | | 2354, 2357, 2382, 2358, 2371, 2369, 2369, 2357, 2376, 2352, |
2331, 2336, 2330, 2323, 2341, 0, 2346, 0, 2345, 2344, | | 2354, 2359, 2353, 2346, 2364, 0, 2369, 0, 2368, 2367, |
2331, 2319, 2316, 2340, 2318, 2324, 2328, 0, 2336, 2335, | | 2354, 2342, 2339, 2363, 2341, 2347, 2351, 0, 2359, 2358, |
| | |
303, 2313, 2312, 2316, 2304, 0, 2309, 2305, 2303, 2309, | | 303, 2336, 2335, 2339, 2327, 0, 2332, 2328, 2326, 2332, |
2305, 2305, 2301, 2306, 2312, 2311, 2301, 2307, 2299, 2312, | | 2328, 2328, 2324, 2329, 2335, 2334, 2324, 2330, 2322, 2335, |
2306, 2290, 2295, 2288, 2312, 2306, 2301, 2309, 2294, 2287, | | 2329, 2313, 2318, 2311, 2335, 2329, 2324, 2332, 2317, 2310, |
2289, 2300, 2290, 327, 71, 0, 136, 153, 175, 179, | | 2312, 2323, 2313, 327, 71, 0, 136, 153, 175, 179, |
0, 225, 240, 279, 262, 303, 317, 312, 305, 311, | | 0, 225, 240, 279, 262, 303, 317, 312, 305, 311, |
323, 317, 306, 322, 312, 315, 320, 321, 319, 323, | | 323, 317, 306, 322, 312, 315, 320, 321, 319, 323, |
328, 322, 324, 335, 335, 337, 327, 341, 344, 330, | | 328, 322, 324, 335, 335, 337, 327, 341, 344, 330, |
| | |
433, 415, 435, 430, 426, 407, 414, 440, 420, 442, | | 433, 415, 435, 430, 426, 407, 414, 440, 420, 442, |
443, 436, 437, 0, 448, 439, 430, 451, 452, 435, | | 443, 436, 437, 0, 448, 439, 430, 451, 452, 435, |
424, 434, 435, 457, 444, 442, 435, 461, 457, 457, | | 424, 434, 435, 457, 444, 442, 435, 461, 457, 457, |
456, 442, 449, 462, 463, 457, 465, 459, 447, 464, | | 456, 442, 449, 462, 463, 457, 465, 459, 466, 464, |
464, 465, 471, 477, 459, 465, 480, 461, 463, 473, | | 464, 465, 471, 477, 459, 465, 480, 461, 463, 473, |
| | |
473, 465, 465, 470, 478, 475, 485, 479, 494, 495, | | 473, 465, 465, 470, 478, 475, 486, 480, 495, 496, |
496, 497, 468, 493, 480, 494, 0, 504, 496, 506, | | 497, 498, 469, 494, 482, 495, 0, 505, 497, 507, |
493, 508, 493, 488, 495, 507, 505, 506, 507, 494, | | 494, 509, 494, 489, 496, 508, 506, 507, 508, 495, |
488, 494, 492, 515, 517, 500, 514, 497, 500, 521, | | 489, 495, 493, 516, 518, 501, 515, 498, 501, 522, |
503, 523, 524, 531, 0, 532, 523, 0, 534, 508, | | 504, 524, 525, 532, 0, 533, 524, 0, 535, 509, |
519, 527, 0, 538, 0, 539, 540, 524, 522, 532, | | 520, 528, 0, 539, 0, 540, 541, 525, 523, 533, |
544, 525, 540, 526, 548, 549, 550, 551, 544, 541, | | 545, 526, 541, 527, 549, 550, 551, 552, 545, 542, |
554, 534, 548, 557, 558, 542, 543, 542, 562, 563, | | 555, 535, 549, 558, 559, 543, 544, 543, 563, 564, |
539, 542, 561, 542, 549, 548, 549, 571, 562, 555, | | 540, 543, 562, 543, 550, 549, 550, 572, 563, 556, |
549, 0, 575, 556, 572, 581, 548, 579, 552, 567, | | 550, 0, 576, 557, 573, 582, 549, 580, 553, 568, |
| | |
0, 582, 583, 0, 584, 558, 586, 0, 597, 590, | | 0, 583, 584, 0, 585, 559, 587, 0, 598, 591, |
582, 578, 578, 0, 607, 608, 610, 583, 0, 612, | | 583, 579, 579, 0, 608, 609, 611, 584, 0, 613, |
603, 604, 591, 616, 617, 618, 594, 0, 620, 614, | | 604, 605, 592, 617, 618, 619, 595, 0, 621, 615, |
611, 623, 624, 595, 626, 606, 0, 628, 629, 2805, | | 612, 624, 625, 596, 627, 607, 0, 629, 630, 2828, |
631, 628, 624, 616, 636, 0, 637, 618, 618, 623, | | 632, 629, 625, 617, 637, 0, 638, 619, 619, 624, |
624, 642, 633, 614, 640, 646, 641, 631, 633, 620, | | 625, 643, 634, 615, 641, 647, 642, 632, 634, 621, |
651, 638, 647, 655, 631, 657, 628, 659, 652, 639, | | 652, 639, 648, 656, 632, 658, 640, 630, 662, 654, |
635, 0, 664, 659, 655, 0, 667, 649, 669, 672, | | 641, 637, 0, 666, 661, 657, 0, 669, 651, 673, |
653, 657, 656, 653, 659, 674, 661, 674, 653, 664, | | 674, 655, 658, 658, 655, 661, 676, 663, 676, 655, |
662, 668, 673, 0, 688, 689, 0, 690, 0, 691, | | 666, 664, 670, 675, 0, 690, 691, 0, 692, 0, |
| | |
692, 670, 671, 681, 666, 697, 688, 0, 699, 690, | | 693, 694, 672, 673, 683, 668, 699, 690, 0, 701, |
671, 692, 678, 704, 699, 683, 707, 708, 703, 691, | | 692, 673, 694, 680, 706, 701, 685, 709, 710, 705, |
704, 686, 713, 705, 705, 693, 705, 718, 711, 703, | | 693, 706, 688, 715, 707, 707, 695, 707, 720, 713, |
721, 722, 709, 724, 725, 726, 707, 720, 729, 730, | | 705, 723, 724, 711, 726, 727, 728, 709, 722, 731, |
703, 707, 723, 734, 735, 736, 737, 722, 729, 740, | | 732, 705, 709, 725, 736, 737, 738, 739, 724, 731, |
724, 742, 744, 745, 741, 747, 736, 0, 749, 750, | | 742, 726, 744, 746, 747, 743, 749, 738, 0, 751, |
745, 744, 742, 728, 741, 746, 757, 758, 750, 740, | | 752, 747, 746, 744, 730, 743, 748, 759, 760, 752, |
751, 753, 745, 745, 757, 749, 761, 761, 751, 762, | | 742, 753, 755, 747, 747, 759, 751, 763, 763, 753, |
757, 753, 759, 765, 774, 776, 766, 759, 776, 787, | | 764, 759, 755, 761, 767, 776, 778, 768, 761, 778, |
0, 788, 777, 767, 792, 783, 767, 784, 785, 784, | | 789, 0, 790, 779, 769, 794, 785, 769, 786, 787, |
| | |
785, 800, 801, 783, 803, 804, 781, 0, 806, 0, | | 786, 787, 802, 803, 785, 805, 806, 783, 0, 808, |
807, 0, 808, 799, 793, 811, 812, 813, 793, 0, | | 0, 809, 0, 810, 801, 795, 813, 814, 815, 795, |
815, 799, 817, 2805, 799, 811, 821, 0, 822, 796, | | 0, 817, 801, 819, 2828, 801, 813, 823, 0, 824, |
814, 795, 812, 0, 827, 800, 829, 806, 0, 831, | | 798, 816, 797, 814, 0, 829, 802, 831, 808, 0, |
809, 823, 827, 835, 836, 818, 815, 819, 820, 835, | | 833, 811, 825, 829, 837, 838, 820, 817, 821, 822, |
834, 838, 843, 831, 846, 830, 852, 853, 854, 846, | | 837, 836, 840, 845, 833, 848, 839, 833, 855, 856, |
839, 844, 859, 860, 843, 862, 846, 864, 848, 860, | | 858, 849, 842, 847, 862, 863, 846, 865, 849, 867, |
843, 843, 848, 854, 871, 851, 853, 864, 863, 0, | | 851, 863, 846, 846, 851, 857, 874, 854, 856, 867, |
877, 878, 861, 880, 855, 877, 0, 883, 875, 876, | | 866, 0, 880, 881, 864, 883, 858, 880, 0, 886, |
885, 887, 878, 889, 883, 871, 892, 893, 887, 895, | | 878, 879, 888, 890, 881, 892, 886, 874, 895, 896, |
| | |
879, 876, 898, 899, 877, 877, 888, 903, 894, 905, | | 890, 898, 882, 879, 901, 902, 880, 880, 891, 906, |
0, 906, 907, 884, 909, 904, 911, 0, 912, 885, | | 897, 908, 0, 909, 910, 887, 912, 907, 914, 0, |
898, 915, 0, 916, 917, 908, 919, 0, 920, 0, | | 915, 888, 901, 918, 0, 919, 920, 911, 922, 0, |
921, 0, 923, 0, 924, 925, 926, 0, 927, 922, | | 923, 0, 924, 0, 926, 0, 927, 928, 929, 0, |
929, 0, 930, 0, 931, 918, 933, 909, 0, 935, | | 930, 925, 932, 0, 933, 0, 934, 921, 936, 912, |
928, 924, 921, 920, 930, 924, 942, 0, 943, 944, | | 0, 938, 931, 927, 924, 923, 933, 927, 945, 0, |
918, 928, 933, 934, 928, 938, 937, 938, 934, 948, | | 946, 947, 921, 931, 936, 937, 931, 941, 940, 941, |
938, 950, 934, 953, 950, 955, 939, 943, 956, 949, | | 937, 951, 941, 953, 937, 956, 953, 958, 942, 946, |
942, 957, 957, 947, 942, 959, 954, 952, 970, 977, | | 959, 952, 945, 960, 960, 950, 945, 962, 957, 955, |
968, 965, 0, 980, 981, 972, 958, 984, 968, 965, | | 973, 980, 971, 968, 0, 983, 984, 975, 961, 987, |
| | |
0, 987, 0, 988, 989, 990, 991, 978, 974, 984, | | 971, 968, 0, 990, 0, 991, 992, 993, 994, 981, |
995, 0, 996, 0, 997, 988, 969, 981, 1001, 1002, | | 977, 987, 998, 0, 999, 0, 1000, 991, 972, 984, |
993, 1004, 1005, 996, 1007, 1008, 988, 992, 1011, 1006, | | 1004, 1005, 996, 1007, 1008, 999, 1010, 1011, 991, 995, |
1013, 0, 1014, 1010, 998, 989, 995, 1000, 1001, 1012, | | 1014, 1009, 1016, 0, 1017, 1013, 1001, 992, 998, 1003, |
999, 1009, 1010, 1006, 1020, 0, 1027, 1010, 0, 1029, | | 1004, 1015, 1002, 1012, 1013, 1009, 1023, 0, 1030, 1013, |
1020, 0, 1031, 1032, 1033, 1028, 1025, 1026, 1037, 0, | | 0, 1032, 1015, 1024, 0, 1035, 1036, 1037, 1032, 1029, |
1038, 1019, 0, 1040, 1032, 1042, 1013, 1036, 1035, 1033, | | 1030, 1041, 0, 1042, 1023, 0, 1044, 1036, 1046, 1017, |
1047, 1022, 1049, 1030, 1053, 1026, 1055, 1044, 0, 1057, | | 1040, 1039, 1037, 1051, 1026, 1053, 1034, 1057, 1030, 1059, |
1039, 1061, 1038, 1072, 1063, 1064, 1064, 2805, 1066, 1058, | | 1048, 0, 1061, 1043, 1065, 1042, 1076, 1067, 1068, 1068, |
0, 1068, 1052, 1051, 0, 1071, 0, 1072, 1056, 1074, | | 2828, 1070, 1062, 0, 1072, 1056, 1055, 0, 1075, 0, |
| | |
1065, 1076, 0, 1077, 1080, 1081, 1072, 1075, 0, 1084, | | 1076, 1060, 1078, 1069, 1080, 0, 1081, 1084, 1085, 1076, |
1086, 1087, 0, 1088, 1075, 0, 1090, 1073, 0, 1092, | | 1079, 0, 1088, 1090, 1091, 0, 1092, 1079, 0, 1094, |
1093, 1094, 0, 1097, 1098, 1078, 1101, 1102, 1103, 1104, | | 1077, 0, 1096, 1097, 1098, 0, 1101, 1102, 1082, 1105, |
1075, 0, 1106, 1098, 0, 1108, 1096, 1094, 1111, 1092, | | 1106, 1107, 1108, 1079, 0, 1110, 1102, 0, 1112, 1100, |
1103, 1105, 1098, 0, 1116, 1117, 1108, 1095, 1109, 1097, | | 1098, 1115, 1096, 1107, 1109, 1102, 0, 1120, 1121, 1112, |
1112, 1123, 1115, 1106, 1118, 1107, 1119, 1118, 1111, 1106, | | 1099, 1113, 1101, 1116, 1127, 1119, 1110, 1122, 1111, 1123, |
1115, 1123, 1120, 1127, 1113, 1127, 1114, 1118, 1110, 1131, | | 1122, 1115, 1110, 1119, 1127, 1124, 1131, 1117, 1131, 1118, |
1132, 1129, 1138, 1121, 1122, 1119, 1129, 1128, 0, 1150, | | 1122, 1114, 1135, 1136, 1133, 1142, 1125, 1126, 1123, 1133, |
1128, 1145, 1153, 1137, 1155, 1156, 1140, 1158, 1159, 0, | | 1132, 0, 1154, 1132, 1149, 1157, 1141, 1159, 1160, 1144, |
1160, 0, 1161, 1135, 1138, 1164, 0, 1165, 1166, 1167, | | 1162, 1163, 0, 1164, 0, 1165, 1139, 1142, 1168, 0, |
| | |
1163, 1169, 0, 1170, 1153, 1172, 1173, 1165, 1175, 0, | | 1169, 1170, 1171, 1167, 1173, 0, 1174, 1157, 1176, 1177, |
1176, 1167, 1158, 1179, 1172, 0, 1181, 1173, 1163, 1184, | | 1169, 1179, 0, 1180, 1171, 1162, 1183, 1176, 0, 1185, |
1166, 1174, 1175, 1188, 1169, 1180, 1174, 1183, 1172, 1184, | | 1177, 1167, 1188, 1170, 1178, 1179, 1192, 1173, 1184, 1178, |
1195, 0, 1196, 0, 1197, 1177, 1199, 1177, 0, 1201, | | 1187, 1176, 1188, 1194, 1200, 0, 1201, 0, 1202, 1182, |
1193, 1193, 0, 1204, 1205, 1190, 1207, 1208, 1209, 1194, | | 1204, 1182, 0, 1206, 1198, 1198, 0, 1209, 1210, 1195, |
1190, 0, 1216, 1196, 1201, 1219, 1200, 1222, 1223, 1204, | | 1212, 1213, 1214, 1199, 1195, 0, 1221, 1201, 1206, 1224, |
1226, 1218, 1203, 0, 1230, 1232, 1213, 1214, 1215, 1228, | | 1205, 1227, 1228, 1209, 1231, 1223, 1208, 0, 1235, 1237, |
1231, 1238, 1239, 0, 1240, 1242, 1233, 1245, 1236, 0, | | 1218, 1219, 1220, 1233, 1236, 1243, 1244, 0, 1245, 1247, |
1247, 1248, 1249, 0, 1250, 1251, 1243, 1247, 1254, 0, | | 1238, 1250, 1241, 0, 1252, 1253, 1254, 0, 1255, 1256, |
1255, 1249, 1247, 1258, 1259, 0, 1260, 1251, 1262, 0, | | 1248, 1252, 1259, 0, 1260, 1254, 1252, 1263, 1264, 0, |
| | |
1263, 0, 1264, 0, 1265, 1256, 1257, 1268, 1269, 1270, | | 1265, 1256, 1267, 0, 1268, 0, 1269, 0, 1270, 1261, |
1251, 1263, 1273, 1264, 0, 1275, 1276, 1277, 1264, 1255, | | 1262, 1273, 1274, 1275, 1256, 1268, 1278, 1269, 0, 1280, |
1263, 1281, 1282, 1274, 1274, 1261, 1286, 1261, 1263, 1276, | | 1281, 1282, 1269, 1260, 1268, 1286, 1287, 1279, 1279, 1266, |
1280, 1285, 1273, 1268, 1295, 1296, 1272, 1278, 1271, 1277, | | 1291, 1266, 1268, 1281, 1285, 1290, 1278, 1273, 1300, 1301, |
1296, 1294, 1286, 1290, 1285, 1306, 1302, 1288, 1299, 1293, | | 1277, 1283, 1276, 1282, 1301, 1299, 1291, 1295, 1290, 1311, |
0, 1311, 1312, 1313, 0, 1314, 1315, 1316, 0, 1317, | | 1307, 1293, 1304, 1298, 0, 1316, 1317, 1318, 0, 1319, |
1308, 1314, 1320, 1321, 1322, 1302, 0, 1324, 1316, 0, | | 1320, 1321, 0, 1322, 1313, 1319, 1325, 1326, 1327, 1307, |
1327, 0, 1328, 1329, 0, 1330, 1314, 1306, 0, 1333, | | 0, 1329, 1321, 0, 1332, 0, 1333, 1334, 0, 1335, |
1318, 1329, 1310, 1337, 1338, 1329, 1340, 1341, 1325, 1326, | | 1319, 1311, 0, 1338, 1323, 1334, 1315, 1342, 1343, 1334, |
1327, 1345, 1326, 1347, 1348, 1329, 1350, 1351, 1338, 1330, | | 1345, 1346, 1330, 1331, 1332, 1350, 1331, 1352, 1330, 1355, |
| | |
1354, 1335, 1357, 1358, 1339, 1361, 1343, 0, 1365, 1345, | | 1336, 1357, 1358, 1345, 1337, 1361, 1342, 1364, 1365, 1346, |
1350, 1368, 1344, 1344, 0, 1371, 1351, 1357, 1375, 1356, | | 1368, 1350, 0, 1372, 1352, 1357, 1375, 1351, 1351, 0, |
0, 1378, 1358, 1363, 1381, 1362, 1361, 1362, 1386, 1359, | | 1378, 1358, 1364, 1382, 1363, 0, 1385, 1365, 1370, 1388, |
1365, 1380, 1367, 1377, 1373, 1387, 0, 1394, 0, 1395, | | 1369, 1368, 1369, 1393, 1366, 1372, 1387, 1374, 1384, 1380, |
1396, 1397, 1398, 1399, 1400, 0, 1401, 0, 1402, 1403, | | 1394, 0, 1401, 0, 1402, 1403, 1404, 1405, 1406, 1407, |
1387, 0, 1405, 1389, 1407, 0, 1408, 0, 1409, 1391, | | 0, 1408, 0, 1409, 1410, 1394, 0, 1412, 1396, 1414, |
0, 1411, 1389, 1394, 1414, 1415, 0, 1416, 1394, 1418, | | 0, 1415, 0, 1416, 1398, 0, 1418, 1396, 1401, 1421, |
1419, 1411, 1421, 1412, 1423, 1414, 1411, 1409, 0, 1427, | | 1422, 0, 1423, 1401, 1425, 1426, 1418, 1428, 1419, 1430, |
1428, 1429, 1413, 1431, 1432, 1409, 1424, 1435, 1411, 1413, | | 1421, 1418, 1416, 0, 1434, 1435, 1436, 1420, 1438, 1439, |
1438, 1416, 1440, 1441, 1429, 1415, 1424, 1426, 1422, 1447, | | 1416, 1431, 1442, 1418, 1420, 1445, 1423, 1447, 1448, 1436, |
| | |
1418, 1441, 1431, 1451, 1426, 1434, 1454, 1445, 1456, 0, | | 1422, 1431, 1433, 1429, 1454, 1425, 1448, 1438, 1458, 1433, |
1457, 1458, 0, 1459, 1460, 1441, 0, 1462, 0, 1463, | | 1441, 1461, 1452, 1463, 0, 1464, 1465, 0, 1466, 1467, |
0, 1464, 1439, 1456, 1448, 1468, 1452, 1447, 1471, 1449, | | 1448, 0, 1469, 0, 1470, 0, 1471, 1446, 1463, 1455, |
1450, 0, 1474, 1475, 1476, 1477, 0, 1478, 1462, 1471, | | 1475, 1459, 1454, 1478, 1456, 1457, 0, 1481, 1482, 1483, |
1481, 1482, 1464, 1484, 0, 1485, 1467, 0, 1487, 1488, | | 1484, 0, 1485, 1469, 1478, 1488, 1489, 1471, 1491, 1486, |
1478, 1490, 0, 1491, 1471, 1476, 1494, 1475, 0, 1497, | | 1463, 0, 1494, 1476, 0, 1496, 1497, 1487, 1499, 0, |
1477, 1482, 0, 1500, 1480, 1485, 1478, 1478, 1505, 1486, | | 1500, 1480, 1485, 1503, 1484, 0, 1506, 1486, 1491, 0, |
1494, 1497, 1485, 1485, 0, 1512, 1492, 1497, 1490, 1490, | | 1509, 1489, 1494, 1487, 1487, 1514, 1495, 1503, 1506, 1494, |
0, 1517, 1497, 1502, 1520, 1521, 0, 1522, 1523, 1505, | | 1494, 0, 1521, 1501, 1506, 1499, 1499, 0, 1526, 1506, |
1526, 1507, 1511, 1520, 1509, 0, 1531, 1532, 0, 1533, | | 1511, 1529, 1530, 0, 1531, 1532, 1514, 1535, 1516, 1520, |
| | |
1534, 0, 1535, 1536, 1537, 1528, 1539, 1534, 1541, 1517, | | 1529, 1518, 0, 1540, 1541, 0, 1542, 1543, 0, 1544, |
0, 1543, 0, 1544, 1545, 1546, 0, 1547, 1548, 0, | | 1545, 1546, 1537, 1548, 1543, 1550, 1526, 0, 1552, 0, |
1549, 1531, 0, 1551, 1529, 1536, 1554, 0, 1555, 1556, | | 1553, 1554, 1555, 0, 1556, 1557, 0, 1558, 1540, 0, |
1540, 1558, 0, 1559, 1546, 1538, 1562, 1553, 1554, 1565, | | 1560, 1538, 1545, 1563, 0, 1564, 1565, 1549, 1567, 0, |
1552, 0, 1567, 0, 1568, 1555, 1560, 1548, 1566, 1548, | | 1568, 1555, 1547, 1571, 1562, 1563, 1574, 1561, 0, 1576, |
1574, 1544, 1570, 1577, 0, 1578, 1560, 1562, 1581, 1582, | | 0, 1577, 1564, 1569, 1557, 1575, 1557, 1583, 1553, 1579, |
0, 1583, 0, 1584, 1585, 1567, 1563, 1571, 1564, 0, | | 1586, 0, 1587, 1569, 1571, 1590, 1591, 0, 1592, 0, |
1590, 1591, 1592, 1593, 1578, 1595, 0, 1596, 1597, 0, | | 1593, 1594, 1576, 1572, 1580, 1573, 0, 1599, 1600, 1601, |
1598, 1599, 1600, 1601, 0, 1602, 1603, 0, 1604, 1600, | | 1602, 1587, 1604, 0, 1605, 1606, 0, 1607, 1608, 1609, |
0, 1606, 1593, 1608, 1584, 1584, 0, 1611, 1591, 1596, | | 1610, 0, 1611, 1612, 0, 1613, 1595, 1596, 1611, 0, |
| | |
1589, 1589, 1591, 1591, 1604, 1607, 0, 1620, 1600, 1605, | | 1617, 1604, 1619, 1595, 1595, 0, 1622, 1602, 1607, 1600, |
1603, 1610, 1611, 1614, 1602, 1602, 1615, 1618, 1606, 1606, | | 1600, 1602, 1602, 1615, 1618, 0, 1631, 1611, 1616, 1614, |
1633, 1614, 1636, 1637, 1638, 1639, 1623, 1624, 1642, 1623, | | 1621, 1622, 1625, 1613, 1613, 1626, 1629, 1617, 1617, 1644, |
0, 1644, 0, 1645, 0, 1646, 1647, 1648, 0, 1649, | | 1625, 1647, 1648, 1649, 1650, 1634, 1635, 1653, 1634, 0, |
1633, 1651, 1652, 1653, 0, 1654, 1655, 1631, 1657, 1648, | | 1655, 0, 1656, 0, 1657, 1658, 1659, 0, 1660, 1644, |
1659, 0, 1660, 1655, 0, 1662, 1643, 1640, 0, 1665, | | 1662, 1663, 1664, 0, 1665, 1666, 1642, 1668, 1659, 1670, |
1666, 1667, 0, 1668, 1661, 1645, 1648, 1663, 1656, 1664, | | 0, 1671, 1666, 0, 1673, 1654, 1651, 0, 1676, 1677, |
0, 1675, 1666, 1660, 1678, 1670, 1674, 0, 1681, 1682, | | 1678, 0, 1679, 1672, 1656, 1659, 1674, 1667, 1675, 0, |
0, 1683, 1679, 1672, 1676, 1687, 1688, 1689, 0, 1690, | | 1686, 1677, 1671, 1689, 1681, 1685, 0, 1692, 1693, 0, |
1691, 1692, 0, 1693, 1694, 1695, 0, 1696, 1697, 1674, | | 1694, 1690, 1683, 1687, 1698, 1699, 1700, 0, 1701, 1702, |
| | |
1689, 0, 1700, 1687, 1690, 1678, 1678, 1691, 1694, 1693, | | 1703, 0, 1704, 1705, 1706, 0, 1707, 1708, 1700, 1702, |
1696, 1689, 1696, 1686, 1686, 1694, 1695, 1695, 1702, 1703, | | 1687, 1702, 0, 1713, 1700, 1703, 1691, 1691, 1704, 1707, |
1706, 1699, 1706, 1707, 1710, 0, 1723, 1703, 1708, 0, | | 1706, 1709, 1702, 1709, 1699, 1699, 1707, 1708, 1708, 1715, |
1726, 0, 1727, 1728, 0, 1729, 1713, 1731, 1732, 1714, | | 1716, 1719, 1712, 1719, 1720, 1723, 0, 1736, 1716, 1721, |
0, 1734, 1735, 1711, 0, 1737, 1738, 0, 1739, 0, | | 0, 1739, 0, 1740, 1741, 0, 1742, 1726, 1744, 1745, |
1740, 1741, 1742, 1743, 0, 1744, 1720, 1727, 1726, 1748, | | 1727, 0, 1747, 1748, 1724, 0, 1750, 1751, 0, 1752, |
1749, 1736, 1751, 1752, 1753, 1754, 1749, 1756, 1757, 0, | | 0, 1753, 1754, 1755, 1756, 0, 1757, 1733, 1740, 1739, |
1758, 1749, 1748, 0, 1761, 1750, 1763, 1758, 1765, 0, | | 1761, 1762, 1749, 1764, 1765, 1766, 1767, 1762, 1769, 1770, |
1766, 0, 1767, 1768, 0, 1769, 0, 1770, 0, 1771, | | 0, 1771, 1762, 1761, 0, 1774, 1763, 1776, 1771, 1778, |
0, 1772, 1765, 1751, 1755, 1762, 1763, 1766, 1759, 1766, | | 0, 1779, 0, 1780, 1781, 0, 1782, 0, 1783, 0, |
| | |
1761, 1768, 1764, 1765, 1771, 1774, 1763, 1788, 1770, 1771, | | 1784, 0, 1785, 1766, 1787, 1780, 1766, 1770, 1777, 1778, |
1771, 1778, 1774, 1775, 1775, 1782, 1772, 1772, 0, 1799, | | 1781, 1774, 1781, 1776, 1783, 1779, 1780, 1786, 1789, 1778, |
1800, 1801, 0, 1802, 1803, 0, 1804, 1775, 0, 1806, | | 1803, 1785, 1786, 1786, 1793, 1789, 1790, 1790, 1797, 1787, |
1807, 0, 1808, 1809, 1796, 1811, 1802, 0, 1813, 0, | | 1787, 0, 1814, 1815, 1816, 0, 1817, 1818, 0, 1819, |
1814, 1790, 1816, 1817, 1818, 1819, 1803, 1821, 1822, 1817, | | 1790, 0, 1821, 1822, 0, 1823, 1824, 1811, 1826, 1817, |
1810, 1815, 1826, 1803, 0, 1828, 0, 1829, 1807, 1831, | | 0, 1828, 0, 1829, 1805, 1831, 1832, 1833, 1834, 1818, |
1813, 1814, 1814, 1821, 1817, 1818, 1819, 1820, 1816, 1841, | | 1836, 1837, 1832, 1825, 1830, 1841, 1818, 0, 1843, 0, |
1822, 1829, 1844, 1845, 1822, 1847, 1829, 1830, 1826, 1851, | | 1844, 1827, 1846, 1824, 1848, 1830, 1831, 1831, 1838, 1834, |
1833, 1834, 1840, 1843, 1856, 0, 1857, 1858, 1859, 0, | | 1835, 1836, 1837, 1833, 1858, 1839, 1846, 1861, 1862, 1839, |
1860, 0, 1861, 1842, 1863, 1847, 1835, 0, 1866, 0, | | 1864, 1846, 1847, 1843, 1868, 1850, 1851, 1857, 1860, 1873, |
| | |
1867, 0, 1868, 0, 1869, 1856, 0, 1871, 0, 1872, | | 0, 1874, 1875, 1876, 0, 1877, 0, 1878, 1859, 1880, |
1864, 1866, 1856, 0, 1876, 1867, 1864, 1879, 1856, 1881, | | 1864, 1852, 0, 1883, 0, 1884, 0, 1885, 0, 1886, |
1863, 1864, 1860, 1885, 1862, 1887, 1888, 1889, 1871, 1872, | | 1873, 0, 1888, 0, 1889, 1881, 1883, 1873, 0, 1893, |
1892, 0, 1893, 1894, 1895, 1872, 1897, 1898, 1899, 1876, | | 1884, 1895, 0, 1896, 1883, 1898, 1875, 1900, 1882, 1883, |
1901, 1882, 1889, 0, 1904, 0, 1905, 1906, 1888, 0, | | 1879, 1904, 1881, 1906, 1907, 1908, 1890, 1891, 1911, 0, |
1908, 1892, 1910, 1892, 1912, 1913, 1914, 1915, 1895, 0, | | 1912, 1913, 1914, 1891, 1916, 1917, 1918, 1895, 1920, 1901, |
1917, 1918, 1919, 1896, 1921, 1922, 1923, 1924, 1925, 1926, | | 1908, 0, 1923, 0, 1924, 1925, 1907, 0, 1927, 1911, |
0, 1927, 1904, 1929, 0, 1930, 1931, 0, 1932, 1933, | | 1929, 1911, 1931, 1932, 1933, 1934, 1935, 1915, 0, 1937, |
1934, 1935, 0, 1936, 1937, 1938, 1920, 1921, 0, 1941, | | 1938, 1939, 1916, 1941, 1942, 1943, 1944, 1945, 1946, 0, |
1942, 1943, 1944, 1933, 1946, 1947, 1948, 1949, 1925, 1951, | | 1947, 1924, 1949, 0, 1950, 1951, 0, 1952, 1953, 1954, |
| | |
0, 1952, 1953, 1954, 1955, 0, 1956, 1957, 0, 1958, | | 1955, 0, 1956, 1957, 1958, 1940, 1941, 0, 1961, 1962, |
0, 1959, 1960, 1961, 0, 1962, 1963, 0, 1964, 0, | | 1963, 1964, 1953, 1966, 1967, 1968, 1969, 0, 1970, 1946, |
1965, 1966, 0, 1967, 1944, 1969, 1970, 1971, 0, 1972, | | 1972, 0, 1973, 1974, 1975, 1976, 0, 1977, 1978, 0, |
1973, 0, 1974, 0, 1975, 0, 1976, 0, 1977, 1978, | | 1979, 0, 1980, 1981, 1982, 0, 1983, 1984, 0, 1985, |
0, 1979, 1980, 0, 1981, 0, 1982, 0, 1983, 1984, | | 0, 1986, 1987, 0, 1988, 1965, 1990, 1991, 1992, 0, |
0, 1985, 0, 1986, 0, 1987, 1988, 1989, 0, 1990, | | 1993, 1994, 0, 1995, 0, 1996, 0, 1997, 0, 1998, |
0, 1991, 1992, 1993, 0, 1994, 0, 1995, 1996, 0, | | 1999, 0, 2000, 2001, 0, 2002, 0, 2003, 0, 2004, |
1997, 0, 1998, 0, 1999, 0, 2000, 2805, 2002, 2004, | | 2005, 0, 2006, 0, 2007, 0, 2008, 2009, 2010, 0, |
2006, 2008, 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018, | | 2011, 0, 2012, 2013, 2014, 0, 2015, 0, 2016, 2017, |
2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, | | 0, 2018, 0, 2019, 0, 2020, 0, 2021, 2828, 2023, |
| | |
2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, | | 2025, 2027, 2029, 2031, 2032, 2034, 2035, 2036, 2037, 2038, |
2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, | | 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, |
2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, | | 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, |
2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, | | 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, |
2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, | | 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, |
2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, | | 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, |
2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2098, 2099, | | 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, |
2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, | | 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, |
2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, | | 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2119, |
2120, 2121, 2122, 2123, 2124, 2125, 2126, 2128, 2129, 2130, | | 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, |
| | |
2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, | | 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, |
2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, | | 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2149, 2150, |
2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, | | 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, |
2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, | | 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, |
2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, | | 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, |
| | |
2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, | | 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, |
2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, | | 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, |
2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, | | 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, |
2301, 2302, 2303, 2304 | | 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, |
| | 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, |
| | 2321, 2322, 2323, 2324, 2325, 2326, 2327 |
| | |
} ; | | } ; |
| | |
static yyconst flex_int16_t yy_def[2775] = | | static yyconst short int yy_def[2798] = |
{ 0, | | { 0, |
2479, 2478, 2480, 2480, 2481, 2481, 2482, 2482, 2478, 2483, | | 2500, 2499, 2501, 2501, 2502, 2502, 2503, 2503, 2499, 2504, |
2478, 2484, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2499, 2505, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2485, 2485, 2485, 2486, | | 2504, 2504, 2504, 2504, 2504, 2504, 2506, 2506, 2506, 2507, |
2486, 2486, 2478, 2478, 2483, 2484, 2478, 2483, 2483, 2483, | | 2507, 2507, 2499, 2499, 2504, 2505, 2499, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2487, 2483, 2488, 2485, 2485, 2485, | | 2504, 2504, 2504, 2504, 2508, 2504, 2509, 2506, 2506, 2506, |
2485, 2486, 2486, 2486, 2486, 2478, 2478, 2489, 2483, 2483, | | 2506, 2507, 2507, 2507, 2507, 2499, 2499, 2510, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2490, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2511, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2491, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2512, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2492, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2513, 2504, 2504, 2504, 2504, |
2483, 2487, 2487, 2483, 2488, 2488, 2485, 2486, 2489, 2489, | | 2504, 2508, 2508, 2504, 2509, 2509, 2506, 2507, 2510, 2510, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2493, 2483, 2483, 2494, 2483, | | 2504, 2504, 2504, 2504, 2504, 2514, 2504, 2504, 2515, 2504, |
2483, 2483, 2483, 2483, 2483, 2495, 2483, 2483, 2496, 2483, | | 2504, 2504, 2504, 2504, 2504, 2516, 2504, 2504, 2517, 2504, |
| | |
2483, 2483, 2483, 2483, 2478, 2483, 2497, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2499, 2504, 2518, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2490, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2511, |
2490, 2483, 2483, 2498, 2483, 2483, 2483, 2483, 2483, 2483, | | 2511, 2504, 2504, 2519, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2478, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2499, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2499, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2520, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2491, 2491, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2512, 2512, 2504, |
2483, 2483, 2483, 2483, 2483, 2500, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2521, 2504, 2504, 2504, 2504, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2492, 2492, 2483, 2483, 2483, 2501, 2502, 2483, 2485, | | 2504, 2513, 2513, 2504, 2504, 2504, 2522, 2523, 2504, 2506, |
2486, 2483, 2483, 2483, 2483, 2483, 2503, 2483, 2483, 2483, | | 2507, 2504, 2504, 2504, 2504, 2504, 2524, 2504, 2504, 2504, |
2483, 2483, 2483, 2504, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2525, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2493, 2493, 2483, 2483, 2494, | | 2504, 2504, 2504, 2504, 2504, 2514, 2514, 2504, 2504, 2515, |
2494, 2483, 2483, 2483, 2483, 2483, 2483, 2495, 2495, 2483, | | 2515, 2504, 2504, 2504, 2504, 2504, 2504, 2516, 2516, 2504, |
2483, 2496, 2496, 2483, 2483, 2483, 2483, 2483, 2483, 2497, | | 2504, 2517, 2517, 2504, 2504, 2504, 2504, 2504, 2504, 2518, |
2497, 2483, 2505, 2483, 2483, 2506, 2483, 2483, 2483, 2483, | | 2518, 2504, 2526, 2504, 2504, 2527, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2498, 2498, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2519, 2519, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2478, 2507, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2499, 2528, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2478, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2499, 2504, |
2508, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2529, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2509, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2530, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2499, 2499, 2483, 2510, 2483, 2483, 2483, 2483, | | 2504, 2504, 2520, 2520, 2504, 2531, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2500, 2500, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2521, 2521, 2504, 2504, 2504, |
2483, 2483, 2511, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2532, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2501, 2501, 2502, 2502, 2483, | | 2504, 2504, 2504, 2504, 2504, 2522, 2522, 2523, 2523, 2504, |
2485, 2486, 2483, 2512, 2483, 2483, 2483, 2503, 2503, 2483, | | 2506, 2507, 2504, 2533, 2504, 2504, 2504, 2524, 2524, 2504, |
| | |
2483, 2483, 2483, 2483, 2483, 2504, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2525, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2505, 2505, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2526, 2526, 2504, 2504, 2504, |
2506, 2506, 2483, 2483, 2483, 2483, 2513, 2483, 2483, 2483, | | 2527, 2527, 2504, 2504, 2504, 2504, 2534, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2514, 2483, 2507, 2507, 2515, 2483, 2483, 2483, | | 2504, 2504, 2535, 2504, 2528, 2528, 2536, 2504, 2504, 2504, |
2516, 2517, 2483, 2483, 2483, 2483, 2483, 2483, 2508, 2508, | | 2537, 2538, 2504, 2504, 2504, 2504, 2504, 2504, 2529, 2529, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
| | |
2483, 2483, 2483, 2483, 2509, 2509, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2530, 2530, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2510, 2510, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2531, 2531, 2504, |
2518, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2519, 2483, | | 2539, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2540, 2504, |
2520, 2483, 2483, 2521, 2483, 2483, 2483, 2483, 2522, 2483, | | 2541, 2504, 2504, 2542, 2504, 2504, 2504, 2504, 2543, 2504, |
2483, 2483, 2523, 2483, 2483, 2511, 2511, 2483, 2483, 2483, | | 2504, 2504, 2544, 2504, 2504, 2532, 2532, 2504, 2504, 2504, |
2483, 2483, 2524, 2483, 2483, 2483, 2483, 2483, 2483, 2525, | | 2504, 2504, 2545, 2504, 2504, 2504, 2504, 2504, 2504, 2546, |
2485, 2486, 2483, 2512, 2512, 2483, 2483, 2483, 2526, 2483, | | 2506, 2507, 2504, 2533, 2533, 2504, 2504, 2504, 2547, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2527, 2483, 2483, 2528, 2483, 2483, 2483, | | 2504, 2504, 2504, 2548, 2504, 2504, 2549, 2504, 2504, 2504, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2529, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2550, 2504, |
2530, 2531, 2483, 2483, 2483, 2483, 2513, 2513, 2483, 2483, | | 2551, 2552, 2504, 2504, 2504, 2504, 2534, 2534, 2504, 2504, |
2483, 2532, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2553, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2514, 2514, 2483, 2515, 2515, 2483, | | 2504, 2504, 2504, 2504, 2535, 2535, 2504, 2536, 2536, 2504, |
2483, 2483, 2516, 2516, 2517, 2517, 2483, 2483, 2483, 2483, | | 2504, 2504, 2537, 2537, 2538, 2538, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2533, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2554, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2518, 2518, 2483, 2483, 2483, 2483, 2534, 2483, 2483, | | 2504, 2539, 2539, 2504, 2504, 2504, 2504, 2555, 2504, 2504, |
| | |
2519, 2519, 2483, 2520, 2520, 2483, 2483, 2521, 2521, 2483, | | 2540, 2540, 2504, 2541, 2541, 2504, 2504, 2542, 2542, 2504, |
2483, 2483, 2483, 2522, 2522, 2483, 2483, 2483, 2523, 2523, | | 2504, 2504, 2504, 2543, 2543, 2504, 2504, 2504, 2544, 2544, |
2483, 2483, 2483, 2535, 2536, 2537, 2483, 2524, 2524, 2483, | | 2504, 2504, 2504, 2556, 2557, 2558, 2504, 2545, 2545, 2504, |
2483, 2483, 2483, 2483, 2538, 2483, 2525, 2525, 2485, 2478, | | 2504, 2504, 2504, 2504, 2559, 2504, 2546, 2546, 2506, 2499, |
2486, 2483, 2483, 2483, 2539, 2526, 2526, 2483, 2483, 2483, | | 2507, 2504, 2504, 2504, 2560, 2547, 2547, 2504, 2504, 2504, |
2483, 2540, 2483, 2483, 2483, 2541, 2483, 2483, 2483, 2483, | | 2504, 2561, 2504, 2504, 2504, 2562, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2527, 2527, 2483, 2483, 2528, 2528, 2483, 2483, 2483, | | 2504, 2504, 2548, 2548, 2504, 2504, 2549, 2549, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2529, 2529, 2542, 2530, 2530, 2531, 2531, | | 2504, 2504, 2504, 2504, 2550, 2550, 2563, 2551, 2551, 2552, |
| | |
2483, 2483, 2483, 2483, 2483, 2543, 2483, 2532, 2532, 2483, | | 2552, 2504, 2504, 2504, 2504, 2504, 2564, 2504, 2553, 2553, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2544, 2483, 2483, 2483, 2483, 2545, 2483, 2483, 2483, 2546, | | 2504, 2565, 2504, 2504, 2504, 2504, 2566, 2504, 2504, 2504, |
2483, 2483, 2483, 2547, 2548, 2549, 2550, 2483, 2483, 2551, | | 2567, 2504, 2504, 2504, 2568, 2569, 2570, 2571, 2504, 2504, |
2483, 2483, 2552, 2553, 2483, 2483, 2483, 2533, 2533, 2554, | | 2572, 2504, 2504, 2573, 2574, 2504, 2504, 2504, 2554, 2554, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2555, 2483, 2483, | | 2575, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2576, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2534, 2534, 2483, 2483, 2556, 2483, 2483, 2483, 2483, 2483, | | 2504, 2555, 2555, 2504, 2504, 2577, 2504, 2504, 2504, 2504, |
| | |
2483, 2557, 2558, 2483, 2483, 2483, 2483, 2535, 2535, 2536, | | 2504, 2504, 2578, 2579, 2504, 2504, 2504, 2504, 2556, 2556, |
2536, 2537, 2537, 2483, 2483, 2483, 2559, 2560, 2483, 2538, | | 2557, 2557, 2558, 2558, 2504, 2504, 2504, 2580, 2581, 2504, |
2538, 2483, 2486, 2478, 2483, 2483, 2483, 2539, 2539, 2483, | | 2559, 2559, 2504, 2507, 2499, 2504, 2504, 2504, 2560, 2560, |
2483, 2483, 2483, 2540, 2540, 2483, 2483, 2483, 2541, 2541, | | 2504, 2504, 2504, 2504, 2561, 2561, 2504, 2504, 2504, 2562, |
2483, 2483, 2483, 2483, 2561, 2483, 2483, 2483, 2483, 2483, | | 2562, 2504, 2504, 2504, 2504, 2582, 2504, 2504, 2504, 2504, |
2483, 2483, 2562, 2483, 2563, 2483, 2564, 2483, 2483, 2483, | | 2504, 2504, 2504, 2583, 2504, 2584, 2504, 2504, 2585, 2504, |
2483, 2483, 2483, 2565, 2483, 2566, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2586, 2504, 2587, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2542, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2542, 2567, 2483, 2483, 2483, 2483, 2543, 2543, 2483, 2483, | | 2504, 2563, 2563, 2588, 2504, 2504, 2504, 2504, 2564, 2564, |
2568, 2483, 2483, 2569, 2483, 2483, 2570, 2571, 2483, 2483, | | 2504, 2504, 2589, 2504, 2504, 2590, 2504, 2504, 2591, 2592, |
| | |
2483, 2483, 2572, 2483, 2483, 2483, 2483, 2573, 2483, 2483, | | 2504, 2504, 2504, 2504, 2593, 2504, 2504, 2504, 2504, 2594, |
2544, 2544, 2574, 2483, 2575, 2483, 2576, 2545, 2545, 2483, | | 2504, 2504, 2565, 2565, 2595, 2504, 2596, 2504, 2597, 2566, |
2483, 2577, 2546, 2546, 2483, 2483, 2483, 2547, 2547, 2548, | | 2566, 2504, 2504, 2598, 2567, 2567, 2504, 2504, 2504, 2568, |
2548, 2549, 2549, 2550, 2550, 2483, 2483, 2551, 2551, 2483, | | 2568, 2569, 2569, 2570, 2570, 2571, 2571, 2504, 2504, 2572, |
2578, 2552, 2552, 2553, 2553, 2483, 2579, 2483, 2554, 2554, | | 2572, 2504, 2599, 2573, 2573, 2574, 2574, 2504, 2600, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2580, 2555, 2555, 2483, | | 2575, 2575, 2504, 2504, 2504, 2504, 2504, 2504, 2601, 2576, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2576, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2581, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2556, 2556, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2602, 2504, 2504, 2577, 2577, 2504, 2504, 2504, 2504, |
| | |
2557, 2557, 2558, 2558, 2483, 2582, 2583, 2483, 2483, 2483, | | 2504, 2504, 2578, 2578, 2579, 2579, 2504, 2603, 2604, 2504, |
2584, 2559, 2559, 2560, 2560, 2483, 2483, 2483, 2483, 2585, | | 2504, 2504, 2605, 2580, 2580, 2581, 2581, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2586, 2483, 2483, 2483, 2483, | | 2504, 2606, 2504, 2504, 2504, 2504, 2504, 2607, 2504, 2504, |
2587, 2561, 2561, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2608, 2582, 2582, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2562, 2562, 2483, 2563, 2563, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2583, 2583, 2504, |
2483, 2564, 2564, 2588, 2589, 2483, 2483, 2483, 2590, 2591, | | 2584, 2584, 2504, 2504, 2585, 2585, 2609, 2610, 2504, 2504, |
2591, 2483, 2592, 2592, 2483, 2593, 2483, 2483, 2483, 2483, | | 2504, 2611, 2612, 2612, 2504, 2613, 2613, 2504, 2614, 2504, |
2483, 2483, 2594, 2483, 2483, 2483, 2483, 2483, 2595, 2595, | | 2504, 2504, 2504, 2504, 2504, 2615, 2504, 2504, 2504, 2504, |
2483, 2596, 2483, 2483, 2483, 2483, 2597, 2478, 2598, 2483, | | 2504, 2616, 2616, 2504, 2617, 2504, 2504, 2504, 2504, 2618, |
2599, 2599, 2483, 2483, 2600, 2600, 2601, 2601, 2483, 2602, | | 2499, 2619, 2504, 2620, 2620, 2504, 2504, 2621, 2621, 2622, |
| | |
2483, 2483, 2603, 2603, 2604, 2483, 2483, 2483, 2605, 2605, | | 2622, 2504, 2623, 2504, 2504, 2624, 2624, 2625, 2504, 2504, |
2483, 2606, 2607, 2607, 2483, 2608, 2608, 2483, 2609, 2609, | | 2504, 2626, 2626, 2504, 2627, 2628, 2628, 2504, 2629, 2629, |
2483, 2483, 2610, 2610, 2611, 2483, 2483, 2612, 2613, 2614, | | 2504, 2630, 2630, 2504, 2504, 2631, 2631, 2632, 2504, 2504, |
2483, 2615, 2615, 2483, 2579, 2579, 2483, 2483, 2483, 2483, | | 2633, 2634, 2635, 2504, 2636, 2636, 2504, 2600, 2600, 2504, |
2483, 2483, 2483, 2580, 2580, 2616, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2601, 2601, 2637, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2581, 2581, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2617, 2483, 2483, 2618, 2483, 2483, 2619, 2582, | | 2504, 2602, 2602, 2504, 2504, 2638, 2504, 2504, 2639, 2504, |
2582, 2583, 2583, 2483, 2483, 2483, 2584, 2584, 2483, 2483, | | 2504, 2640, 2603, 2603, 2604, 2604, 2504, 2504, 2504, 2605, |
| | |
2483, 2620, 2585, 2585, 2483, 2621, 2622, 2483, 2623, 2624, | | 2605, 2504, 2504, 2504, 2641, 2606, 2606, 2504, 2642, 2643, |
2624, 2483, 2483, 2625, 2483, 2626, 2626, 2483, 2483, 2483, | | 2504, 2644, 2645, 2645, 2504, 2504, 2646, 2504, 2647, 2647, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2588, 2588, 2589, 2589, 2483, 2483, 2483, 2590, 2590, | | 2504, 2504, 2504, 2504, 2504, 2609, 2609, 2610, 2610, 2504, |
2483, 2483, 2593, 2593, 2483, 2483, 2483, 2483, 2627, 2483, | | 2504, 2504, 2611, 2611, 2504, 2504, 2614, 2614, 2504, 2504, |
2483, 2594, 2594, 2483, 2483, 2628, 2483, 2483, 2629, 2483, | | 2504, 2504, 2648, 2504, 2504, 2615, 2615, 2504, 2504, 2649, |
2483, 2483, 2483, 2596, 2596, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2650, 2504, 2504, 2504, 2504, 2617, 2617, 2504, |
2483, 2630, 2631, 2598, 2598, 2483, 2483, 2483, 2483, 2602, | | 2504, 2504, 2504, 2504, 2504, 2651, 2652, 2619, 2619, 2504, |
2602, 2483, 2632, 2604, 2604, 2633, 2483, 2483, 2634, 2606, | | 2504, 2504, 2504, 2623, 2623, 2504, 2653, 2625, 2625, 2654, |
2606, 2483, 2483, 2635, 2636, 2611, 2611, 2483, 2637, 2612, | | 2504, 2504, 2655, 2627, 2627, 2504, 2504, 2656, 2657, 2632, |
| | |
2612, 2613, 2613, 2614, 2614, 2483, 2483, 2483, 2483, 2638, | | 2632, 2504, 2658, 2633, 2633, 2634, 2634, 2635, 2635, 2504, |
2483, 2483, 2483, 2483, 2616, 2616, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2659, 2504, 2504, 2504, 2504, 2637, 2637, |
2483, 2639, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2660, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2617, 2617, 2483, 2640, 2618, 2618, 2483, 2641, 2619, 2619, | | 2504, 2504, 2504, 2504, 2638, 2638, 2504, 2661, 2639, 2639, |
2483, 2483, 2642, 2643, 2644, 2483, 2620, 2620, 2483, 2621, | | 2504, 2662, 2640, 2640, 2504, 2504, 2663, 2664, 2665, 2504, |
2621, 2622, 2622, 2483, 2623, 2623, 2483, 2483, 2625, 2625, | | 2641, 2641, 2504, 2642, 2642, 2643, 2643, 2504, 2644, 2644, |
2483, 2483, 2483, 2645, 2483, 2483, 2483, 2646, 2483, 2483, | | 2504, 2504, 2646, 2646, 2504, 2504, 2504, 2666, 2504, 2504, |
2483, 2483, 2483, 2483, 2647, 2483, 2648, 2483, 2483, 2483, | | 2504, 2667, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2668, |
| | |
2649, 2483, 2483, 2650, 2483, 2651, 2483, 2627, 2627, 2483, | | 2504, 2669, 2504, 2504, 2504, 2670, 2504, 2504, 2671, 2504, |
2483, 2483, 2483, 2483, 2628, 2628, 2483, 2483, 2652, 2483, | | 2672, 2504, 2648, 2648, 2504, 2504, 2504, 2504, 2504, 2649, |
2629, 2629, 2483, 2483, 2653, 2483, 2483, 2483, 2654, 2483, | | 2649, 2504, 2504, 2673, 2504, 2650, 2650, 2504, 2504, 2674, |
2483, 2483, 2483, 2483, 2483, 2483, 2630, 2630, 2631, 2631, | | 2504, 2504, 2504, 2675, 2504, 2504, 2504, 2504, 2504, 2504, |
2655, 2483, 2656, 2483, 2657, 2632, 2632, 2633, 2633, 2483, | | 2504, 2651, 2651, 2652, 2652, 2676, 2504, 2677, 2504, 2678, |
2483, 2634, 2634, 2483, 2483, 2635, 2635, 2636, 2636, 2483, | | 2653, 2653, 2654, 2654, 2504, 2504, 2655, 2655, 2504, 2504, |
2637, 2637, 2483, 2483, 2658, 2659, 2638, 2638, 2483, 2483, | | 2656, 2656, 2657, 2657, 2504, 2658, 2658, 2504, 2504, 2679, |
2660, 2483, 2661, 2483, 2662, 2483, 2483, 2483, 2639, 2639, | | 2680, 2659, 2659, 2504, 2504, 2681, 2504, 2682, 2504, 2683, |
2663, 2483, 2483, 2483, 2664, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2660, 2660, 2684, 2504, 2504, 2504, 2685, |
2483, 2483, 2665, 2666, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2686, 2687, 2504, |
| | |
2483, 2483, 2483, 2667, 2483, 2483, 2483, 2483, 2668, 2669, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2688, 2504, |
2669, 2670, 2671, 2671, 2483, 2483, 2642, 2642, 2643, 2643, | | 2504, 2504, 2504, 2689, 2690, 2690, 2691, 2692, 2692, 2504, |
2644, 2644, 2483, 2483, 2483, 2672, 2483, 2483, 2483, 2483, | | 2504, 2663, 2663, 2664, 2664, 2665, 2665, 2504, 2504, 2504, |
2483, 2645, 2645, 2673, 2483, 2674, 2646, 2646, 2483, 2483, | | 2693, 2504, 2504, 2504, 2504, 2504, 2666, 2666, 2694, 2504, |
2483, 2675, 2483, 2676, 2647, 2647, 2483, 2648, 2648, 2677, | | 2695, 2667, 2667, 2504, 2504, 2504, 2696, 2504, 2697, 2504, |
2483, 2483, 2678, 2678, 2483, 2483, 2679, 2483, 2680, 2680, | | 2504, 2668, 2668, 2504, 2669, 2669, 2698, 2504, 2504, 2699, |
2483, 2483, 2681, 2681, 2483, 2483, 2483, 2483, 2682, 2483, | | 2699, 2504, 2504, 2700, 2504, 2701, 2701, 2504, 2504, 2702, |
2483, 2483, 2483, 2483, 2683, 2683, 2483, 2483, 2483, 2483, | | 2702, 2504, 2504, 2504, 2504, 2703, 2504, 2504, 2504, 2504, |
2653, 2653, 2483, 2483, 2483, 2483, 2654, 2654, 2483, 2483, | | 2504, 2704, 2704, 2504, 2504, 2504, 2504, 2674, 2674, 2504, |
2483, 2483, 2483, 2483, 2483, 2655, 2655, 2684, 2656, 2656, | | 2504, 2504, 2504, 2675, 2675, 2504, 2504, 2504, 2504, 2504, |
| | |
2685, 2657, 2657, 2686, 2483, 2483, 2687, 2483, 2483, 2483, | | 2504, 2504, 2676, 2676, 2705, 2677, 2677, 2706, 2678, 2678, |
2658, 2658, 2659, 2659, 2483, 2688, 2660, 2660, 2483, 2661, | | 2707, 2504, 2504, 2708, 2504, 2504, 2504, 2679, 2679, 2680, |
2661, 2483, 2662, 2662, 2483, 2483, 2483, 2663, 2663, 2689, | | 2680, 2504, 2709, 2681, 2681, 2504, 2682, 2682, 2504, 2683, |
2483, 2690, 2664, 2664, 2483, 2483, 2691, 2483, 2483, 2692, | | 2683, 2504, 2504, 2504, 2684, 2684, 2710, 2504, 2711, 2685, |
2483, 2665, 2665, 2666, 2666, 2483, 2483, 2483, 2483, 2483, | | 2685, 2504, 2504, 2712, 2504, 2504, 2713, 2504, 2686, 2686, |
2693, 2483, 2483, 2483, 2667, 2667, 2483, 2483, 2694, 2483, | | 2687, 2687, 2504, 2504, 2504, 2504, 2504, 2714, 2504, 2504, |
2695, 2695, 2670, 2670, 2696, 2483, 2483, 2483, 2483, 2672, | | 2504, 2688, 2688, 2504, 2504, 2715, 2504, 2716, 2716, 2691, |
2672, 2483, 2483, 2697, 2483, 2483, 2673, 2673, 2698, 2674, | | 2691, 2717, 2504, 2504, 2504, 2504, 2693, 2693, 2504, 2504, |
2674, 2483, 2483, 2699, 2675, 2675, 2483, 2676, 2676, 2483, | | 2718, 2504, 2504, 2694, 2694, 2719, 2695, 2695, 2504, 2504, |
2677, 2677, 2483, 2700, 2483, 2483, 2679, 2679, 2483, 2483, | | 2720, 2696, 2696, 2504, 2697, 2697, 2504, 2504, 2504, 2698, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2682, 2682, 2483, 2483, | | 2698, 2504, 2721, 2504, 2504, 2700, 2700, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2703, 2703, 2504, 2504, 2504, |
2701, 2483, 2702, 2703, 2483, 2704, 2483, 2483, 2483, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2722, |
2684, 2684, 2685, 2685, 2686, 2686, 2705, 2483, 2687, 2687, | | 2504, 2723, 2724, 2504, 2725, 2504, 2504, 2504, 2504, 2705, |
2483, 2706, 2483, 2707, 2688, 2688, 2708, 2483, 2483, 2483, | | 2705, 2706, 2706, 2707, 2707, 2726, 2504, 2708, 2708, 2504, |
2709, 2689, 2689, 2483, 2690, 2690, 2483, 2483, 2691, 2691, | | 2727, 2504, 2728, 2709, 2709, 2729, 2504, 2504, 2504, 2730, |
2483, 2483, 2692, 2692, 2483, 2483, 2483, 2483, 2483, 2483, | | 2710, 2710, 2504, 2711, 2711, 2504, 2504, 2712, 2712, 2504, |
2693, 2693, 2483, 2483, 2710, 2483, 2483, 2694, 2694, 2711, | | 2504, 2713, 2713, 2504, 2504, 2504, 2504, 2504, 2504, 2714, |
2696, 2696, 2483, 2483, 2483, 2483, 2712, 2713, 2697, 2697, | | 2714, 2504, 2504, 2731, 2504, 2504, 2715, 2715, 2732, 2717, |
2483, 2714, 2698, 2698, 2715, 2716, 2699, 2699, 2717, 2483, | | 2717, 2504, 2504, 2504, 2504, 2733, 2734, 2718, 2718, 2504, |
| | |
2483, 2700, 2700, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2735, 2719, 2719, 2736, 2737, 2720, 2720, 2738, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2504, 2504, 2721, 2721, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2701, 2701, 2483, 2483, 2702, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2702, 2703, 2703, 2718, 2704, 2704, 2483, 2483, 2719, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2722, 2722, 2504, 2504, |
2705, 2705, 2720, 2483, 2706, 2706, 2721, 2707, 2707, 2708, | | 2723, 2723, 2724, 2724, 2739, 2725, 2725, 2504, 2504, 2740, |
2708, 2483, 2722, 2483, 2709, 2709, 2483, 2483, 2483, 2723, | | 2504, 2726, 2726, 2741, 2504, 2727, 2727, 2742, 2728, 2728, |
2724, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2710, | | 2729, 2729, 2504, 2743, 2504, 2730, 2730, 2504, 2504, 2504, |
2710, 2483, 2483, 2711, 2711, 2483, 2483, 2483, 2725, 2712, | | 2744, 2745, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2712, 2713, 2713, 2726, 2714, 2714, 2715, 2715, 2716, 2716, | | 2731, 2731, 2504, 2504, 2732, 2732, 2504, 2504, 2504, 2746, |
2717, 2717, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2733, 2733, 2734, 2734, 2747, 2735, 2735, 2736, 2736, 2737, |
| | |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2737, 2738, 2738, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2718, 2718, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2727, 2719, 2719, 2483, 2720, 2720, 2483, 2721, 2721, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2728, 2722, 2722, 2729, 2483, 2483, 2483, 2723, 2723, 2724, | | 2504, 2739, 2739, 2504, 2748, 2740, 2740, 2504, 2741, 2741, |
2724, 2483, 2730, 2731, 2732, 2733, 2483, 2734, 2735, 2483, | | 2504, 2742, 2742, 2749, 2743, 2743, 2750, 2504, 2504, 2504, |
2483, 2483, 2736, 2483, 2725, 2725, 2726, 2726, 2483, 2483, | | 2744, 2744, 2745, 2745, 2504, 2751, 2752, 2753, 2754, 2504, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, | | 2755, 2756, 2504, 2504, 2504, 2757, 2504, 2746, 2746, 2747, |
2483, 2483, 2483, 2737, 2483, 2483, 2483, 2483, 2483, 2483, | | 2747, 2504, 2758, 2504, 2504, 2504, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2483, 2738, 2727, 2727, 2739, 2483, 2728, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2759, 2504, |
2728, 2729, 2729, 2483, 2740, 2483, 2483, 2730, 2730, 2731, | | 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2504, 2760, |
| | |
2731, 2732, 2732, 2733, 2733, 2483, 2734, 2734, 2735, 2735, | | 2748, 2748, 2761, 2504, 2749, 2749, 2750, 2750, 2504, 2762, |
2483, 2483, 2483, 2736, 2736, 2483, 2483, 2741, 2483, 2483, | | 2504, 2504, 2751, 2751, 2752, 2752, 2753, 2753, 2754, 2754, |
2483, 2483, 2483, 2483, 2483, 2483, 2483, 2742, 2483, 2483, | | 2504, 2755, 2755, 2756, 2756, 2504, 2504, 2504, 2757, 2757, |
2743, 2737, 2737, 2483, 2744, 2483, 2483, 2483, 2745, 2483, | | 2504, 2504, 2758, 2758, 2504, 2763, 2504, 2504, 2504, 2504, |
2483, 2483, 2483, 2738, 2738, 2739, 2739, 2746, 2483, 2740, | | 2504, 2504, 2504, 2504, 2504, 2764, 2504, 2504, 2765, 2759, |
2740, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2483, 2741, | | 2759, 2504, 2766, 2504, 2504, 2504, 2767, 2504, 2504, 2504, |
2741, 2483, 2747, 2483, 2483, 2483, 2748, 2483, 2749, 2750, | | 2504, 2760, 2760, 2761, 2761, 2768, 2504, 2762, 2762, 2504, |
2742, 2742, 2483, 2483, 2743, 2743, 2751, 2744, 2744, 2483, | | 2504, 2504, 2504, 2504, 2504, 2504, 2769, 2504, 2763, 2763, |
2752, 2753, 2745, 2745, 2483, 2754, 2483, 2483, 2746, 2746, | | 2504, 2770, 2504, 2504, 2504, 2771, 2504, 2772, 2773, 2764, |
2483, 2483, 2755, 2483, 2756, 2757, 2758, 2759, 2483, 2760, | | 2764, 2504, 2504, 2765, 2765, 2774, 2766, 2766, 2504, 2775, |
| | |
2747, 2747, 2483, 2761, 2762, 2748, 2748, 2763, 2749, 2749, | | 2776, 2767, 2767, 2504, 2777, 2504, 2504, 2768, 2768, 2504, |
2750, 2750, 2483, 2764, 2751, 2751, 2765, 2752, 2752, 2753, | | 2504, 2778, 2504, 2779, 2780, 2781, 2782, 2769, 2769, 2504, |
2753, 2766, 2754, 2754, 2483, 2483, 2767, 2768, 2755, 2755, | | 2783, 2770, 2770, 2504, 2784, 2785, 2771, 2771, 2786, 2772, |
2483, 2756, 2756, 2757, 2757, 2758, 2758, 2759, 2759, 2483, | | 2772, 2773, 2773, 2504, 2787, 2774, 2774, 2788, 2775, 2775, |
2760, 2760, 2769, 2761, 2761, 2762, 2762, 2763, 2763, 2770, | | 2776, 2776, 2789, 2777, 2777, 2504, 2504, 2790, 2791, 2778, |
2764, 2764, 2765, 2765, 2766, 2766, 2483, 2771, 2767, 2767, | | 2778, 2504, 2779, 2779, 2780, 2780, 2781, 2781, 2782, 2782, |
2768, 2768, 2772, 2773, 2769, 2769, 2770, 2770, 2774, 2771, | | 2504, 2783, 2783, 2792, 2784, 2784, 2785, 2785, 2786, 2786, |
2771, 2772, 2772, 2773, 2773, 2774, 2774, 0, 2478, 2478, | | 2793, 2787, 2787, 2788, 2788, 2789, 2789, 2504, 2794, 2790, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2790, 2791, 2791, 2795, 2796, 2792, 2792, 2793, 2793, 2797, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2794, 2794, 2795, 2795, 2796, 2796, 2797, 2797, 0, 2499, |
| | |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
2478, 2478, 2478, 2478 | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499, 2499, 2499, 2499, 2499, 2499, 2499 |
| | |
} ; | | } ; |
| | |
static yyconst flex_int16_t yy_nxt[2839] = | | static yyconst short int yy_nxt[2862] = |
{ 0, | | { 0, |
2478, 48, 11, 12, 49, 13, 10, 10, 11, 12, | | 2499, 48, 11, 12, 49, 13, 10, 10, 11, 12, |
10, 13, 10, 14, 15, 16, 17, 18, 19, 20, | | 10, 13, 10, 14, 15, 16, 17, 18, 19, 20, |
21, 22, 10, 23, 24, 25, 26, 27, 28, 10, | | 21, 22, 10, 23, 24, 25, 26, 27, 28, 10, |
29, 30, 31, 32, 33, 34, 35, 36, 10, 11, | | 29, 30, 31, 32, 33, 34, 35, 36, 10, 11, |
| | |
934, 935, 936, 938, 939, 940, 932, 941, 942, 765, | | 934, 935, 936, 938, 939, 940, 932, 941, 942, 765, |
943, 944, 945, 947, 948, 949, 950, 951, 952, 953, | | 943, 944, 945, 947, 948, 949, 950, 951, 952, 953, |
954, 955, 956, 957, 958, 959, 960, 961, 962, 963, | | 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, |
964, 965, 966, 967, 968, 969, 970, 971, 973, 974, | | 964, 965, 966, 967, 969, 970, 971, 972, 974, 975, |
975, 977, 978, 979, 980, 981, 982, 983, 985, 986, | | 976, 978, 979, 980, 981, 982, 983, 984, 986, 987, |
988, 984, 989, 991, 992, 995, 996, 998, 1000, 1001, | | 989, 985, 968, 990, 992, 993, 996, 997, 999, 1001, |
| | |
1002, 1003, 987, 993, 1004, 818, 1005, 1006, 1007, 1009, | | 1002, 1003, 988, 1004, 994, 1005, 818, 1006, 1007, 1008, |
1010, 990, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, | | 1010, 1011, 991, 1012, 1013, 1014, 1015, 1016, 1017, 1018, |
1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, | | 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, |
1029, 1030, 1031, 846, 1032, 849, 1033, 1034, 1035, 854, | | 1029, 1030, 1031, 1032, 846, 1033, 849, 1034, 1035, 1036, |
856, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, | | 854, 856, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, |
1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, | | 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, |
1055, 1056, 1057, 1059, 1060, 1061, 1062, 1063, 1064, 1065, | | 1055, 1056, 1057, 1058, 1060, 1061, 1062, 1063, 1064, 1065, |
1066, 1067, 1068, 1069, 1070, 1071, 893, 1072, 1073, 1090, | | 1066, 1067, 1068, 1069, 1070, 1071, 1072, 893, 1073, 1074, |
1092, 1093, 1094, 902, 1095, 905, 1096, 1074, 1075, 1076, | | 1091, 1093, 1094, 1095, 902, 1096, 905, 1097, 1075, 1076, |
1077, 1078, 1079, 1080, 1081, 1082, 1083, 1097, 909, 1084, | | 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1098, 909, |
| | |
1085, 1098, 1099, 1086, 1100, 1101, 1087, 1088, 915, 1102, | | 1085, 1086, 1099, 1100, 1087, 1101, 1102, 1088, 1089, 915, |
1089, 1103, 1104, 920, 1105, 1106, 1107, 1109, 1111, 1113, | | 1103, 1090, 1104, 1105, 920, 1106, 1107, 1108, 1110, 1112, |
1114, 929, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 938, | | 1114, 1115, 929, 1116, 1117, 1118, 1119, 1120, 1122, 1123, |
939, 940, 1123, 1124, 1125, 1126, 1127, 1129, 947, 1130, | | 938, 939, 940, 1124, 1125, 1126, 1127, 1128, 1130, 947, |
1131, 1132, 1133, 1135, 1136, 1137, 1138, 1140, 1141, 1142, | | 1131, 1132, 1133, 1134, 1136, 1137, 1138, 1139, 1141, 1142, |
1143, 1144, 1145, 1146, 1147, 1148, 1153, 1154, 1155, 1156, | | 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1154, 1155, 1156, |
1157, 1149, 1158, 1159, 1160, 973, 1161, 1162, 977, 1163, | | 1157, 1158, 1150, 1159, 1160, 1161, 1162, 974, 1163, 1164, |
1164, 1150, 1151, 1166, 1167, 1165, 1152, 1168, 1169, 1170, | | 978, 1165, 1151, 1152, 1166, 1168, 1169, 1153, 1170, 1167, |
1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 995, | | 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, |
1181, 998, 1000, 1182, 1183, 1184, 1185, 1186, 1188, 1189, | | 1181, 996, 1183, 999, 1001, 1184, 1185, 1186, 1187, 1188, |
| | |
1009, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, | | 1190, 1191, 1010, 1192, 1193, 1194, 1195, 1196, 1197, 1198, |
1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, | | 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, |
1209, 1210, 1212, 1213, 1214, 1215, 1217, 1219, 1220, 1221, | | 1209, 1210, 1211, 1212, 1214, 1215, 1216, 1217, 1219, 1221, |
1222, 1224, 1225, 1226, 1227, 1229, 1231, 1233, 1235, 1236, | | 1222, 1223, 1224, 1226, 1227, 1228, 1229, 1231, 1233, 1235, |
1237, 1239, 1240, 1241, 1216, 1243, 1245, 1246, 1247, 1248, | | 1237, 1238, 1239, 1241, 1242, 1243, 1218, 1245, 1247, 1248, |
1059, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1259, | | 1249, 1250, 1060, 1252, 1253, 1254, 1255, 1256, 1257, 1258, |
1260, 1261, 1262, 1263, 1264, 1266, 1267, 1268, 1269, 1275, | | 1259, 1261, 1262, 1263, 1264, 1265, 1266, 1268, 1269, 1270, |
1265, 1278, 1272, 1276, 1280, 1270, 1273, 1277, 1279, 1281, | | 1271, 1277, 1267, 1280, 1274, 1278, 1282, 1272, 1275, 1279, |
1282, 1283, 1271, 1284, 1287, 1274, 1288, 1289, 1290, 1092, | | 1281, 1283, 1284, 1285, 1273, 1286, 1289, 1276, 1290, 1291, |
1285, 1291, 1292, 1294, 1295, 1296, 1297, 1286, 1298, 1299, | | 1292, 1093, 1287, 1293, 1294, 1296, 1297, 1298, 1299, 1288, |
| | |
1300, 1302, 1304, 1305, 1306, 1307, 1308, 1109, 1111, 1113, | | 1300, 1301, 1302, 1304, 1306, 1307, 1308, 1309, 1310, 1110, |
1309, 1310, 1311, 1313, 1315, 1316, 1121, 1317, 1123, 1124, | | 1112, 1114, 1311, 1312, 1313, 1315, 1317, 1318, 1122, 1319, |
1318, 1319, 1320, 1129, 1321, 1322, 1323, 1324, 1135, 1325, | | 1124, 1125, 1320, 1321, 1322, 1130, 1323, 1324, 1325, 1326, |
1326, 1327, 1140, 1328, 1329, 1330, 1331, 1333, 1334, 1335, | | 1136, 1327, 1328, 1329, 1141, 1330, 1331, 1332, 1333, 1335, |
1336, 1337, 1338, 1341, 1347, 1344, 1348, 1350, 1342, 1345, | | 1336, 1337, 1338, 1339, 1340, 1343, 1349, 1346, 1350, 1352, |
1339, 1343, 1351, 1353, 1354, 1355, 1340, 1356, 1357, 1358, | | 1344, 1347, 1341, 1345, 1353, 1354, 1356, 1357, 1342, 1358, |
1359, 1361, 1362, 1364, 1365, 1366, 1367, 1368, 1369, 1370, | | 1359, 1360, 1361, 1362, 1364, 1365, 1367, 1368, 1369, 1370, |
1371, 1372, 1373, 1375, 1376, 1377, 1378, 1374, 1181, 1380, | | 1371, 1372, 1373, 1374, 1375, 1376, 1378, 1379, 1380, 1381, |
1381, 1382, 1383, 1384, 1188, 1385, 1386, 1388, 1389, 1390, | | 1377, 1183, 1383, 1384, 1385, 1386, 1387, 1190, 1388, 1389, |
1392, 1393, 1394, 1396, 1398, 1399, 1400, 1401, 1402, 1404, | | 1391, 1392, 1393, 1395, 1396, 1397, 1399, 1401, 1402, 1403, |
| | |
1405, 1406, 1407, 1408, 1410, 1411, 1412, 1212, 1414, 1415, | | 1404, 1405, 1407, 1408, 1409, 1410, 1411, 1413, 1414, 1415, |
1417, 1418, 1420, 1219, 1421, 1422, 1424, 1224, 1425, 1427, | | 1214, 1417, 1418, 1420, 1421, 1423, 1221, 1424, 1425, 1427, |
1428, 1229, 1231, 1426, 1233, 1235, 1429, 1430, 1239, 1431, | | 1226, 1428, 1430, 1431, 1231, 1233, 1429, 1235, 1237, 1432, |
1433, 1243, 1245, 1434, 1436, 1437, 1250, 1438, 1439, 1440, | | 1433, 1241, 1434, 1436, 1245, 1247, 1437, 1439, 1440, 1252, |
1441, 1442, 1443, 1445, 1259, 1446, 1447, 1448, 1449, 1450, | | 1441, 1442, 1443, 1444, 1445, 1446, 1448, 1261, 1449, 1450, |
1451, 1452, 1453, 1454, 1455, 1456, 1457, 1460, 1458, 1462, | | 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, |
1463, 1464, 1465, 1466, 1467, 1459, 1468, 1469, 1470, 1471, | | 1463, 1461, 1465, 1466, 1467, 1468, 1469, 1470, 1462, 1471, |
1472, 1473, 1461, 1474, 1475, 1476, 1477, 1478, 1480, 1481, | | 1472, 1473, 1474, 1475, 1476, 1464, 1477, 1478, 1479, 1480, |
1482, 1294, 1483, 1484, 1485, 1486, 1487, 1488, 1302, 1304, | | 1481, 1483, 1484, 1485, 1296, 1486, 1487, 1488, 1489, 1490, |
1489, 1491, 1493, 1494, 1495, 1496, 1498, 1313, 1315, 1499, | | 1491, 1304, 1306, 1492, 1494, 1496, 1497, 1498, 1499, 1501, |
| | |
1500, 1501, 1502, 1504, 1505, 1506, 1507, 1508, 1509, 1511, | | 1315, 1317, 1502, 1503, 1504, 1505, 1507, 1508, 1509, 1510, |
1512, 1513, 1514, 1515, 1517, 1333, 1518, 1519, 1520, 1521, | | 1511, 1512, 1514, 1515, 1516, 1517, 1518, 1520, 1335, 1521, |
1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1347, 1530, | | 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, |
1350, 1531, 1353, 1533, 1535, 1536, 1537, 1538, 1540, 1361, | | 1532, 1349, 1533, 1352, 1534, 1535, 1356, 1537, 1539, 1540, |
1541, 1364, 1542, 1544, 1545, 1546, 1547, 1548, 1549, 1551, | | 1541, 1542, 1544, 1364, 1545, 1367, 1546, 1548, 1549, 1550, |
1553, 1554, 1555, 1550, 1556, 1558, 1559, 1562, 1380, 1557, | | 1551, 1552, 1553, 1555, 1557, 1558, 1559, 1554, 1560, 1562, |
1563, 1560, 1565, 1566, 1572, 1573, 1388, 1575, 1576, 1392, | | 1563, 1566, 1383, 1561, 1567, 1564, 1569, 1570, 1576, 1577, |
1577, 1578, 1396, 1398, 1579, 1581, 1582, 1583, 1404, 1561, | | 1391, 1579, 1580, 1395, 1581, 1582, 1399, 1401, 1583, 1585, |
1567, 1585, 1586, 1587, 1588, 1410, 1568, 1589, 1591, 1414, | | 1586, 1587, 1407, 1565, 1571, 1589, 1590, 1591, 1592, 1413, |
1592, 1417, 1593, 1420, 1594, 1595, 1569, 1570, 1424, 1597, | | 1572, 1593, 1595, 1417, 1596, 1420, 1597, 1423, 1598, 1599, |
| | |
1598, 1571, 1599, 1601, 1603, 1605, 1606, 1433, 1607, 1436, | | 1573, 1574, 1427, 1601, 1602, 1575, 1603, 1605, 1607, 1609, |
1608, 1609, 1610, 1611, 1612, 1613, 1614, 1445, 1616, 1617, | | 1610, 1436, 1611, 1439, 1612, 1613, 1614, 1615, 1616, 1617, |
1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, | | 1618, 1448, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, |
1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, | | 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, |
1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, | | 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, |
1648, 1480, 1649, 1650, 1652, 1653, 1654, 1656, 1657, 1658, | | 1648, 1649, 1650, 1651, 1652, 1483, 1653, 1654, 1656, 1657, |
1660, 1491, 1493, 1661, 1662, 1663, 1498, 1664, 1665, 1666, | | 1658, 1660, 1661, 1662, 1664, 1494, 1496, 1665, 1666, 1667, |
1668, 1504, 1669, 1671, 1673, 1674, 1676, 1511, 1677, 1678, | | 1501, 1668, 1669, 1670, 1672, 1507, 1673, 1675, 1677, 1678, |
1680, 1681, 1517, 1682, 1683, 1684, 1685, 1686, 1687, 1688, | | 1680, 1514, 1681, 1682, 1684, 1685, 1520, 1686, 1687, 1688, |
1689, 1690, 1691, 1692, 1693, 1694, 1695, 1533, 1535, 1696, | | 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, |
| | |
1697, 1698, 1540, 1699, 1700, 1544, 1701, 1703, 1704, 1706, | | 1699, 1700, 1537, 1539, 1701, 1702, 1703, 1544, 1704, 1705, |
1709, 1702, 1712, 1705, 1707, 1710, 1711, 1553, 1713, 1714, | | 1548, 1706, 1708, 1709, 1711, 1714, 1707, 1717, 1710, 1712, |
1716, 1717, 1718, 1719, 1722, 1723, 1724, 1725, 1720, 1727, | | 1715, 1716, 1557, 1718, 1719, 1721, 1722, 1723, 1724, 1727, |
1728, 1565, 1726, 1729, 1730, 1731, 1732, 1733, 1735, 1738, | | 1728, 1729, 1730, 1725, 1732, 1733, 1569, 1731, 1734, 1735, |
1740, 1575, 1736, 1741, 1742, 1734, 1743, 1744, 1581, 1745, | | 1736, 1737, 1738, 1740, 1743, 1745, 1579, 1741, 1746, 1747, |
1747, 1585, 1749, 1750, 1751, 1753, 1591, 1754, 1755, 1757, | | 1739, 1748, 1749, 1585, 1750, 1752, 1589, 1754, 1755, 1756, |
1759, 1597, 1760, 1762, 1601, 1603, 1605, 1763, 1764, 1765, | | 1758, 1595, 1759, 1760, 1762, 1764, 1601, 1765, 1767, 1605, |
1766, 1768, 1769, 1770, 1771, 1772, 1616, 1773, 1775, 1776, | | 1607, 1609, 1768, 1769, 1770, 1771, 1773, 1774, 1775, 1776, |
1777, 1778, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, | | 1777, 1620, 1778, 1780, 1781, 1782, 1783, 1785, 1786, 1787, |
1788, 1789, 1790, 1791, 1792, 1774, 1793, 1794, 1795, 1796, | | 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, |
| | |
1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, | | 1779, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, |
1807, 1808, 1652, 1809, 1811, 1656, 1812, 1814, 1660, 1815, | | 1807, 1808, 1809, 1810, 1811, 1812, 1813, 1656, 1814, 1816, |
1816, 1818, 1820, 1822, 1823, 1668, 1824, 1825, 1671, 1673, | | 1660, 1817, 1819, 1664, 1820, 1821, 1823, 1825, 1827, 1828, |
1826, 1676, 1827, 1828, 1680, 1829, 1830, 1831, 1833, 1834, | | 1672, 1829, 1830, 1675, 1677, 1831, 1680, 1832, 1833, 1684, |
1835, 1836, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1846, | | 1834, 1835, 1836, 1838, 1839, 1840, 1841, 1843, 1844, 1845, |
1847, 1849, 1850, 1851, 1852, 1854, 1855, 1856, 1857, 1860, | | 1846, 1847, 1848, 1849, 1850, 1851, 1853, 1854, 1856, 1857, |
1861, 1862, 1864, 1858, 1865, 1866, 1709, 1867, 1868, 1869, | | 1858, 1859, 1861, 1862, 1863, 1864, 1867, 1868, 1869, 1871, |
1871, 1872, 1716, 1873, 1870, 1874, 1876, 1877, 1878, 1722, | | 1865, 1872, 1873, 1714, 1874, 1875, 1876, 1878, 1879, 1721, |
1879, 1880, 1882, 1883, 1884, 1885, 1886, 1888, 1889, 1890, | | 1880, 1877, 1881, 1883, 1884, 1885, 1727, 1886, 1887, 1889, |
1891, 1892, 1893, 1894, 1895, 1738, 1740, 1897, 1898, 1900, | | 1890, 1891, 1892, 1893, 1895, 1896, 1897, 1898, 1899, 1900, |
| | |
1901, 1903, 1747, 1749, 1904, 1905, 1753, 1906, 1907, 1757, | | 1901, 1902, 1743, 1745, 1904, 1905, 1907, 1908, 1910, 1752, |
1759, 1908, 1762, 1909, 1910, 1912, 1914, 1768, 1915, 1916, | | 1754, 1911, 1912, 1758, 1913, 1914, 1762, 1764, 1915, 1767, |
1918, 1919, 1921, 1922, 1924, 1925, 1926, 1927, 1780, 1929, | | 1916, 1917, 1919, 1921, 1773, 1922, 1923, 1925, 1926, 1928, |
1930, 1931, 1932, 1934, 1935, 1936, 1937, 1938, 1939, 1940, | | 1929, 1931, 1932, 1933, 1934, 1785, 1936, 1937, 1938, 1939, |
1941, 1943, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, | | 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1950, 1952, |
1953, 1954, 1956, 1957, 1958, 1959, 1960, 1962, 1811, 1964, | | 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1963, |
1814, 1965, 1966, 1818, 1820, 1822, 1967, 1968, 1969, 1971, | | 1964, 1965, 1966, 1967, 1969, 1816, 1971, 1819, 1972, 1973, |
1972, 1973, 1974, 1975, 1976, 1833, 1978, 1979, 1981, 1838, | | 1823, 1825, 1827, 1974, 1975, 1976, 1978, 1979, 1980, 1981, |
1982, 1983, 1984, 1986, 1987, 1989, 1846, 1990, 1849, 1992, | | 1982, 1983, 1838, 1985, 1986, 1988, 1843, 1989, 1990, 1991, |
1993, 1994, 1854, 1995, 1996, 1998, 1999, 2000, 1860, 2001, | | 1993, 1994, 1996, 1997, 1998, 1853, 1999, 1856, 2001, 2002, |
| | |
2002, 1864, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, | | 2003, 1861, 2004, 2005, 2007, 2008, 2009, 1867, 2010, 2011, |
2012, 2013, 2014, 1876, 2015, 2016, 2017, 2018, 1882, 2019, | | 1871, 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021, |
2020, 2021, 2023, 1888, 2024, 2025, 2022, 2026, 2027, 2028, | | 2022, 2023, 1883, 2024, 2025, 2026, 2027, 1889, 2028, 2029, |
2029, 2030, 1897, 2032, 1900, 2034, 1903, 2036, 2037, 2038, | | 2030, 2032, 1895, 2033, 2034, 2031, 2035, 2036, 2037, 2038, |
2040, 2041, 2042, 2043, 1912, 1914, 2044, 2046, 1918, 2047, | | 2039, 1904, 2041, 1907, 2043, 1910, 2045, 2046, 2047, 2049, |
1921, 2048, 1924, 2049, 2050, 2051, 1929, 2053, 2054, 2056, | | 2050, 2051, 2052, 1919, 1921, 2053, 2055, 1925, 2056, 1928, |
1934, 2057, 2058, 2060, 2061, 2062, 2064, 2065, 1943, 1945, | | 2057, 1931, 2058, 2059, 2060, 1936, 2062, 2063, 2065, 1941, |
2066, 2067, 2068, 2069, 2070, 2072, 2073, 2074, 2075, 1956, | | 2066, 2067, 2069, 2070, 2071, 2073, 2074, 1950, 1952, 2075, |
2076, 2077, 2079, 2080, 1962, 1964, 2082, 2083, 2084, 2085, | | 2076, 2077, 2078, 2079, 2081, 2082, 2083, 2084, 1963, 2085, |
2086, 1971, 2087, 2088, 2090, 2091, 2092, 1978, 2094, 1981, | | 2086, 2088, 2089, 1969, 1971, 2091, 2092, 2093, 2094, 2095, |
| | |
2095, 2096, 2098, 1986, 2099, 1989, 2100, 1992, 2101, 2103, | | 1978, 2096, 2097, 2099, 2100, 2101, 1985, 2103, 1988, 2104, |
2104, 2105, 1998, 2106, 2107, 2108, 2109, 2110, 2111, 2112, | | 2105, 2107, 1993, 2108, 1996, 2109, 2110, 2111, 2001, 2112, |
2113, 2008, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, | | 2114, 2115, 2116, 2007, 2117, 2118, 2119, 2120, 2121, 2122, |
2122, 2123, 2124, 2125, 2127, 2128, 2129, 2131, 2133, 2134, | | 2123, 2124, 2017, 2125, 2126, 2127, 2128, 2129, 2130, 2131, |
2136, 2137, 2138, 2139, 2140, 2032, 2034, 2036, 2142, 2143, | | 2132, 2133, 2134, 2135, 2136, 2138, 2139, 2140, 2142, 2144, |
2040, 2144, 2146, 2147, 2149, 2046, 2151, 2152, 2153, 2154, | | 2145, 2147, 2148, 2149, 2150, 2151, 2041, 2043, 2045, 2153, |
2156, 2053, 2157, 2056, 2158, 2159, 2060, 2160, 2161, 2064, | | 2154, 2049, 2155, 2157, 2158, 2160, 2055, 2162, 2163, 2164, |
2162, 2163, 2164, 2165, 2166, 2167, 2072, 2168, 2169, 2171, | | 2165, 2167, 2062, 2168, 2065, 2169, 2170, 2069, 2171, 2172, |
2172, 2173, 2079, 2175, 2082, 2176, 2177, 2178, 2179, 2181, | | 2073, 2173, 2174, 2175, 2176, 2177, 2178, 2081, 2179, 2180, |
2183, 2090, 2184, 2186, 2094, 2188, 2190, 2098, 2192, 2193, | | 2182, 2183, 2184, 2088, 2186, 2091, 2187, 2188, 2189, 2190, |
| | |
2194, 2103, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, | | 2192, 2194, 2099, 2195, 2197, 2103, 2199, 2201, 2107, 2203, |
2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, | | 2204, 2205, 2206, 2207, 2114, 2208, 2209, 2210, 2211, 2212, |
2213, 2214, 2215, 2216, 2127, 2217, 2218, 2131, 2133, 2220, | | 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, |
2136, 2221, 2222, 2224, 2225, 2142, 2227, 2228, 2146, 2230, | | 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2138, 2230, 2231, |
2149, 2151, 2231, 2233, 2234, 2156, 2235, 2236, 2237, 2239, | | 2142, 2144, 2233, 2147, 2234, 2235, 2237, 2238, 2153, 2240, |
2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2171, | | 2241, 2157, 2243, 2160, 2162, 2244, 2246, 2247, 2167, 2248, |
2250, 2251, 2175, 2252, 2253, 2254, 2256, 2181, 2183, 2258, | | 2249, 2250, 2252, 2254, 2255, 2256, 2257, 2258, 2259, 2260, |
2186, 2188, 2190, 2192, 2259, 2260, 2261, 2262, 2263, 2264, | | 2261, 2262, 2182, 2263, 2264, 2186, 2265, 2266, 2267, 2269, |
2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, | | 2192, 2194, 2271, 2197, 2199, 2201, 2203, 2272, 2273, 2274, |
2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, | | 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, |
| | |
2220, 2285, 2287, 2224, 2288, 2227, 2289, 2230, 2291, 2233, | | 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, |
2293, 2294, 2295, 2296, 2239, 2241, 2297, 2299, 2301, 2303, | | 2295, 2296, 2297, 2298, 2299, 2233, 2300, 2302, 2237, 2303, |
2305, 2306, 2308, 2310, 2311, 2312, 2313, 2315, 2316, 2256, | | 2240, 2304, 2243, 2306, 2246, 2308, 2309, 2310, 2311, 2252, |
2258, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, | | 2254, 2312, 2314, 2316, 2318, 2320, 2321, 2323, 2325, 2326, |
2326, 2327, 2328, 2329, 2330, 2331, 2333, 2334, 2335, 2336, | | 2327, 2328, 2330, 2331, 2269, 2271, 2332, 2334, 2335, 2336, |
2337, 2338, 2339, 2340, 2341, 2342, 2343, 2345, 2287, 2347, | | 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, |
2348, 2291, 2293, 2349, 2351, 2352, 2353, 2299, 2301, 2303, | | 2347, 2348, 2349, 2351, 2352, 2353, 2354, 2355, 2356, 2357, |
2305, 2354, 2308, 2310, 2355, 2356, 2357, 2315, 2358, 2359, | | 2358, 2359, 2360, 2361, 2363, 2302, 2365, 2366, 2306, 2308, |
2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, | | 2367, 2369, 2370, 2371, 2314, 2316, 2318, 2320, 2372, 2323, |
2372, 2373, 2374, 2376, 2333, 2377, 2379, 2380, 2381, 2382, | | 2325, 2373, 2374, 2375, 2330, 2376, 2377, 2334, 2378, 2380, |
| | |
2384, 2385, 2386, 2387, 2388, 2345, 2347, 2390, 2391, 2351, | | 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2391, |
2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2361, 2400, | | 2392, 2393, 2395, 2351, 2396, 2398, 2399, 2400, 2401, 2403, |
2402, 2403, 2404, 2405, 2407, 2408, 2410, 2412, 2372, 2413, | | 2404, 2405, 2406, 2407, 2363, 2365, 2409, 2410, 2369, 2411, |
2414, 2376, 2416, 2379, 2417, 2419, 2421, 2384, 2422, 2424, | | 2412, 2413, 2414, 2415, 2416, 2417, 2419, 2420, 2380, 2421, |
2425, 2426, 2390, 2427, 2428, 2430, 2431, 2433, 2435, 2437, | | 2423, 2424, 2425, 2426, 2428, 2429, 2431, 2433, 2391, 2434, |
2439, 2440, 2442, 2402, 2443, 2445, 2447, 2407, 2449, 2410, | | 2435, 2395, 2437, 2398, 2438, 2440, 2442, 2403, 2443, 2445, |
2412, 2450, 2452, 2416, 2454, 2419, 2421, 2456, 2424, 2457, | | 2446, 2447, 2409, 2448, 2449, 2451, 2452, 2454, 2456, 2458, |
2458, 2460, 2462, 2430, 2463, 2433, 2435, 2437, 2439, 2464, | | 2460, 2419, 2461, 2463, 2423, 2464, 2466, 2468, 2428, 2470, |
2442, 2466, 2445, 2447, 2449, 2468, 2452, 2454, 2456, 2469, | | 2431, 2433, 2471, 2473, 2437, 2475, 2440, 2442, 2477, 2445, |
2471, 2460, 2462, 2473, 2475, 2466, 2468, 2477, 2471, 2473, | | 2478, 2479, 2481, 2483, 2451, 2484, 2454, 2456, 2458, 2460, |
| | |
2475, 2477, 10, 10, 37, 37, 40, 40, 43, 43, | | 2485, 2463, 2487, 2466, 2468, 2470, 2489, 2473, 2475, 2477, |
45, 46, 46, 138, 142, 262, 265, 269, 320, 388, | | 2490, 2492, 2481, 2483, 2494, 2496, 2487, 2489, 2498, 2492, |
412, 446, 450, 458, 462, 470, 486, 543, 566, 586, | | 2494, 2496, 2498, 10, 10, 37, 37, 40, 40, 43, |
588, 598, 606, 636, 641, 675, 689, 705, 718, 746, | | 43, 45, 46, 46, 138, 142, 262, 265, 269, 320, |
764, 817, 845, 848, 853, 855, 892, 901, 904, 908, | | 388, 412, 446, 450, 458, 462, 470, 486, 543, 566, |
914, 919, 928, 937, 946, 972, 976, 994, 997, 999, | | 586, 588, 598, 606, 636, 641, 675, 689, 705, 718, |
1008, 1058, 1091, 1108, 1110, 1112, 1120, 1128, 1134, 1139, | | 746, 764, 817, 845, 848, 853, 855, 892, 901, 904, |
1180, 1187, 1211, 1218, 1223, 1228, 1230, 1232, 1234, 1238, | | 908, 914, 919, 928, 937, 946, 973, 977, 995, 998, |
1242, 1244, 1249, 1258, 1293, 1301, 1303, 1312, 1314, 1332, | | 1000, 1009, 1059, 1092, 1109, 1111, 1113, 1121, 1129, 1135, |
1346, 1349, 1352, 1360, 1363, 1379, 1387, 1387, 1391, 1395, | | 1140, 1182, 1189, 1213, 1220, 1225, 1230, 1232, 1234, 1236, |
| | |
1397, 1403, 1409, 1413, 1416, 1419, 1423, 1432, 1435, 1444, | | 1240, 1244, 1246, 1251, 1260, 1295, 1303, 1305, 1314, 1316, |
1479, 1490, 1492, 1497, 1503, 1510, 1516, 1532, 1534, 1539, | | 1334, 1348, 1351, 1355, 1363, 1366, 1382, 1390, 1390, 1394, |
1360, 1363, 1543, 1552, 1379, 1564, 1387, 1387, 1574, 1391, | | 1398, 1400, 1406, 1412, 1416, 1419, 1422, 1426, 1435, 1438, |
1395, 1397, 1580, 1403, 1584, 1409, 1590, 1413, 1416, 1419, | | 1447, 1482, 1493, 1495, 1500, 1506, 1513, 1519, 1536, 1538, |
1423, 1596, 1600, 1602, 1604, 1432, 1615, 1651, 1655, 1659, | | 1543, 1363, 1366, 1547, 1556, 1382, 1568, 1390, 1390, 1578, |
1667, 1670, 1672, 1675, 1510, 1679, 1516, 1708, 1715, 1721, | | 1394, 1398, 1400, 1584, 1406, 1588, 1412, 1594, 1416, 1419, |
1737, 1739, 1746, 1748, 1752, 1756, 1758, 1761, 1767, 1779, | | 1422, 1426, 1600, 1604, 1606, 1608, 1435, 1619, 1655, 1659, |
1810, 1813, 1817, 1819, 1821, 1832, 1837, 1845, 1848, 1853, | | 1663, 1671, 1674, 1676, 1679, 1513, 1683, 1519, 1713, 1720, |
1859, 1863, 1875, 1881, 1887, 1896, 1899, 1902, 1911, 1913, | | 1726, 1742, 1744, 1751, 1753, 1757, 1761, 1763, 1766, 1772, |
1917, 1920, 1923, 1928, 1933, 1942, 1944, 1955, 1961, 1810, | | 1784, 1815, 1818, 1822, 1824, 1826, 1837, 1842, 1852, 1855, |
| | |
1963, 1813, 1970, 1977, 1980, 1985, 1988, 1991, 1853, 1997, | | 1860, 1866, 1870, 1882, 1888, 1894, 1903, 1906, 1909, 1918, |
1859, 1863, 2007, 1875, 2031, 2033, 2035, 2039, 2045, 2052, | | 1920, 1924, 1927, 1930, 1935, 1940, 1949, 1951, 1962, 1968, |
2055, 2059, 2063, 2071, 2078, 1961, 2081, 2089, 2093, 2097, | | 1815, 1970, 1818, 1977, 1984, 1987, 1992, 1995, 2000, 1860, |
2102, 2126, 2130, 2132, 2135, 2141, 2145, 2148, 2150, 2155, | | 2006, 1866, 1870, 2016, 1882, 2040, 2042, 2044, 2048, 2054, |
2170, 2174, 2180, 2182, 2185, 2187, 2189, 2191, 2219, 2223, | | 2061, 2064, 2068, 2072, 2080, 2087, 1968, 2090, 2098, 2102, |
2226, 2229, 2232, 2238, 2240, 2255, 2257, 2286, 2290, 2292, | | 2106, 2113, 2137, 2141, 2143, 2146, 2152, 2156, 2159, 2161, |
2298, 2300, 2302, 2304, 2307, 2309, 2314, 2332, 2344, 2346, | | 2166, 2181, 2185, 2191, 2193, 2196, 2198, 2200, 2202, 2232, |
2350, 2360, 2371, 2375, 2378, 2383, 2389, 2401, 2406, 2409, | | 2236, 2239, 2242, 2245, 2251, 2253, 2268, 2270, 2301, 2305, |
2411, 2415, 2418, 2420, 2423, 2429, 2432, 2434, 2436, 2438, | | 2307, 2313, 2315, 2317, 2319, 2322, 2324, 2329, 2333, 2350, |
2441, 2444, 2446, 2448, 2451, 2453, 2455, 2459, 2461, 2465, | | 2362, 2364, 2368, 2379, 2390, 2394, 2397, 2402, 2408, 2418, |
| | |
2467, 2470, 2472, 2474, 2476, 802, 801, 800, 799, 798, | | 2422, 2427, 2430, 2432, 2436, 2439, 2441, 2444, 2450, 2453, |
797, 796, 795, 794, 793, 792, 791, 790, 789, 788, | | 2455, 2457, 2459, 2462, 2465, 2467, 2469, 2472, 2474, 2476, |
787, 786, 785, 784, 783, 782, 781, 780, 779, 778, | | 2480, 2482, 2486, 2488, 2491, 2493, 2495, 2497, 802, 801, |
777, 776, 775, 774, 773, 772, 769, 599, 768, 767, | | 800, 799, 798, 797, 796, 795, 794, 793, 792, 791, |
766, 765, 763, 762, 761, 760, 589, 587, 759, 758, | | 790, 789, 788, 787, 786, 785, 784, 783, 782, 781, |
757, 756, 755, 754, 753, 752, 751, 750, 749, 748, | | 780, 779, 778, 777, 776, 775, 774, 773, 772, 769, |
747, 745, 744, 743, 742, 741, 567, 740, 739, 738, | | 599, 768, 767, 766, 765, 763, 762, 761, 760, 589, |
737, 736, 733, 732, 731, 730, 729, 728, 727, 726, | | 587, 759, 758, 757, 756, 755, 754, 753, 752, 751, |
725, 724, 723, 720, 719, 717, 544, 716, 715, 711, | | 750, 749, 748, 747, 745, 744, 743, 742, 741, 567, |
710, 709, 708, 707, 706, 702, 701, 700, 699, 698, | | 740, 739, 738, 737, 736, 733, 732, 731, 730, 729, |
| | |
697, 696, 695, 694, 691, 690, 683, 682, 681, 680, | | 728, 727, 726, 725, 724, 723, 720, 719, 717, 544, |
679, 678, 677, 676, 674, 673, 668, 667, 666, 665, | | 716, 715, 711, 710, 709, 708, 707, 706, 702, 701, |
664, 663, 662, 661, 660, 659, 658, 657, 656, 655, | | 700, 699, 698, 697, 696, 695, 694, 691, 690, 683, |
654, 653, 652, 487, 651, 650, 649, 648, 647, 646, | | 682, 681, 680, 679, 678, 677, 676, 674, 673, 668, |
645, 644, 643, 642, 640, 637, 635, 471, 634, 633, | | 667, 666, 665, 664, 663, 662, 661, 660, 659, 658, |
632, 631, 630, 629, 463, 628, 627, 459, 626, 625, | | 657, 656, 655, 654, 653, 652, 487, 651, 650, 649, |
624, 623, 622, 621, 451, 620, 619, 447, 618, 617, | | 648, 647, 646, 645, 644, 643, 642, 640, 637, 635, |
616, 615, 614, 613, 612, 611, 610, 607, 605, 604, | | 471, 634, 633, 632, 631, 630, 629, 463, 628, 627, |
603, 602, 601, 600, 599, 597, 596, 595, 594, 593, | | 459, 626, 625, 624, 623, 622, 621, 451, 620, 619, |
592, 591, 590, 589, 587, 585, 584, 583, 413, 582, | | 447, 618, 617, 616, 615, 614, 613, 612, 611, 610, |
| | |
581, 580, 579, 578, 577, 576, 575, 574, 573, 572, | | 607, 605, 604, 603, 602, 601, 600, 599, 597, 596, |
571, 570, 569, 568, 567, 565, 564, 563, 562, 561, | | 595, 594, 593, 592, 591, 590, 589, 587, 585, 584, |
560, 389, 559, 558, 557, 556, 555, 552, 551, 550, | | 583, 413, 582, 581, 580, 579, 578, 577, 576, 575, |
549, 548, 547, 546, 545, 544, 542, 541, 540, 539, | | 574, 573, 572, 571, 570, 569, 568, 567, 565, 564, |
538, 537, 536, 535, 534, 529, 528, 525, 524, 523, | | 563, 562, 561, 560, 389, 559, 558, 557, 556, 555, |
520, 517, 516, 515, 514, 513, 512, 511, 510, 507, | | 552, 551, 550, 549, 548, 547, 546, 545, 544, 542, |
506, 505, 504, 503, 500, 497, 496, 495, 494, 491, | | 541, 540, 539, 538, 537, 536, 535, 534, 529, 528, |
490, 489, 488, 487, 485, 484, 321, 483, 482, 481, | | 525, 524, 523, 520, 517, 516, 515, 514, 513, 512, |
480, 479, 478, 477, 476, 475, 474, 473, 472, 471, | | 511, 510, 507, 506, 505, 504, 503, 500, 497, 496, |
469, 468, 465, 464, 463, 461, 460, 459, 457, 456, | | 495, 494, 491, 490, 489, 488, 487, 485, 484, 321, |
| | |
455, 454, 453, 452, 451, 449, 448, 447, 445, 444, | | 483, 482, 481, 480, 479, 478, 477, 476, 475, 474, |
434, 433, 432, 431, 430, 429, 428, 427, 426, 423, | | 473, 472, 471, 469, 468, 465, 464, 463, 461, 460, |
422, 270, 421, 420, 266, 419, 263, 418, 417, 416, | | 459, 457, 456, 455, 454, 453, 452, 451, 449, 448, |
415, 414, 413, 411, 410, 409, 408, 407, 406, 405, | | 447, 445, 444, 434, 433, 432, 431, 430, 429, 428, |
404, 403, 402, 401, 400, 399, 398, 397, 396, 395, | | 427, 426, 423, 422, 270, 421, 420, 266, 419, 263, |
391, 390, 389, 387, 386, 385, 384, 383, 382, 381, | | 418, 417, 416, 415, 414, 413, 411, 410, 409, 408, |
380, 379, 378, 375, 374, 373, 372, 371, 370, 369, | | 407, 406, 405, 404, 403, 402, 401, 400, 399, 398, |
368, 367, 366, 365, 364, 357, 356, 355, 352, 351, | | 397, 396, 395, 391, 390, 389, 387, 386, 385, 384, |
350, 346, 345, 344, 343, 342, 341, 340, 339, 338, | | 383, 382, 381, 380, 379, 378, 375, 374, 373, 372, |
337, 324, 323, 322, 321, 319, 318, 317, 316, 313, | | 371, 370, 369, 368, 367, 366, 365, 364, 357, 356, |
| | |
312, 309, 306, 303, 302, 301, 300, 299, 295, 288, | | 355, 352, 351, 350, 346, 345, 344, 343, 342, 341, |
285, 284, 283, 282, 281, 280, 279, 278, 277, 276, | | 340, 339, 338, 337, 324, 323, 322, 321, 319, 318, |
275, 274, 273, 272, 271, 270, 268, 267, 266, 264, | | 317, 316, 313, 312, 309, 306, 303, 302, 301, 300, |
263, 256, 253, 252, 251, 246, 245, 244, 243, 242, | | 299, 295, 288, 285, 284, 283, 282, 281, 280, 279, |
241, 234, 230, 229, 228, 227, 222, 221, 220, 219, | | 278, 277, 276, 275, 274, 273, 272, 271, 270, 268, |
218, 217, 216, 213, 212, 211, 208, 207, 199, 198, | | 267, 266, 264, 263, 256, 253, 252, 251, 246, 245, |
197, 196, 195, 194, 193, 192, 189, 188, 187, 186, | | 244, 243, 242, 241, 234, 230, 229, 228, 227, 222, |
185, 184, 183, 182, 181, 180, 179, 178, 177, 176, | | 221, 220, 219, 218, 217, 216, 213, 212, 211, 208, |
175, 174, 173, 172, 171, 170, 169, 166, 165, 164, | | 207, 199, 198, 197, 196, 195, 194, 193, 192, 189, |
160, 159, 156, 155, 152, 151, 150, 47, 145, 141, | | 188, 187, 186, 185, 184, 183, 182, 181, 180, 179, |
| | |
137, 89, 47, 2478, 9, 2478, 2478, 2478, 2478, 2478, | | 178, 177, 176, 175, 174, 173, 172, 171, 170, 169, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 166, 165, 164, 160, 159, 156, 155, 152, 151, 150, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 47, 145, 141, 137, 89, 47, 2499, 9, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478 | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499 |
} ; | | } ; |
| | |
static yyconst flex_int16_t yy_chk[2839] = | | static yyconst short int yy_chk[2862] = |
{ 0, | | { 0, |
0, 13, 1, 1, 13, 1, 2, 2, 2, 2, | | 0, 13, 1, 1, 13, 1, 2, 2, 2, 2, |
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, | | 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, |
| | |
776, 777, 778, 779, 780, 781, 782, 783, 784, 785, | | 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, |
786, 787, 788, 789, 790, 791, 792, 793, 794, 795, | | 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, |
796, 797, 798, 799, 800, 801, 802, 803, 804, 805, | | 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, |
806, 803, 807, 808, 808, 809, 810, 811, 812, 813, | | 806, 803, 789, 807, 808, 808, 809, 810, 811, 812, |
| | |
814, 815, 805, 808, 816, 818, 819, 820, 821, 822, | | 813, 814, 805, 815, 808, 816, 818, 819, 820, 821, |
823, 807, 824, 825, 826, 827, 828, 829, 830, 831, | | 822, 823, 807, 824, 825, 826, 827, 828, 829, 830, |
832, 833, 834, 835, 836, 837, 838, 839, 840, 841, | | 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, |
842, 843, 844, 846, 847, 849, 850, 851, 852, 854, | | 841, 842, 843, 844, 846, 847, 849, 850, 851, 852, |
856, 857, 858, 859, 860, 861, 862, 863, 864, 865, | | 854, 856, 857, 858, 859, 860, 861, 862, 863, 864, |
866, 867, 868, 869, 870, 871, 872, 873, 874, 875, | | 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, |
876, 877, 878, 879, 880, 881, 882, 883, 884, 885, | | 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, |
886, 887, 888, 889, 890, 891, 893, 894, 895, 897, | | 885, 886, 887, 888, 889, 890, 891, 893, 894, 895, |
898, 899, 900, 902, 903, 905, 906, 895, 896, 896, | | 897, 898, 899, 900, 902, 903, 905, 906, 895, 896, |
896, 896, 896, 896, 896, 896, 896, 907, 909, 896, | | 896, 896, 896, 896, 896, 896, 896, 896, 907, 909, |
| | |
896, 910, 911, 896, 912, 913, 896, 896, 915, 916, | | 896, 896, 910, 911, 896, 912, 913, 896, 896, 915, |
896, 917, 918, 920, 921, 922, 923, 924, 925, 926, | | 916, 896, 917, 918, 920, 921, 922, 923, 924, 925, |
927, 929, 930, 931, 932, 933, 934, 935, 936, 938, | | 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, |
939, 939, 941, 941, 942, 943, 944, 945, 947, 948, | | 938, 939, 939, 941, 941, 942, 943, 944, 945, 947, |
949, 950, 951, 952, 953, 954, 955, 956, 957, 958, | | 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, |
959, 960, 961, 962, 963, 963, 964, 965, 966, 967, | | 958, 959, 960, 961, 962, 963, 963, 964, 965, 966, |
968, 963, 969, 970, 971, 973, 974, 975, 977, 978, | | 967, 968, 963, 969, 970, 971, 972, 974, 975, 976, |
979, 963, 963, 980, 981, 979, 963, 982, 983, 984, | | 978, 979, 963, 963, 980, 981, 982, 963, 983, 980, |
985, 986, 987, 988, 989, 990, 991, 992, 993, 995, | | 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, |
996, 998, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, | | 994, 996, 997, 999, 1001, 1002, 1003, 1004, 1005, 1006, |
| | |
1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, | | 1007, 1008, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, |
1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, | | 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, |
1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, | | 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, |
1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, | | 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, |
1049, 1050, 1051, 1052, 1034, 1053, 1054, 1055, 1056, 1057, | | 1048, 1049, 1050, 1051, 1052, 1053, 1035, 1054, 1055, 1056, |
1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, | | 1057, 1058, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, |
1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1079, | | 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, |
1073, 1081, 1078, 1080, 1082, 1077, 1078, 1080, 1081, 1083, | | 1078, 1080, 1074, 1082, 1079, 1081, 1083, 1078, 1079, 1081, |
1084, 1085, 1077, 1086, 1087, 1078, 1088, 1089, 1090, 1092, | | 1082, 1084, 1085, 1086, 1078, 1087, 1088, 1079, 1089, 1090, |
1086, 1093, 1094, 1095, 1096, 1097, 1098, 1086, 1099, 1100, | | 1091, 1093, 1087, 1094, 1095, 1096, 1097, 1098, 1099, 1087, |
| | |
1101, 1102, 1103, 1104, 1105, 1106, 1107, 1109, 1111, 1113, | | 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1110, |
1114, 1115, 1116, 1117, 1118, 1119, 1121, 1122, 1123, 1123, | | 1112, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1122, 1123, |
1125, 1126, 1127, 1129, 1130, 1131, 1132, 1133, 1135, 1136, | | 1124, 1124, 1126, 1127, 1128, 1130, 1131, 1132, 1133, 1134, |
1137, 1138, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, | | 1136, 1137, 1138, 1139, 1141, 1142, 1143, 1144, 1145, 1146, |
1148, 1149, 1150, 1151, 1153, 1152, 1154, 1155, 1151, 1152, | | 1147, 1148, 1149, 1150, 1151, 1152, 1154, 1153, 1155, 1156, |
1150, 1151, 1156, 1157, 1158, 1159, 1150, 1160, 1161, 1162, | | 1152, 1153, 1151, 1152, 1157, 1158, 1159, 1160, 1151, 1161, |
1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, | | 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, |
1173, 1174, 1175, 1176, 1177, 1178, 1179, 1175, 1181, 1182, | | 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, |
1183, 1184, 1185, 1186, 1188, 1189, 1190, 1191, 1192, 1193, | | 1177, 1183, 1184, 1185, 1186, 1187, 1188, 1190, 1191, 1192, |
1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, | | 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, |
| | |
1204, 1205, 1206, 1207, 1208, 1209, 1210, 1212, 1213, 1214, | | 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, |
1215, 1216, 1217, 1219, 1220, 1221, 1222, 1224, 1225, 1226, | | 1214, 1215, 1216, 1217, 1218, 1219, 1221, 1222, 1223, 1224, |
1227, 1229, 1231, 1225, 1233, 1235, 1236, 1237, 1239, 1240, | | 1226, 1227, 1228, 1229, 1231, 1233, 1227, 1235, 1237, 1238, |
1241, 1243, 1245, 1246, 1247, 1248, 1250, 1251, 1252, 1253, | | 1239, 1241, 1242, 1243, 1245, 1247, 1248, 1249, 1250, 1252, |
1254, 1255, 1256, 1257, 1259, 1260, 1261, 1262, 1263, 1264, | | 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1261, 1262, 1263, |
1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1271, 1273, | | 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, |
1274, 1275, 1276, 1277, 1278, 1271, 1279, 1280, 1281, 1282, | | 1274, 1273, 1275, 1276, 1277, 1278, 1279, 1280, 1273, 1281, |
1283, 1284, 1272, 1285, 1286, 1287, 1288, 1289, 1290, 1291, | | 1282, 1283, 1284, 1285, 1286, 1274, 1287, 1288, 1289, 1290, |
1292, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1302, 1304, | | 1291, 1292, 1293, 1294, 1296, 1297, 1298, 1299, 1300, 1301, |
1305, 1306, 1307, 1308, 1309, 1310, 1311, 1313, 1315, 1316, | | 1302, 1304, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, |
| | |
1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, | | 1315, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, |
1327, 1328, 1329, 1330, 1331, 1333, 1334, 1335, 1336, 1337, | | 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1335, 1336, |
1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1347, 1348, | | 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, |
1350, 1351, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1361, | | 1347, 1349, 1350, 1352, 1353, 1354, 1356, 1357, 1358, 1359, |
1362, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, | | 1360, 1361, 1362, 1364, 1365, 1367, 1368, 1369, 1370, 1371, |
1373, 1374, 1374, 1371, 1375, 1376, 1377, 1378, 1380, 1375, | | 1372, 1373, 1374, 1375, 1376, 1377, 1377, 1374, 1378, 1379, |
1381, 1377, 1382, 1383, 1385, 1386, 1387, 1389, 1390, 1392, | | 1380, 1381, 1383, 1378, 1384, 1380, 1385, 1386, 1388, 1389, |
1393, 1394, 1396, 1398, 1399, 1400, 1401, 1402, 1404, 1377, | | 1390, 1392, 1393, 1395, 1396, 1397, 1399, 1401, 1402, 1403, |
1384, 1405, 1406, 1407, 1408, 1410, 1384, 1411, 1412, 1414, | | 1404, 1405, 1407, 1380, 1387, 1408, 1409, 1410, 1411, 1413, |
1415, 1417, 1418, 1420, 1421, 1422, 1384, 1384, 1424, 1425, | | 1387, 1414, 1415, 1417, 1418, 1420, 1421, 1423, 1424, 1425, |
| | |
1426, 1384, 1427, 1428, 1429, 1430, 1431, 1433, 1434, 1436, | | 1387, 1387, 1427, 1428, 1429, 1387, 1430, 1431, 1432, 1433, |
1437, 1438, 1439, 1440, 1441, 1442, 1443, 1445, 1446, 1447, | | 1434, 1436, 1437, 1439, 1440, 1441, 1442, 1443, 1444, 1445, |
1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, | | 1446, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, |
1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, | | 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, |
1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, | | 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, |
1478, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, | | 1477, 1478, 1479, 1480, 1481, 1483, 1484, 1485, 1486, 1487, |
1489, 1491, 1493, 1494, 1495, 1496, 1498, 1499, 1500, 1501, | | 1488, 1489, 1490, 1491, 1492, 1494, 1496, 1497, 1498, 1499, |
1502, 1504, 1505, 1506, 1507, 1508, 1509, 1511, 1512, 1513, | | 1501, 1502, 1503, 1504, 1505, 1507, 1508, 1509, 1510, 1511, |
1514, 1515, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, | | 1512, 1514, 1515, 1516, 1517, 1518, 1520, 1521, 1522, 1523, |
1525, 1526, 1527, 1528, 1529, 1530, 1531, 1533, 1535, 1536, | | 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, |
| | |
1537, 1538, 1540, 1541, 1542, 1544, 1545, 1546, 1547, 1548, | | 1534, 1535, 1537, 1539, 1540, 1541, 1542, 1544, 1545, 1546, |
1549, 1545, 1551, 1547, 1548, 1550, 1550, 1553, 1554, 1555, | | 1548, 1549, 1550, 1551, 1552, 1553, 1549, 1555, 1551, 1552, |
1556, 1557, 1557, 1558, 1559, 1560, 1560, 1561, 1558, 1562, | | 1554, 1554, 1557, 1558, 1559, 1560, 1561, 1561, 1562, 1563, |
1563, 1565, 1561, 1566, 1567, 1568, 1569, 1570, 1571, 1572, | | 1564, 1564, 1565, 1562, 1566, 1567, 1569, 1565, 1570, 1571, |
1573, 1575, 1571, 1576, 1577, 1570, 1578, 1579, 1581, 1582, | | 1572, 1573, 1574, 1575, 1576, 1577, 1579, 1575, 1580, 1581, |
1583, 1585, 1586, 1587, 1588, 1589, 1591, 1592, 1593, 1594, | | 1574, 1582, 1583, 1585, 1586, 1587, 1589, 1590, 1591, 1592, |
1595, 1597, 1598, 1599, 1601, 1603, 1605, 1606, 1607, 1608, | | 1593, 1595, 1596, 1597, 1598, 1599, 1601, 1602, 1603, 1605, |
1609, 1610, 1611, 1612, 1613, 1614, 1616, 1617, 1618, 1619, | | 1607, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, |
1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, | | 1618, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, |
1630, 1631, 1632, 1633, 1634, 1617, 1635, 1636, 1637, 1638, | | 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, |
| | |
1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, | | 1621, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, |
1649, 1650, 1652, 1653, 1654, 1656, 1657, 1658, 1660, 1661, | | 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1656, 1657, 1658, |
1662, 1663, 1664, 1665, 1666, 1668, 1666, 1669, 1671, 1673, | | 1660, 1661, 1662, 1664, 1665, 1666, 1667, 1668, 1669, 1670, |
1674, 1676, 1677, 1678, 1680, 1681, 1682, 1683, 1684, 1685, | | 1672, 1670, 1673, 1675, 1677, 1678, 1680, 1681, 1682, 1684, |
1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, | | 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, |
1696, 1697, 1698, 1699, 1700, 1701, 1702, 1702, 1703, 1704, | | 1695, 1696, 1697, 1698, 1699, 1699, 1700, 1701, 1702, 1703, |
1705, 1705, 1706, 1703, 1707, 1707, 1709, 1710, 1711, 1712, | | 1704, 1705, 1706, 1707, 1707, 1708, 1709, 1710, 1710, 1711, |
1713, 1714, 1716, 1717, 1712, 1718, 1719, 1720, 1720, 1722, | | 1708, 1712, 1712, 1714, 1715, 1716, 1717, 1718, 1719, 1721, |
1723, 1724, 1725, 1726, 1726, 1727, 1728, 1729, 1730, 1731, | | 1722, 1717, 1723, 1724, 1725, 1725, 1727, 1728, 1729, 1730, |
1732, 1733, 1734, 1735, 1736, 1738, 1740, 1741, 1742, 1743, | | 1731, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, |
| | |
1744, 1745, 1747, 1749, 1750, 1751, 1753, 1754, 1755, 1757, | | 1740, 1741, 1743, 1745, 1746, 1747, 1748, 1749, 1750, 1752, |
1759, 1760, 1762, 1763, 1764, 1765, 1766, 1768, 1769, 1770, | | 1754, 1755, 1756, 1758, 1759, 1760, 1762, 1764, 1765, 1767, |
1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1780, 1781, | | 1768, 1769, 1770, 1771, 1773, 1774, 1775, 1776, 1777, 1778, |
1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, | | 1779, 1780, 1781, 1782, 1783, 1785, 1786, 1787, 1788, 1789, |
1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, | | 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, |
1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1811, 1812, | | 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, |
1814, 1815, 1816, 1818, 1820, 1822, 1823, 1824, 1825, 1826, | | 1810, 1811, 1812, 1813, 1814, 1816, 1817, 1819, 1820, 1821, |
1827, 1828, 1829, 1830, 1831, 1833, 1834, 1835, 1836, 1838, | | 1823, 1825, 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, |
1839, 1840, 1841, 1842, 1843, 1844, 1846, 1847, 1849, 1850, | | 1835, 1836, 1838, 1839, 1840, 1841, 1843, 1844, 1845, 1846, |
1851, 1852, 1854, 1855, 1856, 1857, 1858, 1858, 1860, 1861, | | 1847, 1848, 1849, 1850, 1851, 1853, 1854, 1856, 1857, 1858, |
| | |
1862, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1870, 1871, | | 1859, 1861, 1862, 1863, 1864, 1865, 1865, 1867, 1868, 1869, |
1872, 1873, 1874, 1876, 1877, 1878, 1879, 1880, 1882, 1883, | | 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1877, 1878, 1879, |
1884, 1885, 1886, 1888, 1889, 1890, 1885, 1891, 1892, 1893, | | 1880, 1881, 1883, 1884, 1885, 1886, 1887, 1889, 1890, 1891, |
1894, 1895, 1897, 1898, 1900, 1901, 1903, 1904, 1905, 1906, | | 1892, 1893, 1895, 1896, 1897, 1892, 1898, 1899, 1900, 1901, |
1907, 1908, 1909, 1910, 1912, 1914, 1915, 1916, 1918, 1919, | | 1902, 1904, 1905, 1907, 1908, 1910, 1911, 1912, 1913, 1914, |
1921, 1922, 1924, 1925, 1926, 1927, 1929, 1930, 1931, 1932, | | 1915, 1916, 1917, 1919, 1921, 1922, 1923, 1925, 1926, 1928, |
1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1943, 1945, | | 1929, 1931, 1932, 1933, 1934, 1936, 1937, 1938, 1939, 1941, |
1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1956, | | 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1950, 1952, 1953, |
1957, 1958, 1959, 1960, 1962, 1964, 1965, 1966, 1967, 1968, | | 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1963, 1964, |
1969, 1971, 1972, 1973, 1974, 1975, 1976, 1978, 1979, 1981, | | 1965, 1966, 1967, 1969, 1971, 1972, 1973, 1974, 1975, 1976, |
| | |
1982, 1983, 1984, 1986, 1987, 1989, 1990, 1992, 1993, 1994, | | 1978, 1979, 1980, 1981, 1982, 1983, 1985, 1986, 1988, 1989, |
1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | | 1990, 1991, 1993, 1994, 1996, 1997, 1998, 1999, 2001, 2002, |
2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, | | 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, |
2017, 2018, 2019, 2020, 2021, 2022, 2022, 2023, 2024, 2025, | | 2014, 2015, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, |
2026, 2027, 2028, 2029, 2030, 2032, 2034, 2036, 2037, 2038, | | 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2031, 2032, 2033, |
2040, 2041, 2042, 2043, 2044, 2046, 2047, 2048, 2049, 2050, | | 2034, 2035, 2036, 2037, 2038, 2039, 2041, 2043, 2045, 2046, |
2051, 2053, 2054, 2056, 2057, 2058, 2060, 2061, 2062, 2064, | | 2047, 2049, 2050, 2051, 2052, 2053, 2055, 2056, 2057, 2058, |
2065, 2066, 2067, 2068, 2069, 2070, 2072, 2073, 2074, 2075, | | 2059, 2060, 2062, 2063, 2065, 2066, 2067, 2069, 2070, 2071, |
2076, 2077, 2079, 2080, 2082, 2083, 2084, 2085, 2086, 2087, | | 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2081, 2082, 2083, |
2088, 2090, 2091, 2092, 2094, 2095, 2096, 2098, 2099, 2100, | | 2084, 2085, 2086, 2088, 2089, 2091, 2092, 2093, 2094, 2095, |
| | |
2101, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, | | 2096, 2097, 2099, 2100, 2101, 2103, 2104, 2105, 2107, 2108, |
2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, | | 2109, 2110, 2111, 2112, 2114, 2115, 2116, 2117, 2118, 2119, |
2122, 2123, 2124, 2125, 2127, 2128, 2129, 2131, 2133, 2134, | | 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, |
2136, 2137, 2138, 2139, 2140, 2142, 2143, 2144, 2146, 2147, | | 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2138, 2139, 2140, |
2149, 2151, 2152, 2153, 2154, 2156, 2157, 2158, 2159, 2160, | | 2142, 2144, 2145, 2147, 2148, 2149, 2150, 2151, 2153, 2154, |
2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2171, | | 2155, 2157, 2158, 2160, 2162, 2163, 2164, 2165, 2167, 2168, |
2172, 2173, 2175, 2176, 2177, 2178, 2179, 2181, 2183, 2184, | | 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, |
2186, 2188, 2190, 2192, 2193, 2194, 2195, 2196, 2197, 2198, | | 2179, 2180, 2182, 2183, 2184, 2186, 2187, 2188, 2189, 2190, |
2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, | | 2192, 2194, 2195, 2197, 2199, 2201, 2203, 2204, 2205, 2206, |
2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, | | 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, |
| | |
2220, 2221, 2222, 2224, 2225, 2227, 2228, 2230, 2231, 2233, | | 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, |
2234, 2235, 2236, 2237, 2239, 2241, 2242, 2243, 2244, 2245, | | 2227, 2228, 2229, 2230, 2231, 2233, 2234, 2235, 2237, 2238, |
2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2256, | | 2240, 2241, 2243, 2244, 2246, 2247, 2248, 2249, 2250, 2252, |
2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, | | 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, |
2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, | | 2264, 2265, 2266, 2267, 2269, 2271, 2272, 2273, 2274, 2275, |
2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2287, 2288, | | 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, |
2289, 2291, 2293, 2294, 2295, 2296, 2297, 2299, 2301, 2303, | | 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, |
2305, 2306, 2308, 2310, 2311, 2312, 2313, 2315, 2316, 2317, | | 2296, 2297, 2298, 2299, 2300, 2302, 2303, 2304, 2306, 2308, |
2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, | | 2309, 2310, 2311, 2312, 2314, 2316, 2318, 2320, 2321, 2323, |
2328, 2329, 2330, 2331, 2333, 2334, 2335, 2336, 2337, 2338, | | 2325, 2326, 2327, 2328, 2330, 2331, 2332, 2334, 2335, 2336, |
| | |
2339, 2340, 2341, 2342, 2343, 2345, 2347, 2348, 2349, 2351, | | 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, |
2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2361, 2362, | | 2347, 2348, 2349, 2351, 2352, 2353, 2354, 2355, 2356, 2357, |
2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2372, 2373, | | 2358, 2359, 2360, 2361, 2363, 2365, 2366, 2367, 2369, 2370, |
2374, 2376, 2377, 2379, 2380, 2381, 2382, 2384, 2385, 2386, | | 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2380, 2381, |
2387, 2388, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, | | 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2391, 2392, |
2398, 2399, 2400, 2402, 2403, 2404, 2405, 2407, 2408, 2410, | | 2393, 2395, 2396, 2398, 2399, 2400, 2401, 2403, 2404, 2405, |
2412, 2413, 2414, 2416, 2417, 2419, 2421, 2422, 2424, 2425, | | 2406, 2407, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, |
2426, 2427, 2428, 2430, 2431, 2433, 2435, 2437, 2439, 2440, | | 2417, 2419, 2420, 2421, 2423, 2424, 2425, 2426, 2428, 2429, |
2442, 2443, 2445, 2447, 2449, 2450, 2452, 2454, 2456, 2457, | | 2431, 2433, 2434, 2435, 2437, 2438, 2440, 2442, 2443, 2445, |
2458, 2460, 2462, 2463, 2464, 2466, 2468, 2469, 2471, 2473, | | 2446, 2447, 2448, 2449, 2451, 2452, 2454, 2456, 2458, 2460, |
| | |
2475, 2477, 2479, 2479, 2480, 2480, 2481, 2481, 2482, 2482, | | 2461, 2463, 2464, 2466, 2468, 2470, 2471, 2473, 2475, 2477, |
2483, 2484, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, | | 2478, 2479, 2481, 2483, 2484, 2485, 2487, 2489, 2490, 2492, |
2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, | | 2494, 2496, 2498, 2500, 2500, 2501, 2501, 2502, 2502, 2503, |
2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, | | 2503, 2504, 2505, 2505, 2506, 2507, 2508, 2509, 2510, 2511, |
2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, | | 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, |
2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, | | 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, |
2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, | | 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, |
2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, | | 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, |
2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, | | 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, |
2562, 2563, 2564, 2565, 2566, 2567, 2568, 2568, 2569, 2570, | | 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, |
| | |
2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, | | 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, |
2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, | | 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2589, 2590, |
2591, 2592, 2593, 2594, 2595, 2596, 2597, 2597, 2598, 2599, | | 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, |
2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, | | 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, |
2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, | | 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2618, 2619, |
2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, | | 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, |
2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, | | 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, |
2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, | | 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, |
| | |
2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, | | 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, |
2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, | | 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, |
| | |
2770, 2771, 2772, 2773, 2774, 633, 632, 631, 630, 629, | | 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, |
628, 627, 626, 625, 624, 623, 622, 621, 620, 619, | | 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, |
618, 617, 616, 615, 614, 613, 612, 611, 610, 609, | | 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 633, 632, |
608, 607, 605, 604, 603, 602, 600, 599, 597, 596, | | 631, 630, 629, 628, 627, 626, 625, 624, 623, 622, |
595, 594, 593, 592, 591, 590, 589, 587, 585, 584, | | 621, 620, 619, 618, 617, 616, 615, 614, 613, 612, |
583, 582, 581, 580, 579, 578, 577, 576, 575, 574, | | 611, 610, 609, 608, 607, 605, 604, 603, 602, 600, |
573, 572, 571, 570, 569, 568, 567, 565, 564, 563, | | 599, 597, 596, 595, 594, 593, 592, 591, 590, 589, |
562, 561, 559, 558, 557, 556, 555, 554, 553, 552, | | 587, 585, 584, 583, 582, 581, 580, 579, 578, 577, |
551, 550, 549, 547, 546, 545, 544, 542, 541, 539, | | 576, 575, 574, 573, 572, 571, 570, 569, 568, 567, |
538, 537, 536, 535, 534, 532, 531, 530, 529, 528, | | 565, 564, 563, 562, 561, 559, 558, 557, 556, 555, |
| | |
527, 526, 525, 524, 522, 521, 517, 516, 515, 514, | | 554, 553, 552, 551, 550, 549, 547, 546, 545, 544, |
513, 512, 511, 510, 507, 506, 504, 503, 502, 501, | | 542, 541, 539, 538, 537, 536, 535, 534, 532, 531, |
500, 499, 498, 497, 496, 495, 494, 493, 492, 491, | | 530, 529, 528, 527, 526, 525, 524, 522, 521, 517, |
490, 489, 488, 487, 485, 484, 483, 482, 481, 480, | | 516, 515, 514, 513, 512, 511, 510, 507, 506, 504, |
479, 478, 477, 476, 475, 473, 472, 471, 469, 468, | | 503, 502, 501, 500, 499, 498, 497, 496, 495, 494, |
467, 466, 465, 464, 463, 461, 460, 459, 457, 456, | | 493, 492, 491, 490, 489, 488, 487, 485, 484, 483, |
455, 454, 453, 452, 451, 449, 448, 447, 445, 444, | | 482, 481, 480, 479, 478, 477, 476, 475, 473, 472, |
443, 442, 441, 440, 439, 438, 437, 435, 433, 432, | | 471, 469, 468, 467, 466, 465, 464, 463, 461, 460, |
431, 430, 429, 428, 427, 426, 425, 424, 423, 422, | | 459, 457, 456, 455, 454, 453, 452, 451, 449, 448, |
421, 420, 419, 418, 417, 416, 415, 414, 413, 411, | | 447, 445, 444, 443, 442, 441, 440, 439, 438, 437, |
| | |
410, 409, 408, 407, 406, 405, 404, 403, 402, 401, | | 435, 433, 432, 431, 430, 429, 428, 427, 426, 425, |
400, 399, 398, 397, 396, 395, 394, 393, 392, 391, | | 424, 423, 422, 421, 420, 419, 418, 417, 416, 415, |
390, 389, 387, 386, 385, 384, 383, 381, 380, 379, | | 414, 413, 411, 410, 409, 408, 407, 406, 405, 404, |
378, 377, 376, 375, 374, 373, 372, 371, 370, 369, | | 403, 402, 401, 400, 399, 398, 397, 396, 395, 394, |
368, 367, 366, 365, 364, 361, 360, 358, 357, 356, | | 393, 392, 391, 390, 389, 387, 386, 385, 384, 383, |
352, 350, 349, 348, 347, 346, 345, 344, 343, 341, | | 381, 380, 379, 378, 377, 376, 375, 374, 373, 372, |
340, 339, 338, 337, 335, 333, 332, 331, 330, 328, | | 371, 370, 369, 368, 367, 366, 365, 364, 361, 360, |
327, 326, 325, 324, 323, 322, 321, 319, 318, 317, | | 358, 357, 356, 352, 350, 349, 348, 347, 346, 345, |
316, 315, 314, 313, 312, 311, 310, 309, 308, 307, | | 344, 343, 341, 340, 339, 338, 337, 335, 333, 332, |
306, 303, 301, 300, 299, 298, 297, 296, 295, 294, | | 331, 330, 328, 327, 326, 325, 324, 323, 322, 321, |
| | |
293, 292, 291, 290, 289, 288, 287, 286, 285, 284, | | 319, 318, 317, 316, 315, 314, 313, 312, 311, 310, |
282, 281, 280, 279, 278, 277, 276, 275, 274, 272, | | 309, 308, 307, 306, 303, 301, 300, 299, 298, 297, |
271, 270, 268, 267, 266, 264, 263, 261, 260, 259, | | 296, 295, 294, 293, 292, 291, 290, 289, 288, 287, |
258, 257, 256, 255, 254, 253, 252, 251, 250, 249, | | 286, 285, 284, 282, 281, 280, 279, 278, 277, 276, |
248, 247, 246, 245, 244, 243, 242, 241, 240, 239, | | 275, 274, 272, 271, 270, 268, 267, 266, 264, 263, |
237, 236, 235, 234, 233, 232, 231, 230, 229, 228, | | 261, 260, 259, 258, 257, 256, 255, 254, 253, 252, |
227, 226, 225, 223, 222, 221, 220, 219, 218, 217, | | 251, 250, 249, 248, 247, 246, 245, 244, 243, 242, |
216, 215, 214, 213, 212, 210, 209, 208, 206, 205, | | 241, 240, 239, 237, 236, 235, 234, 233, 232, 231, |
204, 202, 201, 200, 199, 198, 197, 196, 195, 194, | | 230, 229, 228, 227, 226, 225, 223, 222, 221, 220, |
193, 190, 189, 188, 187, 186, 185, 184, 183, 181, | | 219, 218, 217, 216, 215, 214, 213, 212, 210, 209, |
| | |
180, 178, 176, 174, 173, 172, 171, 170, 168, 165, | | 208, 206, 205, 204, 202, 201, 200, 199, 198, 197, |
163, 162, 161, 160, 159, 158, 157, 156, 155, 154, | | 196, 195, 194, 193, 190, 189, 188, 187, 186, 185, |
153, 152, 151, 150, 149, 148, 145, 141, 137, 136, | | 184, 183, 181, 180, 178, 176, 174, 173, 172, 171, |
135, 132, 130, 129, 128, 126, 125, 124, 123, 122, | | 170, 168, 165, 163, 162, 161, 160, 159, 158, 157, |
121, 118, 116, 115, 114, 113, 110, 109, 108, 107, | | 156, 155, 154, 153, 152, 151, 150, 149, 148, 145, |
106, 105, 104, 102, 101, 100, 98, 97, 94, 93, | | 141, 137, 136, 135, 132, 130, 129, 128, 126, 125, |
92, 91, 90, 89, 88, 87, 85, 84, 83, 82, | | 124, 123, 122, 121, 118, 116, 115, 114, 113, 110, |
81, 80, 79, 78, 77, 76, 75, 74, 73, 72, | | 109, 108, 107, 106, 105, 104, 102, 101, 100, 98, |
71, 70, 69, 68, 67, 66, 65, 63, 62, 61, | | 97, 94, 93, 92, 91, 90, 89, 88, 87, 85, |
59, 58, 56, 55, 53, 52, 51, 46, 42, 39, | | 84, 83, 82, 81, 80, 79, 78, 77, 76, 75, |
| | |
36, 23, 12, 9, 2478, 2478, 2478, 2478, 2478, 2478, | | 74, 73, 72, 71, 70, 69, 68, 67, 66, 65, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 63, 62, 61, 59, 58, 56, 55, 53, 52, 51, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478, | | 46, 42, 39, 36, 23, 12, 9, 2499, 2499, 2499, |
2478, 2478, 2478, 2478, 2478, 2478, 2478, 2478 | | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, 2499, |
| | 2499 |
} ; | | } ; |
| | |
static yy_state_type yy_last_accepting_state; | | static yy_state_type yy_last_accepting_state; |
static char *yy_last_accepting_cpos; | | static char *yy_last_accepting_cpos; |
| | |
extern int yy_flex_debug; | | |
int yy_flex_debug = 0; | | |
| | |
/* The intent behind this definition is that it'll catch | | /* The intent behind this definition is that it'll catch |
* any uses of REJECT which flex missed. | | * any uses of REJECT which flex missed. |
*/ | | */ |
| | |
#define YY_RESTORE_YY_MORE_OFFSET | | #define YY_RESTORE_YY_MORE_OFFSET |
char *yytext; | | char *yytext; |
#line 1 "loader.l" | | #line 1 "loader.l" |
| | #define INITIAL 0 |
#line 2 "loader.l" | | #line 2 "loader.l" |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: loader.c,v 1.82 2006/04/06 21:18:34 tchize Exp $"; | | * "$Id: loader.c,v 1.83 2006/05/18 05:27:43 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} /* Else not a numeric value */ | | } /* Else not a numeric value */ |
} | | } |
| | |
| | #define MESSAGE 1 |
| | |
| | #define LORE 2 |
| | |
| | #define SCRIPT 3 |
| | |
/* Don't have to link with -lfl with this */ | | /* Don't have to link with -lfl with this */ |
/* need yy_push_state, yy_pop_state */ | | /* need yy_push_state, yy_pop_state */ |
#line 2543 "loader.c" | | #define YY_STACK_USED 1 |
| | #line 2493 "loader.c" |
#define INITIAL 0 | | |
#define MESSAGE 1 | | |
#define LORE 2 | | |
#define SCRIPT 3 | | |
| | |
#ifndef YY_NO_UNISTD_H | | |
/* Special case for "unistd.h", since it is non-ANSI. We include it way | | |
* down here because we want the user's section 1 to have been scanned first. | | |
* The user has a chance to override it with an option. | | |
*/ | | |
#include <unistd.h> | | |
#endif | | |
| | |
#ifndef YY_EXTRA_TYPE | | |
#define YY_EXTRA_TYPE void * | | |
#endif | | |
| | |
/* Macros after this point can all be overridden by user definitions in | | /* Macros after this point can all be overridden by user definitions in |
* section 1. | | * section 1. |
| | |
| | |
#ifndef YY_SKIP_YYWRAP | | #ifndef YY_SKIP_YYWRAP |
#ifdef __cplusplus | | #ifdef __cplusplus |
extern "C" int yywrap (void ); | | extern "C" int yywrap YY_PROTO(( void )); |
#else | | #else |
extern int yywrap (void ); | | extern int yywrap YY_PROTO(( void )); |
#endif | | #endif |
#endif | | #endif |
| | |
static void yyunput (int c,char *buf_ptr ); | | #ifndef YY_NO_UNPUT |
| | static void yyunput YY_PROTO(( int c, char *buf_ptr )); |
| | #endif |
| | |
#ifndef yytext_ptr | | #ifndef yytext_ptr |
static void yy_flex_strncpy (char *,yyconst char *,int ); | | static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int )); |
#endif | | #endif |
| | |
#ifdef YY_NEED_STRLEN | | #ifdef YY_NEED_STRLEN |
static int yy_flex_strlen (yyconst char * ); | | static int yy_flex_strlen YY_PROTO(( yyconst char * )); |
#endif | | #endif |
| | |
#ifndef YY_NO_INPUT | | #ifndef YY_NO_INPUT |
| | |
#ifdef __cplusplus | | #ifdef __cplusplus |
static int yyinput (void ); | | static int yyinput YY_PROTO(( void )); |
#else | | #else |
static int input (void ); | | static int input YY_PROTO(( void )); |
#endif | | #endif |
| | |
#endif | | #endif |
| | |
| | #if YY_STACK_USED |
static int yy_start_stack_ptr = 0; | | static int yy_start_stack_ptr = 0; |
static int yy_start_stack_depth = 0; | | static int yy_start_stack_depth = 0; |
static int *yy_start_stack = 0; | | static int *yy_start_stack = 0; |
| | #ifndef YY_NO_PUSH_STATE |
| | static void yy_push_state YY_PROTO(( int new_state )); |
| | #endif |
| | #ifndef YY_NO_POP_STATE |
| | static void yy_pop_state YY_PROTO(( void )); |
| | #endif |
| | #ifndef YY_NO_TOP_STATE |
| | static int yy_top_state YY_PROTO(( void )); |
| | #endif |
| | |
static void yy_push_state (int new_state ); | | #else |
| | #define YY_NO_PUSH_STATE 1 |
static void yy_pop_state (void ); | | #define YY_NO_POP_STATE 1 |
| | #define YY_NO_TOP_STATE 1 |
| | #endif |
| | |
static int yy_top_state (void ); | | #ifdef YY_MALLOC_DECL |
| | YY_MALLOC_DECL |
| | #else |
| | #if __STDC__ |
| | #ifndef __cplusplus |
| | #include <stdlib.h> |
| | #endif |
| | #else |
| | /* Just try to get by without declaring the routines. This will fail |
| | * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int) |
| | * or sizeof(void*) != sizeof(int). |
| | */ |
| | #endif |
| | #endif |
| | |
/* Amount of stuff to slurp up with each read. */ | | /* Amount of stuff to slurp up with each read. */ |
#ifndef YY_READ_BUF_SIZE | | #ifndef YY_READ_BUF_SIZE |
| | |
#endif | | #endif |
| | |
/* Copy whatever the last rule matched to the standard output. */ | | /* Copy whatever the last rule matched to the standard output. */ |
| | |
#ifndef ECHO | | #ifndef ECHO |
/* This used to be an fputs(), but since the string might contain NUL's, | | /* This used to be an fputs(), but since the string might contain NUL's, |
* we now use fwrite(). | | * we now use fwrite(). |
| | |
*/ | | */ |
#ifndef YY_INPUT | | #ifndef YY_INPUT |
#define YY_INPUT(buf,result,max_size) \ | | #define YY_INPUT(buf,result,max_size) \ |
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | | if ( yy_current_buffer->yy_is_interactive ) \ |
{ \ | | { \ |
int c = '*'; \ | | int c = '*', n; \ |
size_t n; \ | | |
for ( n = 0; n < max_size && \ | | for ( n = 0; n < max_size && \ |
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ |
buf[n] = (char) c; \ | | buf[n] = (char) c; \ |
| | |
YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); \ |
result = n; \ | | result = n; \ |
} \ | | } \ |
else \ | | else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \ |
{ \ | | && ferror( yyin ) ) \ |
errno=0; \ | | YY_FATAL_ERROR( "input in flex scanner failed" ); |
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | | |
{ \ | | |
if( errno != EINTR) \ | | |
{ \ | | |
YY_FATAL_ERROR( "input in flex scanner failed" ); \ | | |
break; \ | | |
} \ | | |
errno=0; \ | | |
clearerr(yyin); \ | | |
} \ | | |
}\ | | |
\ | | |
| | |
#endif | | #endif |
| | |
/* No semi-colon after return; correct usage is to write "yyterminate();" - | | /* No semi-colon after return; correct usage is to write "yyterminate();" - |
| | |
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) |
#endif | | #endif |
| | |
/* end tables serialization structures and prototypes */ | | |
| | |
/* Default declaration of generated scanner - a define so the user can | | /* Default declaration of generated scanner - a define so the user can |
* easily add parameters. | | * easily add parameters. |
*/ | | */ |
#ifndef YY_DECL | | #ifndef YY_DECL |
#define YY_DECL_IS_OURS 1 | | #define YY_DECL int yylex YY_PROTO(( void )) |
| | #endif |
extern int yylex (void); | | |
| | |
#define YY_DECL int yylex (void) | | |
#endif /* !YY_DECL */ | | |
| | |
/* Code executed at the beginning of each rule, after yytext and yyleng | | /* Code executed at the beginning of each rule, after yytext and yyleng |
* have been set up. | | * have been set up. |
| | |
| | |
#define YY_RULE_SETUP \ | | #define YY_RULE_SETUP \ |
if ( yyleng > 0 ) \ | | if ( yyleng > 0 ) \ |
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \ | | yy_current_buffer->yy_at_bol = \ |
(yytext[yyleng - 1] == '\n'); \ | | (yytext[yyleng - 1] == '\n'); \ |
YY_USER_ACTION | | YY_USER_ACTION |
| | |
/** The main scanner function which does all the work. | | |
*/ | | |
YY_DECL | | YY_DECL |
{ | | { |
register yy_state_type yy_current_state; | | register yy_state_type yy_current_state; |
register char *yy_cp, *yy_bp; | | register char *yy_cp = NULL, *yy_bp = NULL; |
register int yy_act; | | register int yy_act; |
| | |
#line 609 "loader.l" | | #line 609 "loader.l" |
| | |
| | |
| | |
| | |
#line 2721 "loader.c" | | #line 2658 "loader.c" |
| | |
if ( (yy_init) ) | | if ( yy_init ) |
{ | | { |
(yy_init) = 0; | | yy_init = 0; |
| | |
#ifdef YY_USER_INIT | | #ifdef YY_USER_INIT |
YY_USER_INIT; | | YY_USER_INIT; |
#endif | | #endif |
| | |
if ( ! (yy_start) ) | | if ( ! yy_start ) |
(yy_start) = 1; /* first start state */ | | yy_start = 1; /* first start state */ |
| | |
if ( ! yyin ) | | if ( ! yyin ) |
yyin = stdin; | | yyin = stdin; |
| | |
if ( ! yyout ) | | if ( ! yyout ) |
yyout = stdout; | | yyout = stdout; |
| | |
if ( ! YY_CURRENT_BUFFER ) { | | if ( ! yy_current_buffer ) |
yyensure_buffer_stack (); | | yy_current_buffer = |
YY_CURRENT_BUFFER_LVALUE = | | |
yy_create_buffer(yyin,YY_BUF_SIZE ); | | yy_create_buffer(yyin,YY_BUF_SIZE ); |
} | | |
| | |
yy_load_buffer_state( ); | | yy_load_buffer_state( ); |
} | | } |
| | |
while ( 1 ) /* loops until end-of-file is reached */ | | while ( 1 ) /* loops until end-of-file is reached */ |
{ | | { |
yy_cp = (yy_c_buf_p); | | yy_cp = yy_c_buf_p; |
| | |
/* Support of yytext. */ | | /* Support of yytext. */ |
*yy_cp = (yy_hold_char); | | *yy_cp = yy_hold_char; |
| | |
/* yy_bp points to the position in yy_ch_buf of the start of | | /* yy_bp points to the position in yy_ch_buf of the start of |
* the current run. | | * the current run. |
*/ | | */ |
yy_bp = yy_cp; | | yy_bp = yy_cp; |
| | |
yy_current_state = (yy_start); | | yy_current_state = yy_start; |
yy_current_state += YY_AT_BOL(); | | yy_current_state += YY_AT_BOL(); |
yy_match: | | yy_match: |
do | | do |
| | |
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; | | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; |
if ( yy_accept[yy_current_state] ) | | if ( yy_accept[yy_current_state] ) |
{ | | { |
(yy_last_accepting_state) = yy_current_state; | | yy_last_accepting_state = yy_current_state; |
(yy_last_accepting_cpos) = yy_cp; | | yy_last_accepting_cpos = yy_cp; |
} | | } |
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) |
{ | | { |
yy_current_state = (int) yy_def[yy_current_state]; | | yy_current_state = (int) yy_def[yy_current_state]; |
if ( yy_current_state >= 2479 ) | | if ( yy_current_state >= 2500 ) |
yy_c = yy_meta[(unsigned int) yy_c]; | | yy_c = yy_meta[(unsigned int) yy_c]; |
} | | } |
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; |
++yy_cp; | | ++yy_cp; |
} | | } |
while ( yy_base[yy_current_state] != 2805 ); | | while ( yy_base[yy_current_state] != 2828 ); |
| | |
yy_find_action: | | yy_find_action: |
yy_act = yy_accept[yy_current_state]; | | yy_act = yy_accept[yy_current_state]; |
if ( yy_act == 0 ) | | if ( yy_act == 0 ) |
{ /* have to back up */ | | { /* have to back up */ |
yy_cp = (yy_last_accepting_cpos); | | yy_cp = yy_last_accepting_cpos; |
yy_current_state = (yy_last_accepting_state); | | yy_current_state = yy_last_accepting_state; |
yy_act = yy_accept[yy_current_state]; | | yy_act = yy_accept[yy_current_state]; |
} | | } |
| | |
YY_DO_BEFORE_ACTION; | | YY_DO_BEFORE_ACTION; |
| | |
| | |
do_action: /* This label is used only to access EOF actions. */ | | do_action: /* This label is used only to access EOF actions. */ |
| | |
| | |
switch ( yy_act ) | | switch ( yy_act ) |
{ /* beginning of action switch */ | | { /* beginning of action switch */ |
case 0: /* must back up */ | | case 0: /* must back up */ |
/* undo the effects of YY_DO_BEFORE_ACTION */ | | /* undo the effects of YY_DO_BEFORE_ACTION */ |
*yy_cp = (yy_hold_char); | | *yy_cp = yy_hold_char; |
yy_cp = (yy_last_accepting_cpos); | | yy_cp = yy_last_accepting_cpos; |
yy_current_state = (yy_last_accepting_state); | | yy_current_state = yy_last_accepting_state; |
goto yy_find_action; | | goto yy_find_action; |
| | |
case 1: | | case 1: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 619 "loader.l" | | #line 619 "loader.l" |
{ BEGIN( MESSAGE ); msgbuf[0]='\0'; } | | { BEGIN( MESSAGE ); msgbuf[0]='\0'; } |
YY_BREAK | | YY_BREAK |
case 2: | | case 2: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 620 "loader.l" | | #line 620 "loader.l" |
| | |
{strcat(msgbuf, yytext); strcat(msgbuf,"\n"); } | | {strcat(msgbuf, yytext); strcat(msgbuf,"\n"); } |
YY_BREAK | | YY_BREAK |
case 4: | | case 4: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 631 "loader.l" | | #line 631 "loader.l" |
{ BEGIN( LORE ); lorebuf[0]='\0'; } | | { BEGIN( LORE ); lorebuf[0]='\0'; } |
YY_BREAK | | YY_BREAK |
case 5: | | case 5: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 632 "loader.l" | | #line 632 "loader.l" |
| | |
FREE_AND_COPY(op->slaying, yval()); | | FREE_AND_COPY(op->slaying, yval()); |
YY_BREAK | | YY_BREAK |
case 14: | | case 14: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 675 "loader.l" | | #line 675 "loader.l" |
| | |
} | | } |
YY_BREAK | | YY_BREAK |
case 18: | | case 18: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 731 "loader.l" | | #line 731 "loader.l" |
| | |
} | | } |
YY_BREAK | | YY_BREAK |
case 19: | | case 19: |
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ | | *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ |
(yy_c_buf_p) = yy_cp -= 1; | | yy_c_buf_p = yy_cp -= 1; |
YY_DO_BEFORE_ACTION; /* set up yytext again */ | | YY_DO_BEFORE_ACTION; /* set up yytext again */ |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 737 "loader.l" | | #line 737 "loader.l" |
| | |
#line 811 "loader.l" | | #line 811 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_PICK, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NO_PICK, IVAL); |
YY_BREAK | | YY_BREAK |
/* These are all legacy - any new objects should use the move_ .. values */ | | |
| | |
case 74: | | case 74: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 815 "loader.l" | | #line 812 "loader.l" |
{ if (IVAL) op->move_block = MOVE_ALL; else op->move_block=0; } | | SET_OR_CLEAR_FLAG(op, FLAG_CLIENT_ANIM_SYNC, IVAL); |
YY_BREAK | | YY_BREAK |
case 75: | | case 75: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 816 "loader.l" | | #line 813 "loader.l" |
{ if (IVAL) op->move_on |= MOVE_WALK; else op->move_on &= ~MOVE_WALK; } | | SET_OR_CLEAR_FLAG(op, FLAG_CLIENT_ANIM_RANDOM, IVAL); |
YY_BREAK | | YY_BREAK |
| | /* These are all legacy - any new objects should use the move_ .. values */ |
| | |
case 76: | | case 76: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 817 "loader.l" | | #line 817 "loader.l" |
{ if (IVAL) op->move_off |= MOVE_WALK; else op->move_off &= ~MOVE_WALK; } | | { if (IVAL) op->move_block = MOVE_ALL; else op->move_block=0; } |
YY_BREAK | | YY_BREAK |
case 77: | | case 77: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 818 "loader.l" | | #line 818 "loader.l" |
{ if (IVAL) op->move_on |= MOVE_FLY_LOW; else op->move_on &= ~MOVE_FLY_LOW; } | | { if (IVAL) op->move_on |= MOVE_WALK; else op->move_on &= ~MOVE_WALK; } |
YY_BREAK | | YY_BREAK |
case 78: | | case 78: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 819 "loader.l" | | #line 819 "loader.l" |
{ if (IVAL) op->move_off |= MOVE_FLY_LOW; else op->move_off &= ~MOVE_FLY_LOW; } | | { if (IVAL) op->move_off |= MOVE_WALK; else op->move_off &= ~MOVE_WALK; } |
YY_BREAK | | YY_BREAK |
case 79: | | case 79: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 820 "loader.l" | | #line 820 "loader.l" |
{ if (IVAL) op->move_type |= MOVE_FLY_LOW; else op->move_type &= ~MOVE_FLY_LOW; } | | { if (IVAL) op->move_on |= MOVE_FLY_LOW; else op->move_on &= ~MOVE_FLY_LOW; } |
YY_BREAK | | YY_BREAK |
/* These are the new values */ | | |
| | |
case 80: | | case 80: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 824 "loader.l" | | #line 821 "loader.l" |
set_move(&op->move_block, yval()); | | { if (IVAL) op->move_off |= MOVE_FLY_LOW; else op->move_off &= ~MOVE_FLY_LOW; } |
YY_BREAK | | YY_BREAK |
case 81: | | case 81: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 825 "loader.l" | | #line 822 "loader.l" |
set_move(&op->move_allow, yval()); | | { if (IVAL) op->move_type |= MOVE_FLY_LOW; else op->move_type &= ~MOVE_FLY_LOW; } |
YY_BREAK | | YY_BREAK |
| | /* These are the new values */ |
| | |
case 82: | | case 82: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 826 "loader.l" | | #line 826 "loader.l" |
set_move(&op->move_type, yval()); | | set_move(&op->move_block, yval()); |
YY_BREAK | | YY_BREAK |
case 83: | | case 83: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 827 "loader.l" | | #line 827 "loader.l" |
set_move(&op->move_on, yval()); | | set_move(&op->move_allow, yval()); |
YY_BREAK | | YY_BREAK |
case 84: | | case 84: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 828 "loader.l" | | #line 828 "loader.l" |
set_move(&op->move_off, yval()); | | set_move(&op->move_type, yval()); |
YY_BREAK | | YY_BREAK |
case 85: | | case 85: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 829 "loader.l" | | #line 829 "loader.l" |
set_move(&op->move_slow, yval()); | | set_move(&op->move_on, yval()); |
YY_BREAK | | YY_BREAK |
case 86: | | case 86: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 830 "loader.l" | | #line 830 "loader.l" |
op->move_slow_penalty = FVAL; | | set_move(&op->move_off, yval()); |
YY_BREAK | | YY_BREAK |
case 87: | | case 87: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 833 "loader.l" | | #line 831 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_MONSTER, IVAL); | | set_move(&op->move_slow, yval()); |
YY_BREAK | | YY_BREAK |
case 88: | | case 88: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 834 "loader.l" | | #line 832 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NEUTRAL, IVAL); | | op->move_slow_penalty = FVAL; |
YY_BREAK | | YY_BREAK |
case 89: | | case 89: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 835 "loader.l" | | #line 835 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_ATTACK, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_MONSTER, IVAL); |
YY_BREAK | | YY_BREAK |
case 90: | | case 90: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 836 "loader.l" | | #line 836 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_DAMAGE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NEUTRAL, IVAL); |
YY_BREAK | | YY_BREAK |
case 91: | | case 91: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 837 "loader.l" | | #line 837 "loader.l" |
| | SET_OR_CLEAR_FLAG(op, FLAG_NO_ATTACK, IVAL); |
| | YY_BREAK |
| | case 92: |
| | YY_RULE_SETUP |
| | #line 838 "loader.l" |
| | SET_OR_CLEAR_FLAG(op, FLAG_NO_DAMAGE, IVAL); |
| | YY_BREAK |
| | case 93: |
| | YY_RULE_SETUP |
| | #line 839 "loader.l" |
{ if (IVAL) { | | { if (IVAL) { |
SET_FLAG(op, FLAG_FRIENDLY); | | SET_FLAG(op, FLAG_FRIENDLY); |
if (op->type != PLAYER) { | | if (op->type != PLAYER) { |
| | |
else CLEAR_FLAG(op, FLAG_FRIENDLY); | | else CLEAR_FLAG(op, FLAG_FRIENDLY); |
} | | } |
YY_BREAK | | YY_BREAK |
case 92: | | |
YY_RULE_SETUP | | |
#line 846 "loader.l" | | |
SET_OR_CLEAR_FLAG(op, FLAG_GENERATOR, IVAL); | | |
YY_BREAK | | |
case 93: | | |
YY_RULE_SETUP | | |
#line 847 "loader.l" | | |
SET_OR_CLEAR_FLAG (op,FLAG_CONTENT_ON_GEN, IVAL); | | |
YY_BREAK | | |
case 94: | | case 94: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 848 "loader.l" | | #line 848 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_THROWN, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_GENERATOR, IVAL); |
YY_BREAK | | YY_BREAK |
case 95: | | case 95: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 849 "loader.l" | | #line 849 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_AUTO_APPLY, IVAL); | | SET_OR_CLEAR_FLAG (op,FLAG_CONTENT_ON_GEN, IVAL); |
YY_BREAK | | YY_BREAK |
case 96: | | case 96: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 850 "loader.l" | | #line 850 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_TREASURE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_THROWN, IVAL); |
YY_BREAK | | YY_BREAK |
case 97: | | case 97: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 851 "loader.l" | | #line 851 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_SEE_INVISIBLE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_AUTO_APPLY, IVAL); |
YY_BREAK | | YY_BREAK |
case 98: | | case 98: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 852 "loader.l" | | #line 852 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_CAN_ROLL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_TREASURE, IVAL); |
YY_BREAK | | YY_BREAK |
case 99: | | case 99: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 853 "loader.l" | | #line 853 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_OVERLAY_FLOOR, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_SEE_INVISIBLE, IVAL); |
YY_BREAK | | YY_BREAK |
case 100: | | case 100: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 854 "loader.l" | | #line 854 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_TURNABLE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_CAN_ROLL, IVAL); |
YY_BREAK | | YY_BREAK |
case 101: | | case 101: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 855 "loader.l" | | #line 855 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_USED_UP, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_OVERLAY_FLOOR, IVAL); |
YY_BREAK | | YY_BREAK |
case 102: | | case 102: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 856 "loader.l" | | #line 856 "loader.l" |
{ if (IVAL) { | | SET_OR_CLEAR_FLAG(op, FLAG_IS_TURNABLE, IVAL); |
SET_FLAG(op, FLAG_IDENTIFIED); | | |
CLEAR_FLAG(op, FLAG_KNOWN_MAGICAL); | | |
} | | |
else CLEAR_FLAG(op, FLAG_IDENTIFIED); | | |
} | | |
YY_BREAK | | YY_BREAK |
case 103: | | case 103: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 862 "loader.l" | | #line 857 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_REFLECTING, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_USED_UP, IVAL); |
YY_BREAK | | YY_BREAK |
case 104: | | case 104: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 863 "loader.l" | | #line 858 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_CHANGING, IVAL); | | { if (IVAL) { |
| | SET_FLAG(op, FLAG_IDENTIFIED); |
| | CLEAR_FLAG(op, FLAG_KNOWN_MAGICAL); |
| | } |
| | else CLEAR_FLAG(op, FLAG_IDENTIFIED); |
| | } |
YY_BREAK | | YY_BREAK |
case 105: | | case 105: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 864 "loader.l" | | #line 864 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_SPLITTING, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_REFLECTING, IVAL); |
YY_BREAK | | YY_BREAK |
case 106: | | case 106: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 865 "loader.l" | | #line 865 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_HITBACK, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_CHANGING, IVAL); |
YY_BREAK | | YY_BREAK |
case 107: | | case 107: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 866 "loader.l" | | #line 866 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_STARTEQUIP, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_SPLITTING, IVAL); |
YY_BREAK | | YY_BREAK |
case 108: | | case 108: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 867 "loader.l" | | #line 867 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_BLOCKSVIEW, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_HITBACK, IVAL); |
YY_BREAK | | YY_BREAK |
case 109: | | case 109: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 868 "loader.l" | | #line 868 "loader.l" |
op->arch->editable = IVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_STARTEQUIP, IVAL); |
YY_BREAK | | YY_BREAK |
case 110: | | case 110: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 869 "loader.l" | | #line 869 "loader.l" |
{ } | | SET_OR_CLEAR_FLAG(op, FLAG_BLOCKSVIEW, IVAL); |
YY_BREAK | | YY_BREAK |
case 111: | | case 111: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 870 "loader.l" | | #line 870 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_UNDEAD, IVAL); | | op->arch->editable = IVAL; |
YY_BREAK | | YY_BREAK |
case 112: | | case 112: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 871 "loader.l" | | #line 871 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_SCARED, IVAL); | | { } |
YY_BREAK | | YY_BREAK |
case 113: | | case 113: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 872 "loader.l" | | #line 872 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_UNAGGRESSIVE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_UNDEAD, IVAL); |
YY_BREAK | | YY_BREAK |
case 114: | | case 114: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 873 "loader.l" | | #line 873 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_REFL_MISSILE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_SCARED, IVAL); |
YY_BREAK | | YY_BREAK |
case 115: | | case 115: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 874 "loader.l" | | #line 874 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_REFL_SPELL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_UNAGGRESSIVE, IVAL); |
YY_BREAK | | YY_BREAK |
case 116: | | case 116: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 875 "loader.l" | | #line 875 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_MAGIC, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_REFL_MISSILE, IVAL); |
YY_BREAK | | YY_BREAK |
case 117: | | case 117: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 876 "loader.l" | | #line 876 "loader.l" |
| | SET_OR_CLEAR_FLAG(op, FLAG_REFL_SPELL, IVAL); |
| | YY_BREAK |
| | case 118: |
| | YY_RULE_SETUP |
| | #line 877 "loader.l" |
| | SET_OR_CLEAR_FLAG(op, FLAG_NO_MAGIC, IVAL); |
| | YY_BREAK |
| | case 119: |
| | YY_RULE_SETUP |
| | #line 878 "loader.l" |
{ if (IVAL) { | | { if (IVAL) { |
SET_FLAG(op, FLAG_WIZ); | | SET_FLAG(op, FLAG_WIZ); |
SET_FLAG(op, FLAG_WAS_WIZ); | | SET_FLAG(op, FLAG_WAS_WIZ); |
| | |
} | | } |
} | | } |
YY_BREAK | | YY_BREAK |
case 118: | | |
YY_RULE_SETUP | | |
#line 888 "loader.l" | | |
SET_OR_CLEAR_FLAG(op, FLAG_WAS_WIZ, IVAL); | | |
YY_BREAK | | |
case 119: | | |
YY_RULE_SETUP | | |
#line 889 "loader.l" | | |
SET_OR_CLEAR_FLAG(op, FLAG_NO_FIX_PLAYER, IVAL); | | |
YY_BREAK | | |
case 120: | | case 120: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 890 "loader.l" | | #line 890 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_LIGHTABLE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_WAS_WIZ, IVAL); |
YY_BREAK | | YY_BREAK |
case 121: | | case 121: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 891 "loader.l" | | #line 891 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_TEAR_DOWN, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NO_FIX_PLAYER, IVAL); |
YY_BREAK | | YY_BREAK |
case 122: | | case 122: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 892 "loader.l" | | #line 892 "loader.l" |
op->stats.luck = IVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_IS_LIGHTABLE, IVAL); |
YY_BREAK | | YY_BREAK |
case 123: | | case 123: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 893 "loader.l" | | #line 893 "loader.l" |
op->run_away = IVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_TEAR_DOWN, IVAL); |
YY_BREAK | | YY_BREAK |
case 124: | | case 124: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 894 "loader.l" | | #line 894 "loader.l" |
op->pick_up = IVAL; | | op->stats.luck = IVAL; |
YY_BREAK | | YY_BREAK |
case 125: | | case 125: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 895 "loader.l" | | #line 895 "loader.l" |
op->item_power = IVAL; | | op->run_away = IVAL; |
YY_BREAK | | YY_BREAK |
case 126: | | case 126: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 896 "loader.l" | | #line 896 "loader.l" |
op->gen_sp_armour = IVAL; | | op->pick_up = IVAL; |
YY_BREAK | | YY_BREAK |
case 127: | | case 127: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 897 "loader.l" | | #line 897 "loader.l" |
op->anim_speed = IVAL; | | op->item_power = IVAL; |
YY_BREAK | | YY_BREAK |
case 128: | | case 128: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 898 "loader.l" | | #line 898 "loader.l" |
op->weight_limit = IVAL; | | op->gen_sp_armour = IVAL; |
YY_BREAK | | YY_BREAK |
case 129: | | case 129: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 899 "loader.l" | | #line 899 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_DROP, IVAL); | | op->anim_speed = IVAL; |
YY_BREAK | | YY_BREAK |
case 130: | | case 130: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 900 "loader.l" | | #line 900 "loader.l" |
op->will_apply = IVAL; | | op->weight_limit = IVAL; |
YY_BREAK | | YY_BREAK |
case 131: | | case 131: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 901 "loader.l" | | #line 901 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_RANDOM_MOVE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NO_DROP, IVAL); |
YY_BREAK | | YY_BREAK |
case 132: | | case 132: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 902 "loader.l" | | #line 902 "loader.l" |
{ } | | op->will_apply = IVAL; |
YY_BREAK | | YY_BREAK |
case 133: | | case 133: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 903 "loader.l" | | #line 903 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_SHIELD, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_RANDOM_MOVE, IVAL); |
YY_BREAK | | YY_BREAK |
case 134: | | case 134: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 904 "loader.l" | | #line 904 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_CAST_SPELL, IVAL); | | { } |
YY_BREAK | | YY_BREAK |
case 135: | | case 135: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 905 "loader.l" | | #line 905 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_SCROLL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_SHIELD, IVAL); |
YY_BREAK | | YY_BREAK |
case 136: | | case 136: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 906 "loader.l" | | #line 906 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_RANGE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_CAST_SPELL, IVAL); |
YY_BREAK | | YY_BREAK |
case 137: | | case 137: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 907 "loader.l" | | #line 907 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_BOW, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_SCROLL, IVAL); |
YY_BREAK | | YY_BREAK |
case 138: | | case 138: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 908 "loader.l" | | #line 908 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_ARMOUR, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_RANGE, IVAL); |
YY_BREAK | | YY_BREAK |
case 139: | | case 139: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 909 "loader.l" | | #line 909 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_WEAPON, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_BOW, IVAL); |
YY_BREAK | | YY_BREAK |
case 140: | | case 140: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 910 "loader.l" | | #line 910 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_RING, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_ARMOUR, IVAL); |
YY_BREAK | | YY_BREAK |
case 141: | | case 141: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 911 "loader.l" | | #line 911 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_READY_BOW, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_WEAPON, IVAL); |
YY_BREAK | | YY_BREAK |
case 142: | | case 142: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 912 "loader.l" | | #line 912 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_XRAYS, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_RING, IVAL); |
YY_BREAK | | YY_BREAK |
case 143: | | case 143: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 913 "loader.l" | | #line 913 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_FLOOR, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_READY_BOW, IVAL); |
YY_BREAK | | YY_BREAK |
case 144: | | case 144: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 914 "loader.l" | | #line 914 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_LIFESAVE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_XRAYS, IVAL); |
YY_BREAK | | YY_BREAK |
case 145: | | case 145: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 915 "loader.l" | | #line 915 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_STRENGTH, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_FLOOR, IVAL); |
YY_BREAK | | YY_BREAK |
case 146: | | case 146: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 916 "loader.l" | | #line 916 "loader.l" |
{ | | SET_OR_CLEAR_FLAG(op, FLAG_LIFESAVE, IVAL); |
SET_OR_CLEAR_FLAG(op, FLAG_SLEEP, IVAL); | | |
/*(LOG(llevDebug," Warning: Object %s has sleep set in arch.\n",op->name);*/ | | |
} | | |
YY_BREAK | | YY_BREAK |
case 147: | | case 147: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 920 "loader.l" | | #line 917 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_STAND_STILL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NO_STRENGTH, IVAL); |
YY_BREAK | | YY_BREAK |
case 148: | | case 148: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 921 "loader.l" | | #line 918 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_RANDOM_MOVE, IVAL); | | { |
| | SET_OR_CLEAR_FLAG(op, FLAG_SLEEP, IVAL); |
| | /*(LOG(llevDebug," Warning: Object %s has sleep set in arch.\n",op->name);*/ |
| | } |
YY_BREAK | | YY_BREAK |
case 149: | | case 149: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 922 "loader.l" | | #line 922 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_ONLY_ATTACK, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_STAND_STILL, IVAL); |
YY_BREAK | | YY_BREAK |
case 150: | | case 150: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 924 "loader.l" | | #line 923 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_ACTIVATE_ON_PUSH, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_RANDOM_MOVE, IVAL); |
YY_BREAK | | YY_BREAK |
case 151: | | case 151: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 925 "loader.l" | | #line 924 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_ACTIVATE_ON_RELEASE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_ONLY_ATTACK, IVAL); |
YY_BREAK | | YY_BREAK |
/* armour is loaded for compatiblity reasons */ | | |
case 152: | | case 152: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 928 "loader.l" | | #line 926 "loader.l" |
SET_RESIST(op, ATNR_PHYSICAL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_ACTIVATE_ON_PUSH, IVAL); |
YY_BREAK | | YY_BREAK |
/* Start of various attacktypes */ | | |
case 153: | | case 153: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 930 "loader.l" | | #line 927 "loader.l" |
SET_RESIST(op, ATNR_PHYSICAL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_ACTIVATE_ON_RELEASE, IVAL); |
YY_BREAK | | YY_BREAK |
| | /* armour is loaded for compatiblity reasons */ |
case 154: | | case 154: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 931 "loader.l" | | #line 930 "loader.l" |
SET_RESIST(op, ATNR_MAGIC, IVAL); | | SET_RESIST(op, ATNR_PHYSICAL, IVAL); |
YY_BREAK | | YY_BREAK |
| | /* Start of various attacktypes */ |
case 155: | | case 155: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 932 "loader.l" | | #line 932 "loader.l" |
SET_RESIST(op, ATNR_FIRE, IVAL); | | SET_RESIST(op, ATNR_PHYSICAL, IVAL); |
YY_BREAK | | YY_BREAK |
case 156: | | case 156: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 933 "loader.l" | | #line 933 "loader.l" |
SET_RESIST(op, ATNR_ELECTRICITY, IVAL); | | SET_RESIST(op, ATNR_MAGIC, IVAL); |
YY_BREAK | | YY_BREAK |
case 157: | | case 157: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 934 "loader.l" | | #line 934 "loader.l" |
SET_RESIST(op, ATNR_COLD, IVAL); | | SET_RESIST(op, ATNR_FIRE, IVAL); |
YY_BREAK | | YY_BREAK |
case 158: | | case 158: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 935 "loader.l" | | #line 935 "loader.l" |
SET_RESIST(op, ATNR_CONFUSION, IVAL); | | SET_RESIST(op, ATNR_ELECTRICITY, IVAL); |
YY_BREAK | | YY_BREAK |
case 159: | | case 159: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 936 "loader.l" | | #line 936 "loader.l" |
SET_RESIST(op, ATNR_ACID, IVAL); | | SET_RESIST(op, ATNR_COLD, IVAL); |
YY_BREAK | | YY_BREAK |
case 160: | | case 160: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 937 "loader.l" | | #line 937 "loader.l" |
SET_RESIST(op, ATNR_DRAIN, IVAL); | | SET_RESIST(op, ATNR_CONFUSION, IVAL); |
YY_BREAK | | YY_BREAK |
case 161: | | case 161: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 938 "loader.l" | | #line 938 "loader.l" |
SET_RESIST(op, ATNR_WEAPONMAGIC, IVAL); | | SET_RESIST(op, ATNR_ACID, IVAL); |
YY_BREAK | | YY_BREAK |
case 162: | | case 162: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 939 "loader.l" | | #line 939 "loader.l" |
SET_RESIST(op, ATNR_GHOSTHIT, IVAL); | | SET_RESIST(op, ATNR_DRAIN, IVAL); |
YY_BREAK | | YY_BREAK |
case 163: | | case 163: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 940 "loader.l" | | #line 940 "loader.l" |
SET_RESIST(op, ATNR_POISON, IVAL); | | SET_RESIST(op, ATNR_WEAPONMAGIC, IVAL); |
YY_BREAK | | YY_BREAK |
case 164: | | case 164: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 941 "loader.l" | | #line 941 "loader.l" |
SET_RESIST(op, ATNR_SLOW, IVAL); | | SET_RESIST(op, ATNR_GHOSTHIT, IVAL); |
YY_BREAK | | YY_BREAK |
case 165: | | case 165: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 942 "loader.l" | | #line 942 "loader.l" |
SET_RESIST(op, ATNR_PARALYZE, IVAL); | | SET_RESIST(op, ATNR_POISON, IVAL); |
YY_BREAK | | YY_BREAK |
case 166: | | case 166: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 943 "loader.l" | | #line 943 "loader.l" |
SET_RESIST(op, ATNR_TURN_UNDEAD, IVAL); | | SET_RESIST(op, ATNR_SLOW, IVAL); |
YY_BREAK | | YY_BREAK |
case 167: | | case 167: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 944 "loader.l" | | #line 944 "loader.l" |
SET_RESIST(op, ATNR_FEAR, IVAL); | | SET_RESIST(op, ATNR_PARALYZE, IVAL); |
YY_BREAK | | YY_BREAK |
case 168: | | case 168: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 945 "loader.l" | | #line 945 "loader.l" |
SET_RESIST(op, ATNR_CANCELLATION, IVAL); | | SET_RESIST(op, ATNR_TURN_UNDEAD, IVAL); |
YY_BREAK | | YY_BREAK |
case 169: | | case 169: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 946 "loader.l" | | #line 946 "loader.l" |
SET_RESIST(op, ATNR_DEPLETE, IVAL); | | SET_RESIST(op, ATNR_FEAR, IVAL); |
YY_BREAK | | YY_BREAK |
case 170: | | case 170: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 947 "loader.l" | | #line 947 "loader.l" |
SET_RESIST(op, ATNR_DEATH, IVAL); | | SET_RESIST(op, ATNR_CANCELLATION, IVAL); |
YY_BREAK | | YY_BREAK |
case 171: | | case 171: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 948 "loader.l" | | #line 948 "loader.l" |
SET_RESIST(op, ATNR_CHAOS, IVAL); | | SET_RESIST(op, ATNR_DEPLETE, IVAL); |
YY_BREAK | | YY_BREAK |
case 172: | | case 172: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 949 "loader.l" | | #line 949 "loader.l" |
SET_RESIST(op, ATNR_COUNTERSPELL, IVAL); | | SET_RESIST(op, ATNR_DEATH, IVAL); |
YY_BREAK | | YY_BREAK |
case 173: | | case 173: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 950 "loader.l" | | #line 950 "loader.l" |
SET_RESIST(op, ATNR_GODPOWER, IVAL); | | SET_RESIST(op, ATNR_CHAOS, IVAL); |
YY_BREAK | | YY_BREAK |
case 174: | | case 174: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 951 "loader.l" | | #line 951 "loader.l" |
SET_RESIST(op, ATNR_HOLYWORD, IVAL); | | SET_RESIST(op, ATNR_COUNTERSPELL, IVAL); |
YY_BREAK | | YY_BREAK |
case 175: | | case 175: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 952 "loader.l" | | #line 952 "loader.l" |
SET_RESIST(op, ATNR_BLIND, IVAL); | | SET_RESIST(op, ATNR_GODPOWER, IVAL); |
YY_BREAK | | YY_BREAK |
case 176: | | case 176: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 953 "loader.l" | | #line 953 "loader.l" |
SET_RESIST(op, ATNR_INTERNAL, IVAL); | | SET_RESIST(op, ATNR_HOLYWORD, IVAL); |
YY_BREAK | | YY_BREAK |
case 177: | | case 177: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 954 "loader.l" | | #line 954 "loader.l" |
SET_RESIST(op, ATNR_LIFE_STEALING, IVAL); | | SET_RESIST(op, ATNR_BLIND, IVAL); |
YY_BREAK | | YY_BREAK |
case 178: | | case 178: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 955 "loader.l" | | #line 955 "loader.l" |
SET_RESIST(op, ATNR_DISEASE, IVAL); | | SET_RESIST(op, ATNR_INTERNAL, IVAL); |
YY_BREAK | | YY_BREAK |
/* Old style resistances */ | | |
case 179: | | case 179: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 958 "loader.l" | | #line 956 "loader.l" |
set_protection(op, IVAL, RESIST_IMMUNE); | | SET_RESIST(op, ATNR_LIFE_STEALING, IVAL); |
YY_BREAK | | YY_BREAK |
case 180: | | case 180: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 959 "loader.l" | | #line 957 "loader.l" |
set_protection(op, IVAL, RESIST_PROT); | | SET_RESIST(op, ATNR_DISEASE, IVAL); |
YY_BREAK | | YY_BREAK |
| | /* Old style resistances */ |
case 181: | | case 181: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 960 "loader.l" | | #line 960 "loader.l" |
set_protection(op, IVAL, RESIST_VULN); | | set_protection(op, IVAL, RESIST_IMMUNE); |
YY_BREAK | | YY_BREAK |
/* old values - keep them around for now, but they should be removed at some point */ | | |
case 182: | | case 182: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 963 "loader.l" | | #line 961 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_READY_RANGE, IVAL); | | set_protection(op, IVAL, RESIST_PROT); |
YY_BREAK | | YY_BREAK |
case 183: | | case 183: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 964 "loader.l" | | #line 962 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_READY_RANGE, IVAL); | | set_protection(op, IVAL, RESIST_VULN); |
YY_BREAK | | YY_BREAK |
| | /* old values - keep them around for now, but they should be removed at some point */ |
case 184: | | case 184: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 965 "loader.l" | | #line 965 "loader.l" |
| | |
case 185: | | case 185: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 966 "loader.l" | | #line 966 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_RANGE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_READY_RANGE, IVAL); |
YY_BREAK | | YY_BREAK |
case 186: | | case 186: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 968 "loader.l" | | #line 967 "loader.l" |
op->attack_movement = IVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_READY_RANGE, IVAL); |
YY_BREAK | | YY_BREAK |
case 187: | | case 187: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 969 "loader.l" | | #line 968 "loader.l" |
op->move_status = IVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_USE_RANGE, IVAL); |
YY_BREAK | | YY_BREAK |
case 188: | | case 188: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 970 "loader.l" | | #line 970 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_CONFUSED, IVAL); | | op->attack_movement = IVAL; |
YY_BREAK | | YY_BREAK |
case 189: | | case 189: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 971 "loader.l" | | #line 971 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_STEALTH, IVAL); | | op->move_status = IVAL; |
YY_BREAK | | YY_BREAK |
case 190: | | case 190: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 972 "loader.l" | | #line 972 "loader.l" |
add_button_link(op, op->map, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_CONFUSED, IVAL); |
YY_BREAK | | YY_BREAK |
case 191: | | case 191: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 973 "loader.l" | | #line 973 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_CURSED, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_STEALTH, IVAL); |
YY_BREAK | | YY_BREAK |
case 192: | | case 192: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 974 "loader.l" | | #line 974 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_DAMNED, IVAL); | | add_button_link(op, op->map, IVAL); |
YY_BREAK | | YY_BREAK |
case 193: | | case 193: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 975 "loader.l" | | #line 975 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_SEE_ANYWHERE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_CURSED, IVAL); |
YY_BREAK | | YY_BREAK |
case 194: | | case 194: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 976 "loader.l" | | #line 976 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_KNOWN_MAGICAL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_DAMNED, IVAL); |
YY_BREAK | | YY_BREAK |
case 195: | | case 195: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 977 "loader.l" | | #line 977 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_KNOWN_CURSED, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_SEE_ANYWHERE, IVAL); |
YY_BREAK | | YY_BREAK |
case 196: | | case 196: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 978 "loader.l" | | #line 978 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_CAN_USE_SKILL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_KNOWN_MAGICAL, IVAL); |
YY_BREAK | | YY_BREAK |
case 197: | | case 197: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 979 "loader.l" | | #line 979 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_BEEN_APPLIED, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_KNOWN_CURSED, IVAL); |
YY_BREAK | | YY_BREAK |
case 198: | | case 198: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 980 "loader.l" | | #line 980 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_READY_SCROLL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_CAN_USE_SKILL, IVAL); |
YY_BREAK | | YY_BREAK |
case 199: | | case 199: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 981 "loader.l" | | #line 981 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_ROD, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_BEEN_APPLIED, IVAL); |
YY_BREAK | | YY_BREAK |
case 200: | | case 200: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 982 "loader.l" | | #line 982 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_USE_HORN, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_READY_SCROLL, IVAL); |
YY_BREAK | | YY_BREAK |
case 201: | | case 201: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 983 "loader.l" | | #line 983 "loader.l" |
op->expmul = FVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_USE_ROD, IVAL); |
YY_BREAK | | YY_BREAK |
case 202: | | case 202: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 984 "loader.l" | | #line 984 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_UNIQUE, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_USE_HORN, IVAL); |
YY_BREAK | | YY_BREAK |
case 203: | | case 203: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 985 "loader.l" | | #line 985 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_MAKE_INVIS, IVAL); | | op->expmul = FVAL; |
YY_BREAK | | YY_BREAK |
case 204: | | case 204: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 986 "loader.l" | | #line 986 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_INV_LOCKED, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_UNIQUE, IVAL); |
YY_BREAK | | YY_BREAK |
case 205: | | case 205: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 987 "loader.l" | | #line 987 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_WOODED, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_MAKE_INVIS, IVAL); |
YY_BREAK | | YY_BREAK |
case 206: | | case 206: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 988 "loader.l" | | #line 988 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_HILLY, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_INV_LOCKED, IVAL); |
YY_BREAK | | YY_BREAK |
case 207: | | case 207: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 989 "loader.l" | | #line 989 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_WATER, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_WOODED, IVAL); |
YY_BREAK | | YY_BREAK |
case 208: | | case 208: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 990 "loader.l" | | #line 990 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_READY_SKILL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_HILLY, IVAL); |
YY_BREAK | | YY_BREAK |
case 209: | | case 209: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 991 "loader.l" | | #line 991 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_READY_WEAPON, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_WATER, IVAL); |
YY_BREAK | | YY_BREAK |
case 210: | | case 210: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 992 "loader.l" | | #line 992 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_SKILL_IDENT, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_READY_SKILL, IVAL); |
YY_BREAK | | YY_BREAK |
case 211: | | case 211: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 993 "loader.l" | | #line 993 "loader.l" |
op->glow_radius = IVAL; | | SET_OR_CLEAR_FLAG(op, FLAG_READY_WEAPON, IVAL); |
YY_BREAK | | YY_BREAK |
case 212: | | case 212: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 994 "loader.l" | | #line 994 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_BLIND, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NO_SKILL_IDENT, IVAL); |
YY_BREAK | | YY_BREAK |
case 213: | | case 213: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 995 "loader.l" | | #line 995 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_SEE_IN_DARK, IVAL); | | op->glow_radius = IVAL; |
YY_BREAK | | YY_BREAK |
case 214: | | case 214: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 996 "loader.l" | | #line 996 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_IS_CAULDRON, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_BLIND, IVAL); |
YY_BREAK | | YY_BREAK |
case 215: | | case 215: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 997 "loader.l" | | #line 997 "loader.l" |
op->randomitems = find_treasurelist(yval()); | | SET_OR_CLEAR_FLAG(op, FLAG_SEE_IN_DARK, IVAL); |
YY_BREAK | | YY_BREAK |
case 216: | | case 216: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 998 "loader.l" | | #line 998 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_NO_STEAL, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_IS_CAULDRON, IVAL); |
YY_BREAK | | YY_BREAK |
case 217: | | case 217: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 999 "loader.l" | | #line 999 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_ONE_HIT, IVAL); | | op->randomitems = find_treasurelist(yval()); |
YY_BREAK | | YY_BREAK |
case 218: | | case 218: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1000 "loader.l" | | #line 1000 "loader.l" |
SET_OR_CLEAR_FLAG(op, FLAG_BERSERK, IVAL); | | SET_OR_CLEAR_FLAG(op, FLAG_NO_STEAL, IVAL); |
YY_BREAK | | YY_BREAK |
case 219: | | case 219: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1002 "loader.l" | | #line 1001 "loader.l" |
{ /* Some archetypes have these values in them */ } | | SET_OR_CLEAR_FLAG(op, FLAG_ONE_HIT, IVAL); |
YY_BREAK | | YY_BREAK |
case 220: | | case 220: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1003 "loader.l" | | #line 1002 "loader.l" |
{ /* Probably the pupland archetypes - I imagined */ } | | SET_OR_CLEAR_FLAG(op, FLAG_BERSERK, IVAL); |
YY_BREAK | | YY_BREAK |
case 221: | | case 221: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1004 "loader.l" | | #line 1004 "loader.l" |
{ /* That these are for the new combat code */ } | | { /* Some archetypes have these values in them */ } |
YY_BREAK | | YY_BREAK |
case 222: | | case 222: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1005 "loader.l" | | #line 1005 "loader.l" |
{ /* just ignore for now */ } | | { /* Probably the pupland archetypes - I imagined */ } |
YY_BREAK | | YY_BREAK |
case 223: | | case 223: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1006 "loader.l" | | #line 1006 "loader.l" |
{ } | | { /* That these are for the new combat code */ } |
YY_BREAK | | YY_BREAK |
case 224: | | case 224: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1007 "loader.l" | | #line 1007 "loader.l" |
op->weapontype = IVAL; | | { /* just ignore for now */ } |
YY_BREAK | | YY_BREAK |
case 225: | | case 225: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1008 "loader.l" | | #line 1008 "loader.l" |
op->tooltype = IVAL; | | { } |
YY_BREAK | | YY_BREAK |
case 226: | | case 226: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1009 "loader.l" | | #line 1009 "loader.l" |
op->casting_time = FVAL; | | op->weapontype = IVAL; |
YY_BREAK | | YY_BREAK |
case 227: | | case 227: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1010 "loader.l" | | #line 1010 "loader.l" |
op->elevation = IVAL; | | op->tooltype = IVAL; |
YY_BREAK | | YY_BREAK |
case 228: | | case 228: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1011 "loader.l" | | #line 1011 "loader.l" |
op->smoothlevel = IVAL; | | op->casting_time = FVAL; |
YY_BREAK | | YY_BREAK |
case 229: | | case 229: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1012 "loader.l" | | #line 1012 "loader.l" |
op->client_type = IVAL; | | op->elevation = IVAL; |
YY_BREAK | | YY_BREAK |
case 230: | | case 230: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1013 "loader.l" | | #line 1013 "loader.l" |
set_body_info(op, yytext); | | op->smoothlevel = IVAL; |
YY_BREAK | | YY_BREAK |
case 231: | | case 231: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1014 "loader.l" | | #line 1014 "loader.l" |
op->duration = IVAL; | | op->client_type = IVAL; |
YY_BREAK | | YY_BREAK |
case 232: | | case 232: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1015 "loader.l" | | #line 1015 "loader.l" |
op->range = IVAL; | | set_body_info(op, yytext); |
YY_BREAK | | YY_BREAK |
case 233: | | case 233: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1016 "loader.l" | | #line 1016 "loader.l" |
op->range_modifier = IVAL; | | op->duration = IVAL; |
YY_BREAK | | YY_BREAK |
case 234: | | case 234: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1017 "loader.l" | | #line 1017 "loader.l" |
op->dam_modifier = IVAL; | | op->range = IVAL; |
YY_BREAK | | YY_BREAK |
case 235: | | case 235: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1018 "loader.l" | | #line 1018 "loader.l" |
op->duration_modifier = IVAL; | | op->range_modifier = IVAL; |
YY_BREAK | | YY_BREAK |
case 236: | | case 236: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1019 "loader.l" | | #line 1019 "loader.l" |
SET_OR_CLEAR_FLAG( op, FLAG_IS_BUILDABLE, IVAL ); | | op->dam_modifier = IVAL; |
YY_BREAK | | YY_BREAK |
case 237: | | case 237: |
YY_RULE_SETUP | | YY_RULE_SETUP |
| | #line 1020 "loader.l" |
| | op->duration_modifier = IVAL; |
| | YY_BREAK |
| | case 238: |
| | YY_RULE_SETUP |
#line 1021 "loader.l" | | #line 1021 "loader.l" |
| | SET_OR_CLEAR_FLAG( op, FLAG_IS_BUILDABLE, IVAL ); |
| | YY_BREAK |
| | case 239: |
| | YY_RULE_SETUP |
| | #line 1023 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_APPLY,yv,NULL,NULL); | | insert_event(op,EVENT_APPLY,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 238: | | case 240: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1029 "loader.l" | | #line 1031 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_APPLY,NULL,yv,NULL); | | insert_event(op,EVENT_APPLY,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 239: | | case 241: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1037 "loader.l" | | #line 1039 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_APPLY,NULL,NULL,yv); | | insert_event(op,EVENT_APPLY,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 240: | | case 242: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1045 "loader.l" | | #line 1047 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_ATTACK,yv,NULL,NULL); | | insert_event(op,EVENT_ATTACK,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 241: | | case 243: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1053 "loader.l" | | #line 1055 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_ATTACK,NULL,yv,NULL); | | insert_event(op,EVENT_ATTACK,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 242: | | case 244: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1061 "loader.l" | | #line 1063 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_ATTACK,NULL,NULL,yv); | | insert_event(op,EVENT_ATTACK,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 243: | | case 245: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1068 "loader.l" | | #line 1070 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_DEATH,yv,NULL,NULL); | | insert_event(op,EVENT_DEATH,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 244: | | case 246: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1076 "loader.l" | | #line 1078 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_DEATH,NULL,yv,NULL); | | insert_event(op,EVENT_DEATH,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 245: | | case 247: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1084 "loader.l" | | #line 1086 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_DEATH,NULL,NULL,yv); | | insert_event(op,EVENT_DEATH,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 246: | | case 248: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1091 "loader.l" | | #line 1093 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_DROP,yv,NULL,NULL); | | insert_event(op,EVENT_DROP,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 247: | | case 249: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1099 "loader.l" | | #line 1101 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_DROP,NULL,yv,NULL); | | insert_event(op,EVENT_DROP,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 248: | | case 250: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1107 "loader.l" | | #line 1109 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_DROP,NULL,NULL,yv); | | insert_event(op,EVENT_DROP,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 249: | | case 251: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1114 "loader.l" | | #line 1116 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_PICKUP,yv,NULL,NULL); | | insert_event(op,EVENT_PICKUP,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 250: | | case 252: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1122 "loader.l" | | #line 1124 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_PICKUP,NULL,yv,NULL); | | insert_event(op,EVENT_PICKUP,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 251: | | case 253: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1130 "loader.l" | | #line 1132 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_PICKUP,NULL,NULL,yv); | | insert_event(op,EVENT_PICKUP,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 252: | | case 254: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1137 "loader.l" | | #line 1139 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_SAY,yv,NULL,NULL); | | insert_event(op,EVENT_SAY,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 253: | | case 255: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1145 "loader.l" | | #line 1147 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_SAY,NULL,yv,NULL); | | insert_event(op,EVENT_SAY,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 254: | | case 256: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1153 "loader.l" | | #line 1155 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_SAY,NULL,NULL,yv); | | insert_event(op,EVENT_SAY,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 255: | | case 257: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1160 "loader.l" | | #line 1162 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_STOP,yv,NULL,NULL); | | insert_event(op,EVENT_STOP,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 256: | | case 258: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1168 "loader.l" | | #line 1170 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_STOP,NULL,yv,NULL); | | insert_event(op,EVENT_STOP,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 257: | | case 259: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1176 "loader.l" | | #line 1178 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_STOP,NULL,NULL,yv); | | insert_event(op,EVENT_STOP,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 258: | | case 260: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1183 "loader.l" | | #line 1185 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TIME,yv,NULL,NULL); | | insert_event(op,EVENT_TIME,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 259: | | case 261: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1191 "loader.l" | | #line 1193 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TIME,NULL,yv,NULL); | | insert_event(op,EVENT_TIME,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 260: | | case 262: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1199 "loader.l" | | #line 1201 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TIME,NULL,NULL,yv); | | insert_event(op,EVENT_TIME,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 261: | | case 263: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1206 "loader.l" | | #line 1208 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_THROW,yv,NULL,NULL); | | insert_event(op,EVENT_THROW,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 262: | | case 264: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1214 "loader.l" | | #line 1216 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_THROW,NULL,yv,NULL); | | insert_event(op,EVENT_THROW,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 263: | | case 265: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1222 "loader.l" | | #line 1224 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_THROW,NULL,NULL,yv); | | insert_event(op,EVENT_THROW,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 264: | | case 266: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1229 "loader.l" | | #line 1231 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TRIGGER,yv,NULL,NULL); | | insert_event(op,EVENT_TRIGGER,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 265: | | case 267: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1237 "loader.l" | | #line 1239 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TRIGGER,NULL,yv,NULL); | | insert_event(op,EVENT_TRIGGER,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 266: | | case 268: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1245 "loader.l" | | #line 1247 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TRIGGER,NULL,NULL,yv); | | insert_event(op,EVENT_TRIGGER,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 267: | | case 269: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1252 "loader.l" | | #line 1254 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_CLOSE,yv,NULL,NULL); | | insert_event(op,EVENT_CLOSE,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 268: | | case 270: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1260 "loader.l" | | #line 1262 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_CLOSE,NULL,yv,NULL); | | insert_event(op,EVENT_CLOSE,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 269: | | case 271: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1268 "loader.l" | | #line 1270 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_CLOSE,NULL,NULL,yv); | | insert_event(op,EVENT_CLOSE,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 270: | | case 272: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1275 "loader.l" | | #line 1277 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TIMER,yv,NULL,NULL); | | insert_event(op,EVENT_TIMER,yv,NULL,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 271: | | case 273: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1283 "loader.l" | | #line 1285 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TIMER,NULL,yv,NULL); | | insert_event(op,EVENT_TIMER,NULL,yv,NULL); |
} | | } |
YY_BREAK | | YY_BREAK |
case 272: | | case 274: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1291 "loader.l" | | #line 1293 "loader.l" |
{ | | { |
char *yv=yval(); | | char *yv=yval(); |
if (*yv=='\0') | | if (*yv=='\0') |
| | |
insert_event(op,EVENT_TIMER,NULL,NULL,yv); | | insert_event(op,EVENT_TIMER,NULL,NULL,yv); |
} | | } |
YY_BREAK | | YY_BREAK |
case 273: | | case 275: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1299 "loader.l" | | #line 1301 "loader.l" |
{ char *yv=yval(); | | { char *yv=yval(); |
| | |
if (*yv=='\0') LOG(llevError,"Script (current weapon) without val\n"); | | if (*yv=='\0') LOG(llevError,"Script (current weapon) without val\n"); |
| | |
}; | | }; |
} | | } |
YY_BREAK | | YY_BREAK |
case 274: | | case 276: |
/* rule 274 can match eol */ | | |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1308 "loader.l" | | #line 1310 "loader.l" |
{/* ignore empty lines, newlines we don't do above */} | | {/* ignore empty lines, newlines we don't do above */} |
YY_BREAK | | YY_BREAK |
case 275: | | case 277: |
/* rule 275 can match eol */ | | |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1309 "loader.l" | | #line 1311 "loader.l" |
{} | | {} |
YY_BREAK | | YY_BREAK |
case YY_STATE_EOF(INITIAL): | | case YY_STATE_EOF(INITIAL): |
case YY_STATE_EOF(MESSAGE): | | case YY_STATE_EOF(MESSAGE): |
case YY_STATE_EOF(LORE): | | case YY_STATE_EOF(LORE): |
case YY_STATE_EOF(SCRIPT): | | case YY_STATE_EOF(SCRIPT): |
#line 1311 "loader.l" | | #line 1313 "loader.l" |
{/* If we got an error, return the error. Otherwise, return that we got EOF */ | | {/* If we got an error, return the error. Otherwise, return that we got EOF */ |
if (lex_error!=0) return lex_error; else return LL_EOF;} | | if (lex_error!=0) return lex_error; else return LL_EOF;} |
YY_BREAK | | YY_BREAK |
case 276: | | case 278: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1313 "loader.l" | | #line 1315 "loader.l" |
{ add_key_value(op); } | | { add_key_value(op); } |
YY_BREAK | | YY_BREAK |
case 277: | | case 279: |
YY_RULE_SETUP | | YY_RULE_SETUP |
#line 1314 "loader.l" | | #line 1316 "loader.l" |
ECHO; | | ECHO; |
YY_BREAK | | YY_BREAK |
#line 4589 "loader.c" | | #line 4534 "loader.c" |
| | |
case YY_END_OF_BUFFER: | | case YY_END_OF_BUFFER: |
{ | | { |
/* Amount of text matched not including the EOB char. */ | | /* Amount of text matched not including the EOB char. */ |
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1; |
| | |
/* Undo the effects of YY_DO_BEFORE_ACTION. */ | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ |
*yy_cp = (yy_hold_char); | | *yy_cp = yy_hold_char; |
YY_RESTORE_YY_MORE_OFFSET | | YY_RESTORE_YY_MORE_OFFSET |
| | |
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | | if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW ) |
{ | | { |
/* We're scanning a new file or input source. It's | | /* We're scanning a new file or input source. It's |
* possible that this happened because the user | | * possible that this happened because the user |
* just pointed yyin at a new source and called | | * just pointed yyin at a new source and called |
* yylex(). If so, then we have to assure | | * yylex(). If so, then we have to assure |
* consistency between YY_CURRENT_BUFFER and our | | * consistency between yy_current_buffer and our |
* globals. Here is the right place to do so, because | | * globals. Here is the right place to do so, because |
* this is the first action (other than possibly a | | * this is the first action (other than possibly a |
* back-up) that will match for the new input source. | | * back-up) that will match for the new input source. |
*/ | | */ |
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | yy_n_chars = yy_current_buffer->yy_n_chars; |
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | | yy_current_buffer->yy_input_file = yyin; |
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | | yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL; |
} | | } |
| | |
/* Note that here we test for yy_c_buf_p "<=" to the position | | /* Note that here we test for yy_c_buf_p "<=" to the position |
| | |
* end-of-buffer state). Contrast this with the test | | * end-of-buffer state). Contrast this with the test |
* in input(). | | * in input(). |
*/ | | */ |
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | | if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] ) |
{ /* This was really a NUL. */ | | { /* This was really a NUL. */ |
yy_state_type yy_next_state; | | yy_state_type yy_next_state; |
| | |
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text; |
| | |
yy_current_state = yy_get_previous_state( ); | | yy_current_state = yy_get_previous_state( ); |
| | |
| | |
| | |
yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_next_state = yy_try_NUL_trans( yy_current_state ); |
| | |
yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | yy_bp = yytext_ptr + YY_MORE_ADJ; |
| | |
if ( yy_next_state ) | | if ( yy_next_state ) |
{ | | { |
/* Consume the NUL. */ | | /* Consume the NUL. */ |
yy_cp = ++(yy_c_buf_p); | | yy_cp = ++yy_c_buf_p; |
yy_current_state = yy_next_state; | | yy_current_state = yy_next_state; |
goto yy_match; | | goto yy_match; |
} | | } |
| | |
else | | else |
{ | | { |
yy_cp = (yy_c_buf_p); | | yy_cp = yy_c_buf_p; |
goto yy_find_action; | | goto yy_find_action; |
} | | } |
} | | } |
| | |
{ | | { |
case EOB_ACT_END_OF_FILE: | | case EOB_ACT_END_OF_FILE: |
{ | | { |
(yy_did_buffer_switch_on_eof) = 0; | | yy_did_buffer_switch_on_eof = 0; |
| | |
if ( yywrap( ) ) | | if ( yywrap( ) ) |
{ | | { |
| | |
* YY_NULL, it'll still work - another | | * YY_NULL, it'll still work - another |
* YY_NULL will get returned. | | * YY_NULL will get returned. |
*/ | | */ |
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_c_buf_p = yytext_ptr + YY_MORE_ADJ; |
| | |
yy_act = YY_STATE_EOF(YY_START); | | yy_act = YY_STATE_EOF(YY_START); |
goto do_action; | | goto do_action; |
| | |
| | |
else | | else |
{ | | { |
if ( ! (yy_did_buffer_switch_on_eof) ) | | if ( ! yy_did_buffer_switch_on_eof ) |
YY_NEW_FILE; | | YY_NEW_FILE; |
} | | } |
break; | | break; |
} | | } |
| | |
case EOB_ACT_CONTINUE_SCAN: | | case EOB_ACT_CONTINUE_SCAN: |
(yy_c_buf_p) = | | yy_c_buf_p = |
(yytext_ptr) + yy_amount_of_matched_text; | | yytext_ptr + yy_amount_of_matched_text; |
| | |
yy_current_state = yy_get_previous_state( ); | | yy_current_state = yy_get_previous_state( ); |
| | |
yy_cp = (yy_c_buf_p); | | yy_cp = yy_c_buf_p; |
yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | yy_bp = yytext_ptr + YY_MORE_ADJ; |
goto yy_match; | | goto yy_match; |
| | |
case EOB_ACT_LAST_MATCH: | | case EOB_ACT_LAST_MATCH: |
(yy_c_buf_p) = | | yy_c_buf_p = |
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | &yy_current_buffer->yy_ch_buf[yy_n_chars]; |
| | |
yy_current_state = yy_get_previous_state( ); | | yy_current_state = yy_get_previous_state( ); |
| | |
yy_cp = (yy_c_buf_p); | | yy_cp = yy_c_buf_p; |
yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | yy_bp = yytext_ptr + YY_MORE_ADJ; |
goto yy_find_action; | | goto yy_find_action; |
} | | } |
break; | | break; |
| | |
} /* end of scanning one token */ | | } /* end of scanning one token */ |
} /* end of yylex */ | | } /* end of yylex */ |
| | |
| | |
/* yy_get_next_buffer - try to read in a new buffer | | /* yy_get_next_buffer - try to read in a new buffer |
* | | * |
* Returns a code representing an action: | | * Returns a code representing an action: |
| | |
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position | | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position |
* EOB_ACT_END_OF_FILE - end of file | | * EOB_ACT_END_OF_FILE - end of file |
*/ | | */ |
static int yy_get_next_buffer (void) | | |
| | static int yy_get_next_buffer() |
{ | | { |
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | | register char *dest = yy_current_buffer->yy_ch_buf; |
register char *source = (yytext_ptr); | | register char *source = yytext_ptr; |
register int number_to_move, i; | | register int number_to_move, i; |
int ret_val; | | int ret_val; |
| | |
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | | if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] ) |
YY_FATAL_ERROR( | | YY_FATAL_ERROR( |
"fatal flex scanner internal error--end of buffer missed" ); | | "fatal flex scanner internal error--end of buffer missed" ); |
| | |
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | | if ( yy_current_buffer->yy_fill_buffer == 0 ) |
{ /* Don't try to fill the buffer, so this is an EOF. */ | | { /* Don't try to fill the buffer, so this is an EOF. */ |
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | | if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 ) |
{ | | { |
/* We matched a single character, the EOB, so | | /* We matched a single character, the EOB, so |
* treat this as a final EOF. | | * treat this as a final EOF. |
| | |
/* Try to read more data. */ | | /* Try to read more data. */ |
| | |
/* First move last chars to start of buffer. */ | | /* First move last chars to start of buffer. */ |
number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1; |
| | |
for ( i = 0; i < number_to_move; ++i ) | | for ( i = 0; i < number_to_move; ++i ) |
*(dest++) = *(source++); | | *(dest++) = *(source++); |
| | |
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | | if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING ) |
/* don't do the read, it's not guaranteed to return an EOF, | | /* don't do the read, it's not guaranteed to return an EOF, |
* just force an EOF | | * just force an EOF |
*/ | | */ |
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | yy_current_buffer->yy_n_chars = yy_n_chars = 0; |
| | |
else | | else |
{ | | { |
size_t num_to_read = | | int num_to_read = |
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | yy_current_buffer->yy_buf_size - number_to_move - 1; |
| | |
while ( num_to_read <= 0 ) | | while ( num_to_read <= 0 ) |
{ /* Not enough room in the buffer - grow it. */ | | { /* Not enough room in the buffer - grow it. */ |
| | #ifdef YY_USES_REJECT |
| | YY_FATAL_ERROR( |
| | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); |
| | #else |
| | |
/* just a shorter name for the current buffer */ | | /* just a shorter name for the current buffer */ |
YY_BUFFER_STATE b = YY_CURRENT_BUFFER; | | YY_BUFFER_STATE b = yy_current_buffer; |
| | |
int yy_c_buf_p_offset = | | int yy_c_buf_p_offset = |
(int) ((yy_c_buf_p) - b->yy_ch_buf); | | (int) (yy_c_buf_p - b->yy_ch_buf); |
| | |
if ( b->yy_is_our_buffer ) | | if ( b->yy_is_our_buffer ) |
{ | | { |
| | |
| | |
b->yy_ch_buf = (char *) | | b->yy_ch_buf = (char *) |
/* Include room in for 2 EOB chars. */ | | /* Include room in for 2 EOB chars. */ |
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); | | yy_flex_realloc( (void *) b->yy_ch_buf, |
| | b->yy_buf_size + 2 ); |
} | | } |
else | | else |
/* Can't grow it, we don't own it. */ | | /* Can't grow it, we don't own it. */ |
| | |
YY_FATAL_ERROR( | | YY_FATAL_ERROR( |
"fatal error - scanner input buffer overflow" ); | | "fatal error - scanner input buffer overflow" ); |
| | |
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; | | yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset]; |
| | |
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - | | num_to_read = yy_current_buffer->yy_buf_size - |
number_to_move - 1; | | number_to_move - 1; |
| | #endif |
} | | } |
| | |
if ( num_to_read > YY_READ_BUF_SIZE ) | | if ( num_to_read > YY_READ_BUF_SIZE ) |
num_to_read = YY_READ_BUF_SIZE; | | num_to_read = YY_READ_BUF_SIZE; |
| | |
/* Read in more data. */ | | /* Read in more data. */ |
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | | YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]), |
(yy_n_chars), num_to_read ); | | yy_n_chars, num_to_read ); |
| | |
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | yy_current_buffer->yy_n_chars = yy_n_chars; |
} | | } |
| | |
if ( (yy_n_chars) == 0 ) | | if ( yy_n_chars == 0 ) |
{ | | { |
if ( number_to_move == YY_MORE_ADJ ) | | if ( number_to_move == YY_MORE_ADJ ) |
{ | | { |
| | |
else | | else |
{ | | { |
ret_val = EOB_ACT_LAST_MATCH; | | ret_val = EOB_ACT_LAST_MATCH; |
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | | yy_current_buffer->yy_buffer_status = |
YY_BUFFER_EOF_PENDING; | | YY_BUFFER_EOF_PENDING; |
} | | } |
} | | } |
| | |
else | | else |
ret_val = EOB_ACT_CONTINUE_SCAN; | | ret_val = EOB_ACT_CONTINUE_SCAN; |
| | |
(yy_n_chars) += number_to_move; | | yy_n_chars += number_to_move; |
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | | yy_current_buffer->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_current_buffer->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->yy_ch_buf[0]; |
| | |
return ret_val; | | return ret_val; |
} | | } |
| | |
| | |
/* yy_get_previous_state - get the state just before the EOB char was reached */ | | /* 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() |
{ | | { |
register yy_state_type yy_current_state; | | register yy_state_type yy_current_state; |
register char *yy_cp; | | register char *yy_cp; |
| | |
yy_current_state = (yy_start); | | yy_current_state = yy_start; |
yy_current_state += YY_AT_BOL(); | | yy_current_state += YY_AT_BOL(); |
| | |
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | | 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); | | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); |
if ( yy_accept[yy_current_state] ) | | if ( yy_accept[yy_current_state] ) |
{ | | { |
(yy_last_accepting_state) = yy_current_state; | | yy_last_accepting_state = yy_current_state; |
(yy_last_accepting_cpos) = yy_cp; | | yy_last_accepting_cpos = yy_cp; |
} | | } |
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) |
{ | | { |
yy_current_state = (int) yy_def[yy_current_state]; | | yy_current_state = (int) yy_def[yy_current_state]; |
if ( yy_current_state >= 2479 ) | | if ( yy_current_state >= 2500 ) |
yy_c = yy_meta[(unsigned int) yy_c]; | | yy_c = yy_meta[(unsigned int) yy_c]; |
} | | } |
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; |
| | |
return yy_current_state; | | return yy_current_state; |
} | | } |
| | |
| | |
/* yy_try_NUL_trans - try to make a transition on the NUL character | | /* yy_try_NUL_trans - try to make a transition on the NUL character |
* | | * |
* synopsis | | * synopsis |
* next_state = yy_try_NUL_trans( current_state ); | | * next_state = yy_try_NUL_trans( current_state ); |
*/ | | */ |
| | |
| | #ifdef YY_USE_PROTOS |
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 ) |
| | #else |
| | static yy_state_type yy_try_NUL_trans( yy_current_state ) |
| | yy_state_type yy_current_state; |
| | #endif |
{ | | { |
register int yy_is_jam; | | register int yy_is_jam; |
register char *yy_cp = (yy_c_buf_p); | | register char *yy_cp = yy_c_buf_p; |
| | |
register YY_CHAR yy_c = 1; | | register YY_CHAR yy_c = 1; |
if ( yy_accept[yy_current_state] ) | | if ( yy_accept[yy_current_state] ) |
{ | | { |
(yy_last_accepting_state) = yy_current_state; | | yy_last_accepting_state = yy_current_state; |
(yy_last_accepting_cpos) = yy_cp; | | yy_last_accepting_cpos = yy_cp; |
} | | } |
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) |
{ | | { |
yy_current_state = (int) yy_def[yy_current_state]; | | yy_current_state = (int) yy_def[yy_current_state]; |
if ( yy_current_state >= 2479 ) | | if ( yy_current_state >= 2500 ) |
yy_c = yy_meta[(unsigned int) yy_c]; | | yy_c = yy_meta[(unsigned int) yy_c]; |
} | | } |
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; |
yy_is_jam = (yy_current_state == 2478); | | yy_is_jam = (yy_current_state == 2499); |
| | |
return yy_is_jam ? 0 : yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; |
} | | } |
| | |
| | |
| | #ifndef YY_NO_UNPUT |
| | #ifdef YY_USE_PROTOS |
static void yyunput (int c, register char * yy_bp ) | | static void yyunput (int c, register char * yy_bp ) |
| | #else |
| | static void yyunput( c, yy_bp ) |
| | int c; |
| | register char *yy_bp; |
| | #endif |
{ | | { |
register char *yy_cp; | | register char *yy_cp = yy_c_buf_p; |
| | |
yy_cp = (yy_c_buf_p); | | |
| | |
/* undo effects of setting up yytext */ | | /* undo effects of setting up yytext */ |
*yy_cp = (yy_hold_char); | | *yy_cp = yy_hold_char; |
| | |
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) |
{ /* need to shift things up to make room */ | | { /* need to shift things up to make room */ |
/* +2 for EOB chars. */ | | /* +2 for EOB chars. */ |
register int number_to_move = (yy_n_chars) + 2; | | register int number_to_move = yy_n_chars + 2; |
register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | | register char *dest = &yy_current_buffer->yy_ch_buf[ |
YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | | yy_current_buffer->yy_buf_size + 2]; |
register char *source = | | register char *source = |
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | &yy_current_buffer->yy_ch_buf[number_to_move]; |
| | |
while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | | while ( source > yy_current_buffer->yy_ch_buf ) |
*--dest = *--source; | | *--dest = *--source; |
| | |
yy_cp += (int) (dest - source); | | yy_cp += (int) (dest - source); |
yy_bp += (int) (dest - source); | | yy_bp += (int) (dest - source); |
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | | yy_current_buffer->yy_n_chars = |
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | yy_n_chars = yy_current_buffer->yy_buf_size; |
| | |
if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | | if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 ) |
YY_FATAL_ERROR( "flex scanner push-back overflow" ); | | YY_FATAL_ERROR( "flex scanner push-back overflow" ); |
} | | } |
| | |
*--yy_cp = (char) c; | | *--yy_cp = (char) c; |
| | |
(yytext_ptr) = yy_bp; | | |
(yy_hold_char) = *yy_cp; | | yytext_ptr = yy_bp; |
(yy_c_buf_p) = yy_cp; | | yy_hold_char = *yy_cp; |
| | yy_c_buf_p = yy_cp; |
} | | } |
| | #endif /* ifndef YY_NO_UNPUT */ |
| | |
| | |
#ifndef YY_NO_INPUT | | #ifndef YY_NO_INPUT |
#ifdef __cplusplus | | #ifdef __cplusplus |
static int yyinput (void) | | static int yyinput() |
#else | | #else |
static int input (void) | | static int input() |
#endif | | #endif |
| | |
{ | | { |
int c; | | int c; |
| | |
*(yy_c_buf_p) = (yy_hold_char); | | *yy_c_buf_p = yy_hold_char; |
| | |
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | | if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR ) |
{ | | { |
/* yy_c_buf_p now points to the character we want to return. | | /* yy_c_buf_p now points to the character we want to return. |
* If this occurs *before* the EOB characters, then it's a | | * If this occurs *before* the EOB characters, then it's a |
* valid NUL; if not, then we've hit the end of the buffer. | | * 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)] ) | | if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] ) |
/* This was really a NUL. */ | | /* This was really a NUL. */ |
*(yy_c_buf_p) = '\0'; | | *yy_c_buf_p = '\0'; |
| | |
else | | else |
{ /* need more input */ | | { /* need more input */ |
int offset = (yy_c_buf_p) - (yytext_ptr); | | int offset = yy_c_buf_p - yytext_ptr; |
++(yy_c_buf_p); | | ++yy_c_buf_p; |
| | |
switch ( yy_get_next_buffer( ) ) | | switch ( yy_get_next_buffer( ) ) |
{ | | { |
| | |
/* Reset buffer status. */ | | /* Reset buffer status. */ |
yyrestart(yyin ); | | yyrestart(yyin ); |
| | |
/*FALLTHROUGH*/ | | /* fall through */ |
| | |
case EOB_ACT_END_OF_FILE: | | case EOB_ACT_END_OF_FILE: |
{ | | { |
if ( yywrap( ) ) | | if ( yywrap( ) ) |
return EOF; | | return EOF; |
| | |
if ( ! (yy_did_buffer_switch_on_eof) ) | | if ( ! yy_did_buffer_switch_on_eof ) |
YY_NEW_FILE; | | YY_NEW_FILE; |
#ifdef __cplusplus | | #ifdef __cplusplus |
return yyinput(); | | return yyinput(); |
| | |
} | | } |
| | |
case EOB_ACT_CONTINUE_SCAN: | | case EOB_ACT_CONTINUE_SCAN: |
(yy_c_buf_p) = (yytext_ptr) + offset; | | yy_c_buf_p = yytext_ptr + offset; |
break; | | break; |
} | | } |
} | | } |
} | | } |
| | |
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | | c = *(unsigned char *) yy_c_buf_p; /* cast for 8-bit char's */ |
*(yy_c_buf_p) = '\0'; /* preserve yytext */ | | *yy_c_buf_p = '\0'; /* preserve yytext */ |
(yy_hold_char) = *++(yy_c_buf_p); | | yy_hold_char = *++yy_c_buf_p; |
| | |
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n'); | | yy_current_buffer->yy_at_bol = (c == '\n'); |
| | |
return c; | | return c; |
} | | } |
#endif /* ifndef YY_NO_INPUT */ | | #endif /* YY_NO_INPUT */ |
| | |
/** Immediately switch to a different input stream. | | #ifdef YY_USE_PROTOS |
* @param input_file A readable stream. | | |
* | | |
* @note This function does not reset the start condition to @c INITIAL . | | |
*/ | | |
void yyrestart (FILE * input_file ) | | void yyrestart (FILE * input_file ) |
| | #else |
| | void yyrestart( input_file ) |
| | FILE *input_file; |
| | #endif |
{ | | { |
| | if ( ! yy_current_buffer ) |
| | yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); |
| | |
if ( ! YY_CURRENT_BUFFER ){ | | yy_init_buffer( yy_current_buffer, input_file ); |
yyensure_buffer_stack (); | | |
YY_CURRENT_BUFFER_LVALUE = | | |
yy_create_buffer(yyin,YY_BUF_SIZE ); | | |
} | | |
| | |
yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | | |
yy_load_buffer_state( ); | | yy_load_buffer_state( ); |
} | | } |
| | |
/** Switch to a different input buffer. | | |
* @param new_buffer The new input buffer. | | #ifdef YY_USE_PROTOS |
* | | |
*/ | | |
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) |
| | #else |
| | void yy_switch_to_buffer( new_buffer ) |
| | YY_BUFFER_STATE new_buffer; |
| | #endif |
{ | | { |
| | if ( yy_current_buffer == new_buffer ) |
/* TODO. We should be able to replace this entire function body | | |
* with | | |
* yypop_buffer_state(); | | |
* yypush_buffer_state(new_buffer); | | |
*/ | | |
yyensure_buffer_stack (); | | |
if ( YY_CURRENT_BUFFER == new_buffer ) | | |
return; | | return; |
| | |
if ( YY_CURRENT_BUFFER ) | | if ( yy_current_buffer ) |
{ | | { |
/* Flush out information for old buffer. */ | | /* Flush out information for old buffer. */ |
*(yy_c_buf_p) = (yy_hold_char); | | *yy_c_buf_p = yy_hold_char; |
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | yy_current_buffer->yy_buf_pos = yy_c_buf_p; |
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | yy_current_buffer->yy_n_chars = yy_n_chars; |
} | | } |
| | |
YY_CURRENT_BUFFER_LVALUE = new_buffer; | | yy_current_buffer = new_buffer; |
yy_load_buffer_state( ); | | yy_load_buffer_state( ); |
| | |
/* We don't actually know whether we did this switch during | | /* We don't actually know whether we did this switch during |
| | |
* is looked at is after yywrap() is called, so it's safe | | * is looked at is after yywrap() is called, so it's safe |
* to go ahead and always set it. | | * to go ahead and always set it. |
*/ | | */ |
(yy_did_buffer_switch_on_eof) = 1; | | yy_did_buffer_switch_on_eof = 1; |
} | | } |
| | |
static void yy_load_buffer_state (void) | | |
| | #ifdef YY_USE_PROTOS |
| | void yy_load_buffer_state( void ) |
| | #else |
| | void yy_load_buffer_state() |
| | #endif |
{ | | { |
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | | yy_n_chars = yy_current_buffer->yy_n_chars; |
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | | yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos; |
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | | yyin = yy_current_buffer->yy_input_file; |
(yy_hold_char) = *(yy_c_buf_p); | | yy_hold_char = *yy_c_buf_p; |
} | | } |
| | |
/** Allocate and initialize an input buffer state. | | |
* @param file A readable stream. | | #ifdef YY_USE_PROTOS |
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | | |
* | | |
* @return the allocated buffer state. | | |
*/ | | |
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) |
| | #else |
| | YY_BUFFER_STATE yy_create_buffer( file, size ) |
| | FILE *file; |
| | int size; |
| | #endif |
{ | | { |
YY_BUFFER_STATE b; | | YY_BUFFER_STATE b; |
| | |
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | | b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); |
if ( ! b ) | | if ( ! b ) |
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); |
| | |
| | |
/* yy_ch_buf has to be 2 characters longer than the size given because | | /* yy_ch_buf has to be 2 characters longer than the size given because |
* we need to put in 2 end-of-buffer characters. | | * we need to put in 2 end-of-buffer characters. |
*/ | | */ |
b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | | b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 ); |
if ( ! b->yy_ch_buf ) | | if ( ! b->yy_ch_buf ) |
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); |
| | |
| | |
return b; | | return b; |
} | | } |
| | |
/** Destroy the buffer. | | |
* @param b a buffer created with yy_create_buffer() | | #ifdef YY_USE_PROTOS |
* | | |
*/ | | |
void yy_delete_buffer (YY_BUFFER_STATE b ) | | void yy_delete_buffer (YY_BUFFER_STATE b ) |
| | #else |
| | void yy_delete_buffer( b ) |
| | YY_BUFFER_STATE b; |
| | #endif |
{ | | { |
| | |
if ( ! b ) | | if ( ! b ) |
return; | | return; |
| | |
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | | if ( b == yy_current_buffer ) |
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | yy_current_buffer = (YY_BUFFER_STATE) 0; |
| | |
if ( b->yy_is_our_buffer ) | | if ( b->yy_is_our_buffer ) |
yyfree((void *) b->yy_ch_buf ); | | yy_flex_free( (void *) b->yy_ch_buf ); |
| | |
yyfree((void *) b ); | | yy_flex_free( (void *) b ); |
} | | } |
| | |
#ifndef __cplusplus | | |
extern int isatty (int ); | | |
#endif /* __cplusplus */ | | |
| | |
/* Initializes or reinitializes a buffer. | | |
* This function is sometimes called more than once on the same buffer, | | |
* such as during a yyrestart() or at EOF. | | |
*/ | | |
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | |
| | |
{ | | #ifdef YY_USE_PROTOS |
int oerrno = errno; | | void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) |
| | #else |
| | void yy_init_buffer( b, file ) |
| | YY_BUFFER_STATE b; |
| | FILE *file; |
| | #endif |
| | |
| | |
| | { |
yy_flush_buffer(b ); | | yy_flush_buffer(b ); |
| | |
b->yy_input_file = file; | | b->yy_input_file = file; |
b->yy_fill_buffer = 1; | | b->yy_fill_buffer = 1; |
| | |
/* If b is the current buffer, then yy_init_buffer was _probably_ | | #if YY_ALWAYS_INTERACTIVE |
* called from yyrestart() or through yy_get_next_buffer. | | b->yy_is_interactive = 1; |
* In that case, we don't want to reset the lineno or column. | | #else |
*/ | | #if YY_NEVER_INTERACTIVE |
if (b != YY_CURRENT_BUFFER){ | | b->yy_is_interactive = 0; |
b->yy_bs_lineno = 1; | | #else |
b->yy_bs_column = 0; | | |
} | | |
| | |
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; |
| | #endif |
errno = oerrno; | | #endif |
} | | } |
| | |
/** 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. | | #ifdef YY_USE_PROTOS |
* | | |
*/ | | |
void yy_flush_buffer (YY_BUFFER_STATE b ) | | void yy_flush_buffer (YY_BUFFER_STATE b ) |
| | #else |
| | void yy_flush_buffer( b ) |
| | YY_BUFFER_STATE b; |
| | #endif |
| | |
{ | | { |
if ( ! b ) | | if ( ! b ) |
return; | | return; |
| | |
b->yy_at_bol = 1; | | b->yy_at_bol = 1; |
b->yy_buffer_status = YY_BUFFER_NEW; | | b->yy_buffer_status = YY_BUFFER_NEW; |
| | |
if ( b == YY_CURRENT_BUFFER ) | | if ( b == yy_current_buffer ) |
yy_load_buffer_state( ); | | |
} | | |
| | |
/** Pushes the new state onto the stack. The new state becomes | | |
* the current state. This function will allocate the stack | | |
* if necessary. | | |
* @param new_buffer The new state. | | |
* | | |
*/ | | |
void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | | |
{ | | |
if (new_buffer == NULL) | | |
return; | | |
| | |
yyensure_buffer_stack(); | | |
| | |
/* This block is copied from yy_switch_to_buffer. */ | | |
if ( YY_CURRENT_BUFFER ) | | |
{ | | |
/* Flush out information for old buffer. */ | | |
*(yy_c_buf_p) = (yy_hold_char); | | |
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | | |
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | | |
} | | |
| | |
/* Only push if top exists. Otherwise, replace top. */ | | |
if (YY_CURRENT_BUFFER) | | |
(yy_buffer_stack_top)++; | | |
YY_CURRENT_BUFFER_LVALUE = new_buffer; | | |
| | |
/* copied from yy_switch_to_buffer. */ | | |
yy_load_buffer_state( ); | | |
(yy_did_buffer_switch_on_eof) = 1; | | |
} | | |
| | |
/** Removes and deletes the top of the stack, if present. | | |
* The next element becomes the new top. | | |
* | | |
*/ | | |
void yypop_buffer_state (void) | | |
{ | | |
if (!YY_CURRENT_BUFFER) | | |
return; | | |
| | |
yy_delete_buffer(YY_CURRENT_BUFFER ); | | |
YY_CURRENT_BUFFER_LVALUE = NULL; | | |
if ((yy_buffer_stack_top) > 0) | | |
--(yy_buffer_stack_top); | | |
| | |
if (YY_CURRENT_BUFFER) { | | |
yy_load_buffer_state( ); | | yy_load_buffer_state( ); |
(yy_did_buffer_switch_on_eof) = 1; | | |
} | | |
} | | |
| | |
/* Allocates the stack if it does not exist. | | |
* Guarantees space for at least one push. | | |
*/ | | |
static void yyensure_buffer_stack (void) | | |
{ | | |
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**)yyalloc | | |
(num_to_alloc * sizeof(struct yy_buffer_state*) | | |
); | | |
| | |
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | |
| | |
(yy_buffer_stack_max) = num_to_alloc; | | |
(yy_buffer_stack_top) = 0; | | |
return; | | |
} | | } |
| | |
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | |
| | |
/* Increase the buffer to prepare for a possible push. */ | | #ifndef YY_NO_SCAN_BUFFER |
int grow_size = 8 /* arbitrary grow size */; | | #ifdef YY_USE_PROTOS |
| | |
num_to_alloc = (yy_buffer_stack_max) + grow_size; | | |
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | | |
((yy_buffer_stack), | | |
num_to_alloc * sizeof(struct yy_buffer_state*) | | |
); | | |
| | |
/* zero only the new slots.*/ | | |
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | | |
(yy_buffer_stack_max) = num_to_alloc; | | |
} | | |
} | | |
| | |
/** Setup the input buffer state to scan directly from a user-specified character buffer. | | |
* @param base the character buffer | | |
* @param size the size in bytes of the character buffer | | |
* | | |
* @return the newly allocated buffer state object. | | |
*/ | | |
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) |
| | #else |
| | YY_BUFFER_STATE yy_scan_buffer( base, size ) |
| | char *base; |
| | yy_size_t size; |
| | #endif |
{ | | { |
YY_BUFFER_STATE b; | | YY_BUFFER_STATE b; |
| | |
| | |
/* They forgot to leave room for the EOB's. */ | | /* They forgot to leave room for the EOB's. */ |
return 0; | | return 0; |
| | |
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | | b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) ); |
if ( ! b ) | | if ( ! b ) |
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); |
| | |
| | |
| | |
return b; | | return b; |
} | | } |
| | #endif |
| | |
/** Setup the input buffer state to scan a string. The next call to yylex() will | | |
* scan from a @e copy of @a str. | | #ifndef YY_NO_SCAN_STRING |
* @param str a NUL-terminated string to scan | | #ifdef YY_USE_PROTOS |
* | | |
* @return the newly allocated buffer state object. | | |
* @note If you want to scan bytes that may contain NUL values, then use | | |
* yy_scan_bytes() instead. | | |
*/ | | |
YY_BUFFER_STATE yy_scan_string (yyconst char * yy_str ) | | YY_BUFFER_STATE yy_scan_string (yyconst char * yy_str ) |
| | #else |
| | YY_BUFFER_STATE yy_scan_string( yy_str ) |
| | yyconst char *yy_str; |
| | #endif |
{ | | { |
| | int len; |
| | for ( len = 0; yy_str[len]; ++len ) |
| | ; |
| | |
return yy_scan_bytes(yy_str,strlen(yy_str) ); | | return yy_scan_bytes( yy_str, len ); |
} | | } |
| | #endif |
| | |
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will | | |
* scan from a @e copy of @a bytes. | | #ifndef YY_NO_SCAN_BYTES |
* @param bytes the byte buffer to scan | | #ifdef YY_USE_PROTOS |
* @param len the number of bytes in the buffer pointed to by @a bytes. | | |
* | | |
* @return the newly allocated buffer state object. | | |
*/ | | |
YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len ) | | YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len ) |
| | #else |
| | YY_BUFFER_STATE yy_scan_bytes( bytes, len ) |
| | yyconst char *bytes; |
| | int len; |
| | #endif |
{ | | { |
YY_BUFFER_STATE b; | | YY_BUFFER_STATE b; |
char *buf; | | char *buf; |
| | |
| | |
/* Get memory for full buffer, including space for trailing EOB's. */ | | /* Get memory for full buffer, including space for trailing EOB's. */ |
n = len + 2; | | n = len + 2; |
buf = (char *) yyalloc(n ); | | buf = (char *) yy_flex_alloc( n ); |
if ( ! buf ) | | if ( ! buf ) |
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); |
| | |
| | |
| | |
return b; | | return b; |
} | | } |
| | #endif |
| | |
| | |
| | #ifndef YY_NO_PUSH_STATE |
| | #ifdef YY_USE_PROTOS |
static void yy_push_state (int new_state ) | | static void yy_push_state (int new_state ) |
| | #else |
| | static void yy_push_state( new_state ) |
| | int new_state; |
| | #endif |
{ | | { |
if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) ) | | if ( yy_start_stack_ptr >= yy_start_stack_depth ) |
{ | | { |
yy_size_t new_size; | | yy_size_t new_size; |
| | |
(yy_start_stack_depth) += YY_START_STACK_INCR; | | yy_start_stack_depth += YY_START_STACK_INCR; |
new_size = (yy_start_stack_depth) * sizeof( int ); | | new_size = yy_start_stack_depth * sizeof( int ); |
| | |
if ( ! (yy_start_stack) ) | | if ( ! yy_start_stack ) |
(yy_start_stack) = (int *) yyalloc(new_size ); | | yy_start_stack = (int *) yy_flex_alloc( new_size ); |
| | |
else | | else |
(yy_start_stack) = (int *) yyrealloc((void *) (yy_start_stack),new_size ); | | yy_start_stack = (int *) yy_flex_realloc( |
| | (void *) yy_start_stack, new_size ); |
| | |
if ( ! (yy_start_stack) ) | | if ( ! yy_start_stack ) |
YY_FATAL_ERROR( | | YY_FATAL_ERROR( |
"out of memory expanding start-condition stack" ); | | "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); |
} | | } |
| | #endif |
| | |
| | |
static void yy_pop_state (void) | | #ifndef YY_NO_POP_STATE |
| | static void yy_pop_state() |
{ | | { |
if ( --(yy_start_stack_ptr) < 0 ) | | if ( --yy_start_stack_ptr < 0 ) |
YY_FATAL_ERROR( "start-condition stack underflow" ); | | YY_FATAL_ERROR( "start-condition stack underflow" ); |
| | |
BEGIN((yy_start_stack)[(yy_start_stack_ptr)]); | | BEGIN(yy_start_stack[yy_start_stack_ptr]); |
} | | } |
| | #endif |
| | |
| | |
static int yy_top_state (void) | | #ifndef YY_NO_TOP_STATE |
| | static int yy_top_state() |
{ | | { |
return (yy_start_stack)[(yy_start_stack_ptr) - 1]; | | return yy_start_stack[yy_start_stack_ptr - 1]; |
} | | } |
| | #endif |
| | |
#ifndef YY_EXIT_FAILURE | | #ifndef YY_EXIT_FAILURE |
#define YY_EXIT_FAILURE 2 | | #define YY_EXIT_FAILURE 2 |
#endif | | #endif |
| | |
static void yy_fatal_error (yyconst char* msg ) | | #ifdef YY_USE_PROTOS |
| | static void yy_fatal_error( yyconst char msg[] ) |
| | #else |
| | static void yy_fatal_error( msg ) |
| | char msg[]; |
| | #endif |
{ | | { |
(void) fprintf( stderr, "%s\n", msg ); | | (void) fprintf( stderr, "%s\n", msg ); |
exit( YY_EXIT_FAILURE ); | | exit( YY_EXIT_FAILURE ); |
} | | } |
| | |
| | |
| | |
/* Redefine yyless() so it works in section 3 code. */ | | /* Redefine yyless() so it works in section 3 code. */ |
| | |
#undef yyless | | #undef yyless |
| | |
do \ | | do \ |
{ \ | | { \ |
/* Undo effects of setting up yytext. */ \ | | /* Undo effects of setting up yytext. */ \ |
int yyless_macro_arg = (n); \ | | yytext[yyleng] = yy_hold_char; \ |
YY_LESS_LINENO(yyless_macro_arg);\ | | yy_c_buf_p = yytext + n; \ |
yytext[yyleng] = (yy_hold_char); \ | | yy_hold_char = *yy_c_buf_p; \ |
(yy_c_buf_p) = yytext + yyless_macro_arg; \ | | *yy_c_buf_p = '\0'; \ |
(yy_hold_char) = *(yy_c_buf_p); \ | | yyleng = n; \ |
*(yy_c_buf_p) = '\0'; \ | | |
yyleng = yyless_macro_arg; \ | | |
} \ | | } \ |
while ( 0 ) | | while ( 0 ) |
| | |
/* Accessor methods (get/set functions) to struct members. */ | | |
| | |
/** Get the current line number. | | |
* | | |
*/ | | |
int yyget_lineno (void) | | |
{ | | |
| | |
return yylineno; | | |
} | | |
| | |
/** Get the input stream. | | |
* | | |
*/ | | |
FILE *yyget_in (void) | | |
{ | | |
return yyin; | | |
} | | |
| | |
/** Get the output stream. | | |
* | | |
*/ | | |
FILE *yyget_out (void) | | |
{ | | |
return yyout; | | |
} | | |
| | |
/** Get the length of the current token. | | |
* | | |
*/ | | |
int yyget_leng (void) | | |
{ | | |
return yyleng; | | |
} | | |
| | |
/** Get the current token. | | |
* | | |
*/ | | |
| | |
char *yyget_text (void) | | |
{ | | |
return yytext; | | |
} | | |
| | |
/** Set the current line number. | | |
* @param line_number | | |
* | | |
*/ | | |
void yyset_lineno (int line_number ) | | |
{ | | |
| | |
yylineno = line_number; | | |
} | | |
| | |
/** Set the input stream. This does not discard the current | | |
* input buffer. | | |
* @param in_str A readable stream. | | |
* | | |
* @see yy_switch_to_buffer | | |
*/ | | |
void yyset_in (FILE * in_str ) | | |
{ | | |
yyin = in_str ; | | |
} | | |
| | |
void yyset_out (FILE * out_str ) | | |
{ | | |
yyout = out_str ; | | |
} | | |
| | |
int yyget_debug (void) | | |
{ | | |
return yy_flex_debug; | | |
} | | |
| | |
void yyset_debug (int bdebug ) | | |
{ | | |
yy_flex_debug = bdebug ; | | |
} | | |
| | |
/* yylex_destroy is for both reentrant and non-reentrant scanners. */ | | |
int yylex_destroy (void) | | |
{ | | |
| | |
/* Pop the buffer stack, destroying each element. */ | | |
while(YY_CURRENT_BUFFER){ | | |
yy_delete_buffer(YY_CURRENT_BUFFER ); | | |
YY_CURRENT_BUFFER_LVALUE = NULL; | | |
yypop_buffer_state(); | | |
} | | |
| | |
/* Destroy the stack itself. */ | | |
yyfree((yy_buffer_stack) ); | | |
(yy_buffer_stack) = NULL; | | |
| | |
/* Destroy the start condition stack. */ | | /* Internal utility routines. */ |
yyfree((yy_start_stack) ); | | |
(yy_start_stack) = NULL; | | |
| | |
return 0; | | |
} | | |
| | |
/* | | |
* Internal utility routines. | | |
*/ | | |
| | |
#ifndef yytext_ptr | | #ifndef yytext_ptr |
| | #ifdef YY_USE_PROTOS |
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) |
| | #else |
| | static void yy_flex_strncpy( s1, s2, n ) |
| | char *s1; |
| | yyconst char *s2; |
| | int n; |
| | #endif |
{ | | { |
register int i; | | register int i; |
for ( i = 0; i < n; ++i ) | | for ( i = 0; i < n; ++i ) |
| | |
#endif | | #endif |
| | |
#ifdef YY_NEED_STRLEN | | #ifdef YY_NEED_STRLEN |
| | #ifdef YY_USE_PROTOS |
static int yy_flex_strlen (yyconst char * s ) | | static int yy_flex_strlen (yyconst char * s ) |
| | #else |
| | static int yy_flex_strlen( s ) |
| | yyconst char *s; |
| | #endif |
{ | | { |
register int n; | | register int n; |
for ( n = 0; s[n]; ++n ) | | for ( n = 0; s[n]; ++n ) |
| | |
} | | } |
#endif | | #endif |
| | |
void *yyalloc (yy_size_t size ) | | |
| | #ifdef YY_USE_PROTOS |
| | static void *yy_flex_alloc( yy_size_t size ) |
| | #else |
| | static void *yy_flex_alloc( size ) |
| | yy_size_t size; |
| | #endif |
{ | | { |
return (void *) malloc( size ); | | return (void *) malloc( size ); |
} | | } |
| | |
void *yyrealloc (void * ptr, yy_size_t size ) | | #ifdef YY_USE_PROTOS |
| | static void *yy_flex_realloc( void *ptr, yy_size_t size ) |
| | #else |
| | static void *yy_flex_realloc( ptr, size ) |
| | void *ptr; |
| | yy_size_t size; |
| | #endif |
{ | | { |
/* The cast to (char *) in the following accommodates both | | /* The cast to (char *) in the following accommodates both |
* implementations that use char* generic pointers, and those | | * implementations that use char* generic pointers, and those |
| | |
return (void *) realloc( (char *) ptr, size ); | | return (void *) realloc( (char *) ptr, size ); |
} | | } |
| | |
void yyfree (void * ptr ) | | #ifdef YY_USE_PROTOS |
| | static void yy_flex_free( void *ptr ) |
| | #else |
| | static void yy_flex_free( ptr ) |
| | void *ptr; |
| | #endif |
{ | | { |
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | | free( ptr ); |
} | | } |
| | |
#define YYTABLES_NAME "yytables" | | #if YY_MAIN |
| | int main() |
#undef YY_NEW_FILE | | { |
#undef YY_FLUSH_BUFFER | | yylex(); |
#undef yy_set_bol | | return 0; |
#undef yy_new_buffer | | } |
#undef yy_set_interactive | | |
#undef yytext_ptr | | |
#undef YY_DO_BEFORE_ACTION | | |
| | |
#ifdef YY_DECL_IS_OURS | | |
#undef YY_DECL_IS_OURS | | |
#undef YY_DECL | | |
#endif | | #endif |
#line 1314 "loader.l" | | #line 1316 "loader.l" |
| | |
| | |
| | |
| | |
| | |
*/ | | */ |
static const char *const flag_names[NUM_FLAGS+1] = { | | static const char *const flag_names[NUM_FLAGS+1] = { |
"alive", "wiz", NULL, NULL, "was_wiz", "applied", "unpaid", | | "alive", "wiz", NULL, NULL, "was_wiz", "applied", "unpaid", |
"can_use_shield", "no_pick", NULL /* walk_on*/, NULL /* no_pass */, /* 10 */ | | "can_use_shield", "no_pick", "client_anim_sync", "client_anim_random", /* 10 */ |
"is_animated", NULL /* slow_move */, | | "is_animated", NULL /* slow_move */, |
NULL /* flying */, "monster", "friendly", "generator", | | NULL /* flying */, "monster", "friendly", "generator", |
"is_thrown", "auto_apply", "treasure", "player sold", /* 20 */ | | "is_thrown", "auto_apply", "treasure", "player sold", /* 20 */ |
| | |
} | | } |
return NULL; | | return NULL; |
} | | } |
| | |