freebsd-nq/util/configlexer.c
Dag-Erling Smørgrav 5bcd892e61 import unbound 1.5.8
2016-03-05 19:18:07 +00:00

4630 lines
168 KiB
C

#include "config.h"
#include "util/configyyrename.h"
#line 3 "<stdout>"
#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 5
#define YY_FLEX_SUBMINOR_VERSION 39
#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
#define YY_BUF_SIZE 16384
#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.
*/
yy_size_t 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 yy_size_t 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 */
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;
#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 );
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; \
(yytext_ptr) -= (yy_more_len); \
yyleng = (size_t) (yy_cp - (yytext_ptr)); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
#define YY_NUM_RULES 179
#define YY_END_OF_BUFFER 180
/* 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[1800] =
{ 0,
1, 1, 161, 161, 165, 165, 169, 169, 173, 173,
1, 1, 180, 177, 1, 159, 159, 178, 2, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 178,
161, 162, 162, 163, 178, 165, 166, 166, 167, 178,
172, 169, 170, 170, 171, 178, 173, 174, 174, 175,
178, 176, 160, 2, 164, 176, 178, 177, 0, 1,
2, 2, 2, 2, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 161, 0, 165, 0,
172, 0, 169, 173, 0, 176, 0, 2, 2, 176,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 176, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 176, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 73, 177, 177, 177, 177, 177, 177,
7, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 176, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
176, 177, 177, 177, 177, 177, 33, 177, 177, 177,
177, 177, 177, 177, 177, 140, 177, 13, 14, 177,
16, 15, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 133, 177, 177, 177, 177, 177, 177, 177,
3, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 176, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 168, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 36, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 37, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
18, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 88, 168, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 87, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 71,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 23, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 34, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 35, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 25,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 153,
177, 177, 177, 177, 177, 177, 29, 177, 30, 177,
177, 177, 74, 177, 75, 177, 72, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 6, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 90,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 26, 177, 177, 177, 177, 177, 116,
115, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 38, 177, 177, 177,
177, 177, 177, 177, 177, 77, 76, 177, 177, 177,
177, 177, 177, 177, 112, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 56, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
60, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 114,
177, 177, 177, 177, 177, 177, 177, 177, 177, 5,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 108, 177, 177, 177, 177, 177, 177, 177, 177,
177, 126, 177, 109, 177, 138, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 24, 177, 177, 177,
177, 79, 177, 80, 78, 177, 177, 177, 177, 177,
177, 177, 86, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 110, 177, 177, 177, 177,
137, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 70, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 31,
177, 177, 20, 177, 177, 177, 17, 177, 95, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 45, 47, 177, 177, 177, 177, 177,
177, 177, 177, 141, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 81, 177, 177,
177, 177, 177, 177, 85, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 89, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 132, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 99,
177, 103, 177, 177, 177, 177, 84, 177, 177, 66,
177, 124, 177, 177, 177, 177, 139, 177, 177, 177,
177, 177, 177, 177, 146, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 102, 177, 177, 177,
177, 177, 48, 49, 177, 177, 32, 55, 104, 177,
117, 113, 177, 177, 41, 177, 106, 177, 177, 177,
177, 177, 8, 177, 177, 177, 69, 177, 177, 177,
177, 155, 177, 123, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 91, 145, 177, 177, 177, 177, 177, 177, 177,
177, 134, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 105, 177, 40,
42, 177, 177, 177, 177, 177, 177, 177, 68, 177,
177, 177, 177, 154, 177, 177, 177, 177, 128, 21,
22, 177, 177, 177, 177, 177, 177, 177, 65, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 130,
127, 177, 177, 177, 177, 177, 177, 177, 177, 39,
177, 177, 177, 177, 177, 177, 177, 12, 177, 177,
177, 177, 177, 177, 177, 177, 177, 11, 177, 177,
19, 177, 177, 177, 158, 177, 43, 177, 136, 129,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 98, 97, 177, 177, 131, 125, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 50, 177, 177, 135, 177,
177, 177, 177, 177, 177, 177, 177, 44, 177, 177,
177, 92, 94, 118, 177, 177, 177, 96, 177, 177,
177, 177, 177, 177, 177, 177, 177, 142, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
119, 177, 177, 27, 177, 177, 177, 4, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 144, 177, 177, 122, 177, 177,
177, 177, 177, 177, 177, 53, 177, 28, 177, 10,
177, 177, 177, 177, 177, 120, 57, 177, 177, 177,
101, 177, 177, 177, 177, 177, 177, 177, 143, 82,
177, 177, 177, 177, 59, 63, 58, 177, 51, 177,
9, 177, 177, 156, 177, 177, 100, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 64, 62, 177,
52, 177, 111, 177, 121, 177, 177, 93, 46, 177,
177, 177, 177, 177, 177, 83, 61, 54, 157, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 67, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 107, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 177, 177, 177,
177, 177, 177, 149, 177, 177, 177, 177, 177, 177,
177, 177, 177, 177, 177, 177, 177, 147, 177, 150,
151, 177, 177, 177, 177, 177, 148, 152, 0
} ;
static yyconst flex_int32_t yy_ec[256] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
1, 1, 1, 1, 8, 1, 1, 1, 1, 1,
9, 10, 1, 11, 1, 1, 1, 12, 1, 1,
1, 1, 1, 1, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
1, 39, 1, 1, 1, 1, 40, 41, 42, 43,
44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
64, 65, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static yyconst flex_int32_t yy_meta[66] =
{ 0,
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
1, 7, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static yyconst flex_int16_t yy_base[1814] =
{ 0,
0, 0, 63, 66, 69, 71, 77, 83, 88, 91,
129, 135, 344, 303, 95, 5211, 5211, 5211, 107, 110,
142, 180, 108, 50, 145, 172, 118, 148, 121, 181,
197, 166, 241, 137, 225, 260, 233, 228, 257, 116,
263, 5211, 5211, 5211, 94, 244, 5211, 5211, 5211, 96,
221, 251, 5211, 5211, 5211, 304, 212, 5211, 5211, 5211,
102, 208, 5211, 308, 5211, 268, 318, 206, 322, 111,
0, 326, 0, 0, 201, 170, 217, 317, 193, 309,
312, 307, 183, 310, 332, 313, 311, 328, 330, 245,
336, 335, 358, 156, 347, 362, 376, 357, 355, 382,
363, 385, 373, 388, 372, 384, 391, 399, 411, 403,
426, 404, 408, 418, 413, 419, 438, 429, 448, 434,
439, 415, 460, 453, 445, 459, 164, 174, 141, 296,
134, 498, 165, 122, 312, 115, 502, 508, 0, 475,
494, 443, 491, 501, 488, 496, 492, 521, 515, 517,
525, 569, 513, 510, 526, 527, 528, 538, 547, 542,
552, 548, 555, 571, 579, 565, 570, 575, 594, 605,
608, 600, 593, 612, 610, 622, 623, 617, 616, 619,
613, 628, 626, 637, 641, 642, 643, 639, 652, 640,
664, 667, 651, 663, 666, 680, 668, 676, 695, 681,
684, 700, 685, 686, 693, 708, 711, 710, 703, 707,
709, 706, 736, 720, 344, 740, 748, 726, 735, 751,
752, 746, 744, 743, 758, 760, 764, 768, 762, 769,
781, 771, 797, 775, 770, 785, 792, 809, 807, 799,
796, 805, 801, 812, 806, 844, 254, 826, 831, 827,
841, 852, 481, 830, 854, 845, 858, 853, 839, 868,
856, 862, 888, 870, 880, 889, 904, 897, 892, 890,
894, 900, 903, 920, 960, 923, 930, 921, 924, 929,
926, 908, 931, 957, 940, 953, 956, 958, 980, 964,
970, 983, 1010, 973, 995, 996, 1000, 990, 1020, 998,
1004, 1026, 1019, 1025, 1029, 1023, 1002, 1013, 1036, 1040,
1053, 1059, 1045, 1065, 1069, 1047, 1061, 1067, 1072, 1077,
1082, 1062, 1089, 5211, 1097, 1080, 1092, 1075, 1088, 1106,
5211, 1093, 1102, 1107, 1116, 1114, 1125, 1124, 1135, 1119,
1117, 1115, 1134, 1140, 1142, 1144, 1149, 1195, 1150, 1153,
1157, 1183, 1151, 1165, 1189, 1131, 1192, 1171, 1179, 1187,
1205, 1182, 1220, 1199, 1214, 1212, 1230, 1209, 1228, 1219,
1229, 1235, 1126, 1232, 1238, 1246, 1248, 1255, 1262, 1272,
1253, 1274, 1279, 1257, 1283, 1286, 1291, 1267, 1287, 1293,
1295, 1294, 1299, 1276, 1306, 1302, 1303, 1324, 1310, 1311,
1322, 1321, 1315, 1334, 1338, 1346, 1342, 1339, 1348, 1344,
1364, 1361, 1375, 1355, 1380, 1373, 1366, 1382, 1368, 1385,
1386, 1387, 1398, 1388, 1391, 1410, 1411, 1418, 1426, 1422,
1408, 1428, 1414, 1415, 1425, 1419, 1446, 1431, 1441, 1416,
1447, 1468, 1451, 1453, 1464, 1471, 1458, 1474, 1460, 1463,
1473, 1477, 1483, 1487, 1500, 1502, 1490, 1509, 1503, 1504,
1514, 1517, 1521, 1501, 1541, 1524, 5211, 1497, 1534, 1528,
1535, 1529, 1536, 1532, 1580, 5211, 1551, 5211, 5211, 1556,
5211, 5211, 1561, 1568, 1567, 1576, 1629, 1577, 1569, 1583,
1588, 1579, 1598, 1610, 1607, 1612, 1618, 1624, 1637, 1625,
1626, 1640, 1635, 1654, 1650, 1658, 1656, 1590, 1670, 1682,
1669, 1673, 1681, 1683, 1666, 1675, 1687, 1671, 1695, 1693,
1708, 1686, 5211, 1703, 1706, 1716, 1709, 1724, 1711, 1734,
5211, 1720, 1722, 1735, 1728, 1736, 1739, 1751, 1740, 1747,
1750, 1761, 1762, 1767, 1757, 1771, 1766, 1783, 1785, 1778,
1787, 1789, 1790, 1781, 1798, 1794, 1808, 1786, 1807, 1819,
1803, 1824, 1827, 1817, 1833, 1821, 1812, 1828, 1825, 1870,
1839, 1826, 1831, 1834, 1857, 1851, 1860, 1867, 1878, 1880,
1872, 1876, 1861, 1896, 1905, 1900, 1913, 1903, 1920, 1902,
1922, 1923, 1926, 1927, 1930, 1909, 1933, 1941, 5211, 1960,
1956, 1946, 1950, 1968, 1962, 1951, 1953, 1966, 1955, 1971,
1961, 1977, 1990, 1983, 5211, 1986, 1982, 1992, 1979, 2009,
2010, 2003, 2019, 1989, 2008, 5211, 2028, 2039, 2022, 2017,
2018, 2035, 2033, 2048, 2036, 2049, 2056, 2058, 2052, 2063,
2029, 2062, 2055, 2083, 2074, 2075, 2077, 2080, 2082, 2098,
5211, 2081, 2102, 2095, 2100, 2115, 2119, 2101, 2117, 2104,
2120, 2124, 120, 2122, 2126, 2118, 2127, 5211, 76, 2141,
2133, 2138, 2142, 2145, 2151, 2154, 2143, 2160, 2161, 2162,
2171, 2165, 2172, 2173, 2176, 2189, 2182, 2196, 2200, 2199,
2198, 2207, 2193, 2204, 2203, 2209, 2214, 2223, 2239, 2235,
2230, 2232, 2241, 2237, 2233, 2240, 2236, 2250, 2238, 2231,
2264, 5211, 2286, 2270, 2277, 2267, 2288, 2278, 2296, 2276,
2297, 2289, 2292, 2303, 2305, 2304, 2313, 2307, 2312, 2322,
2323, 2320, 2314, 2330, 2339, 2342, 2365, 2350, 2332, 5211,
2349, 2340, 2345, 2359, 2360, 2348, 2369, 2376, 2377, 2375,
2372, 2394, 2390, 2398, 5211, 2404, 2395, 2409, 2413, 2396,
2414, 2421, 2419, 2410, 2424, 2425, 2434, 2437, 2417, 2436,
2440, 5211, 2449, 2453, 2445, 2458, 2459, 2451, 2460, 2473,
2455, 2456, 2462, 2474, 2464, 2469, 2472, 2491, 2483, 2480,
2486, 2507, 2493, 2509, 5211, 2526, 2515, 2517, 2521, 2513,
2532, 2529, 2534, 2519, 2531, 2537, 2542, 2544, 2543, 2564,
2548, 2554, 2553, 2561, 2570, 2559, 2572, 2580, 2574, 2565,
2589, 2581, 2603, 2590, 2597, 2617, 2619, 2620, 2625, 5211,
2618, 2604, 2623, 2613, 2614, 2639, 2632, 2615, 2624, 2630,
2644, 2631, 2666, 2646, 2648, 2649, 2650, 2658, 2653, 2664,
2677, 2681, 2670, 2683, 2685, 2673, 2693, 2690, 2712, 5211,
2699, 2698, 2716, 2720, 2707, 2711, 5211, 2705, 5211, 2717,
2732, 2739, 5211, 2728, 5211, 2736, 5211, 2734, 2741, 2725,
2745, 2748, 2751, 2738, 2757, 2754, 2772, 2749, 2766, 2775,
2763, 2780, 5211, 2768, 2778, 2787, 2789, 2776, 2790, 2799,
2791, 2818, 2817, 2828, 2805, 2831, 2815, 2830, 2827, 5211,
2812, 2839, 2834, 2821, 2847, 2832, 2857, 2842, 2859, 2845,
2868, 2879, 2875, 2863, 2866, 2867, 2877, 2883, 2873, 2894,
2888, 2900, 2889, 2891, 2893, 2903, 2910, 2906, 2928, 2909,
2915, 2925, 2920, 5211, 2926, 2930, 2936, 2942, 2932, 5211,
5211, 2901, 2947, 2955, 2949, 2952, 2964, 2977, 2958, 2968,
2971, 2953, 2980, 2972, 2970, 2985, 2991, 2981, 2978, 3008,
2998, 3010, 2997, 3025, 3022, 3020, 5211, 3036, 3021, 3046,
3037, 3024, 3049, 3041, 3047, 5211, 5211, 3051, 3042, 3057,
3053, 3061, 3063, 3067, 5211, 3069, 3083, 3086, 3088, 3090,
3092, 3077, 3082, 3098, 3094, 3096, 3099, 3117, 3112, 3109,
3120, 3115, 3128, 3137, 3138, 3140, 5211, 3136, 3143, 3139,
3144, 3148, 3142, 3135, 3147, 3164, 3160, 3167, 3183, 3189,
3169, 3174, 3168, 3192, 3177, 3198, 3199, 3201, 3206, 3200,
5211, 3210, 3194, 3215, 3204, 3208, 3213, 3222, 3231, 3226,
3227, 3238, 3228, 3237, 3236, 3252, 3233, 3260, 3242, 5211,
3258, 3266, 3253, 3269, 3272, 3256, 3289, 3265, 3284, 5211,
3292, 3302, 3285, 3294, 3306, 3308, 3307, 3309, 3304, 3295,
3311, 3298, 3317, 3321, 3319, 3322, 3328, 3332, 3337, 3347,
3349, 3354, 3357, 3356, 3340, 3348, 3364, 3363, 3369, 3375,
3360, 3365, 3397, 3370, 3390, 3387, 3376, 3402, 3383, 3410,
3395, 5211, 3408, 3414, 3412, 3416, 3398, 3413, 3422, 3417,
3421, 5211, 3426, 5211, 3424, 5211, 3435, 3433, 3432, 3446,
3438, 3442, 3460, 3462, 3470, 3454, 5211, 3474, 3453, 3463,
3469, 5211, 3476, 5211, 5211, 3477, 3479, 3481, 3483, 3484,
3505, 3509, 5211, 3508, 3494, 3516, 3513, 3497, 3511, 3519,
3521, 3499, 3524, 3510, 3527, 5211, 3548, 3554, 3537, 3550,
5211, 3549, 3561, 3541, 3557, 3568, 3560, 3564, 3575, 3551,
3576, 3574, 3572, 3592, 5211, 3586, 3590, 3607, 3608, 3595,
3591, 3612, 3616, 3613, 3602, 3635, 3622, 3619, 3618, 5211,
3645, 3648, 5211, 3639, 3634, 3640, 5211, 3657, 5211, 3658,
3655, 3651, 3659, 3633, 3660, 3665, 3674, 3684, 3689, 3685,
3673, 3691, 3682, 5211, 5211, 3704, 3696, 3706, 3707, 3701,
3692, 3709, 3717, 5211, 3697, 3725, 3715, 3712, 3740, 3728,
3731, 3743, 3744, 3735, 3751, 3733, 3734, 5211, 3741, 3739,
3757, 3758, 3769, 3761, 5211, 3787, 3786, 3780, 3778, 3784,
3794, 3798, 3799, 3785, 3788, 3802, 3804, 3810, 3811, 3817,
3818, 3813, 5211, 3828, 3823, 3815, 3835, 3821, 3837, 3838,
3851, 3836, 3827, 3854, 3853, 3847, 5211, 3829, 3848, 3862,
3878, 3858, 3864, 3884, 3860, 3887, 3881, 3880, 3895, 3868,
3889, 3876, 3896, 3891, 3903, 3916, 3907, 3662, 3922, 5211,
3911, 5211, 3923, 3934, 3940, 3936, 5211, 3927, 3938, 5211,
3929, 5211, 3943, 3939, 3955, 3951, 5211, 3957, 3962, 3959,
3965, 3966, 3964, 3978, 5211, 3981, 3987, 3988, 3989, 3991,
3982, 3993, 3999, 3995, 4002, 4007, 5211, 4009, 4023, 4003,
4024, 4029, 5211, 5211, 4021, 4036, 5211, 5211, 5211, 4033,
5211, 5211, 4034, 4041, 5211, 4042, 5211, 4047, 4043, 4038,
4045, 4048, 5211, 4030, 4061, 4077, 5211, 4069, 4083, 4064,
4070, 5211, 4084, 5211, 4081, 4087, 4076, 4088, 4092, 4095,
4098, 4094, 4100, 4111, 4112, 4114, 4102, 4108, 4130, 4122,
4110, 4120, 4119, 4137, 4129, 4142, 4144, 4147, 4149, 4148,
4162, 5211, 5211, 4145, 4150, 4151, 4163, 4171, 4164, 4167,
4181, 5211, 4186, 4187, 4190, 4188, 4198, 4200, 4204, 4202,
4199, 4205, 4201, 4207, 4214, 4230, 4217, 5211, 4223, 5211,
5211, 4231, 4236, 4238, 4225, 4241, 4253, 4250, 5211, 4246,
4252, 4255, 4257, 5211, 4271, 4266, 4272, 4274, 5211, 5211,
5211, 4275, 4265, 4280, 4286, 4290, 4277, 4292, 5211, 4279,
4303, 4304, 4305, 4310, 4311, 4209, 4319, 4315, 4325, 5211,
5211, 4330, 4329, 4323, 4331, 4326, 4335, 4334, 4332, 5211,
4342, 4336, 4351, 4356, 4366, 4372, 4367, 5211, 4355, 4357,
4360, 4380, 4369, 4381, 4385, 4378, 4384, 5211, 4400, 4397,
5211, 4391, 4405, 4399, 5211, 4420, 5211, 4398, 5211, 5211,
4403, 4427, 4426, 4431, 4433, 4434, 4417, 4424, 4443, 4440,
4441, 5211, 5211, 4436, 4447, 5211, 5211, 4458, 4452, 4446,
4439, 4463, 4471, 4461, 4470, 4462, 4482, 4486, 4479, 4488,
4472, 4474, 4485, 4491, 4496, 5211, 4517, 4521, 5211, 4507,
4526, 4527, 4519, 4514, 4530, 4520, 4523, 5211, 4536, 4537,
4510, 5211, 5211, 5211, 4534, 4541, 4556, 5211, 4562, 4561,
4551, 4552, 4569, 4557, 4581, 4555, 4585, 5211, 4568, 4576,
4586, 4589, 4590, 4588, 4592, 4597, 4601, 4583, 4621, 4603,
5211, 4623, 4620, 5211, 4627, 4614, 4612, 5211, 4628, 4626,
4615, 4643, 4644, 4632, 4633, 4638, 4646, 4654, 4648, 4652,
4650, 4667, 4665, 4674, 5211, 4676, 4661, 5211, 4681, 4673,
4684, 4690, 4691, 4697, 4693, 5211, 4699, 5211, 4701, 5211,
4704, 4692, 4696, 4712, 4710, 5211, 5211, 4713, 4722, 4725,
5211, 4729, 4723, 4709, 4728, 4741, 4724, 4733, 5211, 5211,
4726, 4743, 4747, 4760, 5211, 5211, 5211, 4763, 5211, 4762,
5211, 4767, 4755, 5211, 4775, 4761, 5211, 4765, 4777, 4778,
4754, 4780, 4787, 4792, 4793, 4782, 4784, 5211, 5211, 4799,
5211, 4800, 5211, 4812, 5211, 4803, 4816, 5211, 5211, 4820,
4804, 4824, 4794, 4805, 4821, 5211, 5211, 5211, 5211, 4830,
4826, 4825, 4814, 4831, 4839, 4842, 4844, 4836, 4845, 4857,
4863, 4850, 4864, 4874, 4866, 5211, 4870, 4869, 4878, 4882,
4873, 4886, 4884, 4890, 4889, 4897, 4905, 4900, 4893, 4916,
4909, 4922, 4924, 4933, 4934, 4925, 4926, 4940, 4935, 4945,
4949, 4951, 4954, 4950, 5211, 4952, 4955, 4956, 4967, 4958,
4965, 4969, 4986, 4992, 4984, 4991, 4985, 4999, 4996, 5001,
4990, 5000, 5002, 5211, 5017, 5019, 5014, 5015, 5036, 5020,
5026, 5042, 5038, 5047, 5040, 5050, 5048, 5211, 5051, 5211,
5211, 5052, 5049, 5061, 5058, 5059, 5211, 5211, 5211, 5119,
5126, 5133, 5140, 5147, 82, 5154, 5161, 5168, 5175, 5182,
5189, 5196, 5203
} ;
static yyconst flex_int16_t yy_def[1814] =
{ 0,
1799, 1, 1800, 1800, 1801, 1801, 1802, 1802, 1803, 1803,
1804, 1804, 1799, 1805, 1799, 1799, 1799, 1799, 1806, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1807, 1799, 1799, 1799, 1807, 1808, 1799, 1799, 1799, 1808,
1809, 1799, 1799, 1799, 1799, 1809, 1810, 1799, 1799, 1799,
1810, 1811, 1799, 1812, 1799, 1811, 1811, 1805, 1805, 1799,
1813, 1806, 1813, 1806, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1807, 1807, 1808, 1808,
1809, 1809, 1799, 1810, 1810, 1811, 1811, 1812, 1812, 1811,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1811, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1811, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1811, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1811, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1805, 1799, 1799, 1805,
1799, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1811, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1811, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1799, 1805,
1805, 1805, 1799, 1805, 1799, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1799,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1805, 1799, 1805, 1799, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1799, 1805, 1799, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1799, 1805, 1805, 1805, 1799, 1805, 1799, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1799, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1799, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1799,
1805, 1799, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1799, 1799, 1805, 1805, 1799, 1799, 1799, 1805,
1799, 1799, 1805, 1805, 1799, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1799, 1805, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1799, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1799,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805,
1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1799, 1799,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805,
1799, 1805, 1805, 1805, 1799, 1805, 1799, 1805, 1799, 1799,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1799, 1799, 1805, 1805, 1799, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1799, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805,
1805, 1799, 1799, 1799, 1805, 1805, 1805, 1799, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1799, 1805, 1805, 1799, 1805, 1805, 1805, 1799, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1799, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1805, 1799, 1805, 1799,
1805, 1805, 1805, 1805, 1805, 1799, 1799, 1805, 1805, 1805,
1799, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1799,
1805, 1805, 1805, 1805, 1799, 1799, 1799, 1805, 1799, 1805,
1799, 1805, 1805, 1799, 1805, 1805, 1799, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1799, 1805,
1799, 1805, 1799, 1805, 1799, 1805, 1805, 1799, 1799, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1799, 1799, 1799, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1799, 1805, 1805, 1805, 1805, 1805, 1805,
1805, 1805, 1805, 1805, 1805, 1805, 1805, 1799, 1805, 1799,
1799, 1805, 1805, 1805, 1805, 1805, 1799, 1799, 0, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799
} ;
static yyconst flex_int16_t yy_nxt[5277] =
{ 0,
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
14, 18, 20, 14, 21, 22, 23, 24, 14, 25,
26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
36, 37, 38, 39, 14, 14, 14, 14, 40, 20,
14, 21, 22, 23, 24, 14, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 14, 14, 14, 14, 42, 43, 44, 42, 43,
44, 47, 48, 47, 48, 49, 88, 49, 52, 53,
54, 55, 68, 18, 52, 53, 54, 55, 69, 18,
58, 59, 60, 58, 59, 60, 70, 127, 127, 129,
71, 45, 129, 88, 45, 134, 134, 50, 73, 50,
73, 73, 70, 73, 137, 56, 71, 68, 73, 68,
68, 56, 68, 86, 75, 76, 61, 68, 776, 61,
15, 16, 17, 63, 64, 65, 15, 16, 17, 63,
64, 65, 77, 87, 95, 74, 69, 97, 69, 66,
86, 75, 76, 137, 78, 66, 69, 89, 69, 69,
135, 79, 111, 165, 96, 90, 133, 67, 80, 77,
87, 95, 132, 67, 97, 69, 66, 127, 127, 130,
69, 78, 66, 69, 89, 142, 69, 91, 79, 111,
92, 96, 90, 98, 69, 80, 81, 93, 105, 94,
82, 99, 128, 83, 69, 84, 85, 100, 69, 102,
69, 101, 142, 103, 91, 141, 150, 92, 69, 69,
98, 69, 146, 81, 93, 105, 94, 82, 99, 104,
83, 69, 84, 85, 100, 69, 102, 112, 101, 69,
103, 113, 141, 150, 69, 120, 137, 121, 143, 146,
135, 114, 133, 123, 115, 69, 104, 106, 124, 132,
158, 107, 122, 69, 112, 324, 69, 108, 113, 125,
109, 69, 120, 126, 121, 143, 116, 110, 114, 69,
123, 115, 130, 69, 106, 124, 117, 158, 107, 122,
118, 119, 69, 140, 108, 69, 125, 109, 69, 129,
126, 128, 129, 116, 110, 131, 137, 131, 131, 73,
131, 73, 73, 117, 73, 134, 134, 118, 119, 136,
140, 136, 136, 68, 136, 68, 68, 73, 68, 73,
73, 144, 73, 68, 147, 148, 149, 73, 154, 152,
151, 69, 155, 1799, 145, 69, 139, 69, 69, 69,
69, 69, 159, 290, 1799, 69, 153, 156, 144, 157,
160, 147, 148, 149, 74, 154, 69, 151, 69, 155,
69, 145, 161, 69, 69, 162, 1799, 166, 167, 159,
172, 174, 69, 153, 156, 69, 157, 160, 163, 164,
169, 176, 171, 69, 170, 69, 69, 173, 168, 161,
69, 69, 162, 178, 166, 167, 180, 172, 174, 175,
69, 69, 177, 179, 69, 163, 164, 169, 176, 171,
69, 170, 69, 69, 173, 168, 69, 182, 181, 69,
178, 183, 187, 180, 184, 186, 175, 69, 185, 177,
179, 69, 69, 189, 188, 191, 69, 197, 190, 69,
205, 69, 192, 69, 182, 181, 69, 69, 183, 187,
193, 184, 186, 195, 69, 185, 196, 69, 201, 200,
189, 188, 69, 198, 197, 190, 69, 69, 1799, 192,
194, 69, 1799, 69, 1799, 1799, 69, 193, 202, 203,
195, 69, 331, 196, 199, 201, 200, 69, 69, 131,
198, 131, 131, 136, 131, 136, 136, 194, 136, 73,
204, 73, 73, 137, 73, 202, 203, 206, 208, 69,
207, 199, 209, 210, 214, 222, 69, 1799, 211, 69,
69, 213, 69, 212, 69, 215, 1799, 204, 1799, 69,
223, 1799, 224, 226, 206, 208, 139, 207, 69, 209,
210, 69, 222, 69, 227, 69, 216, 1799, 213, 69,
212, 225, 1799, 69, 69, 69, 69, 223, 229, 224,
226, 233, 228, 1799, 1799, 230, 69, 232, 231, 1799,
69, 227, 239, 216, 217, 69, 69, 234, 225, 218,
69, 235, 1799, 69, 219, 229, 237, 238, 233, 228,
220, 221, 230, 69, 232, 231, 240, 69, 69, 69,
236, 217, 241, 69, 234, 243, 218, 69, 235, 246,
244, 219, 242, 237, 238, 245, 247, 220, 221, 248,
249, 69, 69, 240, 1799, 250, 252, 236, 69, 1799,
251, 1799, 1799, 69, 253, 254, 69, 244, 69, 242,
69, 69, 245, 247, 69, 69, 256, 69, 258, 255,
69, 69, 250, 252, 69, 257, 69, 251, 261, 259,
260, 253, 254, 262, 265, 69, 267, 69, 69, 69,
69, 69, 266, 256, 268, 258, 255, 269, 273, 69,
69, 275, 257, 263, 264, 261, 259, 260, 270, 271,
262, 69, 69, 267, 69, 69, 69, 272, 278, 266,
274, 268, 280, 276, 69, 281, 279, 283, 69, 69,
263, 264, 69, 137, 69, 270, 271, 282, 286, 284,
277, 69, 289, 69, 272, 278, 285, 274, 69, 280,
276, 69, 287, 279, 69, 69, 69, 69, 69, 69,
288, 298, 291, 293, 282, 286, 284, 277, 69, 289,
292, 294, 1799, 285, 69, 295, 297, 296, 299, 287,
300, 302, 1799, 69, 69, 1799, 301, 288, 69, 291,
293, 69, 69, 307, 69, 310, 69, 292, 294, 69,
69, 304, 295, 297, 296, 299, 69, 300, 69, 303,
69, 305, 69, 301, 309, 306, 69, 69, 69, 69,
307, 308, 310, 69, 311, 312, 313, 1799, 304, 69,
1799, 314, 315, 69, 316, 318, 303, 317, 305, 321,
69, 309, 306, 319, 69, 69, 320, 69, 308, 69,
325, 311, 312, 69, 69, 69, 332, 69, 314, 315,
69, 316, 318, 328, 317, 1799, 321, 322, 323, 326,
319, 329, 327, 320, 69, 69, 333, 325, 69, 69,
337, 334, 330, 332, 335, 338, 336, 69, 340, 69,
328, 1799, 69, 69, 322, 323, 326, 339, 329, 327,
69, 69, 69, 333, 69, 343, 69, 337, 334, 330,
69, 335, 341, 336, 342, 340, 69, 344, 69, 347,
345, 348, 346, 349, 339, 371, 350, 355, 69, 1799,
353, 352, 343, 1799, 351, 354, 69, 69, 69, 341,
69, 342, 69, 356, 344, 69, 347, 345, 69, 346,
349, 69, 69, 350, 355, 357, 69, 353, 352, 365,
366, 351, 354, 367, 368, 369, 1799, 370, 69, 137,
356, 69, 69, 376, 69, 372, 374, 69, 69, 69,
1799, 379, 357, 358, 359, 1799, 365, 366, 69, 375,
367, 368, 369, 360, 370, 361, 362, 363, 373, 377,
364, 69, 372, 374, 69, 69, 69, 380, 69, 381,
358, 359, 69, 388, 384, 378, 375, 1799, 69, 398,
360, 69, 361, 362, 363, 373, 377, 364, 69, 382,
383, 69, 385, 386, 380, 387, 381, 390, 69, 391,
388, 384, 378, 69, 69, 389, 69, 1799, 69, 394,
69, 395, 69, 397, 396, 399, 392, 1799, 69, 385,
386, 69, 387, 400, 390, 401, 391, 69, 69, 393,
1799, 69, 389, 69, 69, 402, 394, 69, 395, 404,
397, 396, 399, 392, 69, 403, 406, 405, 69, 407,
400, 408, 401, 69, 1799, 69, 393, 410, 1799, 411,
409, 69, 402, 1799, 413, 418, 404, 69, 412, 69,
69, 414, 403, 69, 405, 69, 407, 69, 408, 415,
69, 417, 416, 69, 410, 69, 411, 409, 69, 419,
69, 413, 418, 424, 421, 412, 69, 69, 414, 420,
69, 69, 423, 422, 425, 69, 415, 467, 417, 416,
69, 426, 428, 427, 69, 69, 419, 431, 429, 432,
430, 421, 69, 69, 69, 69, 420, 69, 434, 423,
422, 425, 69, 69, 69, 447, 433, 450, 426, 69,
427, 435, 69, 69, 431, 429, 432, 430, 69, 436,
69, 442, 69, 443, 444, 434, 1799, 69, 69, 69,
445, 69, 447, 433, 450, 69, 448, 452, 435, 446,
1799, 449, 453, 69, 451, 1799, 436, 437, 442, 69,
443, 444, 438, 454, 439, 456, 462, 69, 1799, 458,
69, 69, 440, 448, 452, 69, 446, 69, 449, 453,
69, 451, 441, 69, 437, 455, 457, 69, 460, 438,
454, 439, 456, 69, 459, 461, 458, 69, 464, 440,
69, 463, 69, 465, 466, 468, 1799, 69, 69, 441,
470, 469, 455, 457, 480, 460, 69, 69, 137, 472,
69, 459, 461, 69, 471, 464, 69, 477, 463, 475,
465, 466, 468, 476, 69, 478, 69, 470, 469, 473,
479, 69, 474, 69, 481, 69, 472, 482, 483, 484,
69, 471, 487, 485, 477, 69, 1799, 490, 486, 488,
69, 1799, 69, 491, 69, 489, 473, 69, 492, 474,
1799, 69, 501, 498, 69, 69, 484, 1799, 493, 69,
485, 69, 69, 69, 490, 486, 488, 69, 494, 497,
69, 69, 489, 495, 69, 492, 500, 496, 69, 69,
498, 499, 503, 69, 502, 493, 1799, 1799, 506, 69,
69, 504, 69, 507, 508, 494, 497, 1799, 511, 513,
495, 509, 69, 500, 496, 518, 69, 69, 499, 503,
69, 502, 69, 505, 69, 506, 69, 510, 504, 515,
507, 508, 512, 69, 514, 516, 513, 1799, 509, 69,
520, 519, 69, 521, 69, 522, 69, 517, 1799, 523,
505, 69, 524, 69, 510, 525, 515, 526, 69, 512,
69, 514, 516, 69, 69, 69, 69, 520, 519, 69,
521, 527, 528, 530, 517, 532, 69, 531, 533, 524,
1799, 534, 525, 535, 536, 542, 69, 529, 69, 69,
538, 540, 69, 69, 69, 537, 69, 69, 527, 528,
69, 539, 532, 69, 69, 533, 69, 541, 534, 69,
535, 536, 542, 543, 529, 544, 547, 538, 540, 69,
549, 545, 537, 546, 69, 69, 548, 551, 539, 69,
550, 69, 1799, 552, 541, 554, 69, 553, 69, 555,
543, 69, 69, 547, 570, 556, 69, 549, 545, 69,
546, 69, 69, 548, 551, 69, 557, 550, 558, 559,
552, 69, 554, 561, 553, 69, 555, 560, 69, 562,
563, 564, 556, 566, 1799, 69, 565, 1799, 69, 69,
69, 69, 69, 557, 569, 558, 559, 69, 574, 571,
561, 572, 137, 567, 560, 69, 562, 563, 564, 69,
566, 568, 69, 565, 573, 575, 69, 69, 576, 1799,
69, 569, 69, 69, 69, 574, 571, 582, 572, 69,
567, 584, 586, 587, 583, 585, 1799, 1799, 568, 69,
599, 573, 575, 595, 69, 576, 577, 1799, 596, 69,
578, 615, 598, 579, 582, 69, 69, 69, 584, 586,
580, 583, 585, 581, 69, 69, 600, 69, 69, 597,
595, 69, 601, 577, 603, 596, 69, 578, 69, 598,
579, 1799, 1799, 602, 604, 1799, 69, 580, 605, 1799,
581, 588, 589, 600, 590, 69, 597, 591, 69, 601,
69, 603, 592, 606, 610, 607, 69, 608, 593, 594,
602, 604, 69, 69, 69, 605, 611, 69, 588, 589,
609, 590, 614, 69, 591, 69, 612, 616, 69, 592,
606, 610, 607, 618, 608, 593, 594, 613, 69, 617,
619, 623, 69, 611, 69, 622, 69, 609, 1799, 614,
620, 625, 621, 612, 69, 624, 626, 69, 69, 69,
618, 69, 627, 69, 613, 628, 629, 619, 623, 69,
69, 69, 622, 630, 69, 69, 631, 620, 625, 621,
632, 69, 624, 69, 633, 1799, 634, 635, 639, 627,
1799, 69, 1799, 629, 69, 1799, 69, 69, 636, 69,
630, 1799, 638, 631, 69, 645, 637, 632, 69, 641,
69, 633, 69, 634, 635, 639, 69, 640, 651, 642,
643, 644, 69, 69, 69, 636, 646, 69, 69, 638,
647, 648, 645, 637, 650, 69, 641, 649, 69, 69,
654, 653, 655, 656, 640, 69, 642, 643, 644, 69,
69, 662, 652, 646, 69, 69, 659, 647, 648, 69,
661, 650, 658, 660, 649, 664, 69, 657, 653, 69,
656, 69, 663, 69, 69, 69, 666, 69, 69, 652,
1799, 665, 69, 659, 667, 668, 69, 661, 669, 658,
660, 69, 664, 670, 657, 69, 69, 673, 671, 663,
69, 672, 683, 674, 682, 69, 675, 69, 665, 69,
685, 667, 69, 69, 69, 137, 69, 684, 1799, 69,
670, 69, 69, 686, 673, 671, 687, 69, 672, 683,
674, 682, 689, 675, 676, 688, 677, 685, 693, 69,
678, 1799, 679, 695, 684, 69, 691, 680, 69, 69,
686, 694, 681, 687, 690, 69, 692, 698, 69, 689,
69, 676, 688, 677, 69, 693, 69, 678, 69, 679,
695, 696, 697, 691, 680, 699, 703, 705, 694, 681,
700, 690, 701, 692, 69, 707, 704, 1799, 69, 711,
69, 69, 708, 69, 712, 706, 709, 69, 696, 697,
702, 69, 699, 703, 705, 710, 713, 700, 69, 701,
69, 69, 707, 704, 69, 69, 711, 714, 69, 708,
715, 69, 706, 709, 717, 718, 716, 702, 719, 69,
721, 720, 710, 713, 69, 723, 722, 724, 69, 69,
728, 69, 725, 69, 69, 732, 737, 715, 69, 69,
69, 717, 726, 716, 69, 719, 69, 721, 720, 69,
727, 730, 723, 722, 724, 69, 729, 69, 731, 725,
69, 69, 732, 735, 69, 733, 734, 69, 69, 726,
69, 736, 738, 1799, 1799, 739, 743, 727, 730, 740,
755, 69, 744, 729, 1799, 731, 69, 69, 69, 745,
735, 741, 733, 734, 742, 69, 69, 69, 736, 738,
69, 746, 748, 743, 747, 750, 69, 69, 749, 744,
1799, 69, 751, 69, 69, 752, 745, 69, 741, 753,
754, 742, 756, 1799, 757, 1799, 69, 69, 746, 748,
69, 747, 750, 69, 69, 749, 69, 758, 763, 751,
69, 69, 752, 759, 762, 760, 753, 754, 761, 756,
765, 757, 69, 69, 764, 69, 766, 767, 69, 69,
69, 69, 769, 768, 758, 763, 770, 771, 772, 1799,
759, 762, 760, 69, 773, 761, 69, 765, 69, 69,
69, 764, 69, 766, 767, 774, 778, 775, 779, 784,
768, 777, 785, 69, 771, 69, 69, 69, 69, 782,
69, 773, 69, 780, 69, 69, 781, 786, 788, 783,
787, 69, 774, 778, 775, 779, 69, 790, 777, 69,
69, 69, 1799, 69, 795, 789, 782, 1799, 791, 69,
780, 793, 69, 781, 786, 788, 783, 787, 69, 69,
69, 792, 794, 69, 790, 796, 797, 1799, 799, 69,
69, 69, 789, 798, 69, 791, 800, 801, 793, 806,
69, 803, 804, 802, 805, 1799, 1799, 69, 792, 794,
808, 69, 796, 797, 69, 799, 69, 69, 69, 807,
798, 69, 69, 800, 801, 69, 806, 69, 803, 804,
802, 805, 69, 809, 810, 811, 812, 808, 813, 814,
815, 69, 821, 816, 820, 818, 807, 819, 69, 69,
69, 69, 817, 69, 69, 69, 69, 69, 69, 69,
809, 810, 811, 812, 822, 813, 814, 815, 69, 821,
816, 820, 818, 823, 819, 824, 825, 1799, 826, 817,
1799, 828, 69, 829, 827, 69, 831, 830, 69, 832,
835, 822, 834, 833, 69, 69, 69, 836, 1799, 839,
837, 844, 824, 825, 69, 826, 69, 69, 828, 838,
69, 827, 840, 831, 69, 69, 832, 845, 841, 834,
833, 69, 69, 69, 836, 69, 839, 837, 842, 843,
69, 69, 69, 1799, 854, 846, 838, 847, 69, 840,
69, 69, 853, 1799, 855, 841, 856, 859, 69, 1799,
69, 860, 1799, 861, 857, 842, 843, 69, 69, 858,
69, 854, 846, 69, 847, 848, 69, 69, 69, 853,
849, 855, 850, 856, 851, 863, 852, 69, 69, 862,
861, 857, 864, 69, 865, 867, 858, 69, 866, 869,
69, 871, 848, 69, 69, 69, 868, 849, 870, 850,
1799, 851, 863, 852, 873, 875, 862, 874, 69, 864,
877, 865, 69, 69, 69, 866, 69, 876, 871, 872,
879, 878, 69, 868, 880, 870, 883, 69, 69, 882,
881, 69, 69, 884, 874, 69, 886, 69, 885, 69,
887, 888, 69, 69, 876, 889, 872, 879, 878, 896,
1799, 880, 69, 883, 69, 69, 882, 881, 69, 890,
884, 891, 892, 69, 893, 885, 894, 69, 888, 69,
895, 69, 900, 69, 69, 899, 69, 69, 69, 897,
69, 901, 69, 902, 1799, 898, 890, 69, 891, 892,
69, 69, 69, 894, 903, 905, 904, 895, 69, 900,
1799, 69, 899, 906, 69, 908, 897, 907, 901, 69,
902, 69, 898, 909, 913, 911, 912, 910, 914, 915,
1799, 903, 905, 904, 916, 69, 1799, 69, 1799, 918,
906, 69, 908, 69, 907, 69, 917, 69, 921, 69,
1799, 913, 911, 912, 69, 914, 920, 69, 919, 69,
69, 916, 69, 922, 923, 69, 918, 925, 927, 924,
69, 69, 69, 917, 926, 921, 69, 928, 931, 930,
933, 69, 69, 920, 934, 919, 929, 69, 932, 69,
922, 923, 69, 69, 925, 927, 924, 936, 69, 935,
69, 926, 69, 939, 928, 931, 930, 933, 69, 69,
937, 934, 938, 929, 940, 932, 941, 69, 69, 944,
1799, 1799, 942, 945, 936, 69, 935, 943, 947, 946,
939, 69, 69, 951, 948, 952, 949, 937, 956, 938,
950, 69, 69, 69, 953, 69, 69, 69, 69, 942,
945, 69, 69, 69, 943, 947, 946, 954, 69, 69,
69, 948, 952, 957, 955, 956, 958, 69, 959, 960,
961, 953, 69, 962, 69, 963, 69, 69, 69, 965,
964, 69, 1799, 967, 954, 966, 69, 970, 1799, 968,
969, 955, 69, 958, 69, 959, 960, 961, 69, 977,
962, 69, 963, 971, 972, 69, 965, 964, 981, 69,
967, 69, 966, 69, 970, 973, 968, 969, 69, 974,
976, 69, 978, 983, 982, 979, 69, 69, 980, 986,
971, 972, 975, 69, 984, 69, 985, 987, 988, 69,
69, 990, 973, 989, 69, 69, 974, 976, 69, 978,
983, 982, 979, 69, 994, 980, 69, 993, 995, 975,
69, 984, 69, 992, 69, 988, 69, 69, 990, 69,
989, 991, 998, 69, 997, 996, 69, 69, 999, 69,
1000, 994, 69, 1001, 993, 69, 1002, 1003, 1799, 1005,
992, 69, 1799, 1004, 69, 1006, 69, 1007, 991, 998,
69, 997, 996, 69, 69, 999, 69, 1000, 69, 1009,
1001, 1008, 1010, 1002, 1003, 69, 1005, 69, 69, 69,
1004, 1011, 1006, 1012, 1007, 1013, 1014, 69, 1015, 1026,
1016, 1017, 1799, 69, 1018, 1799, 1009, 1019, 1008, 1010,
69, 1020, 1022, 69, 1799, 69, 69, 1021, 1011, 69,
1012, 1023, 1028, 1014, 1024, 69, 69, 1016, 69, 69,
69, 1018, 69, 1027, 1019, 1029, 1025, 69, 1020, 1022,
69, 1030, 1031, 69, 1021, 69, 1032, 1033, 1023, 1028,
1038, 1024, 1034, 1037, 1799, 69, 1035, 69, 1036, 1041,
1027, 69, 1029, 1025, 69, 69, 69, 1039, 1030, 1031,
1040, 69, 1060, 69, 1033, 69, 1042, 69, 1043, 1034,
1037, 69, 1044, 1035, 1045, 1036, 69, 69, 1046, 69,
1048, 69, 69, 1047, 1039, 1049, 1799, 1040, 69, 69,
1050, 69, 1054, 1042, 69, 1043, 1051, 69, 69, 1044,
1052, 1045, 1053, 69, 1056, 1046, 1055, 1048, 69, 1059,
1047, 1061, 1057, 69, 69, 1058, 69, 1050, 69, 1054,
69, 1062, 1064, 1051, 69, 1069, 1063, 1052, 1068, 1053,
69, 1056, 1070, 1055, 1071, 69, 1059, 69, 1061, 1057,
69, 69, 1058, 69, 1065, 1074, 69, 1066, 1062, 1064,
1067, 1073, 69, 1063, 1072, 1068, 69, 1078, 69, 69,
69, 1071, 1075, 1082, 1076, 69, 69, 1077, 69, 69,
1079, 1065, 1074, 69, 1066, 1080, 1799, 1067, 1073, 69,
1081, 1072, 1799, 1799, 1078, 69, 69, 1083, 1799, 1075,
1082, 1076, 1085, 1088, 1077, 1086, 69, 1079, 69, 1087,
1089, 1084, 1080, 1090, 1091, 1092, 1093, 1081, 69, 69,
69, 1095, 69, 69, 1083, 1094, 1098, 1096, 1101, 1085,
1097, 1799, 1086, 1799, 69, 69, 1087, 1089, 1084, 69,
69, 1091, 1092, 1100, 69, 69, 1099, 69, 1095, 69,
1102, 69, 1094, 1098, 1096, 69, 1103, 1097, 1105, 69,
1104, 69, 1106, 1799, 1107, 69, 1108, 69, 1111, 1112,
1100, 1110, 1109, 1099, 1114, 69, 1118, 1102, 1799, 1113,
69, 69, 1115, 1103, 69, 1105, 69, 1104, 69, 1106,
69, 1107, 69, 1108, 69, 1111, 69, 69, 1110, 1109,
1116, 1114, 1117, 1119, 1120, 1121, 1113, 69, 1122, 1115,
69, 1124, 1123, 69, 1126, 69, 1125, 1799, 69, 1799,
1128, 1131, 1127, 1132, 1799, 1130, 69, 1116, 1129, 1117,
1119, 1120, 1121, 69, 69, 69, 69, 69, 69, 1123,
69, 69, 69, 1125, 1133, 69, 69, 1128, 1131, 1127,
1132, 1135, 1130, 1136, 1137, 1129, 1138, 1134, 69, 1141,
1799, 1139, 69, 1142, 1140, 69, 69, 69, 1143, 1144,
1145, 1133, 69, 1147, 1148, 69, 1146, 1149, 1135, 1153,
1136, 69, 1151, 1150, 1134, 1154, 1141, 69, 1139, 1155,
69, 1140, 69, 1799, 1799, 1143, 69, 69, 69, 69,
1152, 1148, 69, 1146, 69, 1162, 69, 1799, 69, 1799,
1150, 69, 1154, 69, 1156, 1157, 1158, 1160, 1161, 1163,
69, 1159, 1164, 1166, 69, 69, 69, 1152, 1165, 69,
1167, 69, 1168, 1169, 69, 69, 69, 1171, 1170, 1172,
69, 1156, 1157, 1158, 1160, 1161, 1163, 1173, 1159, 1164,
69, 69, 1174, 1175, 69, 1165, 69, 1167, 69, 1168,
1169, 1176, 1177, 69, 69, 1170, 1172, 69, 1179, 1180,
69, 1178, 1182, 1183, 1173, 1184, 1181, 1799, 1185, 1174,
1175, 1190, 69, 69, 1187, 1186, 1188, 69, 1176, 1177,
69, 1191, 69, 69, 1194, 1179, 69, 1799, 1178, 1182,
69, 1189, 69, 1181, 69, 69, 69, 69, 1190, 69,
1192, 1187, 1186, 1188, 1195, 69, 1193, 69, 1191, 69,
69, 1194, 1196, 1197, 1198, 1200, 69, 1203, 1189, 1199,
69, 1206, 1204, 1205, 1207, 69, 1208, 1192, 69, 1201,
1209, 1195, 1210, 1193, 1202, 69, 69, 69, 1212, 1196,
1197, 1198, 69, 1214, 69, 69, 1199, 1211, 69, 1204,
1205, 69, 69, 69, 1213, 1215, 1201, 69, 69, 1218,
1216, 1202, 1217, 69, 69, 1212, 1219, 1220, 1221, 1799,
1214, 69, 1222, 1224, 1211, 69, 1223, 1225, 69, 1226,
1227, 1799, 1215, 69, 1229, 69, 69, 1216, 1228, 1217,
69, 1230, 1231, 1219, 1234, 1221, 69, 1232, 69, 1222,
69, 69, 69, 1223, 69, 69, 1226, 1227, 1233, 69,
69, 1229, 69, 1235, 69, 1228, 1236, 1237, 1230, 1231,
69, 69, 1238, 69, 1232, 1239, 69, 1241, 1240, 1242,
69, 1799, 1245, 1246, 69, 1233, 1243, 1248, 1251, 1247,
1235, 69, 69, 1236, 1237, 1799, 1253, 1244, 69, 1238,
69, 69, 1239, 1249, 1250, 1240, 1242, 69, 69, 1245,
1246, 1252, 69, 1243, 69, 69, 1247, 69, 1254, 69,
1255, 69, 69, 1253, 1244, 1257, 1256, 1799, 1258, 1260,
1249, 1250, 69, 1259, 1261, 69, 1264, 69, 1252, 1799,
1799, 1266, 1262, 69, 1263, 1254, 69, 69, 69, 69,
1265, 69, 1257, 1256, 69, 1258, 1260, 69, 1267, 69,
1259, 1261, 69, 1264, 1268, 69, 1270, 1269, 1266, 1262,
1271, 1263, 1273, 1275, 1272, 69, 1277, 1265, 1274, 69,
1278, 1276, 1280, 1281, 1799, 1267, 69, 69, 69, 69,
1282, 1268, 69, 1270, 1269, 69, 1283, 1271, 69, 69,
1275, 1272, 69, 1277, 1279, 1274, 69, 1278, 1276, 1280,
69, 1284, 69, 69, 69, 1286, 1285, 1282, 1287, 1291,
1288, 1289, 1290, 1283, 69, 1294, 1293, 1799, 69, 69,
69, 1279, 1292, 69, 1799, 1297, 1799, 1799, 1284, 1298,
69, 1299, 1286, 1285, 1310, 69, 69, 1288, 1289, 1290,
69, 69, 1294, 1293, 69, 1295, 69, 69, 1296, 1292,
69, 1300, 1297, 1302, 1301, 1303, 1298, 1304, 1299, 1398,
1799, 69, 69, 69, 1305, 1306, 1312, 69, 69, 1309,
1311, 1307, 1295, 69, 1317, 1296, 69, 1308, 1300, 69,
1302, 1301, 1303, 69, 1304, 69, 69, 69, 69, 1314,
69, 1305, 1306, 69, 1313, 1315, 1309, 1311, 1307, 1316,
1318, 69, 69, 1319, 1308, 1320, 1321, 1322, 1799, 1323,
69, 1325, 69, 69, 1324, 1326, 1314, 69, 1327, 69,
69, 1313, 1315, 1328, 69, 69, 1316, 1318, 1331, 69,
1319, 1329, 69, 1321, 69, 69, 1323, 69, 1325, 1330,
69, 1324, 1326, 69, 1335, 69, 1332, 1333, 1334, 1336,
1328, 1337, 1799, 69, 1340, 1331, 69, 1338, 1329, 69,
1339, 69, 69, 69, 1342, 1341, 1330, 69, 69, 69,
1799, 69, 69, 1332, 1333, 1334, 1336, 1343, 1337, 69,
1344, 1340, 1345, 1346, 1338, 69, 69, 1339, 1347, 69,
1348, 1342, 1341, 1350, 1349, 1799, 1352, 69, 1351, 1353,
1354, 1355, 1356, 1357, 1343, 1358, 69, 1344, 69, 1345,
1346, 1359, 69, 69, 69, 69, 69, 1348, 1361, 1362,
1350, 1349, 69, 1352, 1365, 1351, 69, 69, 1355, 1356,
69, 1360, 69, 1363, 1364, 1366, 1367, 1373, 69, 69,
1368, 69, 1370, 69, 1369, 69, 69, 1374, 1377, 69,
1378, 69, 1799, 1371, 1799, 69, 69, 69, 1360, 1382,
1363, 1364, 1366, 69, 69, 69, 69, 1368, 1372, 1370,
1375, 1369, 1379, 1376, 1374, 69, 69, 1378, 1380, 69,
1371, 69, 69, 1381, 1383, 1384, 69, 1385, 69, 1386,
69, 1387, 69, 1388, 1390, 1372, 69, 1375, 1392, 1379,
1376, 1389, 1393, 1391, 69, 1380, 69, 1394, 69, 69,
1381, 1383, 69, 1395, 1385, 69, 1386, 69, 1387, 69,
1388, 1390, 1397, 69, 69, 1392, 1396, 1399, 1389, 1393,
1391, 69, 1400, 1401, 1394, 69, 1402, 1403, 1404, 69,
1395, 1799, 1408, 1406, 69, 1410, 1405, 1409, 1407, 1397,
69, 69, 1412, 1396, 1399, 69, 1799, 69, 1413, 1400,
1401, 1415, 69, 1402, 69, 1404, 69, 69, 69, 1408,
1406, 69, 1410, 1405, 1409, 1407, 1411, 1414, 1416, 69,
1419, 1417, 1799, 69, 1418, 69, 1420, 69, 1415, 1422,
69, 1421, 69, 69, 69, 1423, 1799, 1425, 1426, 1429,
1433, 1428, 1799, 1411, 1414, 1416, 69, 1419, 1417, 69,
69, 1418, 1424, 1420, 1430, 69, 69, 69, 1421, 69,
1427, 69, 1423, 69, 1425, 1426, 1431, 69, 1428, 1432,
69, 69, 1435, 1434, 1438, 69, 1436, 69, 1437, 1424,
1439, 1430, 1440, 1441, 1442, 1443, 1799, 1427, 1799, 69,
1447, 69, 69, 1431, 1446, 1444, 1432, 69, 69, 1435,
1434, 69, 69, 1436, 69, 1437, 69, 1439, 1445, 69,
69, 69, 1443, 69, 1448, 69, 69, 1447, 1449, 1450,
1451, 1446, 1444, 1452, 1799, 1454, 1453, 1455, 1799, 69,
1456, 1457, 69, 1459, 1458, 1445, 1460, 69, 69, 1461,
1799, 1448, 1799, 1799, 69, 69, 1450, 1462, 1467, 69,
1452, 69, 69, 1453, 1455, 69, 69, 1456, 1457, 1463,
69, 1458, 69, 69, 1464, 1465, 69, 1466, 69, 1468,
69, 1469, 1470, 1473, 1462, 1467, 69, 1471, 69, 69,
69, 1472, 69, 1799, 1475, 1799, 1463, 69, 69, 1480,
69, 1464, 1465, 1478, 1466, 1479, 1468, 69, 69, 1470,
1473, 1476, 1474, 1481, 1471, 69, 1482, 1477, 1472, 1483,
69, 1475, 69, 69, 1484, 69, 69, 69, 69, 69,
1478, 1486, 1479, 1489, 1485, 1487, 1488, 1490, 1476, 1474,
69, 69, 69, 1482, 1477, 69, 1483, 1491, 1492, 69,
1498, 1484, 1499, 1799, 1493, 1799, 1534, 1799, 1486, 69,
1489, 1485, 1487, 1488, 69, 69, 69, 1494, 69, 1495,
1500, 1496, 1497, 1501, 1491, 1492, 69, 69, 69, 69,
69, 1493, 69, 69, 1502, 69, 1503, 69, 1504, 1508,
1507, 1509, 69, 1505, 1494, 69, 1495, 1500, 1496, 1497,
1501, 69, 1506, 69, 1511, 1512, 1515, 1514, 69, 69,
1510, 1502, 1513, 1503, 69, 1504, 69, 1507, 1509, 69,
1505, 1516, 1517, 1519, 69, 1520, 1799, 1521, 69, 1506,
69, 69, 1512, 69, 1514, 69, 1518, 1510, 1522, 1513,
1523, 1799, 1524, 69, 69, 1528, 1525, 1526, 1516, 69,
69, 1527, 69, 69, 1521, 69, 1799, 69, 69, 1529,
1530, 1532, 1533, 1518, 69, 1522, 1536, 1523, 69, 1524,
69, 1531, 1528, 1525, 1526, 1535, 1537, 1538, 1527, 1540,
1799, 69, 69, 69, 1539, 1799, 1529, 1530, 69, 69,
1544, 1541, 1542, 69, 1543, 1545, 1546, 69, 1531, 1799,
1799, 69, 1535, 69, 69, 1547, 1540, 69, 69, 69,
69, 1539, 69, 69, 69, 1548, 1549, 1544, 1541, 1542,
69, 1543, 1545, 1546, 1551, 1553, 1550, 1552, 1554, 69,
1555, 1556, 1547, 69, 69, 69, 1559, 1560, 69, 1557,
1561, 1558, 1548, 1549, 69, 69, 1564, 69, 1799, 1568,
69, 1551, 1553, 1550, 1552, 1554, 69, 1555, 69, 69,
1562, 1563, 69, 69, 1560, 1566, 1557, 1561, 1558, 69,
1565, 1799, 1567, 1564, 1569, 69, 69, 69, 69, 1570,
1571, 69, 1572, 69, 1573, 1574, 1575, 1562, 1563, 1576,
1577, 1578, 1566, 1580, 1581, 69, 1579, 1565, 69, 1567,
1799, 1569, 69, 1799, 69, 69, 1570, 1571, 1584, 69,
1586, 69, 69, 1575, 69, 1585, 1576, 69, 69, 69,
1580, 69, 1588, 1579, 69, 69, 1582, 1583, 1587, 1590,
69, 1589, 1591, 1799, 1592, 1584, 69, 1586, 1593, 69,
69, 69, 1585, 1596, 1595, 1598, 1594, 1799, 69, 69,
69, 1597, 69, 1582, 1583, 1587, 1590, 69, 1589, 1591,
69, 1592, 1599, 69, 69, 1593, 69, 1600, 1601, 69,
1596, 1595, 1598, 1594, 69, 1602, 1603, 1604, 1597, 1606,
1607, 1608, 1605, 1610, 1609, 69, 1613, 1799, 69, 1599,
1614, 1799, 69, 1615, 1600, 69, 1611, 69, 69, 69,
1612, 69, 1602, 1603, 69, 69, 1606, 1607, 69, 1605,
1610, 1609, 69, 1613, 69, 69, 1616, 1614, 1617, 69,
1615, 1618, 1619, 1611, 1620, 1621, 1622, 1612, 1623, 69,
69, 1624, 1799, 69, 69, 69, 1625, 1628, 1626, 69,
69, 1799, 1627, 1616, 1629, 1617, 69, 69, 1618, 1619,
1630, 1620, 1621, 1622, 69, 1631, 1633, 1634, 1624, 69,
1635, 69, 1632, 69, 69, 1626, 69, 69, 69, 1627,
69, 1629, 1636, 1637, 1638, 69, 1639, 1630, 1640, 69,
1643, 69, 1631, 1633, 1634, 1641, 1642, 1635, 1645, 1632,
69, 1644, 69, 69, 1646, 1647, 1649, 1651, 69, 69,
1637, 69, 1648, 1639, 69, 69, 69, 1643, 1654, 1650,
69, 69, 1641, 1642, 1656, 1645, 69, 1652, 1644, 1653,
1655, 69, 69, 1649, 69, 1659, 69, 1660, 69, 1648,
69, 1661, 69, 1657, 1658, 1654, 1650, 1662, 1663, 69,
1664, 1665, 1666, 69, 1652, 69, 1653, 1655, 1667, 1668,
1669, 69, 69, 1670, 69, 1671, 1673, 1672, 1661, 69,
1657, 1658, 69, 1674, 1662, 1663, 1675, 1664, 69, 69,
69, 69, 1676, 1677, 69, 69, 1668, 69, 1681, 69,
1670, 1678, 69, 1673, 1672, 1679, 1680, 69, 69, 1686,
69, 69, 1799, 1675, 1688, 1682, 1685, 1687, 1689, 1676,
69, 69, 69, 69, 69, 1681, 69, 69, 1678, 1683,
1684, 69, 1679, 1680, 1691, 1690, 1686, 1692, 1693, 69,
1694, 69, 1682, 1685, 1687, 69, 1695, 1696, 1698, 1699,
1700, 1799, 69, 69, 1697, 1706, 1683, 1684, 69, 69,
69, 69, 1690, 69, 1692, 69, 1701, 1694, 1703, 1704,
1707, 1708, 1705, 69, 1696, 69, 69, 1700, 69, 1702,
69, 1697, 69, 1709, 1715, 69, 1710, 1712, 1711, 1713,
69, 69, 69, 1701, 1716, 1703, 1704, 69, 69, 1705,
1714, 69, 69, 69, 1721, 1718, 1702, 1726, 1717, 1720,
69, 1715, 69, 1710, 69, 1711, 1713, 1719, 69, 69,
1722, 1716, 69, 69, 69, 1727, 1723, 1714, 69, 69,
1725, 1721, 1718, 1728, 69, 1717, 1720, 69, 1724, 1729,
69, 1732, 69, 69, 1719, 1736, 1730, 1722, 69, 1737,
1731, 1733, 1727, 1723, 1799, 69, 1734, 1725, 1738, 1735,
1728, 69, 69, 1799, 69, 1724, 1729, 69, 69, 1746,
1739, 69, 69, 1730, 1740, 1741, 69, 1731, 1733, 1742,
69, 1743, 69, 1734, 69, 1738, 1735, 69, 69, 1744,
1745, 69, 1747, 1754, 1749, 69, 1746, 1739, 69, 1748,
1750, 1740, 1741, 69, 1799, 1799, 1742, 69, 1743, 1751,
1752, 1755, 1799, 1756, 69, 1753, 1744, 1745, 1759, 1747,
69, 1749, 69, 69, 69, 1799, 1748, 1750, 1762, 1799,
1766, 69, 69, 69, 1761, 1757, 1751, 1752, 69, 1758,
1756, 1767, 1753, 69, 1760, 1763, 1764, 69, 69, 69,
69, 1765, 69, 69, 69, 1762, 69, 1766, 1769, 1768,
1771, 1761, 1757, 69, 1770, 69, 1758, 69, 1767, 1772,
1774, 1760, 1763, 1764, 1775, 1773, 1778, 1799, 1765, 1776,
1777, 1799, 69, 69, 69, 1769, 1768, 1771, 69, 69,
69, 1770, 1779, 1780, 69, 1781, 1772, 69, 69, 69,
69, 1775, 1773, 1778, 1782, 1783, 1776, 1777, 1784, 1788,
1785, 1790, 69, 69, 1787, 69, 1786, 69, 69, 1779,
1780, 1791, 1781, 1799, 69, 1789, 1792, 1793, 1794, 1797,
1798, 1782, 1783, 1799, 69, 1784, 69, 1785, 69, 1795,
69, 1787, 1799, 1786, 1799, 69, 69, 69, 69, 69,
69, 1796, 1789, 1792, 1793, 1794, 69, 69, 1799, 69,
1799, 1799, 1799, 1799, 1799, 1799, 1795, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1796, 41,
41, 41, 41, 41, 41, 41, 46, 46, 46, 46,
46, 46, 46, 51, 51, 51, 51, 51, 51, 51,
57, 57, 57, 57, 57, 57, 57, 62, 62, 62,
62, 62, 62, 62, 72, 72, 1799, 72, 72, 72,
72, 127, 127, 1799, 1799, 1799, 127, 127, 129, 129,
1799, 1799, 129, 1799, 129, 131, 1799, 1799, 1799, 1799,
1799, 131, 134, 134, 1799, 1799, 1799, 134, 134, 136,
1799, 1799, 1799, 1799, 1799, 136, 138, 138, 1799, 138,
138, 138, 138, 73, 73, 1799, 73, 73, 73, 73,
13, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799
} ;
static yyconst flex_int16_t yy_chk[5277] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 3, 3, 3, 4, 4,
4, 5, 5, 6, 6, 5, 24, 6, 7, 7,
7, 7, 1805, 7, 8, 8, 8, 8, 24, 8,
9, 9, 9, 10, 10, 10, 15, 45, 45, 50,
15, 3, 50, 24, 4, 61, 61, 5, 19, 6,
19, 19, 70, 19, 669, 7, 70, 40, 19, 40,
40, 8, 40, 23, 20, 20, 9, 40, 663, 10,
11, 11, 11, 11, 11, 11, 12, 12, 12, 12,
12, 12, 20, 23, 27, 19, 23, 29, 20, 11,
23, 20, 20, 136, 21, 12, 27, 25, 663, 29,
134, 21, 34, 94, 28, 25, 133, 11, 21, 20,
23, 27, 131, 12, 29, 34, 11, 128, 128, 129,
21, 21, 12, 25, 25, 76, 28, 26, 21, 34,
26, 28, 25, 30, 94, 21, 22, 26, 32, 26,
22, 30, 127, 22, 32, 22, 22, 30, 76, 31,
26, 30, 76, 31, 26, 75, 83, 26, 22, 30,
30, 83, 79, 22, 26, 32, 26, 22, 30, 31,
22, 79, 22, 22, 30, 31, 31, 35, 30, 75,
31, 35, 75, 83, 68, 37, 62, 37, 77, 79,
57, 35, 52, 38, 35, 77, 31, 33, 38, 51,
90, 33, 37, 35, 35, 247, 38, 33, 35, 39,
33, 37, 37, 39, 37, 77, 36, 33, 35, 33,
38, 35, 46, 90, 33, 38, 36, 90, 33, 37,
36, 36, 247, 66, 33, 39, 39, 33, 36, 130,
39, 41, 130, 36, 33, 56, 66, 56, 56, 64,
56, 64, 64, 36, 64, 135, 135, 36, 36, 67,
66, 67, 67, 69, 67, 69, 69, 72, 69, 72,
72, 78, 72, 69, 80, 81, 82, 72, 86, 85,
84, 14, 87, 13, 78, 82, 64, 80, 84, 87,
81, 86, 91, 215, 0, 78, 85, 88, 78, 89,
92, 80, 81, 82, 72, 86, 88, 84, 89, 87,
85, 78, 93, 92, 91, 93, 0, 95, 96, 91,
99, 101, 215, 85, 88, 95, 89, 92, 93, 93,
97, 103, 98, 99, 97, 98, 93, 100, 96, 93,
96, 101, 93, 105, 95, 96, 107, 99, 101, 102,
105, 103, 104, 106, 97, 93, 93, 97, 103, 98,
100, 97, 106, 102, 100, 96, 104, 109, 108, 107,
105, 109, 113, 107, 110, 112, 102, 108, 111, 104,
106, 110, 112, 115, 114, 117, 113, 122, 116, 109,
142, 115, 118, 122, 109, 108, 114, 116, 109, 113,
119, 110, 112, 120, 111, 111, 121, 118, 125, 124,
115, 114, 120, 123, 122, 116, 117, 121, 0, 118,
119, 142, 0, 125, 0, 0, 119, 119, 126, 140,
120, 124, 253, 121, 123, 125, 124, 126, 123, 132,
123, 132, 132, 137, 132, 137, 137, 119, 137, 138,
141, 138, 138, 140, 138, 126, 140, 143, 145, 253,
144, 123, 146, 147, 150, 153, 145, 0, 148, 143,
147, 149, 141, 148, 146, 151, 0, 141, 0, 144,
154, 0, 155, 157, 143, 145, 138, 144, 154, 146,
147, 153, 153, 149, 158, 150, 151, 0, 149, 148,
148, 156, 0, 151, 155, 156, 157, 154, 160, 155,
157, 163, 159, 0, 0, 161, 158, 162, 161, 0,
160, 158, 168, 151, 152, 159, 162, 164, 156, 152,
161, 165, 0, 163, 152, 160, 166, 167, 163, 159,
152, 152, 161, 166, 162, 161, 169, 152, 167, 164,
165, 152, 170, 168, 164, 171, 152, 165, 165, 174,
172, 152, 170, 166, 167, 173, 175, 152, 152, 176,
177, 173, 169, 169, 0, 178, 180, 165, 172, 0,
179, 0, 0, 170, 181, 182, 171, 172, 175, 170,
174, 181, 173, 175, 179, 178, 184, 180, 186, 183,
176, 177, 178, 180, 183, 185, 182, 179, 189, 187,
188, 181, 182, 190, 192, 184, 194, 188, 190, 185,
186, 187, 193, 184, 195, 186, 183, 196, 200, 193,
189, 201, 185, 191, 191, 189, 187, 188, 197, 198,
190, 194, 191, 194, 195, 192, 197, 199, 203, 193,
200, 195, 205, 202, 198, 206, 204, 208, 196, 200,
191, 191, 201, 203, 204, 197, 198, 207, 211, 209,
202, 205, 214, 199, 199, 203, 210, 200, 202, 205,
202, 209, 212, 204, 212, 210, 206, 211, 208, 207,
213, 223, 216, 218, 207, 211, 209, 202, 214, 214,
217, 219, 0, 210, 218, 220, 222, 221, 224, 212,
225, 227, 0, 219, 213, 0, 226, 213, 216, 216,
218, 224, 223, 232, 222, 235, 217, 217, 219, 220,
221, 229, 220, 222, 221, 224, 225, 225, 226, 228,
229, 230, 227, 226, 234, 231, 228, 230, 235, 232,
232, 233, 235, 234, 236, 237, 238, 0, 229, 231,
0, 239, 240, 236, 241, 242, 228, 241, 230, 245,
237, 234, 231, 243, 241, 233, 244, 240, 233, 243,
248, 236, 237, 242, 245, 239, 254, 238, 239, 240,
244, 241, 242, 250, 241, 0, 245, 246, 246, 249,
243, 251, 249, 244, 248, 250, 255, 248, 254, 249,
259, 256, 252, 254, 257, 260, 258, 259, 262, 251,
250, 0, 246, 256, 246, 246, 249, 261, 251, 249,
252, 258, 255, 255, 261, 264, 257, 259, 256, 252,
262, 257, 263, 258, 263, 262, 260, 265, 264, 266,
265, 267, 265, 268, 261, 282, 269, 273, 265, 0,
271, 270, 264, 0, 269, 272, 263, 266, 270, 263,
269, 263, 271, 273, 265, 268, 266, 265, 272, 265,
268, 273, 267, 269, 273, 274, 282, 271, 270, 276,
277, 269, 272, 278, 279, 280, 0, 281, 274, 278,
273, 276, 279, 287, 281, 283, 285, 280, 277, 283,
0, 290, 274, 275, 275, 0, 276, 277, 285, 286,
278, 279, 280, 275, 281, 275, 275, 275, 284, 288,
275, 286, 283, 285, 287, 284, 288, 291, 275, 292,
275, 275, 290, 298, 294, 289, 286, 0, 291, 307,
275, 294, 275, 275, 275, 284, 288, 275, 289, 293,
293, 292, 295, 296, 291, 297, 292, 300, 298, 301,
298, 294, 289, 295, 296, 299, 300, 0, 297, 303,
307, 304, 301, 306, 305, 308, 302, 0, 293, 295,
296, 308, 297, 309, 300, 310, 301, 303, 299, 302,
0, 306, 299, 304, 302, 311, 303, 305, 304, 313,
306, 305, 308, 302, 309, 312, 315, 314, 310, 316,
309, 317, 310, 313, 0, 316, 302, 319, 0, 320,
318, 311, 311, 0, 322, 328, 313, 312, 321, 317,
322, 323, 312, 314, 314, 318, 316, 315, 317, 325,
319, 327, 326, 328, 319, 320, 320, 318, 326, 329,
321, 322, 328, 335, 332, 321, 329, 323, 323, 330,
327, 332, 334, 333, 336, 325, 325, 373, 327, 326,
333, 337, 339, 338, 330, 334, 329, 342, 340, 343,
341, 332, 336, 342, 335, 341, 330, 340, 345, 334,
333, 336, 338, 337, 373, 353, 344, 356, 337, 356,
338, 346, 343, 339, 342, 340, 343, 341, 344, 347,
345, 349, 346, 350, 351, 345, 0, 347, 349, 353,
352, 350, 353, 344, 356, 351, 354, 358, 346, 352,
0, 355, 359, 354, 357, 0, 347, 348, 349, 358,
350, 351, 348, 360, 348, 362, 368, 359, 0, 364,
362, 352, 348, 354, 358, 360, 352, 355, 355, 359,
357, 357, 348, 348, 348, 361, 363, 364, 366, 348,
360, 348, 362, 361, 365, 367, 364, 368, 370, 348,
366, 369, 365, 371, 372, 374, 0, 370, 363, 348,
376, 375, 361, 363, 384, 366, 369, 371, 367, 378,
374, 365, 367, 372, 377, 370, 375, 381, 369, 380,
371, 372, 374, 380, 376, 382, 377, 376, 375, 379,
383, 381, 379, 378, 385, 384, 378, 386, 387, 388,
379, 377, 391, 389, 381, 388, 0, 394, 390, 392,
380, 0, 382, 395, 394, 393, 379, 383, 396, 379,
0, 385, 403, 400, 386, 389, 388, 0, 397, 387,
389, 390, 392, 391, 394, 390, 392, 393, 398, 399,
396, 397, 393, 398, 395, 396, 402, 398, 399, 400,
400, 401, 405, 403, 404, 397, 0, 0, 407, 402,
401, 406, 398, 408, 409, 398, 399, 0, 412, 414,
398, 410, 404, 402, 398, 419, 405, 408, 401, 405,
407, 404, 410, 406, 406, 407, 409, 411, 406, 416,
408, 409, 413, 414, 415, 417, 414, 0, 410, 412,
421, 420, 411, 422, 417, 423, 419, 418, 0, 423,
406, 416, 424, 413, 411, 425, 416, 426, 415, 413,
418, 415, 417, 420, 421, 422, 424, 421, 420, 425,
422, 427, 428, 429, 418, 430, 423, 429, 431, 424,
0, 432, 425, 433, 434, 440, 431, 428, 426, 427,
436, 438, 433, 434, 440, 435, 428, 436, 427, 428,
430, 437, 430, 435, 429, 431, 432, 439, 432, 438,
433, 434, 440, 441, 428, 442, 445, 436, 438, 439,
447, 443, 435, 444, 437, 441, 446, 449, 437, 443,
448, 444, 0, 450, 439, 452, 447, 451, 449, 453,
441, 450, 445, 445, 468, 454, 442, 447, 443, 446,
444, 451, 448, 446, 449, 452, 455, 448, 456, 457,
450, 453, 452, 459, 451, 454, 453, 458, 457, 460,
461, 462, 454, 464, 0, 468, 463, 0, 455, 464,
456, 459, 460, 455, 466, 456, 457, 458, 472, 469,
459, 470, 461, 465, 458, 462, 460, 461, 462, 463,
464, 465, 466, 463, 471, 473, 470, 472, 474, 0,
474, 466, 469, 471, 473, 472, 469, 477, 470, 465,
465, 483, 485, 486, 480, 484, 0, 0, 465, 477,
492, 471, 473, 488, 480, 474, 475, 0, 489, 483,
475, 508, 491, 475, 477, 485, 484, 489, 483, 485,
475, 480, 484, 475, 486, 488, 493, 492, 475, 490,
488, 490, 494, 475, 496, 489, 491, 475, 508, 491,
475, 0, 0, 495, 497, 0, 493, 475, 498, 0,
475, 487, 487, 493, 487, 495, 490, 487, 494, 494,
496, 496, 487, 499, 503, 500, 497, 501, 487, 487,
495, 497, 498, 500, 501, 498, 504, 487, 487, 487,
502, 487, 507, 503, 487, 499, 505, 509, 502, 487,
499, 503, 500, 511, 501, 487, 487, 506, 505, 510,
512, 516, 504, 504, 507, 515, 506, 502, 0, 507,
513, 518, 514, 505, 515, 517, 519, 511, 509, 518,
511, 512, 520, 516, 506, 521, 522, 512, 516, 513,
510, 514, 515, 524, 522, 517, 525, 513, 518, 514,
526, 520, 517, 519, 527, 0, 528, 529, 533, 520,
0, 524, 0, 522, 525, 0, 521, 527, 530, 529,
524, 0, 532, 525, 526, 539, 530, 526, 532, 535,
533, 527, 528, 528, 529, 533, 535, 534, 545, 536,
537, 538, 530, 534, 536, 530, 540, 537, 539, 532,
541, 542, 539, 530, 544, 540, 535, 543, 541, 538,
548, 547, 549, 550, 534, 545, 536, 537, 538, 542,
543, 556, 546, 540, 547, 544, 553, 541, 542, 546,
555, 544, 552, 554, 543, 558, 550, 551, 547, 554,
550, 548, 557, 549, 558, 551, 560, 552, 553, 546,
0, 559, 556, 553, 561, 562, 555, 555, 563, 552,
554, 561, 558, 564, 551, 559, 557, 567, 565, 557,
567, 566, 572, 568, 571, 564, 569, 560, 559, 566,
574, 561, 562, 569, 572, 563, 568, 573, 0, 573,
564, 565, 574, 575, 567, 565, 576, 571, 566, 572,
568, 571, 578, 569, 570, 577, 570, 574, 581, 576,
570, 0, 570, 583, 573, 575, 580, 570, 577, 583,
575, 582, 570, 576, 579, 578, 580, 586, 570, 578,
581, 570, 577, 570, 582, 581, 579, 570, 580, 570,
583, 584, 585, 580, 570, 587, 588, 590, 582, 570,
587, 579, 587, 580, 584, 592, 589, 0, 586, 596,
590, 588, 593, 585, 597, 591, 594, 596, 584, 585,
587, 587, 587, 588, 590, 595, 598, 587, 589, 587,
591, 592, 592, 589, 593, 594, 596, 600, 595, 593,
601, 597, 591, 594, 603, 604, 602, 587, 605, 598,
607, 606, 595, 598, 602, 609, 608, 610, 603, 606,
614, 607, 611, 609, 601, 619, 624, 601, 600, 611,
605, 603, 612, 602, 608, 605, 604, 607, 606, 610,
613, 617, 609, 608, 610, 612, 616, 619, 618, 611,
617, 614, 619, 622, 616, 620, 621, 624, 613, 612,
618, 623, 625, 0, 0, 627, 629, 613, 617, 627,
641, 622, 630, 616, 0, 618, 625, 620, 621, 631,
622, 628, 620, 621, 628, 630, 631, 623, 623, 625,
629, 632, 634, 629, 633, 636, 627, 641, 635, 630,
0, 633, 637, 632, 635, 638, 631, 628, 628, 639,
640, 628, 642, 0, 643, 0, 634, 636, 632, 634,
639, 633, 636, 643, 637, 635, 638, 644, 649, 637,
642, 640, 638, 645, 648, 646, 639, 640, 647, 642,
652, 643, 645, 646, 650, 647, 653, 654, 648, 652,
649, 644, 656, 655, 644, 649, 657, 658, 659, 0,
645, 648, 646, 654, 660, 647, 650, 652, 655, 658,
653, 650, 660, 653, 654, 661, 665, 662, 666, 673,
655, 664, 674, 656, 658, 659, 666, 657, 661, 671,
664, 660, 662, 667, 665, 667, 670, 675, 677, 672,
676, 671, 661, 665, 662, 666, 672, 679, 664, 670,
673, 677, 0, 674, 684, 678, 671, 0, 680, 675,
667, 682, 676, 670, 675, 677, 672, 676, 678, 679,
680, 681, 683, 682, 679, 685, 686, 0, 688, 681,
683, 684, 678, 687, 685, 680, 689, 690, 682, 695,
687, 692, 693, 691, 694, 0, 0, 686, 681, 683,
697, 693, 685, 686, 688, 688, 691, 690, 689, 696,
687, 695, 694, 689, 690, 692, 695, 696, 692, 693,
691, 694, 697, 698, 699, 700, 701, 697, 702, 703,
704, 698, 710, 705, 709, 707, 696, 708, 701, 710,
702, 705, 706, 700, 707, 704, 709, 699, 706, 703,
698, 699, 700, 701, 711, 702, 703, 704, 708, 710,
705, 709, 707, 713, 708, 714, 715, 0, 716, 706,
0, 718, 711, 719, 717, 716, 720, 719, 714, 721,
724, 711, 723, 722, 720, 715, 718, 725, 0, 728,
726, 733, 714, 715, 713, 716, 717, 722, 718, 727,
723, 717, 729, 720, 719, 721, 721, 734, 730, 723,
722, 724, 726, 725, 725, 728, 728, 726, 731, 732,
729, 727, 733, 0, 739, 735, 727, 736, 732, 729,
730, 731, 738, 0, 741, 730, 742, 745, 734, 0,
739, 745, 0, 746, 743, 731, 732, 735, 742, 744,
736, 739, 735, 743, 736, 737, 746, 741, 738, 738,
737, 741, 737, 742, 737, 748, 737, 744, 745, 747,
746, 743, 749, 737, 750, 752, 744, 747, 751, 754,
751, 757, 737, 750, 748, 749, 753, 737, 756, 737,
0, 737, 748, 737, 759, 761, 747, 760, 753, 749,
763, 750, 752, 757, 760, 751, 754, 762, 757, 758,
765, 764, 756, 753, 766, 756, 769, 758, 764, 768,
767, 759, 761, 770, 760, 769, 773, 763, 771, 762,
774, 775, 765, 766, 762, 776, 758, 765, 764, 783,
0, 766, 767, 769, 770, 768, 768, 767, 771, 777,
770, 778, 779, 775, 780, 771, 781, 773, 775, 778,
782, 774, 786, 781, 782, 785, 776, 777, 779, 784,
783, 787, 785, 788, 0, 784, 777, 786, 778, 779,
787, 780, 784, 781, 789, 791, 790, 782, 790, 786,
0, 789, 785, 792, 791, 794, 784, 793, 787, 788,
788, 793, 784, 796, 799, 797, 798, 796, 800, 801,
0, 789, 791, 790, 802, 792, 0, 794, 0, 804,
792, 800, 794, 797, 793, 798, 803, 804, 807, 799,
0, 799, 797, 798, 796, 800, 806, 802, 805, 805,
801, 802, 803, 808, 809, 806, 804, 811, 813, 810,
807, 809, 808, 803, 812, 807, 811, 814, 817, 816,
819, 813, 812, 806, 820, 805, 815, 816, 818, 814,
808, 809, 810, 820, 811, 813, 810, 822, 815, 821,
817, 812, 819, 825, 814, 817, 816, 819, 818, 822,
823, 820, 824, 815, 826, 818, 827, 821, 824, 831,
0, 0, 828, 832, 822, 825, 821, 829, 834, 833,
825, 823, 832, 837, 835, 838, 836, 823, 842, 824,
836, 834, 835, 838, 839, 826, 831, 827, 828, 828,
832, 833, 839, 829, 829, 834, 833, 840, 840, 842,
837, 835, 838, 843, 841, 842, 844, 836, 845, 846,
847, 839, 841, 848, 844, 849, 845, 846, 847, 851,
850, 849, 0, 853, 840, 852, 848, 856, 0, 854,
855, 841, 850, 844, 843, 845, 846, 847, 853, 862,
848, 856, 849, 857, 858, 851, 851, 850, 866, 852,
853, 854, 852, 855, 856, 859, 854, 855, 858, 859,
861, 857, 863, 870, 868, 864, 862, 861, 865, 874,
857, 858, 859, 868, 871, 865, 872, 876, 878, 866,
859, 880, 859, 879, 863, 870, 859, 861, 864, 863,
870, 868, 864, 880, 884, 865, 874, 883, 885, 859,
871, 871, 878, 882, 876, 878, 884, 872, 880, 879,
879, 881, 888, 881, 887, 886, 882, 888, 889, 883,
890, 884, 886, 891, 883, 885, 892, 894, 0, 896,
882, 891, 0, 895, 889, 897, 894, 898, 881, 888,
887, 887, 886, 890, 898, 889, 895, 890, 892, 900,
891, 899, 901, 892, 894, 896, 896, 897, 899, 901,
895, 902, 897, 903, 898, 904, 905, 900, 906, 916,
907, 908, 0, 905, 909, 0, 900, 911, 899, 901,
911, 912, 914, 907, 0, 903, 902, 913, 902, 914,
903, 915, 918, 905, 915, 909, 904, 907, 908, 906,
916, 909, 913, 917, 911, 919, 915, 912, 912, 914,
918, 920, 921, 920, 913, 915, 922, 923, 915, 918,
928, 915, 924, 927, 0, 917, 925, 919, 926, 931,
917, 924, 919, 915, 925, 926, 921, 929, 920, 921,
930, 929, 952, 923, 923, 927, 932, 922, 933, 924,
927, 928, 934, 925, 935, 926, 931, 933, 936, 934,
938, 935, 930, 937, 929, 939, 0, 930, 932, 952,
940, 936, 945, 932, 938, 933, 941, 940, 937, 934,
942, 935, 943, 941, 947, 936, 946, 938, 943, 949,
937, 953, 948, 942, 945, 948, 939, 940, 946, 945,
949, 954, 956, 941, 947, 960, 955, 942, 959, 943,
948, 947, 961, 946, 962, 953, 949, 955, 953, 948,
956, 962, 948, 954, 957, 965, 959, 958, 954, 956,
958, 964, 957, 955, 963, 959, 960, 969, 965, 961,
964, 962, 966, 973, 967, 958, 969, 968, 963, 968,
970, 957, 965, 966, 958, 971, 0, 958, 964, 967,
972, 963, 0, 0, 969, 973, 971, 974, 0, 966,
973, 967, 975, 978, 968, 975, 970, 970, 972, 976,
979, 974, 971, 980, 981, 982, 983, 972, 976, 979,
975, 985, 982, 974, 974, 984, 989, 985, 992, 975,
988, 0, 975, 0, 978, 981, 976, 979, 974, 984,
989, 981, 982, 991, 980, 985, 990, 983, 985, 988,
993, 991, 984, 989, 985, 990, 994, 988, 997, 992,
996, 993, 998, 0, 999, 994, 1000, 996, 1003, 1004,
991, 1002, 1001, 990, 1006, 1002, 1010, 993, 0, 1005,
1003, 997, 1007, 994, 998, 997, 999, 996, 1000, 998,
1001, 999, 1005, 1000, 1006, 1003, 1004, 1007, 1002, 1001,
1008, 1006, 1009, 1011, 1012, 1013, 1005, 1010, 1014, 1007,
1009, 1016, 1015, 1012, 1019, 1008, 1018, 0, 1011, 0,
1021, 1024, 1020, 1025, 0, 1023, 1013, 1008, 1022, 1009,
1011, 1012, 1013, 1024, 1018, 1014, 1015, 1020, 1016, 1015,
1023, 1019, 1021, 1018, 1026, 1025, 1022, 1021, 1024, 1020,
1025, 1027, 1023, 1028, 1029, 1022, 1030, 1026, 1027, 1033,
0, 1031, 1026, 1034, 1032, 1028, 1033, 1031, 1035, 1036,
1037, 1026, 1032, 1039, 1040, 1035, 1038, 1042, 1027, 1046,
1028, 1029, 1044, 1043, 1026, 1047, 1033, 1030, 1031, 1048,
1034, 1032, 1043, 0, 0, 1035, 1036, 1037, 1040, 1038,
1045, 1040, 1045, 1038, 1039, 1052, 1046, 0, 1042, 0,
1043, 1047, 1047, 1044, 1049, 1049, 1049, 1050, 1051, 1053,
1048, 1049, 1054, 1056, 1050, 1051, 1053, 1045, 1055, 1049,
1057, 1057, 1058, 1059, 1055, 1054, 1052, 1062, 1061, 1063,
1059, 1049, 1049, 1049, 1050, 1051, 1053, 1064, 1049, 1054,
1056, 1063, 1065, 1066, 1066, 1055, 1061, 1057, 1058, 1058,
1059, 1067, 1068, 1068, 1062, 1061, 1063, 1064, 1071, 1072,
1065, 1069, 1074, 1075, 1064, 1076, 1073, 0, 1077, 1065,
1066, 1082, 1069, 1073, 1079, 1078, 1080, 1067, 1067, 1068,
1071, 1083, 1074, 1080, 1086, 1071, 1082, 0, 1069, 1074,
1072, 1081, 1079, 1073, 1075, 1077, 1076, 1078, 1082, 1081,
1084, 1079, 1078, 1080, 1087, 1083, 1085, 1085, 1083, 1084,
1086, 1086, 1088, 1089, 1090, 1092, 1087, 1094, 1081, 1091,
1088, 1097, 1095, 1096, 1098, 1089, 1099, 1084, 1095, 1093,
1099, 1087, 1100, 1085, 1093, 1090, 1096, 1091, 1102, 1088,
1089, 1090, 1092, 1104, 1094, 1093, 1091, 1101, 1101, 1095,
1096, 1098, 1097, 1102, 1103, 1105, 1093, 1099, 1104, 1108,
1106, 1093, 1107, 1100, 1107, 1102, 1109, 1110, 1111, 0,
1104, 1109, 1113, 1115, 1101, 1106, 1114, 1116, 1105, 1117,
1118, 0, 1105, 1111, 1120, 1103, 1117, 1106, 1119, 1107,
1108, 1121, 1123, 1109, 1128, 1111, 1113, 1125, 1110, 1113,
1115, 1118, 1114, 1114, 1116, 1120, 1117, 1118, 1127, 1121,
1119, 1120, 1125, 1129, 1123, 1119, 1130, 1131, 1121, 1123,
1129, 1128, 1132, 1127, 1125, 1133, 1131, 1135, 1134, 1136,
1132, 0, 1139, 1140, 1130, 1127, 1138, 1143, 1148, 1141,
1129, 1139, 1136, 1130, 1131, 0, 1150, 1138, 1133, 1132,
1134, 1140, 1133, 1146, 1147, 1134, 1136, 1141, 1135, 1139,
1140, 1149, 1138, 1138, 1143, 1146, 1141, 1147, 1151, 1148,
1152, 1149, 1150, 1150, 1138, 1155, 1154, 0, 1156, 1158,
1146, 1147, 1155, 1157, 1159, 1158, 1162, 1162, 1149, 0,
0, 1164, 1160, 1151, 1161, 1151, 1154, 1152, 1164, 1159,
1163, 1157, 1155, 1154, 1156, 1156, 1158, 1160, 1165, 1161,
1157, 1159, 1163, 1162, 1167, 1165, 1169, 1168, 1164, 1160,
1170, 1161, 1173, 1175, 1172, 1169, 1177, 1163, 1174, 1174,
1178, 1176, 1180, 1181, 0, 1165, 1167, 1172, 1170, 1180,
1182, 1167, 1168, 1169, 1168, 1175, 1183, 1170, 1177, 1173,
1175, 1172, 1178, 1177, 1179, 1174, 1176, 1178, 1176, 1180,
1183, 1184, 1182, 1179, 1181, 1187, 1186, 1182, 1188, 1192,
1189, 1190, 1191, 1183, 1186, 1195, 1194, 0, 1187, 1191,
1184, 1179, 1193, 1190, 0, 1197, 0, 0, 1184, 1198,
1195, 1199, 1187, 1186, 1214, 1188, 1189, 1189, 1190, 1191,
1192, 1194, 1195, 1194, 1193, 1196, 1199, 1198, 1196, 1193,
1197, 1201, 1197, 1204, 1202, 1205, 1198, 1206, 1199, 1308,
0, 1214, 1205, 1196, 1208, 1210, 1216, 1204, 1206, 1213,
1215, 1211, 1196, 1201, 1221, 1196, 1202, 1212, 1201, 1212,
1204, 1202, 1205, 1211, 1206, 1208, 1210, 1213, 1215, 1218,
1308, 1208, 1210, 1216, 1217, 1219, 1213, 1215, 1211, 1220,
1222, 1221, 1217, 1223, 1212, 1226, 1227, 1228, 0, 1229,
1223, 1231, 1218, 1220, 1230, 1232, 1218, 1219, 1233, 1222,
1231, 1217, 1219, 1235, 1227, 1235, 1220, 1222, 1238, 1230,
1223, 1236, 1226, 1227, 1228, 1229, 1229, 1232, 1231, 1237,
1238, 1230, 1232, 1237, 1242, 1233, 1239, 1240, 1241, 1243,
1235, 1244, 0, 1236, 1247, 1238, 1240, 1245, 1236, 1241,
1246, 1246, 1247, 1244, 1250, 1249, 1237, 1250, 1239, 1249,
0, 1242, 1243, 1239, 1240, 1241, 1243, 1251, 1244, 1245,
1252, 1247, 1253, 1254, 1245, 1251, 1252, 1246, 1256, 1254,
1257, 1250, 1249, 1259, 1258, 0, 1261, 1253, 1260, 1262,
1263, 1264, 1265, 1266, 1251, 1267, 1259, 1252, 1258, 1253,
1254, 1268, 1260, 1264, 1257, 1256, 1265, 1257, 1270, 1271,
1259, 1258, 1261, 1261, 1275, 1260, 1262, 1263, 1264, 1265,
1266, 1269, 1267, 1272, 1274, 1276, 1277, 1282, 1268, 1269,
1278, 1272, 1280, 1276, 1279, 1270, 1271, 1283, 1286, 1278,
1288, 1275, 0, 1281, 0, 1283, 1274, 1288, 1269, 1292,
1272, 1274, 1276, 1277, 1282, 1279, 1280, 1278, 1281, 1280,
1284, 1279, 1289, 1285, 1283, 1286, 1289, 1288, 1290, 1281,
1281, 1285, 1284, 1291, 1293, 1294, 1292, 1295, 1295, 1296,
1290, 1297, 1293, 1298, 1300, 1281, 1300, 1284, 1302, 1289,
1285, 1299, 1303, 1301, 1302, 1290, 1291, 1304, 1298, 1297,
1291, 1293, 1294, 1305, 1295, 1296, 1296, 1301, 1297, 1304,
1298, 1300, 1307, 1299, 1303, 1302, 1306, 1309, 1299, 1303,
1301, 1305, 1311, 1313, 1304, 1307, 1314, 1315, 1316, 1311,
1305, 0, 1321, 1318, 1306, 1324, 1316, 1323, 1319, 1307,
1309, 1313, 1326, 1306, 1309, 1318, 0, 1321, 1328, 1311,
1313, 1330, 1314, 1314, 1316, 1316, 1319, 1324, 1315, 1321,
1318, 1323, 1324, 1316, 1323, 1319, 1325, 1329, 1331, 1326,
1334, 1332, 0, 1325, 1333, 1328, 1336, 1330, 1330, 1338,
1329, 1337, 1333, 1331, 1332, 1339, 0, 1341, 1342, 1345,
1350, 1344, 0, 1325, 1329, 1331, 1334, 1334, 1332, 1336,
1341, 1333, 1340, 1336, 1346, 1337, 1338, 1339, 1337, 1340,
1343, 1342, 1339, 1344, 1341, 1342, 1348, 1343, 1344, 1349,
1345, 1350, 1352, 1351, 1360, 1346, 1355, 1348, 1356, 1340,
1363, 1346, 1364, 1366, 1368, 1369, 0, 1343, 0, 1355,
1374, 1349, 1351, 1348, 1372, 1370, 1349, 1352, 1374, 1352,
1351, 1360, 1363, 1355, 1356, 1356, 1370, 1363, 1371, 1364,
1366, 1369, 1369, 1371, 1375, 1368, 1372, 1374, 1376, 1378,
1379, 1372, 1370, 1380, 0, 1383, 1381, 1385, 0, 1375,
1386, 1387, 1380, 1389, 1388, 1371, 1390, 1378, 1381, 1391,
0, 1375, 0, 0, 1387, 1376, 1378, 1392, 1397, 1385,
1380, 1379, 1383, 1381, 1385, 1386, 1388, 1386, 1387, 1393,
1389, 1388, 1392, 1390, 1394, 1395, 1391, 1396, 1393, 1398,
1397, 1399, 1400, 1403, 1392, 1397, 1398, 1401, 1401, 1394,
1395, 1402, 1396, 0, 1405, 0, 1393, 1403, 1402, 1410,
1400, 1394, 1395, 1408, 1396, 1409, 1398, 1405, 1399, 1400,
1403, 1406, 1404, 1411, 1401, 1404, 1414, 1407, 1402, 1415,
1406, 1405, 1407, 1414, 1416, 1408, 1410, 1409, 1415, 1416,
1408, 1418, 1409, 1421, 1417, 1419, 1420, 1423, 1406, 1404,
1411, 1417, 1419, 1414, 1407, 1420, 1415, 1424, 1425, 1418,
1431, 1416, 1432, 0, 1426, 0, 1476, 0, 1418, 1421,
1421, 1417, 1419, 1420, 1423, 1424, 1426, 1427, 1425, 1428,
1433, 1429, 1430, 1434, 1424, 1425, 1427, 1431, 1428, 1433,
1430, 1426, 1429, 1432, 1435, 1434, 1436, 1476, 1437, 1444,
1443, 1445, 1435, 1439, 1427, 1437, 1428, 1433, 1429, 1430,
1434, 1439, 1442, 1445, 1447, 1448, 1452, 1451, 1436, 1442,
1446, 1435, 1450, 1436, 1443, 1437, 1444, 1443, 1445, 1446,
1439, 1453, 1455, 1457, 1450, 1458, 0, 1462, 1448, 1442,
1451, 1447, 1448, 1452, 1451, 1453, 1456, 1446, 1463, 1450,
1464, 0, 1465, 1463, 1456, 1470, 1466, 1467, 1453, 1455,
1457, 1468, 1458, 1462, 1462, 1467, 0, 1470, 1464, 1471,
1472, 1474, 1475, 1456, 1465, 1463, 1478, 1464, 1466, 1465,
1468, 1473, 1470, 1466, 1467, 1477, 1479, 1482, 1468, 1484,
0, 1471, 1472, 1473, 1483, 0, 1471, 1472, 1474, 1475,
1488, 1485, 1486, 1478, 1487, 1489, 1491, 1477, 1473, 0,
0, 1484, 1477, 1479, 1486, 1492, 1484, 1483, 1482, 1485,
1489, 1483, 1488, 1487, 1492, 1493, 1494, 1488, 1485, 1486,
1491, 1487, 1489, 1491, 1496, 1499, 1495, 1497, 1500, 1493,
1501, 1502, 1492, 1499, 1494, 1500, 1505, 1506, 1501, 1503,
1507, 1504, 1493, 1494, 1495, 1497, 1512, 1503, 0, 1518,
1496, 1496, 1499, 1495, 1497, 1500, 1506, 1501, 1502, 1504,
1509, 1510, 1507, 1505, 1506, 1514, 1503, 1507, 1504, 1512,
1513, 0, 1516, 1512, 1521, 1510, 1518, 1514, 1509, 1522,
1523, 1521, 1524, 1513, 1525, 1526, 1527, 1509, 1510, 1528,
1529, 1530, 1514, 1534, 1535, 1527, 1531, 1513, 1516, 1516,
0, 1521, 1528, 0, 1523, 1522, 1522, 1523, 1539, 1524,
1541, 1525, 1526, 1527, 1534, 1540, 1528, 1541, 1530, 1531,
1534, 1529, 1543, 1531, 1540, 1535, 1538, 1538, 1542, 1545,
1539, 1544, 1546, 0, 1547, 1539, 1538, 1541, 1548, 1544,
1546, 1542, 1540, 1551, 1550, 1553, 1549, 0, 1545, 1543,
1551, 1552, 1552, 1538, 1538, 1542, 1545, 1549, 1544, 1546,
1547, 1547, 1554, 1553, 1548, 1548, 1550, 1555, 1557, 1554,
1551, 1550, 1553, 1549, 1555, 1558, 1560, 1561, 1552, 1563,
1564, 1565, 1562, 1567, 1566, 1560, 1571, 0, 1571, 1554,
1575, 0, 1564, 1576, 1555, 1557, 1569, 1563, 1566, 1558,
1570, 1567, 1558, 1560, 1561, 1562, 1563, 1564, 1565, 1562,
1567, 1566, 1575, 1571, 1569, 1570, 1577, 1575, 1579, 1576,
1576, 1580, 1581, 1569, 1582, 1583, 1584, 1570, 1585, 1581,
1582, 1586, 0, 1586, 1577, 1584, 1587, 1591, 1589, 1580,
1579, 0, 1590, 1577, 1592, 1579, 1589, 1583, 1580, 1581,
1593, 1582, 1583, 1584, 1590, 1594, 1596, 1597, 1586, 1585,
1598, 1598, 1595, 1587, 1591, 1589, 1594, 1592, 1593, 1590,
1595, 1592, 1599, 1600, 1602, 1596, 1603, 1593, 1605, 1597,
1609, 1600, 1594, 1596, 1597, 1606, 1607, 1598, 1611, 1595,
1607, 1610, 1606, 1611, 1612, 1613, 1615, 1617, 1603, 1599,
1600, 1602, 1614, 1603, 1610, 1605, 1609, 1609, 1620, 1616,
1614, 1615, 1606, 1607, 1622, 1611, 1616, 1618, 1610, 1619,
1621, 1612, 1613, 1615, 1617, 1624, 1619, 1626, 1621, 1614,
1620, 1627, 1618, 1623, 1623, 1620, 1616, 1629, 1630, 1627,
1631, 1632, 1633, 1623, 1618, 1622, 1619, 1621, 1634, 1635,
1637, 1630, 1624, 1639, 1626, 1641, 1643, 1642, 1627, 1629,
1623, 1623, 1631, 1644, 1629, 1630, 1645, 1631, 1632, 1633,
1642, 1635, 1648, 1649, 1643, 1634, 1635, 1637, 1654, 1639,
1639, 1650, 1641, 1643, 1642, 1652, 1653, 1654, 1645, 1658,
1644, 1648, 0, 1645, 1662, 1655, 1657, 1661, 1663, 1648,
1649, 1653, 1657, 1650, 1661, 1654, 1655, 1652, 1650, 1656,
1656, 1658, 1652, 1653, 1668, 1664, 1658, 1670, 1672, 1656,
1673, 1662, 1655, 1657, 1661, 1663, 1675, 1676, 1679, 1680,
1681, 0, 1681, 1673, 1678, 1687, 1656, 1656, 1664, 1676,
1670, 1668, 1664, 1678, 1670, 1672, 1682, 1673, 1684, 1685,
1690, 1692, 1686, 1675, 1676, 1679, 1680, 1681, 1682, 1683,
1686, 1678, 1687, 1694, 1703, 1683, 1696, 1700, 1697, 1701,
1684, 1685, 1703, 1682, 1704, 1684, 1685, 1690, 1692, 1686,
1702, 1696, 1701, 1704, 1713, 1710, 1683, 1718, 1705, 1712,
1694, 1703, 1713, 1696, 1697, 1697, 1701, 1711, 1700, 1705,
1714, 1704, 1702, 1712, 1711, 1719, 1715, 1702, 1710, 1714,
1717, 1713, 1710, 1720, 1718, 1705, 1712, 1715, 1716, 1721,
1716, 1724, 1717, 1719, 1711, 1729, 1722, 1714, 1722, 1730,
1723, 1725, 1719, 1715, 0, 1720, 1727, 1717, 1731, 1728,
1720, 1721, 1723, 0, 1725, 1716, 1721, 1728, 1727, 1739,
1732, 1731, 1724, 1722, 1733, 1734, 1729, 1723, 1725, 1735,
1730, 1736, 1733, 1727, 1732, 1731, 1728, 1735, 1734, 1737,
1738, 1739, 1740, 1747, 1742, 1736, 1739, 1732, 1738, 1741,
1743, 1733, 1734, 1737, 0, 0, 1735, 1741, 1736, 1744,
1745, 1748, 0, 1749, 1740, 1746, 1737, 1738, 1752, 1740,
1742, 1742, 1743, 1746, 1747, 0, 1741, 1743, 1756, 0,
1760, 1744, 1745, 1749, 1754, 1750, 1744, 1745, 1748, 1751,
1749, 1761, 1746, 1750, 1753, 1757, 1758, 1751, 1754, 1752,
1756, 1759, 1753, 1757, 1758, 1756, 1760, 1760, 1763, 1762,
1765, 1754, 1750, 1761, 1764, 1759, 1751, 1762, 1761, 1766,
1768, 1753, 1757, 1758, 1769, 1767, 1772, 0, 1759, 1770,
1771, 0, 1765, 1767, 1763, 1763, 1762, 1765, 1771, 1766,
1764, 1764, 1773, 1775, 1769, 1776, 1766, 1768, 1772, 1770,
1773, 1769, 1767, 1772, 1777, 1778, 1770, 1771, 1779, 1783,
1780, 1785, 1777, 1778, 1782, 1775, 1781, 1776, 1780, 1773,
1775, 1786, 1776, 0, 1781, 1784, 1787, 1789, 1792, 1795,
1796, 1777, 1778, 0, 1779, 1779, 1783, 1780, 1785, 1793,
1782, 1782, 0, 1781, 0, 1784, 1787, 1793, 1786, 1789,
1792, 1794, 1784, 1787, 1789, 1792, 1795, 1796, 0, 1794,
0, 0, 0, 0, 0, 0, 1793, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1794, 1800,
1800, 1800, 1800, 1800, 1800, 1800, 1801, 1801, 1801, 1801,
1801, 1801, 1801, 1802, 1802, 1802, 1802, 1802, 1802, 1802,
1803, 1803, 1803, 1803, 1803, 1803, 1803, 1804, 1804, 1804,
1804, 1804, 1804, 1804, 1806, 1806, 0, 1806, 1806, 1806,
1806, 1807, 1807, 0, 0, 0, 1807, 1807, 1808, 1808,
0, 0, 1808, 0, 1808, 1809, 0, 0, 0, 0,
0, 1809, 1810, 1810, 0, 0, 0, 1810, 1810, 1811,
0, 0, 0, 0, 0, 1811, 1812, 1812, 0, 1812,
1812, 1812, 1812, 1813, 1813, 0, 1813, 1813, 1813, 1813,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799, 1799,
1799, 1799, 1799, 1799, 1799, 1799
} ;
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
static int yy_more_flag = 0;
static int yy_more_len = 0;
#define yymore() ((yy_more_flag) = 1)
#define YY_MORE_ADJ (yy_more_len)
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "util/configlexer.lex"
#line 2 "util/configlexer.lex"
/*
* configlexer.lex - lexical analyzer for unbound config file
*
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
*
* See LICENSE for the license.
*
*/
#include <ctype.h>
#include <string.h>
#include <strings.h>
#ifdef HAVE_GLOB_H
# include <glob.h>
#endif
#include "util/config_file.h"
#include "util/configparser.h"
void ub_c_error(const char *message);
#if 0
#define LEXOUT(s) printf s /* used ONLY when debugging */
#else
#define LEXOUT(s)
#endif
/** avoid warning in about fwrite return value */
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
/** A parser variable, this is a statement in the config file which is
* of the form variable: value1 value2 ... nargs is the number of values. */
#define YDVAR(nargs, var) \
num_args=(nargs); \
LEXOUT(("v(%s%d) ", yytext, num_args)); \
if(num_args > 0) { BEGIN(val); } \
return (var);
struct inc_state {
char* filename;
int line;
YY_BUFFER_STATE buffer;
struct inc_state* next;
};
static struct inc_state* config_include_stack = NULL;
static int inc_depth = 0;
static int inc_prev = 0;
static int num_args = 0;
void init_cfg_parse(void)
{
config_include_stack = NULL;
inc_depth = 0;
inc_prev = 0;
num_args = 0;
}
static void config_start_include(const char* filename)
{
FILE *input;
struct inc_state* s;
char* nm;
if(inc_depth++ > 100000) {
ub_c_error_msg("too many include files");
return;
}
if(*filename == '\0') {
ub_c_error_msg("empty include file name");
return;
}
s = (struct inc_state*)malloc(sizeof(*s));
if(!s) {
ub_c_error_msg("include %s: malloc failure", filename);
return;
}
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
strlen(cfg_parser->chroot)) == 0) {
filename += strlen(cfg_parser->chroot);
}
nm = strdup(filename);
if(!nm) {
ub_c_error_msg("include %s: strdup failure", filename);
free(s);
return;
}
input = fopen(filename, "r");
if(!input) {
ub_c_error_msg("cannot open include file '%s': %s",
filename, strerror(errno));
free(s);
free(nm);
return;
}
LEXOUT(("switch_to_include_file(%s)\n", filename));
s->filename = cfg_parser->filename;
s->line = cfg_parser->line;
s->buffer = YY_CURRENT_BUFFER;
s->next = config_include_stack;
config_include_stack = s;
cfg_parser->filename = nm;
cfg_parser->line = 1;
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
}
static void config_start_include_glob(const char* filename)
{
/* check for wildcards */
#ifdef HAVE_GLOB
glob_t g;
size_t i;
int r, flags;
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
!strchr(filename, '{') && !strchr(filename, '~'))) {
flags = 0
#ifdef GLOB_ERR
| GLOB_ERR
#endif
#ifdef GLOB_NOSORT
| GLOB_NOSORT
#endif
#ifdef GLOB_BRACE
| GLOB_BRACE
#endif
#ifdef GLOB_TILDE
| GLOB_TILDE
#endif
;
memset(&g, 0, sizeof(g));
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
strlen(cfg_parser->chroot)) == 0) {
filename += strlen(cfg_parser->chroot);
}
r = glob(filename, flags, NULL, &g);
if(r) {
/* some error */
globfree(&g);
if(r == GLOB_NOMATCH)
return; /* no matches for pattern */
config_start_include(filename); /* let original deal with it */
return;
}
/* process files found, if any */
for(i=0; i<(size_t)g.gl_pathc; i++) {
config_start_include(g.gl_pathv[i]);
}
globfree(&g);
return;
}
#endif /* HAVE_GLOB */
config_start_include(filename);
}
static void config_end_include(void)
{
struct inc_state* s = config_include_stack;
--inc_depth;
if(!s) return;
free(cfg_parser->filename);
cfg_parser->filename = s->filename;
cfg_parser->line = s->line;
yy_delete_buffer(YY_CURRENT_BUFFER);
yy_switch_to_buffer(s->buffer);
config_include_stack = s->next;
free(s);
}
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
#define yy_set_bol(at_bol) \
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
}
#endif
#define YY_NO_INPUT 1
#line 181 "util/configlexer.lex"
#ifndef YY_NO_UNPUT
#define YY_NO_UNPUT 1
#endif
#ifndef YY_NO_INPUT
#define YY_NO_INPUT 1
#endif
#line 2398 "<stdout>"
#define INITIAL 0
#define quotedstring 1
#define singlequotedstr 2
#define include 3
#define include_quoted 4
#define val 5
#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 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
#define YY_READ_BUF_SIZE 8192
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO 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 break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
/** The main scanner function which does all the work.
*/
YY_DECL
{
register yy_state_type yy_current_state;
register char *yy_cp, *yy_bp;
register int yy_act;
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 201 "util/configlexer.lex"
#line 2612 "<stdout>"
while ( 1 ) /* loops until end-of-file is reached */
{
(yy_more_len) = 0;
if ( (yy_more_flag) )
{
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
(yy_more_flag) = 0;
}
yy_cp = (yy_c_buf_p);
/* Support of yytext. */
*yy_cp = (yy_hold_char);
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
yy_bp = yy_cp;
yy_current_state = (yy_start);
yy_match:
do
{
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1800 )
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] != 5211 );
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 202 "util/configlexer.lex"
{
LEXOUT(("SP ")); /* ignore */ }
YY_BREAK
case 2:
YY_RULE_SETUP
#line 204 "util/configlexer.lex"
{
/* note that flex makes the longest match and '.' is any but not nl */
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
YY_BREAK
case 3:
YY_RULE_SETUP
#line 207 "util/configlexer.lex"
{ YDVAR(0, VAR_SERVER) }
YY_BREAK
case 4:
YY_RULE_SETUP
#line 208 "util/configlexer.lex"
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
YY_BREAK
case 5:
YY_RULE_SETUP
#line 209 "util/configlexer.lex"
{ YDVAR(1, VAR_NUM_THREADS) }
YY_BREAK
case 6:
YY_RULE_SETUP
#line 210 "util/configlexer.lex"
{ YDVAR(1, VAR_VERBOSITY) }
YY_BREAK
case 7:
YY_RULE_SETUP
#line 211 "util/configlexer.lex"
{ YDVAR(1, VAR_PORT) }
YY_BREAK
case 8:
YY_RULE_SETUP
#line 212 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_RANGE) }
YY_BREAK
case 9:
YY_RULE_SETUP
#line 213 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
YY_BREAK
case 10:
YY_RULE_SETUP
#line 214 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
YY_BREAK
case 11:
YY_RULE_SETUP
#line 215 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
YY_BREAK
case 12:
YY_RULE_SETUP
#line 216 "util/configlexer.lex"
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
YY_BREAK
case 13:
YY_RULE_SETUP
#line 217 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP4) }
YY_BREAK
case 14:
YY_RULE_SETUP
#line 218 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP6) }
YY_BREAK
case 15:
YY_RULE_SETUP
#line 219 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_UDP) }
YY_BREAK
case 16:
YY_RULE_SETUP
#line 220 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_TCP) }
YY_BREAK
case 17:
YY_RULE_SETUP
#line 221 "util/configlexer.lex"
{ YDVAR(1, VAR_TCP_UPSTREAM) }
YY_BREAK
case 18:
YY_RULE_SETUP
#line 222 "util/configlexer.lex"
{ YDVAR(1, VAR_TCP_MSS) }
YY_BREAK
case 19:
YY_RULE_SETUP
#line 223 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
YY_BREAK
case 20:
YY_RULE_SETUP
#line 224 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_UPSTREAM) }
YY_BREAK
case 21:
YY_RULE_SETUP
#line 225 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
YY_BREAK
case 22:
YY_RULE_SETUP
#line 226 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
YY_BREAK
case 23:
YY_RULE_SETUP
#line 227 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_PORT) }
YY_BREAK
case 24:
YY_RULE_SETUP
#line 228 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_DAEMONIZE) }
YY_BREAK
case 25:
YY_RULE_SETUP
#line 229 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 26:
YY_RULE_SETUP
#line 230 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 27:
YY_RULE_SETUP
#line 231 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
YY_BREAK
case 28:
YY_RULE_SETUP
#line 232 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
YY_BREAK
case 29:
YY_RULE_SETUP
#line 233 "util/configlexer.lex"
{ YDVAR(1, VAR_SO_RCVBUF) }
YY_BREAK
case 30:
YY_RULE_SETUP
#line 234 "util/configlexer.lex"
{ YDVAR(1, VAR_SO_SNDBUF) }
YY_BREAK
case 31:
YY_RULE_SETUP
#line 235 "util/configlexer.lex"
{ YDVAR(1, VAR_SO_REUSEPORT) }
YY_BREAK
case 32:
YY_RULE_SETUP
#line 236 "util/configlexer.lex"
{ YDVAR(1, VAR_IP_TRANSPARENT) }
YY_BREAK
case 33:
YY_RULE_SETUP
#line 237 "util/configlexer.lex"
{ YDVAR(1, VAR_CHROOT) }
YY_BREAK
case 34:
YY_RULE_SETUP
#line 238 "util/configlexer.lex"
{ YDVAR(1, VAR_USERNAME) }
YY_BREAK
case 35:
YY_RULE_SETUP
#line 239 "util/configlexer.lex"
{ YDVAR(1, VAR_DIRECTORY) }
YY_BREAK
case 36:
YY_RULE_SETUP
#line 240 "util/configlexer.lex"
{ YDVAR(1, VAR_LOGFILE) }
YY_BREAK
case 37:
YY_RULE_SETUP
#line 241 "util/configlexer.lex"
{ YDVAR(1, VAR_PIDFILE) }
YY_BREAK
case 38:
YY_RULE_SETUP
#line 242 "util/configlexer.lex"
{ YDVAR(1, VAR_ROOT_HINTS) }
YY_BREAK
case 39:
YY_RULE_SETUP
#line 243 "util/configlexer.lex"
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
YY_BREAK
case 40:
YY_RULE_SETUP
#line 244 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
YY_BREAK
case 41:
YY_RULE_SETUP
#line 245 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
YY_BREAK
case 42:
YY_RULE_SETUP
#line 246 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
YY_BREAK
case 43:
YY_RULE_SETUP
#line 247 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
YY_BREAK
case 44:
YY_RULE_SETUP
#line 248 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
YY_BREAK
case 45:
YY_RULE_SETUP
#line 249 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
YY_BREAK
case 46:
YY_RULE_SETUP
#line 250 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
YY_BREAK
case 47:
YY_RULE_SETUP
#line 251 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
YY_BREAK
case 48:
YY_RULE_SETUP
#line 252 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
YY_BREAK
case 49:
YY_RULE_SETUP
#line 253 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
YY_BREAK
case 50:
YY_RULE_SETUP
#line 254 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
YY_BREAK
case 51:
YY_RULE_SETUP
#line 255 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
YY_BREAK
case 52:
YY_RULE_SETUP
#line 256 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
YY_BREAK
case 53:
YY_RULE_SETUP
#line 257 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
YY_BREAK
case 54:
YY_RULE_SETUP
#line 258 "util/configlexer.lex"
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
YY_BREAK
case 55:
YY_RULE_SETUP
#line 259 "util/configlexer.lex"
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
YY_BREAK
case 56:
YY_RULE_SETUP
#line 260 "util/configlexer.lex"
{ YDVAR(1, VAR_DELAY_CLOSE) }
YY_BREAK
case 57:
YY_RULE_SETUP
#line 261 "util/configlexer.lex"
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
YY_BREAK
case 58:
YY_RULE_SETUP
#line 262 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
YY_BREAK
case 59:
YY_RULE_SETUP
#line 263 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
YY_BREAK
case 60:
YY_RULE_SETUP
#line 264 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_GLUE) }
YY_BREAK
case 61:
YY_RULE_SETUP
#line 265 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
YY_BREAK
case 62:
YY_RULE_SETUP
#line 266 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
YY_BREAK
case 63:
YY_RULE_SETUP
#line 267 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
YY_BREAK
case 64:
YY_RULE_SETUP
#line 268 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
YY_BREAK
case 65:
YY_RULE_SETUP
#line 269 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
YY_BREAK
case 66:
YY_RULE_SETUP
#line 270 "util/configlexer.lex"
{ YDVAR(1, VAR_CAPS_WHITELIST) }
YY_BREAK
case 67:
YY_RULE_SETUP
#line 271 "util/configlexer.lex"
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
YY_BREAK
case 68:
YY_RULE_SETUP
#line 272 "util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
YY_BREAK
case 69:
YY_RULE_SETUP
#line 273 "util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
YY_BREAK
case 70:
YY_RULE_SETUP
#line 274 "util/configlexer.lex"
{ YDVAR(1, VAR_PREFETCH_KEY) }
YY_BREAK
case 71:
YY_RULE_SETUP
#line 275 "util/configlexer.lex"
{ YDVAR(1, VAR_PREFETCH) }
YY_BREAK
case 72:
YY_RULE_SETUP
#line 276 "util/configlexer.lex"
{ YDVAR(0, VAR_STUB_ZONE) }
YY_BREAK
case 73:
YY_RULE_SETUP
#line 277 "util/configlexer.lex"
{ YDVAR(1, VAR_NAME) }
YY_BREAK
case 74:
YY_RULE_SETUP
#line 278 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_ADDR) }
YY_BREAK
case 75:
YY_RULE_SETUP
#line 279 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_HOST) }
YY_BREAK
case 76:
YY_RULE_SETUP
#line 280 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_PRIME) }
YY_BREAK
case 77:
YY_RULE_SETUP
#line 281 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_FIRST) }
YY_BREAK
case 78:
YY_RULE_SETUP
#line 282 "util/configlexer.lex"
{ YDVAR(0, VAR_FORWARD_ZONE) }
YY_BREAK
case 79:
YY_RULE_SETUP
#line 283 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_ADDR) }
YY_BREAK
case 80:
YY_RULE_SETUP
#line 284 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_HOST) }
YY_BREAK
case 81:
YY_RULE_SETUP
#line 285 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_FIRST) }
YY_BREAK
case 82:
YY_RULE_SETUP
#line 286 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
YY_BREAK
case 83:
YY_RULE_SETUP
#line 287 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 288 "util/configlexer.lex"
{ YDVAR(2, VAR_ACCESS_CONTROL) }
YY_BREAK
case 85:
YY_RULE_SETUP
#line 289 "util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_IDENTITY) }
YY_BREAK
case 86:
YY_RULE_SETUP
#line 290 "util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_VERSION) }
YY_BREAK
case 87:
YY_RULE_SETUP
#line 291 "util/configlexer.lex"
{ YDVAR(1, VAR_IDENTITY) }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 292 "util/configlexer.lex"
{ YDVAR(1, VAR_VERSION) }
YY_BREAK
case 89:
YY_RULE_SETUP
#line 293 "util/configlexer.lex"
{ YDVAR(1, VAR_MODULE_CONF) }
YY_BREAK
case 90:
YY_RULE_SETUP
#line 294 "util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR) }
YY_BREAK
case 91:
YY_RULE_SETUP
#line 295 "util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
YY_BREAK
case 92:
YY_RULE_SETUP
#line 296 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 297 "util/configlexer.lex"
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
YY_BREAK
case 94:
YY_RULE_SETUP
#line 298 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
YY_BREAK
case 95:
YY_RULE_SETUP
#line 299 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR) }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 300 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
YY_BREAK
case 97:
YY_RULE_SETUP
#line 301 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 302 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
YY_BREAK
case 99:
YY_RULE_SETUP
#line 303 "util/configlexer.lex"
{ YDVAR(1, VAR_BOGUS_TTL) }
YY_BREAK
case 100:
YY_RULE_SETUP
#line 304 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
YY_BREAK
case 101:
YY_RULE_SETUP
#line 305 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
YY_BREAK
case 102:
YY_RULE_SETUP
#line 306 "util/configlexer.lex"
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
YY_BREAK
case 103:
YY_RULE_SETUP
#line 307 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
YY_BREAK
case 104:
YY_RULE_SETUP
#line 308 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
YY_BREAK
case 105:
YY_RULE_SETUP
#line 309 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
YY_BREAK
case 106:
YY_RULE_SETUP
#line 310 "util/configlexer.lex"
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
YY_BREAK
case 107:
YY_RULE_SETUP
#line 311 "util/configlexer.lex"
{
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
YY_BREAK
case 108:
YY_RULE_SETUP
#line 313 "util/configlexer.lex"
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
YY_BREAK
case 109:
YY_RULE_SETUP
#line 314 "util/configlexer.lex"
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
YY_BREAK
case 110:
YY_RULE_SETUP
#line 315 "util/configlexer.lex"
{ YDVAR(1, VAR_KEEP_MISSING) }
YY_BREAK
case 111:
YY_RULE_SETUP
#line 316 "util/configlexer.lex"
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
YY_BREAK
case 112:
YY_RULE_SETUP
#line 317 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_SYSLOG) }
YY_BREAK
case 113:
YY_RULE_SETUP
#line 318 "util/configlexer.lex"
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
YY_BREAK
case 114:
YY_RULE_SETUP
#line 319 "util/configlexer.lex"
{ YDVAR(1, VAR_LOG_QUERIES) }
YY_BREAK
case 115:
YY_RULE_SETUP
#line 320 "util/configlexer.lex"
{ YDVAR(2, VAR_LOCAL_ZONE) }
YY_BREAK
case 116:
YY_RULE_SETUP
#line 321 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA) }
YY_BREAK
case 117:
YY_RULE_SETUP
#line 322 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
YY_BREAK
case 118:
YY_RULE_SETUP
#line 323 "util/configlexer.lex"
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
YY_BREAK
case 119:
YY_RULE_SETUP
#line 324 "util/configlexer.lex"
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
YY_BREAK
case 120:
YY_RULE_SETUP
#line 325 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
YY_BREAK
case 121:
YY_RULE_SETUP
#line 326 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
YY_BREAK
case 122:
YY_RULE_SETUP
#line 327 "util/configlexer.lex"
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
YY_BREAK
case 123:
YY_RULE_SETUP
#line 328 "util/configlexer.lex"
{ YDVAR(0, VAR_REMOTE_CONTROL) }
YY_BREAK
case 124:
YY_RULE_SETUP
#line 329 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_ENABLE) }
YY_BREAK
case 125:
YY_RULE_SETUP
#line 330 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
YY_BREAK
case 126:
YY_RULE_SETUP
#line 331 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_PORT) }
YY_BREAK
case 127:
YY_RULE_SETUP
#line 332 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
YY_BREAK
case 128:
YY_RULE_SETUP
#line 333 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
YY_BREAK
case 129:
YY_RULE_SETUP
#line 334 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
YY_BREAK
case 130:
YY_RULE_SETUP
#line 335 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
YY_BREAK
case 131:
YY_RULE_SETUP
#line 336 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
YY_BREAK
case 132:
YY_RULE_SETUP
#line 337 "util/configlexer.lex"
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
YY_BREAK
case 133:
YY_RULE_SETUP
#line 338 "util/configlexer.lex"
{ YDVAR(0, VAR_PYTHON) }
YY_BREAK
case 134:
YY_RULE_SETUP
#line 339 "util/configlexer.lex"
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
YY_BREAK
case 135:
YY_RULE_SETUP
#line 340 "util/configlexer.lex"
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
YY_BREAK
case 136:
YY_RULE_SETUP
#line 341 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
YY_BREAK
case 137:
YY_RULE_SETUP
#line 342 "util/configlexer.lex"
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
YY_BREAK
case 138:
YY_RULE_SETUP
#line 343 "util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_PREFIX) }
YY_BREAK
case 139:
YY_RULE_SETUP
#line 344 "util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
YY_BREAK
case 140:
YY_RULE_SETUP
#line 345 "util/configlexer.lex"
{ YDVAR(0, VAR_DNSTAP) }
YY_BREAK
case 141:
YY_RULE_SETUP
#line 346 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
YY_BREAK
case 142:
YY_RULE_SETUP
#line 347 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
YY_BREAK
case 143:
YY_RULE_SETUP
#line 348 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
YY_BREAK
case 144:
YY_RULE_SETUP
#line 349 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
YY_BREAK
case 145:
YY_RULE_SETUP
#line 350 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
YY_BREAK
case 146:
YY_RULE_SETUP
#line 351 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_VERSION) }
YY_BREAK
case 147:
YY_RULE_SETUP
#line 352 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
YY_BREAK
case 148:
YY_RULE_SETUP
#line 354 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
YY_BREAK
case 149:
YY_RULE_SETUP
#line 356 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
YY_BREAK
case 150:
YY_RULE_SETUP
#line 358 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
YY_BREAK
case 151:
YY_RULE_SETUP
#line 360 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
YY_BREAK
case 152:
YY_RULE_SETUP
#line 362 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
YY_BREAK
case 153:
YY_RULE_SETUP
#line 364 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT) }
YY_BREAK
case 154:
YY_RULE_SETUP
#line 365 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
YY_BREAK
case 155:
YY_RULE_SETUP
#line 366 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
YY_BREAK
case 156:
YY_RULE_SETUP
#line 367 "util/configlexer.lex"
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
YY_BREAK
case 157:
YY_RULE_SETUP
#line 368 "util/configlexer.lex"
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
YY_BREAK
case 158:
YY_RULE_SETUP
#line 369 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
YY_BREAK
case 159:
/* rule 159 can match eol */
YY_RULE_SETUP
#line 370 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++; }
YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 160:
YY_RULE_SETUP
#line 373 "util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 374 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 161:
YY_RULE_SETUP
#line 379 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 162:
/* rule 162 can match eol */
YY_RULE_SETUP
#line 380 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end \"");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 163:
YY_RULE_SETUP
#line 382 "util/configlexer.lex"
{
LEXOUT(("QE "));
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
yytext[yyleng - 1] = '\0';
yylval.str = strdup(yytext);
if(!yylval.str)
yyerror("out of memory");
return STRING_ARG;
}
YY_BREAK
/* Single Quoted strings. Strip leading and ending quotes */
case 164:
YY_RULE_SETUP
#line 394 "util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
#line 395 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 165:
YY_RULE_SETUP
#line 400 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 166:
/* rule 166 can match eol */
YY_RULE_SETUP
#line 401 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end '");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 167:
YY_RULE_SETUP
#line 403 "util/configlexer.lex"
{
LEXOUT(("SQE "));
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
yytext[yyleng - 1] = '\0';
yylval.str = strdup(yytext);
if(!yylval.str)
yyerror("out of memory");
return STRING_ARG;
}
YY_BREAK
/* include: directive */
case 168:
YY_RULE_SETUP
#line 415 "util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
#line 417 "util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(inc_prev);
}
YY_BREAK
case 169:
YY_RULE_SETUP
#line 421 "util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
case 170:
/* rule 170 can match eol */
YY_RULE_SETUP
#line 422 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
case 171:
YY_RULE_SETUP
#line 423 "util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
case 172:
YY_RULE_SETUP
#line 424 "util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include_glob(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 429 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
case 173:
YY_RULE_SETUP
#line 433 "util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
case 174:
/* rule 174 can match eol */
YY_RULE_SETUP
#line 434 "util/configlexer.lex"
{ yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev); }
YY_BREAK
case 175:
YY_RULE_SETUP
#line 436 "util/configlexer.lex"
{
LEXOUT(("IQE "));
yytext[yyleng - 1] = '\0';
config_start_include_glob(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(val):
#line 442 "util/configlexer.lex"
{
LEXOUT(("LEXEOF "));
yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
if (!config_include_stack) {
yyterminate();
} else {
fclose(yyin);
config_end_include();
}
}
YY_BREAK
case 176:
YY_RULE_SETUP
#line 453 "util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
if(--num_args == 0) { BEGIN(INITIAL); }
yylval.str = strdup(yytext); return STRING_ARG; }
YY_BREAK
case 177:
YY_RULE_SETUP
#line 457 "util/configlexer.lex"
{
ub_c_error_msg("unknown keyword '%s'", yytext);
}
YY_BREAK
case 178:
YY_RULE_SETUP
#line 461 "util/configlexer.lex"
{
ub_c_error_msg("stray '%s'", yytext);
}
YY_BREAK
case 179:
YY_RULE_SETUP
#line 465 "util/configlexer.lex"
ECHO;
YY_BREAK
#line 3669 "<stdout>"
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)
{
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
register char *source = (yytext_ptr);
register int number_to_move, i;
int ret_val;
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
else
{
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 ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
/* Extend the array by 50%, plus the number we really need. */
yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) 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)
{
register yy_state_type yy_current_state;
register char *yy_cp;
yy_current_state = (yy_start);
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
{
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1800 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
{
register int yy_is_jam;
register char *yy_cp = (yy_c_buf_p);
register YY_CHAR yy_c = 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 >= 1800 )
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 == 1799);
return yy_is_jam ? 0 : yy_current_state;
}
#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 = 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;
(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. */
int 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
*
*/
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 )
{
register int i;
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s )
{
register int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
void *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 465 "util/configlexer.lex"