mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
4498 lines
142 KiB
C
4498 lines
142 KiB
C
|
||
#line 3 "ldlex.c"
|
||
|
||
#define YY_INT_ALIGNED short int
|
||
|
||
/* A lexical scanner generated by flex */
|
||
|
||
#define FLEX_SCANNER
|
||
#define YY_FLEX_MAJOR_VERSION 2
|
||
#define YY_FLEX_MINOR_VERSION 6
|
||
#define YY_FLEX_SUBMINOR_VERSION 0
|
||
#if YY_FLEX_SUBMINOR_VERSION > 0
|
||
#define FLEX_BETA
|
||
#endif
|
||
|
||
/* First, we deal with platform-specific or compiler-specific issues. */
|
||
|
||
/* begin standard C headers. */
|
||
#include <stdio.h>
|
||
#include <string.h>
|
||
#include <errno.h>
|
||
#include <stdlib.h>
|
||
|
||
/* end standard C headers. */
|
||
|
||
/* flex integer type definitions */
|
||
|
||
#ifndef FLEXINT_H
|
||
#define FLEXINT_H
|
||
|
||
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
||
|
||
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||
|
||
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
||
* if you want the limit (max/min) macros for int types.
|
||
*/
|
||
#ifndef __STDC_LIMIT_MACROS
|
||
#define __STDC_LIMIT_MACROS 1
|
||
#endif
|
||
|
||
#include <inttypes.h>
|
||
typedef int8_t flex_int8_t;
|
||
typedef uint8_t flex_uint8_t;
|
||
typedef int16_t flex_int16_t;
|
||
typedef uint16_t flex_uint16_t;
|
||
typedef int32_t flex_int32_t;
|
||
typedef uint32_t flex_uint32_t;
|
||
#else
|
||
typedef signed char flex_int8_t;
|
||
typedef short int flex_int16_t;
|
||
typedef int flex_int32_t;
|
||
typedef unsigned char flex_uint8_t;
|
||
typedef unsigned short int flex_uint16_t;
|
||
typedef unsigned int flex_uint32_t;
|
||
|
||
/* Limits of integral types. */
|
||
#ifndef INT8_MIN
|
||
#define INT8_MIN (-128)
|
||
#endif
|
||
#ifndef INT16_MIN
|
||
#define INT16_MIN (-32767-1)
|
||
#endif
|
||
#ifndef INT32_MIN
|
||
#define INT32_MIN (-2147483647-1)
|
||
#endif
|
||
#ifndef INT8_MAX
|
||
#define INT8_MAX (127)
|
||
#endif
|
||
#ifndef INT16_MAX
|
||
#define INT16_MAX (32767)
|
||
#endif
|
||
#ifndef INT32_MAX
|
||
#define INT32_MAX (2147483647)
|
||
#endif
|
||
#ifndef UINT8_MAX
|
||
#define UINT8_MAX (255U)
|
||
#endif
|
||
#ifndef UINT16_MAX
|
||
#define UINT16_MAX (65535U)
|
||
#endif
|
||
#ifndef UINT32_MAX
|
||
#define UINT32_MAX (4294967295U)
|
||
#endif
|
||
|
||
#endif /* ! C99 */
|
||
|
||
#endif /* ! FLEXINT_H */
|
||
|
||
#ifdef __cplusplus
|
||
|
||
/* The "const" storage-class-modifier is valid. */
|
||
#define YY_USE_CONST
|
||
|
||
#else /* ! __cplusplus */
|
||
|
||
/* C99 requires __STDC__ to be defined as 1. */
|
||
#if defined (__STDC__)
|
||
|
||
#define YY_USE_CONST
|
||
|
||
#endif /* defined (__STDC__) */
|
||
#endif /* ! __cplusplus */
|
||
|
||
#ifdef YY_USE_CONST
|
||
#define yyconst const
|
||
#else
|
||
#define yyconst
|
||
#endif
|
||
|
||
/* Returned upon end-of-file. */
|
||
#define YY_NULL 0
|
||
|
||
/* Promotes a possibly negative, possibly signed char to an unsigned
|
||
* integer for use as an array index. If the signed char is negative,
|
||
* we want to instead treat it as an 8-bit unsigned char, hence the
|
||
* double cast.
|
||
*/
|
||
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
||
|
||
/* Enter a start condition. This macro really ought to take a parameter,
|
||
* but we do it the disgusting crufty way forced on us by the ()-less
|
||
* definition of BEGIN.
|
||
*/
|
||
#define BEGIN (yy_start) = 1 + 2 *
|
||
|
||
/* Translate the current start state into a value that can be later handed
|
||
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
||
* compatibility.
|
||
*/
|
||
#define YY_START (((yy_start) - 1) / 2)
|
||
#define YYSTATE YY_START
|
||
|
||
/* Action number for EOF rule of a given start state. */
|
||
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
||
|
||
/* Special action meaning "start processing a new file". */
|
||
#define YY_NEW_FILE yyrestart(yyin )
|
||
|
||
#define YY_END_OF_BUFFER_CHAR 0
|
||
|
||
/* Size of default input buffer. */
|
||
#ifndef YY_BUF_SIZE
|
||
#ifdef __ia64__
|
||
/* On IA-64, the buffer size is 16k, not 8k.
|
||
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
||
* Ditto for the __ia64__ case accordingly.
|
||
*/
|
||
#define YY_BUF_SIZE 32768
|
||
#else
|
||
#define YY_BUF_SIZE 16384
|
||
#endif /* __ia64__ */
|
||
#endif
|
||
|
||
/* The state buf must be large enough to hold one state per character in the main buffer.
|
||
*/
|
||
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
||
|
||
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
||
#define YY_TYPEDEF_YY_BUFFER_STATE
|
||
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
||
#endif
|
||
|
||
#ifndef YY_TYPEDEF_YY_SIZE_T
|
||
#define YY_TYPEDEF_YY_SIZE_T
|
||
typedef size_t yy_size_t;
|
||
#endif
|
||
|
||
extern yy_size_t yyleng;
|
||
|
||
extern FILE *yyin, *yyout;
|
||
|
||
#define EOB_ACT_CONTINUE_SCAN 0
|
||
#define EOB_ACT_END_OF_FILE 1
|
||
#define EOB_ACT_LAST_MATCH 2
|
||
|
||
#define YY_LESS_LINENO(n)
|
||
#define YY_LINENO_REWIND_TO(ptr)
|
||
|
||
/* Return all but the first "n" matched characters back to the input stream. */
|
||
#define yyless(n) \
|
||
do \
|
||
{ \
|
||
/* Undo effects of setting up yytext. */ \
|
||
int yyless_macro_arg = (n); \
|
||
YY_LESS_LINENO(yyless_macro_arg);\
|
||
*yy_cp = (yy_hold_char); \
|
||
YY_RESTORE_YY_MORE_OFFSET \
|
||
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
||
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
||
} \
|
||
while ( 0 )
|
||
|
||
#define unput(c) yyunput( c, (yytext_ptr) )
|
||
|
||
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
||
#define YY_STRUCT_YY_BUFFER_STATE
|
||
struct yy_buffer_state
|
||
{
|
||
FILE *yy_input_file;
|
||
|
||
char *yy_ch_buf; /* input buffer */
|
||
char *yy_buf_pos; /* current position in input buffer */
|
||
|
||
/* Size of input buffer in bytes, not including room for EOB
|
||
* characters.
|
||
*/
|
||
yy_size_t yy_buf_size;
|
||
|
||
/* Number of characters read into yy_ch_buf, not including EOB
|
||
* characters.
|
||
*/
|
||
int yy_n_chars;
|
||
|
||
/* Whether we "own" the buffer - i.e., we know we created it,
|
||
* and can realloc() it to grow it, and should free() it to
|
||
* delete it.
|
||
*/
|
||
int yy_is_our_buffer;
|
||
|
||
/* Whether this is an "interactive" input source; if so, and
|
||
* if we're using stdio for input, then we want to use getc()
|
||
* instead of fread(), to make sure we stop fetching input after
|
||
* each newline.
|
||
*/
|
||
int yy_is_interactive;
|
||
|
||
/* Whether we're considered to be at the beginning of a line.
|
||
* If so, '^' rules will be active on the next match, otherwise
|
||
* not.
|
||
*/
|
||
int yy_at_bol;
|
||
|
||
int yy_bs_lineno; /**< The line count. */
|
||
int yy_bs_column; /**< The column count. */
|
||
|
||
/* Whether to try to fill the input buffer when we reach the
|
||
* end of it.
|
||
*/
|
||
int yy_fill_buffer;
|
||
|
||
int yy_buffer_status;
|
||
|
||
#define YY_BUFFER_NEW 0
|
||
#define YY_BUFFER_NORMAL 1
|
||
/* When an EOF's been seen but there's still some text to process
|
||
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
||
* shouldn't try reading from the input source any more. We might
|
||
* still have a bunch of tokens to match, though, because of
|
||
* possible backing-up.
|
||
*
|
||
* When we actually see the EOF, we change the status to "new"
|
||
* (via yyrestart()), so that the user can continue scanning by
|
||
* just pointing yyin at a new input file.
|
||
*/
|
||
#define YY_BUFFER_EOF_PENDING 2
|
||
|
||
};
|
||
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
||
|
||
/* Stack of input buffers. */
|
||
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
||
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
||
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
||
|
||
/* We provide macros for accessing buffer states in case in the
|
||
* future we want to put the buffer states in a more general
|
||
* "scanner state".
|
||
*
|
||
* Returns the top of the stack, or NULL.
|
||
*/
|
||
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
||
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
||
: NULL)
|
||
|
||
/* Same as previous macro, but useful when we know that the buffer stack is not
|
||
* NULL or when we need an lvalue. For internal use only.
|
||
*/
|
||
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
||
|
||
/* yy_hold_char holds the character lost when yytext is formed. */
|
||
static char yy_hold_char;
|
||
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
||
yy_size_t yyleng;
|
||
|
||
/* Points to current character in buffer. */
|
||
static char *yy_c_buf_p = (char *) 0;
|
||
static int yy_init = 0; /* whether we need to initialize */
|
||
static int yy_start = 0; /* start state number */
|
||
|
||
/* Flag which is used to allow 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 (FILE *input_file );
|
||
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
||
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
||
void yy_delete_buffer (YY_BUFFER_STATE b );
|
||
void yy_flush_buffer (YY_BUFFER_STATE b );
|
||
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
||
void yypop_buffer_state (void );
|
||
|
||
static void yyensure_buffer_stack (void );
|
||
static void yy_load_buffer_state (void );
|
||
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
||
|
||
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
||
|
||
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
||
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
||
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
||
|
||
void *yyalloc (yy_size_t );
|
||
void *yyrealloc (void *,yy_size_t );
|
||
void yyfree (void * );
|
||
|
||
#define yy_new_buffer yy_create_buffer
|
||
|
||
#define yy_set_interactive(is_interactive) \
|
||
{ \
|
||
if ( ! YY_CURRENT_BUFFER ){ \
|
||
yyensure_buffer_stack (); \
|
||
YY_CURRENT_BUFFER_LVALUE = \
|
||
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
||
} \
|
||
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
||
}
|
||
|
||
#define yy_set_bol(at_bol) \
|
||
{ \
|
||
if ( ! YY_CURRENT_BUFFER ){\
|
||
yyensure_buffer_stack (); \
|
||
YY_CURRENT_BUFFER_LVALUE = \
|
||
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
||
} \
|
||
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
||
}
|
||
|
||
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
||
|
||
/* Begin user sect3 */
|
||
|
||
#define yywrap() (/*CONSTCOND*/1)
|
||
#define YY_SKIP_YYWRAP
|
||
|
||
typedef unsigned char YY_CHAR;
|
||
|
||
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
||
|
||
typedef int yy_state_type;
|
||
|
||
extern int yylineno;
|
||
|
||
int yylineno = 1;
|
||
|
||
extern char *yytext;
|
||
#ifdef yytext_ptr
|
||
#undef yytext_ptr
|
||
#endif
|
||
#define yytext_ptr yytext
|
||
|
||
static yy_state_type yy_get_previous_state (void );
|
||
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
||
static int yy_get_next_buffer (void );
|
||
#if defined(__GNUC__) && __GNUC__ >= 3
|
||
__attribute__((__noreturn__))
|
||
#endif
|
||
static void yy_fatal_error (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 = (size_t) (yy_cp - yy_bp); \
|
||
(yy_hold_char) = *yy_cp; \
|
||
*yy_cp = '\0'; \
|
||
(yy_c_buf_p) = yy_cp;
|
||
|
||
#define YY_NUM_RULES 201
|
||
#define YY_END_OF_BUFFER 202
|
||
/* This struct is not used in this scanner,
|
||
but its presence is necessary. */
|
||
struct yy_trans_info
|
||
{
|
||
flex_int32_t yy_verify;
|
||
flex_int32_t yy_nxt;
|
||
};
|
||
static yyconst flex_int16_t yy_accept[1817] =
|
||
{ 0,
|
||
0, 0, 181, 181, 0, 0, 0, 0, 0, 0,
|
||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||
202, 201, 199, 184, 183, 32, 199, 181, 38, 29,
|
||
44, 43, 34, 35, 28, 36, 181, 37, 8, 8,
|
||
45, 46, 39, 40, 27, 33, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 10, 9, 181, 121,
|
||
119, 181, 42, 30, 41, 31, 198, 196, 201, 175,
|
||
44, 43, 28, 201, 175, 175, 201, 175, 200, 184,
|
||
32, 200, 179, 38, 29, 44, 43, 34, 35, 28,
|
||
|
||
36, 179, 37, 8, 8, 45, 46, 39, 40, 27,
|
||
33, 179, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
179, 179, 179, 179, 179, 179, 179, 10, 9, 179,
|
||
179, 42, 30, 41, 31, 175, 36, 175, 37, 8,
|
||
8, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 121, 119, 175, 31, 4, 3, 2, 4,
|
||
5, 136, 32, 135, 174, 34, 35, 28, 36, 174,
|
||
37, 8, 8, 45, 46, 40, 33, 174, 174, 174,
|
||
174, 174, 174, 174, 174, 174, 174, 174, 174, 10,
|
||
|
||
9, 174, 174, 174, 174, 174, 174, 174, 174, 174,
|
||
174, 174, 31, 198, 197, 199, 191, 190, 185, 192,
|
||
193, 189, 189, 189, 189, 194, 195, 184, 181, 15,
|
||
0, 182, 8, 26, 24, 22, 20, 21, 1, 23,
|
||
8, 8, 181, 18, 17, 14, 16, 19, 181, 181,
|
||
181, 181, 181, 126, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
|
||
181, 181, 181, 25, 13, 198, 175, 175, 0, 1,
|
||
176, 175, 15, 179, 6, 22, 20, 21, 0, 23,
|
||
8, 0, 7, 7, 8, 7, 14, 179, 7, 7,
|
||
7, 179, 179, 126, 7, 179, 179, 7, 179, 179,
|
||
179, 7, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
7, 179, 8, 23, 8, 0, 175, 175, 175, 175,
|
||
175, 126, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 4, 4, 135, 135, 174, 6, 137, 22,
|
||
138, 174, 7, 7, 7, 174, 174, 174, 7, 174,
|
||
7, 7, 174, 174, 174, 174, 174, 174, 174, 174,
|
||
7, 174, 174, 174, 7, 174, 7, 7, 174, 174,
|
||
174, 174, 174, 174, 174, 174, 197, 190, 189, 0,
|
||
189, 189, 189, 11, 12, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 94,
|
||
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
72, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 122, 120,
|
||
181, 175, 178, 176, 175, 8, 180, 8, 179, 7,
|
||
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
62, 63, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
179, 179, 179, 179, 179, 8, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 94,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 72, 62, 175, 63, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 122, 120, 175, 4, 8, 174, 174, 174, 174,
|
||
174, 139, 174, 174, 174, 174, 174, 174, 174, 174,
|
||
174, 174, 174, 174, 174, 174, 174, 156, 174, 174,
|
||
174, 174, 174, 174, 174, 174, 174, 174, 189, 189,
|
||
189, 181, 59, 181, 181, 181, 181, 181, 53, 181,
|
||
|
||
101, 181, 113, 181, 181, 181, 181, 181, 181, 181,
|
||
90, 181, 181, 181, 181, 181, 114, 181, 181, 181,
|
||
132, 181, 181, 181, 99, 181, 68, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 97, 181, 181, 181,
|
||
181, 181, 181, 108, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 175, 175, 179, 59, 179, 179, 179,
|
||
53, 179, 179, 113, 179, 179, 179, 179, 179, 179,
|
||
179, 114, 179, 132, 179, 179, 179, 68, 179, 179,
|
||
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
175, 59, 175, 175, 175, 175, 53, 175, 101, 175,
|
||
|
||
113, 175, 175, 175, 175, 175, 175, 175, 90, 175,
|
||
175, 175, 175, 175, 114, 175, 175, 175, 132, 175,
|
||
175, 175, 175, 99, 175, 68, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 97, 175, 175, 175, 175,
|
||
175, 175, 108, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 174, 174, 174, 143, 151, 142, 174, 174,
|
||
153, 146, 149, 174, 174, 154, 174, 174, 174, 174,
|
||
174, 160, 168, 159, 174, 174, 171, 163, 166, 174,
|
||
174, 172, 174, 174, 189, 189, 189, 181, 88, 55,
|
||
181, 181, 181, 52, 181, 181, 181, 181, 112, 66,
|
||
|
||
181, 181, 96, 181, 78, 181, 181, 181, 77, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 125, 181, 181, 181, 181, 181, 100, 181, 181,
|
||
181, 98, 181, 181, 181, 181, 181, 181, 181, 175,
|
||
175, 179, 55, 179, 179, 52, 179, 179, 179, 112,
|
||
179, 78, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
179, 179, 179, 179, 179, 179, 179, 179, 179, 179,
|
||
175, 88, 55, 175, 175, 52, 175, 175, 175, 175,
|
||
112, 66, 175, 175, 96, 175, 78, 175, 175, 175,
|
||
77, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
|
||
175, 175, 175, 175, 125, 175, 175, 175, 175, 175,
|
||
100, 175, 175, 175, 98, 175, 175, 175, 175, 175,
|
||
175, 175, 174, 144, 141, 174, 174, 153, 153, 148,
|
||
174, 152, 174, 174, 161, 158, 174, 174, 171, 171,
|
||
165, 174, 170, 174, 189, 189, 187, 181, 181, 181,
|
||
65, 181, 89, 181, 181, 181, 181, 181, 181, 67,
|
||
181, 129, 181, 181, 181, 87, 181, 54, 181, 47,
|
||
181, 181, 111, 181, 50, 76, 181, 181, 181, 181,
|
||
181, 181, 73, 181, 181, 181, 181, 181, 95, 74,
|
||
181, 181, 181, 175, 175, 179, 179, 179, 65, 179,
|
||
|
||
179, 179, 179, 179, 129, 179, 179, 54, 179, 179,
|
||
179, 111, 179, 50, 179, 179, 179, 73, 179, 179,
|
||
179, 179, 175, 175, 175, 65, 89, 175, 175, 175,
|
||
175, 175, 175, 67, 175, 129, 175, 175, 175, 87,
|
||
175, 54, 175, 175, 47, 175, 175, 111, 175, 50,
|
||
76, 175, 175, 175, 175, 175, 175, 73, 175, 175,
|
||
175, 175, 175, 95, 74, 175, 175, 175, 174, 174,
|
||
67, 150, 147, 174, 174, 174, 169, 167, 164, 174,
|
||
188, 186, 181, 61, 181, 181, 181, 181, 181, 181,
|
||
80, 181, 181, 181, 124, 181, 181, 181, 181, 181,
|
||
|
||
102, 181, 181, 105, 130, 181, 181, 181, 181, 181,
|
||
181, 181, 118, 91, 181, 51, 181, 181, 175, 175,
|
||
179, 61, 179, 179, 179, 179, 80, 179, 124, 179,
|
||
179, 179, 179, 179, 115, 130, 179, 179, 118, 179,
|
||
179, 179, 175, 61, 175, 175, 175, 175, 175, 80,
|
||
175, 175, 175, 124, 175, 175, 175, 175, 175, 175,
|
||
102, 175, 175, 105, 130, 175, 175, 175, 175, 175,
|
||
175, 175, 118, 91, 175, 51, 175, 175, 174, 174,
|
||
174, 174, 174, 174, 155, 181, 181, 134, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 60, 181, 181,
|
||
|
||
181, 181, 181, 181, 181, 86, 181, 181, 181, 181,
|
||
128, 173, 181, 175, 175, 155, 179, 179, 134, 179,
|
||
179, 179, 60, 64, 179, 179, 179, 179, 179, 128,
|
||
173, 179, 155, 175, 134, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 60, 64, 175, 175, 175, 175,
|
||
175, 175, 175, 86, 175, 175, 175, 175, 128, 173,
|
||
175, 155, 140, 145, 173, 157, 162, 181, 79, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
110, 181, 175, 79, 179, 79, 179, 179, 179, 179,
|
||
|
||
179, 179, 179, 179, 179, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 110, 175, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 49, 181,
|
||
116, 117, 181, 181, 181, 181, 75, 181, 181, 181,
|
||
181, 181, 181, 175, 179, 179, 179, 179, 179, 116,
|
||
117, 179, 179, 179, 179, 175, 175, 175, 175, 175,
|
||
175, 175, 175, 175, 49, 175, 116, 117, 175, 175,
|
||
175, 175, 75, 175, 175, 175, 175, 175, 175, 181,
|
||
181, 181, 181, 181, 181, 181, 181, 181, 103, 93,
|
||
|
||
181, 181, 181, 181, 181, 181, 181, 181, 181, 179,
|
||
179, 179, 179, 103, 179, 179, 179, 179, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 103, 93, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 181, 82,
|
||
181, 181, 133, 181, 181, 181, 181, 181, 181, 181,
|
||
48, 181, 181, 181, 181, 106, 181, 179, 179, 133,
|
||
179, 179, 179, 179, 179, 179, 175, 82, 175, 175,
|
||
133, 175, 175, 175, 175, 175, 175, 175, 48, 175,
|
||
175, 175, 175, 106, 175, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 92, 181, 71, 181, 181, 181, 181,
|
||
|
||
179, 179, 179, 179, 179, 71, 179, 179, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 92, 175, 71, 175,
|
||
175, 175, 175, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 104, 131, 70, 181, 181, 69, 179, 179,
|
||
179, 179, 179, 104, 131, 70, 69, 175, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 104, 131, 70, 175,
|
||
175, 69, 181, 181, 181, 181, 181, 181, 181, 181,
|
||
181, 181, 181, 179, 179, 179, 179, 179, 175, 175,
|
||
175, 175, 175, 175, 175, 175, 175, 175, 175, 127,
|
||
181, 181, 58, 181, 181, 181, 181, 181, 181, 181,
|
||
|
||
127, 179, 58, 179, 179, 127, 175, 175, 58, 175,
|
||
175, 175, 175, 175, 175, 175, 181, 181, 181, 181,
|
||
181, 181, 181, 107, 181, 179, 179, 179, 175, 175,
|
||
175, 175, 175, 175, 175, 107, 175, 181, 56, 181,
|
||
181, 181, 181, 181, 181, 56, 179, 179, 175, 56,
|
||
175, 175, 175, 175, 175, 175, 181, 181, 181, 181,
|
||
181, 123, 181, 179, 123, 175, 175, 175, 175, 175,
|
||
123, 175, 181, 181, 181, 181, 181, 181, 179, 175,
|
||
175, 175, 175, 175, 175, 81, 181, 181, 181, 181,
|
||
109, 179, 81, 175, 175, 175, 175, 109, 57, 181,
|
||
|
||
84, 181, 57, 57, 175, 84, 175, 83, 181, 83,
|
||
175, 181, 175, 85, 85, 0
|
||
} ;
|
||
|
||
static yyconst YY_CHAR yy_ec[256] =
|
||
{ 0,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
||
1, 1, 2, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 2, 4, 5, 6, 7, 8, 9, 1, 10,
|
||
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
||
19, 19, 19, 19, 19, 19, 19, 21, 22, 23,
|
||
24, 25, 26, 1, 27, 28, 29, 30, 31, 32,
|
||
33, 34, 35, 36, 37, 38, 39, 40, 41, 42,
|
||
43, 44, 45, 46, 47, 48, 49, 50, 51, 52,
|
||
53, 54, 55, 56, 57, 1, 58, 59, 60, 61,
|
||
|
||
62, 63, 64, 65, 66, 16, 67, 68, 69, 70,
|
||
71, 72, 16, 73, 74, 75, 76, 16, 16, 77,
|
||
16, 78, 79, 80, 81, 82, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||
1, 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 YY_CHAR yy_meta[83] =
|
||
{ 0,
|
||
1, 1, 2, 3, 1, 1, 4, 1, 1, 1,
|
||
1, 3, 5, 6, 7, 8, 9, 10, 10, 10,
|
||
7, 1, 1, 6, 1, 3, 11, 11, 11, 11,
|
||
11, 11, 8, 8, 8, 8, 8, 8, 8, 8,
|
||
8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
|
||
8, 8, 7, 4, 7, 3, 8, 11, 11, 11,
|
||
11, 11, 11, 8, 8, 8, 8, 8, 8, 8,
|
||
8, 8, 8, 8, 8, 8, 8, 8, 1, 1,
|
||
1, 9
|
||
} ;
|
||
|
||
static yyconst flex_uint16_t yy_base[1851] =
|
||
{ 0,
|
||
0, 0, 0, 0, 82, 163, 244, 0, 326, 0,
|
||
408, 489, 570, 0, 112, 114, 652, 734, 816, 898,
|
||
2923, 2924, 2924, 2920, 2924, 2897, 2915, 963, 2924, 89,
|
||
2924, 2924, 2895, 2894, 0, 2893, 0, 98, 743, 417,
|
||
0, 2924, 88, 2892, 99, 0, 98, 161, 98, 114,
|
||
100, 111, 2871, 113, 2874, 2882, 164, 94, 116, 160,
|
||
167, 2865, 2880, 179, 2883, 2878, 0, 0, 2849, 2845,
|
||
2833, 2839, 2924, 129, 2924, 0, 2902, 2924, 2898, 2857,
|
||
2924, 2924, 2924, 2833, 0, 2888, 0, 2854, 2924, 2896,
|
||
2873, 2891, 1009, 2924, 110, 2924, 2924, 2871, 2870, 2924,
|
||
|
||
130, 0, 191, 1055, 83, 2924, 2924, 132, 2869, 199,
|
||
2924, 1115, 412, 421, 489, 493, 502, 2848, 2856, 2850,
|
||
2858, 186, 201, 198, 193, 2844, 413, 2924, 2924, 651,
|
||
2821, 2924, 155, 2924, 0, 1175, 134, 0, 429, 825,
|
||
906, 521, 434, 190, 491, 428, 435, 2842, 408, 2845,
|
||
2853, 524, 444, 515, 640, 516, 2836, 2851, 678, 2854,
|
||
2849, 2820, 2816, 2804, 2810, 0, 1221, 2924, 2924, 0,
|
||
2924, 2924, 2851, 2871, 1267, 2849, 2848, 2924, 2847, 0,
|
||
2846, 0, 375, 2924, 0, 2845, 2924, 1313, 655, 664,
|
||
524, 676, 662, 197, 2841, 2823, 2819, 393, 2821, 2924,
|
||
|
||
2924, 736, 657, 738, 804, 737, 61, 2806, 2790, 2786,
|
||
462, 2788, 0, 2858, 0, 2847, 2924, 0, 2924, 2924,
|
||
2924, 2837, 456, 460, 647, 2924, 2924, 2855, 0, 0,
|
||
2851, 2924, 730, 2924, 2924, 0, 0, 0, 0, 0,
|
||
917, 0, 0, 2831, 2924, 0, 2924, 2830, 2808, 2822,
|
||
2805, 2815, 484, 0, 2817, 2808, 2806, 2800, 440, 2814,
|
||
2798, 2811, 2811, 2795, 665, 2802, 2798, 2794, 2796, 2806,
|
||
2797, 739, 2803, 2776, 2792, 659, 2789, 2791, 2779, 754,
|
||
2790, 2792, 2780, 2794, 2794, 2782, 2795, 2788, 773, 2779,
|
||
2767, 2774, 2786, 2769, 2788, 2786, 2768, 2768, 2767, 2736,
|
||
|
||
2739, 2744, 2729, 2924, 2924, 2804, 0, 2754, 0, 2924,
|
||
0, 2747, 2924, 0, 1373, 2924, 2924, 2924, 0, 2924,
|
||
651, 920, 0, 2924, 2924, 0, 2924, 820, 823, 903,
|
||
0, 2768, 734, 0, 923, 2762, 2760, 521, 968, 971,
|
||
2769, 2770, 2757, 2767, 769, 2765, 2755, 531, 2744, 2753,
|
||
2742, 168, 2753, 2755, 2758, 2747, 2754, 2734, 2754, 2756,
|
||
974, 2705, 810, 0, 1012, 0, 2737, 2751, 2734, 2744,
|
||
810, 0, 2746, 2737, 2735, 2729, 730, 2743, 2727, 2740,
|
||
2740, 2724, 748, 2731, 2727, 2723, 2725, 2735, 2726, 1013,
|
||
2732, 2705, 2721, 690, 781, 2721, 2719, 2708, 825, 2719,
|
||
|
||
2721, 2709, 2723, 2723, 2711, 2724, 2717, 843, 2708, 2696,
|
||
2703, 2715, 2698, 2717, 2715, 2697, 2697, 2696, 2665, 2668,
|
||
2673, 2658, 0, 1425, 2732, 2924, 0, 1477, 0, 0,
|
||
0, 1529, 2689, 0, 0, 2698, 2687, 2686, 2695, 2699,
|
||
2682, 2683, 2681, 2698, 2685, 2693, 2694, 2692, 2693, 2672,
|
||
2644, 2651, 2642, 2641, 2648, 2652, 2637, 2638, 2636, 2651,
|
||
2639, 2646, 2647, 2645, 2646, 2627, 0, 0, 2681, 2680,
|
||
784, 757, 786, 2924, 2924, 2659, 2655, 2667, 2664, 2665,
|
||
2655, 2653, 2663, 2663, 2660, 2645, 2638, 2661, 2660, 2651,
|
||
2656, 2640, 2645, 2651, 2643, 2653, 2650, 2631, 2647, 0,
|
||
|
||
2638, 2634, 2639, 2626, 2641, 2629, 2638, 2636, 2638, 2634,
|
||
0, 2625, 2619, 2620, 2625, 2621, 2610, 2627, 2617, 2614,
|
||
2613, 2608, 2625, 2619, 2609, 2606, 2612, 2606, 2618, 2602,
|
||
2618, 2619, 2601, 2617, 2605, 2609, 2596, 2569, 0, 0,
|
||
2577, 2593, 0, 0, 2597, 0, 0, 905, 2595, 1016,
|
||
2602, 2603, 2593, 2602, 2602, 2585, 2578, 2601, 1063, 2598,
|
||
2588, 2578, 2594, 2585, 2581, 2574, 2578, 2586, 2588, 2597,
|
||
0, 0, 2570, 2571, 2573, 2562, 2579, 2567, 2562, 2570,
|
||
2577, 2578, 2579, 2534, 2542, 0, 2562, 2558, 2570, 2567,
|
||
2568, 2557, 2567, 2567, 2564, 2549, 2542, 2565, 2564, 2555,
|
||
|
||
2560, 2544, 2549, 2555, 2547, 2557, 2554, 2535, 2551, 0,
|
||
2542, 2538, 2543, 2530, 2545, 2533, 2542, 2540, 2542, 2551,
|
||
2537, 0, 0, 2528, 0, 2522, 2523, 2528, 2524, 2513,
|
||
2530, 2520, 2517, 2516, 2511, 2528, 2522, 2512, 2509, 2515,
|
||
2509, 2521, 2505, 2521, 2522, 2504, 2520, 2508, 2512, 2499,
|
||
2472, 0, 0, 2480, 0, 0, 2500, 855, 2509, 2508,
|
||
2496, 0, 2506, 2497, 2489, 2504, 2502, 2501, 2493, 2484,
|
||
2485, 2488, 2456, 825, 2464, 2463, 2452, 0, 2461, 2453,
|
||
2446, 2459, 2457, 2456, 2449, 2441, 2442, 2444, 831, 424,
|
||
852, 2475, 0, 2468, 2471, 2466, 2478, 2464, 0, 2470,
|
||
|
||
0, 2460, 0, 2459, 2447, 2463, 2456, 2450, 2453, 2455,
|
||
0, 2452, 2466, 2454, 2464, 2447, 0, 2465, 2446, 2447,
|
||
0, 2459, 2443, 2461, 0, 2443, 0, 2445, 2444, 2457,
|
||
2426, 2447, 2434, 2442, 2434, 2443, 0, 2436, 2447, 2440,
|
||
2443, 2427, 2431, 2414, 2435, 2439, 2422, 2429, 2431, 2434,
|
||
2429, 2395, 2391, 2417, 2429, 2421, 0, 2418, 2413, 2425,
|
||
0, 2418, 2408, 0, 2396, 2387, 2370, 2358, 2352, 2359,
|
||
2340, 0, 2340, 0, 2335, 2343, 2330, 0, 2307, 2312,
|
||
2261, 2280, 2276, 2274, 2267, 2246, 2241, 2231, 2183, 2179,
|
||
2211, 0, 2198, 2198, 2191, 2190, 0, 2196, 0, 194,
|
||
|
||
0, 392, 417, 465, 460, 474, 479, 513, 0, 613,
|
||
691, 685, 710, 703, 0, 757, 763, 812, 0, 829,
|
||
825, 858, 857, 0, 843, 0, 849, 850, 878, 856,
|
||
879, 880, 890, 884, 895, 0, 891, 905, 911, 916,
|
||
904, 911, 898, 923, 933, 918, 927, 932, 940, 941,
|
||
917, 917, 962, 960, 967, 0, 0, 0, 964, 983,
|
||
1606, 0, 0, 967, 980, 0, 972, 1004, 966, 961,
|
||
973, 0, 0, 0, 977, 994, 1687, 0, 0, 980,
|
||
990, 0, 982, 999, 1055, 1042, 1043, 1018, 0, 1047,
|
||
1020, 1046, 1047, 0, 1053, 1059, 1050, 1068, 0, 0,
|
||
|
||
1072, 1063, 0, 1049, 0, 1067, 1080, 1077, 1062, 1075,
|
||
1096, 1091, 1097, 1078, 1085, 1104, 1106, 1102, 1098, 1093,
|
||
1113, 0, 1111, 1108, 1116, 1110, 1112, 0, 1122, 1127,
|
||
1130, 0, 1111, 1124, 1134, 1117, 1123, 1090, 1105, 1128,
|
||
1139, 1124, 1131, 1133, 1150, 0, 1155, 1138, 1153, 0,
|
||
1155, 0, 1147, 1159, 1133, 1157, 1166, 1166, 1153, 1169,
|
||
1165, 1161, 1181, 1179, 1170, 1179, 1185, 1178, 1138, 1152,
|
||
1169, 0, 1185, 1171, 1187, 0, 1200, 1188, 1175, 1190,
|
||
0, 0, 1192, 1183, 0, 1167, 0, 1185, 1198, 1194,
|
||
1173, 1185, 1205, 1209, 1215, 1215, 1196, 1209, 1228, 1226,
|
||
|
||
1222, 1218, 1213, 1233, 0, 1231, 1222, 1229, 1223, 1225,
|
||
0, 1234, 1248, 1240, 0, 1221, 1234, 1242, 1225, 1231,
|
||
1197, 1211, 1228, 0, 1238, 1238, 1243, 0, 1768, 0,
|
||
1261, 0, 1264, 1216, 0, 1224, 1230, 1226, 0, 1849,
|
||
0, 1242, 0, 1245, 1283, 1284, 1285, 1261, 1276, 1260,
|
||
0, 1280, 0, 1271, 1265, 1256, 1283, 1285, 1285, 0,
|
||
1288, 0, 1287, 1273, 1275, 0, 1276, 0, 1293, 0,
|
||
1279, 1288, 0, 1303, 0, 1279, 1286, 1307, 1282, 1289,
|
||
1308, 1303, 1293, 1304, 1315, 1319, 1316, 1326, 0, 0,
|
||
1320, 1286, 1305, 1323, 1335, 1320, 1335, 1319, 0, 1339,
|
||
|
||
1330, 1346, 1349, 1349, 0, 1350, 1337, 0, 1353, 1350,
|
||
1341, 0, 1355, 0, 1337, 1358, 1348, 1338, 1358, 1364,
|
||
1323, 1342, 1360, 1375, 1359, 0, 0, 1369, 1364, 1356,
|
||
1383, 1385, 1385, 0, 1388, 0, 1387, 1373, 1375, 0,
|
||
1376, 0, 1393, 1389, 0, 1380, 1380, 0, 1395, 0,
|
||
1371, 1378, 1399, 1380, 1381, 1399, 1395, 1389, 1396, 1407,
|
||
1411, 1408, 1418, 0, 0, 1418, 1384, 1403, 1415, 1422,
|
||
0, 0, 0, 1419, 1391, 1396, 0, 0, 0, 1393,
|
||
1448, 1449, 1440, 0, 1437, 1442, 1428, 1446, 1435, 1444,
|
||
0, 1421, 1438, 1436, 0, 1424, 1451, 1442, 1446, 1447,
|
||
|
||
0, 1436, 1471, 0, 1442, 1473, 1471, 1457, 1453, 1477,
|
||
1455, 1473, 0, 0, 1475, 0, 1455, 1453, 1473, 1489,
|
||
1490, 0, 1487, 1492, 1478, 1492, 0, 1469, 0, 1496,
|
||
1484, 1491, 1486, 1474, 0, 1475, 1476, 1500, 0, 1501,
|
||
1480, 1478, 1514, 0, 1515, 1505, 1523, 1512, 1521, 0,
|
||
1498, 1521, 1520, 0, 1508, 1535, 1520, 1524, 1531, 1527,
|
||
0, 1515, 1546, 0, 1517, 1548, 1546, 1532, 1523, 1547,
|
||
1525, 1543, 0, 0, 1544, 0, 1523, 1521, 1562, 1565,
|
||
1565, 1535, 1537, 1537, 0, 1555, 1572, 0, 1557, 1576,
|
||
1566, 1577, 1574, 1578, 1592, 1593, 1579, 0, 1593, 1581,
|
||
|
||
1582, 1586, 1599, 1596, 1600, 0, 1591, 1606, 1611, 1608,
|
||
0, 0, 1578, 1629, 1611, 0, 1599, 1622, 0, 1615,
|
||
1623, 1627, 0, 0, 1626, 1614, 1625, 1615, 1630, 0,
|
||
0, 1601, 0, 1618, 0, 1619, 1638, 1628, 1636, 1630,
|
||
1629, 1642, 1643, 1629, 0, 0, 1643, 1631, 1632, 1636,
|
||
1644, 1641, 1645, 0, 1636, 1652, 1667, 1659, 0, 0,
|
||
1638, 0, 0, 0, 0, 0, 0, 1669, 0, 1663,
|
||
1669, 1675, 1673, 1675, 1668, 1675, 1671, 1687, 1687, 1679,
|
||
1692, 1678, 1688, 1689, 1681, 1680, 1700, 1691, 1690, 1704,
|
||
0, 1674, 0, 0, 1699, 0, 1703, 1700, 1690, 1705,
|
||
|
||
1697, 1704, 1694, 1714, 1684, 1710, 1704, 1711, 1717, 1714,
|
||
1711, 1704, 1711, 1707, 1723, 1723, 1715, 1728, 1714, 1724,
|
||
1725, 1717, 1716, 1736, 1727, 1731, 1748, 0, 1723, 1726,
|
||
1740, 1754, 1746, 1749, 1747, 1747, 1756, 1761, 0, 1752,
|
||
0, 0, 1764, 1760, 1770, 1774, 0, 1775, 1773, 1769,
|
||
1770, 1767, 1746, 0, 1751, 1769, 1772, 1776, 1767, 0,
|
||
0, 1783, 1787, 1785, 1755, 1760, 1774, 1788, 1780, 1783,
|
||
1781, 1781, 1786, 1791, 0, 1782, 0, 0, 1794, 1790,
|
||
1800, 1804, 0, 1805, 1803, 1799, 1800, 1797, 1776, 1803,
|
||
1794, 1811, 1795, 1811, 1803, 1787, 1806, 1805, 1795, 0,
|
||
|
||
1829, 1832, 1819, 1821, 1835, 1834, 1822, 1838, 1808, 1841,
|
||
1831, 1847, 1838, 1823, 1851, 1838, 1852, 1822, 1850, 1841,
|
||
1858, 1842, 1858, 1850, 1834, 1853, 1852, 1837, 0, 1868,
|
||
1866, 1852, 1854, 1868, 1867, 1855, 1871, 1841, 1864, 0,
|
||
1860, 1850, 0, 1851, 1882, 1869, 1871, 1866, 1867, 1883,
|
||
0, 1869, 1872, 1877, 1861, 0, 1846, 1880, 1864, 0,
|
||
1882, 1877, 1893, 1879, 1882, 1854, 1891, 0, 1886, 1876,
|
||
0, 1877, 1908, 1895, 1897, 1892, 1893, 1909, 0, 1895,
|
||
1898, 1903, 1887, 0, 1872, 1904, 1890, 1921, 1922, 1912,
|
||
1911, 1896, 1913, 0, 1915, 0, 1911, 1918, 1916, 1885,
|
||
|
||
1918, 1935, 1904, 1922, 1924, 0, 1922, 1894, 1927, 1913,
|
||
1944, 1945, 1935, 1934, 1919, 1936, 0, 1938, 0, 1935,
|
||
1942, 1940, 1909, 1937, 1940, 1948, 1947, 1958, 1952, 1953,
|
||
1935, 1961, 0, 0, 0, 1963, 1951, 0, 1949, 1959,
|
||
1958, 1968, 1968, 0, 0, 0, 0, 1954, 1957, 1965,
|
||
1964, 1974, 1968, 1969, 1951, 1977, 0, 0, 0, 1979,
|
||
1967, 0, 1966, 1962, 1979, 1985, 1978, 1979, 1977, 1992,
|
||
1982, 1981, 1987, 1977, 1989, 1995, 1988, 1989, 1982, 1978,
|
||
1995, 2001, 1994, 1995, 1993, 2008, 1998, 1997, 2003, 0,
|
||
2000, 2007, 0, 1997, 2001, 2014, 2006, 2018, 2000, 2006,
|
||
|
||
0, 2015, 0, 2005, 2023, 0, 2012, 2019, 0, 2009,
|
||
2013, 2026, 2018, 2030, 2012, 2018, 2032, 2021, 2021, 2034,
|
||
2037, 2027, 2033, 0, 2023, 2028, 2028, 2037, 2043, 2032,
|
||
2032, 2045, 2048, 2038, 2044, 0, 2034, 2038, 0, 2023,
|
||
2054, 2036, 2042, 2039, 2050, 0, 2029, 2042, 2047, 0,
|
||
2032, 2063, 2045, 2051, 2048, 2059, 2057, 2065, 2051, 2063,
|
||
2070, 0, 2054, 2070, 0, 2064, 2072, 2058, 2070, 2077,
|
||
0, 2061, 2063, 2069, 2075, 2070, 2085, 2062, 2074, 2070,
|
||
2076, 2082, 2077, 2092, 2069, 0, 2091, 2081, 2083, 2078,
|
||
0, 2095, 0, 2096, 2086, 2088, 2083, 0, 0, 2090,
|
||
|
||
0, 2096, 0, 0, 2092, 0, 2098, 0, 2093, 0,
|
||
2094, 2096, 2097, 0, 0, 2924, 2137, 2148, 2159, 2170,
|
||
2181, 2192, 2201, 2212, 2220, 2228, 2236, 2244, 2255, 2263,
|
||
2274, 2285, 2296, 2300, 2309, 2317, 2325, 2333, 2335, 2346,
|
||
2357, 2368, 2372, 2381, 2392, 2403, 2414, 2425, 2433, 2441
|
||
} ;
|
||
|
||
static yyconst flex_int16_t yy_def[1851] =
|
||
{ 0,
|
||
1817, 1817, 1816, 3, 1818, 1818, 1816, 7, 1816, 9,
|
||
1819, 1819, 1816, 13, 1820, 1820, 1821, 1821, 1822, 1822,
|
||
1816, 1816, 1816, 1816, 1816, 1823, 1824, 1823, 1816, 1816,
|
||
1816, 1816, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1816, 1816, 1823, 1816, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1816, 1816, 1816, 1823, 1816, 1816, 1824, 1825,
|
||
1816, 1816, 1816, 1816, 1825, 1825, 1826, 1825, 1816, 1816,
|
||
1816, 1824, 1827, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
|
||
1816, 1827, 1827, 1816, 104, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1827, 112, 112, 112, 112, 112, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1816, 1816, 112,
|
||
1827, 1816, 1816, 1816, 1827, 1825, 1816, 1825, 1825, 1816,
|
||
1816, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1828, 1816, 1816, 1828,
|
||
1816, 1816, 1816, 1829, 1830, 1831, 1816, 1816, 1816, 1830,
|
||
1830, 104, 104, 1816, 1832, 1816, 1816, 1830, 188, 188,
|
||
188, 188, 188, 1830, 1830, 1830, 1830, 1830, 1830, 1816,
|
||
|
||
1816, 188, 188, 188, 188, 188, 1830, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1816, 1833, 1816, 1816, 1834, 1816, 1816,
|
||
1816, 1835, 1835, 1835, 1835, 1816, 1816, 1816, 1823, 1823,
|
||
1824, 1816, 28, 1816, 1816, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 28, 1816, 1816, 1823, 1816, 1816, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1816, 1816, 1816, 1825, 1825, 1836, 1816,
|
||
1837, 1825, 1816, 1827, 1827, 1816, 1816, 1816, 1838, 1816,
|
||
104, 104, 322, 1816, 1816, 1839, 1816, 112, 112, 112,
|
||
1827, 1827, 1827, 1827, 112, 1827, 1827, 1827, 112, 112,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
112, 1827, 136, 1825, 1816, 1839, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1828, 1828, 1829, 1816, 1830, 1830, 1840, 1840,
|
||
1841, 1830, 432, 432, 1830, 1830, 432, 432, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
432, 1830, 432, 432, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1842, 1843, 1844, 1816,
|
||
1844, 1844, 1844, 1816, 1816, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1825, 1836, 1837, 1825, 1827, 1838, 1839, 1827, 112,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 112, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1828, 1830, 1830, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1844, 1844,
|
||
1844, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1825, 1825, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
1845, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1846, 1830, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1844, 1844, 1844, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1825,
|
||
1825, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1830, 1830, 1830, 1830, 1830, 1847, 1845, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1848, 1846,
|
||
1830, 1830, 1830, 1830, 1844, 1844, 1844, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1825, 1825, 1827, 1827, 1827, 1827, 1827,
|
||
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830, 1830,
|
||
1844, 1844, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1825, 1825,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1830, 1830,
|
||
1830, 1830, 1830, 1830, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1849, 1825, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1830, 1830, 1830, 1830, 1830, 1830, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1850, 1825, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
|
||
1827, 1827, 1827, 1827, 1827, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1850, 1827, 1827, 1827, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1827, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1827, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1827, 1827,
|
||
1827, 1827, 1827, 1827, 1827, 1827, 1827, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1827, 1827, 1827, 1827, 1827, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1825, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
|
||
1827, 1827, 1827, 1827, 1827, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1827, 1827, 1827, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1825, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1823, 1823, 1827, 1827, 1827, 1825, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1825, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1823, 1827, 1827, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1825, 1823, 1823, 1823, 1823, 1823, 1823, 1827, 1825,
|
||
1825, 1825, 1825, 1825, 1825, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1827, 1825, 1825, 1825, 1825, 1825, 1825, 1823, 1823,
|
||
|
||
1823, 1823, 1827, 1825, 1825, 1825, 1825, 1823, 1823, 1825,
|
||
1825, 1823, 1825, 1823, 1825, 0, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816
|
||
} ;
|
||
|
||
static yyconst flex_uint16_t yy_nxt[3007] =
|
||
{ 0,
|
||
23, 24, 25, 26, 27, 23, 28, 29, 30, 31,
|
||
32, 33, 34, 35, 36, 37, 38, 39, 40, 40,
|
||
41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
|
||
51, 52, 53, 54, 55, 37, 56, 57, 58, 59,
|
||
60, 61, 62, 63, 64, 65, 37, 66, 37, 37,
|
||
37, 37, 67, 37, 68, 37, 37, 69, 37, 37,
|
||
37, 37, 37, 37, 37, 37, 37, 70, 37, 37,
|
||
71, 37, 37, 72, 37, 37, 37, 37, 73, 74,
|
||
75, 76, 22, 77, 78, 22, 79, 22, 80, 22,
|
||
22, 81, 82, 22, 22, 83, 84, 234, 86, 22,
|
||
|
||
22, 22, 22, 22, 22, 87, 22, 22, 88, 239,
|
||
244, 245, 235, 214, 78, 214, 78, 215, 234, 215,
|
||
277, 240, 247, 248, 278, 249, 459, 250, 216, 251,
|
||
216, 460, 324, 235, 22, 252, 22, 22, 259, 264,
|
||
261, 260, 253, 254, 262, 266, 279, 270, 267, 265,
|
||
271, 268, 304, 318, 244, 245, 280, 318, 263, 324,
|
||
22, 22, 22, 22, 77, 78, 22, 79, 22, 80,
|
||
22, 22, 81, 82, 22, 22, 83, 84, 304, 86,
|
||
22, 22, 22, 22, 22, 22, 87, 22, 22, 88,
|
||
217, 255, 217, 274, 275, 256, 574, 319, 257, 281,
|
||
|
||
285, 309, 310, 282, 276, 575, 283, 284, 305, 289,
|
||
286, 258, 290, 291, 320, 22, 347, 22, 22, 292,
|
||
293, 294, 247, 248, 295, 296, 348, 349, 351, 297,
|
||
377, 443, 353, 378, 305, 350, 354, 444, 352, 977,
|
||
355, 22, 22, 22, 89, 90, 25, 91, 92, 89,
|
||
93, 94, 95, 96, 97, 98, 99, 100, 101, 102,
|
||
103, 104, 105, 105, 106, 107, 108, 109, 110, 111,
|
||
112, 113, 114, 115, 116, 117, 118, 119, 120, 102,
|
||
121, 122, 123, 124, 125, 126, 102, 102, 127, 102,
|
||
102, 102, 102, 102, 102, 102, 128, 102, 129, 89,
|
||
|
||
102, 130, 117, 117, 117, 117, 117, 102, 102, 102,
|
||
102, 102, 102, 102, 102, 102, 102, 131, 102, 102,
|
||
102, 102, 132, 133, 134, 135, 89, 90, 25, 91,
|
||
92, 89, 136, 94, 95, 96, 97, 98, 99, 100,
|
||
137, 138, 139, 140, 141, 141, 106, 107, 108, 109,
|
||
110, 111, 142, 143, 144, 145, 146, 147, 148, 149,
|
||
150, 138, 151, 152, 153, 154, 155, 156, 157, 158,
|
||
159, 160, 138, 161, 138, 138, 138, 138, 128, 138,
|
||
129, 89, 138, 162, 138, 138, 138, 138, 138, 138,
|
||
138, 138, 138, 163, 138, 138, 164, 138, 138, 165,
|
||
|
||
138, 138, 138, 138, 132, 133, 134, 166, 89, 89,
|
||
22, 89, 89, 89, 167, 89, 89, 89, 89, 89,
|
||
168, 89, 169, 448, 324, 140, 141, 141, 89, 89,
|
||
89, 171, 89, 89, 241, 241, 241, 978, 449, 335,
|
||
310, 335, 388, 357, 470, 389, 336, 358, 335, 337,
|
||
335, 324, 364, 242, 359, 242, 314, 314, 314, 360,
|
||
89, 338, 89, 89, 373, 314, 314, 382, 374, 384,
|
||
395, 375, 385, 979, 396, 386, 470, 383, 397, 486,
|
||
470, 487, 886, 242, 376, 242, 89, 89, 89, 89,
|
||
89, 22, 89, 89, 89, 167, 89, 89, 89, 89,
|
||
|
||
89, 168, 89, 169, 980, 981, 140, 141, 141, 89,
|
||
89, 89, 171, 89, 89, 339, 335, 379, 335, 340,
|
||
335, 380, 335, 464, 982, 983, 314, 472, 480, 335,
|
||
314, 335, 471, 341, 314, 381, 465, 314, 314, 314,
|
||
481, 89, 342, 89, 89, 398, 314, 314, 367, 404,
|
||
368, 434, 369, 392, 393, 399, 984, 569, 370, 405,
|
||
556, 427, 557, 570, 394, 371, 372, 89, 89, 89,
|
||
23, 24, 172, 173, 23, 174, 175, 29, 30, 31,
|
||
32, 176, 177, 178, 179, 180, 181, 182, 183, 183,
|
||
184, 185, 43, 186, 45, 187, 188, 189, 190, 191,
|
||
|
||
192, 193, 180, 180, 180, 180, 180, 194, 180, 195,
|
||
196, 197, 180, 180, 198, 199, 180, 180, 180, 180,
|
||
180, 180, 200, 180, 201, 23, 180, 202, 203, 204,
|
||
191, 205, 206, 180, 180, 180, 180, 207, 180, 208,
|
||
209, 210, 180, 211, 212, 180, 180, 180, 73, 74,
|
||
75, 213, 23, 214, 78, 23, 23, 215, 985, 23,
|
||
23, 23, 23, 23, 23, 219, 23, 470, 216, 23,
|
||
23, 23, 219, 219, 23, 23, 23, 23, 335, 400,
|
||
335, 437, 434, 401, 434, 509, 402, 403, 314, 434,
|
||
438, 434, 427, 493, 427, 314, 314, 439, 510, 427,
|
||
|
||
324, 427, 442, 434, 23, 23, 23, 23, 408, 361,
|
||
494, 409, 410, 427, 453, 440, 619, 473, 411, 412,
|
||
413, 986, 620, 414, 415, 441, 987, 324, 416, 621,
|
||
220, 23, 221, 23, 23, 214, 78, 23, 23, 215,
|
||
988, 23, 23, 23, 23, 23, 23, 219, 23, 989,
|
||
216, 23, 23, 23, 219, 219, 23, 23, 23, 23,
|
||
241, 241, 241, 434, 434, 434, 242, 501, 242, 596,
|
||
502, 597, 503, 427, 427, 427, 603, 470, 552, 242,
|
||
504, 242, 514, 505, 990, 515, 23, 23, 23, 23,
|
||
553, 516, 243, 604, 451, 454, 242, 564, 242, 525,
|
||
|
||
565, 526, 455, 452, 470, 527, 470, 458, 991, 242,
|
||
566, 242, 220, 23, 221, 23, 23, 214, 78, 243,
|
||
27, 215, 622, 23, 23, 23, 23, 690, 23, 219,
|
||
623, 434, 216, 23, 23, 23, 219, 219, 23, 23,
|
||
23, 427, 365, 365, 365, 691, 586, 335, 586, 335,
|
||
335, 470, 335, 627, 591, 992, 628, 314, 689, 993,
|
||
314, 325, 629, 325, 314, 314, 545, 549, 314, 638,
|
||
994, 639, 470, 456, 366, 640, 586, 223, 586, 224,
|
||
457, 854, 870, 225, 995, 996, 997, 855, 871, 998,
|
||
999, 325, 885, 325, 226, 23, 227, 23, 23, 214,
|
||
|
||
78, 366, 27, 215, 1000, 23, 23, 23, 23, 887,
|
||
23, 219, 1001, 1002, 216, 23, 23, 23, 219, 219,
|
||
23, 23, 23, 365, 365, 365, 1003, 1004, 1005, 1006,
|
||
335, 1007, 550, 1008, 241, 241, 241, 322, 322, 322,
|
||
314, 325, 325, 325, 325, 1009, 1010, 314, 314, 1011,
|
||
335, 1012, 335, 242, 1013, 242, 1816, 1014, 1816, 223,
|
||
314, 224, 1015, 1016, 1017, 225, 1018, 314, 314, 324,
|
||
1019, 325, 325, 325, 325, 1020, 226, 23, 227, 23,
|
||
233, 233, 233, 242, 1021, 242, 1816, 1022, 1816, 233,
|
||
233, 233, 233, 233, 233, 335, 324, 335, 335, 1023,
|
||
|
||
335, 335, 559, 335, 1024, 314, 1025, 1026, 314, 1027,
|
||
1030, 314, 314, 558, 1031, 314, 314, 1032, 314, 314,
|
||
233, 233, 233, 233, 233, 233, 315, 315, 315, 365,
|
||
365, 365, 1033, 1034, 1035, 315, 315, 315, 315, 315,
|
||
315, 611, 1036, 335, 612, 335, 613, 584, 325, 1037,
|
||
325, 1038, 1041, 314, 614, 1042, 1043, 615, 1044, 757,
|
||
314, 314, 470, 470, 1048, 1051, 315, 315, 315, 315,
|
||
315, 315, 321, 321, 321, 470, 1052, 1053, 325, 1054,
|
||
325, 322, 323, 322, 323, 322, 322, 1049, 324, 1056,
|
||
335, 325, 335, 325, 1057, 324, 1055, 766, 1058, 1046,
|
||
|
||
314, 1059, 1060, 1050, 326, 1061, 1062, 314, 314, 1063,
|
||
1047, 1064, 322, 323, 322, 323, 322, 322, 1065, 324,
|
||
1066, 325, 1067, 325, 1068, 324, 1069, 1045, 1070, 1071,
|
||
1072, 326, 328, 328, 328, 1073, 1074, 1075, 1076, 1077,
|
||
1078, 328, 329, 328, 330, 328, 328, 1079, 331, 1080,
|
||
1081, 1082, 332, 1083, 1084, 331, 1086, 1087, 1088, 333,
|
||
334, 1089, 1090, 1091, 331, 1092, 1085, 1093, 1094, 1095,
|
||
1096, 1097, 328, 335, 328, 335, 328, 328, 1099, 331,
|
||
1100, 1101, 1102, 1103, 1104, 331, 1105, 1098, 1106, 1107,
|
||
1108, 331, 363, 363, 363, 1109, 1110, 1111, 1112, 1113,
|
||
|
||
1114, 363, 363, 363, 363, 363, 363, 1115, 1116, 1117,
|
||
1118, 1119, 1120, 1121, 1122, 1123, 1126, 1127, 1130, 1131,
|
||
1132, 1133, 1134, 1135, 1136, 1124, 1128, 1137, 1138, 1139,
|
||
1140, 1141, 363, 363, 363, 363, 363, 363, 424, 424,
|
||
424, 1125, 1142, 1129, 1143, 1144, 1145, 424, 424, 424,
|
||
424, 424, 424, 1146, 1147, 1148, 1149, 1150, 1151, 1152,
|
||
1153, 1154, 1155, 1156, 1157, 1158, 1161, 1162, 1163, 1164,
|
||
1165, 1166, 1167, 1168, 1169, 1159, 1170, 1171, 424, 424,
|
||
424, 424, 424, 424, 428, 428, 428, 1160, 1172, 1173,
|
||
1174, 1175, 1176, 428, 428, 428, 428, 428, 428, 1177,
|
||
|
||
1178, 1179, 1180, 470, 470, 470, 1183, 1184, 1185, 1186,
|
||
1187, 1188, 1189, 1190, 1191, 1192, 1193, 1195, 1196, 1197,
|
||
1194, 1198, 1199, 1200, 428, 428, 428, 428, 428, 428,
|
||
432, 432, 432, 1201, 1202, 1203, 1204, 1205, 1206, 432,
|
||
433, 432, 434, 432, 432, 1207, 435, 1208, 1209, 1210,
|
||
436, 1182, 1181, 435, 1211, 1212, 1213, 1214, 1215, 1216,
|
||
1217, 1218, 435, 1219, 1220, 1221, 1222, 1223, 1224, 1225,
|
||
432, 434, 432, 434, 432, 432, 1226, 435, 1227, 1228,
|
||
1229, 1230, 1231, 435, 1232, 1233, 1234, 1235, 1236, 435,
|
||
315, 315, 315, 1237, 1238, 1239, 1240, 1241, 1242, 315,
|
||
|
||
315, 315, 315, 315, 315, 1243, 1244, 1245, 1246, 546,
|
||
1247, 546, 1248, 1249, 1250, 1251, 1252, 1254, 1255, 1256,
|
||
1253, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265,
|
||
315, 315, 315, 315, 315, 315, 1266, 1267, 1268, 546,
|
||
1269, 546, 424, 424, 424, 1270, 1271, 1272, 1273, 1274,
|
||
1275, 424, 424, 424, 424, 424, 424, 1276, 1277, 1278,
|
||
1279, 655, 1280, 655, 1281, 1282, 1283, 1284, 470, 470,
|
||
1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294,
|
||
1295, 1296, 424, 424, 424, 424, 424, 424, 1297, 1298,
|
||
1299, 655, 1300, 655, 428, 428, 428, 1301, 1303, 1304,
|
||
|
||
1305, 1306, 1302, 428, 428, 428, 428, 428, 428, 1307,
|
||
1308, 1309, 1310, 656, 1311, 656, 1312, 1313, 1314, 1315,
|
||
1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325,
|
||
1326, 1327, 1328, 1329, 428, 428, 428, 428, 428, 428,
|
||
1330, 1331, 1332, 656, 1333, 656, 432, 432, 432, 1334,
|
||
1335, 1336, 1337, 1338, 1339, 432, 434, 432, 434, 432,
|
||
432, 1340, 435, 1341, 1342, 1343, 1344, 1345, 1346, 435,
|
||
1347, 1348, 1349, 1351, 1352, 1353, 1354, 1350, 435, 1355,
|
||
1356, 1357, 1358, 1359, 1360, 1361, 432, 434, 432, 434,
|
||
432, 432, 1362, 435, 1363, 1364, 1365, 1366, 1367, 435,
|
||
|
||
1368, 1369, 1370, 1371, 1372, 435, 1028, 1028, 1373, 1028,
|
||
1028, 1028, 1374, 1028, 1028, 1028, 1028, 1028, 1375, 1028,
|
||
1376, 1377, 1378, 1379, 1380, 1381, 1382, 1028, 1028, 1028,
|
||
1028, 1028, 1383, 1384, 1385, 1386, 1387, 1388, 1391, 1392,
|
||
1394, 307, 307, 307, 1395, 1389, 307, 307, 307, 307,
|
||
1390, 1396, 307, 1397, 1398, 1399, 1400, 1401, 1402, 1403,
|
||
1404, 1028, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412,
|
||
1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422,
|
||
1423, 307, 1424, 307, 1028, 1028, 1028, 1039, 1039, 1428,
|
||
1039, 1039, 1039, 1425, 1039, 1039, 1039, 1039, 1039, 1429,
|
||
|
||
1039, 1426, 1430, 1431, 1432, 1433, 1427, 1434, 1039, 1039,
|
||
1039, 1039, 1039, 1435, 1436, 1437, 1438, 1439, 1440, 1441,
|
||
1443, 1444, 1445, 1446, 1447, 1448, 1449, 1442, 1450, 1451,
|
||
1452, 1453, 1455, 1456, 1457, 1458, 1459, 1460, 1462, 1463,
|
||
1464, 1465, 1039, 1466, 1467, 1461, 1468, 1469, 1470, 1471,
|
||
1472, 1473, 1474, 1475, 1476, 1477, 1479, 1480, 1481, 1482,
|
||
1483, 1484, 1485, 1478, 1486, 1039, 1039, 1039, 1028, 1028,
|
||
1487, 1028, 1028, 1028, 1488, 1028, 1028, 1028, 1028, 1028,
|
||
1489, 1028, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1028,
|
||
1028, 1028, 1028, 1028, 1497, 1498, 1499, 1500, 1501, 1502,
|
||
|
||
1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512,
|
||
1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522,
|
||
1523, 1524, 1525, 1028, 1526, 1527, 1528, 1529, 1530, 1531,
|
||
1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541,
|
||
1542, 1543, 1544, 1545, 1546, 1547, 1028, 1028, 1028, 1039,
|
||
1039, 1548, 1039, 1039, 1039, 1549, 1039, 1039, 1039, 1039,
|
||
1039, 1550, 1039, 1551, 1552, 1553, 1554, 1555, 1556, 1557,
|
||
1039, 1039, 1039, 1039, 1039, 1558, 1559, 1560, 1561, 1562,
|
||
1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572,
|
||
1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582,
|
||
|
||
1583, 1584, 1585, 1586, 1039, 1587, 1588, 1589, 1590, 1591,
|
||
1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601,
|
||
1602, 1603, 1604, 1605, 1606, 1607, 1608, 1039, 1039, 1039,
|
||
1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618,
|
||
1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1629, 1630,
|
||
1631, 1627, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639,
|
||
1643, 1640, 1644, 1645, 1628, 1641, 1646, 1647, 1648, 1649,
|
||
1650, 1653, 1654, 1655, 1651, 1656, 1657, 1658, 1642, 1659,
|
||
1660, 1661, 1662, 1663, 1664, 1665, 1666, 1652, 1667, 1668,
|
||
1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678,
|
||
|
||
1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688,
|
||
1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698,
|
||
1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708,
|
||
1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718,
|
||
1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728,
|
||
1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738,
|
||
1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748,
|
||
1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758,
|
||
1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768,
|
||
1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778,
|
||
|
||
1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788,
|
||
1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798,
|
||
1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808,
|
||
1809, 1810, 1811, 1812, 1813, 1814, 1815, 22, 22, 22,
|
||
22, 22, 22, 22, 22, 22, 22, 22, 85, 85,
|
||
85, 85, 85, 85, 85, 85, 85, 85, 85, 170,
|
||
170, 170, 170, 170, 170, 170, 170, 170, 170, 170,
|
||
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
||
23, 218, 218, 218, 218, 218, 218, 218, 218, 218,
|
||
218, 218, 222, 222, 222, 222, 222, 222, 222, 222,
|
||
|
||
222, 222, 222, 229, 229, 229, 229, 229, 229, 229,
|
||
229, 229, 231, 231, 231, 231, 231, 231, 231, 231,
|
||
231, 231, 231, 307, 307, 307, 307, 307, 307, 307,
|
||
307, 311, 976, 975, 974, 311, 311, 973, 311, 314,
|
||
314, 972, 314, 314, 314, 314, 314, 423, 971, 970,
|
||
969, 423, 423, 423, 423, 425, 425, 425, 425, 425,
|
||
425, 425, 425, 425, 425, 425, 427, 427, 968, 427,
|
||
427, 427, 427, 427, 429, 967, 429, 429, 429, 429,
|
||
429, 429, 429, 429, 429, 431, 966, 431, 431, 431,
|
||
431, 431, 431, 431, 431, 431, 467, 965, 467, 467,
|
||
|
||
467, 467, 467, 467, 467, 467, 467, 468, 964, 468,
|
||
468, 469, 469, 963, 962, 469, 469, 961, 469, 469,
|
||
543, 543, 543, 543, 543, 543, 543, 543, 544, 544,
|
||
544, 544, 544, 544, 544, 544, 547, 547, 960, 547,
|
||
547, 547, 547, 547, 548, 548, 429, 959, 429, 429,
|
||
429, 429, 429, 429, 429, 429, 429, 431, 958, 431,
|
||
431, 431, 431, 431, 431, 431, 431, 431, 467, 957,
|
||
467, 467, 467, 467, 467, 467, 467, 467, 467, 468,
|
||
956, 468, 468, 469, 469, 955, 954, 469, 469, 953,
|
||
469, 469, 1029, 952, 1029, 1029, 1029, 1029, 1029, 1029,
|
||
|
||
1029, 1029, 1029, 1040, 951, 1040, 1040, 1040, 1040, 1040,
|
||
1040, 1040, 1040, 1040, 1028, 950, 1028, 1028, 1028, 1028,
|
||
1028, 1028, 1028, 1028, 1028, 1039, 949, 1039, 1039, 1039,
|
||
1039, 1039, 1039, 1039, 1039, 1039, 1393, 1393, 1393, 1393,
|
||
1393, 1393, 1393, 1393, 1454, 1454, 1454, 1454, 1454, 1454,
|
||
1454, 1454, 948, 947, 946, 945, 944, 943, 942, 941,
|
||
940, 939, 938, 937, 936, 935, 934, 933, 932, 931,
|
||
930, 929, 928, 927, 926, 925, 924, 923, 922, 921,
|
||
920, 919, 918, 917, 916, 915, 914, 913, 912, 911,
|
||
910, 909, 908, 907, 906, 905, 904, 903, 902, 901,
|
||
|
||
900, 899, 898, 897, 896, 895, 894, 893, 892, 891,
|
||
890, 889, 888, 884, 883, 882, 881, 880, 879, 878,
|
||
877, 876, 875, 874, 873, 872, 869, 868, 867, 866,
|
||
865, 864, 863, 862, 861, 860, 859, 858, 857, 856,
|
||
853, 852, 851, 850, 849, 848, 847, 846, 845, 844,
|
||
843, 842, 841, 840, 839, 838, 837, 836, 835, 834,
|
||
833, 832, 831, 830, 829, 828, 827, 826, 825, 824,
|
||
823, 822, 821, 820, 819, 818, 817, 816, 815, 814,
|
||
813, 812, 811, 810, 809, 808, 807, 806, 805, 804,
|
||
803, 802, 801, 800, 799, 798, 797, 796, 795, 794,
|
||
|
||
793, 792, 791, 790, 789, 788, 787, 786, 785, 784,
|
||
783, 782, 781, 780, 779, 778, 777, 776, 775, 774,
|
||
773, 772, 771, 770, 769, 768, 767, 765, 764, 763,
|
||
762, 761, 760, 759, 758, 756, 755, 754, 753, 752,
|
||
751, 750, 749, 748, 747, 746, 745, 744, 743, 742,
|
||
741, 740, 739, 738, 737, 736, 735, 734, 733, 732,
|
||
731, 730, 729, 728, 727, 726, 725, 724, 723, 722,
|
||
721, 720, 719, 718, 717, 716, 715, 714, 713, 712,
|
||
711, 710, 709, 708, 707, 706, 705, 704, 703, 702,
|
||
701, 700, 699, 698, 697, 696, 695, 694, 693, 692,
|
||
|
||
469, 470, 688, 687, 686, 685, 684, 683, 682, 681,
|
||
680, 679, 678, 677, 676, 675, 674, 673, 672, 671,
|
||
670, 669, 668, 667, 666, 665, 664, 663, 662, 661,
|
||
660, 659, 658, 657, 426, 654, 653, 652, 651, 650,
|
||
649, 648, 647, 646, 645, 644, 643, 642, 641, 637,
|
||
636, 635, 634, 633, 632, 631, 630, 626, 625, 624,
|
||
618, 617, 616, 610, 609, 608, 607, 606, 605, 602,
|
||
601, 600, 599, 598, 595, 594, 593, 592, 590, 589,
|
||
588, 587, 585, 583, 582, 581, 580, 579, 578, 577,
|
||
576, 573, 572, 571, 568, 567, 563, 562, 561, 560,
|
||
|
||
555, 554, 551, 545, 542, 306, 541, 540, 539, 538,
|
||
537, 536, 535, 534, 533, 532, 531, 530, 529, 528,
|
||
524, 523, 522, 521, 520, 519, 518, 517, 513, 512,
|
||
511, 508, 507, 506, 500, 499, 498, 497, 496, 495,
|
||
492, 491, 490, 489, 488, 485, 484, 483, 482, 479,
|
||
478, 477, 476, 475, 474, 232, 228, 470, 310, 306,
|
||
466, 463, 462, 461, 450, 447, 446, 445, 327, 320,
|
||
318, 317, 430, 426, 313, 422, 421, 420, 419, 418,
|
||
417, 407, 406, 391, 390, 387, 362, 356, 346, 345,
|
||
344, 343, 327, 317, 316, 232, 313, 228, 312, 310,
|
||
|
||
309, 308, 232, 306, 303, 302, 301, 300, 299, 298,
|
||
288, 287, 273, 272, 269, 246, 238, 237, 236, 232,
|
||
230, 228, 1816, 21, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
|
||
1816, 1816, 1816, 1816, 1816, 1816
|
||
} ;
|
||
|
||
static yyconst flex_int16_t yy_chk[3007] =
|
||
{ 0,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||
3, 3, 5, 5, 5, 5, 5, 5, 5, 5,
|
||
5, 5, 5, 5, 5, 5, 5, 30, 5, 5,
|
||
|
||
5, 5, 5, 5, 5, 5, 5, 5, 5, 38,
|
||
43, 43, 30, 15, 15, 16, 16, 15, 95, 16,
|
||
58, 38, 45, 45, 58, 47, 207, 47, 15, 47,
|
||
16, 207, 105, 95, 5, 47, 5, 5, 49, 51,
|
||
50, 49, 47, 47, 50, 52, 59, 54, 52, 51,
|
||
54, 52, 74, 101, 108, 108, 59, 137, 50, 105,
|
||
5, 5, 5, 6, 6, 6, 6, 6, 6, 6,
|
||
6, 6, 6, 6, 6, 6, 6, 6, 133, 6,
|
||
6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
|
||
15, 48, 16, 57, 57, 48, 352, 101, 48, 60,
|
||
|
||
61, 137, 103, 60, 57, 352, 60, 60, 74, 64,
|
||
61, 48, 64, 64, 103, 6, 122, 6, 6, 64,
|
||
64, 64, 110, 110, 64, 64, 122, 123, 124, 64,
|
||
144, 194, 125, 144, 133, 123, 125, 194, 124, 800,
|
||
125, 6, 6, 6, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
|
||
7, 7, 7, 7, 7, 7, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
||
|
||
9, 9, 9, 9, 9, 9, 9, 9, 11, 11,
|
||
11, 11, 11, 11, 11, 11, 11, 11, 11, 11,
|
||
11, 11, 11, 198, 183, 11, 11, 11, 11, 11,
|
||
11, 11, 11, 11, 40, 40, 40, 802, 198, 113,
|
||
139, 113, 149, 127, 690, 149, 113, 127, 114, 113,
|
||
114, 183, 139, 40, 127, 40, 113, 113, 114, 127,
|
||
11, 114, 11, 11, 143, 114, 114, 146, 143, 147,
|
||
153, 143, 147, 803, 153, 147, 223, 146, 153, 259,
|
||
224, 259, 690, 40, 143, 40, 11, 11, 11, 12,
|
||
12, 12, 12, 12, 12, 12, 12, 12, 12, 12,
|
||
|
||
12, 12, 12, 12, 804, 805, 12, 12, 12, 12,
|
||
12, 12, 12, 12, 12, 115, 115, 145, 115, 115,
|
||
116, 145, 116, 211, 806, 807, 115, 224, 253, 117,
|
||
116, 117, 223, 115, 115, 145, 211, 116, 116, 117,
|
||
253, 12, 116, 12, 12, 154, 117, 117, 142, 156,
|
||
142, 191, 142, 152, 152, 154, 808, 348, 142, 156,
|
||
338, 191, 338, 348, 152, 142, 142, 12, 12, 12,
|
||
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, 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,
|
||
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, 13, 13, 13, 13, 13,
|
||
13, 13, 17, 17, 17, 17, 17, 17, 810, 17,
|
||
17, 17, 17, 17, 17, 17, 17, 225, 17, 17,
|
||
17, 17, 17, 17, 17, 17, 17, 17, 130, 155,
|
||
130, 189, 189, 155, 203, 276, 155, 155, 130, 193,
|
||
190, 190, 189, 265, 203, 130, 130, 190, 276, 193,
|
||
|
||
321, 190, 193, 192, 17, 17, 17, 17, 159, 130,
|
||
265, 159, 159, 192, 203, 192, 394, 225, 159, 159,
|
||
159, 811, 394, 159, 159, 192, 812, 321, 159, 394,
|
||
17, 17, 17, 17, 18, 18, 18, 18, 18, 18,
|
||
813, 18, 18, 18, 18, 18, 18, 18, 18, 814,
|
||
18, 18, 18, 18, 18, 18, 18, 18, 18, 18,
|
||
39, 39, 39, 202, 206, 204, 233, 272, 233, 377,
|
||
272, 377, 272, 202, 206, 204, 383, 472, 333, 39,
|
||
272, 39, 280, 272, 816, 280, 18, 18, 18, 18,
|
||
333, 280, 39, 383, 202, 204, 233, 345, 233, 289,
|
||
|
||
345, 289, 204, 202, 471, 289, 473, 206, 817, 39,
|
||
345, 39, 18, 18, 18, 18, 19, 19, 19, 39,
|
||
19, 19, 395, 19, 19, 19, 19, 472, 19, 19,
|
||
395, 205, 19, 19, 19, 19, 19, 19, 19, 19,
|
||
19, 205, 140, 140, 140, 473, 363, 328, 363, 328,
|
||
329, 689, 329, 399, 371, 818, 399, 328, 471, 820,
|
||
329, 140, 399, 140, 328, 328, 371, 329, 329, 408,
|
||
821, 408, 691, 205, 140, 408, 363, 19, 363, 19,
|
||
205, 658, 674, 19, 822, 823, 825, 658, 674, 827,
|
||
828, 140, 689, 140, 19, 19, 19, 19, 20, 20,
|
||
|
||
20, 140, 20, 20, 829, 20, 20, 20, 20, 691,
|
||
20, 20, 830, 831, 20, 20, 20, 20, 20, 20,
|
||
20, 20, 20, 141, 141, 141, 832, 833, 834, 835,
|
||
330, 837, 330, 838, 241, 241, 241, 322, 322, 322,
|
||
330, 548, 141, 548, 141, 839, 840, 330, 330, 841,
|
||
335, 842, 335, 241, 843, 241, 322, 844, 322, 20,
|
||
335, 20, 845, 846, 847, 20, 848, 335, 335, 322,
|
||
849, 548, 141, 548, 141, 850, 20, 20, 20, 20,
|
||
28, 28, 28, 241, 851, 241, 322, 852, 322, 28,
|
||
28, 28, 28, 28, 28, 339, 322, 339, 340, 853,
|
||
|
||
340, 361, 340, 361, 854, 339, 855, 859, 340, 860,
|
||
864, 361, 339, 339, 865, 340, 340, 867, 361, 361,
|
||
28, 28, 28, 28, 28, 28, 93, 93, 93, 365,
|
||
365, 365, 868, 869, 870, 93, 93, 93, 93, 93,
|
||
93, 390, 871, 550, 390, 550, 390, 361, 365, 875,
|
||
365, 876, 880, 550, 390, 881, 883, 390, 884, 550,
|
||
550, 550, 886, 887, 888, 891, 93, 93, 93, 93,
|
||
93, 93, 104, 104, 104, 885, 892, 893, 365, 895,
|
||
365, 104, 104, 104, 104, 104, 104, 890, 104, 896,
|
||
559, 104, 559, 104, 897, 104, 895, 559, 898, 886,
|
||
|
||
559, 901, 902, 890, 104, 904, 906, 559, 559, 907,
|
||
887, 908, 104, 104, 104, 104, 104, 104, 909, 104,
|
||
910, 104, 911, 104, 912, 104, 913, 885, 914, 915,
|
||
916, 104, 112, 112, 112, 917, 918, 919, 920, 921,
|
||
923, 112, 112, 112, 112, 112, 112, 924, 112, 925,
|
||
926, 927, 112, 929, 930, 112, 931, 933, 934, 112,
|
||
112, 935, 936, 937, 112, 938, 930, 939, 940, 941,
|
||
942, 943, 112, 112, 112, 112, 112, 112, 944, 112,
|
||
945, 947, 948, 949, 951, 112, 953, 943, 954, 955,
|
||
956, 112, 136, 136, 136, 957, 958, 959, 960, 961,
|
||
|
||
962, 136, 136, 136, 136, 136, 136, 963, 964, 965,
|
||
966, 967, 968, 969, 970, 971, 974, 975, 978, 979,
|
||
980, 983, 984, 986, 988, 973, 977, 989, 990, 991,
|
||
992, 993, 136, 136, 136, 136, 136, 136, 167, 167,
|
||
167, 973, 994, 977, 995, 996, 997, 167, 167, 167,
|
||
167, 167, 167, 998, 999, 1000, 1001, 1002, 1003, 1004,
|
||
1006, 1007, 1008, 1009, 1010, 1012, 1014, 1016, 1017, 1018,
|
||
1019, 1020, 1021, 1022, 1023, 1013, 1025, 1026, 167, 167,
|
||
167, 167, 167, 167, 175, 175, 175, 1013, 1027, 1031,
|
||
1033, 1034, 1036, 175, 175, 175, 175, 175, 175, 1037,
|
||
|
||
1038, 1042, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1052,
|
||
1054, 1055, 1056, 1057, 1058, 1059, 1061, 1063, 1064, 1065,
|
||
1061, 1067, 1069, 1071, 175, 175, 175, 175, 175, 175,
|
||
188, 188, 188, 1072, 1074, 1076, 1077, 1078, 1079, 188,
|
||
188, 188, 188, 188, 188, 1080, 188, 1081, 1082, 1083,
|
||
188, 1046, 1045, 188, 1084, 1085, 1086, 1087, 1088, 1091,
|
||
1092, 1093, 188, 1094, 1095, 1096, 1097, 1098, 1100, 1101,
|
||
188, 188, 188, 188, 188, 188, 1102, 188, 1103, 1104,
|
||
1106, 1107, 1109, 188, 1110, 1111, 1113, 1115, 1116, 188,
|
||
315, 315, 315, 1117, 1118, 1119, 1120, 1121, 1122, 315,
|
||
|
||
315, 315, 315, 315, 315, 1123, 1124, 1125, 1128, 315,
|
||
1129, 315, 1130, 1131, 1132, 1133, 1135, 1137, 1138, 1139,
|
||
1135, 1141, 1143, 1144, 1146, 1147, 1149, 1151, 1152, 1153,
|
||
315, 315, 315, 315, 315, 315, 1154, 1155, 1156, 315,
|
||
1157, 315, 424, 424, 424, 1158, 1159, 1160, 1161, 1162,
|
||
1163, 424, 424, 424, 424, 424, 424, 1166, 1167, 1168,
|
||
1169, 424, 1170, 424, 1174, 1175, 1176, 1180, 1181, 1182,
|
||
1183, 1185, 1186, 1187, 1188, 1189, 1190, 1192, 1193, 1194,
|
||
1196, 1197, 424, 424, 424, 424, 424, 424, 1198, 1199,
|
||
1200, 424, 1202, 424, 428, 428, 428, 1203, 1205, 1206,
|
||
|
||
1207, 1208, 1203, 428, 428, 428, 428, 428, 428, 1209,
|
||
1210, 1211, 1212, 428, 1215, 428, 1217, 1218, 1219, 1220,
|
||
1221, 1223, 1224, 1225, 1226, 1228, 1230, 1231, 1232, 1233,
|
||
1234, 1236, 1237, 1238, 428, 428, 428, 428, 428, 428,
|
||
1240, 1241, 1242, 428, 1243, 428, 432, 432, 432, 1245,
|
||
1246, 1247, 1248, 1249, 1251, 432, 432, 432, 432, 432,
|
||
432, 1252, 432, 1253, 1255, 1256, 1257, 1258, 1259, 432,
|
||
1260, 1262, 1263, 1265, 1266, 1267, 1268, 1263, 432, 1269,
|
||
1270, 1271, 1272, 1275, 1277, 1278, 432, 432, 432, 432,
|
||
432, 432, 1279, 432, 1280, 1281, 1282, 1283, 1284, 432,
|
||
|
||
1286, 1287, 1289, 1290, 1291, 432, 861, 861, 1292, 861,
|
||
861, 861, 1293, 861, 861, 861, 861, 861, 1294, 861,
|
||
1295, 1296, 1297, 1299, 1300, 1301, 1302, 861, 861, 861,
|
||
861, 861, 1303, 1304, 1305, 1307, 1308, 1309, 1310, 1313,
|
||
1315, 1314, 1314, 1314, 1317, 1309, 1314, 1314, 1314, 1314,
|
||
1309, 1318, 1314, 1320, 1321, 1322, 1325, 1326, 1327, 1328,
|
||
1329, 861, 1332, 1334, 1336, 1337, 1338, 1339, 1340, 1341,
|
||
1342, 1343, 1344, 1347, 1348, 1349, 1350, 1351, 1352, 1353,
|
||
1355, 1314, 1356, 1314, 861, 861, 861, 877, 877, 1358,
|
||
877, 877, 877, 1357, 877, 877, 877, 877, 877, 1361,
|
||
|
||
877, 1357, 1368, 1370, 1371, 1372, 1357, 1373, 877, 877,
|
||
877, 877, 877, 1374, 1375, 1376, 1377, 1378, 1379, 1380,
|
||
1381, 1382, 1383, 1384, 1385, 1386, 1387, 1380, 1388, 1389,
|
||
1390, 1392, 1395, 1397, 1398, 1399, 1400, 1401, 1402, 1403,
|
||
1404, 1405, 877, 1406, 1407, 1401, 1408, 1409, 1410, 1411,
|
||
1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421,
|
||
1422, 1423, 1424, 1417, 1425, 877, 877, 877, 1029, 1029,
|
||
1426, 1029, 1029, 1029, 1427, 1029, 1029, 1029, 1029, 1029,
|
||
1429, 1029, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1029,
|
||
1029, 1029, 1029, 1029, 1437, 1438, 1440, 1443, 1444, 1445,
|
||
|
||
1446, 1448, 1449, 1450, 1451, 1452, 1453, 1455, 1456, 1457,
|
||
1458, 1459, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469,
|
||
1470, 1471, 1472, 1029, 1473, 1474, 1476, 1479, 1480, 1481,
|
||
1482, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492,
|
||
1493, 1494, 1495, 1496, 1497, 1498, 1029, 1029, 1029, 1040,
|
||
1040, 1499, 1040, 1040, 1040, 1501, 1040, 1040, 1040, 1040,
|
||
1040, 1502, 1040, 1503, 1504, 1505, 1506, 1507, 1508, 1509,
|
||
1040, 1040, 1040, 1040, 1040, 1510, 1511, 1512, 1513, 1514,
|
||
1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524,
|
||
1525, 1526, 1527, 1528, 1530, 1531, 1532, 1533, 1534, 1535,
|
||
|
||
1536, 1537, 1538, 1539, 1040, 1541, 1542, 1544, 1545, 1546,
|
||
1547, 1548, 1549, 1550, 1552, 1553, 1554, 1555, 1557, 1558,
|
||
1559, 1561, 1562, 1563, 1564, 1565, 1566, 1040, 1040, 1040,
|
||
1567, 1569, 1570, 1572, 1573, 1574, 1575, 1576, 1577, 1578,
|
||
1580, 1581, 1582, 1583, 1585, 1586, 1587, 1588, 1589, 1590,
|
||
1591, 1588, 1592, 1593, 1595, 1597, 1598, 1599, 1600, 1601,
|
||
1603, 1602, 1604, 1605, 1588, 1602, 1607, 1608, 1609, 1610,
|
||
1611, 1612, 1613, 1614, 1611, 1615, 1616, 1618, 1602, 1620,
|
||
1621, 1622, 1623, 1624, 1625, 1626, 1627, 1611, 1628, 1629,
|
||
1630, 1631, 1632, 1636, 1637, 1639, 1640, 1641, 1642, 1643,
|
||
|
||
1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1660,
|
||
1661, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671,
|
||
1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681,
|
||
1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1691, 1692,
|
||
1694, 1695, 1696, 1697, 1698, 1699, 1700, 1702, 1704, 1705,
|
||
1707, 1708, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717,
|
||
1718, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728,
|
||
1729, 1730, 1731, 1732, 1733, 1734, 1735, 1737, 1738, 1740,
|
||
1741, 1742, 1743, 1744, 1745, 1747, 1748, 1749, 1751, 1752,
|
||
1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1763,
|
||
|
||
1764, 1766, 1767, 1768, 1769, 1770, 1772, 1773, 1774, 1775,
|
||
1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785,
|
||
1787, 1788, 1789, 1790, 1792, 1794, 1795, 1796, 1797, 1800,
|
||
1802, 1805, 1807, 1809, 1811, 1812, 1813, 1817, 1817, 1817,
|
||
1817, 1817, 1817, 1817, 1817, 1817, 1817, 1817, 1818, 1818,
|
||
1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1818, 1819,
|
||
1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819, 1819,
|
||
1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820, 1820,
|
||
1820, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821, 1821,
|
||
1821, 1821, 1822, 1822, 1822, 1822, 1822, 1822, 1822, 1822,
|
||
|
||
1822, 1822, 1822, 1823, 1823, 1823, 1823, 1823, 1823, 1823,
|
||
1823, 1823, 1824, 1824, 1824, 1824, 1824, 1824, 1824, 1824,
|
||
1824, 1824, 1824, 1825, 1825, 1825, 1825, 1825, 1825, 1825,
|
||
1825, 1826, 798, 796, 795, 1826, 1826, 794, 1826, 1827,
|
||
1827, 793, 1827, 1827, 1827, 1827, 1827, 1828, 791, 790,
|
||
789, 1828, 1828, 1828, 1828, 1829, 1829, 1829, 1829, 1829,
|
||
1829, 1829, 1829, 1829, 1829, 1829, 1830, 1830, 788, 1830,
|
||
1830, 1830, 1830, 1830, 1831, 787, 1831, 1831, 1831, 1831,
|
||
1831, 1831, 1831, 1831, 1831, 1832, 786, 1832, 1832, 1832,
|
||
1832, 1832, 1832, 1832, 1832, 1832, 1833, 785, 1833, 1833,
|
||
|
||
1833, 1833, 1833, 1833, 1833, 1833, 1833, 1834, 784, 1834,
|
||
1834, 1835, 1835, 783, 782, 1835, 1835, 781, 1835, 1835,
|
||
1836, 1836, 1836, 1836, 1836, 1836, 1836, 1836, 1837, 1837,
|
||
1837, 1837, 1837, 1837, 1837, 1837, 1838, 1838, 780, 1838,
|
||
1838, 1838, 1838, 1838, 1839, 1839, 1840, 779, 1840, 1840,
|
||
1840, 1840, 1840, 1840, 1840, 1840, 1840, 1841, 777, 1841,
|
||
1841, 1841, 1841, 1841, 1841, 1841, 1841, 1841, 1842, 776,
|
||
1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1842, 1843,
|
||
775, 1843, 1843, 1844, 1844, 773, 771, 1844, 1844, 770,
|
||
1844, 1844, 1845, 769, 1845, 1845, 1845, 1845, 1845, 1845,
|
||
|
||
1845, 1845, 1845, 1846, 768, 1846, 1846, 1846, 1846, 1846,
|
||
1846, 1846, 1846, 1846, 1847, 767, 1847, 1847, 1847, 1847,
|
||
1847, 1847, 1847, 1847, 1847, 1848, 766, 1848, 1848, 1848,
|
||
1848, 1848, 1848, 1848, 1848, 1848, 1849, 1849, 1849, 1849,
|
||
1849, 1849, 1849, 1849, 1850, 1850, 1850, 1850, 1850, 1850,
|
||
1850, 1850, 765, 763, 762, 760, 759, 758, 756, 755,
|
||
754, 753, 752, 751, 750, 749, 748, 747, 746, 745,
|
||
744, 743, 742, 741, 740, 739, 738, 736, 735, 734,
|
||
733, 732, 731, 730, 729, 728, 726, 724, 723, 722,
|
||
720, 719, 718, 716, 715, 714, 713, 712, 710, 709,
|
||
|
||
708, 707, 706, 705, 704, 702, 700, 698, 697, 696,
|
||
695, 694, 692, 688, 687, 686, 685, 684, 683, 682,
|
||
681, 680, 679, 677, 676, 675, 673, 672, 671, 670,
|
||
669, 668, 667, 666, 665, 664, 663, 661, 660, 659,
|
||
657, 654, 651, 650, 649, 648, 647, 646, 645, 644,
|
||
643, 642, 641, 640, 639, 638, 637, 636, 635, 634,
|
||
633, 632, 631, 630, 629, 628, 627, 626, 624, 621,
|
||
620, 619, 618, 617, 616, 615, 614, 613, 612, 611,
|
||
609, 608, 607, 606, 605, 604, 603, 602, 601, 600,
|
||
599, 598, 597, 596, 595, 594, 593, 592, 591, 590,
|
||
|
||
589, 588, 587, 585, 584, 583, 582, 581, 580, 579,
|
||
578, 577, 576, 575, 574, 573, 570, 569, 568, 567,
|
||
566, 565, 564, 563, 562, 561, 560, 558, 557, 556,
|
||
555, 554, 553, 552, 551, 549, 545, 542, 541, 538,
|
||
537, 536, 535, 534, 533, 532, 531, 530, 529, 528,
|
||
527, 526, 525, 524, 523, 522, 521, 520, 519, 518,
|
||
517, 516, 515, 514, 513, 512, 510, 509, 508, 507,
|
||
506, 505, 504, 503, 502, 501, 499, 498, 497, 496,
|
||
495, 494, 493, 492, 491, 490, 489, 488, 487, 486,
|
||
485, 484, 483, 482, 481, 480, 479, 478, 477, 476,
|
||
|
||
470, 469, 466, 465, 464, 463, 462, 461, 460, 459,
|
||
458, 457, 456, 455, 454, 453, 452, 451, 450, 449,
|
||
448, 447, 446, 445, 444, 443, 442, 441, 440, 439,
|
||
438, 437, 436, 433, 425, 422, 421, 420, 419, 418,
|
||
417, 416, 415, 414, 413, 412, 411, 410, 409, 407,
|
||
406, 405, 404, 403, 402, 401, 400, 398, 397, 396,
|
||
393, 392, 391, 389, 388, 387, 386, 385, 384, 382,
|
||
381, 380, 379, 378, 376, 375, 374, 373, 370, 369,
|
||
368, 367, 362, 360, 359, 358, 357, 356, 355, 354,
|
||
353, 351, 350, 349, 347, 346, 344, 343, 342, 341,
|
||
|
||
337, 336, 332, 312, 308, 306, 303, 302, 301, 300,
|
||
299, 298, 297, 296, 295, 294, 293, 292, 291, 290,
|
||
288, 287, 286, 285, 284, 283, 282, 281, 279, 278,
|
||
277, 275, 274, 273, 271, 270, 269, 268, 267, 266,
|
||
264, 263, 262, 261, 260, 258, 257, 256, 255, 252,
|
||
251, 250, 249, 248, 244, 231, 228, 222, 216, 214,
|
||
212, 210, 209, 208, 199, 197, 196, 195, 186, 181,
|
||
179, 177, 176, 174, 173, 165, 164, 163, 162, 161,
|
||
160, 158, 157, 151, 150, 148, 131, 126, 121, 120,
|
||
119, 118, 109, 99, 98, 92, 91, 90, 88, 86,
|
||
|
||
84, 80, 79, 77, 72, 71, 70, 69, 66, 65,
|
||
63, 62, 56, 55, 53, 44, 36, 34, 33, 27,
|
||
26, 24, 21, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816, 1816,
|
||
|
||
1816, 1816, 1816, 1816, 1816, 1816
|
||
} ;
|
||
|
||
static yy_state_type yy_last_accepting_state;
|
||
static char *yy_last_accepting_cpos;
|
||
|
||
extern int yy_flex_debug;
|
||
int yy_flex_debug = 0;
|
||
|
||
/* The intent behind this definition is that it'll catch
|
||
* 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 "ldlex.l"
|
||
#line 4 "ldlex.l"
|
||
|
||
/* Copyright (C) 1991-2017 Free Software Foundation, Inc.
|
||
Written by Steve Chamberlain of Cygnus Support.
|
||
|
||
This file is part of the GNU Binutils.
|
||
|
||
This program is free software; you can redistribute it and/or modify
|
||
it under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation; either version 3 of the License, or
|
||
(at your option) any later version.
|
||
|
||
This program is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
GNU General Public License for more details.
|
||
|
||
You should have received a copy of the GNU General Public License
|
||
along with this program; if not, write to the Free Software
|
||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||
MA 02110-1301, USA. */
|
||
|
||
#include "bfd.h"
|
||
#include "safe-ctype.h"
|
||
#include "bfdlink.h"
|
||
#include "ld.h"
|
||
#include "ldmisc.h"
|
||
#include "ldexp.h"
|
||
#include "ldlang.h"
|
||
#include <ldgram.h>
|
||
#include "ldfile.h"
|
||
#include "ldlex.h"
|
||
#include "ldmain.h"
|
||
#include "libiberty.h"
|
||
|
||
/* The type of top-level parser input.
|
||
yylex and yyparse (indirectly) both check this. */
|
||
input_type parser_input;
|
||
|
||
/* Line number in the current input file. */
|
||
unsigned int lineno;
|
||
|
||
/* The string we are currently lexing, or NULL if we are reading a
|
||
file. */
|
||
const char *lex_string = NULL;
|
||
|
||
/* Support for flex reading from more than one input file (stream).
|
||
`include_stack' is flex's input state for each open file;
|
||
`file_name_stack' is the file names. `lineno_stack' is the current
|
||
line numbers.
|
||
|
||
If `include_stack_ptr' is 0, we haven't started reading anything yet.
|
||
Otherwise, stack elements 0 through `include_stack_ptr - 1' are valid. */
|
||
|
||
#undef YY_INPUT
|
||
#define YY_INPUT(buf,result,max_size) result = yy_input (buf, max_size)
|
||
|
||
#ifndef YY_NO_UNPUT
|
||
#define YY_NO_UNPUT
|
||
#endif
|
||
|
||
#define MAX_INCLUDE_DEPTH 10
|
||
static YY_BUFFER_STATE include_stack[MAX_INCLUDE_DEPTH];
|
||
static const char *file_name_stack[MAX_INCLUDE_DEPTH];
|
||
static unsigned int lineno_stack[MAX_INCLUDE_DEPTH];
|
||
static unsigned int sysrooted_stack[MAX_INCLUDE_DEPTH];
|
||
static unsigned int include_stack_ptr = 0;
|
||
static int vers_node_nesting = 0;
|
||
|
||
static int yy_input (char *, int);
|
||
static void comment (void);
|
||
static void lex_warn_invalid (char *where, char *what);
|
||
|
||
/* STATES
|
||
EXPRESSION definitely in an expression
|
||
SCRIPT definitely in a script
|
||
INPUTLIST definitely in a script, a filename-list
|
||
BOTH either EXPRESSION or SCRIPT
|
||
DEFSYMEXP in an argument to -defsym
|
||
MRI in an MRI script
|
||
VERS_START starting a Sun style mapfile
|
||
VERS_SCRIPT a Sun style mapfile
|
||
VERS_NODE a node within a Sun style mapfile
|
||
*/
|
||
#define RTOKEN(x) { yylval.token = x; return x; }
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#line 1834 "ldlex.c"
|
||
|
||
#define INITIAL 0
|
||
#define SCRIPT 1
|
||
#define INPUTLIST 2
|
||
#define EXPRESSION 3
|
||
#define BOTH 4
|
||
#define DEFSYMEXP 5
|
||
#define MRI 6
|
||
#define VERS_START 7
|
||
#define VERS_SCRIPT 8
|
||
#define VERS_NODE 9
|
||
|
||
#ifndef YY_NO_UNISTD_H
|
||
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
||
* down here because we want the user's section 1 to have been scanned first.
|
||
* The user has a chance to override it with an option.
|
||
*/
|
||
#include <unistd.h>
|
||
#endif
|
||
|
||
#ifndef YY_EXTRA_TYPE
|
||
#define YY_EXTRA_TYPE void *
|
||
#endif
|
||
|
||
static int yy_init_globals (void );
|
||
|
||
/* Accessor methods to globals.
|
||
These are made visible to non-reentrant scanners for convenience. */
|
||
|
||
int yylex_destroy (void );
|
||
|
||
int yyget_debug (void );
|
||
|
||
void yyset_debug (int debug_flag );
|
||
|
||
YY_EXTRA_TYPE yyget_extra (void );
|
||
|
||
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
||
|
||
FILE *yyget_in (void );
|
||
|
||
void yyset_in (FILE * _in_str );
|
||
|
||
FILE *yyget_out (void );
|
||
|
||
void yyset_out (FILE * _out_str );
|
||
|
||
yy_size_t yyget_leng (void );
|
||
|
||
char *yyget_text (void );
|
||
|
||
int yyget_lineno (void );
|
||
|
||
void yyset_lineno (int _line_number );
|
||
|
||
/* Macros after this point can all be overridden by user definitions in
|
||
* section 1.
|
||
*/
|
||
|
||
#ifndef YY_SKIP_YYWRAP
|
||
#ifdef __cplusplus
|
||
extern "C" int yywrap (void );
|
||
#else
|
||
extern int yywrap (void );
|
||
#endif
|
||
#endif
|
||
|
||
#ifndef YY_NO_UNPUT
|
||
|
||
#endif
|
||
|
||
#ifndef yytext_ptr
|
||
static void yy_flex_strncpy (char *,yyconst char *,int );
|
||
#endif
|
||
|
||
#ifdef YY_NEED_STRLEN
|
||
static int yy_flex_strlen (yyconst char * );
|
||
#endif
|
||
|
||
#ifndef YY_NO_INPUT
|
||
|
||
#ifdef __cplusplus
|
||
static int yyinput (void );
|
||
#else
|
||
static int input (void );
|
||
#endif
|
||
|
||
#endif
|
||
|
||
/* Amount of stuff to slurp up with each read. */
|
||
#ifndef YY_READ_BUF_SIZE
|
||
#ifdef __ia64__
|
||
/* On IA-64, the buffer size is 16k, not 8k */
|
||
#define YY_READ_BUF_SIZE 16384
|
||
#else
|
||
#define YY_READ_BUF_SIZE 8192
|
||
#endif /* __ia64__ */
|
||
#endif
|
||
|
||
/* Copy whatever the last rule matched to the standard output. */
|
||
#ifndef ECHO
|
||
/* This used to be an fputs(), but since the string might contain NUL's,
|
||
* we now use fwrite().
|
||
*/
|
||
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
||
#endif
|
||
|
||
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
||
* is returned in "result".
|
||
*/
|
||
#ifndef YY_INPUT
|
||
#define YY_INPUT(buf,result,max_size) \
|
||
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
||
{ \
|
||
int c = '*'; \
|
||
size_t 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 \
|
||
{ \
|
||
errno=0; \
|
||
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
||
{ \
|
||
if( errno != EINTR) \
|
||
{ \
|
||
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
||
break; \
|
||
} \
|
||
errno=0; \
|
||
clearerr(yyin); \
|
||
} \
|
||
}\
|
||
\
|
||
|
||
#endif
|
||
|
||
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
||
* we don't want an extra ';' after the "return" because that will cause
|
||
* some compilers to complain about unreachable statements.
|
||
*/
|
||
#ifndef yyterminate
|
||
#define yyterminate() return YY_NULL
|
||
#endif
|
||
|
||
/* Number of entries by which start-condition stack grows. */
|
||
#ifndef YY_START_STACK_INCR
|
||
#define YY_START_STACK_INCR 25
|
||
#endif
|
||
|
||
/* Report a fatal error. */
|
||
#ifndef YY_FATAL_ERROR
|
||
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
||
#endif
|
||
|
||
/* end tables serialization structures and prototypes */
|
||
|
||
/* Default declaration of generated scanner - a define so the user can
|
||
* easily add parameters.
|
||
*/
|
||
#ifndef YY_DECL
|
||
#define YY_DECL_IS_OURS 1
|
||
|
||
extern int yylex (void);
|
||
|
||
#define YY_DECL int yylex (void)
|
||
#endif /* !YY_DECL */
|
||
|
||
/* Code executed at the beginning of each rule, after yytext and yyleng
|
||
* have been set up.
|
||
*/
|
||
#ifndef YY_USER_ACTION
|
||
#define YY_USER_ACTION
|
||
#endif
|
||
|
||
/* Code executed at the end of each rule. */
|
||
#ifndef YY_BREAK
|
||
#define YY_BREAK /*LINTED*/break;
|
||
#endif
|
||
|
||
#define YY_RULE_SETUP \
|
||
YY_USER_ACTION
|
||
|
||
/** The main scanner function which does all the work.
|
||
*/
|
||
YY_DECL
|
||
{
|
||
yy_state_type yy_current_state;
|
||
char *yy_cp, *yy_bp;
|
||
int yy_act;
|
||
|
||
if ( !(yy_init) )
|
||
{
|
||
(yy_init) = 1;
|
||
|
||
#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 ) {
|
||
yyensure_buffer_stack ();
|
||
YY_CURRENT_BUFFER_LVALUE =
|
||
yy_create_buffer(yyin,YY_BUF_SIZE );
|
||
}
|
||
|
||
yy_load_buffer_state( );
|
||
}
|
||
|
||
{
|
||
#line 116 "ldlex.l"
|
||
|
||
|
||
if (parser_input != input_selected)
|
||
{
|
||
/* The first token of the input determines the initial parser state. */
|
||
input_type t = parser_input;
|
||
parser_input = input_selected;
|
||
switch (t)
|
||
{
|
||
case input_script: return INPUT_SCRIPT; break;
|
||
case input_mri_script: return INPUT_MRI_SCRIPT; break;
|
||
case input_version_script: return INPUT_VERSION_SCRIPT; break;
|
||
case input_dynamic_list: return INPUT_DYNAMIC_LIST; break;
|
||
case input_defsym: return INPUT_DEFSYM; break;
|
||
default: abort ();
|
||
}
|
||
}
|
||
|
||
#line 2078 "ldlex.c"
|
||
|
||
while ( /*CONSTCOND*/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
|
||
{
|
||
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 >= 1817 )
|
||
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] != 2924 );
|
||
|
||
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 134 "ldlex.l"
|
||
{ comment (); }
|
||
YY_BREAK
|
||
case 2:
|
||
YY_RULE_SETUP
|
||
#line 137 "ldlex.l"
|
||
{ RTOKEN('-');}
|
||
YY_BREAK
|
||
case 3:
|
||
YY_RULE_SETUP
|
||
#line 138 "ldlex.l"
|
||
{ RTOKEN('+');}
|
||
YY_BREAK
|
||
case 4:
|
||
YY_RULE_SETUP
|
||
#line 139 "ldlex.l"
|
||
{ yylval.name = xstrdup (yytext); return NAME; }
|
||
YY_BREAK
|
||
case 5:
|
||
YY_RULE_SETUP
|
||
#line 140 "ldlex.l"
|
||
{ RTOKEN('='); }
|
||
YY_BREAK
|
||
case 6:
|
||
YY_RULE_SETUP
|
||
#line 142 "ldlex.l"
|
||
{
|
||
yylval.integer = bfd_scan_vma (yytext + 1, 0, 16);
|
||
yylval.bigint.str = NULL;
|
||
return INT;
|
||
}
|
||
YY_BREAK
|
||
case 7:
|
||
YY_RULE_SETUP
|
||
#line 148 "ldlex.l"
|
||
{
|
||
int ibase ;
|
||
switch (yytext[yyleng - 1]) {
|
||
case 'X':
|
||
case 'x':
|
||
case 'H':
|
||
case 'h':
|
||
ibase = 16;
|
||
break;
|
||
case 'O':
|
||
case 'o':
|
||
ibase = 8;
|
||
break;
|
||
case 'B':
|
||
case 'b':
|
||
ibase = 2;
|
||
break;
|
||
default:
|
||
ibase = 10;
|
||
}
|
||
yylval.integer = bfd_scan_vma (yytext, 0,
|
||
ibase);
|
||
yylval.bigint.str = NULL;
|
||
return INT;
|
||
}
|
||
YY_BREAK
|
||
case 8:
|
||
YY_RULE_SETUP
|
||
#line 173 "ldlex.l"
|
||
{
|
||
char *s = yytext;
|
||
int ibase = 0;
|
||
|
||
if (*s == '$')
|
||
{
|
||
++s;
|
||
ibase = 16;
|
||
}
|
||
yylval.integer = bfd_scan_vma (s, 0, ibase);
|
||
yylval.bigint.str = NULL;
|
||
if (yytext[yyleng - 1] == 'M'
|
||
|| yytext[yyleng - 1] == 'm')
|
||
{
|
||
yylval.integer *= 1024 * 1024;
|
||
}
|
||
else if (yytext[yyleng - 1] == 'K'
|
||
|| yytext[yyleng - 1]=='k')
|
||
{
|
||
yylval.integer *= 1024;
|
||
}
|
||
else if (yytext[0] == '0'
|
||
&& (yytext[1] == 'x'
|
||
|| yytext[1] == 'X'))
|
||
{
|
||
yylval.bigint.str = xstrdup (yytext + 2);
|
||
}
|
||
return INT;
|
||
}
|
||
YY_BREAK
|
||
case 9:
|
||
YY_RULE_SETUP
|
||
#line 202 "ldlex.l"
|
||
{ RTOKEN(']');}
|
||
YY_BREAK
|
||
case 10:
|
||
YY_RULE_SETUP
|
||
#line 203 "ldlex.l"
|
||
{ RTOKEN('[');}
|
||
YY_BREAK
|
||
case 11:
|
||
YY_RULE_SETUP
|
||
#line 204 "ldlex.l"
|
||
{ RTOKEN(LSHIFTEQ);}
|
||
YY_BREAK
|
||
case 12:
|
||
YY_RULE_SETUP
|
||
#line 205 "ldlex.l"
|
||
{ RTOKEN(RSHIFTEQ);}
|
||
YY_BREAK
|
||
case 13:
|
||
YY_RULE_SETUP
|
||
#line 206 "ldlex.l"
|
||
{ RTOKEN(OROR);}
|
||
YY_BREAK
|
||
case 14:
|
||
YY_RULE_SETUP
|
||
#line 207 "ldlex.l"
|
||
{ RTOKEN(EQ);}
|
||
YY_BREAK
|
||
case 15:
|
||
YY_RULE_SETUP
|
||
#line 208 "ldlex.l"
|
||
{ RTOKEN(NE);}
|
||
YY_BREAK
|
||
case 16:
|
||
YY_RULE_SETUP
|
||
#line 209 "ldlex.l"
|
||
{ RTOKEN(GE);}
|
||
YY_BREAK
|
||
case 17:
|
||
YY_RULE_SETUP
|
||
#line 210 "ldlex.l"
|
||
{ RTOKEN(LE);}
|
||
YY_BREAK
|
||
case 18:
|
||
YY_RULE_SETUP
|
||
#line 211 "ldlex.l"
|
||
{ RTOKEN(LSHIFT);}
|
||
YY_BREAK
|
||
case 19:
|
||
YY_RULE_SETUP
|
||
#line 212 "ldlex.l"
|
||
{ RTOKEN(RSHIFT);}
|
||
YY_BREAK
|
||
case 20:
|
||
YY_RULE_SETUP
|
||
#line 213 "ldlex.l"
|
||
{ RTOKEN(PLUSEQ);}
|
||
YY_BREAK
|
||
case 21:
|
||
YY_RULE_SETUP
|
||
#line 214 "ldlex.l"
|
||
{ RTOKEN(MINUSEQ);}
|
||
YY_BREAK
|
||
case 22:
|
||
YY_RULE_SETUP
|
||
#line 215 "ldlex.l"
|
||
{ RTOKEN(MULTEQ);}
|
||
YY_BREAK
|
||
case 23:
|
||
YY_RULE_SETUP
|
||
#line 216 "ldlex.l"
|
||
{ RTOKEN(DIVEQ);}
|
||
YY_BREAK
|
||
case 24:
|
||
YY_RULE_SETUP
|
||
#line 217 "ldlex.l"
|
||
{ RTOKEN(ANDEQ);}
|
||
YY_BREAK
|
||
case 25:
|
||
YY_RULE_SETUP
|
||
#line 218 "ldlex.l"
|
||
{ RTOKEN(OREQ);}
|
||
YY_BREAK
|
||
case 26:
|
||
YY_RULE_SETUP
|
||
#line 219 "ldlex.l"
|
||
{ RTOKEN(ANDAND);}
|
||
YY_BREAK
|
||
case 27:
|
||
YY_RULE_SETUP
|
||
#line 220 "ldlex.l"
|
||
{ RTOKEN('>');}
|
||
YY_BREAK
|
||
case 28:
|
||
YY_RULE_SETUP
|
||
#line 221 "ldlex.l"
|
||
{ RTOKEN(',');}
|
||
YY_BREAK
|
||
case 29:
|
||
YY_RULE_SETUP
|
||
#line 222 "ldlex.l"
|
||
{ RTOKEN('&');}
|
||
YY_BREAK
|
||
case 30:
|
||
YY_RULE_SETUP
|
||
#line 223 "ldlex.l"
|
||
{ RTOKEN('|');}
|
||
YY_BREAK
|
||
case 31:
|
||
YY_RULE_SETUP
|
||
#line 224 "ldlex.l"
|
||
{ RTOKEN('~');}
|
||
YY_BREAK
|
||
case 32:
|
||
YY_RULE_SETUP
|
||
#line 225 "ldlex.l"
|
||
{ RTOKEN('!');}
|
||
YY_BREAK
|
||
case 33:
|
||
YY_RULE_SETUP
|
||
#line 226 "ldlex.l"
|
||
{ RTOKEN('?');}
|
||
YY_BREAK
|
||
case 34:
|
||
YY_RULE_SETUP
|
||
#line 227 "ldlex.l"
|
||
{ RTOKEN('*');}
|
||
YY_BREAK
|
||
case 35:
|
||
YY_RULE_SETUP
|
||
#line 228 "ldlex.l"
|
||
{ RTOKEN('+');}
|
||
YY_BREAK
|
||
case 36:
|
||
YY_RULE_SETUP
|
||
#line 229 "ldlex.l"
|
||
{ RTOKEN('-');}
|
||
YY_BREAK
|
||
case 37:
|
||
YY_RULE_SETUP
|
||
#line 230 "ldlex.l"
|
||
{ RTOKEN('/');}
|
||
YY_BREAK
|
||
case 38:
|
||
YY_RULE_SETUP
|
||
#line 231 "ldlex.l"
|
||
{ RTOKEN('%');}
|
||
YY_BREAK
|
||
case 39:
|
||
YY_RULE_SETUP
|
||
#line 232 "ldlex.l"
|
||
{ RTOKEN('<');}
|
||
YY_BREAK
|
||
case 40:
|
||
YY_RULE_SETUP
|
||
#line 233 "ldlex.l"
|
||
{ RTOKEN('=');}
|
||
YY_BREAK
|
||
case 41:
|
||
YY_RULE_SETUP
|
||
#line 234 "ldlex.l"
|
||
{ RTOKEN('}') ; }
|
||
YY_BREAK
|
||
case 42:
|
||
YY_RULE_SETUP
|
||
#line 235 "ldlex.l"
|
||
{ RTOKEN('{'); }
|
||
YY_BREAK
|
||
case 43:
|
||
YY_RULE_SETUP
|
||
#line 236 "ldlex.l"
|
||
{ RTOKEN(')');}
|
||
YY_BREAK
|
||
case 44:
|
||
YY_RULE_SETUP
|
||
#line 237 "ldlex.l"
|
||
{ RTOKEN('(');}
|
||
YY_BREAK
|
||
case 45:
|
||
YY_RULE_SETUP
|
||
#line 238 "ldlex.l"
|
||
{ RTOKEN(':'); }
|
||
YY_BREAK
|
||
case 46:
|
||
YY_RULE_SETUP
|
||
#line 239 "ldlex.l"
|
||
{ RTOKEN(';');}
|
||
YY_BREAK
|
||
case 47:
|
||
YY_RULE_SETUP
|
||
#line 240 "ldlex.l"
|
||
{ RTOKEN(MEMORY);}
|
||
YY_BREAK
|
||
case 48:
|
||
YY_RULE_SETUP
|
||
#line 241 "ldlex.l"
|
||
{ RTOKEN(REGION_ALIAS);}
|
||
YY_BREAK
|
||
case 49:
|
||
YY_RULE_SETUP
|
||
#line 242 "ldlex.l"
|
||
{ RTOKEN(LD_FEATURE);}
|
||
YY_BREAK
|
||
case 50:
|
||
YY_RULE_SETUP
|
||
#line 243 "ldlex.l"
|
||
{ RTOKEN(ORIGIN);}
|
||
YY_BREAK
|
||
case 51:
|
||
YY_RULE_SETUP
|
||
#line 244 "ldlex.l"
|
||
{ RTOKEN(VERSIONK);}
|
||
YY_BREAK
|
||
case 52:
|
||
YY_RULE_SETUP
|
||
#line 245 "ldlex.l"
|
||
{ RTOKEN(BLOCK);}
|
||
YY_BREAK
|
||
case 53:
|
||
YY_RULE_SETUP
|
||
#line 246 "ldlex.l"
|
||
{ RTOKEN(BIND);}
|
||
YY_BREAK
|
||
case 54:
|
||
YY_RULE_SETUP
|
||
#line 247 "ldlex.l"
|
||
{ RTOKEN(LENGTH);}
|
||
YY_BREAK
|
||
case 55:
|
||
YY_RULE_SETUP
|
||
#line 248 "ldlex.l"
|
||
{ RTOKEN(ALIGN_K);}
|
||
YY_BREAK
|
||
case 56:
|
||
YY_RULE_SETUP
|
||
#line 249 "ldlex.l"
|
||
{ RTOKEN(DATA_SEGMENT_ALIGN);}
|
||
YY_BREAK
|
||
case 57:
|
||
YY_RULE_SETUP
|
||
#line 250 "ldlex.l"
|
||
{ RTOKEN(DATA_SEGMENT_RELRO_END);}
|
||
YY_BREAK
|
||
case 58:
|
||
YY_RULE_SETUP
|
||
#line 251 "ldlex.l"
|
||
{ RTOKEN(DATA_SEGMENT_END);}
|
||
YY_BREAK
|
||
case 59:
|
||
YY_RULE_SETUP
|
||
#line 252 "ldlex.l"
|
||
{ RTOKEN(ADDR);}
|
||
YY_BREAK
|
||
case 60:
|
||
YY_RULE_SETUP
|
||
#line 253 "ldlex.l"
|
||
{ RTOKEN(LOADADDR);}
|
||
YY_BREAK
|
||
case 61:
|
||
YY_RULE_SETUP
|
||
#line 254 "ldlex.l"
|
||
{ RTOKEN(ALIGNOF); }
|
||
YY_BREAK
|
||
case 62:
|
||
YY_RULE_SETUP
|
||
#line 255 "ldlex.l"
|
||
{ RTOKEN(MAX_K); }
|
||
YY_BREAK
|
||
case 63:
|
||
YY_RULE_SETUP
|
||
#line 256 "ldlex.l"
|
||
{ RTOKEN(MIN_K); }
|
||
YY_BREAK
|
||
case 64:
|
||
YY_RULE_SETUP
|
||
#line 257 "ldlex.l"
|
||
{ RTOKEN(LOG2CEIL); }
|
||
YY_BREAK
|
||
case 65:
|
||
YY_RULE_SETUP
|
||
#line 258 "ldlex.l"
|
||
{ RTOKEN(ASSERT_K); }
|
||
YY_BREAK
|
||
case 66:
|
||
YY_RULE_SETUP
|
||
#line 259 "ldlex.l"
|
||
{ RTOKEN(ENTRY);}
|
||
YY_BREAK
|
||
case 67:
|
||
YY_RULE_SETUP
|
||
#line 260 "ldlex.l"
|
||
{ RTOKEN(EXTERN);}
|
||
YY_BREAK
|
||
case 68:
|
||
YY_RULE_SETUP
|
||
#line 261 "ldlex.l"
|
||
{ RTOKEN(NEXT);}
|
||
YY_BREAK
|
||
case 69:
|
||
YY_RULE_SETUP
|
||
#line 262 "ldlex.l"
|
||
{ RTOKEN(SIZEOF_HEADERS);}
|
||
YY_BREAK
|
||
case 70:
|
||
YY_RULE_SETUP
|
||
#line 263 "ldlex.l"
|
||
{ RTOKEN(SIZEOF_HEADERS);}
|
||
YY_BREAK
|
||
case 71:
|
||
YY_RULE_SETUP
|
||
#line 264 "ldlex.l"
|
||
{ RTOKEN(SEGMENT_START);}
|
||
YY_BREAK
|
||
case 72:
|
||
YY_RULE_SETUP
|
||
#line 265 "ldlex.l"
|
||
{ RTOKEN(MAP);}
|
||
YY_BREAK
|
||
case 73:
|
||
YY_RULE_SETUP
|
||
#line 266 "ldlex.l"
|
||
{ RTOKEN(SIZEOF);}
|
||
YY_BREAK
|
||
case 74:
|
||
YY_RULE_SETUP
|
||
#line 267 "ldlex.l"
|
||
{ RTOKEN(TARGET_K);}
|
||
YY_BREAK
|
||
case 75:
|
||
YY_RULE_SETUP
|
||
#line 268 "ldlex.l"
|
||
{ RTOKEN(SEARCH_DIR);}
|
||
YY_BREAK
|
||
case 76:
|
||
YY_RULE_SETUP
|
||
#line 269 "ldlex.l"
|
||
{ RTOKEN(OUTPUT);}
|
||
YY_BREAK
|
||
case 77:
|
||
YY_RULE_SETUP
|
||
#line 270 "ldlex.l"
|
||
{ RTOKEN(INPUT);}
|
||
YY_BREAK
|
||
case 78:
|
||
YY_RULE_SETUP
|
||
#line 271 "ldlex.l"
|
||
{ RTOKEN(GROUP);}
|
||
YY_BREAK
|
||
case 79:
|
||
YY_RULE_SETUP
|
||
#line 272 "ldlex.l"
|
||
{ RTOKEN(AS_NEEDED);}
|
||
YY_BREAK
|
||
case 80:
|
||
YY_RULE_SETUP
|
||
#line 273 "ldlex.l"
|
||
{ RTOKEN(DEFINED);}
|
||
YY_BREAK
|
||
case 81:
|
||
YY_RULE_SETUP
|
||
#line 274 "ldlex.l"
|
||
{ RTOKEN(CREATE_OBJECT_SYMBOLS);}
|
||
YY_BREAK
|
||
case 82:
|
||
YY_RULE_SETUP
|
||
#line 275 "ldlex.l"
|
||
{ RTOKEN( CONSTRUCTORS);}
|
||
YY_BREAK
|
||
case 83:
|
||
YY_RULE_SETUP
|
||
#line 276 "ldlex.l"
|
||
{ RTOKEN(FORCE_COMMON_ALLOCATION);}
|
||
YY_BREAK
|
||
case 84:
|
||
YY_RULE_SETUP
|
||
#line 277 "ldlex.l"
|
||
{ RTOKEN(FORCE_GROUP_ALLOCATION);}
|
||
YY_BREAK
|
||
case 85:
|
||
YY_RULE_SETUP
|
||
#line 278 "ldlex.l"
|
||
{ RTOKEN(INHIBIT_COMMON_ALLOCATION);}
|
||
YY_BREAK
|
||
case 86:
|
||
YY_RULE_SETUP
|
||
#line 279 "ldlex.l"
|
||
{ RTOKEN(SECTIONS);}
|
||
YY_BREAK
|
||
case 87:
|
||
YY_RULE_SETUP
|
||
#line 280 "ldlex.l"
|
||
{ RTOKEN(INSERT_K);}
|
||
YY_BREAK
|
||
case 88:
|
||
YY_RULE_SETUP
|
||
#line 281 "ldlex.l"
|
||
{ RTOKEN(AFTER);}
|
||
YY_BREAK
|
||
case 89:
|
||
YY_RULE_SETUP
|
||
#line 282 "ldlex.l"
|
||
{ RTOKEN(BEFORE);}
|
||
YY_BREAK
|
||
case 90:
|
||
YY_RULE_SETUP
|
||
#line 283 "ldlex.l"
|
||
{ RTOKEN(FILL);}
|
||
YY_BREAK
|
||
case 91:
|
||
YY_RULE_SETUP
|
||
#line 284 "ldlex.l"
|
||
{ RTOKEN(STARTUP);}
|
||
YY_BREAK
|
||
case 92:
|
||
YY_RULE_SETUP
|
||
#line 285 "ldlex.l"
|
||
{ RTOKEN(OUTPUT_FORMAT);}
|
||
YY_BREAK
|
||
case 93:
|
||
YY_RULE_SETUP
|
||
#line 286 "ldlex.l"
|
||
{ RTOKEN( OUTPUT_ARCH);}
|
||
YY_BREAK
|
||
case 94:
|
||
YY_RULE_SETUP
|
||
#line 287 "ldlex.l"
|
||
{ RTOKEN(HLL);}
|
||
YY_BREAK
|
||
case 95:
|
||
YY_RULE_SETUP
|
||
#line 288 "ldlex.l"
|
||
{ RTOKEN(SYSLIB);}
|
||
YY_BREAK
|
||
case 96:
|
||
YY_RULE_SETUP
|
||
#line 289 "ldlex.l"
|
||
{ RTOKEN(FLOAT);}
|
||
YY_BREAK
|
||
case 97:
|
||
YY_RULE_SETUP
|
||
#line 290 "ldlex.l"
|
||
{ RTOKEN( QUAD);}
|
||
YY_BREAK
|
||
case 98:
|
||
YY_RULE_SETUP
|
||
#line 291 "ldlex.l"
|
||
{ RTOKEN( SQUAD);}
|
||
YY_BREAK
|
||
case 99:
|
||
YY_RULE_SETUP
|
||
#line 292 "ldlex.l"
|
||
{ RTOKEN( LONG);}
|
||
YY_BREAK
|
||
case 100:
|
||
YY_RULE_SETUP
|
||
#line 293 "ldlex.l"
|
||
{ RTOKEN( SHORT);}
|
||
YY_BREAK
|
||
case 101:
|
||
YY_RULE_SETUP
|
||
#line 294 "ldlex.l"
|
||
{ RTOKEN( BYTE);}
|
||
YY_BREAK
|
||
case 102:
|
||
YY_RULE_SETUP
|
||
#line 295 "ldlex.l"
|
||
{ RTOKEN(NOFLOAT);}
|
||
YY_BREAK
|
||
case 103:
|
||
YY_RULE_SETUP
|
||
#line 296 "ldlex.l"
|
||
{ RTOKEN(NOCROSSREFS);}
|
||
YY_BREAK
|
||
case 104:
|
||
YY_RULE_SETUP
|
||
#line 297 "ldlex.l"
|
||
{ RTOKEN(NOCROSSREFS_TO);}
|
||
YY_BREAK
|
||
case 105:
|
||
YY_RULE_SETUP
|
||
#line 298 "ldlex.l"
|
||
{ RTOKEN(OVERLAY); }
|
||
YY_BREAK
|
||
case 106:
|
||
YY_RULE_SETUP
|
||
#line 299 "ldlex.l"
|
||
{ RTOKEN(SORT_BY_NAME); }
|
||
YY_BREAK
|
||
case 107:
|
||
YY_RULE_SETUP
|
||
#line 300 "ldlex.l"
|
||
{ RTOKEN(SORT_BY_ALIGNMENT); }
|
||
YY_BREAK
|
||
case 108:
|
||
YY_RULE_SETUP
|
||
#line 301 "ldlex.l"
|
||
{ RTOKEN(SORT_BY_NAME); }
|
||
YY_BREAK
|
||
case 109:
|
||
YY_RULE_SETUP
|
||
#line 302 "ldlex.l"
|
||
{ RTOKEN(SORT_BY_INIT_PRIORITY); }
|
||
YY_BREAK
|
||
case 110:
|
||
YY_RULE_SETUP
|
||
#line 303 "ldlex.l"
|
||
{ RTOKEN(SORT_NONE); }
|
||
YY_BREAK
|
||
case 111:
|
||
YY_RULE_SETUP
|
||
#line 304 "ldlex.l"
|
||
{ RTOKEN(NOLOAD);}
|
||
YY_BREAK
|
||
case 112:
|
||
YY_RULE_SETUP
|
||
#line 305 "ldlex.l"
|
||
{ RTOKEN(DSECT);}
|
||
YY_BREAK
|
||
case 113:
|
||
YY_RULE_SETUP
|
||
#line 306 "ldlex.l"
|
||
{ RTOKEN(COPY);}
|
||
YY_BREAK
|
||
case 114:
|
||
YY_RULE_SETUP
|
||
#line 307 "ldlex.l"
|
||
{ RTOKEN(INFO);}
|
||
YY_BREAK
|
||
case 115:
|
||
YY_RULE_SETUP
|
||
#line 308 "ldlex.l"
|
||
{ RTOKEN(OVERLAY);}
|
||
YY_BREAK
|
||
case 116:
|
||
YY_RULE_SETUP
|
||
#line 309 "ldlex.l"
|
||
{ RTOKEN(ONLY_IF_RO); }
|
||
YY_BREAK
|
||
case 117:
|
||
YY_RULE_SETUP
|
||
#line 310 "ldlex.l"
|
||
{ RTOKEN(ONLY_IF_RW); }
|
||
YY_BREAK
|
||
case 118:
|
||
YY_RULE_SETUP
|
||
#line 311 "ldlex.l"
|
||
{ RTOKEN(SPECIAL); }
|
||
YY_BREAK
|
||
case 119:
|
||
YY_RULE_SETUP
|
||
#line 312 "ldlex.l"
|
||
{ RTOKEN(ORIGIN);}
|
||
YY_BREAK
|
||
case 120:
|
||
YY_RULE_SETUP
|
||
#line 313 "ldlex.l"
|
||
{ RTOKEN(ORIGIN);}
|
||
YY_BREAK
|
||
case 121:
|
||
YY_RULE_SETUP
|
||
#line 314 "ldlex.l"
|
||
{ RTOKEN( LENGTH);}
|
||
YY_BREAK
|
||
case 122:
|
||
YY_RULE_SETUP
|
||
#line 315 "ldlex.l"
|
||
{ RTOKEN( LENGTH);}
|
||
YY_BREAK
|
||
case 123:
|
||
YY_RULE_SETUP
|
||
#line 316 "ldlex.l"
|
||
{ RTOKEN(INPUT_SECTION_FLAGS); }
|
||
YY_BREAK
|
||
case 124:
|
||
YY_RULE_SETUP
|
||
#line 317 "ldlex.l"
|
||
{ RTOKEN(INCLUDE);}
|
||
YY_BREAK
|
||
case 125:
|
||
YY_RULE_SETUP
|
||
#line 318 "ldlex.l"
|
||
{ RTOKEN (PHDRS); }
|
||
YY_BREAK
|
||
case 126:
|
||
YY_RULE_SETUP
|
||
#line 319 "ldlex.l"
|
||
{ RTOKEN(AT);}
|
||
YY_BREAK
|
||
case 127:
|
||
YY_RULE_SETUP
|
||
#line 320 "ldlex.l"
|
||
{ RTOKEN(ALIGN_WITH_INPUT);}
|
||
YY_BREAK
|
||
case 128:
|
||
YY_RULE_SETUP
|
||
#line 321 "ldlex.l"
|
||
{ RTOKEN(SUBALIGN);}
|
||
YY_BREAK
|
||
case 129:
|
||
YY_RULE_SETUP
|
||
#line 322 "ldlex.l"
|
||
{ RTOKEN(HIDDEN); }
|
||
YY_BREAK
|
||
case 130:
|
||
YY_RULE_SETUP
|
||
#line 323 "ldlex.l"
|
||
{ RTOKEN(PROVIDE); }
|
||
YY_BREAK
|
||
case 131:
|
||
YY_RULE_SETUP
|
||
#line 324 "ldlex.l"
|
||
{ RTOKEN(PROVIDE_HIDDEN); }
|
||
YY_BREAK
|
||
case 132:
|
||
YY_RULE_SETUP
|
||
#line 325 "ldlex.l"
|
||
{ RTOKEN(KEEP); }
|
||
YY_BREAK
|
||
case 133:
|
||
YY_RULE_SETUP
|
||
#line 326 "ldlex.l"
|
||
{ RTOKEN(EXCLUDE_FILE); }
|
||
YY_BREAK
|
||
case 134:
|
||
YY_RULE_SETUP
|
||
#line 327 "ldlex.l"
|
||
{ RTOKEN(CONSTANT);}
|
||
YY_BREAK
|
||
case 135:
|
||
/* rule 135 can match eol */
|
||
YY_RULE_SETUP
|
||
#line 328 "ldlex.l"
|
||
{ ++ lineno; }
|
||
YY_BREAK
|
||
case 136:
|
||
/* rule 136 can match eol */
|
||
YY_RULE_SETUP
|
||
#line 329 "ldlex.l"
|
||
{ ++ lineno; RTOKEN(NEWLINE); }
|
||
YY_BREAK
|
||
case 137:
|
||
YY_RULE_SETUP
|
||
#line 330 "ldlex.l"
|
||
{ /* Mri comment line */ }
|
||
YY_BREAK
|
||
case 138:
|
||
YY_RULE_SETUP
|
||
#line 331 "ldlex.l"
|
||
{ /* Mri comment line */ }
|
||
YY_BREAK
|
||
case 139:
|
||
YY_RULE_SETUP
|
||
#line 332 "ldlex.l"
|
||
{ RTOKEN(ENDWORD); }
|
||
YY_BREAK
|
||
case 140:
|
||
YY_RULE_SETUP
|
||
#line 333 "ldlex.l"
|
||
{ RTOKEN(ALIGNMOD);}
|
||
YY_BREAK
|
||
case 141:
|
||
YY_RULE_SETUP
|
||
#line 334 "ldlex.l"
|
||
{ RTOKEN(ALIGN_K);}
|
||
YY_BREAK
|
||
case 142:
|
||
YY_RULE_SETUP
|
||
#line 335 "ldlex.l"
|
||
{ RTOKEN(CHIP); }
|
||
YY_BREAK
|
||
case 143:
|
||
YY_RULE_SETUP
|
||
#line 336 "ldlex.l"
|
||
{ RTOKEN(BASE); }
|
||
YY_BREAK
|
||
case 144:
|
||
YY_RULE_SETUP
|
||
#line 337 "ldlex.l"
|
||
{ RTOKEN(ALIAS); }
|
||
YY_BREAK
|
||
case 145:
|
||
YY_RULE_SETUP
|
||
#line 338 "ldlex.l"
|
||
{ RTOKEN(TRUNCATE); }
|
||
YY_BREAK
|
||
case 146:
|
||
YY_RULE_SETUP
|
||
#line 339 "ldlex.l"
|
||
{ RTOKEN(LOAD); }
|
||
YY_BREAK
|
||
case 147:
|
||
YY_RULE_SETUP
|
||
#line 340 "ldlex.l"
|
||
{ RTOKEN(PUBLIC); }
|
||
YY_BREAK
|
||
case 148:
|
||
YY_RULE_SETUP
|
||
#line 341 "ldlex.l"
|
||
{ RTOKEN(ORDER); }
|
||
YY_BREAK
|
||
case 149:
|
||
YY_RULE_SETUP
|
||
#line 342 "ldlex.l"
|
||
{ RTOKEN(NAMEWORD); }
|
||
YY_BREAK
|
||
case 150:
|
||
YY_RULE_SETUP
|
||
#line 343 "ldlex.l"
|
||
{ RTOKEN(FORMAT); }
|
||
YY_BREAK
|
||
case 151:
|
||
YY_RULE_SETUP
|
||
#line 344 "ldlex.l"
|
||
{ RTOKEN(CASE); }
|
||
YY_BREAK
|
||
case 152:
|
||
YY_RULE_SETUP
|
||
#line 345 "ldlex.l"
|
||
{ RTOKEN(START); }
|
||
YY_BREAK
|
||
case 153:
|
||
YY_RULE_SETUP
|
||
#line 346 "ldlex.l"
|
||
{ RTOKEN(LIST); /* LIST and ignore to end of line */ }
|
||
YY_BREAK
|
||
case 154:
|
||
YY_RULE_SETUP
|
||
#line 347 "ldlex.l"
|
||
{ RTOKEN(SECT); }
|
||
YY_BREAK
|
||
case 155:
|
||
YY_RULE_SETUP
|
||
#line 348 "ldlex.l"
|
||
{ RTOKEN(ABSOLUTE); }
|
||
YY_BREAK
|
||
case 156:
|
||
YY_RULE_SETUP
|
||
#line 349 "ldlex.l"
|
||
{ RTOKEN(ENDWORD); }
|
||
YY_BREAK
|
||
case 157:
|
||
YY_RULE_SETUP
|
||
#line 350 "ldlex.l"
|
||
{ RTOKEN(ALIGNMOD);}
|
||
YY_BREAK
|
||
case 158:
|
||
YY_RULE_SETUP
|
||
#line 351 "ldlex.l"
|
||
{ RTOKEN(ALIGN_K);}
|
||
YY_BREAK
|
||
case 159:
|
||
YY_RULE_SETUP
|
||
#line 352 "ldlex.l"
|
||
{ RTOKEN(CHIP); }
|
||
YY_BREAK
|
||
case 160:
|
||
YY_RULE_SETUP
|
||
#line 353 "ldlex.l"
|
||
{ RTOKEN(BASE); }
|
||
YY_BREAK
|
||
case 161:
|
||
YY_RULE_SETUP
|
||
#line 354 "ldlex.l"
|
||
{ RTOKEN(ALIAS); }
|
||
YY_BREAK
|
||
case 162:
|
||
YY_RULE_SETUP
|
||
#line 355 "ldlex.l"
|
||
{ RTOKEN(TRUNCATE); }
|
||
YY_BREAK
|
||
case 163:
|
||
YY_RULE_SETUP
|
||
#line 356 "ldlex.l"
|
||
{ RTOKEN(LOAD); }
|
||
YY_BREAK
|
||
case 164:
|
||
YY_RULE_SETUP
|
||
#line 357 "ldlex.l"
|
||
{ RTOKEN(PUBLIC); }
|
||
YY_BREAK
|
||
case 165:
|
||
YY_RULE_SETUP
|
||
#line 358 "ldlex.l"
|
||
{ RTOKEN(ORDER); }
|
||
YY_BREAK
|
||
case 166:
|
||
YY_RULE_SETUP
|
||
#line 359 "ldlex.l"
|
||
{ RTOKEN(NAMEWORD); }
|
||
YY_BREAK
|
||
case 167:
|
||
YY_RULE_SETUP
|
||
#line 360 "ldlex.l"
|
||
{ RTOKEN(FORMAT); }
|
||
YY_BREAK
|
||
case 168:
|
||
YY_RULE_SETUP
|
||
#line 361 "ldlex.l"
|
||
{ RTOKEN(CASE); }
|
||
YY_BREAK
|
||
case 169:
|
||
YY_RULE_SETUP
|
||
#line 362 "ldlex.l"
|
||
{ RTOKEN(EXTERN); }
|
||
YY_BREAK
|
||
case 170:
|
||
YY_RULE_SETUP
|
||
#line 363 "ldlex.l"
|
||
{ RTOKEN(START); }
|
||
YY_BREAK
|
||
case 171:
|
||
YY_RULE_SETUP
|
||
#line 364 "ldlex.l"
|
||
{ RTOKEN(LIST); /* LIST and ignore to end of line */ }
|
||
YY_BREAK
|
||
case 172:
|
||
YY_RULE_SETUP
|
||
#line 365 "ldlex.l"
|
||
{ RTOKEN(SECT); }
|
||
YY_BREAK
|
||
case 173:
|
||
YY_RULE_SETUP
|
||
#line 366 "ldlex.l"
|
||
{ RTOKEN(ABSOLUTE); }
|
||
YY_BREAK
|
||
case 174:
|
||
YY_RULE_SETUP
|
||
#line 368 "ldlex.l"
|
||
{
|
||
/* Filename without commas, needed to parse mri stuff */
|
||
yylval.name = xstrdup (yytext);
|
||
return NAME;
|
||
}
|
||
YY_BREAK
|
||
case 175:
|
||
YY_RULE_SETUP
|
||
#line 375 "ldlex.l"
|
||
{
|
||
yylval.name = xstrdup (yytext);
|
||
return NAME;
|
||
}
|
||
YY_BREAK
|
||
case 176:
|
||
YY_RULE_SETUP
|
||
#line 379 "ldlex.l"
|
||
{
|
||
/* Filename to be prefixed by --sysroot or when non-sysrooted, nothing. */
|
||
yylval.name = xstrdup (yytext);
|
||
return NAME;
|
||
}
|
||
YY_BREAK
|
||
case 177:
|
||
YY_RULE_SETUP
|
||
#line 384 "ldlex.l"
|
||
{
|
||
/* Filename to be prefixed by --sysroot or when non-sysrooted, nothing. */
|
||
yylval.name = xstrdup (yytext);
|
||
return NAME;
|
||
}
|
||
YY_BREAK
|
||
case 178:
|
||
YY_RULE_SETUP
|
||
#line 389 "ldlex.l"
|
||
{
|
||
yylval.name = xstrdup (yytext + 2);
|
||
return LNAME;
|
||
}
|
||
YY_BREAK
|
||
case 179:
|
||
YY_RULE_SETUP
|
||
#line 393 "ldlex.l"
|
||
{
|
||
yylval.name = xstrdup (yytext);
|
||
return NAME;
|
||
}
|
||
YY_BREAK
|
||
case 180:
|
||
YY_RULE_SETUP
|
||
#line 397 "ldlex.l"
|
||
{
|
||
yylval.name = xstrdup (yytext + 2);
|
||
return LNAME;
|
||
}
|
||
YY_BREAK
|
||
case 181:
|
||
YY_RULE_SETUP
|
||
#line 401 "ldlex.l"
|
||
{
|
||
/* Annoyingly, this pattern can match comments, and we have
|
||
longest match issues to consider. So if the first two
|
||
characters are a comment opening, put the input back and
|
||
try again. */
|
||
if (yytext[0] == '/' && yytext[1] == '*')
|
||
{
|
||
yyless (2);
|
||
comment ();
|
||
}
|
||
else
|
||
{
|
||
yylval.name = xstrdup (yytext);
|
||
return NAME;
|
||
}
|
||
}
|
||
YY_BREAK
|
||
case 182:
|
||
/* rule 182 can match eol */
|
||
YY_RULE_SETUP
|
||
#line 418 "ldlex.l"
|
||
{
|
||
/* No matter the state, quotes
|
||
give what's inside. */
|
||
bfd_size_type len;
|
||
yylval.name = xstrdup (yytext + 1);
|
||
/* PR ld/20906. A corrupt input file
|
||
can contain bogus strings. */
|
||
len = strlen (yylval.name);
|
||
if (len > yyleng - 2)
|
||
len = yyleng - 2;
|
||
yylval.name[len] = 0;
|
||
return NAME;
|
||
}
|
||
YY_BREAK
|
||
case 183:
|
||
/* rule 183 can match eol */
|
||
YY_RULE_SETUP
|
||
#line 431 "ldlex.l"
|
||
{ lineno++;}
|
||
YY_BREAK
|
||
case 184:
|
||
YY_RULE_SETUP
|
||
#line 432 "ldlex.l"
|
||
{ }
|
||
YY_BREAK
|
||
case 185:
|
||
YY_RULE_SETUP
|
||
#line 434 "ldlex.l"
|
||
{ return *yytext; }
|
||
YY_BREAK
|
||
case 186:
|
||
YY_RULE_SETUP
|
||
#line 436 "ldlex.l"
|
||
{ RTOKEN(GLOBAL); }
|
||
YY_BREAK
|
||
case 187:
|
||
YY_RULE_SETUP
|
||
#line 438 "ldlex.l"
|
||
{ RTOKEN(LOCAL); }
|
||
YY_BREAK
|
||
case 188:
|
||
YY_RULE_SETUP
|
||
#line 440 "ldlex.l"
|
||
{ RTOKEN(EXTERN); }
|
||
YY_BREAK
|
||
case 189:
|
||
YY_RULE_SETUP
|
||
#line 442 "ldlex.l"
|
||
{ yylval.name = xstrdup (yytext);
|
||
return VERS_IDENTIFIER; }
|
||
YY_BREAK
|
||
case 190:
|
||
YY_RULE_SETUP
|
||
#line 445 "ldlex.l"
|
||
{ yylval.name = xstrdup (yytext);
|
||
return VERS_TAG; }
|
||
YY_BREAK
|
||
case 191:
|
||
YY_RULE_SETUP
|
||
#line 448 "ldlex.l"
|
||
{ BEGIN(VERS_SCRIPT); return *yytext; }
|
||
YY_BREAK
|
||
case 192:
|
||
YY_RULE_SETUP
|
||
#line 450 "ldlex.l"
|
||
{ BEGIN(VERS_NODE);
|
||
vers_node_nesting = 0;
|
||
return *yytext;
|
||
}
|
||
YY_BREAK
|
||
case 193:
|
||
YY_RULE_SETUP
|
||
#line 454 "ldlex.l"
|
||
{ return *yytext; }
|
||
YY_BREAK
|
||
case 194:
|
||
YY_RULE_SETUP
|
||
#line 455 "ldlex.l"
|
||
{ vers_node_nesting++; return *yytext; }
|
||
YY_BREAK
|
||
case 195:
|
||
YY_RULE_SETUP
|
||
#line 456 "ldlex.l"
|
||
{ if (--vers_node_nesting < 0)
|
||
BEGIN(VERS_SCRIPT);
|
||
return *yytext;
|
||
}
|
||
YY_BREAK
|
||
case 196:
|
||
/* rule 196 can match eol */
|
||
YY_RULE_SETUP
|
||
#line 461 "ldlex.l"
|
||
{ lineno++; }
|
||
YY_BREAK
|
||
case 197:
|
||
YY_RULE_SETUP
|
||
#line 463 "ldlex.l"
|
||
{ /* Eat up comments */ }
|
||
YY_BREAK
|
||
case 198:
|
||
YY_RULE_SETUP
|
||
#line 465 "ldlex.l"
|
||
{ /* Eat up whitespace */ }
|
||
YY_BREAK
|
||
case YY_STATE_EOF(INITIAL):
|
||
case YY_STATE_EOF(SCRIPT):
|
||
case YY_STATE_EOF(INPUTLIST):
|
||
case YY_STATE_EOF(EXPRESSION):
|
||
case YY_STATE_EOF(BOTH):
|
||
case YY_STATE_EOF(DEFSYMEXP):
|
||
case YY_STATE_EOF(MRI):
|
||
case YY_STATE_EOF(VERS_START):
|
||
case YY_STATE_EOF(VERS_SCRIPT):
|
||
case YY_STATE_EOF(VERS_NODE):
|
||
#line 467 "ldlex.l"
|
||
{
|
||
include_stack_ptr--;
|
||
if (include_stack_ptr == 0)
|
||
{
|
||
lineno = 0;
|
||
yyterminate ();
|
||
}
|
||
else
|
||
yy_switch_to_buffer (include_stack[include_stack_ptr]);
|
||
|
||
lineno = lineno_stack[include_stack_ptr];
|
||
input_flags.sysrooted = sysrooted_stack[include_stack_ptr];
|
||
|
||
return END;
|
||
}
|
||
YY_BREAK
|
||
case 199:
|
||
YY_RULE_SETUP
|
||
#line 483 "ldlex.l"
|
||
lex_warn_invalid (" in script", yytext);
|
||
YY_BREAK
|
||
case 200:
|
||
YY_RULE_SETUP
|
||
#line 484 "ldlex.l"
|
||
lex_warn_invalid (" in expression", yytext);
|
||
YY_BREAK
|
||
case 201:
|
||
YY_RULE_SETUP
|
||
#line 486 "ldlex.l"
|
||
ECHO;
|
||
YY_BREAK
|
||
#line 3287 "ldlex.c"
|
||
|
||
case YY_END_OF_BUFFER:
|
||
{
|
||
/* Amount of text matched not including the EOB char. */
|
||
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
||
|
||
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
||
*yy_cp = (yy_hold_char);
|
||
YY_RESTORE_YY_MORE_OFFSET
|
||
|
||
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
||
{
|
||
/* We're scanning a new file or input source. It's
|
||
* possible that this happened because the user
|
||
* just pointed 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_LVALUE->yy_n_chars;
|
||
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
|
||
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
|
||
}
|
||
|
||
/* Note that here we test for yy_c_buf_p "<=" to the position
|
||
* of the first EOB in the buffer, since yy_c_buf_p will
|
||
* already have been incremented past the NUL character
|
||
* (since all states make transitions on EOB to the
|
||
* end-of-buffer state). Contrast this with the test
|
||
* in input().
|
||
*/
|
||
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
||
{ /* This was really a NUL. */
|
||
yy_state_type yy_next_state;
|
||
|
||
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
||
|
||
yy_current_state = yy_get_previous_state( );
|
||
|
||
/* Okay, we're now positioned to make the NUL
|
||
* transition. We couldn't have
|
||
* yy_get_previous_state() go ahead and do it
|
||
* for us because it doesn't know how to deal
|
||
* with the possibility of jamming (and we don't
|
||
* want to build jamming into it because then it
|
||
* will run more slowly).
|
||
*/
|
||
|
||
yy_next_state = yy_try_NUL_trans( yy_current_state );
|
||
|
||
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
||
|
||
if ( yy_next_state )
|
||
{
|
||
/* Consume the NUL. */
|
||
yy_cp = ++(yy_c_buf_p);
|
||
yy_current_state = yy_next_state;
|
||
goto yy_match;
|
||
}
|
||
|
||
else
|
||
{
|
||
yy_cp = (yy_c_buf_p);
|
||
goto yy_find_action;
|
||
}
|
||
}
|
||
|
||
else switch ( yy_get_next_buffer( ) )
|
||
{
|
||
case EOB_ACT_END_OF_FILE:
|
||
{
|
||
(yy_did_buffer_switch_on_eof) = 0;
|
||
|
||
if ( 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_LVALUE->yy_ch_buf[(yy_n_chars)];
|
||
|
||
yy_current_state = yy_get_previous_state( );
|
||
|
||
yy_cp = (yy_c_buf_p);
|
||
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
||
goto yy_find_action;
|
||
}
|
||
break;
|
||
}
|
||
|
||
default:
|
||
YY_FATAL_ERROR(
|
||
"fatal flex scanner internal error--no action found" );
|
||
} /* end of action switch */
|
||
} /* end of scanning one token */
|
||
} /* end of user's declarations */
|
||
} /* 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 (void)
|
||
{
|
||
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
||
char *source = (yytext_ptr);
|
||
yy_size_t number_to_move, i;
|
||
int ret_val;
|
||
|
||
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
||
YY_FATAL_ERROR(
|
||
"fatal flex scanner internal error--end of buffer missed" );
|
||
|
||
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
||
{ /* Don't try to fill the buffer, so this is an EOF. */
|
||
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
||
{
|
||
/* We matched a single character, the EOB, so
|
||
* treat this as a final EOF.
|
||
*/
|
||
return EOB_ACT_END_OF_FILE;
|
||
}
|
||
|
||
else
|
||
{
|
||
/* We matched some text prior to the EOB, first
|
||
* process it.
|
||
*/
|
||
return EOB_ACT_LAST_MATCH;
|
||
}
|
||
}
|
||
|
||
/* Try to read more data. */
|
||
|
||
/* First move last chars to start of buffer. */
|
||
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
||
|
||
for ( i = 0; i < number_to_move; ++i )
|
||
*(dest++) = *(source++);
|
||
|
||
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
||
/* don't do the read, it's not guaranteed to return an EOF,
|
||
* just force an EOF
|
||
*/
|
||
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
||
|
||
else
|
||
{
|
||
yy_size_t num_to_read =
|
||
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
||
|
||
while ( num_to_read <= 0 )
|
||
{ /* Not enough room in the buffer - grow it. */
|
||
|
||
/* just a shorter name for the current buffer */
|
||
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
||
|
||
int yy_c_buf_p_offset =
|
||
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
||
|
||
if ( b->yy_is_our_buffer )
|
||
{
|
||
yy_size_t new_size = b->yy_buf_size * 2;
|
||
|
||
if ( new_size <= 0 )
|
||
b->yy_buf_size += b->yy_buf_size / 8;
|
||
else
|
||
b->yy_buf_size *= 2;
|
||
|
||
b->yy_ch_buf = (char *)
|
||
/* Include room in for 2 EOB chars. */
|
||
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
|
||
}
|
||
else
|
||
/* Can't grow it, we don't own it. */
|
||
b->yy_ch_buf = 0;
|
||
|
||
if ( ! b->yy_ch_buf )
|
||
YY_FATAL_ERROR(
|
||
"fatal error - scanner input buffer overflow" );
|
||
|
||
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
||
|
||
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
||
number_to_move - 1;
|
||
|
||
}
|
||
|
||
if ( num_to_read > YY_READ_BUF_SIZE )
|
||
num_to_read = YY_READ_BUF_SIZE;
|
||
|
||
/* Read in more data. */
|
||
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
||
(yy_n_chars), num_to_read );
|
||
|
||
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
||
}
|
||
|
||
if ( (yy_n_chars) == 0 )
|
||
{
|
||
if ( number_to_move == YY_MORE_ADJ )
|
||
{
|
||
ret_val = EOB_ACT_END_OF_FILE;
|
||
yyrestart(yyin );
|
||
}
|
||
|
||
else
|
||
{
|
||
ret_val = EOB_ACT_LAST_MATCH;
|
||
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
||
YY_BUFFER_EOF_PENDING;
|
||
}
|
||
}
|
||
|
||
else
|
||
ret_val = EOB_ACT_CONTINUE_SCAN;
|
||
|
||
if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
||
/* Extend the array by 50%, plus the number we really need. */
|
||
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
||
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
|
||
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
||
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
||
}
|
||
|
||
(yy_n_chars) += number_to_move;
|
||
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
||
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
||
|
||
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
||
|
||
return ret_val;
|
||
}
|
||
|
||
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
||
|
||
static yy_state_type yy_get_previous_state (void)
|
||
{
|
||
yy_state_type yy_current_state;
|
||
char *yy_cp;
|
||
|
||
yy_current_state = (yy_start);
|
||
|
||
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
||
{
|
||
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 >= 1817 )
|
||
yy_c = yy_meta[(unsigned int) yy_c];
|
||
}
|
||
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
||
}
|
||
|
||
return yy_current_state;
|
||
}
|
||
|
||
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
||
*
|
||
* synopsis
|
||
* next_state = yy_try_NUL_trans( current_state );
|
||
*/
|
||
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
||
{
|
||
int yy_is_jam;
|
||
char *yy_cp = (yy_c_buf_p);
|
||
|
||
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 >= 1817 )
|
||
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 == 1816);
|
||
|
||
return yy_is_jam ? 0 : yy_current_state;
|
||
}
|
||
|
||
#ifndef YY_NO_UNPUT
|
||
|
||
#endif
|
||
|
||
#ifndef YY_NO_INPUT
|
||
#ifdef __cplusplus
|
||
static int yyinput (void)
|
||
#else
|
||
static int input (void)
|
||
#endif
|
||
|
||
{
|
||
int c;
|
||
|
||
*(yy_c_buf_p) = (yy_hold_char);
|
||
|
||
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
||
{
|
||
/* yy_c_buf_p now points to the character we want to return.
|
||
* If this occurs *before* the EOB characters, then it's a
|
||
* valid NUL; if not, then we've hit the end of the buffer.
|
||
*/
|
||
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
||
/* This was really a NUL. */
|
||
*(yy_c_buf_p) = '\0';
|
||
|
||
else
|
||
{ /* need more input */
|
||
yy_size_t 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 );
|
||
|
||
/*FALLTHROUGH*/
|
||
|
||
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;
|
||
}
|
||
#endif /* ifndef YY_NO_INPUT */
|
||
|
||
/** Immediately switch to a different input stream.
|
||
* @param input_file A readable stream.
|
||
*
|
||
* @note This function does not reset the start condition to @c INITIAL .
|
||
*/
|
||
void yyrestart (FILE * input_file )
|
||
{
|
||
|
||
if ( ! YY_CURRENT_BUFFER ){
|
||
yyensure_buffer_stack ();
|
||
YY_CURRENT_BUFFER_LVALUE =
|
||
yy_create_buffer(yyin,YY_BUF_SIZE );
|
||
}
|
||
|
||
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
||
yy_load_buffer_state( );
|
||
}
|
||
|
||
/** Switch to a different input buffer.
|
||
* @param new_buffer The new input buffer.
|
||
*
|
||
*/
|
||
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
||
{
|
||
|
||
/* TODO. We should be able to replace this entire function body
|
||
* with
|
||
* yypop_buffer_state();
|
||
* yypush_buffer_state(new_buffer);
|
||
*/
|
||
yyensure_buffer_stack ();
|
||
if ( YY_CURRENT_BUFFER == new_buffer )
|
||
return;
|
||
|
||
if ( YY_CURRENT_BUFFER )
|
||
{
|
||
/* Flush out information for old buffer. */
|
||
*(yy_c_buf_p) = (yy_hold_char);
|
||
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
||
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
||
}
|
||
|
||
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
||
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;
|
||
}
|
||
|
||
static void yy_load_buffer_state (void)
|
||
{
|
||
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
||
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
||
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
||
(yy_hold_char) = *(yy_c_buf_p);
|
||
}
|
||
|
||
/** Allocate and initialize an input buffer state.
|
||
* @param file A readable stream.
|
||
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
||
*
|
||
* @return the allocated buffer state.
|
||
*/
|
||
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
||
{
|
||
YY_BUFFER_STATE b;
|
||
|
||
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
||
if ( ! b )
|
||
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
||
|
||
b->yy_buf_size = (yy_size_t)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 *) yyalloc(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;
|
||
}
|
||
|
||
/** Destroy the buffer.
|
||
* @param b a buffer created with yy_create_buffer()
|
||
*
|
||
*/
|
||
void yy_delete_buffer (YY_BUFFER_STATE b )
|
||
{
|
||
|
||
if ( ! b )
|
||
return;
|
||
|
||
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
||
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
||
|
||
if ( b->yy_is_our_buffer )
|
||
yyfree((void *) b->yy_ch_buf );
|
||
|
||
yyfree((void *) b );
|
||
}
|
||
|
||
/* Initializes or reinitializes a buffer.
|
||
* This function is sometimes called more than once on the same buffer,
|
||
* such as during a yyrestart() or at EOF.
|
||
*/
|
||
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
||
|
||
{
|
||
int oerrno = errno;
|
||
|
||
yy_flush_buffer(b );
|
||
|
||
b->yy_input_file = file;
|
||
b->yy_fill_buffer = 1;
|
||
|
||
/* If b is the current buffer, then yy_init_buffer was _probably_
|
||
* called from yyrestart() or through yy_get_next_buffer.
|
||
* In that case, we don't want to reset the lineno or column.
|
||
*/
|
||
if (b != YY_CURRENT_BUFFER){
|
||
b->yy_bs_lineno = 1;
|
||
b->yy_bs_column = 0;
|
||
}
|
||
|
||
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
||
|
||
errno = oerrno;
|
||
}
|
||
|
||
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
||
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
||
*
|
||
*/
|
||
void yy_flush_buffer (YY_BUFFER_STATE b )
|
||
{
|
||
if ( ! b )
|
||
return;
|
||
|
||
b->yy_n_chars = 0;
|
||
|
||
/* We always need two end-of-buffer characters. The first causes
|
||
* a transition to the end-of-buffer state. The second causes
|
||
* a jam in that state.
|
||
*/
|
||
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
||
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
||
|
||
b->yy_buf_pos = &b->yy_ch_buf[0];
|
||
|
||
b->yy_at_bol = 1;
|
||
b->yy_buffer_status = YY_BUFFER_NEW;
|
||
|
||
if ( b == YY_CURRENT_BUFFER )
|
||
yy_load_buffer_state( );
|
||
}
|
||
|
||
/** Pushes the new state onto the stack. The new state becomes
|
||
* the current state. This function will allocate the stack
|
||
* if necessary.
|
||
* @param new_buffer The new state.
|
||
*
|
||
*/
|
||
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
||
{
|
||
if (new_buffer == NULL)
|
||
return;
|
||
|
||
yyensure_buffer_stack();
|
||
|
||
/* This block is copied from yy_switch_to_buffer. */
|
||
if ( YY_CURRENT_BUFFER )
|
||
{
|
||
/* Flush out information for old buffer. */
|
||
*(yy_c_buf_p) = (yy_hold_char);
|
||
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
||
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
||
}
|
||
|
||
/* Only push if top exists. Otherwise, replace top. */
|
||
if (YY_CURRENT_BUFFER)
|
||
(yy_buffer_stack_top)++;
|
||
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
||
|
||
/* copied from yy_switch_to_buffer. */
|
||
yy_load_buffer_state( );
|
||
(yy_did_buffer_switch_on_eof) = 1;
|
||
}
|
||
|
||
/** Removes and deletes the top of the stack, if present.
|
||
* The next element becomes the new top.
|
||
*
|
||
*/
|
||
void yypop_buffer_state (void)
|
||
{
|
||
if (!YY_CURRENT_BUFFER)
|
||
return;
|
||
|
||
yy_delete_buffer(YY_CURRENT_BUFFER );
|
||
YY_CURRENT_BUFFER_LVALUE = NULL;
|
||
if ((yy_buffer_stack_top) > 0)
|
||
--(yy_buffer_stack_top);
|
||
|
||
if (YY_CURRENT_BUFFER) {
|
||
yy_load_buffer_state( );
|
||
(yy_did_buffer_switch_on_eof) = 1;
|
||
}
|
||
}
|
||
|
||
/* Allocates the stack if it does not exist.
|
||
* Guarantees space for at least one push.
|
||
*/
|
||
static void yyensure_buffer_stack (void)
|
||
{
|
||
yy_size_t num_to_alloc;
|
||
|
||
if (!(yy_buffer_stack)) {
|
||
|
||
/* First allocation is just for 2 elements, since we don't know if this
|
||
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
||
* immediate realloc on the next call.
|
||
*/
|
||
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
||
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
||
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
||
);
|
||
if ( ! (yy_buffer_stack) )
|
||
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
||
|
||
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
||
|
||
(yy_buffer_stack_max) = num_to_alloc;
|
||
(yy_buffer_stack_top) = 0;
|
||
return;
|
||
}
|
||
|
||
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
||
|
||
/* Increase the buffer to prepare for a possible push. */
|
||
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
||
|
||
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
||
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
|
||
((yy_buffer_stack),
|
||
num_to_alloc * sizeof(struct yy_buffer_state*)
|
||
);
|
||
if ( ! (yy_buffer_stack) )
|
||
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
||
|
||
/* zero only the new slots.*/
|
||
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
||
(yy_buffer_stack_max) = num_to_alloc;
|
||
}
|
||
}
|
||
|
||
/** Setup the input buffer state to scan directly from a user-specified character buffer.
|
||
* @param base the character buffer
|
||
* @param size the size in bytes of the character buffer
|
||
*
|
||
* @return the newly allocated buffer state object.
|
||
*/
|
||
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
||
{
|
||
YY_BUFFER_STATE b;
|
||
|
||
if ( size < 2 ||
|
||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
|
||
base[size-1] != YY_END_OF_BUFFER_CHAR )
|
||
/* They forgot to leave room for the EOB's. */
|
||
return 0;
|
||
|
||
b = (YY_BUFFER_STATE) yyalloc(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;
|
||
}
|
||
|
||
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
||
* scan from a @e copy of @a str.
|
||
* @param yystr a NUL-terminated string to scan
|
||
*
|
||
* @return the newly allocated buffer state object.
|
||
* @note If you want to scan bytes that may contain NUL values, then use
|
||
* yy_scan_bytes() instead.
|
||
*/
|
||
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
||
{
|
||
|
||
return yy_scan_bytes(yystr,strlen(yystr) );
|
||
}
|
||
|
||
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
||
* scan from a @e copy of @a bytes.
|
||
* @param yybytes the byte buffer to scan
|
||
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
||
*
|
||
* @return the newly allocated buffer state object.
|
||
*/
|
||
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
|
||
{
|
||
YY_BUFFER_STATE b;
|
||
char *buf;
|
||
yy_size_t n;
|
||
yy_size_t i;
|
||
|
||
/* Get memory for full buffer, including space for trailing EOB's. */
|
||
n = _yybytes_len + 2;
|
||
buf = (char *) yyalloc(n );
|
||
if ( ! buf )
|
||
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
||
|
||
for ( i = 0; i < _yybytes_len; ++i )
|
||
buf[i] = yybytes[i];
|
||
|
||
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
||
|
||
b = 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;
|
||
}
|
||
|
||
#ifndef YY_EXIT_FAILURE
|
||
#define YY_EXIT_FAILURE 2
|
||
#endif
|
||
|
||
static void yy_fatal_error (yyconst char* msg )
|
||
{
|
||
(void) fprintf( stderr, "%s\n", msg );
|
||
exit( YY_EXIT_FAILURE );
|
||
}
|
||
|
||
/* Redefine yyless() so it works in section 3 code. */
|
||
|
||
#undef yyless
|
||
#define yyless(n) \
|
||
do \
|
||
{ \
|
||
/* Undo effects of setting up yytext. */ \
|
||
int yyless_macro_arg = (n); \
|
||
YY_LESS_LINENO(yyless_macro_arg);\
|
||
yytext[yyleng] = (yy_hold_char); \
|
||
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
||
(yy_hold_char) = *(yy_c_buf_p); \
|
||
*(yy_c_buf_p) = '\0'; \
|
||
yyleng = yyless_macro_arg; \
|
||
} \
|
||
while ( 0 )
|
||
|
||
/* Accessor methods (get/set functions) to struct members. */
|
||
|
||
/** Get the current line number.
|
||
*
|
||
*/
|
||
int yyget_lineno (void)
|
||
{
|
||
|
||
return yylineno;
|
||
}
|
||
|
||
/** Get the input stream.
|
||
*
|
||
*/
|
||
FILE *yyget_in (void)
|
||
{
|
||
return yyin;
|
||
}
|
||
|
||
/** Get the output stream.
|
||
*
|
||
*/
|
||
FILE *yyget_out (void)
|
||
{
|
||
return yyout;
|
||
}
|
||
|
||
/** Get the length of the current token.
|
||
*
|
||
*/
|
||
yy_size_t yyget_leng (void)
|
||
{
|
||
return yyleng;
|
||
}
|
||
|
||
/** Get the current token.
|
||
*
|
||
*/
|
||
|
||
char *yyget_text (void)
|
||
{
|
||
return yytext;
|
||
}
|
||
|
||
/** Set the current line number.
|
||
* @param _line_number line number
|
||
*
|
||
*/
|
||
void yyset_lineno (int _line_number )
|
||
{
|
||
|
||
yylineno = _line_number;
|
||
}
|
||
|
||
/** Set the input stream. This does not discard the current
|
||
* input buffer.
|
||
* @param _in_str A readable stream.
|
||
*
|
||
* @see yy_switch_to_buffer
|
||
*/
|
||
void yyset_in (FILE * _in_str )
|
||
{
|
||
yyin = _in_str ;
|
||
}
|
||
|
||
void yyset_out (FILE * _out_str )
|
||
{
|
||
yyout = _out_str ;
|
||
}
|
||
|
||
int yyget_debug (void)
|
||
{
|
||
return yy_flex_debug;
|
||
}
|
||
|
||
void yyset_debug (int _bdebug )
|
||
{
|
||
yy_flex_debug = _bdebug ;
|
||
}
|
||
|
||
static int yy_init_globals (void)
|
||
{
|
||
/* Initialization is the same as for the non-reentrant scanner.
|
||
* This function is called from yylex_destroy(), so don't allocate here.
|
||
*/
|
||
|
||
(yy_buffer_stack) = 0;
|
||
(yy_buffer_stack_top) = 0;
|
||
(yy_buffer_stack_max) = 0;
|
||
(yy_c_buf_p) = (char *) 0;
|
||
(yy_init) = 0;
|
||
(yy_start) = 0;
|
||
|
||
/* Defined in main.c */
|
||
#ifdef YY_STDINIT
|
||
yyin = stdin;
|
||
yyout = stdout;
|
||
#else
|
||
yyin = (FILE *) 0;
|
||
yyout = (FILE *) 0;
|
||
#endif
|
||
|
||
/* For future reference: Set errno on error, since we are called by
|
||
* yylex_init()
|
||
*/
|
||
return 0;
|
||
}
|
||
|
||
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
||
int yylex_destroy (void)
|
||
{
|
||
|
||
/* Pop the buffer stack, destroying each element. */
|
||
while(YY_CURRENT_BUFFER){
|
||
yy_delete_buffer(YY_CURRENT_BUFFER );
|
||
YY_CURRENT_BUFFER_LVALUE = NULL;
|
||
yypop_buffer_state();
|
||
}
|
||
|
||
/* Destroy the stack itself. */
|
||
yyfree((yy_buffer_stack) );
|
||
(yy_buffer_stack) = NULL;
|
||
|
||
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
||
* yylex() is called, initialization will occur. */
|
||
yy_init_globals( );
|
||
|
||
return 0;
|
||
}
|
||
|
||
/*
|
||
* Internal utility routines.
|
||
*/
|
||
|
||
#ifndef yytext_ptr
|
||
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
||
{
|
||
|
||
int i;
|
||
for ( i = 0; i < n; ++i )
|
||
s1[i] = s2[i];
|
||
}
|
||
#endif
|
||
|
||
#ifdef YY_NEED_STRLEN
|
||
static int yy_flex_strlen (yyconst char * s )
|
||
{
|
||
int n;
|
||
for ( n = 0; s[n]; ++n )
|
||
;
|
||
|
||
return n;
|
||
}
|
||
#endif
|
||
|
||
void *yyalloc (yy_size_t size )
|
||
{
|
||
return (void *) malloc( size );
|
||
}
|
||
|
||
void *yyrealloc (void * ptr, yy_size_t size )
|
||
{
|
||
|
||
/* The cast to (char *) in the following accommodates both
|
||
* implementations that use char* generic pointers, and those
|
||
* that use void* generic pointers. It works with the latter
|
||
* because both ANSI C and C++ allow castless assignment from
|
||
* any pointer type to void*, and deal with argument conversions
|
||
* as though doing an assignment.
|
||
*/
|
||
return (void *) realloc( (char *) ptr, size );
|
||
}
|
||
|
||
void yyfree (void * ptr )
|
||
{
|
||
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
||
}
|
||
|
||
#define YYTABLES_NAME "yytables"
|
||
|
||
#line 486 "ldlex.l"
|
||
|
||
|
||
|
||
|
||
/* Switch flex to reading script file NAME, open on FILE,
|
||
saving the current input info on the include stack. */
|
||
|
||
void
|
||
lex_push_file (FILE *file, const char *name, unsigned int sysrooted)
|
||
{
|
||
if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
|
||
{
|
||
einfo ("%F:includes nested too deeply\n");
|
||
}
|
||
file_name_stack[include_stack_ptr] = name;
|
||
lineno_stack[include_stack_ptr] = lineno;
|
||
sysrooted_stack[include_stack_ptr] = input_flags.sysrooted;
|
||
include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
|
||
|
||
include_stack_ptr++;
|
||
lineno = 1;
|
||
input_flags.sysrooted = sysrooted;
|
||
yyin = file;
|
||
yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
|
||
}
|
||
|
||
/* Return a newly created flex input buffer containing STRING,
|
||
which is SIZE bytes long. */
|
||
|
||
static YY_BUFFER_STATE
|
||
yy_create_string_buffer (const char *string, size_t size)
|
||
{
|
||
YY_BUFFER_STATE b;
|
||
|
||
/* Calls to m-alloc get turned by sed into xm-alloc. */
|
||
b = malloc (sizeof (struct yy_buffer_state));
|
||
b->yy_input_file = 0;
|
||
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 = malloc ((unsigned) (b->yy_buf_size + 3));
|
||
|
||
b->yy_ch_buf[0] = '\n';
|
||
strcpy (b->yy_ch_buf+1, string);
|
||
b->yy_ch_buf[size+1] = YY_END_OF_BUFFER_CHAR;
|
||
b->yy_ch_buf[size+2] = YY_END_OF_BUFFER_CHAR;
|
||
b->yy_n_chars = size+1;
|
||
b->yy_buf_pos = &b->yy_ch_buf[1];
|
||
|
||
b->yy_is_our_buffer = 1;
|
||
b->yy_is_interactive = 0;
|
||
b->yy_at_bol = 1;
|
||
b->yy_fill_buffer = 0;
|
||
|
||
/* flex 2.4.7 changed the interface. FIXME: We should not be using
|
||
a flex internal interface in the first place! */
|
||
#ifdef YY_BUFFER_NEW
|
||
b->yy_buffer_status = YY_BUFFER_NEW;
|
||
#else
|
||
b->yy_eof_status = EOF_NOT_SEEN;
|
||
#endif
|
||
|
||
return b;
|
||
}
|
||
|
||
/* Switch flex to reading from STRING, saving the current input info
|
||
on the include stack. */
|
||
|
||
void
|
||
lex_redirect (const char *string, const char *fake_filename, unsigned int count)
|
||
{
|
||
YY_BUFFER_STATE tmp;
|
||
|
||
yy_init = 0;
|
||
if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
|
||
{
|
||
einfo("%F: macros nested too deeply\n");
|
||
}
|
||
file_name_stack[include_stack_ptr] = fake_filename;
|
||
lineno_stack[include_stack_ptr] = lineno;
|
||
include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
|
||
include_stack_ptr++;
|
||
lineno = count;
|
||
tmp = yy_create_string_buffer (string, strlen (string));
|
||
yy_switch_to_buffer (tmp);
|
||
}
|
||
|
||
/* Functions to switch to a different flex start condition,
|
||
saving the current start condition on `state_stack'. */
|
||
|
||
static int state_stack[MAX_INCLUDE_DEPTH * 2];
|
||
static int *state_stack_p = state_stack;
|
||
|
||
void
|
||
ldlex_script (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (SCRIPT);
|
||
}
|
||
|
||
void
|
||
ldlex_inputlist (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (INPUTLIST);
|
||
}
|
||
|
||
void
|
||
ldlex_mri_script (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (MRI);
|
||
}
|
||
|
||
void
|
||
ldlex_version_script (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (VERS_START);
|
||
}
|
||
|
||
void
|
||
ldlex_version_file (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (VERS_SCRIPT);
|
||
}
|
||
|
||
void
|
||
ldlex_defsym (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (DEFSYMEXP);
|
||
}
|
||
|
||
void
|
||
ldlex_expression (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (EXPRESSION);
|
||
}
|
||
|
||
void
|
||
ldlex_both (void)
|
||
{
|
||
*(state_stack_p)++ = yy_start;
|
||
BEGIN (BOTH);
|
||
}
|
||
|
||
void
|
||
ldlex_popstate (void)
|
||
{
|
||
yy_start = *(--state_stack_p);
|
||
}
|
||
|
||
/* Return the current file name, or the previous file if no file is
|
||
current. */
|
||
|
||
const char*
|
||
ldlex_filename (void)
|
||
{
|
||
return file_name_stack[include_stack_ptr - (include_stack_ptr != 0)];
|
||
}
|
||
|
||
|
||
/* Place up to MAX_SIZE characters in BUF and return
|
||
either the number of characters read, or 0 to indicate EOF. */
|
||
|
||
static int
|
||
yy_input (char *buf, int max_size)
|
||
{
|
||
int result = 0;
|
||
if (YY_CURRENT_BUFFER->yy_input_file)
|
||
{
|
||
if (yyin)
|
||
{
|
||
result = fread (buf, 1, max_size, yyin);
|
||
if (result < max_size && ferror (yyin))
|
||
einfo ("%F%P: read in flex scanner failed\n");
|
||
}
|
||
}
|
||
return result;
|
||
}
|
||
|
||
/* Eat the rest of a C-style comment. */
|
||
|
||
static void
|
||
comment (void)
|
||
{
|
||
int c;
|
||
|
||
while (1)
|
||
{
|
||
c = input();
|
||
while (c != '*' && c != EOF)
|
||
{
|
||
if (c == '\n')
|
||
lineno++;
|
||
c = input();
|
||
}
|
||
|
||
if (c == '*')
|
||
{
|
||
c = input();
|
||
while (c == '*')
|
||
c = input();
|
||
if (c == '/')
|
||
break; /* found the end */
|
||
}
|
||
|
||
if (c == '\n')
|
||
lineno++;
|
||
|
||
if (c == EOF)
|
||
{
|
||
einfo( "%F%P: EOF in comment\n");
|
||
break;
|
||
}
|
||
}
|
||
}
|
||
|
||
/* Warn the user about a garbage character WHAT in the input
|
||
in context WHERE. */
|
||
|
||
static void
|
||
lex_warn_invalid (char *where, char *what)
|
||
{
|
||
char buf[5];
|
||
|
||
/* If we have found an input file whose format we do not recognize,
|
||
and we are therefore treating it as a linker script, and we find
|
||
an invalid character, then most likely this is a real object file
|
||
of some different format. Treat it as such. */
|
||
if (ldfile_assumed_script)
|
||
{
|
||
bfd_set_error (bfd_error_file_not_recognized);
|
||
einfo ("%F%s: file not recognized: %E\n", ldlex_filename ());
|
||
}
|
||
|
||
if (! ISPRINT (*what))
|
||
{
|
||
sprintf (buf, "\\%03o", *(unsigned char *) what);
|
||
what = buf;
|
||
}
|
||
|
||
einfo ("%P:%S: ignoring invalid character `%s'%s\n", NULL, what, where);
|
||
}
|
||
|