1
0
mirror of https://github.com/simh/simh.git synced 2026-03-14 14:04:59 +00:00
Files
simh.simh/Pcap-VMS/pcap-vci/scanner.c
Bob Supnik f01115606a simh tools
2011-04-15 08:34:16 -07:00

3763 lines
140 KiB
C

#define yy_create_buffer pcap__create_buffer
#define yy_delete_buffer pcap__delete_buffer
#define yy_scan_buffer pcap__scan_buffer
#define yy_scan_string pcap__scan_string
#define yy_scan_bytes pcap__scan_bytes
#define yy_flex_debug pcap__flex_debug
#define yy_init_buffer pcap__init_buffer
#define yy_flush_buffer pcap__flush_buffer
#define yy_load_buffer_state pcap__load_buffer_state
#define yy_switch_to_buffer pcap__switch_to_buffer
#define yyin pcap_in
#define yyleng pcap_leng
#define yylex pcap_lex
#define yyout pcap_out
#define yyrestart pcap_restart
#define yytext pcap_text
#define yywrap pcap_wrap
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
*/
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#include <stdio.h>
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
#ifdef c_plusplus
#ifndef __cplusplus
#define __cplusplus
#endif
#endif
#ifdef __cplusplus
#include <stdlib.h>
#include <unistd.h>
/* Use prototypes in function declarations. */
#define YY_USE_PROTOS
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
#if __STDC__
#define YY_USE_PROTOS
#define YY_USE_CONST
#endif /* __STDC__ */
#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
#define yyconst const
#else
#define yyconst
#endif
#ifdef YY_USE_PROTOS
#define YY_PROTO(proto) proto
#else
#define YY_PROTO(proto) ()
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN yy_start = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YY_START ((yy_start - 1) / 2)
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE yyrestart( yyin )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#define YY_BUF_SIZE 16384
typedef struct yy_buffer_state *YY_BUFFER_STATE;
extern int yyleng;
extern FILE *yyin, *yyout;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
/* 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. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
*yy_cp = yy_hold_char; \
YY_RESTORE_YY_MORE_OFFSET \
yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define unput(c) yyunput( c, yytext_ptr )
/* The following is because we cannot portably get our hands on size_t
* (without autoconf's help, which isn't available because we want
* flex-generated scanners to compile on their own).
*/
typedef unsigned int yy_size_t;
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
yy_size_t yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
int yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
static YY_BUFFER_STATE yy_current_buffer = 0;
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*/
#define YY_CURRENT_BUFFER yy_current_buffer
/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;
static int yy_n_chars; /* number of characters read into yy_ch_buf */
int yyleng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = (char *) 0;
static int yy_init = 1; /* whether we need to initialize */
static int yy_start = 0; /* start state number */
/* Flag which is used to allow yywrap()'s to do buffer switches
* instead of setting up a fresh yyin. A bit of a hack ...
*/
static int yy_did_buffer_switch_on_eof;
void yyrestart YY_PROTO(( FILE *input_file ));
void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
void yy_load_buffer_state YY_PROTO(( void ));
YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
#define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
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 ));
YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
static void yy_flex_free YY_PROTO(( void * ));
#define yy_new_buffer yy_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
yy_current_buffer->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
yy_current_buffer->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
typedef unsigned char YY_CHAR;
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
typedef int yy_state_type;
extern char *yytext;
#define yytext_ptr yytext
static yy_state_type yy_get_previous_state YY_PROTO(( void ));
static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
static int yy_get_next_buffer YY_PROTO(( void ));
static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
/* Done after the current pattern has been matched and before the
* corresponding action - sets up yytext.
*/
#define YY_DO_BEFORE_ACTION \
yytext_ptr = yy_bp; \
yyleng = (int) (yy_cp - yy_bp); \
yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
yy_c_buf_p = yy_cp;
#define YY_NUM_RULES 111
#define YY_END_OF_BUFFER 112
static yyconst short int yy_accept[1247] =
{ 0,
0, 0, 112, 109, 69, 69, 70, 109, 70, 70,
70, 110, 78, 78, 70, 70, 70, 70, 107, 107,
109, 107, 107, 107, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 107, 107, 107, 107, 107, 107,
107, 70, 109, 73, 77, 48, 0, 107, 78, 0,
107, 107, 107, 81, 75, 72, 74, 71, 76, 108,
108, 107, 18, 107, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 107, 107, 107, 107, 107, 107,
107, 107, 107, 7, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 107, 107, 49, 107, 107, 107,
107, 107, 107, 63, 107, 107, 107, 107, 4, 107,
107, 107, 107, 107, 107, 49, 77, 79, 79, 78,
107, 0, 81, 78, 81, 81, 81, 107, 48, 5,
107, 58, 107, 107, 107, 107, 107, 1, 0, 107,
19, 107, 107, 107, 107, 107, 107, 107, 107, 107,
107, 16, 34, 0, 107, 27, 107, 23, 51, 107,
107, 56, 107, 107, 107, 107, 37, 50, 59, 107,
14, 107, 3, 107, 107, 24, 107, 107, 2, 33,
9, 10, 66, 107, 65, 107, 107, 107, 107, 78,
0, 107, 0, 82, 81, 81, 0, 81, 0, 81,
0, 81, 0, 21, 107, 107, 45, 32, 107, 107,
107, 28, 107, 107, 107, 36, 11, 12, 13, 107,
107, 107, 30, 55, 107, 43, 38, 107, 107, 107,
107, 107, 107, 107, 39, 107, 6, 8, 0, 107,
54, 15, 79, 79, 79, 78, 0, 81, 0, 0,
81, 0, 81, 82, 81, 0, 0, 0, 0, 81,
81, 81, 81, 81, 0, 20, 107, 107, 107, 29,
107, 107, 0, 17, 107, 107, 64, 107, 31, 107,
57, 26, 25, 107, 107, 60, 107, 40, 107, 107,
107, 107, 107, 107, 107, 107, 107, 0, 0, 81,
81, 81, 0, 0, 82, 81, 81, 82, 81, 0,
0, 81, 81, 81, 81, 81, 0, 0, 0, 0,
81, 81, 0, 81, 0, 81, 0, 107, 107, 22,
107, 107, 107, 107, 107, 107, 107, 107, 107, 107,
107, 107, 107, 51, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 107, 107, 107, 107, 79, 79,
79, 0, 81, 81, 0, 81, 0, 0, 81, 0,
81, 82, 81, 0, 0, 0, 81, 81, 0, 81,
82, 81, 0, 0, 0, 0, 0, 0, 0, 81,
81, 81, 81, 81, 0, 107, 107, 42, 44, 107,
107, 107, 107, 107, 107, 107, 107, 107, 107, 107,
107, 52, 107, 107, 35, 61, 62, 107, 107, 105,
101, 107, 103, 102, 106, 107, 107, 0, 0, 81,
81, 81, 81, 81, 81, 0, 0, 82, 81, 81,
81, 0, 0, 81, 81, 81, 81, 81, 0, 0,
0, 0, 0, 0, 0, 81, 81, 81, 81, 81,
0, 0, 0, 0, 0, 81, 81, 0, 81, 0,
81, 0, 107, 107, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 84, 83, 107, 107, 53, 107,
104, 100, 79, 0, 81, 81, 0, 81, 81, 0,
81, 0, 0, 81, 0, 81, 82, 81, 0, 0,
0, 81, 81, 0, 81, 82, 81, 0, 0, 0,
0, 0, 81, 81, 0, 81, 82, 81, 0, 81,
81, 0, 0, 0, 0, 0, 0, 0, 81, 81,
81, 81, 81, 0, 46, 107, 89, 96, 107, 107,
107, 107, 107, 107, 107, 107, 107, 47, 107, 0,
0, 81, 81, 81, 81, 81, 81, 81, 81, 81,
0, 0, 82, 81, 81, 81, 0, 0, 81, 81,
81, 81, 81, 0, 0, 0, 0, 0, 0, 0,
81, 81, 81, 81, 81, 0, 81, 81, 0, 0,
0, 0, 0, 0, 0, 81, 81, 81, 81, 81,
0, 0, 0, 0, 0, 0, 81, 81, 0, 81,
0, 81, 0, 67, 107, 107, 107, 107, 107, 107,
107, 107, 107, 107, 107, 41, 0, 81, 81, 0,
81, 81, 0, 81, 81, 0, 81, 0, 80, 81,
0, 81, 82, 81, 0, 0, 0, 81, 81, 0,
81, 82, 81, 0, 0, 0, 0, 0, 81, 81,
0, 81, 82, 81, 0, 0, 0, 0, 0, 0,
81, 81, 0, 81, 82, 81, 0, 81, 81, 81,
0, 0, 0, 0, 0, 0, 0, 81, 81, 81,
81, 81, 0, 107, 107, 107, 107, 107, 107, 107,
107, 94, 107, 68, 0, 0, 81, 81, 81, 81,
81, 81, 81, 81, 81, 81, 81, 81, 0, 80,
82, 81, 81, 81, 0, 0, 81, 81, 81, 81,
81, 0, 0, 0, 0, 0, 0, 0, 81, 81,
81, 81, 81, 0, 81, 81, 0, 0, 0, 0,
0, 0, 0, 81, 81, 81, 81, 81, 0, 81,
81, 81, 0, 0, 0, 0, 0, 0, 0, 81,
81, 81, 81, 81, 0, 0, 0, 0, 0, 0,
81, 81, 0, 81, 0, 81, 0, 107, 107, 107,
98, 107, 107, 107, 107, 107, 107, 107, 86, 0,
81, 81, 0, 81, 81, 0, 81, 81, 0, 81,
81, 0, 81, 0, 0, 0, 81, 0, 0, 81,
82, 81, 0, 0, 0, 81, 81, 0, 81, 82,
81, 0, 0, 0, 0, 0, 81, 81, 0, 81,
82, 81, 0, 0, 0, 0, 0, 0, 81, 81,
0, 81, 82, 81, 0, 0, 0, 0, 0, 0,
81, 81, 0, 81, 82, 81, 0, 81, 81, 81,
0, 0, 0, 0, 0, 0, 0, 81, 81, 81,
81, 81, 0, 107, 107, 107, 107, 88, 107, 107,
107, 92, 107, 0, 0, 81, 81, 81, 81, 81,
81, 81, 81, 81, 81, 81, 81, 81, 81, 81,
0, 0, 0, 82, 0, 0, 81, 0, 0, 81,
81, 81, 0, 0, 0, 0, 0, 0, 0, 81,
81, 81, 0, 81, 81, 0, 0, 0, 0, 0,
0, 0, 81, 81, 81, 0, 81, 81, 81, 0,
0, 0, 0, 0, 0, 0, 81, 81, 81, 0,
81, 81, 81, 0, 0, 0, 0, 0, 0, 0,
81, 81, 81, 0, 0, 0, 0, 0, 0, 81,
81, 0, 81, 0, 81, 0, 85, 97, 99, 93,
107, 107, 107, 107, 0, 0, 81, 0, 81, 0,
81, 81, 0, 81, 81, 0, 81, 81, 0, 81,
81, 0, 81, 0, 0, 0, 0, 81, 81, 0,
81, 0, 0, 81, 81, 81, 0, 0, 0, 0,
81, 81, 81, 0, 0, 0, 0, 0, 81, 81,
81, 0, 0, 0, 0, 0, 81, 81, 81, 0,
0, 0, 0, 0, 81, 81, 81, 81, 81, 81,
0, 0, 0, 0, 0, 0, 0, 81, 81, 81,
0, 107, 107, 107, 107, 0, 0, 0, 81, 81,
81, 81, 81, 81, 0, 0, 0, 0, 81, 81,
0, 0, 0, 0, 81, 81, 81, 0, 0, 0,
0, 0, 81, 81, 81, 81, 0, 0, 0, 0,
0, 81, 81, 81, 81, 0, 0, 0, 0, 0,
81, 81, 81, 81, 0, 0, 0, 0, 0, 81,
0, 0, 0, 0, 0, 81, 81, 81, 107, 107,
107, 95, 81, 81, 81, 81, 81, 81, 81, 81,
0, 0, 0, 0, 81, 81, 0, 0, 81, 0,
0, 0, 81, 0, 0, 0, 81, 0, 0, 0,
81, 0, 0, 0, 81, 81, 81, 81, 0, 0,
0, 0, 0, 81, 90, 107, 87, 81, 0, 0,
81, 81, 0, 81, 81, 81, 0, 81, 81, 81,
0, 81, 81, 81, 0, 81, 81, 81, 0, 0,
0, 0, 81, 91, 81, 81, 0, 0, 0, 0,
0, 0, 81, 81, 81, 0, 0, 81, 81, 81,
81, 81, 0, 81, 81, 0
} ;
static yyconst int yy_ec[256] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 4, 1, 1, 5, 1, 6, 1, 7,
7, 8, 8, 1, 9, 10, 8, 11, 12, 12,
12, 13, 12, 14, 12, 12, 12, 15, 1, 16,
17, 18, 1, 1, 19, 19, 19, 19, 19, 19,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 21, 20, 20,
22, 23, 22, 1, 24, 1, 25, 26, 27, 28,
29, 30, 31, 32, 33, 20, 34, 35, 36, 37,
38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
48, 20, 1, 49, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 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 int yy_meta[50] =
{ 0,
1, 2, 2, 2, 1, 3, 2, 1, 4, 5,
6, 6, 6, 6, 7, 3, 3, 3, 6, 4,
4, 3, 1, 4, 6, 6, 6, 6, 6, 6,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 3
} ;
static yyconst short int yy_base[1527] =
{ 0,
0, 0, 4132, 49, 4717, 4717, 4113, 50, 4112, 4717,
51, 4717, 66, 41, 114, 44, 4100, 50, 113, 150,
127, 106, 103, 82, 40, 28, 4079, 111, 4040, 154,
157, 128, 110, 115, 161, 4052, 160, 114, 4048, 170,
4028, 4008, 205, 4717, 0, 4717, 0, 203, 219, 4041,
211, 0, 239, 269, 4717, 4717, 4717, 4717, 4717, 270,
0, 249, 0, 4027, 4008, 4020, 229, 4006, 3999, 3993,
3992, 290, 3978, 165, 3988, 295, 3975, 3988, 3974, 3968,
48, 3956, 3965, 69, 174, 130, 249, 3927, 3931, 3915,
3913, 3909, 3875, 3866, 3865, 3859, 0, 3846, 3852, 3846,
3835, 3830, 3826, 145, 3833, 3826, 3808, 3807, 0, 3806,
3799, 3801, 3792, 3783, 3769, 4717, 4717, 300, 124, 337,
314, 3778, 357, 3782, 378, 137, 3775, 3749, 0, 0,
3752, 319, 3761, 3726, 3715, 3697, 324, 0, 3700, 3690,
0, 3669, 367, 3652, 3643, 3624, 3627, 3619, 3618, 3622,
3605, 0, 0, 3594, 3562, 0, 3574, 0, 3571, 3552,
3548, 0, 3547, 3554, 105, 3525, 3518, 0, 3513, 3516,
0, 3486, 0, 3480, 3483, 0, 3482, 3463, 0, 0,
225, 0, 0, 3464, 0, 3461, 3433, 328, 415, 399,
3454, 3453, 3451, 3449, 436, 268, 3448, 3447, 332, 474,
346, 405, 0, 0, 3420, 3425, 0, 0, 3423, 3421,
3407, 0, 3391, 3384, 3385, 0, 463, 0, 0, 3399,
3381, 3382, 0, 0, 3372, 0, 0, 3387, 3377, 3367,
3360, 3363, 3377, 3350, 0, 3349, 0, 0, 429, 3351,
0, 0, 484, 354, 3368, 410, 3362, 419, 3361, 3359,
521, 424, 542, 562, 468, 0, 3341, 497, 502, 583,
509, 604, 470, 3340, 3344, 0, 3325, 3323, 3305, 0,
3314, 3309, 623, 0, 3298, 3270, 0, 3280, 0, 3284,
3276, 0, 0, 3285, 3267, 410, 3266, 3264, 3263, 3256,
3238, 3218, 3211, 3217, 3227, 513, 657, 3224, 3220, 678,
516, 3218, 3208, 3203, 3202, 716, 517, 3182, 3181, 625,
572, 754, 593, 775, 518, 3179, 3183, 3177, 629, 0,
699, 3165, 636, 813, 666, 705, 0, 3143, 3124, 0,
3098, 3104, 3117, 3066, 3081, 3080, 189, 3030, 193, 3030,
3038, 3008, 3013, 0, 3003, 3014, 2993, 2993, 2992, 2981,
2978, 2954, 2950, 2944, 2941, 2945, 2950, 2949, 797, 709,
2957, 2946, 736, 2945, 740, 2944, 2931, 2925, 834, 744,
855, 875, 764, 0, 748, 0, 802, 2924, 822, 896,
916, 844, 0, 926, 865, 2908, 885, 938, 906, 976,
943, 997, 579, 2902, 2888, 2855, 2860, 0, 0, 2845,
2847, 2833, 2826, 2838, 2821, 2801, 2808, 2800, 2800, 2810,
2809, 0, 2800, 2776, 0, 0, 0, 2789, 2791, 0,
0, 2764, 0, 0, 0, 2753, 1034, 2779, 2777, 1055,
580, 2776, 1093, 607, 2770, 2769, 2766, 2765, 1131, 634,
2764, 950, 955, 1169, 964, 1190, 653, 2744, 2748, 1028,
969, 2747, 1018, 1077, 1023, 1228, 1044, 1249, 654, 2740,
2743, 1081, 0, 1114, 0, 1119, 2737, 1124, 1287, 1151,
1156, 0, 2693, 2693, 2694, 2691, 2682, 2689, 2652, 2630,
2631, 2624, 2644, 2637, 0, 0, 2636, 2603, 0, 2612,
0, 0, 0, 2629, 1160, 1308, 1178, 1211, 1329, 1215,
1220, 2621, 2620, 1349, 1237, 1370, 1390, 1270, 0, 1274,
0, 1279, 2619, 1296, 1411, 1431, 1318, 0, 1338, 0,
1358, 0, 1452, 2599, 1379, 1458, 1478, 1400, 0, 1488,
1420, 2603, 1500, 1441, 2602, 1468, 1505, 1517, 1543, 1526,
1564, 677, 2595, 2598, 0, 2576, 2565, 2546, 2545, 2549,
2536, 2547, 2528, 2527, 2517, 2526, 2522, 0, 2511, 2532,
2513, 1602, 750, 2512, 1640, 751, 2511, 1678, 772, 2482,
2478, 2475, 2474, 1716, 774, 2464, 1586, 1531, 1754, 1553,
1775, 911, 2462, 2449, 1624, 1591, 2448, 1629, 1662, 1667,
1813, 1700, 1834, 949, 2440, 2443, 1854, 1511, 2441, 1859,
1705, 2431, 1710, 1872, 1737, 1910, 1742, 1931, 951, 2424,
2411, 0, 1537, 0, 1746, 0, 1796, 2405, 1763, 1969,
1801, 1806, 0, 0, 2388, 2386, 2385, 2374, 2374, 2360,
2354, 2350, 2338, 2349, 2332, 0, 2350, 1822, 1990, 1865,
1877, 2011, 1883, 1897, 2032, 1891, 1902, 2330, 2329, 2052,
1919, 2073, 2093, 1952, 0, 1956, 0, 1961, 2328, 1978,
2114, 2134, 2000, 0, 2020, 0, 2041, 0, 2155, 2326,
2061, 2161, 2181, 2083, 0, 0, 2102, 0, 2123, 0,
2202, 2324, 2143, 2208, 2228, 2171, 0, 0, 2238, 2190,
2328, 2250, 2218, 2308, 2255, 2262, 2267, 2300, 2276, 2321,
972, 2301, 2298, 248, 519, 975, 451, 636, 2275, 1077,
1087, 521, 1586, 649, 2292, 2291, 2359, 973, 2283, 2397,
996, 2281, 2435, 1030, 2267, 2473, 1031, 2255, 2233, 2231,
2510, 2531, 1050, 2230, 2343, 2281, 2569, 2291, 2590, 1052,
2229, 2216, 2381, 2310, 2215, 2348, 2419, 2386, 2628, 2424,
2649, 1092, 2209, 2195, 2457, 2461, 2189, 2670, 2495, 2188,
2500, 2676, 2505, 2714, 2520, 2735, 1128, 2182, 2169, 0,
2687, 2551, 2168, 2756, 2556, 2167, 2561, 2762, 2579, 2800,
2611, 2821, 1130, 2143, 2142, 0, 2615, 0, 2619, 0,
2692, 2135, 2637, 2859, 2681, 2699, 0, 2328, 2762, 2769,
782, 2443, 828, 1184, 2713, 1302, 1243, 1769, 783, 2123,
2707, 2880, 2776, 2788, 2901, 2794, 2810, 2922, 2841, 2846,
2943, 2850, 2869, 2116, 2964, 1166, 2115, 2096, 2889, 3002,
2095, 2911, 0, 2931, 0, 2985, 2094, 2952, 3023, 2075,
2991, 0, 2995, 0, 3011, 0, 3044, 2074, 3032, 3050,
2055, 3060, 0, 0, 3070, 0, 3074, 0, 3079, 2054,
3084, 3089, 2053, 3099, 0, 0, 3109, 0, 3113, 0,
3118, 2041, 3123, 3128, 2034, 3138, 0, 0, 3148, 3152,
2038, 3160, 3165, 2019, 3172, 3177, 3189, 3215, 3198, 3236,
1189, 2013, 2017, 1600, 1638, 2357, 1676, 1091, 1537, 3196,
1828, 1364, 3197, 1992, 3273, 3294, 1225, 1991, 3332, 1248,
1972, 3370, 1427, 1971, 3408, 1428, 1970, 3446, 1473, 1962,
1940, 3202, 3484, 1939, 3257, 0, 1938, 3316, 3262, 3505,
3267, 1936, 1938, 3354, 3283, 1937, 3321, 3392, 3359, 3526,
3397, 1913, 1917, 3430, 3434, 1916, 3536, 3468, 1908, 3473,
3548, 3478, 3586, 3494, 1902, 1890, 0, 3559, 3514, 1889,
3607, 3553, 1888, 3564, 3612, 3574, 3650, 3579, 1877, 1864,
0, 3623, 3596, 1848, 3635, 3628, 1846, 3673, 3678, 3683,
3716, 3690, 1839, 1841, 0, 3618, 0, 3639, 0, 3695,
1835, 3660, 3737, 0, 3701, 0, 1925, 1984, 2026, 2067,
2467, 3316, 3195, 3744, 3770, 1512, 0, 1816, 3808, 0,
3706, 3829, 0, 3726, 3850, 0, 3747, 3871, 0, 3759,
3892, 0, 3764, 3902, 3791, 3940, 3796, 1815, 1814, 1811,
1784, 3710, 0, 3801, 1782, 1780, 3817, 0, 3838, 0,
3914, 1777, 1776, 0, 3859, 0, 3880, 0, 3920, 1757,
1756, 0, 3925, 0, 3929, 0, 3961, 1755, 1747, 0,
3933, 0, 3949, 0, 3967, 1746, 1725, 0, 3972, 3976,
1729, 3984, 3989, 1728, 3996, 4001, 4013, 4039, 4022, 0,
1726, 3213, 3229, 4019, 2395, 4060, 1719, 4027, 0, 0,
0, 0, 0, 0, 4048, 0, 4081, 1718, 1717, 0,
4087, 4070, 1691, 4092, 0, 4098, 4102, 1688, 4110, 4115,
1686, 4125, 0, 0, 4129, 4135, 1685, 4141, 4153, 1684,
4158, 0, 0, 4166, 4147, 1674, 4171, 4183, 1672, 4188,
0, 0, 4193, 4197, 1654, 4209, 4214, 1653, 4221, 0,
0, 4225, 0, 4230, 0, 4235, 1645, 0, 2108, 3407,
2706, 2358, 0, 4717, 0, 0, 0, 0, 0, 0,
4241, 4247, 1648, 4253, 0, 4717, 4257, 0, 4717, 0,
4261, 0, 4717, 0, 4265, 0, 4717, 0, 4269, 0,
4717, 0, 4273, 0, 4717, 0, 4278, 4282, 1647, 4290,
4295, 1646, 4302, 0, 2433, 2895, 2471, 0, 4306, 0,
4310, 4315, 1636, 0, 4321, 4327, 1634, 0, 4332, 4336,
1616, 0, 4348, 4352, 1615, 0, 4359, 4363, 1612, 0,
4370, 0, 4717, 2643, 4375, 4379, 1610, 0, 0, 0,
0, 0, 0, 4386, 4390, 1609, 0, 0, 0, 0,
0, 0, 0, 0, 0, 4717, 4433, 4440, 1602, 4442,
4444, 4446, 4448, 4450, 4452, 4454, 4456, 1600, 1582, 4458,
1581, 4460, 4462, 1580, 4464, 4466, 4468, 4470, 4472, 4474,
4476, 4478, 1578, 1575, 1574, 4480, 1554, 1528, 4482, 4484,
1526, 1492, 1490, 4486, 4488, 4490, 4492, 4494, 4496, 4498,
4500, 4502, 1489, 1470, 1441, 1429, 4504, 1423, 1422, 1421,
4506, 4508, 1402, 1401, 1400, 1388, 1381, 1380, 4510, 4512,
4514, 4516, 4518, 4520, 4522, 4524, 4526, 4528, 4530, 4532,
1361, 1360, 1359, 1347, 1341, 4534, 1339, 1319, 1318, 1299,
4536, 4538, 1298, 1297, 1267, 1260, 1259, 1239, 1238, 1229,
1208, 1201, 1200, 4541, 4543, 4544, 4547, 4550, 4551, 4553,
4555, 4557, 4559, 4561, 4563, 4565, 4567, 4570, 4572, 4573,
4576, 4578, 4580, 4581, 4584, 1180, 4586, 4588, 4589, 4592,
1179, 1170, 1149, 1148, 1147, 4595, 4596, 1142, 1141, 1104,
1103, 1073, 4598, 4600, 4602, 4604, 1066, 1044, 4606, 1015,
1007, 994, 4608, 986, 928, 927, 908, 4610, 907, 906,
887, 886, 4612, 885, 867, 4615, 4617, 4618, 4621, 4624,
4625, 4627, 4629, 4631, 4633, 4635, 4637, 866, 4639, 4641,
4644, 4646, 4647, 4650, 4652, 4654, 4655, 4658, 845, 4660,
4662, 4663, 4666, 844, 4668, 4670, 4671, 4674, 825, 824,
823, 814, 793, 4677, 764, 4678, 734, 733, 732, 730,
47, 4680, 4682, 4685, 4686, 57, 4688, 112, 115, 4690,
148, 162, 202, 4692, 213, 230, 231, 4694, 248, 267,
270, 4696, 273, 4699, 4701, 310, 4703, 4706, 4707, 312,
313, 314, 316, 347, 348, 349, 4709, 367, 368, 388,
389, 390, 392, 396, 447, 450, 452, 461, 463, 468,
470, 523, 535, 536, 553, 554, 560, 572, 573, 574,
593, 614, 615, 616, 618, 638, 647, 651, 655, 688,
689, 690, 696, 726, 727, 728
} ;
static yyconst short int yy_def[1527] =
{ 0,
1246, 1, 1246, 1246, 1246, 1246, 1246, 1247, 1246, 1246,
1246, 1246, 1246, 13, 1246, 1246, 1246, 1246, 13, 19,
1248, 19, 19, 19, 19, 19, 19, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 1246, 1246, 1246, 1249, 1246, 20, 20, 19, 1250,
49, 20, 20, 1246, 1246, 1246, 1246, 1246, 1246, 1248,
1248, 49, 20, 20, 20, 20, 49, 20, 20, 20,
20, 49, 20, 20, 20, 49, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 1246, 1246, 20, 118, 49,
120, 1251, 1246, 53, 1246, 125, 1252, 20, 20, 20,
20, 120, 20, 20, 20, 20, 120, 20, 20, 20,
20, 20, 120, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
1253, 20, 1254, 1255, 1246, 195, 1256, 1257, 1246, 1246,
1258, 200, 1259, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 243, 189, 20, 1260, 1261, 1262, 1263,
1246, 1246, 1246, 1246, 253, 1264, 1265, 1246, 1246, 1246,
260, 1246, 262, 1266, 1259, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 1254, 1267, 1246,
300, 1268, 1246, 1269, 1270, 1246, 306, 1256, 1271, 1246,
1246, 1246, 312, 1246, 314, 1272, 1264, 1246, 1246, 1273,
1246, 1246, 1246, 1246, 1274, 324, 1275, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
297, 1276, 1277, 253, 1278, 255, 1279, 1280, 1246, 1246,
1246, 1246, 371, 1281, 1246, 1282, 1246, 1246, 1246, 1246,
1246, 380, 1283, 1246, 1246, 1273, 1246, 1246, 1246, 1246,
390, 1246, 392, 1284, 1275, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 1269, 1285, 1246,
430, 1286, 1246, 433, 1287, 1246, 1288, 1289, 1246, 439,
1290, 1246, 1246, 1246, 444, 1246, 446, 1291, 1281, 1246,
1246, 1282, 1246, 1246, 1246, 1246, 456, 1246, 458, 1292,
1283, 1246, 1293, 1246, 1294, 1246, 1246, 1246, 1246, 1295,
469, 1296, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 427, 1297, 1298, 1246, 1299, 496, 1246, 1300,
499, 1301, 1302, 1246, 1246, 1246, 1246, 506, 1303, 1246,
1304, 1246, 1246, 1246, 1246, 1246, 515, 1305, 1246, 1306,
1246, 1307, 1246, 1246, 1246, 1246, 1246, 526, 1308, 1246,
1246, 1293, 1246, 1246, 1294, 1246, 1246, 1246, 1246, 539,
1246, 541, 1309, 1296, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 1310,
1311, 1246, 562, 1312, 1246, 565, 1313, 1246, 568, 1314,
1246, 1315, 1316, 1246, 574, 1317, 1246, 1246, 1246, 579,
1246, 581, 1318, 1303, 1246, 1246, 1304, 1246, 1246, 1246,
1246, 591, 1246, 593, 1319, 1305, 1246, 1246, 1306, 1246,
1246, 1307, 1246, 1246, 1246, 1246, 606, 1246, 608, 1320,
1308, 1321, 1246, 1322, 1246, 1323, 1246, 1246, 1246, 1246,
1324, 620, 1325, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 1326, 1327, 1246, 1328,
639, 1246, 1329, 642, 1246, 1330, 645, 1331, 1332, 1246,
1246, 1246, 1246, 652, 1333, 1246, 1334, 1246, 1246, 1246,
1246, 1246, 661, 1335, 1246, 1336, 1246, 1337, 1246, 1246,
1246, 1246, 1246, 672, 1338, 1339, 1246, 1340, 1246, 1341,
1246, 1246, 1246, 1246, 1246, 684, 1342, 1343, 1246, 1246,
1344, 1246, 1246, 1345, 1246, 1246, 1246, 1246, 698, 1246,
700, 1346, 1347, 1348, 1348, 1348, 1348, 1348, 1348, 1348,
1348, 1348, 1348, 1348, 1349, 1350, 1246, 717, 1351, 1246,
720, 1352, 1246, 723, 1353, 1246, 726, 1354, 1246, 1355,
1246, 1246, 732, 1356, 1246, 1246, 1246, 737, 1246, 739,
1357, 1358, 1246, 1246, 1359, 1246, 1246, 1246, 1246, 749,
1246, 751, 1360, 1361, 1246, 1246, 1362, 1246, 1246, 1363,
1246, 1246, 1246, 1246, 764, 1246, 766, 1364, 1365, 1366,
1246, 1246, 1367, 1246, 1246, 1368, 1246, 1246, 1246, 1246,
780, 1246, 782, 1369, 1370, 1371, 1246, 1372, 1246, 1373,
1246, 1246, 1246, 1246, 1374, 794, 1375, 1376, 1376, 1376,
1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1376, 1377,
1378, 1246, 1379, 812, 1246, 1380, 815, 1246, 1381, 818,
1246, 1382, 821, 1383, 1246, 825, 1384, 1385, 1246, 1246,
1386, 830, 1387, 1246, 1388, 1246, 1246, 1246, 1246, 1389,
839, 1390, 1246, 1391, 1246, 1392, 1246, 1246, 1246, 1246,
1393, 850, 1394, 1395, 1246, 1396, 1246, 1397, 1246, 1246,
1246, 1246, 1398, 862, 1399, 1400, 1246, 1401, 1246, 1402,
1246, 1246, 1246, 1246, 1403, 874, 1404, 1405, 1246, 1246,
1406, 1246, 1246, 1407, 1246, 1246, 1246, 1246, 888, 1246,
890, 1408, 1409, 1410, 1410, 1410, 1410, 1410, 1410, 1410,
1410, 1410, 1410, 1411, 1246, 1246, 906, 1412, 1246, 909,
1413, 1246, 912, 1414, 1246, 915, 1415, 1246, 918, 1416,
1246, 1246, 1246, 1417, 923, 1418, 1419, 1246, 1246, 1246,
930, 1420, 1421, 1246, 1246, 1422, 1246, 1246, 1246, 1246,
940, 1423, 1424, 1246, 1246, 1425, 1246, 1246, 1426, 1246,
1246, 1246, 1246, 953, 1427, 1428, 1429, 1246, 1246, 1430,
1246, 1246, 1431, 1246, 1246, 1246, 1246, 967, 1432, 1433,
1434, 1246, 1246, 1435, 1246, 1246, 1436, 1246, 1246, 1246,
1246, 981, 1437, 1438, 1439, 1246, 1440, 1246, 1441, 1246,
1246, 1246, 1246, 1442, 993, 1443, 1444, 1444, 1444, 1444,
1444, 1444, 1444, 1444, 1246, 1005, 1445, 1446, 1246, 1447,
1009, 1246, 1448, 1012, 1246, 1449, 1015, 1246, 1450, 1018,
1246, 1451, 1021, 1246, 1246, 1246, 1026, 1452, 1453, 1454,
1455, 1246, 1456, 1246, 1246, 1457, 1246, 1458, 1246, 1459,
1246, 1246, 1460, 1461, 1246, 1462, 1246, 1463, 1246, 1246,
1464, 1465, 1246, 1466, 1246, 1467, 1246, 1246, 1468, 1469,
1246, 1470, 1246, 1471, 1246, 1246, 1472, 1473, 1246, 1246,
1474, 1246, 1246, 1475, 1246, 1246, 1246, 1246, 1078, 1476,
1477, 1478, 1478, 1478, 1478, 1246, 1479, 1086, 1480, 1481,
1482, 1483, 1484, 1485, 1246, 1486, 1246, 1246, 1487, 1488,
1246, 1246, 1456, 1246, 1489, 1246, 1246, 1458, 1246, 1246,
1459, 1246, 1490, 1461, 1246, 1246, 1462, 1246, 1246, 1463,
1246, 1491, 1465, 1246, 1246, 1466, 1246, 1246, 1467, 1246,
1492, 1469, 1246, 1246, 1470, 1246, 1246, 1471, 1246, 1493,
1494, 1246, 1495, 1246, 1496, 1246, 1246, 1497, 1478, 1478,
1478, 1478, 1498, 1246, 1499, 1500, 1501, 1502, 1503, 1504,
1246, 1246, 1486, 1246, 1505, 1246, 1246, 1506, 1246, 1507,
1246, 1508, 1246, 1509, 1246, 1510, 1246, 1511, 1246, 1512,
1246, 1513, 1246, 1514, 1246, 1494, 1246, 1246, 1495, 1246,
1246, 1496, 1246, 1515, 1478, 1478, 1478, 1516, 1246, 1517,
1246, 1246, 1506, 1507, 1246, 1246, 1508, 1509, 1246, 1246,
1510, 1511, 1246, 1246, 1512, 1513, 1246, 1246, 1514, 1518,
1246, 1519, 1246, 1478, 1246, 1246, 1517, 1520, 1521, 1522,
1523, 1524, 1518, 1246, 1246, 1519, 1525, 1520, 1521, 1522,
1523, 1524, 1526, 1525, 1526, 0, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246
} ;
static yyconst short int yy_nxt[4767] =
{ 0,
4, 5, 6, 7, 8, 9, 10, 11, 10, 12,
13, 14, 14, 14, 15, 16, 17, 18, 19, 20,
20, 10, 21, 12, 22, 23, 24, 25, 26, 27,
28, 29, 30, 20, 31, 32, 33, 34, 35, 20,
36, 37, 38, 39, 40, 41, 20, 20, 42, 43,
43, 43, 1094, 43, 43, 43, 43, 43, 43, 55,
56, 52, 1103, 43, 43, 43, 58, 59, 72, 74,
75, 43, 43, 43, 47, 48, 49, 49, 49, 49,
50, 73, 152, 148, 51, 52, 53, 52, 149, 47,
51, 51, 51, 51, 51, 51, 52, 52, 52, 52,
52, 52, 52, 52, 52, 52, 52, 52, 52, 52,
52, 52, 53, 52, 43, 153, 70, 1108, 43, 71,
1111, 43, 52, 51, 51, 51, 51, 60, 54, 67,
62, 60, 229, 52, 60, 77, 43, 63, 94, 96,
108, 60, 64, 68, 52, 230, 65, 95, 66, 60,
69, 78, 90, 1114, 109, 97, 91, 1246, 98, 52,
52, 52, 52, 52, 1246, 92, 157, 1117, 52, 176,
52, 93, 158, 139, 52, 52, 52, 52, 52, 52,
80, 86, 154, 1246, 81, 87, 104, 177, 82, 88,
83, 89, 84, 99, 105, 85, 111, 140, 100, 101,
106, 102, 107, 141, 112, 43, 155, 1120, 113, 43,
114, 156, 43, 118, 119, 119, 119, 404, 1123, 43,
52, 121, 121, 121, 121, 407, 405, 43, 48, 120,
120, 120, 120, 239, 408, 1126, 1129, 121, 52, 121,
121, 121, 121, 121, 121, 121, 121, 121, 121, 124,
124, 124, 124, 1132, 240, 132, 47, 124, 52, 121,
121, 121, 121, 124, 124, 124, 124, 124, 124, 43,
60, 47, 1135, 43, 60, 1138, 43, 60, 1068, 125,
126, 126, 126, 43, 60, 159, 798, 127, 1246, 128,
160, 43, 60, 127, 127, 127, 127, 127, 127, 52,
121, 121, 121, 121, 52, 121, 121, 121, 121, 188,
119, 119, 119, 119, 1246, 1148, 137, 1155, 1156, 1157,
189, 1158, 143, 52, 192, 192, 192, 192, 52, 192,
192, 192, 192, 52, 192, 192, 192, 192, 243, 244,
244, 244, 258, 259, 259, 259, 189, 190, 190, 190,
190, 191, 1159, 1160, 1163, 192, 262, 263, 263, 263,
210, 192, 192, 192, 192, 192, 192, 195, 196, 196,
196, 197, 1166, 1169, 52, 198, 52, 192, 192, 192,
192, 198, 198, 198, 198, 198, 198, 199, 200, 200,
200, 200, 201, 1173, 1177, 1181, 202, 1185, 203, 109,
52, 1186, 202, 202, 202, 202, 202, 202, 48, 246,
246, 246, 246, 191, 1246, 261, 261, 261, 261, 48,
246, 246, 246, 246, 203, 245, 245, 245, 245, 300,
301, 301, 301, 245, 310, 311, 311, 311, 348, 245,
245, 245, 245, 245, 245, 252, 253, 253, 253, 253,
254, 349, 1189, 289, 255, 1192, 256, 1194, 290, 47,
255, 255, 255, 255, 255, 255, 1198, 291, 1100, 292,
293, 273, 294, 1105, 47, 1113, 274, 1246, 313, 313,
313, 313, 256, 199, 260, 260, 260, 260, 201, 275,
1246, 802, 261, 296, 244, 244, 244, 244, 261, 261,
261, 261, 261, 261, 297, 276, 319, 259, 259, 259,
259, 319, 259, 259, 259, 259, 1246, 320, 1246, 322,
322, 322, 322, 359, 360, 360, 360, 47, 1122, 47,
297, 306, 307, 307, 307, 308, 1246, 1246, 1246, 309,
1131, 1140, 47, 320, 47, 309, 309, 309, 309, 309,
309, 252, 312, 312, 312, 312, 254, 799, 1154, 1203,
313, 808, 1246, 1246, 1246, 1204, 313, 313, 313, 313,
313, 313, 314, 315, 315, 315, 308, 1207, 1208, 1211,
316, 375, 311, 311, 311, 311, 316, 316, 316, 316,
316, 316, 199, 321, 321, 321, 321, 201, 1212, 1246,
1246, 322, 1246, 378, 378, 378, 378, 322, 322, 322,
322, 322, 322, 323, 324, 324, 324, 324, 325, 1215,
1216, 1219, 326, 1223, 327, 1246, 1246, 1246, 326, 326,
326, 326, 326, 326, 375, 311, 311, 311, 311, 384,
385, 385, 385, 1165, 47, 376, 388, 389, 389, 389,
327, 333, 1227, 1246, 1246, 334, 1233, 47, 335, 47,
1236, 336, 803, 337, 338, 339, 340, 361, 361, 361,
361, 376, 47, 1246, 1246, 361, 392, 393, 393, 393,
1246, 361, 361, 361, 361, 361, 361, 252, 364, 364,
364, 364, 365, 1238, 1239, 1240, 366, 1246, 256, 1246,
1246, 1241, 366, 366, 366, 366, 366, 366, 199, 387,
387, 387, 387, 201, 1246, 391, 391, 391, 391, 360,
360, 360, 360, 1246, 256, 370, 371, 371, 371, 371,
372, 1242, 1244, 1245, 373, 1093, 374, 1092, 1091, 1090,
373, 373, 373, 373, 373, 373, 430, 431, 431, 431,
433, 434, 434, 434, 442, 443, 443, 443, 450, 451,
451, 451, 374, 252, 377, 377, 377, 377, 365, 1089,
1246, 1246, 378, 1246, 445, 445, 445, 445, 378, 378,
378, 378, 378, 378, 379, 380, 380, 380, 380, 381,
47, 47, 1246, 382, 1246, 383, 1246, 1246, 1081, 382,
382, 382, 382, 382, 382, 47, 47, 360, 360, 360,
360, 252, 453, 453, 453, 453, 365, 427, 1246, 1080,
1246, 383, 323, 390, 390, 390, 390, 325, 1074, 1071,
1068, 391, 454, 455, 455, 455, 47, 391, 391, 391,
391, 391, 391, 427, 439, 440, 440, 440, 308, 971,
957, 47, 441, 1246, 457, 457, 457, 457, 441, 441,
441, 441, 441, 441, 370, 444, 444, 444, 444, 372,
898, 1030, 878, 445, 462, 385, 385, 385, 385, 445,
445, 445, 445, 445, 445, 446, 447, 447, 447, 308,
984, 977, 974, 448, 199, 387, 387, 387, 387, 448,
448, 448, 448, 448, 448, 379, 456, 456, 456, 456,
381, 971, 970, 963, 457, 464, 389, 389, 389, 389,
457, 457, 457, 457, 457, 457, 458, 459, 459, 459,
308, 1246, 960, 957, 460, 462, 385, 385, 385, 385,
460, 460, 460, 460, 460, 460, 463, 464, 389, 389,
389, 389, 1246, 467, 467, 467, 467, 1246, 465, 510,
443, 443, 443, 443, 510, 443, 443, 443, 443, 1246,
511, 1246, 463, 1246, 513, 513, 513, 513, 519, 451,
451, 451, 451, 47, 465, 323, 466, 466, 466, 466,
325, 956, 1246, 1246, 467, 1246, 511, 1246, 47, 949,
467, 467, 467, 467, 467, 467, 468, 469, 469, 469,
469, 470, 946, 800, 801, 471, 1246, 472, 1246, 1246,
943, 471, 471, 471, 471, 471, 471, 252, 453, 453,
453, 453, 521, 455, 455, 455, 455, 519, 451, 451,
451, 451, 1246, 472, 493, 493, 493, 493, 520, 936,
1246, 1246, 493, 1246, 524, 524, 524, 524, 493, 493,
493, 493, 493, 493, 370, 496, 496, 496, 496, 497,
1246, 933, 1246, 498, 520, 374, 1246, 1246, 920, 498,
498, 498, 498, 498, 498, 47, 521, 455, 455, 455,
455, 530, 531, 531, 531, 47, 1246, 522, 1246, 47,
47, 374, 379, 499, 499, 499, 499, 500, 917, 914,
47, 501, 1246, 383, 47, 807, 806, 501, 501, 501,
501, 501, 501, 522, 533, 534, 534, 534, 323, 536,
536, 536, 536, 325, 537, 538, 538, 538, 1246, 383,
505, 506, 506, 506, 506, 507, 911, 908, 1246, 508,
1246, 509, 893, 892, 884, 508, 508, 508, 508, 508,
508, 541, 542, 542, 542, 1246, 540, 540, 540, 540,
562, 563, 563, 563, 1246, 881, 1246, 509, 370, 512,
512, 512, 512, 497, 878, 770, 1246, 513, 565, 566,
566, 566, 47, 513, 513, 513, 513, 513, 513, 514,
515, 515, 515, 515, 516, 688, 785, 47, 517, 1246,
518, 899, 1246, 776, 517, 517, 517, 517, 517, 517,
1246, 445, 445, 445, 445, 568, 569, 569, 569, 1246,
457, 457, 457, 457, 773, 1246, 518, 379, 523, 523,
523, 523, 500, 770, 769, 1246, 524, 577, 578, 578,
578, 47, 524, 524, 524, 524, 524, 524, 525, 526,
526, 526, 526, 527, 760, 757, 47, 528, 1246, 529,
902, 1246, 754, 528, 528, 528, 528, 528, 528, 1246,
580, 580, 580, 580, 585, 586, 586, 586, 370, 588,
588, 588, 588, 497, 1246, 529, 468, 539, 539, 539,
539, 470, 745, 742, 728, 540, 589, 590, 590, 590,
47, 540, 540, 540, 540, 540, 540, 370, 444, 444,
444, 444, 497, 725, 722, 47, 445, 1246, 592, 592,
592, 592, 445, 445, 445, 445, 445, 445, 379, 456,
456, 456, 456, 500, 719, 901, 703, 457, 597, 598,
598, 598, 702, 457, 457, 457, 457, 457, 457, 574,
575, 575, 575, 308, 694, 691, 688, 576, 600, 601,
601, 601, 47, 576, 576, 576, 576, 576, 576, 505,
579, 579, 579, 579, 507, 611, 602, 47, 580, 604,
605, 605, 605, 599, 580, 580, 580, 580, 580, 580,
581, 582, 582, 582, 308, 596, 587, 584, 583, 1246,
607, 607, 607, 607, 583, 583, 583, 583, 583, 583,
514, 591, 591, 591, 591, 516, 570, 567, 564, 592,
531, 531, 531, 531, 544, 592, 592, 592, 592, 592,
592, 593, 594, 594, 594, 308, 543, 1246, 1246, 595,
613, 534, 534, 534, 534, 595, 595, 595, 595, 595,
595, 379, 603, 603, 603, 603, 500, 525, 606, 606,
606, 606, 527, 1246, 1246, 535, 607, 323, 536, 536,
536, 536, 607, 607, 607, 607, 607, 607, 608, 609,
609, 609, 308, 1246, 532, 461, 610, 452, 531, 531,
531, 531, 610, 610, 610, 610, 610, 610, 612, 613,
534, 534, 534, 534, 615, 538, 538, 538, 538, 1246,
614, 598, 598, 598, 598, 616, 615, 538, 538, 538,
538, 449, 1246, 435, 612, 1246, 618, 618, 618, 618,
656, 578, 578, 578, 578, 47, 614, 689, 690, 690,
690, 616, 468, 617, 617, 617, 617, 470, 1246, 432,
47, 618, 1246, 659, 659, 659, 659, 618, 618, 618,
618, 618, 618, 619, 620, 620, 620, 620, 621, 395,
394, 1001, 622, 386, 623, 317, 302, 265, 622, 622,
622, 622, 622, 622, 47, 656, 578, 578, 578, 578,
665, 586, 586, 586, 586, 264, 657, 117, 47, 47,
623, 505, 639, 639, 639, 639, 640, 809, 1221, 1199,
641, 1183, 509, 47, 1179, 1175, 641, 641, 641, 641,
641, 641, 657, 665, 586, 586, 586, 586, 370, 588,
588, 588, 588, 1171, 666, 1167, 47, 997, 509, 514,
642, 642, 642, 642, 643, 1144, 1142, 1095, 644, 994,
518, 47, 1063, 1061, 644, 644, 644, 644, 644, 644,
666, 667, 590, 590, 590, 590, 667, 590, 590, 590,
590, 1055, 668, 1053, 47, 998, 518, 525, 645, 645,
645, 645, 646, 1047, 1045, 1039, 647, 1037, 529, 47,
1032, 1000, 647, 647, 647, 647, 647, 647, 668, 1246,
670, 670, 670, 670, 677, 601, 601, 601, 601, 379,
603, 603, 603, 603, 529, 651, 652, 652, 652, 652,
653, 308, 1087, 1154, 654, 992, 655, 988, 986, 308,
654, 654, 654, 654, 654, 654, 679, 605, 605, 605,
605, 1246, 682, 682, 682, 682, 692, 693, 693, 693,
1022, 308, 655, 505, 658, 658, 658, 658, 640, 1019,
308, 1016, 659, 696, 697, 697, 697, 47, 659, 659,
659, 659, 659, 659, 660, 661, 661, 661, 661, 662,
308, 1013, 47, 663, 308, 664, 1010, 903, 308, 663,
663, 663, 663, 663, 663, 468, 695, 695, 695, 695,
470, 700, 701, 701, 701, 1246, 699, 699, 699, 699,
922, 664, 514, 669, 669, 669, 669, 643, 308, 308,
1087, 670, 717, 718, 718, 718, 47, 670, 670, 670,
670, 670, 670, 671, 672, 672, 672, 672, 673, 795,
873, 47, 674, 308, 675, 869, 1003, 867, 674, 674,
674, 674, 674, 674, 598, 598, 598, 598, 677, 601,
601, 601, 601, 861, 676, 720, 721, 721, 721, 678,
675, 679, 605, 605, 605, 605, 1246, 580, 580, 580,
580, 308, 680, 723, 724, 724, 724, 857, 855, 849,
676, 726, 727, 727, 727, 678, 1246, 592, 592, 592,
592, 1246, 607, 607, 607, 607, 308, 845, 680, 525,
681, 681, 681, 681, 646, 843, 838, 308, 682, 735,
736, 736, 736, 47, 682, 682, 682, 682, 682, 682,
683, 684, 684, 684, 684, 685, 834, 829, 47, 686,
308, 687, 308, 1029, 905, 686, 686, 686, 686, 686,
686, 1246, 738, 738, 738, 738, 743, 744, 744, 744,
505, 746, 746, 746, 746, 640, 1022, 687, 619, 698,
698, 698, 698, 621, 1019, 1016, 1013, 699, 747, 748,
748, 748, 47, 699, 699, 699, 699, 699, 699, 505,
579, 579, 579, 579, 640, 1010, 905, 47, 580, 1246,
750, 750, 750, 750, 580, 580, 580, 580, 580, 580,
514, 591, 591, 591, 591, 643, 793, 994, 789, 592,
755, 756, 756, 756, 47, 592, 592, 592, 592, 592,
592, 525, 606, 606, 606, 606, 646, 787, 308, 47,
607, 758, 759, 759, 759, 822, 607, 607, 607, 607,
607, 607, 732, 733, 733, 733, 308, 308, 819, 308,
734, 762, 763, 763, 763, 47, 734, 734, 734, 734,
734, 734, 651, 737, 737, 737, 737, 653, 816, 308,
47, 738, 1246, 765, 765, 765, 765, 738, 738, 738,
738, 738, 738, 739, 740, 740, 740, 308, 813, 308,
924, 741, 771, 772, 772, 772, 47, 741, 741, 741,
741, 741, 741, 660, 749, 749, 749, 749, 662, 308,
905, 47, 750, 774, 775, 775, 775, 905, 750, 750,
750, 750, 750, 750, 751, 752, 752, 752, 308, 621,
1195, 683, 753, 778, 779, 779, 779, 875, 753, 753,
753, 753, 753, 753, 514, 761, 761, 761, 761, 643,
671, 764, 764, 764, 764, 673, 679, 677, 671, 765,
1246, 781, 781, 781, 781, 765, 765, 765, 765, 765,
765, 766, 767, 767, 767, 308, 863, 667, 665, 768,
690, 690, 690, 690, 660, 768, 768, 768, 768, 768,
768, 525, 777, 777, 777, 777, 646, 683, 780, 780,
780, 780, 685, 851, 656, 651, 781, 787, 693, 693,
693, 693, 781, 781, 781, 781, 781, 781, 782, 783,
783, 783, 308, 840, 831, 731, 784, 716, 690, 690,
690, 690, 784, 784, 784, 784, 784, 784, 786, 787,
693, 693, 693, 693, 468, 695, 695, 695, 695, 822,
788, 789, 697, 697, 697, 697, 789, 697, 697, 697,
697, 819, 790, 47, 786, 1246, 792, 792, 792, 792,
834, 736, 736, 736, 736, 816, 788, 813, 47, 804,
1246, 837, 837, 837, 837, 811, 716, 619, 790, 619,
791, 791, 791, 791, 621, 795, 805, 615, 792, 843,
744, 744, 744, 744, 792, 792, 792, 792, 792, 792,
793, 794, 794, 794, 794, 795, 47, 613, 646, 796,
643, 797, 640, 731, 716, 796, 796, 796, 796, 796,
796, 47, 834, 736, 736, 736, 736, 505, 746, 746,
746, 746, 894, 835, 716, 47, 47, 797, 651, 812,
812, 812, 812, 813, 714, 713, 712, 814, 711, 655,
47, 47, 710, 814, 814, 814, 814, 814, 814, 835,
843, 744, 744, 744, 744, 845, 748, 748, 748, 748,
709, 844, 708, 47, 999, 655, 660, 815, 815, 815,
815, 816, 707, 706, 705, 817, 704, 664, 47, 470,
525, 817, 817, 817, 817, 817, 817, 844, 845, 748,
748, 748, 748, 1246, 848, 848, 848, 848, 685, 846,
521, 47, 1152, 664, 671, 818, 818, 818, 818, 819,
519, 47, 514, 820, 673, 675, 47, 510, 505, 820,
820, 820, 820, 820, 820, 846, 47, 756, 756, 756,
756, 756, 756, 756, 756, 47, 662, 854, 653, 47,
897, 675, 683, 821, 821, 821, 821, 822, 650, 573,
47, 823, 561, 687, 47, 1082, 646, 823, 823, 823,
823, 823, 823, 854, 855, 759, 759, 759, 759, 514,
761, 761, 761, 761, 857, 763, 763, 763, 763, 687,
825, 826, 826, 826, 827, 643, 640, 638, 828, 1246,
860, 860, 860, 860, 828, 828, 828, 828, 828, 828,
829, 830, 830, 830, 830, 831, 561, 636, 635, 832,
634, 833, 633, 632, 631, 832, 832, 832, 832, 832,
832, 772, 772, 772, 772, 867, 775, 775, 775, 775,
525, 777, 777, 777, 777, 630, 629, 833, 651, 836,
836, 836, 836, 813, 628, 627, 626, 837, 869, 779,
779, 779, 779, 837, 837, 837, 837, 837, 837, 838,
839, 839, 839, 839, 840, 625, 624, 468, 841, 621,
842, 464, 462, 500, 841, 841, 841, 841, 841, 841,
1246, 872, 872, 872, 872, 879, 880, 880, 880, 882,
883, 883, 883, 497, 573, 561, 842, 660, 847, 847,
847, 847, 816, 561, 559, 558, 848, 886, 887, 887,
887, 47, 848, 848, 848, 848, 848, 848, 849, 850,
850, 850, 850, 851, 557, 556, 47, 852, 555, 853,
554, 553, 552, 852, 852, 852, 852, 852, 852, 855,
759, 759, 759, 759, 551, 857, 763, 763, 763, 763,
856, 890, 891, 891, 891, 853, 858, 772, 772, 772,
772, 619, 885, 885, 885, 885, 621, 866, 1246, 889,
889, 889, 889, 550, 47, 549, 856, 906, 907, 907,
907, 47, 858, 671, 859, 859, 859, 859, 819, 47,
548, 547, 860, 866, 546, 545, 47, 1197, 860, 860,
860, 860, 860, 860, 861, 862, 862, 862, 862, 863,
900, 325, 379, 864, 527, 865, 375, 370, 516, 864,
864, 864, 864, 864, 864, 867, 775, 775, 775, 775,
47, 869, 779, 779, 779, 779, 868, 47, 507, 504,
438, 865, 870, 429, 500, 47, 909, 910, 910, 910,
497, 495, 47, 429, 492, 491, 895, 1246, 738, 738,
738, 738, 868, 896, 912, 913, 913, 913, 870, 683,
871, 871, 871, 871, 822, 490, 489, 488, 872, 1246,
750, 750, 750, 750, 872, 872, 872, 872, 872, 872,
873, 874, 874, 874, 874, 875, 487, 486, 485, 876,
484, 877, 483, 482, 481, 876, 876, 876, 876, 876,
876, 915, 916, 916, 916, 1246, 765, 765, 765, 765,
918, 919, 919, 919, 480, 479, 478, 877, 793, 888,
888, 888, 888, 795, 477, 476, 475, 889, 1246, 781,
781, 781, 781, 889, 889, 889, 889, 889, 889, 651,
737, 737, 737, 737, 813, 474, 473, 323, 738, 928,
929, 929, 929, 47, 738, 738, 738, 738, 738, 738,
660, 749, 749, 749, 749, 816, 470, 319, 47, 750,
1246, 931, 931, 931, 931, 750, 750, 750, 750, 750,
750, 671, 764, 764, 764, 764, 819, 1224, 365, 438,
765, 934, 935, 935, 935, 429, 765, 765, 765, 765,
765, 765, 683, 780, 780, 780, 780, 822, 365, 365,
429, 781, 938, 939, 939, 939, 296, 781, 781, 781,
781, 781, 781, 922, 923, 923, 923, 923, 924, 426,
425, 424, 925, 423, 926, 422, 421, 420, 925, 925,
925, 925, 925, 925, 651, 937, 937, 937, 937, 813,
1246, 941, 941, 941, 941, 944, 945, 945, 945, 419,
926, 829, 930, 930, 930, 930, 831, 418, 417, 416,
931, 947, 948, 948, 948, 415, 931, 931, 931, 931,
931, 931, 838, 940, 940, 940, 940, 840, 414, 413,
412, 941, 951, 952, 952, 952, 411, 941, 941, 941,
941, 941, 941, 660, 950, 950, 950, 950, 816, 849,
953, 953, 953, 953, 851, 410, 409, 406, 954, 1246,
954, 954, 954, 954, 954, 954, 954, 954, 954, 954,
958, 959, 959, 959, 961, 962, 962, 962, 671, 964,
964, 964, 964, 819, 965, 966, 966, 966, 861, 967,
967, 967, 967, 863, 403, 402, 401, 968, 1246, 968,
968, 968, 968, 968, 968, 968, 968, 968, 968, 972,
973, 973, 973, 975, 976, 976, 976, 683, 978, 978,
978, 978, 822, 979, 980, 980, 980, 873, 981, 981,
981, 981, 875, 400, 399, 398, 982, 1246, 982, 982,
982, 982, 982, 982, 982, 982, 982, 982, 880, 880,
880, 880, 880, 880, 880, 880, 397, 396, 985, 986,
883, 883, 883, 883, 986, 883, 883, 883, 883, 201,
987, 619, 885, 885, 885, 885, 988, 887, 887, 887,
887, 308, 252, 381, 985, 372, 308, 989, 988, 887,
887, 887, 887, 47, 47, 47, 987, 1246, 991, 991,
991, 991, 1024, 1025, 1025, 1025, 369, 305, 47, 47,
47, 47, 299, 989, 793, 990, 990, 990, 990, 795,
1002, 1084, 365, 991, 363, 1004, 47, 47, 299, 991,
991, 991, 991, 991, 991, 992, 993, 993, 993, 993,
994, 358, 47, 1149, 995, 1150, 996, 357, 356, 355,
995, 995, 995, 995, 995, 995, 1246, 1027, 1027, 1027,
1027, 1032, 929, 929, 929, 929, 1246, 1035, 1035, 1035,
1035, 354, 996, 1005, 1006, 1006, 1006, 1007, 353, 352,
351, 1008, 1037, 935, 935, 935, 935, 1008, 1008, 1008,
1008, 1008, 1008, 829, 1009, 1009, 1009, 1009, 1010, 350,
347, 346, 1011, 345, 833, 344, 343, 342, 1011, 1011,
1011, 1011, 1011, 1011, 47, 1032, 929, 929, 929, 929,
651, 937, 937, 937, 937, 341, 1033, 332, 331, 47,
833, 838, 1012, 1012, 1012, 1012, 1013, 330, 1083, 329,
1014, 328, 842, 199, 325, 308, 1014, 1014, 1014, 1014,
1014, 1014, 1033, 1037, 935, 935, 935, 935, 1039, 939,
939, 939, 939, 305, 1038, 299, 299, 188, 842, 849,
1015, 1015, 1015, 1015, 1016, 295, 288, 287, 1017, 286,
853, 285, 284, 283, 1017, 1017, 1017, 1017, 1017, 1017,
1038, 1039, 939, 939, 939, 939, 1246, 1042, 1042, 1042,
1042, 282, 1040, 281, 280, 47, 853, 861, 1018, 1018,
1018, 1018, 1019, 279, 278, 277, 1020, 272, 865, 271,
47, 173, 1020, 1020, 1020, 1020, 1020, 1020, 1040, 1196,
945, 945, 945, 945, 945, 945, 945, 945, 270, 269,
1044, 268, 267, 266, 865, 873, 1021, 1021, 1021, 1021,
1022, 254, 197, 251, 1023, 194, 877, 191, 248, 109,
1023, 1023, 1023, 1023, 1023, 1023, 1044, 1045, 948, 948,
948, 948, 660, 950, 950, 950, 950, 1047, 952, 952,
952, 952, 877, 922, 1026, 1026, 1026, 1026, 924, 242,
241, 173, 1027, 1246, 1050, 1050, 1050, 1050, 1027, 1027,
1027, 1027, 1027, 1027, 829, 1034, 1034, 1034, 1034, 1010,
238, 237, 236, 1035, 959, 959, 959, 959, 235, 1035,
1035, 1035, 1035, 1035, 1035, 838, 1041, 1041, 1041, 1041,
1013, 234, 233, 232, 1042, 1045, 948, 948, 948, 948,
1042, 1042, 1042, 1042, 1042, 1042, 1046, 1047, 952, 952,
952, 952, 1053, 962, 962, 962, 962, 231, 1048, 959,
959, 959, 959, 671, 964, 964, 964, 964, 228, 1052,
227, 173, 1046, 1055, 966, 966, 966, 966, 1246, 1058,
1058, 1058, 1058, 226, 1048, 849, 1049, 1049, 1049, 1049,
1016, 225, 224, 223, 1050, 1052, 973, 973, 973, 973,
1050, 1050, 1050, 1050, 1050, 1050, 1053, 962, 962, 962,
962, 1055, 966, 966, 966, 966, 222, 1054, 1069, 1070,
1070, 1070, 1056, 973, 973, 973, 973, 1061, 976, 976,
976, 976, 221, 1060, 1061, 976, 976, 976, 976, 1072,
1073, 1073, 1073, 1054, 220, 1062, 219, 218, 1056, 861,
1057, 1057, 1057, 1057, 1019, 217, 216, 215, 1058, 1060,
1076, 1077, 1077, 1077, 1058, 1058, 1058, 1058, 1058, 1058,
214, 1062, 683, 978, 978, 978, 978, 1063, 980, 980,
980, 980, 1063, 980, 980, 980, 980, 213, 1064, 1246,
1066, 1066, 1066, 1066, 793, 1075, 1075, 1075, 1075, 795,
1246, 1079, 1079, 1079, 1079, 1246, 931, 931, 931, 931,
1101, 1102, 1102, 1102, 1064, 873, 1065, 1065, 1065, 1065,
1022, 212, 211, 209, 1066, 1246, 941, 941, 941, 941,
1066, 1066, 1066, 1066, 1066, 1066, 992, 1078, 1078, 1078,
1078, 994, 47, 208, 207, 1079, 1246, 954, 954, 954,
954, 1079, 1079, 1079, 1079, 1079, 1079, 47, 1246, 968,
968, 968, 968, 1246, 982, 982, 982, 982, 1085, 922,
1086, 1086, 1086, 1086, 1087, 206, 205, 204, 1088, 201,
926, 48, 194, 187, 1088, 1088, 1088, 1088, 1088, 1088,
1095, 1025, 1025, 1025, 1025, 1246, 1098, 1098, 1098, 1098,
829, 1104, 1104, 1104, 1104, 1010, 926, 829, 930, 930,
930, 930, 1010, 186, 185, 184, 931, 1106, 1107, 1107,
1107, 183, 931, 931, 931, 931, 931, 931, 838, 940,
940, 940, 940, 1013, 182, 181, 180, 941, 1109, 1110,
1110, 1110, 179, 941, 941, 941, 941, 941, 941, 849,
953, 953, 953, 953, 1016, 178, 175, 174, 954, 1115,
1116, 1116, 1116, 173, 954, 954, 954, 954, 954, 954,
861, 967, 967, 967, 967, 1019, 172, 171, 170, 968,
1118, 1119, 1119, 1119, 169, 968, 968, 968, 968, 968,
968, 873, 981, 981, 981, 981, 1022, 168, 167, 166,
982, 1095, 1025, 1025, 1025, 1025, 982, 982, 982, 982,
982, 982, 1096, 838, 1112, 1112, 1112, 1112, 1013, 849,
1121, 1121, 1121, 1121, 1016, 1124, 1125, 1125, 1125, 1127,
1128, 1128, 1128, 1133, 1134, 1134, 1134, 165, 1096, 922,
1097, 1097, 1097, 1097, 1087, 164, 163, 162, 1098, 1136,
1137, 1137, 1137, 161, 1098, 1098, 1098, 1098, 1098, 1098,
861, 1130, 1130, 1130, 1130, 1019, 873, 1139, 1139, 1139,
1139, 1022, 1070, 1070, 1070, 1070, 1070, 1070, 1070, 1070,
151, 150, 1141, 1142, 1073, 1073, 1073, 1073, 1142, 1073,
1073, 1073, 1073, 147, 1143, 793, 1075, 1075, 1075, 1075,
1144, 1077, 1077, 1077, 1077, 146, 145, 144, 1141, 142,
138, 1145, 1144, 1077, 1077, 1077, 1077, 47, 136, 135,
1143, 1246, 1147, 1147, 1147, 1147, 1246, 1027, 1027, 1027,
1027, 134, 47, 133, 131, 1151, 130, 1145, 992, 1146,
1146, 1146, 1146, 994, 129, 123, 116, 1147, 1161, 1162,
1162, 1162, 115, 1147, 1147, 1147, 1147, 1147, 1147, 922,
1026, 1026, 1026, 1026, 1087, 110, 103, 79, 1027, 1167,
1102, 1102, 1102, 1102, 1027, 1027, 1027, 1027, 1027, 1027,
922, 1164, 1164, 1164, 1164, 1087, 1167, 1102, 1102, 1102,
1102, 829, 1104, 1104, 1104, 1104, 76, 1168, 1107, 1107,
1107, 1107, 1107, 1107, 1107, 1107, 57, 46, 1170, 1171,
1110, 1110, 1110, 1110, 1171, 1110, 1110, 1110, 1110, 44,
1172, 1246, 1246, 1168, 838, 1112, 1112, 1112, 1112, 1116,
1116, 1116, 1116, 1246, 1170, 1116, 1116, 1116, 1116, 1174,
1175, 1119, 1119, 1119, 1119, 1246, 1172, 1125, 1125, 1125,
1125, 1176, 1175, 1119, 1119, 1119, 1119, 849, 1121, 1121,
1121, 1121, 1246, 1246, 1246, 1174, 1125, 1125, 1125, 1125,
1179, 1128, 1128, 1128, 1128, 1246, 1178, 1176, 1246, 1246,
1246, 1180, 1179, 1128, 1128, 1128, 1128, 861, 1130, 1130,
1130, 1130, 1246, 1134, 1134, 1134, 1134, 1134, 1134, 1134,
1134, 1246, 1178, 1182, 1246, 1246, 1246, 1180, 1183, 1137,
1137, 1137, 1137, 1183, 1137, 1137, 1137, 1137, 1246, 1184,
873, 1139, 1139, 1139, 1139, 1187, 1188, 1188, 1188, 1182,
1190, 1191, 1191, 1191, 992, 1193, 1193, 1193, 1193, 994,
1199, 1162, 1162, 1162, 1162, 1184, 1199, 1162, 1162, 1162,
1162, 1200, 922, 1164, 1164, 1164, 1164, 1201, 1202, 1202,
1202, 1205, 1206, 1206, 1206, 1209, 1210, 1210, 1210, 1213,
1214, 1214, 1214, 1217, 1218, 1218, 1218, 1200, 1188, 1188,
1188, 1188, 1188, 1188, 1188, 1188, 1246, 1246, 1220, 1221,
1191, 1191, 1191, 1191, 1221, 1191, 1191, 1191, 1191, 1246,
1222, 992, 1193, 1193, 1193, 1193, 1225, 1226, 1226, 1226,
1202, 1202, 1202, 1202, 1220, 1202, 1202, 1202, 1202, 1246,
1228, 1206, 1206, 1206, 1206, 1246, 1222, 1206, 1206, 1206,
1206, 1229, 1210, 1210, 1210, 1210, 1210, 1210, 1210, 1210,
1246, 1246, 1230, 1246, 1246, 1246, 1228, 1246, 1214, 1214,
1214, 1214, 1214, 1214, 1214, 1214, 1246, 1229, 1231, 1218,
1218, 1218, 1218, 1218, 1218, 1218, 1218, 1246, 1230, 1232,
1234, 1235, 1235, 1235, 1246, 1226, 1226, 1226, 1226, 1226,
1226, 1226, 1226, 1246, 1231, 1237, 1235, 1235, 1235, 1235,
1235, 1235, 1235, 1235, 1246, 1232, 1243, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1237, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1243, 45, 1246, 1246, 1246, 1246, 45, 45,
61, 1246, 61, 61, 61, 61, 61, 122, 122, 193,
193, 202, 202, 247, 247, 249, 249, 250, 250, 257,
257, 255, 255, 298, 298, 303, 303, 304, 304, 318,
318, 326, 326, 362, 362, 366, 366, 367, 367, 368,
368, 373, 373, 382, 382, 428, 428, 436, 436, 437,
437, 471, 471, 494, 494, 498, 498, 501, 501, 502,
502, 503, 503, 508, 508, 517, 517, 528, 528, 560,
560, 571, 571, 572, 572, 622, 622, 502, 502, 637,
637, 641, 641, 644, 644, 647, 647, 648, 648, 649,
649, 654, 654, 663, 663, 674, 674, 686, 686, 715,
715, 729, 729, 730, 730, 691, 691, 694, 694, 796,
796, 703, 703, 52, 52, 52, 648, 648, 810, 810,
814, 814, 817, 817, 820, 820, 823, 823, 824, 824,
832, 832, 841, 841, 742, 742, 745, 745, 852, 852,
754, 754, 757, 757, 760, 760, 864, 864, 769, 769,
773, 773, 776, 776, 876, 876, 785, 785, 52, 52,
52, 904, 904, 921, 921, 927, 927, 925, 925, 932,
932, 942, 942, 955, 955, 969, 969, 983, 983, 881,
881, 884, 884, 995, 995, 893, 893, 52, 52, 52,
824, 824, 1011, 1011, 1014, 1014, 1017, 1017, 1020, 1020,
1023, 1023, 1028, 1028, 1031, 1031, 1036, 1036, 933, 933,
936, 936, 1043, 1043, 943, 943, 946, 946, 949, 949,
1051, 1051, 956, 956, 960, 960, 963, 963, 1059, 1059,
970, 970, 974, 974, 977, 977, 1067, 1067, 984, 984,
52, 52, 52, 1088, 1088, 1099, 1099, 257, 257, 1030,
1030, 1100, 1100, 1105, 1105, 1113, 1113, 1122, 1122, 1131,
1131, 1140, 1140, 1071, 1071, 1074, 1074, 1081, 1081, 52,
52, 52, 1153, 1153, 1165, 1165, 3, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246
} ;
static yyconst short int yy_chk[4767] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 4,
8, 11, 1451, 4, 8, 11, 4, 8, 11, 16,
16, 14, 1456, 4, 8, 11, 18, 18, 25, 26,
26, 4, 8, 11, 13, 13, 13, 13, 13, 13,
13, 25, 84, 81, 13, 13, 13, 14, 81, 13,
13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
13, 13, 13, 13, 15, 84, 24, 1458, 15, 24,
1459, 15, 19, 19, 19, 19, 19, 21, 15, 23,
22, 21, 165, 19, 21, 28, 15, 22, 33, 34,
38, 21, 22, 23, 119, 165, 22, 33, 22, 21,
23, 28, 32, 1461, 38, 34, 32, 126, 34, 19,
20, 20, 20, 20, 20, 32, 86, 1462, 20, 104,
119, 32, 86, 74, 20, 20, 20, 20, 20, 20,
30, 31, 85, 126, 30, 31, 37, 104, 30, 31,
30, 31, 30, 35, 37, 30, 40, 74, 35, 35,
37, 35, 37, 74, 40, 43, 85, 1463, 40, 43,
40, 85, 43, 48, 48, 48, 48, 337, 1465, 43,
51, 51, 51, 51, 51, 339, 337, 43, 49, 49,
49, 49, 49, 181, 339, 1466, 1467, 49, 67, 67,
67, 67, 67, 49, 49, 49, 49, 49, 49, 53,
53, 53, 53, 1469, 181, 67, 704, 53, 62, 62,
62, 62, 62, 53, 53, 53, 53, 53, 53, 54,
60, 704, 1470, 54, 60, 1471, 54, 60, 1473, 54,
54, 54, 54, 54, 60, 87, 704, 54, 196, 62,
87, 54, 60, 54, 54, 54, 54, 54, 54, 72,
72, 72, 72, 72, 76, 76, 76, 76, 76, 118,
118, 118, 118, 118, 196, 1476, 72, 1480, 1481, 1482,
118, 1483, 76, 121, 121, 121, 121, 121, 132, 132,
132, 132, 132, 137, 137, 137, 137, 137, 188, 188,
188, 188, 199, 199, 199, 199, 118, 120, 120, 120,
120, 120, 1484, 1485, 1486, 120, 201, 201, 201, 201,
137, 120, 120, 120, 120, 120, 120, 123, 123, 123,
123, 123, 1488, 1489, 244, 123, 143, 143, 143, 143,
143, 123, 123, 123, 123, 123, 123, 125, 125, 125,
125, 125, 125, 1490, 1491, 1492, 125, 1493, 125, 143,
244, 1494, 125, 125, 125, 125, 125, 125, 190, 190,
190, 190, 190, 190, 202, 202, 202, 202, 202, 246,
246, 246, 246, 246, 125, 189, 189, 189, 189, 248,
248, 248, 248, 189, 252, 252, 252, 252, 286, 189,
189, 189, 189, 189, 189, 195, 195, 195, 195, 195,
195, 286, 1495, 239, 195, 1496, 195, 1497, 239, 707,
195, 195, 195, 195, 195, 195, 1498, 239, 1499, 239,
239, 217, 239, 1500, 707, 1501, 217, 255, 255, 255,
255, 255, 195, 200, 200, 200, 200, 200, 200, 217,
263, 707, 200, 243, 243, 243, 243, 243, 200, 200,
200, 200, 200, 200, 243, 217, 258, 258, 258, 258,
258, 259, 259, 259, 259, 259, 263, 258, 261, 261,
261, 261, 261, 296, 296, 296, 296, 705, 1502, 712,
243, 251, 251, 251, 251, 251, 301, 307, 315, 251,
1503, 1504, 705, 258, 712, 251, 251, 251, 251, 251,
251, 253, 253, 253, 253, 253, 253, 705, 1505, 1506,
253, 712, 301, 307, 315, 1507, 253, 253, 253, 253,
253, 253, 254, 254, 254, 254, 254, 1508, 1509, 1510,
254, 311, 311, 311, 311, 311, 254, 254, 254, 254,
254, 254, 260, 260, 260, 260, 260, 260, 1511, 393,
431, 260, 313, 313, 313, 313, 313, 260, 260, 260,
260, 260, 260, 262, 262, 262, 262, 262, 262, 1512,
1513, 1514, 262, 1515, 262, 393, 431, 434, 262, 262,
262, 262, 262, 262, 310, 310, 310, 310, 310, 319,
319, 319, 319, 1516, 708, 310, 323, 323, 323, 323,
262, 273, 1517, 434, 440, 273, 1518, 714, 273, 708,
1519, 273, 708, 273, 273, 273, 273, 297, 297, 297,
297, 310, 714, 447, 459, 297, 325, 325, 325, 325,
440, 297, 297, 297, 297, 297, 297, 300, 300, 300,
300, 300, 300, 1520, 1521, 1522, 300, 542, 300, 447,
459, 1523, 300, 300, 300, 300, 300, 300, 321, 321,
321, 321, 321, 321, 326, 326, 326, 326, 326, 360,
360, 360, 360, 542, 300, 306, 306, 306, 306, 306,
306, 1524, 1525, 1526, 306, 1450, 306, 1449, 1448, 1447,
306, 306, 306, 306, 306, 306, 363, 363, 363, 363,
365, 365, 365, 365, 370, 370, 370, 370, 375, 375,
375, 375, 306, 312, 312, 312, 312, 312, 312, 1445,
563, 566, 312, 373, 373, 373, 373, 373, 312, 312,
312, 312, 312, 312, 314, 314, 314, 314, 314, 314,
801, 809, 569, 314, 575, 314, 563, 566, 1443, 314,
314, 314, 314, 314, 314, 801, 809, 359, 359, 359,
359, 377, 377, 377, 377, 377, 377, 359, 569, 1442,
575, 314, 324, 324, 324, 324, 324, 324, 1441, 1440,
1439, 324, 379, 379, 379, 379, 803, 324, 324, 324,
324, 324, 324, 359, 369, 369, 369, 369, 369, 1434,
1429, 803, 369, 382, 382, 382, 382, 382, 369, 369,
369, 369, 369, 369, 371, 371, 371, 371, 371, 371,
803, 1418, 1405, 371, 385, 385, 385, 385, 385, 371,
371, 371, 371, 371, 371, 372, 372, 372, 372, 372,
1404, 1402, 1401, 372, 387, 387, 387, 387, 387, 372,
372, 372, 372, 372, 372, 380, 380, 380, 380, 380,
380, 1400, 1399, 1397, 380, 389, 389, 389, 389, 389,
380, 380, 380, 380, 380, 380, 381, 381, 381, 381,
381, 582, 1396, 1395, 381, 384, 384, 384, 384, 384,
381, 381, 381, 381, 381, 381, 384, 388, 388, 388,
388, 388, 391, 391, 391, 391, 391, 582, 388, 442,
442, 442, 442, 442, 443, 443, 443, 443, 443, 594,
442, 609, 384, 445, 445, 445, 445, 445, 451, 451,
451, 451, 451, 706, 388, 390, 390, 390, 390, 390,
390, 1394, 701, 718, 390, 594, 442, 609, 706, 1392,
390, 390, 390, 390, 390, 390, 392, 392, 392, 392,
392, 392, 1391, 706, 706, 392, 721, 392, 701, 718,
1390, 392, 392, 392, 392, 392, 392, 453, 453, 453,
453, 453, 455, 455, 455, 455, 455, 450, 450, 450,
450, 450, 721, 392, 427, 427, 427, 427, 450, 1388,
724, 727, 427, 457, 457, 457, 457, 457, 427, 427,
427, 427, 427, 427, 430, 430, 430, 430, 430, 430,
733, 1387, 740, 430, 450, 430, 724, 727, 1382, 430,
430, 430, 430, 430, 430, 710, 454, 454, 454, 454,
454, 462, 462, 462, 462, 711, 733, 454, 740, 898,
710, 430, 433, 433, 433, 433, 433, 433, 1381, 1380,
711, 433, 752, 433, 898, 711, 710, 433, 433, 433,
433, 433, 433, 454, 464, 464, 464, 464, 466, 466,
466, 466, 466, 466, 468, 468, 468, 468, 752, 433,
439, 439, 439, 439, 439, 439, 1379, 1378, 767, 439,
783, 439, 1375, 1374, 1373, 439, 439, 439, 439, 439,
439, 470, 470, 470, 470, 471, 471, 471, 471, 471,
495, 495, 495, 495, 767, 1372, 783, 439, 444, 444,
444, 444, 444, 444, 1371, 1366, 826, 444, 497, 497,
497, 497, 804, 444, 444, 444, 444, 444, 444, 446,
446, 446, 446, 446, 446, 1343, 1342, 804, 446, 891,
446, 804, 826, 1341, 446, 446, 446, 446, 446, 446,
498, 498, 498, 498, 498, 500, 500, 500, 500, 501,
501, 501, 501, 501, 1340, 891, 446, 456, 456, 456,
456, 456, 456, 1339, 1338, 907, 456, 505, 505, 505,
505, 807, 456, 456, 456, 456, 456, 456, 458, 458,
458, 458, 458, 458, 1337, 1336, 807, 458, 910, 458,
807, 907, 1335, 458, 458, 458, 458, 458, 458, 508,
508, 508, 508, 508, 510, 510, 510, 510, 512, 512,
512, 512, 512, 512, 910, 458, 469, 469, 469, 469,
469, 469, 1334, 1333, 1330, 469, 514, 514, 514, 514,
806, 469, 469, 469, 469, 469, 469, 496, 496, 496,
496, 496, 496, 1329, 1328, 806, 496, 517, 517, 517,
517, 517, 496, 496, 496, 496, 496, 496, 499, 499,
499, 499, 499, 499, 1327, 806, 1325, 499, 519, 519,
519, 519, 1324, 499, 499, 499, 499, 499, 499, 504,
504, 504, 504, 504, 1323, 1322, 1321, 504, 521, 521,
521, 521, 902, 504, 504, 504, 504, 504, 504, 506,
506, 506, 506, 506, 506, 1308, 1307, 902, 506, 525,
525, 525, 525, 1306, 506, 506, 506, 506, 506, 506,
507, 507, 507, 507, 507, 1305, 1304, 1303, 507, 528,
528, 528, 528, 528, 507, 507, 507, 507, 507, 507,
515, 515, 515, 515, 515, 515, 1300, 1299, 1298, 515,
531, 531, 531, 531, 1296, 515, 515, 515, 515, 515,
515, 516, 516, 516, 516, 516, 1295, 913, 916, 516,
534, 534, 534, 534, 534, 516, 516, 516, 516, 516,
516, 523, 523, 523, 523, 523, 523, 526, 526, 526,
526, 526, 526, 913, 916, 1294, 526, 536, 536, 536,
536, 536, 526, 526, 526, 526, 526, 526, 527, 527,
527, 527, 527, 919, 1293, 1283, 527, 1282, 530, 530,
530, 530, 527, 527, 527, 527, 527, 527, 530, 533,
533, 533, 533, 533, 537, 537, 537, 537, 537, 919,
533, 598, 598, 598, 598, 537, 538, 538, 538, 538,
538, 1281, 1006, 1278, 530, 540, 540, 540, 540, 540,
578, 578, 578, 578, 578, 899, 533, 613, 613, 613,
613, 537, 539, 539, 539, 539, 539, 539, 1006, 1277,
899, 539, 580, 580, 580, 580, 580, 539, 539, 539,
539, 539, 539, 541, 541, 541, 541, 541, 541, 1275,
1274, 899, 541, 1273, 541, 1264, 1261, 1259, 541, 541,
541, 541, 541, 541, 713, 577, 577, 577, 577, 577,
586, 586, 586, 586, 586, 1258, 577, 1249, 894, 713,
541, 562, 562, 562, 562, 562, 562, 713, 1236, 1227,
562, 1219, 562, 894, 1215, 1211, 562, 562, 562, 562,
562, 562, 577, 585, 585, 585, 585, 585, 588, 588,
588, 588, 588, 1207, 585, 1203, 895, 894, 562, 565,
565, 565, 565, 565, 565, 1192, 1189, 1163, 565, 1147,
565, 895, 1138, 1135, 565, 565, 565, 565, 565, 565,
585, 589, 589, 589, 589, 589, 590, 590, 590, 590,
590, 1129, 589, 1126, 897, 895, 565, 568, 568, 568,
568, 568, 568, 1120, 1117, 1111, 568, 1108, 568, 897,
1103, 897, 568, 568, 568, 568, 568, 568, 589, 592,
592, 592, 592, 592, 601, 601, 601, 601, 601, 603,
603, 603, 603, 603, 568, 574, 574, 574, 574, 574,
574, 1099, 1098, 1087, 574, 1081, 574, 1074, 1071, 1067,
574, 574, 574, 574, 574, 574, 605, 605, 605, 605,
605, 607, 607, 607, 607, 607, 615, 615, 615, 615,
1066, 1059, 574, 579, 579, 579, 579, 579, 579, 1058,
1051, 1050, 579, 619, 619, 619, 619, 808, 579, 579,
579, 579, 579, 579, 581, 581, 581, 581, 581, 581,
1043, 1042, 808, 581, 1036, 581, 1035, 808, 1031, 581,
581, 581, 581, 581, 581, 617, 617, 617, 617, 617,
617, 621, 621, 621, 621, 622, 622, 622, 622, 622,
1030, 581, 591, 591, 591, 591, 591, 591, 1029, 1028,
1008, 591, 638, 638, 638, 638, 901, 591, 591, 591,
591, 591, 591, 593, 593, 593, 593, 593, 593, 991,
984, 901, 593, 983, 593, 977, 901, 974, 593, 593,
593, 593, 593, 593, 597, 597, 597, 597, 600, 600,
600, 600, 600, 970, 597, 640, 640, 640, 640, 600,
593, 604, 604, 604, 604, 604, 641, 641, 641, 641,
641, 969, 604, 643, 643, 643, 643, 963, 960, 956,
597, 646, 646, 646, 646, 600, 644, 644, 644, 644,
644, 647, 647, 647, 647, 647, 955, 949, 604, 606,
606, 606, 606, 606, 606, 946, 943, 942, 606, 651,
651, 651, 651, 997, 606, 606, 606, 606, 606, 606,
608, 608, 608, 608, 608, 608, 936, 933, 997, 608,
932, 608, 927, 924, 921, 608, 608, 608, 608, 608,
608, 654, 654, 654, 654, 654, 656, 656, 656, 656,
658, 658, 658, 658, 658, 658, 920, 608, 620, 620,
620, 620, 620, 620, 917, 914, 911, 620, 660, 660,
660, 660, 998, 620, 620, 620, 620, 620, 620, 639,
639, 639, 639, 639, 639, 908, 904, 998, 639, 663,
663, 663, 663, 663, 639, 639, 639, 639, 639, 639,
642, 642, 642, 642, 642, 642, 893, 892, 884, 642,
665, 665, 665, 665, 999, 642, 642, 642, 642, 642,
642, 645, 645, 645, 645, 645, 645, 881, 875, 999,
645, 667, 667, 667, 667, 872, 645, 645, 645, 645,
645, 645, 650, 650, 650, 650, 650, 863, 860, 851,
650, 671, 671, 671, 671, 1000, 650, 650, 650, 650,
650, 650, 652, 652, 652, 652, 652, 652, 848, 840,
1000, 652, 674, 674, 674, 674, 674, 652, 652, 652,
652, 652, 652, 653, 653, 653, 653, 653, 837, 831,
828, 653, 677, 677, 677, 677, 1149, 653, 653, 653,
653, 653, 653, 661, 661, 661, 661, 661, 661, 827,
824, 1149, 661, 679, 679, 679, 679, 810, 661, 661,
661, 661, 661, 661, 662, 662, 662, 662, 662, 792,
1149, 785, 662, 683, 683, 683, 683, 784, 662, 662,
662, 662, 662, 662, 669, 669, 669, 669, 669, 669,
672, 672, 672, 672, 672, 672, 776, 773, 769, 672,
686, 686, 686, 686, 686, 672, 672, 672, 672, 672,
672, 673, 673, 673, 673, 673, 768, 760, 757, 673,
690, 690, 690, 690, 754, 673, 673, 673, 673, 673,
673, 681, 681, 681, 681, 681, 681, 684, 684, 684,
684, 684, 684, 753, 745, 742, 684, 693, 693, 693,
693, 693, 684, 684, 684, 684, 684, 684, 685, 685,
685, 685, 685, 741, 734, 730, 685, 729, 689, 689,
689, 689, 685, 685, 685, 685, 685, 685, 689, 692,
692, 692, 692, 692, 695, 695, 695, 695, 695, 728,
692, 696, 696, 696, 696, 696, 697, 697, 697, 697,
697, 725, 696, 709, 689, 699, 699, 699, 699, 699,
736, 736, 736, 736, 736, 722, 692, 719, 709, 709,
738, 738, 738, 738, 738, 716, 715, 703, 696, 698,
698, 698, 698, 698, 698, 702, 709, 694, 698, 744,
744, 744, 744, 744, 698, 698, 698, 698, 698, 698,
700, 700, 700, 700, 700, 700, 798, 691, 682, 700,
670, 700, 659, 649, 648, 700, 700, 700, 700, 700,
700, 798, 735, 735, 735, 735, 735, 746, 746, 746,
746, 746, 798, 735, 637, 896, 1152, 700, 717, 717,
717, 717, 717, 717, 635, 634, 633, 717, 632, 717,
896, 1152, 631, 717, 717, 717, 717, 717, 717, 735,
743, 743, 743, 743, 743, 748, 748, 748, 748, 748,
630, 743, 629, 1085, 896, 717, 720, 720, 720, 720,
720, 720, 628, 627, 626, 720, 625, 720, 1085, 618,
611, 720, 720, 720, 720, 720, 720, 743, 747, 747,
747, 747, 747, 750, 750, 750, 750, 750, 610, 747,
602, 1195, 1085, 720, 723, 723, 723, 723, 723, 723,
599, 802, 596, 723, 595, 723, 1195, 587, 584, 723,
723, 723, 723, 723, 723, 747, 802, 755, 755, 755,
755, 756, 756, 756, 756, 1001, 583, 755, 576, 1197,
802, 723, 726, 726, 726, 726, 726, 726, 573, 572,
1001, 726, 571, 726, 1197, 1001, 570, 726, 726, 726,
726, 726, 726, 755, 759, 759, 759, 759, 759, 761,
761, 761, 761, 761, 763, 763, 763, 763, 763, 726,
731, 731, 731, 731, 731, 567, 564, 561, 731, 765,
765, 765, 765, 765, 731, 731, 731, 731, 731, 731,
732, 732, 732, 732, 732, 732, 560, 559, 557, 732,
556, 732, 555, 554, 553, 732, 732, 732, 732, 732,
732, 772, 772, 772, 772, 775, 775, 775, 775, 775,
777, 777, 777, 777, 777, 552, 551, 732, 737, 737,
737, 737, 737, 737, 550, 549, 548, 737, 779, 779,
779, 779, 779, 737, 737, 737, 737, 737, 737, 739,
739, 739, 739, 739, 739, 547, 546, 544, 739, 543,
739, 535, 532, 524, 739, 739, 739, 739, 739, 739,
781, 781, 781, 781, 781, 787, 787, 787, 787, 789,
789, 789, 789, 513, 503, 502, 739, 749, 749, 749,
749, 749, 749, 494, 490, 488, 749, 793, 793, 793,
793, 1224, 749, 749, 749, 749, 749, 749, 751, 751,
751, 751, 751, 751, 487, 484, 1224, 751, 483, 751,
482, 481, 480, 751, 751, 751, 751, 751, 751, 758,
758, 758, 758, 758, 479, 762, 762, 762, 762, 762,
758, 795, 795, 795, 795, 751, 762, 771, 771, 771,
771, 791, 791, 791, 791, 791, 791, 771, 796, 796,
796, 796, 796, 478, 1151, 477, 758, 811, 811, 811,
811, 805, 762, 764, 764, 764, 764, 764, 764, 1151,
476, 475, 764, 771, 474, 473, 805, 1151, 764, 764,
764, 764, 764, 764, 766, 766, 766, 766, 766, 766,
805, 467, 461, 766, 460, 766, 452, 449, 448, 766,
766, 766, 766, 766, 766, 774, 774, 774, 774, 774,
799, 778, 778, 778, 778, 778, 774, 800, 441, 438,
437, 766, 778, 436, 435, 799, 813, 813, 813, 813,
432, 429, 800, 428, 426, 422, 799, 814, 814, 814,
814, 814, 774, 800, 816, 816, 816, 816, 778, 780,
780, 780, 780, 780, 780, 419, 418, 414, 780, 817,
817, 817, 817, 817, 780, 780, 780, 780, 780, 780,
782, 782, 782, 782, 782, 782, 413, 411, 410, 782,
409, 782, 408, 407, 406, 782, 782, 782, 782, 782,
782, 819, 819, 819, 819, 820, 820, 820, 820, 820,
822, 822, 822, 822, 405, 404, 403, 782, 794, 794,
794, 794, 794, 794, 402, 401, 400, 794, 823, 823,
823, 823, 823, 794, 794, 794, 794, 794, 794, 812,
812, 812, 812, 812, 812, 397, 396, 395, 812, 829,
829, 829, 829, 1196, 812, 812, 812, 812, 812, 812,
815, 815, 815, 815, 815, 815, 394, 386, 1196, 815,
832, 832, 832, 832, 832, 815, 815, 815, 815, 815,
815, 818, 818, 818, 818, 818, 818, 1196, 378, 368,
818, 834, 834, 834, 834, 367, 818, 818, 818, 818,
818, 818, 821, 821, 821, 821, 821, 821, 366, 364,
362, 821, 838, 838, 838, 838, 361, 821, 821, 821,
821, 821, 821, 825, 825, 825, 825, 825, 825, 358,
357, 356, 825, 355, 825, 354, 353, 352, 825, 825,
825, 825, 825, 825, 836, 836, 836, 836, 836, 836,
841, 841, 841, 841, 841, 843, 843, 843, 843, 351,
825, 830, 830, 830, 830, 830, 830, 350, 349, 348,
830, 845, 845, 845, 845, 347, 830, 830, 830, 830,
830, 830, 839, 839, 839, 839, 839, 839, 346, 345,
343, 839, 849, 849, 849, 849, 342, 839, 839, 839,
839, 839, 839, 847, 847, 847, 847, 847, 847, 850,
850, 850, 850, 850, 850, 341, 340, 338, 850, 852,
852, 852, 852, 852, 850, 850, 850, 850, 850, 850,
855, 855, 855, 855, 857, 857, 857, 857, 859, 859,
859, 859, 859, 859, 861, 861, 861, 861, 862, 862,
862, 862, 862, 862, 336, 335, 334, 862, 864, 864,
864, 864, 864, 862, 862, 862, 862, 862, 862, 867,
867, 867, 867, 869, 869, 869, 869, 871, 871, 871,
871, 871, 871, 873, 873, 873, 873, 874, 874, 874,
874, 874, 874, 333, 332, 331, 874, 876, 876, 876,
876, 876, 874, 874, 874, 874, 874, 874, 879, 879,
879, 879, 880, 880, 880, 880, 329, 328, 879, 882,
882, 882, 882, 882, 883, 883, 883, 883, 883, 322,
882, 885, 885, 885, 885, 885, 886, 886, 886, 886,
886, 318, 317, 316, 879, 309, 308, 886, 887, 887,
887, 887, 887, 1003, 900, 903, 882, 889, 889, 889,
889, 889, 922, 922, 922, 922, 305, 304, 1003, 900,
903, 1082, 303, 886, 888, 888, 888, 888, 888, 888,
900, 1003, 302, 888, 299, 903, 1082, 1083, 298, 888,
888, 888, 888, 888, 888, 890, 890, 890, 890, 890,
890, 295, 1083, 1082, 890, 1083, 890, 294, 293, 292,
890, 890, 890, 890, 890, 890, 925, 925, 925, 925,
925, 929, 929, 929, 929, 929, 931, 931, 931, 931,
931, 291, 890, 905, 905, 905, 905, 905, 290, 289,
288, 905, 935, 935, 935, 935, 935, 905, 905, 905,
905, 905, 905, 906, 906, 906, 906, 906, 906, 287,
285, 284, 906, 281, 906, 280, 278, 276, 906, 906,
906, 906, 906, 906, 1002, 928, 928, 928, 928, 928,
937, 937, 937, 937, 937, 275, 928, 272, 271, 1002,
906, 909, 909, 909, 909, 909, 909, 269, 1002, 268,
909, 267, 909, 265, 264, 257, 909, 909, 909, 909,
909, 909, 928, 934, 934, 934, 934, 934, 939, 939,
939, 939, 939, 250, 934, 249, 247, 245, 909, 912,
912, 912, 912, 912, 912, 240, 236, 234, 912, 233,
912, 232, 231, 230, 912, 912, 912, 912, 912, 912,
934, 938, 938, 938, 938, 938, 941, 941, 941, 941,
941, 229, 938, 228, 225, 1150, 912, 915, 915, 915,
915, 915, 915, 222, 221, 220, 915, 215, 915, 214,
1150, 213, 915, 915, 915, 915, 915, 915, 938, 1150,
944, 944, 944, 944, 945, 945, 945, 945, 211, 210,
944, 209, 206, 205, 915, 918, 918, 918, 918, 918,
918, 198, 197, 194, 918, 193, 918, 192, 191, 187,
918, 918, 918, 918, 918, 918, 944, 948, 948, 948,
948, 948, 950, 950, 950, 950, 950, 952, 952, 952,
952, 952, 918, 923, 923, 923, 923, 923, 923, 186,
184, 178, 923, 954, 954, 954, 954, 954, 923, 923,
923, 923, 923, 923, 930, 930, 930, 930, 930, 930,
177, 175, 174, 930, 959, 959, 959, 959, 172, 930,
930, 930, 930, 930, 930, 940, 940, 940, 940, 940,
940, 170, 169, 167, 940, 947, 947, 947, 947, 947,
940, 940, 940, 940, 940, 940, 947, 951, 951, 951,
951, 951, 962, 962, 962, 962, 962, 166, 951, 958,
958, 958, 958, 964, 964, 964, 964, 964, 164, 958,
163, 161, 947, 966, 966, 966, 966, 966, 968, 968,
968, 968, 968, 160, 951, 953, 953, 953, 953, 953,
953, 159, 157, 155, 953, 958, 973, 973, 973, 973,
953, 953, 953, 953, 953, 953, 961, 961, 961, 961,
961, 965, 965, 965, 965, 965, 154, 961, 986, 986,
986, 986, 965, 972, 972, 972, 972, 976, 976, 976,
976, 976, 151, 972, 975, 975, 975, 975, 975, 988,
988, 988, 988, 961, 150, 975, 149, 148, 965, 967,
967, 967, 967, 967, 967, 147, 146, 145, 967, 972,
992, 992, 992, 992, 967, 967, 967, 967, 967, 967,
144, 975, 978, 978, 978, 978, 978, 979, 979, 979,
979, 979, 980, 980, 980, 980, 980, 142, 979, 982,
982, 982, 982, 982, 990, 990, 990, 990, 990, 990,
995, 995, 995, 995, 995, 1011, 1011, 1011, 1011, 1011,
1032, 1032, 1032, 1032, 979, 981, 981, 981, 981, 981,
981, 140, 139, 136, 981, 1014, 1014, 1014, 1014, 1014,
981, 981, 981, 981, 981, 981, 993, 993, 993, 993,
993, 993, 1004, 135, 134, 993, 1017, 1017, 1017, 1017,
1017, 993, 993, 993, 993, 993, 993, 1004, 1020, 1020,
1020, 1020, 1020, 1023, 1023, 1023, 1023, 1023, 1004, 1005,
1005, 1005, 1005, 1005, 1005, 133, 131, 128, 1005, 127,
1005, 124, 122, 115, 1005, 1005, 1005, 1005, 1005, 1005,
1025, 1025, 1025, 1025, 1025, 1027, 1027, 1027, 1027, 1027,
1034, 1034, 1034, 1034, 1034, 1034, 1005, 1009, 1009, 1009,
1009, 1009, 1009, 114, 113, 112, 1009, 1037, 1037, 1037,
1037, 111, 1009, 1009, 1009, 1009, 1009, 1009, 1012, 1012,
1012, 1012, 1012, 1012, 110, 108, 107, 1012, 1039, 1039,
1039, 1039, 106, 1012, 1012, 1012, 1012, 1012, 1012, 1015,
1015, 1015, 1015, 1015, 1015, 105, 103, 102, 1015, 1045,
1045, 1045, 1045, 101, 1015, 1015, 1015, 1015, 1015, 1015,
1018, 1018, 1018, 1018, 1018, 1018, 100, 99, 98, 1018,
1047, 1047, 1047, 1047, 96, 1018, 1018, 1018, 1018, 1018,
1018, 1021, 1021, 1021, 1021, 1021, 1021, 95, 94, 93,
1021, 1024, 1024, 1024, 1024, 1024, 1021, 1021, 1021, 1021,
1021, 1021, 1024, 1041, 1041, 1041, 1041, 1041, 1041, 1049,
1049, 1049, 1049, 1049, 1049, 1053, 1053, 1053, 1053, 1055,
1055, 1055, 1055, 1061, 1061, 1061, 1061, 92, 1024, 1026,
1026, 1026, 1026, 1026, 1026, 91, 90, 89, 1026, 1063,
1063, 1063, 1063, 88, 1026, 1026, 1026, 1026, 1026, 1026,
1057, 1057, 1057, 1057, 1057, 1057, 1065, 1065, 1065, 1065,
1065, 1065, 1069, 1069, 1069, 1069, 1070, 1070, 1070, 1070,
83, 82, 1069, 1072, 1072, 1072, 1072, 1072, 1073, 1073,
1073, 1073, 1073, 80, 1072, 1075, 1075, 1075, 1075, 1075,
1076, 1076, 1076, 1076, 1076, 79, 78, 77, 1069, 75,
73, 1076, 1077, 1077, 1077, 1077, 1077, 1084, 71, 70,
1072, 1079, 1079, 1079, 1079, 1079, 1088, 1088, 1088, 1088,
1088, 69, 1084, 68, 66, 1084, 65, 1076, 1078, 1078,
1078, 1078, 1078, 1078, 64, 50, 42, 1078, 1095, 1095,
1095, 1095, 41, 1078, 1078, 1078, 1078, 1078, 1078, 1086,
1086, 1086, 1086, 1086, 1086, 39, 36, 29, 1086, 1102,
1102, 1102, 1102, 1102, 1086, 1086, 1086, 1086, 1086, 1086,
1097, 1097, 1097, 1097, 1097, 1097, 1101, 1101, 1101, 1101,
1101, 1104, 1104, 1104, 1104, 1104, 27, 1101, 1106, 1106,
1106, 1106, 1107, 1107, 1107, 1107, 17, 9, 1106, 1109,
1109, 1109, 1109, 1109, 1110, 1110, 1110, 1110, 1110, 7,
1109, 3, 0, 1101, 1112, 1112, 1112, 1112, 1112, 1115,
1115, 1115, 1115, 0, 1106, 1116, 1116, 1116, 1116, 1115,
1118, 1118, 1118, 1118, 1118, 0, 1109, 1125, 1125, 1125,
1125, 1118, 1119, 1119, 1119, 1119, 1119, 1121, 1121, 1121,
1121, 1121, 0, 0, 0, 1115, 1124, 1124, 1124, 1124,
1127, 1127, 1127, 1127, 1127, 0, 1124, 1118, 0, 0,
0, 1127, 1128, 1128, 1128, 1128, 1128, 1130, 1130, 1130,
1130, 1130, 0, 1133, 1133, 1133, 1133, 1134, 1134, 1134,
1134, 0, 1124, 1133, 0, 0, 0, 1127, 1136, 1136,
1136, 1136, 1136, 1137, 1137, 1137, 1137, 1137, 0, 1136,
1139, 1139, 1139, 1139, 1139, 1142, 1142, 1142, 1142, 1133,
1144, 1144, 1144, 1144, 1146, 1146, 1146, 1146, 1146, 1146,
1161, 1161, 1161, 1161, 1161, 1136, 1162, 1162, 1162, 1162,
1162, 1161, 1164, 1164, 1164, 1164, 1164, 1167, 1167, 1167,
1167, 1171, 1171, 1171, 1171, 1175, 1175, 1175, 1175, 1179,
1179, 1179, 1179, 1183, 1183, 1183, 1183, 1161, 1187, 1187,
1187, 1187, 1188, 1188, 1188, 1188, 0, 0, 1187, 1190,
1190, 1190, 1190, 1190, 1191, 1191, 1191, 1191, 1191, 0,
1190, 1193, 1193, 1193, 1193, 1193, 1199, 1199, 1199, 1199,
1201, 1201, 1201, 1201, 1187, 1202, 1202, 1202, 1202, 0,
1201, 1205, 1205, 1205, 1205, 0, 1190, 1206, 1206, 1206,
1206, 1205, 1209, 1209, 1209, 1209, 1210, 1210, 1210, 1210,
0, 0, 1209, 0, 0, 0, 1201, 0, 1213, 1213,
1213, 1213, 1214, 1214, 1214, 1214, 0, 1205, 1213, 1217,
1217, 1217, 1217, 1218, 1218, 1218, 1218, 0, 1209, 1217,
1221, 1221, 1221, 1221, 0, 1225, 1225, 1225, 1225, 1226,
1226, 1226, 1226, 0, 1213, 1225, 1234, 1234, 1234, 1234,
1235, 1235, 1235, 1235, 0, 1217, 1234, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 1225, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 1234, 1247, 0, 0, 0, 0, 1247, 1247,
1248, 0, 1248, 1248, 1248, 1248, 1248, 1250, 1250, 1251,
1251, 1252, 1252, 1253, 1253, 1254, 1254, 1255, 1255, 1256,
1256, 1257, 1257, 1260, 1260, 1262, 1262, 1263, 1263, 1265,
1265, 1266, 1266, 1267, 1267, 1268, 1268, 1269, 1269, 1270,
1270, 1271, 1271, 1272, 1272, 1276, 1276, 1279, 1279, 1280,
1280, 1284, 1284, 1285, 1285, 1286, 1286, 1287, 1287, 1288,
1288, 1289, 1289, 1290, 1290, 1291, 1291, 1292, 1292, 1297,
1297, 1301, 1301, 1302, 1302, 1309, 1309, 1310, 1310, 1311,
1311, 1312, 1312, 1313, 1313, 1314, 1314, 1315, 1315, 1316,
1316, 1317, 1317, 1318, 1318, 1319, 1319, 1320, 1320, 1326,
1326, 1331, 1331, 1332, 1332, 1344, 1344, 1345, 1345, 1346,
1346, 1347, 1347, 1348, 1348, 1348, 1349, 1349, 1350, 1350,
1351, 1351, 1352, 1352, 1353, 1353, 1354, 1354, 1355, 1355,
1356, 1356, 1357, 1357, 1358, 1358, 1359, 1359, 1360, 1360,
1361, 1361, 1362, 1362, 1363, 1363, 1364, 1364, 1365, 1365,
1367, 1367, 1368, 1368, 1369, 1369, 1370, 1370, 1376, 1376,
1376, 1377, 1377, 1383, 1383, 1384, 1384, 1385, 1385, 1386,
1386, 1389, 1389, 1393, 1393, 1398, 1398, 1403, 1403, 1406,
1406, 1407, 1407, 1408, 1408, 1409, 1409, 1410, 1410, 1410,
1411, 1411, 1412, 1412, 1413, 1413, 1414, 1414, 1415, 1415,
1416, 1416, 1417, 1417, 1419, 1419, 1420, 1420, 1421, 1421,
1422, 1422, 1423, 1423, 1424, 1424, 1425, 1425, 1426, 1426,
1427, 1427, 1428, 1428, 1430, 1430, 1431, 1431, 1432, 1432,
1433, 1433, 1435, 1435, 1436, 1436, 1437, 1437, 1438, 1438,
1444, 1444, 1444, 1446, 1446, 1452, 1452, 1453, 1453, 1454,
1454, 1455, 1455, 1457, 1457, 1460, 1460, 1464, 1464, 1468,
1468, 1472, 1472, 1474, 1474, 1475, 1475, 1477, 1477, 1478,
1478, 1478, 1479, 1479, 1487, 1487, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246, 1246,
1246, 1246, 1246, 1246, 1246, 1246
} ;
static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;
/* The intent behind this definition is that it'll catch
* any uses of REJECT which flex missed.
*/
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "../libpcap/scanner.l"
#define INITIAL 0
#line 2 "../libpcap/scanner.l"
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code distributions
* retain the above copyright notice and this paragraph in its entirety, (2)
* distributions including binary code include the above copyright notice and
* this paragraph in its entirety in the documentation or other materials
* provided with the distribution, and (3) all advertising materials mentioning
* features or use of this software display the following acknowledgement:
* ``This product includes software developed by the University of California,
* Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
* the University nor the names of its contributors may be used to endorse
* or promote products derived from this software without specific prior
* written permission.
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.90 2002/08/08 08:22:47 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <ctype.h>
#include <string.h>
#include "pcap-int.h"
#include "gencode.h"
#ifdef INET6
#ifdef WIN32
#include <pcap-stdinc.h>
#ifdef __MINGW32__
#include "IP6_misc.h"
#endif
#else /* WIN32 */
#include <sys/socket.h> /* for "struct sockaddr" in "struct addrinfo" */
#include <netdb.h> /* for "struct addrinfo" */
#endif /* WIN32 */
/* Workaround for AIX 4.3 */
#if !defined(AI_NUMERICHOST)
#define AI_NUMERICHOST 0x04
#endif
#endif /*INET6*/
#include <pcap-namedb.h>
#include "tokdefs.h"
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif
static int stoi(char *);
static inline int xdtoi(int);
#ifdef FLEX_SCANNER
#define YY_NO_UNPUT
static YY_BUFFER_STATE in_buffer;
#else
static char *in_buffer;
#undef getc
#define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++)
#endif
#define yylval pcap_lval
extern YYSTYPE yylval;
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap YY_PROTO(( void ));
#else
extern int yywrap YY_PROTO(( void ));
#endif
#endif
#ifndef YY_NO_UNPUT
static void yyunput YY_PROTO(( int c, char *buf_ptr ));
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen YY_PROTO(( yyconst char * ));
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput YY_PROTO(( void ));
#else
static int input YY_PROTO(( void ));
#endif
#endif
#if YY_STACK_USED
static int yy_start_stack_ptr = 0;
static int yy_start_stack_depth = 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
#else
#define YY_NO_PUSH_STATE 1
#define YY_NO_POP_STATE 1
#define YY_NO_TOP_STATE 1
#endif
#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. */
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
if ( yy_current_buffer->yy_is_interactive ) \
{ \
int c = '*', n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
&& ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" );
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL int yylex YY_PROTO(( void ))
#endif
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
YY_DECL
{
register yy_state_type yy_current_state;
register char *yy_cp, *yy_bp;
register int yy_act;
#line 169 "../libpcap/scanner.l"
if ( yy_init )
{
yy_init = 0;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if ( ! yy_start )
yy_start = 1; /* first start state */
if ( ! yyin )
yyin = stdin;
if ( ! yyout )
yyout = stdout;
if ( ! yy_current_buffer )
yy_current_buffer =
yy_create_buffer( yyin, YY_BUF_SIZE );
yy_load_buffer_state();
}
while ( 1 ) /* loops until end-of-file is reached */
{
yy_cp = yy_c_buf_p;
/* Support of yytext. */
*yy_cp = yy_hold_char;
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
yy_bp = yy_cp;
yy_current_state = yy_start;
yy_match:
do
{
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
if ( yy_accept[yy_current_state] )
{
yy_last_accepting_state = yy_current_state;
yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1247 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
++yy_cp;
}
while ( yy_base[yy_current_state] != 4717 );
yy_find_action:
yy_act = yy_accept[yy_current_state];
if ( yy_act == 0 )
{ /* have to back up */
yy_cp = yy_last_accepting_cpos;
yy_current_state = yy_last_accepting_state;
yy_act = yy_accept[yy_current_state];
}
YY_DO_BEFORE_ACTION;
do_action: /* This label is used only to access EOF actions. */
switch ( yy_act )
{ /* beginning of action switch */
case 0: /* must back up */
/* undo the effects of YY_DO_BEFORE_ACTION */
*yy_cp = yy_hold_char;
yy_cp = yy_last_accepting_cpos;
yy_current_state = yy_last_accepting_state;
goto yy_find_action;
case 1:
YY_RULE_SETUP
#line 170 "../libpcap/scanner.l"
return DST;
YY_BREAK
case 2:
YY_RULE_SETUP
#line 171 "../libpcap/scanner.l"
return SRC;
YY_BREAK
case 3:
YY_RULE_SETUP
#line 173 "../libpcap/scanner.l"
return LINK;
YY_BREAK
case 4:
YY_RULE_SETUP
#line 174 "../libpcap/scanner.l"
return LINK;
YY_BREAK
case 5:
YY_RULE_SETUP
#line 175 "../libpcap/scanner.l"
return ARP;
YY_BREAK
case 6:
YY_RULE_SETUP
#line 176 "../libpcap/scanner.l"
return RARP;
YY_BREAK
case 7:
YY_RULE_SETUP
#line 177 "../libpcap/scanner.l"
return IP;
YY_BREAK
case 8:
YY_RULE_SETUP
#line 178 "../libpcap/scanner.l"
return SCTP;
YY_BREAK
case 9:
YY_RULE_SETUP
#line 179 "../libpcap/scanner.l"
return TCP;
YY_BREAK
case 10:
YY_RULE_SETUP
#line 180 "../libpcap/scanner.l"
return UDP;
YY_BREAK
case 11:
YY_RULE_SETUP
#line 181 "../libpcap/scanner.l"
return ICMP;
YY_BREAK
case 12:
YY_RULE_SETUP
#line 182 "../libpcap/scanner.l"
return IGMP;
YY_BREAK
case 13:
YY_RULE_SETUP
#line 183 "../libpcap/scanner.l"
return IGRP;
YY_BREAK
case 14:
YY_RULE_SETUP
#line 184 "../libpcap/scanner.l"
return PIM;
YY_BREAK
case 15:
YY_RULE_SETUP
#line 185 "../libpcap/scanner.l"
return VRRP;
YY_BREAK
case 16:
YY_RULE_SETUP
#line 187 "../libpcap/scanner.l"
{
#ifdef INET6
return IPV6;
#else
bpf_error("%s not supported", yytext);
#endif
}
YY_BREAK
case 17:
YY_RULE_SETUP
#line 194 "../libpcap/scanner.l"
{
#ifdef INET6
return ICMPV6;
#else
bpf_error("%s not supported", yytext);
#endif
}
YY_BREAK
case 18:
YY_RULE_SETUP
#line 201 "../libpcap/scanner.l"
return AH;
YY_BREAK
case 19:
YY_RULE_SETUP
#line 202 "../libpcap/scanner.l"
return ESP;
YY_BREAK
case 20:
YY_RULE_SETUP
#line 204 "../libpcap/scanner.l"
return ATALK;
YY_BREAK
case 21:
YY_RULE_SETUP
#line 205 "../libpcap/scanner.l"
return AARP;
YY_BREAK
case 22:
YY_RULE_SETUP
#line 206 "../libpcap/scanner.l"
return DECNET;
YY_BREAK
case 23:
YY_RULE_SETUP
#line 207 "../libpcap/scanner.l"
return LAT;
YY_BREAK
case 24:
YY_RULE_SETUP
#line 208 "../libpcap/scanner.l"
return SCA;
YY_BREAK
case 25:
YY_RULE_SETUP
#line 209 "../libpcap/scanner.l"
return MOPRC;
YY_BREAK
case 26:
YY_RULE_SETUP
#line 210 "../libpcap/scanner.l"
return MOPDL;
YY_BREAK
case 27:
YY_RULE_SETUP
#line 212 "../libpcap/scanner.l"
return ISO;
YY_BREAK
case 28:
YY_RULE_SETUP
#line 213 "../libpcap/scanner.l"
return ESIS;
YY_BREAK
case 29:
YY_RULE_SETUP
#line 214 "../libpcap/scanner.l"
return ESIS;
YY_BREAK
case 30:
YY_RULE_SETUP
#line 215 "../libpcap/scanner.l"
return ISIS;
YY_BREAK
case 31:
YY_RULE_SETUP
#line 216 "../libpcap/scanner.l"
return ISIS;
YY_BREAK
case 32:
YY_RULE_SETUP
#line 217 "../libpcap/scanner.l"
return CLNP;
YY_BREAK
case 33:
YY_RULE_SETUP
#line 219 "../libpcap/scanner.l"
return STP;
YY_BREAK
case 34:
YY_RULE_SETUP
#line 221 "../libpcap/scanner.l"
return IPX;
YY_BREAK
case 35:
YY_RULE_SETUP
#line 223 "../libpcap/scanner.l"
return NETBEUI;
YY_BREAK
case 36:
YY_RULE_SETUP
#line 225 "../libpcap/scanner.l"
return HOST;
YY_BREAK
case 37:
YY_RULE_SETUP
#line 226 "../libpcap/scanner.l"
return NET;
YY_BREAK
case 38:
YY_RULE_SETUP
#line 227 "../libpcap/scanner.l"
return MASK;
YY_BREAK
case 39:
YY_RULE_SETUP
#line 228 "../libpcap/scanner.l"
return PORT;
YY_BREAK
case 40:
YY_RULE_SETUP
#line 229 "../libpcap/scanner.l"
return PROTO;
YY_BREAK
case 41:
YY_RULE_SETUP
#line 230 "../libpcap/scanner.l"
{
#ifdef NO_PROTOCHAIN
bpf_error("%s not supported", yytext);
#else
return PROTOCHAIN;
#endif
}
YY_BREAK
case 42:
YY_RULE_SETUP
#line 238 "../libpcap/scanner.l"
return GATEWAY;
YY_BREAK
case 43:
YY_RULE_SETUP
#line 240 "../libpcap/scanner.l"
return LESS;
YY_BREAK
case 44:
YY_RULE_SETUP
#line 241 "../libpcap/scanner.l"
return GREATER;
YY_BREAK
case 45:
YY_RULE_SETUP
#line 242 "../libpcap/scanner.l"
return CBYTE;
YY_BREAK
case 46:
YY_RULE_SETUP
#line 243 "../libpcap/scanner.l"
return TK_BROADCAST;
YY_BREAK
case 47:
YY_RULE_SETUP
#line 244 "../libpcap/scanner.l"
return TK_MULTICAST;
YY_BREAK
case 48:
YY_RULE_SETUP
#line 246 "../libpcap/scanner.l"
return AND;
YY_BREAK
case 49:
YY_RULE_SETUP
#line 247 "../libpcap/scanner.l"
return OR;
YY_BREAK
case 50:
YY_RULE_SETUP
#line 248 "../libpcap/scanner.l"
return '!';
YY_BREAK
case 51:
YY_RULE_SETUP
#line 250 "../libpcap/scanner.l"
return LEN;
YY_BREAK
case 52:
YY_RULE_SETUP
#line 251 "../libpcap/scanner.l"
return INBOUND;
YY_BREAK
case 53:
YY_RULE_SETUP
#line 252 "../libpcap/scanner.l"
return OUTBOUND;
YY_BREAK
case 54:
YY_RULE_SETUP
#line 254 "../libpcap/scanner.l"
return VLAN;
YY_BREAK
case 55:
YY_RULE_SETUP
#line 256 "../libpcap/scanner.l"
return LANE;
YY_BREAK
case 56:
YY_RULE_SETUP
#line 257 "../libpcap/scanner.l"
return LLC;
YY_BREAK
case 57:
YY_RULE_SETUP
#line 258 "../libpcap/scanner.l"
return METAC;
YY_BREAK
case 58:
YY_RULE_SETUP
#line 259 "../libpcap/scanner.l"
return BCC;
YY_BREAK
case 59:
YY_RULE_SETUP
#line 260 "../libpcap/scanner.l"
return OAM;
YY_BREAK
case 60:
YY_RULE_SETUP
#line 261 "../libpcap/scanner.l"
return OAMF4;
YY_BREAK
case 61:
YY_RULE_SETUP
#line 262 "../libpcap/scanner.l"
return OAMF4EC;
YY_BREAK
case 62:
YY_RULE_SETUP
#line 263 "../libpcap/scanner.l"
return OAMF4SC;
YY_BREAK
case 63:
YY_RULE_SETUP
#line 264 "../libpcap/scanner.l"
return SC;
YY_BREAK
case 64:
YY_RULE_SETUP
#line 265 "../libpcap/scanner.l"
return ILMIC;
YY_BREAK
case 65:
YY_RULE_SETUP
#line 266 "../libpcap/scanner.l"
return VPI;
YY_BREAK
case 66:
YY_RULE_SETUP
#line 267 "../libpcap/scanner.l"
return VCI;
YY_BREAK
case 67:
YY_RULE_SETUP
#line 268 "../libpcap/scanner.l"
return CONNECTMSG;
YY_BREAK
case 68:
YY_RULE_SETUP
#line 269 "../libpcap/scanner.l"
return METACONNECT;
YY_BREAK
case 69:
YY_RULE_SETUP
#line 271 "../libpcap/scanner.l"
;
YY_BREAK
case 70:
YY_RULE_SETUP
#line 272 "../libpcap/scanner.l"
return yytext[0];
YY_BREAK
case 71:
YY_RULE_SETUP
#line 273 "../libpcap/scanner.l"
return GEQ;
YY_BREAK
case 72:
YY_RULE_SETUP
#line 274 "../libpcap/scanner.l"
return LEQ;
YY_BREAK
case 73:
YY_RULE_SETUP
#line 275 "../libpcap/scanner.l"
return NEQ;
YY_BREAK
case 74:
YY_RULE_SETUP
#line 276 "../libpcap/scanner.l"
return '=';
YY_BREAK
case 75:
YY_RULE_SETUP
#line 277 "../libpcap/scanner.l"
return LSH;
YY_BREAK
case 76:
YY_RULE_SETUP
#line 278 "../libpcap/scanner.l"
return RSH;
YY_BREAK
case 77:
YY_RULE_SETUP
#line 279 "../libpcap/scanner.l"
{ yylval.e = pcap_ether_aton(((char *)yytext)+1);
return AID; }
YY_BREAK
case 78:
YY_RULE_SETUP
#line 281 "../libpcap/scanner.l"
{ yylval.i = stoi((char *)yytext); return NUM; }
YY_BREAK
case 79:
YY_RULE_SETUP
#line 282 "../libpcap/scanner.l"
{
yylval.s = sdup((char *)yytext); return HID; }
YY_BREAK
case 80:
YY_RULE_SETUP
#line 284 "../libpcap/scanner.l"
{ yylval.e = pcap_ether_aton((char *)yytext);
return EID; }
YY_BREAK
case 81:
YY_RULE_SETUP
#line 286 "../libpcap/scanner.l"
{
#ifdef INET6
struct addrinfo hints, *res;
memset(&hints, 0, sizeof(hints));
hints.ai_family = AF_INET6;
hints.ai_flags = AI_NUMERICHOST;
if (getaddrinfo(yytext, NULL, &hints, &res))
bpf_error("bogus IPv6 address %s", yytext);
else {
yylval.s = sdup((char *)yytext); return HID6;
}
#else
bpf_error("IPv6 address %s not supported", yytext);
#endif /*INET6*/
}
YY_BREAK
case 82:
YY_RULE_SETUP
#line 301 "../libpcap/scanner.l"
{ bpf_error("bogus ethernet address %s", yytext); }
YY_BREAK
case 83:
YY_RULE_SETUP
#line 302 "../libpcap/scanner.l"
{ yylval.i = 0; return NUM; }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 303 "../libpcap/scanner.l"
{ yylval.i = 1; return NUM; }
YY_BREAK
case 85:
YY_RULE_SETUP
#line 304 "../libpcap/scanner.l"
{ yylval.i = 0; return NUM; }
YY_BREAK
case 86:
YY_RULE_SETUP
#line 305 "../libpcap/scanner.l"
{ yylval.i = 3; return NUM; }
YY_BREAK
case 87:
YY_RULE_SETUP
#line 306 "../libpcap/scanner.l"
{ yylval.i = 4; return NUM; }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 307 "../libpcap/scanner.l"
{ yylval.i = 5; return NUM; }
YY_BREAK
case 89:
YY_RULE_SETUP
#line 308 "../libpcap/scanner.l"
{ yylval.i = 8; return NUM; }
YY_BREAK
case 90:
YY_RULE_SETUP
#line 309 "../libpcap/scanner.l"
{ yylval.i = 9; return NUM; }
YY_BREAK
case 91:
YY_RULE_SETUP
#line 310 "../libpcap/scanner.l"
{ yylval.i = 10; return NUM; }
YY_BREAK
case 92:
YY_RULE_SETUP
#line 311 "../libpcap/scanner.l"
{ yylval.i = 11; return NUM; }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 312 "../libpcap/scanner.l"
{ yylval.i = 12; return NUM; }
YY_BREAK
case 94:
YY_RULE_SETUP
#line 313 "../libpcap/scanner.l"
{ yylval.i = 13; return NUM; }
YY_BREAK
case 95:
YY_RULE_SETUP
#line 314 "../libpcap/scanner.l"
{ yylval.i = 14; return NUM; }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 315 "../libpcap/scanner.l"
{ yylval.i = 15; return NUM; }
YY_BREAK
case 97:
YY_RULE_SETUP
#line 316 "../libpcap/scanner.l"
{ yylval.i = 16; return NUM; }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 317 "../libpcap/scanner.l"
{ yylval.i = 17; return NUM; }
YY_BREAK
case 99:
YY_RULE_SETUP
#line 318 "../libpcap/scanner.l"
{ yylval.i = 18; return NUM; }
YY_BREAK
case 100:
YY_RULE_SETUP
#line 319 "../libpcap/scanner.l"
{ yylval.i = 13; return NUM; }
YY_BREAK
case 101:
YY_RULE_SETUP
#line 320 "../libpcap/scanner.l"
{ yylval.i = 0x01; return NUM; }
YY_BREAK
case 102:
YY_RULE_SETUP
#line 321 "../libpcap/scanner.l"
{ yylval.i = 0x02; return NUM; }
YY_BREAK
case 103:
YY_RULE_SETUP
#line 322 "../libpcap/scanner.l"
{ yylval.i = 0x04; return NUM; }
YY_BREAK
case 104:
YY_RULE_SETUP
#line 323 "../libpcap/scanner.l"
{ yylval.i = 0x08; return NUM; }
YY_BREAK
case 105:
YY_RULE_SETUP
#line 324 "../libpcap/scanner.l"
{ yylval.i = 0x10; return NUM; }
YY_BREAK
case 106:
YY_RULE_SETUP
#line 325 "../libpcap/scanner.l"
{ yylval.i = 0x20; return NUM; }
YY_BREAK
case 107:
YY_RULE_SETUP
#line 326 "../libpcap/scanner.l"
{
yylval.s = sdup((char *)yytext); return ID; }
YY_BREAK
case 108:
YY_RULE_SETUP
#line 328 "../libpcap/scanner.l"
{ yylval.s = sdup((char *)yytext + 1); return ID; }
YY_BREAK
case 109:
YY_RULE_SETUP
#line 329 "../libpcap/scanner.l"
{
bpf_error("illegal token: %s", yytext); }
YY_BREAK
case 110:
YY_RULE_SETUP
#line 331 "../libpcap/scanner.l"
{ bpf_error("illegal char '%c'", *yytext); }
YY_BREAK
case 111:
YY_RULE_SETUP
#line 332 "../libpcap/scanner.l"
ECHO;
YY_BREAK
case YY_STATE_EOF(INITIAL):
yyterminate();
case YY_END_OF_BUFFER:
{
/* Amount of text matched not including the EOB char. */
int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
/* Undo the effects of YY_DO_BEFORE_ACTION. */
*yy_cp = yy_hold_char;
YY_RESTORE_YY_MORE_OFFSET
if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
{
/* We're scanning a new file or input source. It's
* possible that this happened because the user
* just pointed yyin at a new source and called
* yylex(). If so, then we have to assure
* consistency between yy_current_buffer and our
* globals. Here is the right place to do so, because
* this is the first action (other than possibly a
* back-up) that will match for the new input source.
*/
yy_n_chars = yy_current_buffer->yy_n_chars;
yy_current_buffer->yy_input_file = yyin;
yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
}
/* Note that here we test for yy_c_buf_p "<=" to the position
* of the first EOB in the buffer, since yy_c_buf_p will
* already have been incremented past the NUL character
* (since all states make transitions on EOB to the
* end-of-buffer state). Contrast this with the test
* in input().
*/
if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
{ /* This was really a NUL. */
yy_state_type yy_next_state;
yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state();
/* Okay, we're now positioned to make the NUL
* transition. We couldn't have
* yy_get_previous_state() go ahead and do it
* for us because it doesn't know how to deal
* with the possibility of jamming (and we don't
* want to build jamming into it because then it
* will run more slowly).
*/
yy_next_state = yy_try_NUL_trans( yy_current_state );
yy_bp = yytext_ptr + YY_MORE_ADJ;
if ( yy_next_state )
{
/* Consume the NUL. */
yy_cp = ++yy_c_buf_p;
yy_current_state = yy_next_state;
goto yy_match;
}
else
{
yy_cp = yy_c_buf_p;
goto yy_find_action;
}
}
else switch ( yy_get_next_buffer() )
{
case EOB_ACT_END_OF_FILE:
{
yy_did_buffer_switch_on_eof = 0;
if ( yywrap() )
{
/* Note: because we've taken care in
* yy_get_next_buffer() to have set up
* yytext, we can now set up
* yy_c_buf_p so that if some total
* hoser (like flex itself) wants to
* call the scanner after we return the
* YY_NULL, it'll still work - another
* YY_NULL will get returned.
*/
yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
yy_act = YY_STATE_EOF(YY_START);
goto do_action;
}
else
{
if ( ! yy_did_buffer_switch_on_eof )
YY_NEW_FILE;
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
yy_c_buf_p =
yytext_ptr + yy_amount_of_matched_text;
yy_current_state = yy_get_previous_state();
yy_cp = yy_c_buf_p;
yy_bp = yytext_ptr + YY_MORE_ADJ;
goto yy_match;
case EOB_ACT_LAST_MATCH:
yy_c_buf_p =
&yy_current_buffer->yy_ch_buf[yy_n_chars];
yy_current_state = yy_get_previous_state();
yy_cp = yy_c_buf_p;
yy_bp = yytext_ptr + YY_MORE_ADJ;
goto yy_find_action;
}
break;
}
default:
YY_FATAL_ERROR(
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
} /* end of yylex */
/* yy_get_next_buffer - try to read in a new buffer
*
* Returns a code representing an action:
* EOB_ACT_LAST_MATCH -
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
static int yy_get_next_buffer()
{
register char *dest = yy_current_buffer->yy_ch_buf;
register char *source = yytext_ptr;
register int number_to_move, i;
int ret_val;
if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( yy_current_buffer->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
yy_current_buffer->yy_n_chars = yy_n_chars = 0;
else
{
int num_to_read =
yy_current_buffer->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* 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 */
YY_BUFFER_STATE b = yy_current_buffer;
int yy_c_buf_p_offset =
(int) (yy_c_buf_p - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
int new_size = b->yy_buf_size * 2;
if ( new_size <= 0 )
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
yy_flex_realloc( (void *) b->yy_ch_buf,
b->yy_buf_size + 2 );
}
else
/* Can't grow it, we don't own it. */
b->yy_ch_buf = 0;
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR(
"fatal error - scanner input buffer overflow" );
yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = yy_current_buffer->yy_buf_size -
number_to_move - 1;
#endif
}
if ( num_to_read > YY_READ_BUF_SIZE )
num_to_read = YY_READ_BUF_SIZE;
/* Read in more data. */
YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
yy_n_chars, num_to_read );
yy_current_buffer->yy_n_chars = yy_n_chars;
}
if ( yy_n_chars == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
yyrestart( yyin );
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
yy_current_buffer->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
yy_n_chars += number_to_move;
yy_current_buffer->yy_ch_buf[yy_n_chars] = 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->yy_ch_buf[0];
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
static yy_state_type yy_get_previous_state()
{
register yy_state_type yy_current_state;
register char *yy_cp;
yy_current_state = yy_start;
for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
{
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
if ( yy_accept[yy_current_state] )
{
yy_last_accepting_state = yy_current_state;
yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1247 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
#ifdef YY_USE_PROTOS
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 char *yy_cp = yy_c_buf_p;
register YY_CHAR yy_c = 1;
if ( yy_accept[yy_current_state] )
{
yy_last_accepting_state = yy_current_state;
yy_last_accepting_cpos = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1247 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
yy_is_jam = (yy_current_state == 1246);
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 )
#else
static void yyunput( c, yy_bp )
int c;
register char *yy_bp;
#endif
{
register char *yy_cp = yy_c_buf_p;
/* undo effects of setting up yytext */
*yy_cp = yy_hold_char;
if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
{ /* need to shift things up to make room */
/* +2 for EOB chars. */
register int number_to_move = yy_n_chars + 2;
register char *dest = &yy_current_buffer->yy_ch_buf[
yy_current_buffer->yy_buf_size + 2];
register char *source =
&yy_current_buffer->yy_ch_buf[number_to_move];
while ( source > yy_current_buffer->yy_ch_buf )
*--dest = *--source;
yy_cp += (int) (dest - source);
yy_bp += (int) (dest - source);
yy_current_buffer->yy_n_chars =
yy_n_chars = yy_current_buffer->yy_buf_size;
if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
YY_FATAL_ERROR( "flex scanner push-back overflow" );
}
*--yy_cp = (char) c;
yytext_ptr = yy_bp;
yy_hold_char = *yy_cp;
yy_c_buf_p = yy_cp;
}
#endif /* ifndef YY_NO_UNPUT */
#ifdef __cplusplus
static int yyinput()
#else
static int input()
#endif
{
int c;
*yy_c_buf_p = yy_hold_char;
if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
/* This was really a NUL. */
*yy_c_buf_p = '\0';
else
{ /* need more input */
int offset = yy_c_buf_p - yytext_ptr;
++yy_c_buf_p;
switch ( yy_get_next_buffer() )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
yyrestart( yyin );
/* fall through */
case EOB_ACT_END_OF_FILE:
{
if ( yywrap() )
return EOF;
if ( ! yy_did_buffer_switch_on_eof )
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput();
#else
return input();
#endif
}
case EOB_ACT_CONTINUE_SCAN:
yy_c_buf_p = yytext_ptr + offset;
break;
}
}
}
c = *(unsigned char *) yy_c_buf_p; /* cast for 8-bit char's */
*yy_c_buf_p = '\0'; /* preserve yytext */
yy_hold_char = *++yy_c_buf_p;
return c;
}
#ifdef YY_USE_PROTOS
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 );
yy_init_buffer( yy_current_buffer, input_file );
yy_load_buffer_state();
}
#ifdef YY_USE_PROTOS
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 )
return;
if ( yy_current_buffer )
{
/* Flush out information for old buffer. */
*yy_c_buf_p = yy_hold_char;
yy_current_buffer->yy_buf_pos = yy_c_buf_p;
yy_current_buffer->yy_n_chars = yy_n_chars;
}
yy_current_buffer = new_buffer;
yy_load_buffer_state();
/* We don't actually know whether we did this switch during
* EOF (yywrap()) processing, but the only time this flag
* is looked at is after yywrap() is called, so it's safe
* to go ahead and always set it.
*/
yy_did_buffer_switch_on_eof = 1;
}
#ifdef YY_USE_PROTOS
void yy_load_buffer_state( void )
#else
void yy_load_buffer_state()
#endif
{
yy_n_chars = yy_current_buffer->yy_n_chars;
yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
yyin = yy_current_buffer->yy_input_file;
yy_hold_char = *yy_c_buf_p;
}
#ifdef YY_USE_PROTOS
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;
b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
b->yy_buf_size = size;
/* yy_ch_buf has to be 2 characters longer than the size given because
* we need to put in 2 end-of-buffer characters.
*/
b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
b->yy_is_our_buffer = 1;
yy_init_buffer( b, file );
return b;
}
#ifdef YY_USE_PROTOS
void yy_delete_buffer( YY_BUFFER_STATE b )
#else
void yy_delete_buffer( b )
YY_BUFFER_STATE b;
#endif
{
if ( ! b )
return;
if ( b == yy_current_buffer )
yy_current_buffer = (YY_BUFFER_STATE) 0;
if ( b->yy_is_our_buffer )
yy_flex_free( (void *) b->yy_ch_buf );
yy_flex_free( (void *) b );
}
#ifndef YY_ALWAYS_INTERACTIVE
#ifndef YY_NEVER_INTERACTIVE
extern int isatty YY_PROTO(( int ));
#endif
#endif
#ifdef YY_USE_PROTOS
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 );
b->yy_input_file = file;
b->yy_fill_buffer = 1;
#if YY_ALWAYS_INTERACTIVE
b->yy_is_interactive = 1;
#else
#if YY_NEVER_INTERACTIVE
b->yy_is_interactive = 0;
#else
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
#endif
#endif
}
#ifdef YY_USE_PROTOS
void yy_flush_buffer( YY_BUFFER_STATE b )
#else
void yy_flush_buffer( b )
YY_BUFFER_STATE b;
#endif
{
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if ( b == yy_current_buffer )
yy_load_buffer_state();
}
#ifndef YY_NO_SCAN_BUFFER
#ifdef YY_USE_PROTOS
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;
if ( size < 2 ||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
base[size-1] != YY_END_OF_BUFFER_CHAR )
/* They forgot to leave room for the EOB's. */
return 0;
b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
b->yy_buf_pos = b->yy_ch_buf = base;
b->yy_is_our_buffer = 0;
b->yy_input_file = 0;
b->yy_n_chars = b->yy_buf_size;
b->yy_is_interactive = 0;
b->yy_at_bol = 1;
b->yy_fill_buffer = 0;
b->yy_buffer_status = YY_BUFFER_NEW;
yy_switch_to_buffer( b );
return b;
}
#endif
#ifndef YY_NO_SCAN_STRING
#ifdef YY_USE_PROTOS
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, len );
}
#endif
#ifndef YY_NO_SCAN_BYTES
#ifdef YY_USE_PROTOS
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;
char *buf;
yy_size_t n;
int i;
/* Get memory for full buffer, including space for trailing EOB's. */
n = len + 2;
buf = (char *) yy_flex_alloc( n );
if ( ! buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
for ( i = 0; i < len; ++i )
buf[i] = bytes[i];
buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
b = yy_scan_buffer( buf, n );
if ( ! b )
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/* It's okay to grow etc. this buffer, and we should throw it
* away when we're done.
*/
b->yy_is_our_buffer = 1;
return b;
}
#endif
#ifndef YY_NO_PUSH_STATE
#ifdef YY_USE_PROTOS
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 )
{
yy_size_t new_size;
yy_start_stack_depth += YY_START_STACK_INCR;
new_size = yy_start_stack_depth * sizeof( int );
if ( ! yy_start_stack )
yy_start_stack = (int *) yy_flex_alloc( new_size );
else
yy_start_stack = (int *) yy_flex_realloc(
(void *) yy_start_stack, new_size );
if ( ! yy_start_stack )
YY_FATAL_ERROR(
"out of memory expanding start-condition stack" );
}
yy_start_stack[yy_start_stack_ptr++] = YY_START;
BEGIN(new_state);
}
#endif
#ifndef YY_NO_POP_STATE
static void yy_pop_state()
{
if ( --yy_start_stack_ptr < 0 )
YY_FATAL_ERROR( "start-condition stack underflow" );
BEGIN(yy_start_stack[yy_start_stack_ptr]);
}
#endif
#ifndef YY_NO_TOP_STATE
static int yy_top_state()
{
return yy_start_stack[yy_start_stack_ptr - 1];
}
#endif
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
#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 );
exit( YY_EXIT_FAILURE );
}
/* Redefine yyless() so it works in section 3 code. */
#undef yyless
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
yytext[yyleng] = yy_hold_char; \
yy_c_buf_p = yytext + n; \
yy_hold_char = *yy_c_buf_p; \
*yy_c_buf_p = '\0'; \
yyleng = n; \
} \
while ( 0 )
/* Internal utility routines. */
#ifndef yytext_ptr
#ifdef YY_USE_PROTOS
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;
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
#ifdef YY_USE_PROTOS
static int yy_flex_strlen( yyconst char *s )
#else
static int yy_flex_strlen( s )
yyconst char *s;
#endif
{
register int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
#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 );
}
#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
* implementations that use char* generic pointers, and those
* that use void* generic pointers. It works with the latter
* because both ANSI C and C++ allow castless assignment from
* any pointer type to void*, and deal with argument conversions
* as though doing an assignment.
*/
return (void *) realloc( (char *) ptr, size );
}
#ifdef YY_USE_PROTOS
static void yy_flex_free( void *ptr )
#else
static void yy_flex_free( ptr )
void *ptr;
#endif
{
free( ptr );
}
#if YY_MAIN
int main()
{
yylex();
return 0;
}
#endif
#line 332 "../libpcap/scanner.l"
void
lex_init(buf)
char *buf;
{
#ifdef FLEX_SCANNER
in_buffer = yy_scan_string(buf);
#else
in_buffer = buf;
#endif
}
/*
* Do any cleanup necessary after parsing.
*/
void
lex_cleanup()
{
#ifdef FLEX_SCANNER
if (in_buffer != NULL)
yy_delete_buffer(in_buffer);
in_buffer = NULL;
#endif
}
/*
* Also define a yywrap. Note that if we're using flex, it will
* define a macro to map this identifier to pcap_wrap.
*/
int
yywrap()
{
return 1;
}
/* Hex digit to integer. */
static inline int
xdtoi(c)
register int c;
{
if (isdigit(c))
return c - '0';
else if (islower(c))
return c - 'a' + 10;
else
return c - 'A' + 10;
}
/*
* Convert string to integer. Just like atoi(), but checks for
* preceding 0x or 0 and uses hex or octal instead of decimal.
*/
static int
stoi(s)
char *s;
{
int base = 10;
int n = 0;
if (*s == '0') {
if (s[1] == 'x' || s[1] == 'X') {
s += 2;
base = 16;
}
else {
base = 8;
s += 1;
}
}
while (*s)
n = n * base + xdtoi(*s++);
return n;
}