unbound/util/configlexer.c
Wouter Wijngaards 2beae211ee - dns64-ignore-aaaa: config option to list domain names for which the
existing AAAA is ignored and dns64 processing is used on the A
  record.


git-svn-id: file:///svn/unbound/trunk@4762 be551aaa-1e26-0410-a405-d3ace91eadb9
2018-06-29 12:58:52 +00:00

5355 lines
193 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 6
#define YY_FLEX_SUBMINOR_VERSION 1
#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 */
/* TODO: this is always defined, so inline it */
#define yyconst const
#if defined(__GNUC__) && __GNUC__ >= 3
#define yynoreturn __attribute__((__noreturn__))
#else
#define yynoreturn
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN (yy_start) = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YY_START (((yy_start) - 1) / 2)
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE yyrestart(yyin )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k.
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
* Ditto for the __ia64__ case accordingly.
*/
#define YY_BUF_SIZE 32768
#else
#define YY_BUF_SIZE 16384
#endif /* __ia64__ */
#endif
/* The state buf must be large enough to hold one state per character in the main buffer.
*/
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
extern int yyleng;
extern FILE *yyin, *yyout;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#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. */ \
yy_size_t 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.
*/
int yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
int yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;
static int yy_n_chars; /* number of characters read into yy_ch_buf */
int yyleng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = NULL;
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,int 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 = NULL, *yyout = NULL;
typedef int yy_state_type;
extern int yylineno;
int yylineno = 1;
extern char *yytext;
#ifdef yytext_ptr
#undef yytext_ptr
#endif
#define yytext_ptr yytext
static yy_state_type yy_get_previous_state (void );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
static int yy_get_next_buffer (void );
static void yynoreturn 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 = (int) (yy_cp - (yytext_ptr)); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
#define YY_NUM_RULES 268
#define YY_END_OF_BUFFER 269
/* 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[2644] =
{ 0,
1, 1, 250, 250, 254, 254, 258, 258, 262, 262,
1, 1, 269, 266, 1, 248, 248, 267, 2, 267,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 250, 251, 251, 252, 267, 254, 255, 255,
256, 267, 261, 258, 259, 259, 260, 267, 262, 263,
263, 264, 267, 265, 249, 2, 253, 267, 265, 266,
0, 1, 2, 2, 2, 2, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 250,
0, 254, 0, 261, 0, 258, 262, 0, 265, 0,
2, 2, 265, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 265, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
104, 266, 266, 266, 266, 266, 266, 266, 265, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 88, 266, 266, 266, 266,
266, 266, 8, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 109, 266, 265, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 265, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 48, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
194, 266, 14, 15, 266, 18, 17, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 103, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 179, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 3, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 265, 266, 266, 266, 266, 266, 266,
266, 242, 266, 266, 241, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 257, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 51, 266, 218,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 52, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 168, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 20,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 124, 266, 266, 257, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 224, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 143, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 123, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 86, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 28, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 29, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 49, 266, 266, 266, 266,
266, 266, 266, 266, 266, 102, 266, 266, 266, 266,
266, 101, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 50, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 144, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 39, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 209, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 43, 266, 44, 266, 266, 266, 266,
89, 266, 90, 266, 266, 266, 87, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 7,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 187, 266,
266, 266, 266, 126, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
40, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 160, 266, 159, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 16, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 53, 266, 266, 266, 266, 266, 266, 266, 266,
167, 266, 266, 266, 266, 266, 92, 91, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 154, 266, 266, 266, 266, 266, 266,
266, 266, 110, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 71, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 75,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 47, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
157, 158, 266, 219, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 6, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 222, 266, 266, 266, 243,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 37, 266, 266, 266, 266,
266, 266, 266, 266, 150, 266, 266, 266, 105, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 172,
266, 151, 266, 266, 266, 184, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 38, 266, 266, 266, 266, 266, 266, 107,
96, 266, 97, 266, 266, 95, 266, 266, 266, 266,
266, 266, 266, 266, 121, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 208, 266, 266, 266,
266, 266, 266, 266, 266, 152, 266, 266, 266, 266,
266, 155, 266, 266, 266, 183, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 85,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 45, 266, 266, 266, 22, 266, 266, 266, 266,
266, 19, 266, 266, 266, 266, 23, 32, 266, 131,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 60, 62,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 226, 266, 266, 266, 195, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 98, 266, 266, 266, 266, 266, 266,
266, 266, 120, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 237, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 125, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 178, 266, 266,
266, 266, 266, 266, 266, 266, 246, 266, 266, 266,
266, 266, 266, 266, 266, 142, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 137, 266, 145,
266, 266, 266, 266, 266, 113, 266, 266, 266, 266,
266, 81, 266, 266, 266, 266, 170, 266, 266, 266,
266, 266, 266, 185, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 200, 266, 266, 266,
266, 266, 266, 106, 266, 266, 266, 266, 266, 266,
266, 266, 266, 141, 266, 266, 266, 266, 266, 63,
64, 266, 266, 266, 266, 266, 46, 266, 266, 266,
266, 266, 70, 146, 266, 161, 266, 188, 156, 220,
266, 266, 266, 56, 266, 148, 266, 266, 266, 266,
266, 9, 266, 266, 266, 84, 266, 266, 266, 266,
213, 266, 266, 266, 169, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 140, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 127, 266, 225, 266, 266, 266,
266, 199, 266, 266, 266, 266, 266, 266, 266, 266,
180, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 240, 266, 147, 266,
266, 266, 55, 57, 266, 266, 266, 266, 266, 266,
266, 83, 266, 266, 266, 266, 211, 266, 266, 266,
221, 266, 266, 266, 266, 266, 266, 174, 30, 24,
26, 266, 266, 266, 266, 266, 266, 31, 25, 27,
266, 266, 266, 266, 266, 266, 80, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 176, 173, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
54, 266, 108, 266, 266, 266, 266, 266, 266, 266,
266, 122, 13, 266, 266, 266, 266, 266, 266, 266,
266, 266, 235, 266, 238, 266, 266, 266, 266, 266,
266, 12, 266, 266, 21, 266, 266, 266, 217, 266,
266, 266, 223, 266, 58, 266, 182, 266, 175, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 136, 135, 266, 266, 266,
266, 266, 266, 266, 266, 266, 177, 171, 266, 186,
266, 266, 227, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 65, 266, 266, 266, 212,
266, 266, 266, 266, 266, 181, 266, 266, 266, 266,
266, 266, 266, 266, 244, 245, 133, 59, 266, 266,
266, 93, 94, 266, 266, 128, 266, 130, 266, 162,
266, 266, 266, 134, 266, 266, 189, 266, 266, 266,
266, 266, 266, 266, 115, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 196, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 163, 266, 266, 210, 266, 239, 266, 266, 266,
41, 266, 266, 266, 266, 4, 266, 266, 114, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 192, 33, 34, 266, 266, 266, 266, 266, 266,
266, 228, 266, 266, 266, 266, 266, 266, 198, 266,
266, 166, 266, 266, 266, 266, 266, 266, 266, 266,
266, 68, 266, 42, 216, 266, 193, 266, 266, 11,
266, 266, 266, 266, 266, 266, 164, 72, 36, 266,
266, 266, 266, 266, 266, 139, 266, 266, 266, 266,
266, 117, 266, 266, 266, 266, 266, 266, 266, 266,
266, 197, 111, 266, 99, 100, 266, 266, 266, 74,
78, 73, 266, 66, 266, 266, 266, 10, 266, 266,
266, 214, 266, 35, 266, 266, 266, 138, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 79, 77, 266, 67, 236,
266, 266, 266, 153, 266, 266, 165, 266, 266, 266,
266, 266, 266, 129, 61, 266, 266, 266, 266, 266,
229, 266, 266, 266, 266, 266, 266, 266, 112, 76,
118, 119, 69, 266, 215, 132, 266, 266, 266, 266,
191, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 82, 266, 190, 266, 207, 233, 266, 266,
266, 266, 266, 266, 266, 266, 266, 5, 266, 266,
266, 234, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 266, 266, 116, 266, 266, 266, 266, 266, 266,
266, 266, 266, 149, 266, 266, 266, 266, 266, 266,
266, 266, 266, 230, 266, 266, 266, 266, 266, 266,
266, 266, 266, 266, 266, 266, 266, 266, 266, 266,
266, 247, 266, 266, 203, 266, 266, 266, 266, 266,
231, 266, 266, 266, 266, 266, 266, 232, 266, 266,
266, 201, 266, 204, 205, 266, 266, 266, 266, 266,
202, 206, 0
} ;
static yyconst YY_CHAR 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, 9, 1,
10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 14, 1, 1, 1, 1, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static yyconst YY_CHAR yy_meta[41] =
{ 0,
1, 2, 3, 4, 5, 1, 6, 1, 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
} ;
static yyconst flex_uint16_t yy_base[2658] =
{ 0,
0, 0, 38, 41, 44, 46, 59, 65, 71, 77,
90, 112, 1976, 1752, 81, 5164, 5164, 5164, 96, 52,
106, 63, 107, 111, 70, 128, 130, 133, 57, 88,
76, 135, 141, 117, 148, 145, 160, 164, 185, 176,
191, 152, 1683, 5164, 5164, 5164, 107, 1487, 5164, 5164,
5164, 165, 1404, 1223, 5164, 5164, 5164, 211, 1109, 5164,
5164, 5164, 180, 852, 5164, 217, 5164, 221, 168, 648,
225, 189, 0, 232, 0, 0, 226, 189, 85, 221,
114, 227, 234, 156, 219, 235, 236, 238, 239, 132,
246, 241, 243, 253, 244, 251, 254, 247, 260, 267,
272, 187, 271, 275, 280, 279, 277, 283, 284, 285,
288, 289, 294, 302, 295, 305, 300, 307, 303, 311,
316, 317, 319, 321, 332, 327, 328, 325, 335, 338,
340, 342, 344, 341, 345, 347, 348, 355, 354, 534,
372, 468, 379, 410, 383, 368, 318, 374, 198, 387,
391, 0, 383, 385, 393, 352, 388, 389, 394, 392,
395, 396, 401, 398, 399, 415, 407, 419, 423, 424,
421, 428, 413, 426, 433, 434, 443, 436, 445, 439,
447, 448, 449, 451, 452, 458, 465, 454, 455, 475,
472, 483, 485, 461, 486, 482, 484, 493, 490, 494,
498, 496, 497, 500, 499, 501, 502, 504, 508, 509,
511, 513, 515, 516, 517, 523, 525, 518, 532, 527,
539, 530, 535, 542, 544, 553, 543, 554, 551, 555,
558, 565, 566, 567, 245, 568, 552, 561, 570, 571,
572, 574, 581, 582, 579, 585, 593, 588, 592, 589,
594, 596, 595, 598, 600, 609, 614, 599, 612, 615,
605, 618, 619, 623, 625, 630, 626, 635, 636, 628,
641, 639, 637, 643, 646, 645, 647, 650, 652, 653,
654, 656, 661, 657, 665, 667, 676, 669, 673, 677,
678, 680, 683, 681, 690, 689, 704, 692, 693, 699,
700, 705, 708, 710, 713, 711, 720, 721, 722, 723,
724, 725, 733, 728, 731, 738, 741, 745, 749, 729,
755, 730, 753, 757, 751, 777, 759, 760, 767, 761,
5164, 765, 769, 801, 770, 786, 808, 788, 766, 773,
790, 797, 791, 818, 737, 789, 811, 827, 659, 799,
814, 822, 823, 824, 832, 829, 830, 833, 841, 836,
838, 840, 846, 848, 850, 851, 855, 856, 853, 859,
864, 860, 870, 862, 871, 872, 873, 874, 883, 884,
895, 876, 890, 898, 899, 888, 900, 903, 905, 906,
911, 913, 914, 909, 915, 917, 921, 922, 923, 924,
925, 927, 932, 931, 934, 5164, 938, 940, 943, 944,
945, 946, 5164, 948, 947, 877, 955, 950, 960, 957,
956, 963, 975, 964, 973, 978, 977, 980, 979, 981,
982, 983, 989, 987, 990, 993, 1013, 995, 997, 994,
999, 1000, 1007, 1018, 1008, 1011, 1031, 1026, 1027, 1017,
1034, 1028, 1040, 1043, 1038, 1044, 1045, 1046, 1047, 1048,
1051, 1054, 1049, 5164, 1056, 1062, 1067, 1060, 1063, 1071,
1073, 1074, 1075, 1076, 1079, 1081, 1077, 1095, 1088, 1084,
1097, 1086, 1099, 1100, 1101, 1104, 1103, 1105, 1114, 1110,
1117, 1125, 1126, 1128, 1130, 1137, 1111, 1133, 1134, 1135,
1136, 1118, 1140, 1142, 1150, 1145, 1147, 1151, 1148, 1158,
1155, 1157, 1161, 1154, 1162, 1166, 1170, 1174, 1167, 1176,
1183, 1178, 1182, 1186, 1188, 1189, 1180, 1192, 1195, 1197,
1199, 1201, 1202, 1203, 1213, 1208, 1206, 1216, 1220, 1204,
1221, 1229, 1226, 1230, 1233, 1227, 1240, 1228, 1237, 1238,
1248, 1243, 1244, 1246, 1249, 1260, 1247, 1256, 1269, 1264,
1245, 1271, 1255, 1275, 1266, 1272, 1276, 1278, 1279, 1281,
1280, 1283, 1282, 1286, 1291, 1287, 1301, 1288, 1292, 1304,
1296, 1306, 1309, 1293, 1315, 1316, 1318, 1313, 998, 1320,
1310, 1319, 1321, 1323, 1328, 1335, 1331, 1339, 1337, 1340,
1341, 1343, 1345, 1346, 1348, 1349, 1356, 1351, 1359, 1361,
1363, 1362, 1367, 1369, 1372, 1364, 5164, 1374, 1381, 1379,
1380, 1382, 1385, 1392, 1387, 1389, 1388, 1390, 1391, 1400,
5164, 1398, 5164, 5164, 1397, 5164, 5164, 1401, 1402, 1416,
1417, 1423, 1421, 1425, 1407, 1434, 1440, 1426, 1429, 1430,
1435, 1433, 1438, 1446, 1454, 1449, 1456, 1461, 1462, 1463,
1443, 1467, 1451, 1469, 1471, 1474, 1472, 1475, 1477, 1481,
1478, 1482, 1483, 1485, 1503, 5164, 1499, 1506, 1507, 1486,
1505, 1490, 1508, 1509, 1510, 1512, 1513, 1518, 1514, 1520,
1530, 1521, 5164, 1522, 1525, 1533, 1526, 1536, 1537, 1529,
1541, 1544, 1546, 1548, 1547, 1549, 1551, 5164, 1550, 1558,
1553, 1555, 1559, 1563, 1564, 1565, 1568, 1569, 1571, 1572,
1570, 1576, 1579, 1577, 1581, 1586, 1594, 1582, 1597, 1598,
1599, 1600, 1601, 1609, 1610, 1611, 1607, 1614, 1612, 1604,
1613, 1615, 1617, 1628, 1632, 1631, 1630, 1636, 1641, 1637,
1640, 1642, 1645, 1644, 1646, 1647, 1652, 1654, 1655, 1658,
1659, 5164, 1656, 1665, 5164, 1662, 1664, 1686, 1666, 1668,
1669, 1671, 1670, 1673, 1687, 1693, 1690, 1700, 1692, 1677,
1703, 1705, 1708, 1709, 1711, 1712, 1715, 1722, 1725, 1719,
1733, 1717, 1728, 1747, 1729, 1730, 1731, 1737, 1738, 1751,
1734, 1740, 1743, 1744, 1758, 1760, 5164, 1765, 1768, 1750,
1761, 1776, 1772, 1775, 1778, 1779, 1780, 1789, 1781, 1782,
1786, 1784, 1785, 1792, 1793, 1797, 1809, 5164, 1795, 5164,
1800, 1798, 1805, 1807, 1808, 1810, 1816, 1818, 1819, 1830,
1825, 5164, 1826, 1834, 1831, 1836, 1829, 1837, 1840, 1841,
1844, 1851, 1846, 1853, 1849, 1848, 1850, 1856, 1860, 1862,
1863, 1865, 5164, 1864, 1871, 1872, 1879, 1875, 1880, 1881,
1882, 1883, 1884, 1886, 1891, 1894, 1896, 1892, 1893, 5164,
1895, 1900, 1908, 1910, 1905, 1907, 1912, 1916, 1911, 1917,
1918, 1927, 1929, 1924, 1926, 1933, 1928, 1934, 1937, 1940,
1938, 1941, 1942, 1943, 5164, 1944, 1946, 124, 1951, 1952,
1954, 1953, 1955, 1960, 1957, 1975, 1976, 1973, 1972, 1979,
1971, 1980, 1981, 1982, 1983, 1988, 1989, 1987, 1991, 1993,
1992, 1996, 1999, 1998, 2003, 5164, 2000, 2009, 2013, 2012,
2021, 2015, 2016, 2023, 2027, 2029, 2030, 5164, 2032, 2035,
2036, 2037, 2039, 2038, 2044, 2041, 2045, 2048, 2051, 2050,
2052, 2053, 2054, 2055, 2064, 2065, 2066, 2067, 5164, 2075,
2068, 2070, 2073, 2083, 2077, 2096, 2080, 2084, 2081, 2091,
2100, 2097, 2102, 2107, 2103, 2112, 2106, 2116, 2120, 2126,
2128, 2114, 2129, 2130, 2118, 2122, 2142, 2143, 2139, 2141,
2146, 2147, 2151, 2150, 5164, 2152, 2153, 2154, 2158, 2171,
2157, 2169, 2159, 2175, 2163, 2176, 2177, 2178, 2181, 2180,
2187, 2183, 2188, 2193, 2190, 2191, 2200, 2202, 5164, 2205,
2207, 2197, 2210, 2203, 2215, 2217, 2211, 2218, 2220, 2221,
2224, 2225, 2226, 5164, 2227, 2231, 2233, 2235, 2237, 2240,
2246, 2244, 2248, 2249, 2250, 5164, 2257, 2258, 2255, 2259,
2261, 2264, 2265, 2267, 2268, 5164, 2269, 2271, 2278, 2279,
2274, 5164, 2281, 2277, 2282, 2284, 2285, 2286, 2292, 2287,
2290, 2295, 2298, 2301, 2305, 2306, 5164, 2308, 2318, 2314,
2310, 2316, 2309, 2320, 2321, 2325, 2329, 2326, 2343, 2334,
2341, 2342, 2322, 2344, 2345, 2346, 2347, 5164, 2349, 2351,
2353, 2355, 2356, 2357, 2358, 2360, 2366, 2368, 2371, 2365,
2372, 2375, 2373, 2381, 2385, 2387, 2389, 2390, 2391, 2392,
2401, 2406, 2402, 2407, 5164, 2410, 2411, 2405, 2398, 2413,
2417, 2418, 2419, 2421, 2422, 2423, 2424, 2426, 2435, 2437,
2433, 2439, 2440, 2442, 2443, 2444, 2452, 2447, 2448, 2449,
2456, 2451, 2457, 2460, 2464, 2454, 2465, 2466, 2471, 2474,
2475, 2485, 2488, 2478, 2489, 2490, 2491, 2492, 5164, 2495,
2497, 2496, 2501, 2506, 2503, 2509, 2515, 2518, 2507, 2510,
2513, 2526, 2524, 5164, 2521, 5164, 2525, 2529, 2530, 2538,
5164, 2536, 5164, 2541, 2537, 2542, 5164, 2544, 2548, 2545,
2543, 2550, 2551, 2554, 2556, 2557, 2561, 2559, 2563, 2565,
2567, 2570, 2569, 2575, 2577, 2469, 2579, 2578, 2581, 5164,
2585, 2587, 2588, 2590, 2592, 2591, 2593, 2595, 2598, 2601,
2603, 2608, 2604, 2615, 2614, 2626, 2607, 2628, 5164, 2611,
2630, 2623, 2631, 5164, 2633, 2632, 2634, 2639, 2636, 2641,
2643, 2644, 2645, 2648, 2649, 2661, 2657, 2663, 2653, 2665,
2652, 2671, 2672, 2654, 2675, 2673, 2680, 2681, 2682, 2683,
2690, 2691, 2687, 2694, 2686, 2695, 2697, 2702, 2698, 2704,
2705, 2706, 2708, 2711, 2713, 2718, 2710, 2714, 2715, 2717,
5164, 2728, 2719, 2731, 2732, 2735, 2737, 2721, 2740, 2743,
2741, 2742, 2748, 2746, 5164, 2744, 5164, 2747, 2754, 2766,
2767, 2769, 2761, 2763, 2771, 2773, 2775, 2777, 2778, 2779,
2786, 2792, 2781, 2785, 2793, 2783, 2794, 2795, 5164, 2799,
2800, 2802, 2804, 2805, 2808, 2815, 2817, 2809, 2812, 2819,
2840, 5164, 2821, 2828, 2823, 2832, 2842, 2838, 2850, 2845,
5164, 2846, 2847, 2854, 2849, 2855, 5164, 5164, 2806, 2852,
2857, 2856, 2853, 2859, 2874, 2863, 2860, 2870, 2872, 2877,
2881, 2878, 2879, 5164, 2883, 2884, 2885, 2887, 2893, 2895,
2896, 2886, 5164, 2899, 2902, 2903, 2906, 2907, 2911, 2913,
2908, 2912, 2916, 2917, 2919, 2929, 2920, 2925, 2931, 2934,
2935, 2941, 5164, 2942, 2921, 2950, 2946, 2948, 2949, 2952,
2953, 2954, 2956, 2957, 2958, 2959, 2965, 2964, 2961, 2962,
2967, 2970, 2981, 2978, 2969, 2982, 2983, 2986, 2991, 2994,
2996, 2989, 2998, 2999, 3000, 3005, 3002, 3013, 3008, 5164,
3016, 3012, 3023, 3014, 3015, 3025, 3026, 3028, 3019, 3029,
3034, 3041, 3036, 5164, 3043, 3044, 3045, 3040, 3046, 3059,
3048, 3050, 3052, 3063, 3055, 3064, 3060, 3066, 3067, 3072,
5164, 5164, 3069, 5164, 3074, 3075, 3077, 3079, 3082, 3084,
3085, 3086, 3090, 3091, 5164, 3092, 3101, 3098, 3099, 3108,
3109, 3105, 3110, 3112, 3100, 3113, 3114, 3119, 3117, 3123,
3124, 3133, 3128, 3129, 3130, 5164, 3131, 3136, 3137, 5164,
3138, 3139, 3140, 3145, 3142, 3156, 3147, 3162, 3153, 3159,
3164, 3165, 3172, 3168, 3169, 3171, 3176, 3178, 3180, 3189,
3196, 3197, 3181, 3182, 3199, 5164, 3186, 3200, 3201, 3195,
3208, 3203, 3211, 3206, 5164, 3209, 3210, 3212, 5164, 3216,
3214, 3223, 3227, 3224, 3234, 3230, 3232, 3233, 3231, 5164,
3238, 5164, 3242, 3235, 3248, 5164, 3241, 3246, 3250, 3252,
3254, 3256, 3257, 3260, 3264, 3265, 3267, 3268, 3266, 3271,
3275, 3272, 5164, 3277, 3273, 3279, 3281, 3280, 3282, 5164,
5164, 3294, 5164, 3283, 3296, 5164, 3298, 3297, 3306, 3301,
3302, 3305, 3309, 3314, 5164, 3310, 3304, 3315, 3319, 3320,
3321, 3323, 3325, 3326, 3327, 3330, 5164, 3331, 3332, 3339,
3329, 3334, 3340, 3345, 3346, 5164, 3348, 3355, 3356, 3358,
3360, 5164, 3359, 3361, 3362, 5164, 3365, 3370, 3371, 3372,
3376, 3375, 3381, 3382, 3383, 3390, 3387, 3385, 3388, 5164,
3389, 3391, 3394, 3401, 3395, 3399, 3412, 3404, 3411, 3407,
3417, 3414, 3420, 3424, 3418, 3422, 3428, 3429, 3433, 3435,
3436, 5164, 3437, 3438, 3440, 5164, 3439, 3441, 3442, 3446,
3447, 5164, 3453, 3454, 3451, 3457, 5164, 5164, 3467, 5164,
3468, 3455, 3469, 3458, 3470, 3472, 3476, 3481, 3475, 3487,
3477, 3488, 3496, 3498, 3499, 3497, 3502, 3489, 5164, 5164,
3504, 3505, 3507, 3512, 3513, 3515, 3508, 3523, 3519, 3521,
3529, 3525, 3538, 5164, 3533, 3534, 3535, 5164, 3518, 3536,
3540, 3542, 3544, 3546, 3545, 3548, 3551, 3550, 3553, 3552,
3556, 3562, 3560, 5164, 3566, 3568, 3569, 3570, 3571, 3572,
3574, 3576, 5164, 3573, 3580, 3581, 3582, 3577, 3583, 3598,
3601, 3603, 3589, 3605, 3606, 3608, 3610, 3611, 5164, 3614,
3612, 3613, 3615, 3622, 3624, 3625, 3629, 3630, 3635, 3637,
3639, 3626, 3631, 5164, 3641, 3643, 3645, 3652, 3647, 3649,
3653, 3657, 3660, 3661, 3654, 3662, 3667, 5164, 3663, 3668,
3670, 3671, 3677, 3674, 3672, 3679, 5164, 3689, 3678, 3690,
3682, 3684, 3699, 3686, 3701, 5164, 3692, 3702, 3706, 3705,
3708, 3712, 3709, 3713, 3715, 3716, 3723, 3719, 3722, 3725,
3726, 3727, 3728, 3732, 3729, 3740, 3742, 5164, 3739, 5164,
3744, 3748, 3751, 3754, 3750, 5164, 3752, 3757, 3761, 3756,
3758, 5164, 3762, 3764, 3766, 3765, 5164, 3775, 3779, 3769,
3776, 3783, 3785, 5164, 3791, 3792, 3793, 3800, 3802, 3804,
3787, 3805, 3797, 3799, 3807, 3810, 5164, 3808, 3814, 3816,
3818, 3819, 3820, 5164, 3821, 3822, 3829, 3827, 3825, 3828,
3836, 3832, 3834, 5164, 3835, 3844, 3846, 3847, 3848, 5164,
5164, 3853, 3856, 3858, 3837, 3859, 5164, 3862, 3870, 3865,
3869, 3871, 5164, 5164, 3873, 5164, 3874, 5164, 5164, 5164,
3876, 3878, 3885, 5164, 3887, 5164, 3888, 3889, 3875, 3879,
3893, 5164, 3894, 3895, 3897, 5164, 3899, 3906, 3902, 3903,
5164, 3905, 3909, 3911, 5164, 3914, 3917, 3919, 3921, 3910,
3922, 3923, 3925, 3932, 3934, 3939, 3941, 3935, 3927, 3942,
3948, 3944, 3946, 3951, 3953, 3955, 3957, 3958, 3959, 3960,
3961, 3963, 3968, 3964, 3970, 3972, 3974, 3975, 3976, 3977,
3979, 3982, 3985, 5164, 3984, 3981, 3986, 3991, 3993, 4001,
4005, 4012, 4014, 4015, 5164, 4017, 5164, 4019, 4004, 4021,
3989, 5164, 4023, 4024, 4025, 4026, 4027, 4028, 4031, 4029,
5164, 4034, 4035, 4038, 4039, 4040, 4045, 4041, 4050, 4051,
4054, 4053, 4060, 4062, 4071, 4055, 4063, 4064, 4074, 4066,
4067, 4075, 4082, 4077, 4088, 4092, 5164, 4081, 5164, 4085,
4089, 4093, 5164, 5164, 4095, 3995, 4097, 4098, 4099, 4102,
4103, 5164, 4104, 4106, 4121, 4105, 5164, 4108, 4111, 4123,
5164, 4114, 4125, 4116, 4130, 4127, 4134, 5164, 5164, 5164,
5164, 4136, 4138, 4139, 4140, 4141, 4142, 5164, 5164, 5164,
4143, 4144, 4146, 4147, 4145, 4154, 5164, 4156, 4161, 4163,
4159, 4170, 4173, 4175, 4176, 4149, 4165, 4184, 4180, 4186,
4177, 4188, 4190, 4195, 5164, 5164, 4191, 4197, 4198, 4206,
4202, 4203, 4215, 4210, 4211, 4212, 4213, 4217, 4218, 4219,
5164, 4224, 5164, 4229, 4230, 4220, 4226, 4232, 4233, 4236,
4240, 5164, 5164, 4243, 4179, 4244, 4246, 4247, 4248, 4250,
4252, 4253, 5164, 4254, 5164, 4255, 4256, 4264, 4268, 4270,
4271, 5164, 4273, 4261, 5164, 4277, 4279, 4280, 5164, 4283,
4286, 4288, 5164, 4290, 5164, 4292, 5164, 4294, 5164, 4296,
4297, 4300, 4302, 4303, 4304, 4308, 4309, 4312, 4305, 4318,
4313, 4315, 4325, 4324, 4326, 5164, 5164, 4333, 4321, 4328,
4334, 4335, 4342, 4337, 4339, 4346, 5164, 5164, 4347, 5164,
4349, 4350, 5164, 4338, 4355, 4351, 4356, 4359, 4340, 4364,
4366, 4367, 4371, 4370, 4372, 4374, 4380, 4382, 4376, 4385,
4384, 4387, 4388, 4391, 4394, 5164, 4396, 4398, 4399, 5164,
4403, 4393, 4406, 4407, 4409, 5164, 4408, 4416, 4419, 4420,
4410, 4428, 4421, 4424, 5164, 5164, 5164, 5164, 4431, 4432,
4435, 5164, 5164, 4436, 4437, 5164, 4438, 5164, 4439, 5164,
4440, 4442, 4444, 5164, 4446, 4448, 5164, 4455, 4459, 4463,
4456, 4464, 4466, 4467, 5164, 4474, 4470, 4471, 4478, 4469,
4473, 4481, 4479, 4488, 4480, 4490, 5164, 4483, 4491, 4493,
4495, 4496, 4499, 4498, 4500, 4501, 4504, 4510, 4511, 4514,
4517, 5164, 4519, 4522, 5164, 4523, 5164, 4525, 4526, 4527,
5164, 4529, 4530, 4531, 4533, 5164, 4534, 4539, 5164, 4538,
4541, 4546, 4548, 4549, 4543, 4551, 4556, 4555, 4562, 4566,
4564, 5164, 5164, 5164, 4559, 4557, 4578, 4574, 4576, 4586,
4581, 5164, 4582, 4583, 4584, 4591, 4589, 4593, 5164, 4595,
4590, 5164, 4597, 4601, 4605, 4598, 4608, 4615, 4617, 4619,
4620, 5164, 4622, 5164, 5164, 4604, 5164, 4602, 4626, 5164,
4629, 4630, 4611, 4632, 4634, 4635, 5164, 5164, 5164, 4637,
4638, 4645, 4642, 4647, 4643, 5164, 4649, 4651, 4653, 4654,
4655, 5164, 4656, 4657, 4659, 4660, 4663, 4662, 4665, 4667,
4668, 5164, 5164, 4670, 5164, 5164, 4675, 4685, 4687, 5164,
5164, 5164, 4693, 5164, 4695, 4699, 4698, 5164, 4701, 4686,
4689, 5164, 4706, 5164, 4707, 4708, 4709, 5164, 4710, 4711,
4715, 4718, 4722, 4719, 4672, 4723, 4731, 4733, 4713, 4726,
4729, 4737, 4739, 4736, 4746, 5164, 5164, 4748, 5164, 5164,
4752, 4754, 4757, 5164, 4740, 4759, 5164, 4761, 4762, 4763,
4764, 4766, 4768, 5164, 5164, 4769, 4770, 4771, 4778, 4772,
5164, 4780, 4782, 4774, 4784, 4785, 4791, 4786, 5164, 5164,
5164, 5164, 5164, 4792, 5164, 5164, 4793, 4794, 4799, 4796,
5164, 4800, 4801, 4803, 4805, 4806, 4813, 4811, 4815, 4817,
4820, 4818, 4822, 4825, 4826, 4828, 4829, 4831, 4832, 4842,
4847, 4839, 4844, 4848, 4849, 4850, 4852, 4853, 4862, 4857,
4860, 4861, 5164, 4863, 5164, 4865, 5164, 5164, 4867, 4869,
4873, 4872, 4882, 4885, 4874, 4884, 4875, 5164, 4886, 4887,
4889, 5164, 4890, 4895, 4892, 4896, 4899, 4898, 4902, 4903,
4904, 4905, 4914, 4915, 4925, 4926, 4916, 4918, 4928, 4929,
4936, 4932, 4935, 5164, 4938, 4931, 4939, 4940, 4941, 4949,
4944, 4945, 4951, 5164, 4954, 4955, 4956, 4947, 4957, 4962,
4968, 4965, 4971, 5164, 4972, 4973, 4977, 4978, 4980, 4982,
4983, 4985, 4989, 4986, 4992, 5000, 4995, 5001, 4993, 5005,
4997, 5164, 5007, 5003, 5164, 5009, 5013, 5011, 5015, 5019,
5164, 5024, 5017, 5021, 5025, 5028, 5031, 5164, 5033, 5042,
5037, 5164, 5043, 5164, 5164, 5045, 5035, 5039, 5047, 5052,
5164, 5164, 5164, 5072, 5079, 5086, 5093, 5100, 88, 5107,
5114, 5121, 5128, 5135, 5142, 5149, 5156
} ;
static yyconst flex_int16_t yy_def[2658] =
{ 0,
2643, 1, 2644, 2644, 2645, 2645, 2646, 2646, 2647, 2647,
2648, 2648, 2643, 2649, 2643, 2643, 2643, 2643, 2650, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2651, 2643, 2643, 2643, 2651, 2652, 2643, 2643,
2643, 2652, 2653, 2643, 2643, 2643, 2643, 2653, 2654, 2643,
2643, 2643, 2654, 2655, 2643, 2656, 2643, 2655, 2655, 2649,
2649, 2643, 2657, 2650, 2657, 2650, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2651,
2651, 2652, 2652, 2653, 2653, 2643, 2654, 2654, 2655, 2655,
2656, 2656, 2655, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2655, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2655, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2655, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2655, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2643, 2643, 2649, 2643, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2655, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2655, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2643, 2649, 2649, 2649, 2649,
2643, 2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2643, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2643, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643,
2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2643,
2643, 2649, 2643, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2643, 2643, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2643,
2643, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2643, 2643, 2649, 2643, 2649, 2643, 2643, 2643,
2649, 2649, 2649, 2643, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2643, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2643, 2649,
2649, 2649, 2643, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2643, 2643,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2643, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2643, 2649, 2649, 2649, 2643, 2649,
2649, 2649, 2643, 2649, 2643, 2649, 2643, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2643, 2649, 2643,
2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2643, 2643, 2643, 2649, 2649,
2649, 2643, 2643, 2649, 2649, 2643, 2649, 2643, 2649, 2643,
2649, 2649, 2649, 2643, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2643, 2649, 2643, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2643, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2643, 2643, 2649, 2643, 2649, 2649, 2643,
2649, 2649, 2649, 2649, 2649, 2649, 2643, 2643, 2643, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2643, 2649, 2643, 2643, 2649, 2649, 2649, 2643,
2643, 2643, 2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2643, 2649, 2643, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2643, 2643, 2649, 2643, 2643,
2649, 2649, 2649, 2643, 2649, 2649, 2643, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2643, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2643,
2643, 2643, 2643, 2649, 2643, 2643, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2643, 2649, 2643, 2649, 2643, 2643, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649, 2649,
2649, 2643, 2649, 2649, 2643, 2649, 2649, 2649, 2649, 2649,
2643, 2649, 2649, 2649, 2649, 2649, 2649, 2643, 2649, 2649,
2649, 2643, 2649, 2643, 2643, 2649, 2649, 2649, 2649, 2649,
2643, 2643, 0, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643
} ;
static yyconst flex_uint16_t yy_nxt[5205] =
{ 0,
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
14, 14, 18, 20, 21, 22, 23, 24, 25, 26,
14, 27, 28, 29, 30, 31, 32, 33, 34, 35,
36, 37, 38, 39, 40, 41, 14, 14, 14, 42,
44, 45, 46, 44, 45, 46, 49, 50, 49, 50,
51, 47, 51, 70, 47, 70, 70, 52, 70, 52,
54, 55, 56, 57, 70, 18, 54, 55, 56, 57,
71, 18, 58, 60, 61, 62, 71, 82, 58, 60,
61, 62, 72, 71, 63, 102, 73, 92, 70, 71,
63, 15, 16, 17, 65, 66, 67, 75, 71, 75,
75, 71, 75, 68, 104, 156, 103, 93, 75, 76,
140, 140, 69, 15, 16, 17, 65, 66, 67, 71,
71, 83, 77, 78, 71, 68, 79, 71, 84, 87,
71, 80, 85, 88, 69, 86, 89, 150, 90, 91,
81, 71, 94, 71, 96, 71, 71, 158, 71, 105,
98, 112, 97, 99, 71, 109, 95, 106, 71, 110,
100, 71, 101, 107, 170, 71, 113, 108, 142, 71,
114, 142, 118, 71, 119, 111, 115, 71, 120, 116,
139, 150, 123, 147, 147, 124, 117, 162, 121, 71,
72, 122, 125, 132, 73, 153, 126, 127, 71, 128,
71, 129, 71, 133, 71, 136, 155, 134, 135, 137,
130, 150, 144, 138, 144, 144, 131, 144, 75, 188,
75, 75, 149, 75, 149, 149, 70, 149, 70, 70,
152, 70, 71, 75, 71, 75, 75, 70, 75, 71,
71, 163, 154, 159, 75, 76, 157, 71, 71, 71,
160, 71, 71, 171, 71, 165, 71, 71, 71, 71,
71, 166, 164, 161, 71, 180, 71, 71, 173, 167,
168, 179, 172, 71, 169, 177, 174, 175, 176, 186,
71, 337, 178, 182, 71, 71, 183, 181, 71, 189,
71, 191, 71, 71, 197, 192, 71, 71, 71, 184,
185, 71, 71, 198, 187, 200, 196, 71, 71, 190,
199, 193, 194, 71, 201, 71, 71, 195, 71, 204,
71, 209, 202, 206, 71, 203, 205, 207, 211, 71,
71, 148, 71, 208, 71, 216, 210, 212, 71, 220,
71, 71, 222, 213, 214, 71, 217, 219, 71, 215,
218, 71, 221, 71, 71, 71, 224, 71, 71, 229,
71, 71, 223, 232, 225, 71, 231, 71, 71, 146,
226, 228, 233, 235, 227, 140, 140, 147, 147, 234,
230, 236, 142, 241, 144, 142, 144, 144, 149, 144,
149, 149, 75, 149, 75, 75, 150, 75, 71, 237,
239, 71, 71, 238, 152, 71, 71, 71, 71, 71,
243, 71, 71, 246, 71, 240, 242, 244, 245, 249,
71, 251, 252, 145, 248, 254, 71, 247, 71, 253,
256, 250, 71, 255, 71, 257, 71, 71, 260, 71,
258, 71, 265, 261, 267, 266, 71, 71, 262, 71,
270, 268, 71, 272, 263, 264, 71, 259, 71, 269,
71, 71, 71, 273, 71, 71, 274, 71, 71, 279,
280, 71, 281, 276, 71, 275, 277, 282, 71, 271,
278, 143, 288, 285, 287, 71, 289, 286, 71, 283,
290, 284, 292, 294, 293, 71, 71, 71, 71, 71,
297, 299, 291, 71, 295, 300, 71, 71, 298, 71,
71, 71, 71, 71, 71, 71, 301, 71, 296, 303,
305, 71, 71, 302, 71, 307, 71, 309, 71, 71,
71, 71, 304, 310, 308, 314, 71, 306, 71, 318,
71, 311, 316, 71, 312, 71, 321, 141, 71, 313,
323, 325, 71, 317, 315, 71, 71, 71, 319, 320,
326, 328, 324, 322, 71, 150, 71, 71, 71, 330,
331, 71, 332, 334, 71, 327, 329, 339, 71, 71,
71, 71, 335, 71, 71, 71, 338, 71, 345, 346,
343, 341, 71, 340, 71, 71, 333, 347, 71, 336,
349, 71, 71, 348, 342, 71, 71, 71, 71, 71,
344, 71, 71, 71, 356, 357, 350, 354, 71, 351,
352, 353, 71, 358, 359, 71, 361, 71, 71, 362,
360, 71, 71, 355, 363, 365, 71, 368, 71, 71,
366, 71, 370, 71, 376, 372, 364, 367, 71, 71,
71, 371, 71, 369, 71, 374, 71, 375, 71, 71,
71, 71, 373, 71, 381, 71, 71, 71, 382, 71,
71, 384, 71, 380, 71, 386, 377, 378, 71, 379,
71, 388, 71, 390, 383, 391, 71, 385, 387, 71,
71, 71, 389, 71, 71, 477, 71, 400, 392, 393,
397, 399, 71, 71, 406, 71, 71, 394, 395, 407,
396, 398, 71, 71, 403, 401, 402, 71, 71, 404,
405, 71, 413, 71, 71, 415, 71, 411, 410, 408,
412, 414, 409, 71, 71, 71, 71, 71, 71, 417,
422, 71, 71, 71, 71, 425, 71, 418, 416, 424,
71, 71, 436, 421, 71, 419, 431, 420, 71, 426,
437, 423, 71, 427, 71, 429, 71, 430, 71, 428,
71, 432, 71, 71, 71, 438, 472, 439, 71, 150,
71, 451, 71, 71, 433, 440, 71, 434, 450, 435,
71, 441, 447, 442, 448, 449, 453, 452, 461, 71,
466, 71, 71, 71, 71, 467, 443, 465, 462, 444,
71, 445, 71, 446, 71, 463, 454, 455, 468, 469,
464, 71, 473, 470, 71, 471, 456, 71, 457, 458,
459, 71, 478, 460, 475, 71, 71, 71, 474, 483,
71, 481, 71, 71, 476, 71, 71, 479, 487, 71,
480, 71, 482, 71, 71, 485, 491, 492, 490, 71,
486, 71, 484, 71, 71, 150, 71, 489, 71, 71,
498, 497, 71, 71, 488, 71, 499, 71, 501, 494,
495, 493, 496, 71, 71, 71, 71, 71, 502, 71,
71, 500, 510, 504, 506, 509, 71, 71, 505, 503,
511, 71, 513, 71, 547, 507, 512, 508, 71, 515,
514, 71, 71, 71, 519, 516, 71, 517, 71, 71,
524, 518, 71, 521, 71, 523, 71, 71, 71, 520,
71, 525, 522, 527, 71, 71, 71, 71, 71, 528,
71, 534, 533, 526, 71, 71, 529, 71, 537, 532,
535, 71, 538, 71, 531, 530, 71, 71, 71, 71,
71, 71, 548, 71, 540, 536, 541, 550, 71, 71,
71, 543, 549, 71, 539, 551, 71, 71, 542, 544,
546, 545, 555, 552, 553, 558, 71, 554, 71, 557,
71, 71, 71, 71, 71, 71, 71, 556, 561, 564,
71, 565, 71, 71, 560, 567, 71, 71, 71, 559,
71, 71, 71, 71, 562, 563, 580, 566, 581, 568,
71, 71, 738, 579, 71, 569, 71, 570, 577, 578,
71, 71, 571, 585, 572, 582, 583, 584, 586, 71,
71, 71, 573, 589, 71, 574, 575, 71, 591, 587,
590, 71, 576, 71, 593, 588, 71, 71, 71, 71,
71, 71, 71, 595, 71, 599, 592, 71, 603, 71,
600, 594, 596, 71, 606, 150, 71, 597, 604, 605,
71, 598, 602, 601, 71, 607, 71, 71, 71, 71,
71, 608, 71, 613, 71, 618, 615, 71, 616, 71,
610, 71, 611, 609, 620, 614, 612, 617, 71, 619,
71, 621, 71, 71, 71, 622, 71, 71, 71, 624,
625, 630, 148, 71, 71, 626, 631, 71, 623, 633,
71, 71, 627, 635, 629, 628, 632, 634, 71, 71,
636, 71, 637, 71, 638, 639, 71, 71, 71, 71,
71, 640, 643, 71, 644, 71, 642, 647, 71, 646,
71, 71, 648, 71, 71, 652, 641, 71, 71, 650,
71, 71, 645, 653, 71, 71, 659, 655, 649, 71,
71, 651, 656, 71, 654, 658, 657, 71, 661, 71,
665, 71, 662, 71, 663, 71, 71, 660, 667, 71,
666, 71, 71, 668, 664, 71, 670, 671, 71, 672,
71, 676, 71, 674, 71, 71, 71, 71, 673, 71,
680, 71, 682, 677, 146, 669, 71, 681, 679, 71,
675, 678, 683, 71, 71, 685, 687, 689, 684, 71,
71, 71, 71, 71, 688, 691, 71, 692, 686, 690,
71, 71, 693, 71, 694, 698, 71, 71, 71, 71,
71, 71, 71, 695, 701, 702, 700, 704, 71, 71,
696, 697, 705, 71, 706, 699, 707, 71, 709, 71,
703, 708, 71, 710, 71, 71, 711, 712, 71, 71,
713, 71, 71, 71, 71, 71, 71, 714, 719, 71,
71, 71, 720, 715, 71, 71, 71, 716, 726, 71,
717, 721, 718, 722, 71, 725, 724, 71, 723, 71,
727, 729, 71, 71, 728, 733, 71, 730, 71, 71,
735, 71, 71, 71, 71, 736, 71, 731, 739, 740,
732, 71, 734, 743, 71, 737, 744, 742, 71, 746,
71, 741, 71, 71, 71, 745, 71, 747, 71, 71,
749, 150, 71, 750, 71, 755, 754, 752, 748, 71,
751, 753, 71, 756, 71, 71, 71, 71, 757, 762,
71, 758, 71, 763, 765, 71, 766, 71, 768, 759,
760, 764, 71, 71, 71, 71, 761, 770, 71, 773,
71, 71, 71, 71, 71, 71, 767, 771, 774, 775,
71, 71, 769, 71, 71, 71, 772, 145, 779, 776,
71, 787, 780, 786, 778, 781, 784, 785, 777, 71,
71, 789, 782, 788, 71, 783, 71, 790, 71, 71,
793, 794, 71, 71, 802, 791, 71, 71, 71, 806,
807, 71, 792, 71, 795, 796, 71, 797, 815, 71,
798, 804, 71, 803, 71, 799, 808, 71, 809, 71,
811, 800, 801, 805, 71, 71, 71, 810, 813, 812,
71, 814, 71, 817, 71, 71, 818, 71, 71, 822,
71, 71, 816, 821, 71, 71, 71, 828, 71, 71,
143, 827, 834, 71, 819, 823, 820, 826, 824, 825,
829, 836, 71, 832, 833, 830, 71, 831, 71, 71,
71, 71, 71, 71, 835, 71, 71, 71, 839, 837,
842, 71, 840, 71, 71, 71, 843, 845, 71, 71,
838, 844, 71, 71, 847, 841, 71, 848, 850, 71,
71, 849, 851, 846, 71, 852, 853, 71, 855, 71,
71, 71, 71, 71, 71, 862, 71, 860, 71, 858,
863, 71, 71, 865, 856, 861, 71, 71, 71, 854,
857, 71, 71, 71, 71, 71, 859, 864, 872, 71,
71, 871, 71, 866, 71, 71, 867, 868, 875, 71,
869, 870, 874, 873, 876, 879, 880, 71, 878, 877,
71, 71, 71, 71, 71, 881, 887, 71, 889, 882,
71, 891, 71, 71, 71, 71, 71, 71, 71, 892,
71, 883, 884, 896, 886, 885, 893, 888, 894, 899,
890, 71, 898, 71, 71, 71, 895, 900, 903, 71,
71, 897, 905, 71, 71, 71, 908, 150, 71, 71,
71, 901, 902, 907, 910, 71, 911, 71, 71, 71,
904, 71, 71, 906, 909, 71, 914, 71, 71, 71,
926, 71, 71, 71, 71, 927, 71, 930, 913, 912,
71, 915, 917, 916, 938, 918, 141, 928, 919, 71,
71, 931, 920, 71, 921, 71, 71, 935, 922, 929,
923, 933, 936, 71, 932, 924, 71, 934, 71, 937,
925, 71, 71, 940, 71, 71, 942, 949, 71, 947,
71, 939, 71, 941, 946, 71, 943, 948, 71, 945,
950, 71, 71, 71, 71, 944, 71, 71, 960, 951,
71, 71, 963, 71, 959, 965, 71, 71, 961, 952,
71, 953, 962, 71, 71, 71, 954, 966, 955, 964,
969, 71, 971, 71, 71, 967, 968, 970, 71, 956,
957, 71, 973, 975, 972, 71, 958, 974, 71, 71,
976, 71, 71, 71, 71, 71, 981, 71, 71, 71,
978, 979, 71, 982, 984, 71, 71, 977, 71, 980,
71, 71, 986, 71, 983, 988, 990, 985, 71, 989,
71, 71, 71, 71, 991, 987, 996, 992, 997, 71,
993, 71, 71, 1000, 998, 995, 994, 1001, 71, 71,
999, 1004, 71, 71, 71, 1006, 1005, 71, 1007, 71,
71, 1002, 1008, 71, 71, 1003, 1009, 71, 1014, 71,
1016, 71, 71, 71, 71, 1017, 71, 1012, 1019, 71,
1010, 1011, 1013, 71, 1020, 71, 71, 71, 71, 1015,
1022, 1023, 1018, 1025, 71, 71, 1028, 1029, 71, 1021,
1024, 1027, 71, 71, 71, 71, 71, 71, 1032, 71,
1026, 1037, 1030, 1038, 71, 71, 71, 71, 71, 71,
1039, 1040, 1031, 71, 1033, 1043, 1034, 1036, 71, 1035,
71, 71, 1044, 71, 71, 71, 1041, 1045, 1047, 71,
71, 71, 1048, 1042, 1052, 1049, 1053, 71, 1046, 71,
71, 71, 71, 1051, 1055, 1056, 71, 71, 1050, 1060,
71, 71, 1054, 71, 71, 71, 71, 71, 1066, 71,
1057, 1058, 1059, 1062, 71, 71, 71, 71, 71, 1061,
71, 1070, 1072, 71, 1063, 2643, 1065, 1071, 1067, 1069,
1068, 1064, 1074, 1075, 71, 71, 71, 1077, 71, 71,
1073, 1076, 71, 71, 71, 71, 71, 1078, 1079, 1081,
71, 71, 71, 1087, 71, 71, 71, 1080, 1084, 71,
1082, 71, 71, 71, 1097, 1083, 71, 1085, 1091, 1086,
1088, 1093, 71, 1089, 1090, 71, 71, 1098, 71, 71,
1094, 1092, 1095, 1099, 71, 1096, 71, 1101, 1103, 1100,
71, 1104, 71, 71, 1108, 71, 1102, 1106, 71, 71,
71, 71, 71, 1109, 71, 1111, 1112, 71, 71, 1105,
1113, 71, 1107, 71, 71, 71, 71, 71, 71, 1110,
1116, 1118, 1114, 1115, 1123, 1119, 1117, 71, 71, 71,
71, 71, 1128, 71, 1120, 1122, 71, 1121, 71, 1127,
71, 1130, 1124, 71, 71, 1129, 71, 71, 1125, 1126,
2643, 1132, 1133, 1134, 71, 1139, 1131, 1138, 1135, 71,
71, 1137, 1136, 71, 1148, 71, 71, 1149, 1140, 71,
71, 1141, 1142, 1146, 1147, 71, 1143, 71, 1151, 71,
1150, 71, 1144, 71, 1152, 71, 1145, 2643, 1153, 71,
1154, 71, 71, 71, 1155, 1160, 1156, 1157, 1159, 1162,
1163, 1158, 71, 1161, 71, 71, 71, 1164, 1165, 71,
71, 1171, 1172, 71, 71, 71, 71, 71, 1166, 1174,
71, 71, 71, 1167, 1173, 1168, 71, 1169, 1178, 1170,
1177, 1175, 71, 1179, 71, 1176, 1182, 1181, 71, 71,
71, 71, 1180, 71, 71, 1184, 71, 1183, 1186, 1188,
71, 71, 1194, 71, 71, 1187, 71, 1189, 1185, 1190,
71, 1193, 1196, 71, 1191, 71, 71, 1197, 71, 1195,
71, 1198, 1201, 71, 71, 1199, 1192, 1203, 71, 1200,
71, 71, 1207, 71, 71, 1204, 1202, 71, 71, 71,
71, 1211, 1209, 1212, 71, 1205, 71, 1210, 71, 1213,
71, 1214, 1206, 71, 1208, 1216, 1215, 71, 1217, 71,
1218, 71, 71, 71, 1223, 1224, 1226, 1220, 71, 1221,
71, 71, 71, 1225, 71, 1219, 1222, 71, 71, 1230,
71, 71, 71, 1227, 71, 1234, 1235, 71, 1237, 1229,
71, 71, 71, 1236, 71, 71, 1228, 71, 71, 71,
71, 1231, 1232, 71, 1238, 71, 1244, 1233, 71, 1241,
1239, 71, 1242, 1249, 71, 1240, 1248, 1243, 71, 71,
1245, 71, 71, 71, 1251, 1253, 1247, 71, 1246, 71,
1254, 71, 1256, 71, 71, 71, 1258, 1257, 71, 71,
1252, 1250, 71, 1262, 1264, 1255, 1263, 71, 1259, 1260,
1266, 1267, 1261, 1265, 71, 71, 71, 71, 71, 71,
71, 1270, 71, 1272, 71, 1268, 71, 1277, 71, 71,
71, 71, 1278, 71, 1269, 1271, 1275, 1273, 71, 71,
1274, 71, 1276, 1281, 71, 71, 71, 1279, 71, 1280,
1287, 1289, 1282, 1283, 71, 1288, 1284, 1286, 71, 1285,
71, 1292, 71, 71, 71, 71, 2643, 1291, 1297, 1294,
1296, 71, 1290, 1298, 71, 71, 1299, 1293, 71, 71,
71, 1300, 1301, 71, 71, 1295, 71, 1303, 1302, 1304,
71, 71, 71, 1308, 71, 71, 71, 71, 1307, 71,
1305, 1311, 1314, 1310, 1316, 1306, 71, 1315, 71, 1317,
71, 1312, 71, 71, 1309, 71, 71, 71, 1313, 1324,
71, 71, 71, 1328, 71, 71, 1318, 71, 1327, 71,
71, 1319, 1320, 71, 1321, 1323, 1322, 71, 71, 71,
1326, 1333, 71, 1329, 71, 1336, 1325, 71, 71, 1330,
1337, 71, 1331, 1389, 1335, 1341, 1332, 1339, 71, 1334,
1338, 71, 71, 71, 71, 71, 1340, 1345, 71, 71,
71, 1346, 1343, 1348, 71, 1342, 71, 1344, 1352, 71,
71, 1353, 71, 71, 1347, 1349, 71, 1354, 71, 1350,
1351, 71, 1355, 1360, 71, 1356, 1361, 71, 71, 71,
1357, 1358, 71, 71, 1365, 1366, 1359, 1364, 1367, 71,
71, 71, 1362, 1368, 71, 71, 71, 71, 71, 1363,
1371, 71, 1372, 71, 71, 1376, 1369, 71, 1375, 71,
71, 1370, 71, 1373, 71, 1380, 71, 1374, 71, 1384,
71, 1382, 71, 71, 1378, 1377, 1381, 1385, 71, 1387,
71, 71, 71, 1383, 71, 1379, 1390, 1393, 71, 1392,
71, 71, 1386, 71, 71, 71, 71, 1400, 71, 2643,
1391, 71, 1388, 1401, 71, 1395, 71, 71, 1394, 1398,
71, 71, 1396, 1397, 71, 1404, 1405, 71, 71, 1399,
1407, 1402, 1408, 1409, 1403, 1411, 71, 1406, 1412, 71,
1410, 71, 1413, 71, 71, 71, 71, 71, 1418, 71,
1415, 1416, 71, 1419, 71, 1414, 71, 71, 71, 1424,
1423, 71, 71, 1420, 1430, 71, 71, 71, 1437, 1417,
71, 1422, 1421, 1425, 71, 1432, 71, 1427, 71, 1436,
1428, 1431, 1426, 1433, 71, 71, 71, 1435, 71, 1438,
1434, 1439, 1429, 71, 71, 71, 71, 1444, 1445, 71,
71, 1447, 2643, 71, 71, 1446, 1440, 71, 71, 1450,
71, 71, 1441, 1449, 1442, 71, 1443, 71, 71, 71,
1451, 71, 1448, 71, 71, 1459, 71, 71, 71, 1452,
71, 71, 71, 1455, 71, 1456, 1457, 1453, 1454, 1458,
1464, 71, 1462, 1460, 71, 71, 1467, 1461, 71, 1466,
71, 1463, 1465, 71, 71, 71, 71, 71, 1470, 71,
71, 71, 1474, 1468, 1469, 1472, 1481, 71, 2643, 1473,
1475, 1471, 1478, 1476, 71, 1477, 71, 1479, 1482, 71,
71, 1484, 71, 1483, 71, 1480, 71, 1485, 71, 1487,
71, 71, 71, 1494, 71, 1486, 71, 1489, 71, 71,
1491, 1493, 1488, 1492, 1495, 71, 71, 71, 71, 1490,
1499, 1497, 71, 71, 1496, 71, 1504, 71, 71, 71,
1501, 71, 71, 1500, 1498, 71, 1507, 1506, 71, 1508,
71, 1503, 71, 1505, 71, 1518, 71, 1502, 1531, 1510,
1512, 71, 1511, 1509, 1520, 71, 1513, 1515, 1517, 1521,
1514, 71, 1516, 71, 1519, 71, 1522, 1523, 71, 71,
71, 1527, 71, 71, 1524, 71, 71, 71, 71, 71,
71, 1529, 71, 71, 1526, 1528, 71, 1530, 1533, 1525,
1535, 1537, 1534, 71, 1532, 71, 1536, 71, 1543, 1538,
71, 71, 71, 1539, 71, 1546, 71, 71, 71, 71,
71, 1540, 1548, 1542, 1541, 1549, 71, 1544, 71, 71,
1545, 1550, 71, 1551, 1555, 71, 71, 1547, 1552, 71,
71, 71, 1553, 1559, 71, 71, 71, 1554, 1561, 71,
71, 1557, 71, 71, 71, 1556, 1566, 1562, 71, 1558,
1560, 1563, 71, 1574, 71, 1567, 1570, 71, 71, 1564,
1569, 1571, 1565, 1572, 71, 71, 1568, 1575, 1576, 71,
1573, 71, 71, 71, 1578, 71, 71, 71, 1579, 71,
71, 71, 71, 1577, 71, 71, 1584, 71, 71, 1588,
71, 1585, 71, 71, 1589, 1594, 1580, 1582, 1583, 1581,
1586, 71, 1587, 1593, 71, 71, 71, 1590, 1592, 71,
1591, 1598, 71, 1595, 71, 1599, 1600, 71, 1601, 71,
1603, 71, 71, 71, 1596, 71, 1597, 1606, 71, 1607,
1608, 71, 1602, 1610, 1609, 71, 71, 71, 71, 71,
1612, 1614, 71, 1604, 1605, 1617, 71, 1615, 71, 71,
1616, 71, 71, 1611, 1618, 1619, 1620, 71, 1624, 71,
1626, 1621, 1613, 71, 71, 1627, 71, 71, 71, 71,
1629, 71, 1622, 71, 1630, 71, 1632, 1623, 71, 1625,
1633, 1628, 71, 71, 1631, 1636, 71, 71, 1638, 71,
71, 1641, 71, 1634, 1642, 71, 1635, 71, 71, 1646,
71, 1643, 71, 1639, 1637, 71, 1644, 71, 71, 71,
1651, 1640, 1648, 71, 71, 71, 1649, 1647, 1655, 1645,
1654, 71, 71, 71, 71, 1658, 1659, 1660, 71, 1657,
1653, 71, 71, 71, 1650, 71, 71, 71, 1661, 1652,
71, 1656, 71, 1663, 1662, 1666, 71, 71, 1669, 1665,
1670, 71, 71, 71, 71, 1664, 71, 1673, 1667, 71,
71, 71, 71, 71, 1682, 71, 1679, 1672, 71, 1680,
71, 1671, 1668, 1674, 1675, 1677, 71, 1681, 1676, 71,
1678, 1684, 71, 1683, 1686, 71, 1685, 71, 71, 1691,
1692, 71, 71, 1693, 71, 71, 1688, 1687, 1694, 71,
1697, 71, 1698, 71, 71, 71, 1699, 1689, 1690, 71,
1695, 1700, 71, 1701, 1702, 1696, 1705, 1704, 71, 71,
71, 1706, 71, 71, 71, 1710, 71, 1707, 1712, 71,
1703, 71, 71, 71, 71, 71, 1708, 71, 1718, 71,
1716, 1713, 1717, 1709, 1714, 1719, 71, 71, 1711, 1720,
71, 1722, 1715, 71, 71, 71, 71, 71, 71, 1723,
1724, 71, 1725, 1726, 71, 71, 1727, 1721, 1728, 71,
1729, 71, 1730, 71, 1734, 71, 1731, 71, 1733, 71,
71, 1732, 1738, 71, 1736, 1737, 1735, 71, 71, 71,
71, 71, 1745, 1743, 71, 71, 71, 1740, 71, 1744,
71, 1747, 71, 71, 71, 71, 71, 1739, 1741, 1746,
1742, 1750, 1748, 1751, 1749, 1752, 1754, 71, 1753, 71,
71, 71, 1755, 1759, 71, 71, 1761, 71, 71, 71,
1762, 1763, 71, 71, 1758, 1756, 1757, 71, 71, 1767,
1765, 1760, 71, 71, 71, 1764, 71, 1766, 71, 71,
71, 1768, 71, 71, 71, 71, 1770, 71, 1771, 1775,
1772, 1779, 71, 71, 1769, 1774, 1782, 1778, 71, 71,
1780, 71, 1776, 1783, 1777, 1773, 1785, 1781, 71, 71,
1786, 71, 71, 71, 71, 71, 1788, 1792, 71, 1784,
1789, 1790, 1794, 71, 71, 71, 1791, 1787, 71, 71,
1796, 1797, 1793, 1798, 71, 71, 71, 1802, 71, 1799,
71, 71, 71, 71, 71, 1803, 1808, 71, 71, 1805,
1795, 1804, 71, 1800, 71, 1809, 1801, 71, 1807, 1812,
71, 1806, 1813, 1810, 71, 71, 1814, 71, 1815, 1817,
71, 71, 1811, 71, 1819, 71, 1816, 71, 1820, 1818,
1821, 71, 71, 1824, 1822, 1826, 71, 1823, 71, 71,
71, 71, 71, 71, 71, 71, 1830, 1827, 1831, 71,
71, 1828, 1829, 1825, 71, 1832, 71, 71, 71, 1839,
71, 71, 2643, 1834, 1833, 1840, 1836, 1835, 1837, 1838,
71, 71, 71, 71, 1848, 71, 1841, 1843, 71, 71,
71, 1844, 1847, 1850, 71, 1853, 1846, 1845, 1849, 1842,
71, 71, 71, 1855, 1852, 1857, 1858, 1851, 1856, 71,
71, 71, 71, 1859, 1854, 71, 1862, 71, 71, 1863,
71, 71, 1861, 1860, 1867, 71, 71, 1868, 71, 1866,
1871, 71, 71, 1864, 71, 1873, 71, 1872, 71, 1870,
1869, 1874, 71, 1875, 1865, 1876, 71, 71, 71, 71,
1877, 71, 1879, 71, 1881, 71, 1880, 71, 71, 71,
1887, 71, 1884, 71, 71, 71, 71, 1878, 1888, 71,
1883, 1890, 1894, 71, 1886, 71, 1882, 1885, 1889, 71,
1893, 71, 71, 71, 71, 71, 71, 71, 1892, 71,
71, 1891, 1904, 71, 71, 71, 71, 1905, 1895, 1901,
1896, 1903, 71, 1899, 1907, 1897, 1900, 1898, 1906, 1908,
1902, 71, 1909, 1910, 71, 1911, 71, 1912, 71, 71,
1914, 71, 1917, 71, 71, 71, 71, 71, 71, 1918,
1915, 1913, 1919, 1916, 1923, 71, 1924, 71, 71, 71,
1922, 1926, 71, 71, 71, 1920, 1921, 1928, 71, 1929,
71, 1930, 71, 1931, 71, 1934, 71, 1925, 71, 1933,
71, 1927, 71, 1932, 1936, 71, 71, 71, 1938, 1939,
71, 1940, 1942, 71, 71, 71, 71, 1935, 1937, 1946,
71, 71, 1944, 71, 71, 71, 1941, 71, 1950, 1951,
71, 71, 71, 1943, 1945, 71, 1947, 71, 1949, 71,
1953, 1955, 71, 71, 1948, 71, 1952, 1954, 1961, 1958,
1957, 1956, 71, 1960, 71, 71, 1962, 1963, 71, 71,
1964, 71, 71, 1959, 1965, 71, 71, 1969, 71, 71,
1973, 1970, 71, 1971, 1967, 71, 71, 1974, 71, 71,
71, 71, 71, 1966, 1972, 71, 1968, 1982, 1977, 1978,
1979, 1976, 71, 71, 1980, 71, 1981, 71, 1987, 1983,
1975, 71, 1986, 71, 71, 71, 1985, 71, 1988, 71,
71, 71, 1984, 1994, 71, 71, 1989, 71, 71, 71,
1996, 1992, 71, 1990, 1995, 1991, 1993, 1997, 71, 71,
2000, 2001, 71, 1998, 1999, 2005, 71, 2002, 71, 2006,
71, 2004, 2003, 2007, 71, 71, 71, 2010, 2008, 2011,
71, 2009, 71, 71, 2013, 71, 2012, 71, 71, 2014,
71, 71, 2015, 71, 2018, 2019, 2016, 71, 2021, 71,
2020, 71, 71, 71, 71, 71, 2022, 2024, 71, 2017,
71, 71, 71, 2031, 2028, 71, 2030, 71, 71, 71,
71, 2032, 2023, 2036, 2025, 2026, 2027, 71, 2029, 71,
71, 71, 2035, 2038, 2034, 2033, 71, 2643, 2037, 71,
2040, 71, 71, 2043, 2041, 71, 2042, 2045, 71, 2044,
2039, 2047, 71, 71, 71, 2049, 71, 71, 71, 71,
2046, 71, 71, 2048, 2051, 2055, 2052, 2053, 71, 2054,
71, 71, 71, 2056, 2057, 2050, 71, 71, 71, 2062,
71, 2059, 71, 2064, 2058, 71, 71, 2067, 71, 71,
2061, 2063, 71, 71, 71, 2074, 2060, 71, 2070, 2071,
71, 2066, 71, 2065, 71, 71, 71, 2072, 71, 2073,
71, 2068, 2069, 2077, 2078, 71, 2079, 71, 71, 2075,
2076, 2080, 71, 2081, 71, 71, 2084, 71, 2083, 71,
2082, 71, 2085, 2088, 71, 2089, 71, 2090, 71, 2086,
71, 71, 71, 71, 71, 2087, 71, 71, 2092, 2095,
2097, 71, 2091, 71, 2093, 71, 2098, 71, 71, 71,
71, 2104, 71, 2094, 71, 71, 2096, 71, 71, 71,
2101, 2105, 71, 2103, 71, 2100, 71, 2111, 71, 2099,
2106, 2161, 2102, 2107, 71, 2108, 2109, 71, 71, 2113,
2112, 2122, 2110, 2114, 2115, 71, 2116, 71, 71, 2117,
71, 2118, 71, 2119, 71, 2120, 71, 71, 71, 71,
71, 71, 71, 2130, 71, 2121, 2131, 71, 71, 2127,
2133, 71, 71, 71, 71, 2124, 2123, 2132, 71, 2126,
2125, 2128, 2129, 71, 71, 2136, 71, 71, 71, 2137,
2134, 2135, 2142, 71, 2143, 71, 71, 71, 2144, 71,
71, 2138, 2139, 2140, 71, 2141, 2145, 71, 71, 2153,
71, 2146, 2148, 2151, 71, 71, 2147, 2152, 71, 2149,
2150, 71, 71, 2154, 2155, 71, 71, 2157, 71, 2162,
71, 71, 71, 2156, 2165, 71, 71, 71, 71, 71,
2166, 71, 2158, 2168, 71, 2159, 2163, 71, 2160, 71,
2164, 2170, 2167, 2169, 71, 2173, 71, 2175, 71, 2174,
71, 2171, 2177, 71, 2172, 2178, 2179, 71, 2176, 71,
2180, 71, 71, 71, 71, 71, 71, 71, 71, 71,
71, 2186, 71, 2184, 2188, 2182, 2183, 71, 2189, 71,
2185, 2187, 71, 2181, 71, 2191, 71, 2190, 71, 2193,
2200, 2194, 2196, 71, 2192, 2197, 71, 2195, 71, 71,
71, 2202, 71, 71, 2199, 2198, 2201, 71, 2203, 71,
2204, 71, 2207, 71, 71, 2205, 2206, 2208, 71, 2210,
71, 71, 2234, 2212, 2211, 71, 71, 2209, 2213, 71,
2214, 2215, 2216, 71, 71, 71, 71, 2217, 71, 2218,
71, 71, 71, 71, 2219, 2643, 2222, 71, 2221, 71,
2224, 2220, 71, 71, 2223, 71, 71, 2225, 2226, 71,
2231, 2227, 2228, 71, 2229, 2230, 71, 71, 2236, 71,
71, 71, 2232, 71, 2240, 71, 71, 71, 71, 71,
2238, 2245, 2643, 2244, 71, 2233, 2235, 71, 2239, 2237,
2246, 71, 2242, 71, 71, 2241, 71, 2250, 2243, 2248,
71, 2247, 71, 71, 2251, 2249, 71, 2254, 2255, 71,
2256, 71, 2257, 71, 2258, 71, 2252, 71, 2253, 71,
71, 2261, 2262, 71, 2263, 71, 71, 71, 71, 2264,
2266, 71, 71, 2267, 2268, 71, 71, 2259, 71, 2260,
2270, 71, 2273, 2269, 71, 2265, 2274, 71, 71, 71,
2276, 71, 2272, 2275, 2271, 2277, 71, 71, 71, 2282,
71, 71, 71, 71, 2281, 71, 2284, 2278, 2285, 71,
71, 2279, 71, 71, 71, 2286, 2288, 2280, 71, 71,
2287, 2290, 71, 2295, 2293, 2283, 2289, 71, 2297, 71,
71, 2291, 2292, 71, 71, 71, 2301, 71, 2302, 71,
2294, 2296, 2299, 71, 2303, 71, 2304, 71, 71, 2298,
71, 71, 2300, 2306, 71, 2305, 71, 71, 2312, 71,
2309, 71, 71, 2316, 2313, 2315, 71, 2307, 2317, 71,
71, 71, 71, 71, 2310, 2318, 2308, 2311, 2321, 71,
2314, 2319, 71, 71, 71, 2325, 2322, 71, 2324, 2320,
2326, 71, 2323, 2329, 71, 71, 2328, 2327, 71, 71,
71, 71, 71, 71, 2330, 71, 2337, 71, 2336, 71,
2331, 71, 2340, 2334, 2339, 2341, 2338, 2342, 71, 71,
2333, 2343, 71, 2335, 2332, 2344, 71, 71, 2345, 71,
71, 2349, 71, 71, 71, 2348, 71, 71, 2350, 2351,
2352, 71, 71, 71, 71, 2357, 71, 2346, 2347, 2355,
2353, 71, 2359, 71, 71, 2362, 71, 2354, 71, 71,
2356, 71, 71, 71, 71, 2360, 2365, 71, 2358, 2361,
2366, 2363, 2364, 71, 71, 2369, 2372, 71, 2370, 2367,
71, 2374, 71, 2368, 2375, 71, 71, 2377, 71, 71,
71, 2380, 71, 71, 71, 2379, 71, 71, 2384, 2373,
2371, 71, 71, 2387, 71, 2378, 71, 2376, 2388, 71,
2389, 71, 71, 2381, 71, 2383, 2385, 2382, 71, 71,
71, 2391, 71, 2386, 2396, 71, 2392, 71, 2398, 71,
2390, 2394, 2397, 2393, 2399, 2401, 2402, 71, 2395, 71,
2400, 71, 2403, 2404, 71, 71, 71, 71, 2409, 71,
2406, 2407, 71, 71, 71, 2412, 71, 2413, 71, 2415,
71, 71, 2405, 2416, 71, 71, 2408, 71, 71, 2410,
2411, 71, 2414, 2417, 71, 2418, 2419, 2420, 71, 2421,
71, 2422, 71, 71, 2424, 71, 2425, 2426, 2423, 71,
2427, 2428, 71, 71, 2430, 71, 2432, 71, 71, 2434,
71, 71, 2436, 2433, 2431, 71, 71, 2429, 71, 2438,
71, 2439, 71, 2437, 71, 2435, 71, 71, 71, 71,
71, 2442, 71, 71, 2444, 71, 71, 2445, 71, 2443,
71, 71, 2440, 71, 2441, 71, 2454, 2456, 71, 2446,
2477, 2450, 2447, 2448, 2449, 2451, 2452, 2457, 71, 71,
71, 2453, 71, 2455, 2458, 2459, 71, 2460, 71, 2461,
2462, 71, 71, 2464, 71, 2463, 2466, 2465, 2467, 71,
71, 71, 71, 71, 71, 2469, 71, 2468, 71, 2473,
2474, 71, 71, 2472, 2475, 71, 71, 2470, 2480, 71,
2482, 2471, 71, 2481, 71, 2478, 71, 2476, 2479, 71,
71, 2483, 71, 71, 2484, 2486, 2643, 2487, 2489, 71,
2490, 71, 2494, 2485, 2491, 71, 2492, 71, 2488, 2493,
71, 2495, 71, 2496, 71, 71, 71, 71, 2499, 71,
2501, 71, 71, 71, 71, 71, 2503, 71, 2498, 2508,
2497, 71, 2505, 71, 2500, 71, 2507, 71, 71, 71,
2502, 2509, 2510, 2506, 71, 71, 71, 71, 2514, 71,
2504, 2516, 71, 71, 71, 2513, 71, 2511, 71, 71,
2522, 2521, 2512, 2518, 71, 2520, 71, 2524, 71, 2515,
71, 71, 2517, 71, 2523, 71, 2519, 2525, 71, 71,
2533, 71, 71, 2535, 71, 71, 2536, 2526, 2527, 2528,
2530, 2534, 71, 2532, 2537, 71, 2529, 71, 2531, 2538,
71, 71, 71, 71, 2541, 71, 71, 2542, 2543, 2546,
71, 2539, 2548, 71, 71, 71, 71, 2540, 71, 2552,
71, 2545, 71, 2553, 2547, 71, 71, 71, 71, 2556,
2544, 2550, 2557, 2549, 2554, 71, 2551, 71, 71, 71,
71, 2558, 71, 71, 2555, 71, 2563, 2560, 71, 71,
2559, 71, 71, 2565, 2562, 71, 71, 71, 71, 2561,
2570, 2571, 2567, 2564, 2566, 2568, 2574, 71, 71, 71,
2569, 71, 2576, 2575, 2578, 2572, 2579, 2573, 71, 71,
2577, 71, 71, 2582, 71, 71, 2580, 2584, 71, 71,
2583, 71, 71, 71, 71, 2585, 2590, 71, 71, 2587,
71, 2581, 71, 2586, 71, 2593, 2594, 71, 71, 71,
71, 2592, 2588, 2589, 2597, 71, 2591, 2595, 71, 2598,
2596, 71, 2601, 2602, 71, 71, 71, 2605, 2600, 2599,
71, 71, 2607, 71, 2608, 71, 71, 2603, 71, 71,
2609, 2612, 71, 2610, 2613, 71, 71, 2614, 71, 2606,
71, 2604, 2615, 71, 71, 2616, 71, 2611, 71, 2621,
71, 2617, 71, 2619, 71, 2618, 71, 2623, 71, 2620,
71, 2624, 71, 2627, 71, 2622, 2628, 71, 71, 2631,
2632, 71, 2643, 2625, 71, 2634, 71, 2626, 71, 2629,
71, 2633, 71, 2630, 2635, 71, 71, 2636, 71, 2641,
71, 2637, 2643, 2638, 2642, 71, 2643, 2639, 2643, 2643,
2643, 2640, 43, 43, 43, 43, 43, 43, 43, 48,
48, 48, 48, 48, 48, 48, 53, 53, 53, 53,
53, 53, 53, 59, 59, 59, 59, 59, 59, 59,
64, 64, 64, 64, 64, 64, 64, 74, 74, 2643,
74, 74, 74, 74, 140, 140, 2643, 2643, 2643, 140,
140, 142, 142, 2643, 2643, 142, 2643, 142, 144, 2643,
2643, 2643, 2643, 2643, 144, 147, 147, 2643, 2643, 2643,
147, 147, 149, 2643, 2643, 2643, 2643, 2643, 149, 151,
151, 2643, 151, 151, 151, 151, 75, 75, 2643, 75,
75, 75, 75, 13, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643
} ;
static yyconst flex_int16_t yy_chk[5205] =
{ 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,
3, 3, 3, 4, 4, 4, 5, 5, 6, 6,
5, 3, 6, 20, 4, 20, 20, 5, 20, 6,
7, 7, 7, 7, 20, 7, 8, 8, 8, 8,
29, 8, 7, 9, 9, 9, 22, 22, 8, 10,
10, 10, 15, 25, 9, 29, 15, 25, 2649, 31,
10, 11, 11, 11, 11, 11, 11, 19, 79, 19,
19, 30, 19, 11, 31, 79, 30, 25, 19, 19,
47, 47, 11, 12, 12, 12, 12, 12, 12, 21,
23, 23, 21, 21, 24, 12, 21, 81, 23, 24,
34, 21, 23, 24, 12, 23, 24, 908, 24, 24,
21, 26, 26, 27, 27, 90, 28, 81, 32, 32,
28, 34, 27, 28, 33, 33, 26, 32, 36, 33,
28, 35, 28, 32, 90, 42, 35, 32, 52, 84,
35, 52, 36, 37, 37, 33, 35, 38, 37, 35,
42, 69, 38, 63, 63, 38, 35, 84, 37, 40,
72, 37, 38, 40, 72, 69, 38, 38, 39, 39,
102, 39, 78, 40, 41, 41, 78, 40, 40, 41,
39, 149, 58, 41, 58, 58, 39, 58, 66, 102,
66, 66, 68, 66, 68, 68, 71, 68, 71, 71,
66, 71, 85, 74, 80, 74, 74, 71, 74, 77,
82, 85, 77, 82, 74, 74, 80, 83, 86, 87,
83, 88, 89, 91, 92, 87, 93, 95, 235, 91,
98, 87, 86, 83, 96, 98, 94, 97, 92, 88,
88, 97, 91, 99, 89, 95, 93, 94, 94, 101,
100, 235, 96, 100, 103, 101, 100, 99, 104, 103,
107, 104, 106, 105, 107, 104, 108, 109, 110, 100,
100, 111, 112, 108, 101, 110, 106, 113, 115, 103,
109, 104, 105, 117, 111, 114, 119, 105, 116, 114,
118, 118, 112, 116, 120, 113, 115, 116, 120, 121,
122, 147, 123, 117, 124, 123, 119, 120, 128, 125,
126, 127, 127, 120, 121, 125, 123, 124, 129, 122,
123, 130, 126, 131, 134, 132, 128, 133, 135, 133,
136, 137, 127, 135, 129, 156, 134, 139, 138, 146,
130, 132, 136, 138, 131, 141, 141, 148, 148, 137,
133, 139, 143, 156, 145, 143, 145, 145, 150, 145,
150, 150, 151, 150, 151, 151, 153, 151, 154, 153,
155, 157, 158, 154, 151, 160, 155, 159, 161, 162,
158, 164, 165, 160, 163, 155, 157, 158, 159, 163,
167, 165, 166, 144, 162, 167, 173, 161, 166, 166,
169, 164, 168, 168, 171, 170, 169, 170, 171, 174,
170, 172, 172, 171, 174, 173, 175, 176, 171, 178,
177, 175, 180, 178, 171, 171, 177, 170, 179, 176,
181, 182, 183, 179, 184, 185, 180, 188, 189, 184,
185, 186, 186, 182, 194, 181, 182, 186, 187, 177,
183, 142, 190, 187, 189, 191, 191, 188, 190, 186,
192, 186, 193, 195, 194, 196, 192, 197, 193, 195,
198, 200, 192, 199, 196, 201, 198, 200, 199, 202,
203, 201, 205, 204, 206, 207, 202, 208, 197, 204,
206, 209, 210, 203, 211, 208, 212, 210, 213, 214,
215, 218, 205, 211, 209, 215, 216, 207, 217, 219,
220, 212, 217, 222, 213, 219, 221, 140, 223, 214,
223, 225, 221, 218, 216, 224, 227, 225, 220, 220,
226, 228, 224, 222, 229, 237, 226, 228, 230, 230,
231, 231, 232, 233, 238, 227, 229, 237, 232, 233,
234, 236, 234, 239, 240, 241, 236, 242, 243, 244,
241, 239, 245, 238, 243, 244, 232, 245, 246, 234,
247, 248, 250, 246, 240, 249, 247, 251, 253, 252,
242, 254, 258, 255, 254, 255, 248, 252, 261, 249,
250, 251, 256, 256, 257, 259, 259, 257, 260, 260,
258, 262, 263, 253, 261, 263, 264, 266, 265, 267,
264, 270, 268, 266, 273, 270, 262, 265, 268, 269,
273, 269, 272, 267, 271, 271, 274, 272, 276, 275,
277, 70, 270, 278, 278, 279, 280, 281, 279, 282,
284, 281, 349, 277, 283, 283, 274, 275, 285, 276,
286, 285, 288, 287, 280, 288, 289, 282, 284, 287,
290, 291, 286, 292, 294, 349, 293, 294, 289, 290,
291, 293, 296, 295, 298, 298, 299, 290, 290, 299,
290, 292, 300, 301, 296, 294, 295, 297, 302, 297,
297, 303, 304, 304, 306, 306, 305, 302, 301, 300,
303, 305, 300, 307, 308, 309, 310, 311, 312, 308,
313, 314, 320, 322, 315, 316, 313, 309, 307, 315,
345, 316, 322, 312, 317, 310, 320, 311, 318, 317,
323, 314, 319, 318, 325, 319, 323, 319, 321, 318,
324, 321, 327, 328, 330, 324, 345, 325, 332, 339,
329, 332, 333, 335, 321, 325, 340, 321, 330, 321,
326, 326, 327, 326, 328, 329, 333, 332, 335, 336,
339, 338, 346, 341, 343, 340, 326, 338, 336, 326,
342, 326, 350, 326, 334, 337, 334, 334, 341, 342,
337, 337, 346, 343, 347, 344, 334, 351, 334, 334,
334, 344, 350, 334, 348, 352, 353, 354, 347, 355,
348, 353, 356, 357, 348, 355, 358, 351, 359, 360,
352, 361, 354, 362, 359, 357, 363, 363, 362, 363,
358, 364, 356, 365, 366, 64, 369, 361, 367, 368,
369, 368, 370, 372, 360, 374, 370, 371, 371, 365,
366, 364, 367, 373, 375, 376, 377, 378, 372, 382,
416, 370, 378, 374, 376, 377, 379, 380, 375, 373,
379, 386, 381, 383, 416, 376, 380, 376, 381, 383,
382, 384, 385, 387, 387, 384, 388, 385, 389, 390,
392, 386, 394, 389, 391, 391, 392, 393, 395, 388,
396, 393, 390, 395, 397, 398, 399, 400, 401, 396,
402, 402, 401, 394, 404, 403, 397, 405, 405, 400,
403, 407, 407, 408, 399, 398, 409, 410, 411, 412,
415, 414, 417, 418, 409, 404, 410, 419, 417, 421,
420, 412, 418, 419, 408, 420, 422, 424, 411, 414,
415, 414, 423, 421, 422, 426, 425, 422, 423, 425,
427, 426, 429, 428, 430, 431, 432, 424, 428, 431,
434, 432, 433, 435, 427, 434, 436, 440, 438, 426,
439, 589, 441, 442, 429, 430, 441, 433, 442, 435,
443, 445, 589, 440, 446, 436, 437, 437, 438, 439,
450, 444, 437, 446, 437, 443, 444, 445, 447, 448,
449, 452, 437, 449, 447, 437, 437, 451, 451, 447,
450, 455, 437, 453, 453, 448, 454, 456, 457, 458,
459, 460, 463, 455, 461, 459, 452, 462, 463, 465,
460, 454, 456, 468, 467, 466, 469, 457, 465, 466,
467, 458, 462, 461, 470, 468, 471, 472, 473, 474,
477, 469, 475, 474, 476, 479, 476, 480, 477, 482,
471, 479, 472, 470, 481, 475, 473, 478, 478, 480,
481, 482, 483, 484, 485, 483, 487, 486, 488, 485,
486, 489, 59, 490, 497, 487, 489, 489, 484, 491,
491, 502, 487, 493, 488, 487, 490, 492, 492, 493,
494, 494, 495, 495, 496, 497, 498, 499, 500, 501,
496, 498, 501, 503, 502, 504, 500, 505, 506, 504,
507, 509, 506, 505, 508, 510, 499, 514, 511, 508,
512, 510, 503, 511, 513, 515, 515, 513, 507, 516,
519, 509, 513, 517, 512, 514, 513, 518, 517, 520,
521, 522, 518, 527, 519, 523, 521, 516, 523, 524,
522, 525, 526, 524, 520, 528, 525, 526, 529, 527,
530, 531, 531, 529, 532, 533, 534, 540, 528, 537,
535, 536, 537, 532, 54, 524, 535, 536, 534, 538,
530, 533, 538, 539, 541, 540, 542, 544, 539, 543,
546, 548, 542, 544, 543, 546, 545, 547, 541, 545,
549, 550, 547, 547, 548, 551, 552, 553, 561, 554,
557, 551, 555, 549, 554, 555, 553, 556, 563, 558,
550, 550, 557, 556, 558, 552, 559, 560, 560, 565,
555, 559, 559, 561, 562, 566, 562, 563, 564, 567,
564, 568, 569, 571, 570, 573, 572, 565, 570, 574,
576, 578, 571, 566, 575, 579, 584, 567, 577, 581,
568, 572, 569, 573, 577, 576, 575, 580, 574, 582,
578, 580, 583, 591, 579, 584, 588, 581, 585, 586,
586, 587, 592, 590, 593, 587, 594, 582, 590, 591,
583, 595, 585, 594, 597, 588, 595, 593, 596, 597,
599, 592, 598, 600, 601, 596, 602, 598, 603, 604,
600, 605, 606, 601, 608, 606, 605, 603, 599, 607,
602, 604, 609, 607, 610, 612, 611, 616, 608, 613,
613, 609, 614, 614, 615, 615, 616, 618, 619, 610,
611, 614, 620, 621, 619, 622, 612, 621, 623, 624,
625, 627, 626, 628, 629, 624, 618, 622, 625, 626,
635, 632, 620, 630, 638, 639, 623, 53, 630, 627,
645, 639, 630, 638, 629, 630, 632, 635, 628, 640,
641, 641, 630, 640, 643, 630, 642, 642, 644, 648,
645, 646, 649, 650, 648, 643, 652, 646, 651, 652,
653, 653, 644, 647, 647, 647, 661, 647, 661, 654,
647, 650, 656, 649, 663, 647, 654, 655, 655, 657,
657, 647, 647, 651, 658, 659, 660, 656, 659, 658,
662, 660, 664, 663, 665, 667, 664, 666, 668, 668,
669, 671, 662, 667, 670, 672, 673, 674, 674, 680,
48, 673, 680, 682, 665, 669, 666, 672, 670, 671,
675, 682, 677, 678, 679, 675, 675, 677, 681, 678,
679, 683, 684, 685, 681, 686, 687, 689, 685, 683,
688, 688, 686, 690, 692, 694, 689, 691, 695, 697,
684, 690, 700, 691, 694, 687, 696, 695, 697, 698,
699, 696, 698, 692, 701, 699, 700, 702, 702, 703,
705, 704, 706, 709, 707, 709, 711, 707, 712, 705,
710, 710, 713, 712, 703, 707, 714, 715, 716, 701,
704, 717, 718, 721, 719, 720, 706, 711, 719, 722,
724, 718, 723, 713, 725, 728, 714, 715, 722, 726,
716, 717, 721, 720, 723, 726, 727, 727, 725, 724,
729, 730, 731, 732, 733, 728, 734, 740, 736, 729,
737, 738, 734, 735, 736, 739, 741, 738, 742, 739,
743, 730, 731, 742, 733, 732, 740, 735, 741, 745,
737, 744, 744, 747, 746, 745, 741, 746, 749, 748,
750, 743, 751, 751, 749, 752, 754, 754, 753, 755,
756, 747, 748, 753, 756, 757, 757, 758, 759, 763,
750, 760, 761, 752, 755, 766, 760, 767, 764, 769,
769, 770, 771, 773, 772, 770, 774, 773, 759, 758,
780, 761, 764, 763, 780, 766, 43, 771, 767, 768,
775, 774, 768, 777, 768, 779, 776, 778, 768, 772,
768, 776, 778, 778, 775, 768, 781, 777, 782, 779,
768, 783, 784, 782, 785, 786, 783, 790, 787, 788,
792, 781, 790, 782, 787, 788, 784, 789, 789, 786,
791, 793, 795, 796, 797, 785, 791, 801, 796, 792,
798, 799, 799, 802, 795, 801, 803, 804, 797, 793,
794, 794, 798, 810, 800, 14, 794, 802, 794, 800,
805, 805, 808, 806, 811, 803, 804, 806, 808, 794,
794, 809, 810, 812, 809, 813, 794, 811, 814, 812,
813, 815, 816, 817, 819, 820, 818, 822, 823, 821,
815, 816, 818, 819, 821, 824, 825, 814, 829, 817,
826, 832, 823, 831, 820, 825, 827, 822, 833, 826,
834, 835, 827, 836, 829, 824, 835, 831, 836, 837,
832, 838, 839, 839, 837, 834, 833, 840, 841, 843,
838, 844, 847, 840, 845, 845, 844, 844, 845, 846,
848, 841, 846, 849, 850, 843, 847, 851, 852, 853,
854, 856, 855, 857, 852, 855, 854, 850, 857, 858,
848, 849, 851, 859, 858, 860, 861, 864, 862, 853,
860, 861, 856, 864, 865, 866, 867, 868, 868, 859,
862, 866, 867, 869, 870, 871, 872, 873, 871, 874,
865, 876, 869, 877, 875, 878, 879, 876, 881, 877,
878, 879, 870, 882, 872, 883, 873, 875, 885, 874,
886, 883, 884, 884, 889, 887, 881, 885, 887, 888,
890, 891, 888, 882, 892, 889, 893, 894, 886, 895,
892, 897, 893, 891, 895, 896, 896, 898, 890, 900,
899, 901, 894, 900, 902, 903, 904, 906, 907, 907,
897, 898, 899, 902, 909, 910, 912, 911, 913, 901,
915, 912, 914, 914, 903, 13, 906, 913, 909, 911,
910, 904, 916, 917, 921, 919, 918, 919, 916, 917,
915, 918, 920, 922, 923, 924, 925, 920, 921, 923,
928, 926, 927, 929, 929, 931, 930, 922, 926, 932,
924, 934, 933, 937, 937, 925, 935, 927, 933, 928,
930, 935, 938, 931, 932, 940, 939, 938, 942, 943,
935, 934, 935, 939, 941, 935, 944, 941, 943, 940,
945, 944, 946, 947, 949, 949, 942, 946, 950, 951,
952, 954, 953, 950, 956, 952, 953, 955, 957, 945,
954, 958, 947, 960, 959, 961, 962, 963, 964, 951,
957, 959, 955, 956, 964, 960, 958, 965, 966, 967,
968, 971, 970, 972, 961, 963, 973, 962, 970, 968,
975, 972, 965, 977, 979, 971, 974, 978, 966, 967,
0, 974, 975, 976, 980, 980, 973, 979, 976, 976,
982, 978, 977, 981, 984, 983, 985, 985, 981, 987,
984, 981, 981, 982, 983, 986, 981, 992, 987, 988,
986, 995, 981, 989, 988, 996, 981, 0, 989, 990,
990, 991, 993, 994, 991, 995, 991, 992, 994, 997,
998, 993, 999, 996, 1000, 997, 998, 999, 1000, 1001,
1002, 1002, 1003, 1004, 1003, 1006, 1007, 1008, 1001, 1006,
1011, 1009, 1013, 1001, 1004, 1001, 1015, 1001, 1010, 1001,
1009, 1007, 1012, 1010, 1010, 1008, 1013, 1012, 1014, 1016,
1017, 1018, 1011, 1020, 1019, 1015, 1022, 1014, 1017, 1019,
1021, 1023, 1025, 1025, 1026, 1018, 1024, 1020, 1016, 1021,
1032, 1024, 1027, 1027, 1022, 1028, 1034, 1028, 1030, 1026,
1031, 1030, 1033, 1033, 1037, 1031, 1023, 1035, 1035, 1032,
1036, 1038, 1039, 1039, 1040, 1036, 1034, 1041, 1042, 1043,
1045, 1043, 1041, 1045, 1046, 1037, 1047, 1042, 1048, 1046,
1049, 1047, 1038, 1050, 1040, 1049, 1048, 1052, 1050, 1051,
1051, 1053, 1054, 1055, 1057, 1058, 1060, 1053, 1059, 1054,
1057, 1058, 1060, 1059, 1061, 1052, 1055, 1062, 1063, 1064,
1064, 1065, 1067, 1061, 1068, 1069, 1070, 1071, 1073, 1063,
1074, 1069, 1070, 1071, 1073, 1075, 1062, 1076, 1077, 1078,
1080, 1065, 1067, 1081, 1074, 1079, 1079, 1068, 1082, 1076,
1074, 1083, 1077, 1084, 1084, 1075, 1083, 1078, 1085, 1086,
1080, 1088, 1093, 1091, 1086, 1089, 1082, 1090, 1081, 1092,
1089, 1089, 1091, 1094, 1095, 1103, 1093, 1092, 1096, 1098,
1088, 1085, 1097, 1096, 1097, 1090, 1096, 1100, 1094, 1095,
1099, 1100, 1095, 1098, 1101, 1102, 1099, 1104, 1105, 1106,
1107, 1103, 1109, 1105, 1110, 1101, 1111, 1111, 1112, 1113,
1114, 1115, 1112, 1116, 1102, 1104, 1109, 1106, 1120, 1117,
1107, 1118, 1110, 1115, 1119, 1121, 1123, 1113, 1122, 1114,
1121, 1123, 1116, 1117, 1124, 1122, 1118, 1120, 1125, 1119,
1126, 1126, 1127, 1128, 1129, 1130, 0, 1125, 1131, 1128,
1130, 1139, 1124, 1132, 1131, 1133, 1133, 1127, 1138, 1132,
1134, 1134, 1136, 1136, 1137, 1129, 1140, 1138, 1137, 1139,
1141, 1142, 1143, 1143, 1144, 1145, 1146, 1147, 1142, 1148,
1140, 1146, 1149, 1145, 1150, 1141, 1151, 1149, 1149, 1150,
1150, 1147, 1152, 1153, 1144, 1154, 1155, 1156, 1148, 1157,
1158, 1159, 1160, 1161, 1162, 1157, 1151, 1166, 1160, 1161,
1163, 1152, 1153, 1164, 1154, 1156, 1155, 1165, 1167, 1168,
1159, 1166, 1226, 1162, 1169, 1169, 1158, 1170, 1171, 1163,
1170, 1174, 1164, 1226, 1168, 1174, 1165, 1172, 1172, 1167,
1171, 1173, 1175, 1176, 1177, 1178, 1173, 1178, 1180, 1182,
1181, 1178, 1176, 1180, 1183, 1175, 1185, 1177, 1184, 1184,
1189, 1185, 1186, 1190, 1178, 1181, 1191, 1186, 1187, 1182,
1183, 1188, 1187, 1192, 1195, 1188, 1193, 1193, 1197, 1192,
1189, 1190, 1198, 1199, 1199, 1200, 1191, 1198, 1202, 1202,
1205, 1200, 1195, 1204, 1204, 1206, 1211, 1208, 1210, 1197,
1208, 1209, 1209, 1212, 1213, 1213, 1205, 1214, 1212, 1215,
1216, 1206, 1218, 1210, 1217, 1217, 1219, 1211, 1220, 1221,
1221, 1219, 1223, 1222, 1215, 1214, 1218, 1222, 1224, 1224,
1225, 1228, 1227, 1220, 1229, 1216, 1227, 1231, 1231, 1229,
1232, 1233, 1223, 1234, 1236, 1235, 1237, 1237, 1238, 0,
1228, 1239, 1225, 1238, 1240, 1233, 1241, 1243, 1232, 1235,
1247, 1242, 1234, 1234, 1250, 1241, 1242, 1245, 1244, 1236,
1244, 1239, 1245, 1246, 1240, 1248, 1252, 1243, 1250, 1246,
1247, 1248, 1251, 1251, 1253, 1256, 1255, 1257, 1257, 1259,
1253, 1255, 1258, 1258, 1260, 1252, 1261, 1262, 1263, 1263,
1262, 1264, 1265, 1259, 1267, 1271, 1269, 1274, 1274, 1256,
1267, 1261, 1260, 1264, 1266, 1269, 1268, 1266, 1270, 1273,
1266, 1268, 1265, 1270, 1272, 1273, 1276, 1272, 1275, 1275,
1271, 1276, 1266, 1277, 1278, 1279, 1280, 1281, 1282, 1285,
1283, 1284, 0, 1281, 1282, 1283, 1277, 1284, 1286, 1287,
1287, 1289, 1278, 1286, 1279, 1288, 1280, 1290, 1291, 1292,
1288, 1293, 1285, 1297, 1294, 1296, 1295, 1298, 1299, 1289,
1300, 1296, 1303, 1292, 1308, 1293, 1294, 1290, 1291, 1295,
1302, 1302, 1299, 1297, 1304, 1305, 1305, 1298, 1306, 1304,
1307, 1300, 1303, 1309, 1311, 1312, 1310, 1316, 1308, 1314,
1318, 1313, 1312, 1306, 1307, 1310, 1319, 1319, 0, 1311,
1313, 1309, 1316, 1313, 1323, 1314, 1324, 1316, 1320, 1320,
1321, 1322, 1322, 1321, 1325, 1318, 1326, 1323, 1327, 1325,
1328, 1329, 1330, 1331, 1333, 1324, 1336, 1327, 1334, 1331,
1329, 1330, 1326, 1329, 1332, 1332, 1335, 1337, 1338, 1328,
1336, 1334, 1340, 1341, 1333, 1342, 1342, 1343, 1344, 1369,
1338, 1345, 1348, 1337, 1335, 1349, 1345, 1344, 1346, 1346,
1347, 1341, 1350, 1343, 1353, 1354, 1355, 1340, 1369, 1347,
1348, 1354, 1347, 1346, 1356, 1356, 1349, 1351, 1353, 1357,
1350, 1358, 1351, 1351, 1355, 1357, 1358, 1359, 1360, 1362,
1363, 1364, 1365, 1359, 1360, 1370, 1373, 1364, 1366, 1372,
1371, 1366, 1374, 1377, 1363, 1365, 1376, 1366, 1371, 1362,
1373, 1375, 1372, 1378, 1370, 1379, 1374, 1375, 1381, 1376,
1380, 1382, 1383, 1377, 1381, 1385, 1385, 1386, 1387, 1392,
1388, 1378, 1387, 1380, 1379, 1388, 1389, 1382, 1390, 1391,
1383, 1389, 1394, 1390, 1395, 1395, 1396, 1386, 1391, 1397,
1398, 1401, 1392, 1399, 1399, 1402, 1400, 1394, 1401, 1403,
1404, 1397, 1405, 1407, 1415, 1396, 1406, 1402, 1408, 1398,
1400, 1403, 1406, 1415, 1409, 1407, 1410, 1410, 1411, 1404,
1409, 1411, 1405, 1412, 1412, 1414, 1408, 1416, 1417, 1417,
1414, 1418, 1419, 1416, 1419, 1420, 1421, 1422, 1420, 1423,
1424, 1425, 1426, 1418, 1429, 1430, 1425, 1428, 1427, 1429,
1431, 1426, 1435, 1432, 1430, 1434, 1421, 1423, 1424, 1422,
1427, 1434, 1428, 1433, 1433, 1436, 1437, 1430, 1432, 1438,
1431, 1438, 1442, 1435, 1439, 1439, 1440, 1440, 1441, 1441,
1443, 1443, 1444, 1445, 1436, 1447, 1437, 1446, 1446, 1447,
1448, 1449, 1442, 1451, 1449, 1452, 1448, 1454, 1455, 1451,
1453, 1455, 1459, 1444, 1445, 1458, 1453, 1456, 1456, 1457,
1457, 1458, 1460, 1452, 1459, 1459, 1459, 1461, 1462, 1463,
1465, 1459, 1454, 1468, 1462, 1465, 1465, 1466, 1467, 1469,
1467, 1471, 1460, 1472, 1468, 1473, 1470, 1461, 1475, 1463,
1471, 1466, 1470, 1477, 1469, 1474, 1474, 1476, 1476, 1478,
1479, 1479, 1483, 1472, 1480, 1480, 1473, 1485, 1486, 1487,
1487, 1483, 1488, 1477, 1475, 1489, 1485, 1490, 1491, 1492,
1492, 1478, 1489, 1493, 1494, 1496, 1490, 1488, 1497, 1486,
1496, 1498, 1499, 1505, 1497, 1500, 1501, 1502, 1502, 1499,
1494, 1500, 1501, 1503, 1491, 1504, 1506, 1507, 1503, 1493,
1509, 1498, 1508, 1505, 1504, 1508, 1510, 1511, 1511, 1507,
1512, 1513, 1514, 1515, 1517, 1506, 1512, 1515, 1509, 1518,
1519, 1521, 1522, 1523, 1525, 1525, 1522, 1514, 1524, 1523,
1527, 1513, 1510, 1515, 1517, 1519, 1529, 1524, 1518, 1526,
1521, 1527, 1530, 1526, 1528, 1528, 1527, 1531, 1532, 1533,
1534, 1534, 1535, 1535, 1536, 1533, 1530, 1529, 1536, 1537,
1538, 1538, 1539, 1539, 1543, 1544, 1540, 1531, 1532, 1547,
1537, 1540, 1540, 1541, 1542, 1537, 1545, 1544, 1550, 1541,
1542, 1547, 1545, 1548, 1549, 1551, 1552, 1548, 1553, 1554,
1543, 1551, 1556, 1557, 1553, 1558, 1549, 1561, 1561, 1560,
1558, 1554, 1560, 1550, 1556, 1562, 1562, 1564, 1552, 1563,
1563, 1565, 1557, 1566, 1569, 1567, 1568, 1565, 1574, 1566,
1567, 1571, 1568, 1569, 1577, 1573, 1571, 1564, 1573, 1578,
1574, 1575, 1575, 1579, 1580, 1580, 1577, 1581, 1579, 1582,
1583, 1578, 1584, 1584, 1582, 1583, 1581, 1585, 1586, 1589,
1587, 1588, 1591, 1589, 1590, 1592, 1595, 1586, 1591, 1590,
1594, 1594, 1596, 1598, 1597, 1599, 1604, 1585, 1587, 1592,
1588, 1596, 1594, 1597, 1595, 1598, 1602, 1602, 1599, 1605,
1608, 1607, 1604, 1609, 1610, 1611, 1611, 1617, 1612, 1609,
1612, 1613, 1613, 1616, 1608, 1605, 1607, 1614, 1618, 1618,
1616, 1610, 1619, 1620, 1621, 1614, 1622, 1617, 1623, 1624,
1625, 1619, 1631, 1626, 1628, 1629, 1621, 1632, 1622, 1626,
1623, 1630, 1630, 1633, 1620, 1625, 1633, 1629, 1634, 1635,
1631, 1637, 1626, 1634, 1628, 1624, 1637, 1632, 1638, 1639,
1638, 1640, 1643, 1641, 1644, 1645, 1640, 1645, 1647, 1635,
1641, 1643, 1648, 1648, 1649, 1650, 1644, 1639, 1652, 1651,
1650, 1651, 1647, 1652, 1653, 1654, 1655, 1656, 1658, 1653,
1657, 1659, 1661, 1656, 1662, 1657, 1663, 1663, 1665, 1659,
1649, 1658, 1666, 1654, 1664, 1664, 1655, 1668, 1662, 1667,
1670, 1661, 1668, 1665, 1669, 1667, 1669, 1672, 1670, 1671,
1671, 1675, 1666, 1673, 1673, 1676, 1670, 1674, 1674, 1672,
1675, 1677, 1678, 1677, 1676, 1679, 1679, 1676, 1680, 1681,
1683, 1684, 1687, 1685, 1688, 1689, 1684, 1680, 1685, 1690,
1691, 1681, 1683, 1678, 1695, 1687, 1693, 1694, 1702, 1695,
1696, 1704, 0, 1689, 1688, 1696, 1691, 1690, 1693, 1694,
1699, 1701, 1703, 1705, 1706, 1706, 1699, 1701, 1709, 1707,
1711, 1702, 1705, 1708, 1708, 1711, 1704, 1703, 1707, 1699,
1710, 1712, 1718, 1713, 1710, 1714, 1715, 1709, 1713, 1713,
1716, 1714, 1715, 1716, 1712, 1717, 1721, 1721, 1722, 1722,
1723, 1727, 1718, 1717, 1724, 1724, 1725, 1725, 1726, 1723,
1728, 1739, 1729, 1722, 1730, 1730, 1728, 1729, 1732, 1727,
1726, 1731, 1731, 1732, 1722, 1733, 1735, 1736, 1737, 1740,
1735, 1733, 1737, 1741, 1740, 1742, 1739, 1743, 1745, 1744,
1746, 1746, 1743, 1748, 1747, 1750, 1749, 1736, 1747, 1751,
1742, 1749, 1753, 1753, 1745, 1752, 1741, 1744, 1748, 1755,
1752, 1756, 1757, 1758, 1759, 1760, 1764, 1761, 1751, 1762,
1768, 1750, 1765, 1765, 1766, 1767, 1769, 1766, 1755, 1761,
1756, 1764, 1773, 1759, 1768, 1757, 1760, 1758, 1767, 1769,
1762, 1770, 1770, 1771, 1771, 1772, 1772, 1773, 1774, 1775,
1775, 1776, 1777, 1777, 1778, 1781, 1782, 1780, 1783, 1778,
1776, 1774, 1780, 1776, 1784, 1784, 1785, 1785, 1786, 1792,
1783, 1787, 1787, 1788, 1793, 1781, 1782, 1789, 1789, 1790,
1790, 1791, 1791, 1792, 1795, 1796, 1796, 1786, 1797, 1795,
1799, 1788, 1800, 1793, 1798, 1798, 1801, 1805, 1800, 1801,
1802, 1802, 1803, 1803, 1804, 1806, 1809, 1797, 1799, 1807,
1807, 1810, 1805, 1811, 1812, 1815, 1802, 1814, 1812, 1813,
1813, 1819, 1816, 1804, 1806, 1821, 1809, 1822, 1811, 1824,
1815, 1818, 1818, 1820, 1810, 1827, 1814, 1816, 1824, 1821,
1820, 1819, 1823, 1823, 1825, 1828, 1825, 1827, 1830, 1829,
1828, 1831, 1833, 1822, 1829, 1832, 1834, 1833, 1835, 1836,
1837, 1834, 1838, 1835, 1831, 1839, 1837, 1838, 1840, 1841,
1842, 1843, 1845, 1830, 1836, 1844, 1832, 1846, 1841, 1842,
1843, 1840, 1849, 1846, 1844, 1847, 1845, 1851, 1853, 1847,
1839, 1852, 1852, 1855, 1853, 1857, 1851, 1854, 1854, 1860,
1858, 1861, 1849, 1859, 1859, 1863, 1854, 1864, 1866, 1865,
1861, 1857, 1870, 1855, 1860, 1855, 1858, 1863, 1868, 1871,
1866, 1868, 1869, 1864, 1865, 1872, 1872, 1869, 1873, 1873,
1881, 1871, 1870, 1875, 1875, 1876, 1877, 1878, 1876, 1879,
1883, 1877, 1884, 1878, 1881, 1879, 1880, 1880, 1882, 1882,
1885, 1888, 1883, 1886, 1886, 1888, 1884, 1889, 1890, 1890,
1889, 1891, 1892, 1893, 1895, 1896, 1891, 1893, 1899, 1885,
1898, 1900, 1897, 1901, 1898, 1902, 1900, 1903, 1905, 1901,
1915, 1902, 1892, 1907, 1895, 1896, 1897, 1906, 1899, 1907,
1908, 1909, 1906, 1909, 1905, 1903, 1912, 0, 1908, 1913,
1913, 1914, 1916, 1916, 1914, 1918, 1915, 1919, 1920, 1918,
1912, 1921, 1921, 1919, 1922, 1925, 1925, 1927, 1939, 1931,
1920, 1932, 1940, 1922, 1931, 1937, 1932, 1933, 1933, 1935,
1935, 1937, 1938, 1938, 1939, 1927, 1941, 1943, 1944, 1945,
1945, 1941, 1947, 1948, 1940, 1949, 1950, 1952, 1952, 1948,
1944, 1947, 1953, 1960, 1954, 1960, 1943, 1956, 1956, 1957,
1957, 1950, 1958, 1949, 1959, 1961, 1962, 1958, 1963, 1959,
1969, 1953, 1954, 1963, 1964, 1964, 1965, 1965, 1968, 1961,
1962, 1966, 1966, 1967, 1967, 1970, 1970, 1972, 1969, 1973,
1968, 1971, 1971, 1974, 1974, 1975, 1975, 1976, 1976, 1972,
1977, 1978, 1979, 1980, 1981, 1973, 1982, 1984, 1978, 1981,
1983, 1983, 1977, 1985, 1979, 1986, 1984, 1987, 1988, 1989,
1990, 1990, 1991, 1980, 1996, 1992, 1982, 1995, 1993, 1997,
1987, 1991, 2011, 1989, 1998, 1986, 1999, 1998, 2056, 1985,
1992, 2056, 1988, 1993, 2000, 1995, 1996, 2009, 2001, 2000,
1999, 2011, 1997, 2001, 2002, 2002, 2003, 2003, 2004, 2004,
2006, 2006, 2008, 2008, 2010, 2009, 2013, 2014, 2015, 2016,
2017, 2018, 2020, 2020, 2019, 2010, 2022, 2022, 2023, 2017,
2024, 2024, 2025, 2026, 2028, 2014, 2013, 2023, 2027, 2016,
2015, 2018, 2019, 2029, 2030, 2027, 2032, 2031, 2036, 2028,
2025, 2026, 2033, 2033, 2034, 2034, 2037, 2038, 2035, 2040,
2041, 2029, 2030, 2031, 2035, 2032, 2036, 2039, 2042, 2044,
2044, 2037, 2039, 2042, 2048, 2043, 2038, 2043, 2050, 2040,
2041, 2045, 2051, 2045, 2046, 2046, 2052, 2050, 2055, 2057,
2057, 2058, 2059, 2048, 2060, 2060, 2061, 2063, 2066, 2064,
2061, 2068, 2051, 2064, 2069, 2052, 2058, 2072, 2055, 2074,
2059, 2066, 2063, 2065, 2065, 2070, 2070, 2073, 2073, 2072,
2076, 2068, 2075, 2075, 2069, 2076, 2077, 2077, 2074, 2082,
2082, 2083, 2084, 2085, 2086, 2087, 2091, 2092, 2095, 2093,
2094, 2091, 2106, 2086, 2093, 2084, 2085, 2096, 2094, 2098,
2087, 2092, 2101, 2083, 2099, 2096, 2100, 2095, 2107, 2099,
2106, 2100, 2102, 2102, 2098, 2103, 2103, 2101, 2104, 2105,
2111, 2108, 2145, 2109, 2105, 2104, 2107, 2108, 2109, 2110,
2110, 2112, 2113, 2113, 2117, 2111, 2112, 2114, 2114, 2118,
2118, 2119, 2145, 2120, 2119, 2121, 2122, 2117, 2120, 2120,
2121, 2122, 2123, 2124, 2125, 2126, 2127, 2124, 2123, 2125,
2128, 2129, 2130, 2136, 2126, 0, 2129, 2132, 2128, 2137,
2132, 2127, 2134, 2135, 2130, 2138, 2139, 2134, 2135, 2140,
2140, 2136, 2137, 2141, 2138, 2139, 2144, 2146, 2147, 2147,
2148, 2149, 2141, 2150, 2151, 2151, 2152, 2154, 2156, 2157,
2149, 2158, 0, 2157, 2164, 2144, 2146, 2158, 2150, 2148,
2159, 2159, 2154, 2160, 2161, 2152, 2163, 2164, 2156, 2161,
2166, 2160, 2167, 2168, 2166, 2163, 2170, 2170, 2171, 2171,
2172, 2172, 2174, 2174, 2176, 2176, 2167, 2178, 2168, 2180,
2181, 2181, 2182, 2182, 2183, 2183, 2184, 2185, 2189, 2184,
2186, 2186, 2187, 2187, 2188, 2188, 2191, 2178, 2192, 2180,
2190, 2190, 2193, 2189, 2199, 2185, 2194, 2194, 2193, 2195,
2198, 2200, 2192, 2195, 2191, 2198, 2198, 2201, 2202, 2203,
2204, 2214, 2205, 2219, 2202, 2203, 2205, 2199, 2206, 2206,
2209, 2200, 2211, 2212, 2216, 2209, 2212, 2201, 2215, 2217,
2211, 2215, 2218, 2219, 2217, 2204, 2214, 2220, 2221, 2221,
2222, 2216, 2216, 2224, 2223, 2225, 2225, 2226, 2226, 2229,
2218, 2220, 2223, 2227, 2227, 2228, 2228, 2231, 2230, 2222,
2232, 2233, 2224, 2230, 2234, 2229, 2242, 2235, 2237, 2237,
2233, 2238, 2239, 2242, 2238, 2241, 2241, 2231, 2243, 2243,
2244, 2247, 2245, 2251, 2234, 2244, 2232, 2235, 2248, 2248,
2239, 2245, 2249, 2250, 2253, 2252, 2249, 2254, 2251, 2247,
2252, 2252, 2250, 2259, 2259, 2260, 2254, 2253, 2261, 2264,
2265, 2267, 2269, 2271, 2260, 2272, 2272, 2273, 2271, 2275,
2261, 2276, 2276, 2267, 2275, 2276, 2273, 2278, 2278, 2281,
2265, 2279, 2279, 2269, 2264, 2280, 2280, 2282, 2281, 2283,
2284, 2286, 2290, 2287, 2288, 2284, 2291, 2286, 2287, 2288,
2289, 2289, 2293, 2295, 2292, 2294, 2298, 2282, 2283, 2292,
2290, 2294, 2296, 2296, 2299, 2300, 2300, 2291, 2301, 2302,
2293, 2304, 2303, 2305, 2306, 2298, 2303, 2307, 2295, 2299,
2304, 2301, 2302, 2308, 2309, 2307, 2310, 2310, 2308, 2305,
2311, 2313, 2313, 2306, 2314, 2314, 2316, 2318, 2318, 2319,
2320, 2322, 2322, 2323, 2324, 2320, 2325, 2327, 2327, 2311,
2309, 2330, 2328, 2331, 2331, 2319, 2335, 2316, 2332, 2332,
2333, 2333, 2334, 2323, 2336, 2325, 2328, 2324, 2338, 2337,
2346, 2334, 2345, 2330, 2339, 2339, 2335, 2341, 2341, 2340,
2333, 2337, 2340, 2336, 2345, 2347, 2348, 2348, 2338, 2349,
2346, 2347, 2349, 2350, 2351, 2353, 2354, 2355, 2356, 2350,
2353, 2354, 2357, 2361, 2356, 2358, 2358, 2360, 2360, 2363,
2363, 2366, 2351, 2364, 2364, 2378, 2355, 2376, 2365, 2357,
2357, 2367, 2361, 2365, 2383, 2366, 2367, 2368, 2368, 2369,
2369, 2370, 2370, 2371, 2373, 2373, 2376, 2378, 2371, 2379,
2379, 2381, 2381, 2382, 2383, 2384, 2385, 2385, 2386, 2390,
2390, 2391, 2392, 2386, 2384, 2393, 2395, 2382, 2392, 2394,
2394, 2395, 2397, 2393, 2398, 2391, 2399, 2400, 2401, 2403,
2404, 2399, 2405, 2406, 2401, 2408, 2407, 2403, 2409, 2400,
2410, 2411, 2397, 2414, 2398, 2445, 2411, 2417, 2417, 2404,
2445, 2408, 2405, 2406, 2407, 2409, 2409, 2418, 2418, 2430,
2419, 2410, 2431, 2414, 2419, 2423, 2423, 2425, 2425, 2426,
2426, 2427, 2426, 2429, 2429, 2427, 2431, 2430, 2433, 2433,
2435, 2436, 2437, 2439, 2440, 2436, 2449, 2435, 2441, 2441,
2442, 2442, 2444, 2440, 2443, 2443, 2446, 2437, 2447, 2450,
2448, 2439, 2451, 2447, 2447, 2446, 2448, 2444, 2446, 2454,
2452, 2449, 2453, 2465, 2450, 2452, 0, 2453, 2455, 2455,
2458, 2458, 2465, 2451, 2461, 2461, 2462, 2462, 2454, 2463,
2463, 2466, 2466, 2468, 2468, 2469, 2470, 2471, 2471, 2472,
2473, 2473, 2476, 2477, 2478, 2480, 2477, 2484, 2470, 2483,
2469, 2479, 2479, 2482, 2472, 2483, 2482, 2485, 2486, 2488,
2476, 2484, 2485, 2480, 2487, 2494, 2497, 2498, 2494, 2500,
2478, 2498, 2499, 2502, 2503, 2488, 2504, 2486, 2505, 2506,
2505, 2504, 2487, 2500, 2508, 2503, 2507, 2507, 2509, 2497,
2510, 2512, 2499, 2511, 2506, 2513, 2502, 2508, 2514, 2515,
2516, 2516, 2517, 2518, 2518, 2519, 2519, 2509, 2510, 2511,
2513, 2517, 2522, 2515, 2520, 2520, 2512, 2523, 2514, 2521,
2521, 2524, 2525, 2526, 2524, 2527, 2528, 2525, 2526, 2529,
2530, 2522, 2531, 2531, 2532, 2529, 2534, 2523, 2536, 2539,
2539, 2528, 2540, 2540, 2530, 2542, 2541, 2545, 2547, 2543,
2527, 2534, 2544, 2532, 2541, 2543, 2536, 2546, 2544, 2549,
2550, 2545, 2551, 2553, 2542, 2555, 2551, 2547, 2554, 2556,
2546, 2558, 2557, 2554, 2550, 2559, 2560, 2561, 2562, 2549,
2559, 2560, 2556, 2553, 2555, 2557, 2563, 2563, 2564, 2567,
2558, 2568, 2565, 2564, 2567, 2561, 2568, 2562, 2565, 2566,
2566, 2569, 2570, 2571, 2576, 2572, 2569, 2573, 2573, 2571,
2572, 2575, 2577, 2578, 2579, 2575, 2580, 2581, 2582, 2577,
2588, 2570, 2580, 2576, 2583, 2583, 2585, 2585, 2586, 2587,
2589, 2582, 2578, 2579, 2587, 2590, 2581, 2586, 2592, 2588,
2586, 2591, 2591, 2592, 2593, 2595, 2596, 2596, 2590, 2589,
2597, 2598, 2598, 2599, 2599, 2600, 2601, 2593, 2602, 2604,
2600, 2603, 2603, 2601, 2604, 2605, 2609, 2605, 2607, 2597,
2611, 2595, 2606, 2606, 2608, 2607, 2614, 2602, 2610, 2613,
2613, 2608, 2616, 2610, 2618, 2609, 2617, 2616, 2619, 2611,
2623, 2617, 2620, 2620, 2624, 2614, 2622, 2622, 2625, 2625,
2626, 2626, 0, 2618, 2627, 2629, 2629, 2619, 2637, 2623,
2631, 2627, 2638, 2624, 2630, 2630, 2633, 2631, 2636, 2639,
2639, 2633, 0, 2636, 2640, 2640, 0, 2637, 0, 0,
0, 2638, 2644, 2644, 2644, 2644, 2644, 2644, 2644, 2645,
2645, 2645, 2645, 2645, 2645, 2645, 2646, 2646, 2646, 2646,
2646, 2646, 2646, 2647, 2647, 2647, 2647, 2647, 2647, 2647,
2648, 2648, 2648, 2648, 2648, 2648, 2648, 2650, 2650, 0,
2650, 2650, 2650, 2650, 2651, 2651, 0, 0, 0, 2651,
2651, 2652, 2652, 0, 0, 2652, 0, 2652, 2653, 0,
0, 0, 0, 0, 2653, 2654, 2654, 0, 0, 0,
2654, 2654, 2655, 0, 0, 0, 0, 0, 2655, 2656,
2656, 0, 2656, 2656, 2656, 2656, 2657, 2657, 0, 2657,
2657, 2657, 2657, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643, 2643,
2643, 2643, 2643, 2643
} ;
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.
*
*/
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
#pragma GCC diagnostic ignored "-Wsign-compare"
#endif
#include <ctype.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 186 "./util/configlexer.lex"
#ifndef YY_NO_UNPUT
#define YY_NO_UNPUT 1
#endif
#ifndef YY_NO_INPUT
#define YY_NO_INPUT 1
#endif
#line 2662 "<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 );
int yyget_leng (void );
char *yyget_text (void );
int yyget_lineno (void );
void yyset_lineno (int _line_number );
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap (void );
#else
extern int yywrap (void );
#endif
#endif
#ifndef YY_NO_UNPUT
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy (char *,yyconst char *,int );
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * );
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (void );
#else
static int input (void );
#endif
#endif
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO do { if (fwrite( yytext, (size_t) 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 = '*'; \
int 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 = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif
/* end tables serialization structures and prototypes */
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int yylex (void);
#define YY_DECL int yylex (void)
#endif /* !YY_DECL */
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK /*LINTED*/break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
/** The main scanner function which does all the work.
*/
YY_DECL
{
yy_state_type yy_current_state;
char *yy_cp, *yy_bp;
int yy_act;
if ( !(yy_init) )
{
(yy_init) = 1;
#ifdef YY_USER_INIT
YY_USER_INIT;
#endif
if ( ! (yy_start) )
(yy_start) = 1; /* first start state */
if ( ! yyin )
yyin = stdin;
if ( ! yyout )
yyout = stdout;
if ( ! YY_CURRENT_BUFFER ) {
yyensure_buffer_stack ();
YY_CURRENT_BUFFER_LVALUE =
yy_create_buffer(yyin,YY_BUF_SIZE );
}
yy_load_buffer_state( );
}
{
#line 206 "./util/configlexer.lex"
#line 2885 "<stdout>"
while ( /*CONSTCOND*/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
{
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 >= 2644 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
++yy_cp;
}
while ( yy_base[yy_current_state] != 5164 );
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 207 "./util/configlexer.lex"
{
LEXOUT(("SP ")); /* ignore */ }
YY_BREAK
case 2:
YY_RULE_SETUP
#line 209 "./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 212 "./util/configlexer.lex"
{ YDVAR(0, VAR_SERVER) }
YY_BREAK
case 4:
YY_RULE_SETUP
#line 213 "./util/configlexer.lex"
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
YY_BREAK
case 5:
YY_RULE_SETUP
#line 214 "./util/configlexer.lex"
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
YY_BREAK
case 6:
YY_RULE_SETUP
#line 215 "./util/configlexer.lex"
{ YDVAR(1, VAR_NUM_THREADS) }
YY_BREAK
case 7:
YY_RULE_SETUP
#line 216 "./util/configlexer.lex"
{ YDVAR(1, VAR_VERBOSITY) }
YY_BREAK
case 8:
YY_RULE_SETUP
#line 217 "./util/configlexer.lex"
{ YDVAR(1, VAR_PORT) }
YY_BREAK
case 9:
YY_RULE_SETUP
#line 218 "./util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_RANGE) }
YY_BREAK
case 10:
YY_RULE_SETUP
#line 219 "./util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
YY_BREAK
case 11:
YY_RULE_SETUP
#line 220 "./util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
YY_BREAK
case 12:
YY_RULE_SETUP
#line 221 "./util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
YY_BREAK
case 13:
YY_RULE_SETUP
#line 222 "./util/configlexer.lex"
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
YY_BREAK
case 14:
YY_RULE_SETUP
#line 223 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP4) }
YY_BREAK
case 15:
YY_RULE_SETUP
#line 224 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP6) }
YY_BREAK
case 16:
YY_RULE_SETUP
#line 225 "./util/configlexer.lex"
{ YDVAR(1, VAR_PREFER_IP6) }
YY_BREAK
case 17:
YY_RULE_SETUP
#line 226 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_UDP) }
YY_BREAK
case 18:
YY_RULE_SETUP
#line 227 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_TCP) }
YY_BREAK
case 19:
YY_RULE_SETUP
#line 228 "./util/configlexer.lex"
{ YDVAR(1, VAR_TCP_UPSTREAM) }
YY_BREAK
case 20:
YY_RULE_SETUP
#line 229 "./util/configlexer.lex"
{ YDVAR(1, VAR_TCP_MSS) }
YY_BREAK
case 21:
YY_RULE_SETUP
#line 230 "./util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
YY_BREAK
case 22:
YY_RULE_SETUP
#line 231 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_UPSTREAM) }
YY_BREAK
case 23:
YY_RULE_SETUP
#line 232 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_UPSTREAM) }
YY_BREAK
case 24:
YY_RULE_SETUP
#line 233 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
YY_BREAK
case 25:
YY_RULE_SETUP
#line 234 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
YY_BREAK
case 26:
YY_RULE_SETUP
#line 235 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
YY_BREAK
case 27:
YY_RULE_SETUP
#line 236 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
YY_BREAK
case 28:
YY_RULE_SETUP
#line 237 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_PORT) }
YY_BREAK
case 29:
YY_RULE_SETUP
#line 238 "./util/configlexer.lex"
{ YDVAR(1, VAR_SSL_PORT) }
YY_BREAK
case 30:
YY_RULE_SETUP
#line 239 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
YY_BREAK
case 31:
YY_RULE_SETUP
#line 240 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
YY_BREAK
case 32:
YY_RULE_SETUP
#line 241 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_WIN_CERT) }
YY_BREAK
case 33:
YY_RULE_SETUP
#line 242 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
YY_BREAK
case 34:
YY_RULE_SETUP
#line 243 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
YY_BREAK
case 35:
YY_RULE_SETUP
#line 244 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
YY_BREAK
case 36:
YY_RULE_SETUP
#line 245 "./util/configlexer.lex"
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
YY_BREAK
case 37:
YY_RULE_SETUP
#line 246 "./util/configlexer.lex"
{ YDVAR(1, VAR_USE_SYSTEMD) }
YY_BREAK
case 38:
YY_RULE_SETUP
#line 247 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_DAEMONIZE) }
YY_BREAK
case 39:
YY_RULE_SETUP
#line 248 "./util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 40:
YY_RULE_SETUP
#line 249 "./util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 41:
YY_RULE_SETUP
#line 250 "./util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
YY_BREAK
case 42:
YY_RULE_SETUP
#line 251 "./util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
YY_BREAK
case 43:
YY_RULE_SETUP
#line 252 "./util/configlexer.lex"
{ YDVAR(1, VAR_SO_RCVBUF) }
YY_BREAK
case 44:
YY_RULE_SETUP
#line 253 "./util/configlexer.lex"
{ YDVAR(1, VAR_SO_SNDBUF) }
YY_BREAK
case 45:
YY_RULE_SETUP
#line 254 "./util/configlexer.lex"
{ YDVAR(1, VAR_SO_REUSEPORT) }
YY_BREAK
case 46:
YY_RULE_SETUP
#line 255 "./util/configlexer.lex"
{ YDVAR(1, VAR_IP_TRANSPARENT) }
YY_BREAK
case 47:
YY_RULE_SETUP
#line 256 "./util/configlexer.lex"
{ YDVAR(1, VAR_IP_FREEBIND) }
YY_BREAK
case 48:
YY_RULE_SETUP
#line 257 "./util/configlexer.lex"
{ YDVAR(1, VAR_CHROOT) }
YY_BREAK
case 49:
YY_RULE_SETUP
#line 258 "./util/configlexer.lex"
{ YDVAR(1, VAR_USERNAME) }
YY_BREAK
case 50:
YY_RULE_SETUP
#line 259 "./util/configlexer.lex"
{ YDVAR(1, VAR_DIRECTORY) }
YY_BREAK
case 51:
YY_RULE_SETUP
#line 260 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOGFILE) }
YY_BREAK
case 52:
YY_RULE_SETUP
#line 261 "./util/configlexer.lex"
{ YDVAR(1, VAR_PIDFILE) }
YY_BREAK
case 53:
YY_RULE_SETUP
#line 262 "./util/configlexer.lex"
{ YDVAR(1, VAR_ROOT_HINTS) }
YY_BREAK
case 54:
YY_RULE_SETUP
#line 263 "./util/configlexer.lex"
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
YY_BREAK
case 55:
YY_RULE_SETUP
#line 264 "./util/configlexer.lex"
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
YY_BREAK
case 56:
YY_RULE_SETUP
#line 265 "./util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
YY_BREAK
case 57:
YY_RULE_SETUP
#line 266 "./util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
YY_BREAK
case 58:
YY_RULE_SETUP
#line 267 "./util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
YY_BREAK
case 59:
YY_RULE_SETUP
#line 268 "./util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
YY_BREAK
case 60:
YY_RULE_SETUP
#line 269 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
YY_BREAK
case 61:
YY_RULE_SETUP
#line 270 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
YY_BREAK
case 62:
YY_RULE_SETUP
#line 271 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
YY_BREAK
case 63:
YY_RULE_SETUP
#line 272 "./util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
YY_BREAK
case 64:
YY_RULE_SETUP
#line 273 "./util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
YY_BREAK
case 65:
YY_RULE_SETUP
#line 274 "./util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
YY_BREAK
case 66:
YY_RULE_SETUP
#line 275 "./util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
YY_BREAK
case 67:
YY_RULE_SETUP
#line 276 "./util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
YY_BREAK
case 68:
YY_RULE_SETUP
#line 277 "./util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
YY_BREAK
case 69:
YY_RULE_SETUP
#line 278 "./util/configlexer.lex"
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
YY_BREAK
case 70:
YY_RULE_SETUP
#line 279 "./util/configlexer.lex"
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
YY_BREAK
case 71:
YY_RULE_SETUP
#line 280 "./util/configlexer.lex"
{ YDVAR(1, VAR_DELAY_CLOSE) }
YY_BREAK
case 72:
YY_RULE_SETUP
#line 281 "./util/configlexer.lex"
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
YY_BREAK
case 73:
YY_RULE_SETUP
#line 282 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
YY_BREAK
case 74:
YY_RULE_SETUP
#line 283 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
YY_BREAK
case 75:
YY_RULE_SETUP
#line 284 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_GLUE) }
YY_BREAK
case 76:
YY_RULE_SETUP
#line 285 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
YY_BREAK
case 77:
YY_RULE_SETUP
#line 286 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
YY_BREAK
case 78:
YY_RULE_SETUP
#line 287 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
YY_BREAK
case 79:
YY_RULE_SETUP
#line 288 "./util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
YY_BREAK
case 80:
YY_RULE_SETUP
#line 289 "./util/configlexer.lex"
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
YY_BREAK
case 81:
YY_RULE_SETUP
#line 290 "./util/configlexer.lex"
{ YDVAR(1, VAR_CAPS_WHITELIST) }
YY_BREAK
case 82:
YY_RULE_SETUP
#line 291 "./util/configlexer.lex"
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
YY_BREAK
case 83:
YY_RULE_SETUP
#line 292 "./util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 293 "./util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
YY_BREAK
case 85:
YY_RULE_SETUP
#line 294 "./util/configlexer.lex"
{ YDVAR(1, VAR_PREFETCH_KEY) }
YY_BREAK
case 86:
YY_RULE_SETUP
#line 295 "./util/configlexer.lex"
{ YDVAR(1, VAR_PREFETCH) }
YY_BREAK
case 87:
YY_RULE_SETUP
#line 296 "./util/configlexer.lex"
{ YDVAR(0, VAR_STUB_ZONE) }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 297 "./util/configlexer.lex"
{ YDVAR(1, VAR_NAME) }
YY_BREAK
case 89:
YY_RULE_SETUP
#line 298 "./util/configlexer.lex"
{ YDVAR(1, VAR_STUB_ADDR) }
YY_BREAK
case 90:
YY_RULE_SETUP
#line 299 "./util/configlexer.lex"
{ YDVAR(1, VAR_STUB_HOST) }
YY_BREAK
case 91:
YY_RULE_SETUP
#line 300 "./util/configlexer.lex"
{ YDVAR(1, VAR_STUB_PRIME) }
YY_BREAK
case 92:
YY_RULE_SETUP
#line 301 "./util/configlexer.lex"
{ YDVAR(1, VAR_STUB_FIRST) }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 302 "./util/configlexer.lex"
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
YY_BREAK
case 94:
YY_RULE_SETUP
#line 303 "./util/configlexer.lex"
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
YY_BREAK
case 95:
YY_RULE_SETUP
#line 304 "./util/configlexer.lex"
{ YDVAR(0, VAR_FORWARD_ZONE) }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 305 "./util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_ADDR) }
YY_BREAK
case 97:
YY_RULE_SETUP
#line 306 "./util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_HOST) }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 307 "./util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_FIRST) }
YY_BREAK
case 99:
YY_RULE_SETUP
#line 308 "./util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
YY_BREAK
case 100:
YY_RULE_SETUP
#line 309 "./util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
YY_BREAK
case 101:
YY_RULE_SETUP
#line 310 "./util/configlexer.lex"
{ YDVAR(0, VAR_AUTH_ZONE) }
YY_BREAK
case 102:
YY_RULE_SETUP
#line 311 "./util/configlexer.lex"
{ YDVAR(1, VAR_ZONEFILE) }
YY_BREAK
case 103:
YY_RULE_SETUP
#line 312 "./util/configlexer.lex"
{ YDVAR(1, VAR_MASTER) }
YY_BREAK
case 104:
YY_RULE_SETUP
#line 313 "./util/configlexer.lex"
{ YDVAR(1, VAR_URL) }
YY_BREAK
case 105:
YY_RULE_SETUP
#line 314 "./util/configlexer.lex"
{ YDVAR(1, VAR_ALLOW_NOTIFY) }
YY_BREAK
case 106:
YY_RULE_SETUP
#line 315 "./util/configlexer.lex"
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
YY_BREAK
case 107:
YY_RULE_SETUP
#line 316 "./util/configlexer.lex"
{ YDVAR(1, VAR_FOR_UPSTREAM) }
YY_BREAK
case 108:
YY_RULE_SETUP
#line 317 "./util/configlexer.lex"
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
YY_BREAK
case 109:
YY_RULE_SETUP
#line 318 "./util/configlexer.lex"
{ YDVAR(0, VAR_VIEW) }
YY_BREAK
case 110:
YY_RULE_SETUP
#line 319 "./util/configlexer.lex"
{ YDVAR(1, VAR_VIEW_FIRST) }
YY_BREAK
case 111:
YY_RULE_SETUP
#line 320 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
YY_BREAK
case 112:
YY_RULE_SETUP
#line 321 "./util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
YY_BREAK
case 113:
YY_RULE_SETUP
#line 322 "./util/configlexer.lex"
{ YDVAR(2, VAR_ACCESS_CONTROL) }
YY_BREAK
case 114:
YY_RULE_SETUP
#line 323 "./util/configlexer.lex"
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
YY_BREAK
case 115:
YY_RULE_SETUP
#line 324 "./util/configlexer.lex"
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
YY_BREAK
case 116:
YY_RULE_SETUP
#line 325 "./util/configlexer.lex"
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
YY_BREAK
case 117:
YY_RULE_SETUP
#line 326 "./util/configlexer.lex"
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
YY_BREAK
case 118:
YY_RULE_SETUP
#line 327 "./util/configlexer.lex"
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
YY_BREAK
case 119:
YY_RULE_SETUP
#line 328 "./util/configlexer.lex"
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
YY_BREAK
case 120:
YY_RULE_SETUP
#line 329 "./util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_IDENTITY) }
YY_BREAK
case 121:
YY_RULE_SETUP
#line 330 "./util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_VERSION) }
YY_BREAK
case 122:
YY_RULE_SETUP
#line 331 "./util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
YY_BREAK
case 123:
YY_RULE_SETUP
#line 332 "./util/configlexer.lex"
{ YDVAR(1, VAR_IDENTITY) }
YY_BREAK
case 124:
YY_RULE_SETUP
#line 333 "./util/configlexer.lex"
{ YDVAR(1, VAR_VERSION) }
YY_BREAK
case 125:
YY_RULE_SETUP
#line 334 "./util/configlexer.lex"
{ YDVAR(1, VAR_MODULE_CONF) }
YY_BREAK
case 126:
YY_RULE_SETUP
#line 335 "./util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR) }
YY_BREAK
case 127:
YY_RULE_SETUP
#line 336 "./util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
YY_BREAK
case 128:
YY_RULE_SETUP
#line 337 "./util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
YY_BREAK
case 129:
YY_RULE_SETUP
#line 338 "./util/configlexer.lex"
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
YY_BREAK
case 130:
YY_RULE_SETUP
#line 339 "./util/configlexer.lex"
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
YY_BREAK
case 131:
YY_RULE_SETUP
#line 340 "./util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR) }
YY_BREAK
case 132:
YY_RULE_SETUP
#line 341 "./util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
YY_BREAK
case 133:
YY_RULE_SETUP
#line 342 "./util/configlexer.lex"
{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
YY_BREAK
case 134:
YY_RULE_SETUP
#line 343 "./util/configlexer.lex"
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
YY_BREAK
case 135:
YY_RULE_SETUP
#line 344 "./util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
YY_BREAK
case 136:
YY_RULE_SETUP
#line 345 "./util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
YY_BREAK
case 137:
YY_RULE_SETUP
#line 346 "./util/configlexer.lex"
{ YDVAR(1, VAR_BOGUS_TTL) }
YY_BREAK
case 138:
YY_RULE_SETUP
#line 347 "./util/configlexer.lex"
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
YY_BREAK
case 139:
YY_RULE_SETUP
#line 348 "./util/configlexer.lex"
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
YY_BREAK
case 140:
YY_RULE_SETUP
#line 349 "./util/configlexer.lex"
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
YY_BREAK
case 141:
YY_RULE_SETUP
#line 350 "./util/configlexer.lex"
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
YY_BREAK
case 142:
YY_RULE_SETUP
#line 351 "./util/configlexer.lex"
{ YDVAR(1, VAR_SERVE_EXPIRED) }
YY_BREAK
case 143:
YY_RULE_SETUP
#line 352 "./util/configlexer.lex"
{ YDVAR(1, VAR_FAKE_DSA) }
YY_BREAK
case 144:
YY_RULE_SETUP
#line 353 "./util/configlexer.lex"
{ YDVAR(1, VAR_FAKE_SHA1) }
YY_BREAK
case 145:
YY_RULE_SETUP
#line 354 "./util/configlexer.lex"
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
YY_BREAK
case 146:
YY_RULE_SETUP
#line 355 "./util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
YY_BREAK
case 147:
YY_RULE_SETUP
#line 356 "./util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
YY_BREAK
case 148:
YY_RULE_SETUP
#line 357 "./util/configlexer.lex"
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
YY_BREAK
case 149:
YY_RULE_SETUP
#line 358 "./util/configlexer.lex"
{
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
YY_BREAK
case 150:
YY_RULE_SETUP
#line 360 "./util/configlexer.lex"
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
YY_BREAK
case 151:
YY_RULE_SETUP
#line 361 "./util/configlexer.lex"
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
YY_BREAK
case 152:
YY_RULE_SETUP
#line 362 "./util/configlexer.lex"
{ YDVAR(1, VAR_KEEP_MISSING) }
YY_BREAK
case 153:
YY_RULE_SETUP
#line 363 "./util/configlexer.lex"
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
YY_BREAK
case 154:
YY_RULE_SETUP
#line 364 "./util/configlexer.lex"
{ YDVAR(1, VAR_USE_SYSLOG) }
YY_BREAK
case 155:
YY_RULE_SETUP
#line 365 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOG_IDENTITY) }
YY_BREAK
case 156:
YY_RULE_SETUP
#line 366 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
YY_BREAK
case 157:
YY_RULE_SETUP
#line 367 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOG_QUERIES) }
YY_BREAK
case 158:
YY_RULE_SETUP
#line 368 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOG_REPLIES) }
YY_BREAK
case 159:
YY_RULE_SETUP
#line 369 "./util/configlexer.lex"
{ YDVAR(2, VAR_LOCAL_ZONE) }
YY_BREAK
case 160:
YY_RULE_SETUP
#line 370 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA) }
YY_BREAK
case 161:
YY_RULE_SETUP
#line 371 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
YY_BREAK
case 162:
YY_RULE_SETUP
#line 372 "./util/configlexer.lex"
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
YY_BREAK
case 163:
YY_RULE_SETUP
#line 373 "./util/configlexer.lex"
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
YY_BREAK
case 164:
YY_RULE_SETUP
#line 374 "./util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
YY_BREAK
case 165:
YY_RULE_SETUP
#line 375 "./util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
YY_BREAK
case 166:
YY_RULE_SETUP
#line 376 "./util/configlexer.lex"
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
YY_BREAK
case 167:
YY_RULE_SETUP
#line 377 "./util/configlexer.lex"
{ YDVAR(1, VAR_SHM_ENABLE) }
YY_BREAK
case 168:
YY_RULE_SETUP
#line 378 "./util/configlexer.lex"
{ YDVAR(1, VAR_SHM_KEY) }
YY_BREAK
case 169:
YY_RULE_SETUP
#line 379 "./util/configlexer.lex"
{ YDVAR(0, VAR_REMOTE_CONTROL) }
YY_BREAK
case 170:
YY_RULE_SETUP
#line 380 "./util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_ENABLE) }
YY_BREAK
case 171:
YY_RULE_SETUP
#line 381 "./util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
YY_BREAK
case 172:
YY_RULE_SETUP
#line 382 "./util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_PORT) }
YY_BREAK
case 173:
YY_RULE_SETUP
#line 383 "./util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
YY_BREAK
case 174:
YY_RULE_SETUP
#line 384 "./util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
YY_BREAK
case 175:
YY_RULE_SETUP
#line 385 "./util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
YY_BREAK
case 176:
YY_RULE_SETUP
#line 386 "./util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
YY_BREAK
case 177:
YY_RULE_SETUP
#line 387 "./util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
YY_BREAK
case 178:
YY_RULE_SETUP
#line 388 "./util/configlexer.lex"
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
YY_BREAK
case 179:
YY_RULE_SETUP
#line 389 "./util/configlexer.lex"
{ YDVAR(0, VAR_PYTHON) }
YY_BREAK
case 180:
YY_RULE_SETUP
#line 390 "./util/configlexer.lex"
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
YY_BREAK
case 181:
YY_RULE_SETUP
#line 391 "./util/configlexer.lex"
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
YY_BREAK
case 182:
YY_RULE_SETUP
#line 392 "./util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
YY_BREAK
case 183:
YY_RULE_SETUP
#line 393 "./util/configlexer.lex"
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
YY_BREAK
case 184:
YY_RULE_SETUP
#line 394 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_PREFIX) }
YY_BREAK
case 185:
YY_RULE_SETUP
#line 395 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
YY_BREAK
case 186:
YY_RULE_SETUP
#line 396 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
YY_BREAK
case 187:
YY_RULE_SETUP
#line 397 "./util/configlexer.lex"
{ YDVAR(1, VAR_DEFINE_TAG) }
YY_BREAK
case 188:
YY_RULE_SETUP
#line 398 "./util/configlexer.lex"
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
YY_BREAK
case 189:
YY_RULE_SETUP
#line 399 "./util/configlexer.lex"
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
YY_BREAK
case 190:
YY_RULE_SETUP
#line 400 "./util/configlexer.lex"
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
YY_BREAK
case 191:
YY_RULE_SETUP
#line 401 "./util/configlexer.lex"
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
YY_BREAK
case 192:
YY_RULE_SETUP
#line 402 "./util/configlexer.lex"
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
YY_BREAK
case 193:
YY_RULE_SETUP
#line 403 "./util/configlexer.lex"
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
YY_BREAK
case 194:
YY_RULE_SETUP
#line 404 "./util/configlexer.lex"
{ YDVAR(0, VAR_DNSTAP) }
YY_BREAK
case 195:
YY_RULE_SETUP
#line 405 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
YY_BREAK
case 196:
YY_RULE_SETUP
#line 406 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
YY_BREAK
case 197:
YY_RULE_SETUP
#line 407 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
YY_BREAK
case 198:
YY_RULE_SETUP
#line 408 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
YY_BREAK
case 199:
YY_RULE_SETUP
#line 409 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
YY_BREAK
case 200:
YY_RULE_SETUP
#line 410 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_VERSION) }
YY_BREAK
case 201:
YY_RULE_SETUP
#line 411 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
YY_BREAK
case 202:
YY_RULE_SETUP
#line 413 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
YY_BREAK
case 203:
YY_RULE_SETUP
#line 415 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
YY_BREAK
case 204:
YY_RULE_SETUP
#line 417 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
YY_BREAK
case 205:
YY_RULE_SETUP
#line 419 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
YY_BREAK
case 206:
YY_RULE_SETUP
#line 421 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
YY_BREAK
case 207:
YY_RULE_SETUP
#line 423 "./util/configlexer.lex"
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
YY_BREAK
case 208:
YY_RULE_SETUP
#line 424 "./util/configlexer.lex"
{ YDVAR(1, VAR_IP_RATELIMIT) }
YY_BREAK
case 209:
YY_RULE_SETUP
#line 425 "./util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT) }
YY_BREAK
case 210:
YY_RULE_SETUP
#line 426 "./util/configlexer.lex"
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
YY_BREAK
case 211:
YY_RULE_SETUP
#line 427 "./util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
YY_BREAK
case 212:
YY_RULE_SETUP
#line 428 "./util/configlexer.lex"
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
YY_BREAK
case 213:
YY_RULE_SETUP
#line 429 "./util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
YY_BREAK
case 214:
YY_RULE_SETUP
#line 430 "./util/configlexer.lex"
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
YY_BREAK
case 215:
YY_RULE_SETUP
#line 431 "./util/configlexer.lex"
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
YY_BREAK
case 216:
YY_RULE_SETUP
#line 432 "./util/configlexer.lex"
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
YY_BREAK
case 217:
YY_RULE_SETUP
#line 433 "./util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
YY_BREAK
case 218:
YY_RULE_SETUP
#line 434 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOW_RTT) }
YY_BREAK
case 219:
YY_RULE_SETUP
#line 435 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
YY_BREAK
case 220:
YY_RULE_SETUP
#line 436 "./util/configlexer.lex"
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
YY_BREAK
case 221:
YY_RULE_SETUP
#line 437 "./util/configlexer.lex"
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
YY_BREAK
case 222:
YY_RULE_SETUP
#line 438 "./util/configlexer.lex"
{ YDVAR(2, VAR_RESPONSE_IP) }
YY_BREAK
case 223:
YY_RULE_SETUP
#line 439 "./util/configlexer.lex"
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
YY_BREAK
case 224:
YY_RULE_SETUP
#line 440 "./util/configlexer.lex"
{ YDVAR(0, VAR_DNSCRYPT) }
YY_BREAK
case 225:
YY_RULE_SETUP
#line 441 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
YY_BREAK
case 226:
YY_RULE_SETUP
#line 442 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
YY_BREAK
case 227:
YY_RULE_SETUP
#line 443 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
YY_BREAK
case 228:
YY_RULE_SETUP
#line 444 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
YY_BREAK
case 229:
YY_RULE_SETUP
#line 445 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
YY_BREAK
case 230:
YY_RULE_SETUP
#line 446 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
YY_BREAK
case 231:
YY_RULE_SETUP
#line 447 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
YY_BREAK
case 232:
YY_RULE_SETUP
#line 449 "./util/configlexer.lex"
{
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
YY_BREAK
case 233:
YY_RULE_SETUP
#line 451 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
YY_BREAK
case 234:
YY_RULE_SETUP
#line 452 "./util/configlexer.lex"
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
YY_BREAK
case 235:
YY_RULE_SETUP
#line 453 "./util/configlexer.lex"
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
YY_BREAK
case 236:
YY_RULE_SETUP
#line 454 "./util/configlexer.lex"
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
YY_BREAK
case 237:
YY_RULE_SETUP
#line 455 "./util/configlexer.lex"
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
YY_BREAK
case 238:
YY_RULE_SETUP
#line 456 "./util/configlexer.lex"
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
YY_BREAK
case 239:
YY_RULE_SETUP
#line 457 "./util/configlexer.lex"
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
YY_BREAK
case 240:
YY_RULE_SETUP
#line 458 "./util/configlexer.lex"
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
YY_BREAK
case 241:
YY_RULE_SETUP
#line 459 "./util/configlexer.lex"
{ YDVAR(0, VAR_CACHEDB) }
YY_BREAK
case 242:
YY_RULE_SETUP
#line 460 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
YY_BREAK
case 243:
YY_RULE_SETUP
#line 461 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
YY_BREAK
case 244:
YY_RULE_SETUP
#line 462 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
YY_BREAK
case 245:
YY_RULE_SETUP
#line 463 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
YY_BREAK
case 246:
YY_RULE_SETUP
#line 464 "./util/configlexer.lex"
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
YY_BREAK
case 247:
YY_RULE_SETUP
#line 465 "./util/configlexer.lex"
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
YY_BREAK
case 248:
/* rule 248 can match eol */
YY_RULE_SETUP
#line 466 "./util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++; }
YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 249:
YY_RULE_SETUP
#line 469 "./util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 470 "./util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 250:
YY_RULE_SETUP
#line 475 "./util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 251:
/* rule 251 can match eol */
YY_RULE_SETUP
#line 476 "./util/configlexer.lex"
{ yyerror("newline inside quoted string, no end \"");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 252:
YY_RULE_SETUP
#line 478 "./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 253:
YY_RULE_SETUP
#line 490 "./util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
#line 491 "./util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 254:
YY_RULE_SETUP
#line 496 "./util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 255:
/* rule 255 can match eol */
YY_RULE_SETUP
#line 497 "./util/configlexer.lex"
{ yyerror("newline inside quoted string, no end '");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 256:
YY_RULE_SETUP
#line 499 "./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 257:
YY_RULE_SETUP
#line 511 "./util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
#line 513 "./util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(inc_prev);
}
YY_BREAK
case 258:
YY_RULE_SETUP
#line 517 "./util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
case 259:
/* rule 259 can match eol */
YY_RULE_SETUP
#line 518 "./util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
case 260:
YY_RULE_SETUP
#line 519 "./util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
case 261:
YY_RULE_SETUP
#line 520 "./util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include_glob(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 525 "./util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
case 262:
YY_RULE_SETUP
#line 529 "./util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
case 263:
/* rule 263 can match eol */
YY_RULE_SETUP
#line 530 "./util/configlexer.lex"
{ yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev); }
YY_BREAK
case 264:
YY_RULE_SETUP
#line 532 "./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 538 "./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 265:
YY_RULE_SETUP
#line 549 "./util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
if(--num_args == 0) { BEGIN(INITIAL); }
yylval.str = strdup(yytext); return STRING_ARG; }
YY_BREAK
case 266:
YY_RULE_SETUP
#line 553 "./util/configlexer.lex"
{
ub_c_error_msg("unknown keyword '%s'", yytext);
}
YY_BREAK
case 267:
YY_RULE_SETUP
#line 557 "./util/configlexer.lex"
{
ub_c_error_msg("stray '%s'", yytext);
}
YY_BREAK
case 268:
YY_RULE_SETUP
#line 561 "./util/configlexer.lex"
ECHO;
YY_BREAK
#line 4389 "<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)
{
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
char *source = (yytext_ptr);
yy_size_t number_to_move, i;
int ret_val;
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
else
{
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
int yy_c_buf_p_offset =
(int) ((yy_c_buf_p) - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
int new_size = b->yy_buf_size * 2;
if ( new_size <= 0 )
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
yyrealloc((void *) b->yy_ch_buf,(yy_size_t) (b->yy_buf_size + 2) );
}
else
/* Can't grow it, we don't own it. */
b->yy_ch_buf = NULL;
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR(
"fatal error - scanner input buffer overflow" );
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
}
if ( num_to_read > YY_READ_BUF_SIZE )
num_to_read = YY_READ_BUF_SIZE;
/* Read in more data. */
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
(yy_n_chars), num_to_read );
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
if ( (yy_n_chars) == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
yyrestart(yyin );
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
/* Extend the array by 50%, plus the number we really need. */
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size );
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
}
(yy_n_chars) += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
static yy_state_type yy_get_previous_state (void)
{
yy_state_type yy_current_state;
char *yy_cp;
yy_current_state = (yy_start);
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
{
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 2644 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
{
int yy_is_jam;
char *yy_cp = (yy_c_buf_p);
YY_CHAR yy_c = 1;
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 2644 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
yy_is_jam = (yy_current_state == 2643);
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_UNPUT
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (void)
#else
static int input (void)
#endif
{
int c;
*(yy_c_buf_p) = (yy_hold_char);
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
/* This was really a NUL. */
*(yy_c_buf_p) = '\0';
else
{ /* need more input */
int offset = (yy_c_buf_p) - (yytext_ptr);
++(yy_c_buf_p);
switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
yyrestart(yyin );
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( yywrap( ) )
return 0;
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((yy_size_t) (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)
{
int num_to_alloc;
if (!(yy_buffer_stack)) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
(num_to_alloc * sizeof(struct yy_buffer_state*)
);
if ( ! (yy_buffer_stack) )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
(yy_buffer_stack_max) = num_to_alloc;
(yy_buffer_stack_top) = 0;
return;
}
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
/* Increase the buffer to prepare for a possible push. */
yy_size_t grow_size = 8 /* arbitrary grow size */;
num_to_alloc = (yy_buffer_stack_max) + grow_size;
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
((yy_buffer_stack),
num_to_alloc * sizeof(struct yy_buffer_state*)
);
if ( ! (yy_buffer_stack) )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
/* zero only the new slots.*/
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
(yy_buffer_stack_max) = num_to_alloc;
}
}
/** Setup the input buffer state to scan directly from a user-specified character buffer.
* @param base the character buffer
* @param size the size in bytes of the character buffer
*
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
{
YY_BUFFER_STATE b;
if ( size < 2 ||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
base[size-1] != YY_END_OF_BUFFER_CHAR )
/* They forgot to leave room for the EOB's. */
return NULL;
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 = (int) (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 = NULL;
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,(int) 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, int _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 = (yy_size_t) _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 yynoreturn 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. */ \
yy_size_t 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.
*
*/
int yyget_leng (void)
{
return yyleng;
}
/** Get the current token.
*
*/
char *yyget_text (void)
{
return yytext;
}
/** Set the current line number.
* @param _line_number line number
*
*/
void yyset_lineno (int _line_number )
{
yylineno = _line_number;
}
/** Set the input stream. This does not discard the current
* input buffer.
* @param _in_str A readable stream.
*
* @see yy_switch_to_buffer
*/
void yyset_in (FILE * _in_str )
{
yyin = _in_str ;
}
void yyset_out (FILE * _out_str )
{
yyout = _out_str ;
}
int yyget_debug (void)
{
return yy_flex_debug;
}
void yyset_debug (int _bdebug )
{
yy_flex_debug = _bdebug ;
}
static int yy_init_globals (void)
{
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from yylex_destroy(), so don't allocate here.
*/
(yy_buffer_stack) = NULL;
(yy_buffer_stack_top) = 0;
(yy_buffer_stack_max) = 0;
(yy_c_buf_p) = NULL;
(yy_init) = 0;
(yy_start) = 0;
/* Defined in main.c */
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = NULL;
yyout = NULL;
#endif
/* For future reference: Set errno on error, since we are called by
* yylex_init()
*/
return 0;
}
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
int yylex_destroy (void)
{
/* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){
yy_delete_buffer(YY_CURRENT_BUFFER );
YY_CURRENT_BUFFER_LVALUE = NULL;
yypop_buffer_state();
}
/* Destroy the stack itself. */
yyfree((yy_buffer_stack) );
(yy_buffer_stack) = NULL;
/* Reset the globals. This is important in a non-reentrant scanner so the next time
* yylex() is called, initialization will occur. */
yy_init_globals( );
return 0;
}
/*
* Internal utility routines.
*/
#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
{
int i;
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s )
{
int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
void *yyalloc (yy_size_t size )
{
return 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 realloc(ptr, size);
}
void yyfree (void * ptr )
{
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
}
#define YYTABLES_NAME "yytables"
#line 561 "./util/configlexer.lex"