freebsd-nq/util/configlexer.c
Dag-Erling Smørgrav de0161d6da import unbound 1.5.5
2015-10-09 11:29:49 +00:00

4558 lines
164 KiB
C

#include "config.h"
#include "util/configyyrename.h"
#line 3 "<stdout>"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 37
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
/* end standard C headers. */
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
* if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#endif /* ! C99 */
#endif /* ! FLEXINT_H */
#ifdef __cplusplus
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)
#define YY_USE_CONST
#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
#define BEGIN (yy_start) = 1 + 2 *
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
#define YY_START (((yy_start) - 1) / 2)
#define YYSTATE YY_START
/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE yyrestart(yyin )
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#define YY_BUF_SIZE 16384
#endif
/* The state buf must be large enough to hold one state per character in the main buffer.
*/
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
extern yy_size_t yyleng;
extern FILE *yyin, *yyout;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#define unput(c) yyunput( c, (yytext_ptr) )
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
yy_size_t yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
yy_size_t yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;
static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
yy_size_t yyleng;
/* Points to current character in buffer. */
static char *yy_c_buf_p = (char *) 0;
static int yy_init = 0; /* whether we need to initialize */
static int yy_start = 0; /* start state number */
/* Flag which is used to allow yywrap()'s to do buffer switches
* instead of setting up a fresh yyin. A bit of a hack ...
*/
static int yy_did_buffer_switch_on_eof;
void yyrestart (FILE *input_file );
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
void yy_delete_buffer (YY_BUFFER_STATE b );
void yy_flush_buffer (YY_BUFFER_STATE b );
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
void yypop_buffer_state (void );
static void yyensure_buffer_stack (void );
static void yy_load_buffer_state (void );
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
void *yyalloc (yy_size_t );
void *yyrealloc (void *,yy_size_t );
void yyfree (void * );
#define yy_new_buffer yy_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer(yyin,YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer(yyin,YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
/* Begin user sect3 */
typedef unsigned char YY_CHAR;
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
typedef int yy_state_type;
extern int yylineno;
int yylineno = 1;
extern char *yytext;
#define yytext_ptr yytext
static yy_state_type yy_get_previous_state (void );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
static int yy_get_next_buffer (void );
static void yy_fatal_error (yyconst char msg[] );
/* Done after the current pattern has been matched and before the
* corresponding action - sets up yytext.
*/
#define YY_DO_BEFORE_ACTION \
(yytext_ptr) = yy_bp; \
(yytext_ptr) -= (yy_more_len); \
yyleng = (size_t) (yy_cp - (yytext_ptr)); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;
#define YY_NUM_RULES 175
#define YY_END_OF_BUFFER 176
/* 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[1752] =
{ 0,
1, 1, 157, 157, 161, 161, 165, 165, 169, 169,
1, 1, 176, 173, 1, 155, 155, 174, 2, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 174, 157,
158, 158, 159, 174, 161, 162, 162, 163, 174, 168,
165, 166, 166, 167, 174, 169, 170, 170, 171, 174,
172, 156, 2, 160, 172, 174, 173, 0, 1, 2,
2, 2, 2, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 157, 0, 161, 0, 168, 0,
165, 169, 0, 172, 0, 2, 2, 172, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 172, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 172, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 70, 173, 173, 173,
173, 173, 173, 6, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 172, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 172, 173,
173, 173, 173, 173, 30, 173, 173, 173, 173, 173,
173, 173, 173, 136, 173, 12, 13, 173, 15, 14,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 129,
173, 173, 173, 173, 173, 173, 3, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 172, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 164, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 33, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 34,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 85,
164, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 84, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
68, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 20, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 31, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 32, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 22, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 149, 173, 173, 173,
173, 173, 173, 26, 173, 27, 173, 173, 173, 71,
173, 72, 173, 69, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 5,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 87, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 23,
173, 173, 173, 173, 173, 113, 112, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
35, 173, 173, 173, 173, 173, 173, 173, 173, 74,
73, 173, 173, 173, 173, 173, 173, 173, 109, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
53, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 57, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 111, 173, 173, 173, 173, 173, 173, 173,
173, 173, 4, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 105, 173, 173, 173, 173, 173, 173, 173,
173, 173, 122, 173, 106, 173, 134, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 21, 173, 173,
173, 173, 76, 173, 77, 75, 173, 173, 173, 173,
173, 173, 173, 83, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 107, 173, 173, 173, 173,
133, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 67, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 28, 173, 173,
17, 173, 173, 173, 16, 173, 92, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 42, 44, 173, 173, 173, 173, 173, 173, 173,
173, 137, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 78, 173, 173, 173, 173,
173, 173, 82, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 86,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 128, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 96, 173, 100, 173, 173, 173,
173, 81, 173, 173, 63, 173, 120, 173, 173, 173,
173, 135, 173, 173, 173, 173, 173, 173, 173, 142,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 99, 173, 173, 173, 173, 173, 45, 46, 173,
29, 52, 101, 173, 114, 110, 173, 173, 38, 173,
103, 173, 173, 173, 173, 173, 7, 173, 173, 66,
173, 173, 173, 151, 173, 119, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 88, 141, 173, 173, 173, 173, 173,
173, 173, 173, 130, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 102, 173,
37, 39, 173, 173, 173, 173, 173, 173, 65, 173,
173, 173, 150, 173, 173, 173, 173, 124, 18, 19,
173, 173, 173, 173, 173, 173, 173, 62, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 126, 123,
173, 173, 173, 173, 173, 173, 173, 173, 36, 173,
173, 173, 173, 173, 173, 173, 11, 173, 173, 173,
173, 173, 173, 173, 173, 10, 173, 173, 173, 173,
154, 173, 40, 173, 132, 125, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 95, 94, 173,
173, 127, 121, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 47, 173, 131, 173, 173, 173, 173, 173, 173,
173, 41, 173, 173, 173, 89, 91, 115, 173, 173,
173, 93, 173, 173, 173, 173, 173, 173, 173, 173,
173, 138, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 24, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 140, 173, 173, 118,
173, 173, 173, 173, 173, 173, 173, 50, 173, 25,
173, 9, 173, 173, 173, 173, 173, 116, 54, 173,
173, 173, 98, 173, 173, 173, 173, 173, 173, 173,
139, 79, 173, 173, 173, 173, 56, 60, 55, 173,
48, 173, 8, 173, 173, 152, 173, 173, 97, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 61,
59, 173, 49, 173, 108, 173, 117, 173, 173, 90,
43, 173, 173, 173, 173, 173, 173, 80, 58, 51,
153, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 64, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 104, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 173,
173, 173, 173, 173, 173, 145, 173, 173, 173, 173,
173, 173, 173, 173, 173, 173, 173, 173, 173, 143,
173, 146, 147, 173, 173, 173, 173, 173, 144, 148,
0
} ;
static yyconst flex_int32_t yy_ec[256] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
1, 1, 1, 1, 8, 1, 1, 1, 1, 1,
9, 10, 1, 11, 1, 1, 1, 12, 1, 1,
1, 1, 1, 1, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
1, 39, 1, 1, 1, 1, 40, 41, 42, 43,
44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
64, 65, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static yyconst flex_int32_t yy_meta[66] =
{ 0,
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
1, 7, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
static yyconst flex_int16_t yy_base[1766] =
{ 0,
0, 0, 63, 66, 69, 71, 77, 83, 88, 91,
129, 135, 393, 348, 95, 5065, 5065, 5065, 107, 110,
142, 180, 108, 50, 145, 172, 118, 148, 121, 181,
197, 166, 241, 225, 260, 233, 164, 257, 116, 343,
5065, 5065, 5065, 94, 331, 5065, 5065, 5065, 96, 329,
301, 5065, 5065, 5065, 249, 263, 5065, 5065, 5065, 102,
254, 5065, 304, 5065, 206, 279, 221, 308, 111, 0,
319, 0, 0, 201, 170, 268, 302, 237, 296, 301,
298, 227, 303, 308, 306, 297, 309, 323, 330, 333,
312, 349, 346, 332, 358, 359, 340, 357, 368, 367,
375, 370, 379, 360, 382, 399, 387, 407, 391, 393,
395, 402, 404, 406, 425, 429, 427, 418, 426, 437,
444, 452, 435, 443, 210, 159, 205, 169, 141, 488,
165, 122, 174, 115, 497, 503, 0, 208, 472, 464,
482, 478, 481, 487, 490, 505, 507, 476, 508, 552,
514, 492, 513, 493, 517, 520, 509, 536, 542, 504,
548, 567, 538, 543, 550, 563, 586, 571, 580, 575,
578, 598, 601, 605, 597, 593, 602, 590, 609, 599,
614, 607, 623, 620, 639, 624, 634, 631, 635, 616,
647, 660, 645, 651, 656, 674, 672, 667, 673, 670,
668, 679, 683, 681, 678, 680, 694, 684, 701, 713,
439, 716, 721, 707, 703, 724, 728, 726, 730, 719,
736, 734, 742, 738, 729, 746, 755, 751, 753, 766,
754, 763, 780, 774, 776, 769, 778, 779, 795, 797,
815, 449, 807, 803, 804, 802, 812, 825, 827, 839,
826, 816, 829, 830, 831, 855, 858, 848, 853, 856,
837, 866, 852, 850, 876, 867, 883, 890, 930, 880,
900, 893, 892, 897, 896, 888, 898, 908, 925, 935,
910, 927, 937, 934, 952, 948, 785, 936, 954, 966,
971, 963, 980, 969, 972, 979, 991, 989, 998, 995,
962, 997, 1006, 1007, 1012, 992, 1019, 1027, 1015, 1029,
1014, 1039, 1044, 1035, 1028, 1047, 5065, 1050, 1031, 1053,
1055, 1063, 1057, 5065, 1065, 1066, 1046, 1072, 1084, 1087,
1098, 1079, 1078, 1080, 1099, 1094, 1110, 1102, 1104, 1150,
1112, 1117, 1138, 1137, 1121, 1119, 1127, 1134, 1142, 1159,
1148, 1153, 1160, 1168, 1165, 1162, 1179, 1184, 1195, 1185,
1178, 1189, 1199, 1204, 1198, 1201, 1211, 1203, 1216, 1217,
1239, 1229, 1220, 1227, 1221, 1232, 1249, 1254, 1230, 1247,
1257, 1259, 1258, 1248, 1244, 1269, 1263, 1256, 1290, 1272,
1274, 1280, 1276, 1278, 1279, 1300, 1303, 1297, 1306, 1296,
1301, 1319, 1316, 1315, 1329, 1331, 1323, 1320, 1348, 1346,
1349, 1350, 1364, 1344, 1358, 1353, 1363, 1369, 1365, 1368,
1370, 1356, 1380, 1383, 1384, 1382, 1379, 1385, 1399, 1401,
1407, 1403, 1418, 1420, 1394, 1428, 1421, 1423, 1425, 1429,
1430, 1432, 1448, 1449, 1440, 1434, 1461, 1457, 1467, 1474,
1469, 1462, 1478, 1481, 5065, 1482, 1488, 1491, 1468, 1485,
1484, 1496, 1544, 5065, 1501, 5065, 5065, 1507, 5065, 5065,
1518, 1519, 1528, 1495, 1593, 1530, 1513, 1512, 1538, 1533,
1540, 1560, 1554, 1571, 1574, 1581, 1583, 1562, 1587, 1599,
1590, 1588, 1598, 1614, 1623, 1511, 1546, 1625, 1629, 1632,
1634, 1618, 1626, 1630, 1641, 1644, 1639, 1548, 1646, 5065,
1645, 1648, 1656, 1675, 1662, 1679, 5065, 1659, 1683, 1664,
1673, 1672, 1678, 1686, 1692, 1700, 1689, 1702, 1687, 1720,
1704, 1716, 1652, 1736, 1729, 1715, 1725, 1735, 1723, 1738,
1745, 1743, 1731, 1741, 1752, 1755, 1759, 1769, 1762, 1770,
1761, 1760, 1764, 1763, 1809, 1788, 1779, 1797, 1801, 1808,
1815, 1817, 1796, 1811, 1845, 1827, 1834, 1841, 1837, 1840,
1807, 1868, 1843, 1858, 1852, 1853, 1870, 1878, 1873, 1872,
1885, 1884, 1887, 5065, 1892, 1899, 1888, 1893, 1911, 1890,
1908, 1913, 1918, 1920, 1903, 1914, 1930, 1931, 5065, 1927,
1926, 1933, 1951, 1954, 1957, 1952, 1941, 1936, 1963, 5065,
1974, 1981, 1964, 1945, 1972, 1973, 1977, 1975, 1990, 1992,
1999, 1994, 2000, 1998, 2002, 2012, 2013, 2017, 2009, 2014,
2018, 2037, 2041, 2029, 2045, 2038, 2039, 2054, 2056, 2044,
2053, 2058, 2065, 2055, 120, 2066, 2061, 2068, 2064, 5065,
76, 2076, 2081, 2078, 2103, 2104, 2097, 2105, 2093, 2095,
2108, 2100, 2099, 2106, 2119, 2101, 2123, 2133, 2124, 2142,
2147, 2146, 2135, 2151, 2137, 2148, 2156, 2140, 2158, 2168,
2173, 2180, 2176, 2178, 2165, 2182, 2179, 2175, 2183, 2202,
2197, 2195, 2204, 5065, 2221, 2205, 2203, 2206, 2222, 2241,
2217, 2233, 2230, 2238, 2249, 2250, 2253, 2254, 2255, 2257,
2262, 2261, 2246, 2273, 2276, 2274, 2283, 2281, 2291, 2285,
5065, 2294, 2289, 2293, 2309, 2301, 2308, 2305, 2316, 2319,
2314, 2307, 2318, 2329, 5065, 2341, 2342, 2331, 2348, 2332,
2349, 2346, 2353, 2335, 2356, 2357, 2358, 2366, 2354, 2364,
2379, 5065, 2391, 2393, 2390, 2400, 2389, 2382, 2392, 2402,
2384, 2385, 2409, 2412, 2387, 2411, 2397, 2420, 2413, 2416,
2419, 2439, 2422, 2446, 5065, 2456, 2448, 2447, 2452, 2449,
2462, 2461, 2458, 2467, 2471, 2473, 2472, 2475, 2460, 2499,
2483, 2487, 2481, 2490, 2494, 2492, 2507, 2508, 2518, 2498,
2520, 2522, 2521, 2519, 2526, 2545, 2548, 2550, 5065, 2552,
2539, 2554, 2541, 2542, 2574, 2560, 2544, 2546, 2567, 2564,
2570, 2584, 2577, 2579, 2580, 2581, 2575, 2588, 2590, 2594,
2601, 2607, 2610, 2606, 2615, 2629, 5065, 2618, 2630, 2639,
2643, 2632, 2622, 5065, 2636, 5065, 2645, 2659, 2657, 5065,
2655, 5065, 2661, 5065, 2664, 2668, 2658, 2651, 2666, 2678,
2674, 2690, 2672, 2696, 2682, 2687, 2702, 2693, 2703, 5065,
2695, 2701, 2710, 2716, 2707, 2724, 2709, 2726, 2730, 2736,
2751, 2729, 2754, 2738, 2755, 2756, 5065, 2734, 2759, 2757,
2747, 2774, 2768, 2761, 2763, 2770, 2773, 2788, 2807, 2804,
2790, 2787, 2789, 2815, 2814, 2799, 2816, 2811, 2818, 2810,
2819, 2824, 2813, 2840, 2843, 2833, 2837, 2838, 2832, 5065,
2863, 2846, 2855, 2860, 2859, 5065, 5065, 2874, 2873, 2886,
2865, 2884, 2878, 2895, 2885, 2882, 2898, 2890, 2901, 2888,
2902, 2911, 2905, 2908, 2918, 2920, 2922, 2941, 2939, 2934,
5065, 2943, 2937, 2944, 2953, 2938, 2964, 2949, 2978, 5065,
5065, 2965, 2961, 2966, 2971, 2976, 2979, 2986, 5065, 2982,
2992, 2989, 3005, 3007, 2988, 3003, 3013, 3018, 3006, 3029,
3015, 3023, 3019, 3045, 3031, 3030, 3046, 3044, 3056, 3049,
5065, 3042, 3060, 3054, 3062, 3055, 3065, 3053, 3069, 3075,
3078, 3073, 3085, 3094, 3082, 3080, 3086, 3108, 3090, 3114,
3116, 3115, 3122, 3117, 5065, 3126, 3105, 3131, 3104, 3128,
3133, 3140, 3150, 3118, 3132, 3146, 3143, 3127, 3151, 3145,
3167, 3154, 5065, 3173, 3176, 3165, 3178, 3177, 3161, 3196,
3184, 3190, 5065, 3194, 3212, 3195, 3209, 3222, 3202, 3214,
3211, 3205, 3218, 3224, 3213, 3208, 3243, 3233, 3236, 3235,
3247, 3256, 3259, 3257, 3264, 3245, 3262, 3260, 3267, 3285,
3282, 3270, 3278, 3283, 3286, 3284, 3287, 3277, 3305, 3294,
3310, 3295, 5065, 3315, 3319, 3308, 3324, 3311, 3321, 3323,
3330, 3332, 5065, 3334, 5065, 3337, 5065, 3340, 3333, 3342,
3344, 3338, 3351, 3368, 3369, 3348, 3359, 5065, 3376, 3363,
3375, 3378, 5065, 3382, 5065, 5065, 3379, 3371, 3395, 3390,
3391, 3408, 3393, 5065, 3406, 3396, 3423, 3417, 3404, 3415,
3418, 3420, 3414, 3419, 3428, 5065, 3431, 3447, 3442, 3452,
5065, 3450, 3438, 3441, 3457, 3468, 3466, 3473, 3454, 3463,
3477, 3475, 3474, 5065, 3484, 3492, 3485, 3481, 3493, 3490,
3509, 3516, 3510, 3512, 3523, 3517, 3515, 5065, 3529, 3530,
5065, 3519, 3511, 3539, 5065, 3541, 5065, 3554, 3548, 3540,
3561, 3564, 3562, 3569, 3553, 3573, 3574, 3580, 3576, 3575,
3558, 5065, 5065, 3584, 3585, 3586, 3607, 3597, 3596, 3590,
3615, 5065, 3591, 3620, 3603, 3604, 3622, 3610, 3613, 3632,
3634, 3618, 3639, 3624, 3643, 5065, 3640, 3645, 3649, 3637,
3661, 3653, 5065, 3648, 3654, 3665, 3672, 3666, 3681, 3683,
3687, 3684, 3691, 3694, 3698, 3685, 3702, 3703, 3688, 5065,
3711, 3717, 3700, 3720, 3705, 3722, 3730, 3725, 3735, 3721,
3718, 3739, 5065, 3731, 3744, 3738, 3740, 3751, 3756, 3746,
3760, 3765, 3763, 3771, 3752, 3767, 3764, 3779, 3778, 3773,
3786, 3794, 3800, 3806, 5065, 3796, 5065, 3805, 3817, 3819,
3825, 5065, 3809, 3820, 5065, 3827, 5065, 3828, 3833, 3822,
3830, 5065, 3840, 3836, 3847, 3852, 3845, 3843, 3867, 5065,
3869, 3875, 3871, 3876, 3860, 3870, 3879, 3865, 3877, 3892,
3887, 5065, 3874, 3894, 3917, 3907, 3914, 5065, 5065, 3921,
5065, 5065, 5065, 3918, 5065, 5065, 3919, 3923, 5065, 3925,
5065, 3931, 3927, 3913, 3908, 3932, 5065, 3926, 3933, 5065,
3935, 3943, 3948, 5065, 3939, 5065, 3942, 3965, 3954, 3966,
3972, 3973, 3976, 3970, 3959, 3975, 3979, 3984, 3978, 3981,
3980, 4003, 3989, 3993, 4004, 3995, 4007, 4006, 4005, 4020,
4030, 4026, 4029, 5065, 5065, 4016, 4023, 4033, 4018, 4040,
4039, 4043, 4057, 5065, 4037, 4060, 4064, 4062, 4054, 4056,
4063, 4073, 4075, 4082, 4076, 4078, 4088, 4090, 5065, 4089,
5065, 5065, 4091, 4109, 4095, 4098, 4096, 4120, 5065, 4122,
4127, 4115, 5065, 4129, 4125, 4130, 4131, 5065, 5065, 5065,
4132, 4121, 4136, 4141, 4156, 4147, 4142, 5065, 4149, 4157,
4160, 4152, 4175, 4178, 4184, 4176, 4182, 4185, 5065, 5065,
4190, 4191, 4192, 4187, 4183, 4193, 4194, 4188, 5065, 4203,
4186, 4216, 4223, 4225, 4235, 4228, 5065, 4219, 4220, 4222,
4239, 4233, 4244, 4243, 4248, 5065, 4245, 4260, 4270, 4261,
5065, 4256, 5065, 4258, 5065, 5065, 4259, 4281, 4286, 4277,
4290, 4291, 4275, 4278, 4298, 4295, 4303, 5065, 5065, 4304,
4300, 5065, 5065, 4294, 4309, 4297, 4306, 4318, 4323, 4316,
4320, 4321, 4343, 4345, 4333, 4324, 4334, 4331, 4355, 4348,
4358, 5065, 4360, 5065, 4347, 4352, 4362, 4371, 4373, 4356,
4377, 5065, 4385, 4387, 4376, 5065, 5065, 5065, 4392, 4405,
4393, 5065, 4403, 4400, 4390, 4395, 4413, 4407, 4415, 4414,
4423, 5065, 4419, 4429, 4431, 4443, 4440, 4432, 4434, 4446,
4450, 4436, 4451, 4441, 4457, 4459, 5065, 4469, 4452, 4465,
4482, 4471, 4468, 4493, 4494, 4478, 4489, 4480, 4502, 4491,
4484, 4508, 4487, 4512, 4505, 4519, 5065, 4525, 4507, 5065,
4531, 4524, 4532, 4541, 4542, 4543, 4539, 5065, 4545, 5065,
4546, 5065, 4548, 4540, 4551, 4555, 4552, 5065, 5065, 4553,
4556, 4571, 5065, 4572, 4573, 4568, 4574, 4575, 4570, 4584,
5065, 5065, 4587, 4594, 4596, 4601, 5065, 5065, 5065, 4606,
5065, 4604, 5065, 4609, 4610, 5065, 4615, 4611, 5065, 4612,
4622, 4625, 4602, 4628, 4619, 4636, 4639, 4629, 4645, 5065,
5065, 4647, 5065, 4650, 5065, 4658, 5065, 4649, 4659, 5065,
5065, 4663, 4651, 4657, 4654, 4664, 4653, 5065, 5065, 5065,
5065, 4675, 4674, 4670, 4676, 4680, 4677, 4686, 4690, 4699,
4703, 4709, 4710, 4691, 4704, 4727, 4720, 5065, 4713, 4725,
4731, 4733, 4721, 4732, 4730, 4736, 4737, 4738, 4740, 4747,
4763, 4764, 4754, 4774, 4765, 4777, 4779, 4767, 4783, 4785,
4780, 4789, 4796, 4792, 4798, 4805, 5065, 4794, 4801, 4803,
4811, 4826, 4828, 4810, 4830, 4835, 4834, 4841, 4840, 4843,
4845, 4857, 4846, 4866, 4850, 5065, 4873, 4875, 4855, 4862,
4882, 4868, 4884, 4889, 4885, 4892, 4888, 4894, 4897, 5065,
4901, 5065, 5065, 4908, 4910, 4915, 4918, 4920, 5065, 5065,
5065, 4973, 4980, 4987, 4994, 5001, 82, 5008, 5015, 5022,
5029, 5036, 5043, 5050, 5057
} ;
static yyconst flex_int16_t yy_def[1766] =
{ 0,
1751, 1, 1752, 1752, 1753, 1753, 1754, 1754, 1755, 1755,
1756, 1756, 1751, 1757, 1751, 1751, 1751, 1751, 1758, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1759,
1751, 1751, 1751, 1759, 1760, 1751, 1751, 1751, 1760, 1761,
1751, 1751, 1751, 1751, 1761, 1762, 1751, 1751, 1751, 1762,
1763, 1751, 1764, 1751, 1763, 1763, 1757, 1757, 1751, 1765,
1758, 1765, 1758, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1759, 1759, 1760, 1760, 1761, 1761,
1751, 1762, 1762, 1763, 1763, 1764, 1764, 1763, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1763, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1763, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1763, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1763, 1757,
1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1751, 1751, 1757, 1751, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1763, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1763, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1751, 1757, 1757, 1757, 1751,
1757, 1751, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1751, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1751, 1757, 1751, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757,
1757, 1757, 1751, 1757, 1751, 1751, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757,
1751, 1757, 1757, 1757, 1751, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1751, 1757, 1751, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1751, 1757, 1751, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1751, 1751, 1757,
1751, 1751, 1751, 1757, 1751, 1751, 1757, 1757, 1751, 1757,
1751, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1751,
1757, 1757, 1757, 1751, 1757, 1751, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1751, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757,
1751, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1751, 1751, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757,
1751, 1757, 1751, 1757, 1751, 1751, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1751, 1757,
1757, 1751, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1751, 1751, 1751, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1751,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1751,
1757, 1751, 1757, 1757, 1757, 1757, 1757, 1751, 1751, 1757,
1757, 1757, 1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1751, 1751, 1757, 1757, 1757, 1757, 1751, 1751, 1751, 1757,
1751, 1757, 1751, 1757, 1757, 1751, 1757, 1757, 1751, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1751, 1757, 1751, 1757, 1751, 1757, 1751, 1757, 1757, 1751,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1751, 1751,
1751, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1751, 1757, 1757, 1757, 1757,
1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1757, 1751,
1757, 1751, 1751, 1757, 1757, 1757, 1757, 1757, 1751, 1751,
0, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751
} ;
static yyconst flex_int16_t yy_nxt[5131] =
{ 0,
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
14, 18, 20, 14, 21, 22, 23, 24, 14, 25,
26, 27, 28, 29, 30, 31, 32, 33, 14, 34,
35, 36, 37, 38, 14, 14, 14, 14, 39, 20,
14, 21, 22, 23, 24, 14, 25, 26, 27, 28,
29, 30, 31, 32, 33, 14, 34, 35, 36, 37,
38, 14, 14, 14, 14, 41, 42, 43, 41, 42,
43, 46, 47, 46, 47, 48, 87, 48, 51, 52,
53, 54, 67, 18, 51, 52, 53, 54, 68, 18,
57, 58, 59, 57, 58, 59, 69, 125, 125, 127,
70, 44, 127, 87, 44, 132, 132, 49, 72, 49,
72, 72, 69, 72, 135, 55, 70, 67, 72, 67,
67, 55, 67, 85, 74, 75, 60, 67, 756, 60,
15, 16, 17, 62, 63, 64, 15, 16, 17, 62,
63, 64, 76, 86, 94, 73, 68, 96, 68, 65,
85, 74, 75, 135, 77, 65, 68, 88, 68, 68,
133, 78, 125, 125, 95, 89, 131, 66, 79, 76,
86, 94, 127, 66, 96, 127, 65, 132, 132, 130,
68, 77, 65, 68, 88, 140, 68, 90, 78, 121,
91, 95, 89, 97, 122, 79, 80, 92, 104, 93,
81, 98, 68, 82, 68, 83, 84, 99, 68, 101,
68, 100, 140, 102, 90, 139, 121, 91, 68, 68,
97, 122, 199, 80, 92, 104, 93, 81, 98, 103,
82, 138, 83, 84, 99, 68, 101, 110, 100, 68,
102, 111, 139, 128, 135, 118, 135, 119, 126, 199,
129, 112, 129, 129, 113, 129, 103, 105, 138, 68,
148, 106, 120, 68, 110, 68, 144, 107, 111, 123,
108, 68, 118, 124, 119, 68, 114, 109, 112, 68,
134, 113, 134, 134, 105, 134, 115, 148, 106, 120,
116, 117, 135, 144, 107, 68, 123, 108, 68, 141,
124, 133, 131, 114, 109, 72, 68, 72, 72, 67,
72, 67, 67, 115, 67, 150, 142, 116, 117, 67,
72, 145, 72, 72, 146, 72, 141, 147, 153, 143,
72, 152, 151, 149, 68, 68, 68, 158, 154, 68,
68, 68, 137, 142, 68, 156, 68, 68, 145, 157,
68, 146, 155, 162, 147, 153, 143, 73, 152, 151,
149, 68, 163, 159, 158, 154, 160, 130, 68, 128,
68, 68, 156, 166, 164, 168, 157, 167, 68, 155,
161, 126, 169, 170, 68, 171, 68, 68, 173, 163,
159, 175, 1751, 160, 165, 68, 68, 68, 68, 172,
166, 164, 168, 174, 167, 68, 68, 161, 68, 169,
170, 176, 171, 68, 177, 173, 178, 68, 175, 183,
68, 165, 181, 179, 182, 68, 172, 180, 184, 68,
174, 68, 187, 68, 185, 186, 1751, 68, 176, 189,
68, 177, 68, 178, 68, 68, 183, 191, 284, 181,
179, 182, 188, 192, 180, 184, 68, 194, 197, 190,
317, 185, 186, 68, 68, 68, 189, 68, 196, 193,
1751, 201, 198, 68, 191, 68, 1751, 68, 195, 188,
192, 68, 68, 210, 194, 197, 190, 68, 200, 129,
68, 129, 129, 1751, 129, 196, 193, 203, 134, 198,
134, 134, 68, 134, 72, 195, 72, 72, 202, 72,
68, 204, 207, 205, 68, 200, 68, 208, 211, 68,
68, 206, 219, 209, 203, 68, 218, 221, 68, 220,
68, 68, 222, 228, 224, 202, 223, 1751, 204, 212,
205, 137, 68, 68, 208, 68, 68, 68, 206, 219,
209, 68, 68, 218, 221, 68, 220, 234, 68, 222,
228, 224, 225, 223, 229, 226, 212, 213, 227, 232,
233, 1751, 214, 1751, 68, 235, 68, 215, 238, 230,
68, 68, 1751, 216, 217, 241, 68, 1751, 68, 225,
68, 229, 226, 236, 213, 227, 232, 233, 231, 214,
239, 68, 235, 237, 215, 68, 230, 240, 243, 68,
216, 217, 244, 68, 242, 245, 68, 246, 68, 247,
1751, 248, 1751, 252, 68, 231, 249, 239, 68, 261,
237, 68, 250, 251, 240, 68, 68, 68, 259, 68,
68, 242, 245, 68, 246, 68, 247, 68, 248, 253,
252, 254, 68, 249, 68, 255, 261, 256, 68, 250,
251, 68, 68, 257, 258, 262, 260, 263, 266, 68,
1751, 1751, 68, 68, 265, 264, 253, 68, 254, 269,
270, 267, 255, 68, 256, 68, 275, 274, 277, 68,
257, 258, 262, 260, 68, 266, 272, 271, 68, 276,
273, 265, 264, 268, 278, 68, 68, 270, 68, 279,
68, 135, 68, 280, 274, 282, 68, 68, 68, 68,
281, 68, 68, 272, 271, 283, 276, 273, 285, 288,
268, 278, 68, 286, 287, 1751, 279, 292, 289, 68,
280, 68, 282, 290, 293, 68, 291, 281, 294, 296,
295, 68, 283, 1751, 68, 285, 288, 68, 298, 68,
286, 287, 68, 301, 68, 289, 68, 68, 68, 297,
290, 293, 68, 291, 68, 294, 68, 295, 299, 300,
68, 303, 302, 304, 68, 298, 305, 306, 307, 68,
301, 68, 68, 68, 373, 374, 297, 309, 311, 308,
310, 68, 1751, 1751, 68, 299, 300, 68, 303, 302,
304, 312, 68, 305, 68, 307, 68, 68, 68, 313,
314, 318, 322, 68, 309, 311, 308, 310, 315, 316,
321, 319, 323, 68, 320, 68, 324, 330, 312, 328,
68, 68, 68, 325, 340, 68, 313, 314, 318, 322,
68, 326, 327, 68, 68, 315, 316, 321, 319, 323,
329, 320, 331, 68, 68, 68, 328, 68, 68, 68,
325, 332, 333, 335, 334, 68, 339, 68, 326, 327,
336, 343, 341, 337, 342, 338, 68, 329, 68, 331,
68, 68, 345, 68, 68, 362, 68, 346, 332, 333,
335, 334, 344, 339, 68, 68, 356, 336, 343, 341,
337, 342, 338, 347, 68, 348, 1751, 367, 68, 345,
357, 68, 359, 360, 346, 358, 68, 361, 68, 344,
68, 135, 363, 356, 68, 68, 68, 1751, 68, 364,
347, 370, 348, 349, 350, 1751, 68, 357, 68, 359,
360, 365, 358, 351, 361, 352, 353, 354, 368, 363,
355, 366, 369, 68, 372, 68, 364, 375, 68, 389,
349, 350, 68, 68, 68, 68, 379, 1751, 365, 371,
351, 376, 352, 353, 354, 368, 68, 355, 366, 369,
68, 372, 68, 377, 375, 380, 378, 382, 381, 383,
68, 68, 1751, 379, 68, 386, 371, 68, 376, 68,
68, 385, 384, 387, 390, 388, 394, 68, 68, 392,
377, 391, 380, 378, 382, 381, 383, 68, 393, 68,
68, 395, 386, 68, 396, 68, 68, 399, 385, 384,
387, 390, 388, 394, 68, 68, 392, 397, 391, 398,
68, 402, 68, 68, 400, 393, 401, 68, 395, 404,
403, 1751, 405, 406, 399, 68, 68, 68, 1751, 68,
1751, 413, 407, 68, 397, 408, 398, 68, 402, 1751,
410, 400, 68, 401, 68, 68, 404, 403, 68, 405,
406, 68, 414, 68, 409, 68, 411, 412, 413, 407,
415, 68, 408, 68, 68, 417, 416, 410, 418, 1751,
68, 419, 420, 1751, 421, 1751, 68, 68, 68, 414,
422, 409, 68, 411, 412, 68, 423, 415, 1751, 424,
1751, 437, 68, 416, 425, 418, 68, 68, 419, 420,
68, 421, 68, 431, 432, 433, 439, 422, 68, 1751,
68, 435, 436, 423, 434, 68, 424, 68, 437, 68,
1751, 425, 426, 438, 1751, 68, 1751, 427, 440, 428,
431, 432, 68, 439, 442, 68, 68, 429, 435, 436,
68, 434, 441, 443, 445, 446, 68, 430, 68, 426,
438, 68, 447, 444, 427, 440, 428, 68, 68, 449,
68, 442, 450, 68, 429, 448, 68, 452, 451, 441,
443, 445, 446, 453, 430, 455, 68, 68, 454, 447,
444, 456, 135, 68, 457, 458, 449, 68, 468, 459,
460, 466, 448, 68, 452, 451, 68, 68, 467, 68,
453, 68, 68, 469, 461, 454, 463, 462, 456, 68,
464, 457, 458, 465, 68, 68, 459, 460, 68, 68,
470, 471, 472, 473, 477, 68, 475, 68, 68, 1751,
68, 461, 474, 476, 462, 478, 479, 68, 1751, 480,
465, 481, 68, 488, 485, 68, 68, 68, 1751, 472,
473, 477, 68, 490, 68, 68, 68, 68, 489, 474,
476, 68, 478, 486, 482, 487, 480, 68, 481, 483,
68, 485, 68, 484, 68, 491, 68, 68, 68, 493,
490, 494, 495, 496, 497, 489, 498, 1751, 68, 500,
486, 482, 487, 499, 68, 68, 483, 492, 68, 68,
484, 68, 491, 501, 68, 504, 493, 502, 494, 495,
496, 497, 503, 68, 68, 505, 500, 68, 68, 1751,
499, 68, 506, 507, 492, 512, 508, 68, 511, 68,
501, 509, 504, 513, 502, 510, 516, 514, 518, 503,
517, 1751, 68, 520, 68, 521, 68, 68, 68, 506,
507, 68, 515, 508, 68, 511, 68, 525, 519, 526,
513, 68, 68, 68, 514, 518, 68, 68, 68, 522,
520, 527, 521, 523, 530, 524, 534, 68, 68, 515,
68, 68, 68, 68, 525, 519, 526, 529, 528, 1751,
532, 1751, 68, 531, 1751, 533, 522, 68, 527, 68,
523, 68, 524, 534, 535, 68, 540, 539, 536, 538,
541, 1751, 545, 537, 529, 528, 68, 532, 68, 68,
531, 68, 533, 68, 542, 543, 68, 68, 68, 544,
68, 535, 68, 540, 539, 536, 538, 541, 68, 545,
537, 546, 547, 548, 550, 1751, 68, 68, 549, 555,
552, 542, 543, 1751, 551, 68, 544, 558, 553, 68,
68, 554, 572, 556, 559, 135, 68, 68, 546, 547,
548, 550, 68, 560, 557, 549, 68, 552, 600, 68,
68, 551, 68, 68, 558, 553, 68, 567, 554, 68,
556, 559, 561, 68, 68, 568, 570, 1751, 569, 68,
560, 557, 581, 571, 584, 68, 580, 1751, 582, 68,
68, 68, 583, 601, 567, 612, 68, 68, 585, 561,
562, 1751, 568, 570, 563, 569, 68, 564, 68, 581,
571, 68, 586, 580, 565, 582, 68, 566, 68, 583,
587, 1751, 68, 588, 68, 585, 68, 562, 589, 1751,
1751, 563, 68, 592, 564, 1751, 1751, 590, 68, 586,
68, 565, 595, 1751, 566, 573, 574, 587, 575, 68,
588, 576, 68, 591, 596, 589, 577, 593, 594, 68,
592, 68, 578, 579, 590, 68, 68, 597, 68, 595,
598, 68, 573, 574, 599, 575, 68, 68, 576, 602,
591, 596, 607, 577, 593, 594, 603, 606, 608, 578,
579, 604, 68, 605, 597, 610, 68, 598, 611, 636,
1751, 68, 615, 68, 68, 614, 602, 68, 68, 607,
68, 609, 68, 603, 606, 608, 613, 68, 604, 68,
605, 616, 68, 68, 68, 611, 68, 617, 618, 615,
68, 621, 614, 619, 68, 1751, 623, 68, 609, 622,
68, 620, 68, 613, 624, 625, 627, 628, 616, 626,
68, 68, 632, 68, 617, 618, 68, 68, 621, 630,
619, 68, 631, 623, 68, 68, 622, 68, 620, 629,
68, 624, 625, 627, 628, 634, 626, 633, 68, 632,
68, 635, 68, 637, 638, 639, 630, 1751, 640, 631,
643, 641, 644, 68, 68, 642, 629, 645, 68, 648,
646, 68, 634, 68, 633, 647, 1751, 68, 635, 68,
650, 638, 639, 68, 68, 640, 68, 643, 641, 68,
651, 68, 642, 68, 645, 653, 649, 646, 652, 656,
68, 654, 647, 68, 657, 655, 1751, 68, 68, 68,
68, 68, 68, 664, 1751, 665, 1751, 135, 68, 1751,
1751, 671, 653, 649, 680, 652, 656, 68, 654, 1751,
1751, 657, 655, 658, 668, 659, 68, 667, 1751, 660,
664, 661, 665, 666, 68, 68, 662, 672, 671, 68,
669, 663, 670, 675, 1751, 68, 68, 68, 1751, 68,
658, 668, 659, 68, 667, 68, 660, 679, 661, 676,
666, 673, 678, 662, 672, 68, 685, 669, 663, 670,
675, 674, 68, 677, 686, 68, 688, 687, 68, 68,
681, 68, 689, 68, 679, 682, 676, 683, 673, 678,
68, 68, 691, 685, 690, 694, 68, 692, 674, 696,
677, 686, 695, 688, 687, 684, 68, 681, 68, 689,
68, 68, 682, 697, 683, 693, 68, 699, 698, 691,
701, 690, 68, 68, 692, 68, 68, 700, 68, 695,
68, 68, 684, 703, 706, 702, 705, 68, 709, 707,
697, 68, 693, 718, 699, 698, 68, 701, 704, 68,
708, 68, 68, 717, 700, 711, 68, 710, 68, 712,
703, 706, 702, 705, 68, 68, 707, 713, 68, 68,
714, 68, 716, 715, 68, 704, 725, 708, 724, 68,
717, 720, 711, 68, 710, 721, 712, 719, 1751, 68,
68, 728, 68, 722, 713, 68, 723, 714, 726, 716,
715, 68, 68, 725, 727, 724, 730, 729, 731, 735,
68, 68, 68, 68, 719, 68, 732, 734, 728, 68,
722, 733, 736, 723, 1751, 726, 1751, 738, 68, 1751,
68, 727, 68, 730, 729, 731, 68, 68, 68, 740,
68, 737, 742, 732, 734, 741, 739, 68, 733, 736,
68, 68, 68, 743, 738, 68, 68, 744, 745, 746,
747, 749, 748, 750, 752, 1751, 740, 68, 737, 742,
751, 1751, 741, 739, 1751, 68, 68, 68, 755, 68,
743, 758, 68, 68, 744, 745, 746, 747, 753, 748,
754, 68, 68, 68, 68, 757, 68, 751, 759, 68,
760, 761, 68, 68, 68, 755, 68, 762, 758, 763,
764, 765, 775, 766, 68, 753, 68, 754, 768, 68,
769, 767, 757, 1751, 770, 759, 771, 760, 761, 772,
1751, 68, 773, 68, 762, 68, 763, 68, 68, 68,
766, 68, 68, 68, 68, 768, 68, 769, 767, 774,
777, 770, 776, 771, 779, 778, 772, 68, 1751, 773,
782, 68, 68, 780, 781, 783, 784, 1751, 785, 1751,
787, 68, 786, 68, 788, 68, 774, 777, 68, 776,
68, 779, 778, 794, 68, 68, 68, 782, 790, 68,
780, 781, 783, 784, 68, 785, 68, 787, 789, 786,
791, 788, 792, 68, 793, 795, 68, 797, 1751, 796,
794, 68, 798, 68, 68, 790, 68, 68, 68, 799,
68, 68, 805, 800, 802, 789, 801, 791, 803, 792,
804, 793, 795, 68, 797, 68, 796, 806, 807, 798,
68, 68, 68, 68, 68, 811, 799, 810, 808, 805,
800, 802, 809, 801, 812, 68, 814, 804, 813, 68,
68, 1751, 815, 1751, 806, 807, 1751, 818, 68, 816,
817, 68, 811, 1751, 810, 822, 68, 819, 820, 68,
823, 812, 1751, 824, 68, 813, 821, 68, 68, 815,
825, 68, 68, 68, 818, 68, 816, 817, 826, 68,
68, 827, 822, 831, 819, 820, 828, 832, 829, 833,
830, 68, 68, 821, 68, 834, 836, 825, 844, 68,
837, 68, 835, 68, 840, 826, 838, 68, 827, 68,
831, 68, 68, 828, 832, 829, 833, 830, 839, 68,
846, 841, 834, 68, 845, 68, 68, 68, 842, 835,
843, 840, 68, 838, 68, 847, 68, 68, 848, 850,
852, 849, 853, 851, 854, 839, 855, 68, 841, 68,
68, 845, 856, 68, 858, 842, 857, 843, 859, 68,
68, 861, 847, 860, 68, 848, 68, 68, 849, 853,
851, 68, 68, 855, 68, 68, 68, 862, 863, 856,
864, 858, 68, 857, 68, 859, 865, 866, 861, 867,
860, 1751, 868, 870, 869, 871, 873, 68, 876, 872,
68, 1751, 68, 68, 862, 68, 878, 68, 68, 68,
68, 68, 879, 865, 877, 68, 867, 874, 68, 868,
68, 869, 871, 875, 880, 876, 872, 68, 882, 68,
68, 68, 881, 878, 68, 883, 884, 68, 68, 879,
68, 877, 885, 886, 874, 890, 889, 887, 888, 892,
875, 880, 1751, 1751, 891, 882, 893, 68, 1751, 881,
894, 1751, 883, 884, 68, 68, 68, 68, 898, 885,
68, 900, 890, 889, 68, 888, 68, 895, 68, 68,
68, 891, 897, 893, 899, 68, 904, 894, 896, 68,
68, 68, 902, 68, 901, 898, 905, 903, 900, 68,
906, 68, 907, 908, 895, 68, 909, 911, 68, 897,
68, 899, 68, 904, 910, 896, 68, 68, 914, 902,
912, 901, 916, 905, 903, 68, 68, 906, 913, 907,
908, 915, 917, 909, 911, 918, 68, 68, 68, 68,
68, 910, 919, 920, 68, 914, 923, 912, 921, 916,
922, 927, 924, 1751, 928, 913, 929, 68, 915, 68,
68, 925, 68, 68, 68, 926, 68, 932, 68, 919,
68, 933, 68, 923, 931, 921, 1751, 922, 68, 924,
938, 928, 68, 929, 930, 68, 941, 934, 68, 935,
936, 937, 68, 68, 932, 68, 940, 68, 68, 68,
939, 931, 68, 943, 942, 944, 68, 938, 68, 955,
945, 930, 68, 941, 934, 946, 935, 936, 937, 68,
1751, 951, 947, 940, 68, 68, 948, 939, 68, 950,
943, 942, 944, 68, 1751, 952, 68, 945, 953, 949,
68, 957, 946, 954, 959, 956, 960, 68, 68, 947,
68, 958, 961, 948, 68, 1751, 950, 68, 962, 1751,
963, 68, 952, 68, 964, 953, 949, 965, 957, 68,
954, 966, 956, 68, 967, 68, 68, 68, 958, 68,
968, 969, 68, 970, 68, 962, 68, 963, 971, 973,
68, 964, 68, 1751, 965, 972, 68, 974, 966, 976,
68, 967, 979, 975, 977, 68, 978, 968, 68, 983,
970, 68, 980, 68, 68, 971, 973, 1751, 981, 68,
68, 68, 972, 985, 974, 68, 976, 68, 68, 979,
975, 977, 986, 978, 68, 982, 983, 984, 987, 980,
988, 989, 68, 990, 68, 981, 991, 68, 68, 993,
985, 994, 68, 992, 68, 1000, 68, 1001, 996, 986,
995, 1751, 982, 1002, 984, 68, 1003, 988, 997, 68,
990, 998, 68, 68, 68, 68, 993, 68, 994, 68,
992, 68, 1005, 999, 1001, 996, 68, 995, 68, 1004,
1002, 68, 68, 1003, 1006, 997, 1007, 1009, 998, 1008,
1010, 1012, 1015, 1751, 1751, 68, 68, 68, 68, 1005,
999, 1011, 1014, 1013, 1016, 1751, 1004, 68, 1020, 1017,
1023, 1751, 68, 1007, 1009, 68, 1008, 1010, 68, 68,
1018, 68, 68, 68, 68, 1019, 68, 68, 1011, 1014,
1013, 1016, 68, 1021, 1026, 1020, 1017, 1022, 1024, 1025,
68, 68, 1028, 1029, 1751, 68, 68, 1018, 68, 1027,
1030, 68, 1019, 1031, 68, 1033, 1032, 1034, 1751, 1042,
1021, 1026, 1036, 68, 1022, 1024, 1025, 68, 68, 1028,
1029, 68, 1035, 68, 1037, 1041, 1027, 1030, 1038, 1043,
1031, 68, 68, 1032, 1034, 1039, 68, 1046, 1040, 1036,
68, 1044, 68, 68, 68, 1045, 68, 1047, 68, 1035,
1051, 1037, 1041, 68, 1048, 1038, 68, 1050, 1053, 68,
68, 1049, 1039, 68, 1046, 1040, 68, 1052, 1044, 68,
1059, 1061, 1045, 1054, 1047, 1751, 68, 1051, 68, 1056,
68, 1048, 1057, 1058, 1050, 1053, 1060, 1055, 1049, 1063,
1062, 1064, 68, 1065, 1052, 68, 68, 68, 1751, 68,
1054, 68, 68, 1072, 1068, 1069, 1056, 68, 1751, 1057,
1058, 68, 1066, 1060, 1055, 1070, 1063, 1062, 1067, 68,
1065, 1071, 68, 68, 68, 1077, 1073, 1076, 1080, 68,
1751, 1068, 1069, 1075, 68, 1074, 68, 68, 1751, 1066,
68, 1078, 1070, 1079, 68, 1067, 68, 68, 1071, 1083,
68, 1084, 1077, 1073, 1076, 1080, 1751, 1081, 1086, 1082,
1075, 68, 1074, 68, 68, 68, 1087, 1085, 1078, 1088,
1079, 68, 1089, 68, 1090, 1093, 68, 68, 1084, 1091,
1095, 68, 1096, 1092, 1081, 1086, 1082, 68, 68, 68,
1094, 1097, 1751, 1087, 1085, 1100, 1088, 1098, 1099, 1102,
68, 1090, 68, 68, 68, 1103, 1091, 68, 1101, 1096,
1092, 68, 68, 68, 68, 1104, 1108, 1094, 68, 1107,
68, 1109, 1100, 68, 1098, 1099, 1102, 68, 1105, 1106,
1111, 68, 1103, 68, 1110, 1101, 68, 1112, 68, 1113,
68, 1114, 1104, 68, 68, 1115, 1107, 1116, 68, 1118,
1117, 1119, 68, 1120, 1121, 1105, 1106, 1111, 1122, 1124,
1123, 1110, 68, 68, 1112, 1125, 68, 1126, 1114, 1131,
1751, 1751, 68, 68, 68, 68, 68, 1117, 1119, 1135,
68, 1121, 1136, 1132, 68, 68, 68, 1123, 1134, 68,
68, 68, 1125, 1127, 1128, 1129, 1131, 1133, 68, 1138,
1130, 68, 1137, 68, 68, 1139, 1135, 1141, 68, 68,
1132, 1142, 68, 1140, 1751, 1134, 1143, 1144, 1145, 68,
1127, 1128, 1129, 68, 1133, 68, 1138, 1130, 1146, 1137,
1149, 68, 1139, 1154, 68, 68, 68, 1148, 1142, 1150,
1140, 1147, 68, 1143, 1144, 1145, 1151, 1152, 68, 1153,
1155, 1156, 68, 68, 68, 1146, 1157, 1149, 1159, 1751,
68, 1158, 1160, 68, 1148, 1161, 68, 68, 1147, 68,
68, 68, 68, 1151, 1152, 1162, 68, 1155, 1156, 1163,
68, 1165, 68, 1157, 1166, 1159, 1164, 1174, 1158, 1160,
1168, 68, 1161, 68, 68, 1171, 1167, 1172, 1175, 1169,
1751, 68, 1162, 68, 1170, 68, 1163, 1173, 1165, 1178,
1181, 1166, 1176, 1164, 68, 68, 1177, 68, 68, 1183,
68, 1180, 68, 1167, 1172, 68, 1169, 1179, 68, 1182,
1184, 1170, 1186, 1185, 1173, 68, 68, 1188, 1189, 1192,
68, 68, 68, 68, 68, 68, 1183, 1187, 1180, 1190,
1751, 1191, 68, 68, 1179, 1193, 1182, 1184, 1195, 1196,
1185, 1751, 1194, 68, 1202, 1189, 68, 1197, 68, 68,
1199, 1751, 1198, 68, 1187, 1209, 1190, 68, 1191, 68,
1200, 68, 68, 1201, 1204, 1195, 1196, 1205, 68, 1194,
68, 68, 68, 1203, 1197, 68, 68, 1199, 68, 1198,
68, 1206, 68, 1207, 1210, 1208, 68, 1200, 1211, 68,
1201, 1204, 1213, 1216, 1205, 1214, 1218, 68, 1215, 1212,
1203, 68, 1219, 1221, 1223, 1217, 68, 68, 1206, 68,
1207, 1210, 1208, 68, 68, 1211, 68, 68, 1220, 1213,
68, 1222, 1214, 1218, 1224, 1215, 1212, 1225, 68, 68,
1221, 68, 1217, 68, 68, 1226, 1228, 1227, 1229, 1751,
1232, 1230, 68, 1231, 68, 1220, 68, 1235, 1222, 1240,
1233, 1224, 68, 68, 1225, 68, 68, 68, 68, 1234,
1236, 68, 1226, 1228, 1227, 1229, 68, 1232, 1230, 68,
1231, 1237, 1238, 1242, 1235, 1239, 68, 1233, 1241, 68,
68, 1243, 1244, 1246, 1248, 68, 1234, 1236, 68, 1245,
68, 1249, 68, 1250, 1247, 68, 1253, 1256, 1237, 1238,
1242, 68, 1239, 1751, 68, 1241, 68, 1254, 1243, 1244,
1246, 68, 68, 68, 1251, 68, 1245, 1252, 1249, 68,
1250, 1247, 68, 68, 1255, 1257, 1751, 1751, 68, 1258,
68, 68, 1260, 1259, 1254, 1261, 1262, 1263, 1264, 1751,
1751, 1251, 1268, 1267, 1252, 1265, 1266, 68, 68, 68,
68, 1255, 1257, 68, 68, 68, 1258, 68, 1270, 1260,
1259, 68, 1261, 1262, 1263, 1264, 1269, 68, 68, 1268,
1267, 1271, 1265, 1266, 1272, 1275, 1273, 68, 68, 68,
1277, 1274, 1276, 1278, 1751, 1270, 68, 1282, 1279, 1284,
1280, 68, 68, 1269, 1283, 1285, 68, 1287, 1271, 68,
68, 1272, 68, 1273, 1281, 1286, 1291, 68, 1274, 1276,
1278, 68, 68, 68, 68, 1279, 1284, 1280, 68, 1288,
1289, 1283, 68, 68, 68, 1290, 1292, 1293, 68, 68,
1296, 1281, 1286, 1291, 68, 68, 1294, 1295, 1297, 1298,
1299, 68, 68, 1300, 1302, 68, 1288, 1289, 68, 1301,
1751, 68, 1290, 68, 1293, 1303, 68, 1296, 68, 1312,
68, 1304, 68, 1294, 1295, 1297, 1298, 1299, 1313, 1309,
68, 1302, 68, 1305, 1306, 68, 1301, 68, 68, 1308,
1307, 68, 1303, 68, 1310, 1311, 68, 68, 1304, 1314,
1316, 68, 68, 1317, 1318, 1313, 1309, 1315, 1319, 68,
1305, 1306, 1321, 68, 68, 1322, 1308, 1307, 1320, 1323,
68, 1310, 1311, 1325, 1326, 1324, 1314, 1316, 1327, 68,
1317, 68, 68, 68, 1315, 68, 68, 1328, 1329, 68,
1330, 1331, 68, 1751, 1332, 1320, 68, 1335, 68, 1333,
68, 68, 1324, 68, 1334, 1327, 1337, 1338, 1339, 68,
1340, 1344, 1336, 1343, 1328, 68, 68, 1330, 68, 68,
68, 1332, 1751, 68, 1335, 1341, 1333, 1346, 68, 68,
1342, 1334, 1348, 68, 1338, 1339, 68, 68, 68, 1336,
1343, 1345, 68, 1347, 68, 1349, 1350, 1351, 1352, 68,
68, 1353, 1341, 1357, 68, 1355, 1354, 1342, 68, 1348,
1751, 68, 68, 68, 1356, 68, 1358, 1360, 1345, 68,
1347, 68, 1349, 1350, 1351, 1352, 68, 68, 1353, 1359,
1357, 1361, 1355, 1354, 68, 1363, 1365, 1362, 1751, 1364,
1751, 1356, 68, 1358, 68, 1368, 1751, 1366, 68, 1751,
1369, 1374, 1371, 68, 68, 1367, 1359, 68, 1361, 1372,
1370, 1375, 1363, 1373, 1362, 68, 1364, 68, 68, 1377,
68, 1376, 1368, 68, 1366, 68, 68, 1369, 68, 1371,
1379, 68, 1367, 1380, 68, 1378, 1372, 1370, 68, 1381,
1373, 68, 1384, 68, 1382, 68, 1377, 1751, 1376, 1383,
68, 1386, 1385, 1390, 1388, 1387, 1389, 1379, 68, 1391,
1380, 1393, 1378, 68, 1392, 68, 1381, 68, 68, 68,
1394, 1382, 68, 68, 68, 68, 1383, 68, 1386, 1385,
1390, 1388, 1387, 1389, 1395, 68, 1396, 1397, 1393, 1399,
68, 1392, 68, 1398, 1401, 1400, 1402, 1394, 1403, 1404,
1405, 1406, 1410, 1751, 1409, 68, 68, 1751, 1407, 1408,
1413, 68, 68, 1396, 1397, 68, 68, 68, 1414, 68,
1398, 68, 1400, 68, 68, 68, 1404, 1405, 1406, 68,
68, 68, 1411, 68, 1412, 1407, 1408, 68, 1415, 1416,
68, 68, 1417, 1418, 1419, 1414, 68, 1420, 1422, 1751,
1751, 1428, 68, 1421, 1426, 1751, 1751, 68, 1423, 1411,
1751, 1412, 1424, 68, 68, 1415, 1416, 1425, 68, 1417,
68, 68, 1427, 68, 68, 1422, 68, 68, 68, 68,
1421, 1426, 68, 1429, 1431, 1423, 1430, 68, 1432, 1424,
1433, 68, 1434, 68, 1425, 1435, 1437, 1439, 1436, 1427,
1440, 68, 68, 68, 68, 68, 1438, 1441, 1449, 1444,
1429, 1431, 1442, 1430, 68, 1432, 68, 1433, 68, 1434,
1445, 68, 1435, 1437, 68, 1436, 1443, 68, 68, 1448,
1446, 68, 1447, 1438, 1441, 68, 1444, 68, 68, 1442,
1450, 68, 1451, 1453, 1751, 1454, 1457, 1445, 1452, 1458,
1455, 1751, 68, 1443, 68, 68, 1448, 1446, 68, 1447,
68, 68, 68, 1456, 1460, 1459, 1466, 1450, 1751, 1451,
1453, 68, 1454, 68, 68, 1452, 68, 1455, 1461, 1463,
68, 1462, 1464, 1465, 1467, 1468, 68, 68, 68, 68,
1456, 1460, 1459, 68, 68, 1469, 68, 1470, 1471, 1472,
1473, 1475, 1476, 1751, 1477, 1461, 1463, 68, 1462, 1464,
1465, 1467, 1468, 68, 1478, 1474, 1479, 1480, 68, 68,
68, 1483, 1469, 68, 1470, 68, 1472, 68, 68, 68,
68, 1477, 1481, 1485, 68, 1484, 1486, 1482, 1487, 68,
68, 1478, 1474, 1479, 1480, 68, 1488, 68, 1483, 1489,
68, 1490, 1491, 1492, 68, 68, 1493, 1494, 68, 1481,
1485, 1751, 1484, 1486, 1482, 1487, 1495, 1497, 1496, 1498,
1500, 1501, 1499, 68, 68, 1503, 68, 1502, 1751, 1491,
68, 68, 68, 68, 68, 68, 68, 1751, 68, 68,
68, 68, 68, 1495, 1497, 1496, 1498, 1500, 1501, 1499,
1504, 68, 1503, 1505, 1502, 1506, 1751, 1507, 1508, 1509,
1512, 1510, 1511, 1513, 68, 1514, 1751, 68, 68, 1751,
68, 68, 1515, 68, 1516, 1517, 68, 1504, 1521, 1522,
1505, 68, 1506, 68, 1507, 1508, 1509, 68, 1510, 1511,
1513, 68, 68, 68, 1518, 1519, 68, 1520, 1526, 1515,
1523, 1516, 1517, 1524, 68, 1521, 68, 68, 68, 68,
1525, 1527, 1528, 1530, 1529, 1531, 1532, 1535, 68, 1751,
1751, 1518, 1519, 68, 1520, 68, 68, 1523, 1533, 68,
1524, 1534, 1536, 1537, 68, 1538, 1539, 1525, 68, 68,
1530, 1529, 68, 68, 1542, 68, 68, 1540, 68, 1544,
1549, 68, 68, 1541, 68, 1533, 1543, 68, 1534, 1536,
1537, 1545, 1538, 1539, 68, 1546, 68, 1547, 68, 68,
1548, 68, 68, 1557, 1540, 1550, 1544, 1549, 1551, 68,
1541, 68, 68, 1543, 1555, 1552, 1556, 1558, 1545, 1553,
1561, 68, 1546, 68, 1547, 68, 68, 1548, 1751, 1554,
68, 1559, 1550, 68, 68, 1551, 68, 1562, 68, 1560,
68, 1555, 1552, 1556, 1558, 1563, 1553, 1561, 1566, 68,
1564, 68, 1565, 1568, 68, 68, 1554, 1567, 1559, 1569,
1570, 1571, 1575, 68, 1562, 68, 1560, 1572, 68, 1573,
68, 68, 1563, 68, 1577, 1566, 1574, 1564, 68, 1565,
1568, 68, 1580, 68, 1567, 68, 1569, 1570, 1571, 1578,
1576, 68, 68, 68, 1572, 1579, 1573, 68, 1581, 1583,
1582, 68, 1588, 1574, 1584, 1585, 1586, 68, 1590, 68,
68, 1589, 68, 1587, 68, 1591, 1578, 1576, 68, 68,
1592, 68, 1579, 1593, 68, 1581, 1583, 1582, 68, 68,
68, 1584, 1585, 1586, 1595, 68, 1596, 68, 1589, 1594,
1587, 1597, 1591, 68, 1598, 1599, 68, 68, 1600, 68,
1593, 1602, 1601, 1603, 1604, 1605, 68, 1607, 68, 1608,
68, 1595, 68, 1596, 1606, 68, 1594, 68, 1597, 68,
1611, 68, 68, 1609, 1610, 1600, 1612, 1613, 1602, 1601,
68, 1604, 1605, 68, 1607, 68, 68, 1614, 1616, 1615,
68, 1606, 1617, 1618, 1619, 1620, 1621, 68, 1622, 1623,
1609, 1610, 68, 68, 1613, 1624, 1626, 1629, 1627, 68,
68, 1625, 1628, 1751, 1614, 1616, 1615, 68, 68, 68,
68, 68, 1620, 68, 68, 1622, 68, 1630, 1631, 68,
68, 68, 1624, 68, 68, 1627, 1632, 1633, 1625, 1628,
1638, 1634, 1637, 1635, 1636, 1640, 68, 1641, 68, 68,
68, 68, 68, 68, 1630, 1631, 1642, 1643, 1639, 1644,
1645, 1751, 68, 1632, 1633, 68, 1647, 1638, 1634, 1637,
1635, 1636, 68, 1650, 68, 1646, 1651, 1648, 1652, 68,
68, 1649, 68, 1642, 68, 1639, 1644, 68, 68, 68,
68, 1654, 1655, 68, 1653, 1656, 1658, 68, 1659, 1657,
68, 1660, 1646, 68, 1648, 1652, 68, 68, 1649, 1661,
1664, 1663, 1662, 1666, 68, 1751, 1665, 68, 1654, 1655,
1669, 1653, 1656, 68, 1667, 68, 1657, 68, 68, 68,
1670, 68, 68, 1668, 1672, 68, 68, 68, 1663, 1662,
1666, 68, 68, 1665, 1675, 1671, 1673, 1669, 68, 1674,
1678, 1667, 68, 68, 68, 68, 1677, 1670, 68, 1751,
1668, 1672, 1676, 1679, 68, 1680, 1681, 1682, 68, 68,
1683, 1675, 1671, 1673, 1684, 1751, 1674, 68, 1688, 1686,
1689, 68, 68, 1677, 1751, 1685, 1690, 68, 68, 1676,
1679, 68, 1680, 1681, 1682, 1687, 1691, 1683, 68, 68,
1692, 1693, 1695, 68, 1696, 68, 1686, 1694, 68, 68,
68, 68, 1685, 1690, 68, 68, 68, 1697, 68, 1698,
1699, 1702, 1687, 1691, 1700, 68, 1701, 1692, 1693, 1695,
1706, 1696, 68, 1703, 1694, 1704, 1707, 1705, 1708, 1711,
1751, 68, 68, 68, 1697, 68, 1698, 1699, 1702, 1751,
1714, 1700, 68, 1701, 1751, 68, 1751, 68, 68, 1709,
1703, 68, 1704, 68, 1705, 1708, 1710, 68, 1712, 1713,
68, 1715, 68, 1716, 68, 1717, 68, 1714, 1718, 68,
1720, 68, 1721, 68, 1719, 1751, 1709, 1722, 68, 68,
1723, 1751, 1751, 1710, 1726, 1712, 1713, 1751, 1715, 1724,
1716, 1751, 1717, 1727, 68, 1718, 68, 1720, 68, 1721,
1725, 1719, 68, 68, 1722, 1728, 1729, 1723, 68, 68,
1731, 68, 1730, 68, 68, 1734, 1724, 1751, 68, 1732,
1727, 1733, 1735, 68, 1736, 68, 1740, 1725, 1737, 1742,
68, 1739, 1728, 1729, 68, 1743, 68, 1731, 1751, 1730,
1741, 68, 1734, 68, 1738, 1744, 1732, 1745, 1733, 1735,
68, 1736, 68, 68, 1746, 1737, 68, 68, 1739, 1749,
68, 1750, 68, 1751, 1751, 68, 1751, 1741, 1751, 68,
1747, 1738, 1744, 1751, 1745, 1748, 68, 1751, 68, 1751,
1751, 1746, 1751, 68, 1751, 1751, 68, 1751, 68, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1747, 1751, 1751,
1751, 1751, 1748, 40, 40, 40, 40, 40, 40, 40,
45, 45, 45, 45, 45, 45, 45, 50, 50, 50,
50, 50, 50, 50, 56, 56, 56, 56, 56, 56,
56, 61, 61, 61, 61, 61, 61, 61, 71, 71,
1751, 71, 71, 71, 71, 125, 125, 1751, 1751, 1751,
125, 125, 127, 127, 1751, 1751, 127, 1751, 127, 129,
1751, 1751, 1751, 1751, 1751, 129, 132, 132, 1751, 1751,
1751, 132, 132, 134, 1751, 1751, 1751, 1751, 1751, 134,
136, 136, 1751, 136, 136, 136, 136, 72, 72, 1751,
72, 72, 72, 72, 13, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751
} ;
static yyconst flex_int16_t yy_chk[5131] =
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 3, 3, 3, 4, 4,
4, 5, 5, 6, 6, 5, 24, 6, 7, 7,
7, 7, 1757, 7, 8, 8, 8, 8, 24, 8,
9, 9, 9, 10, 10, 10, 15, 44, 44, 49,
15, 3, 49, 24, 4, 60, 60, 5, 19, 6,
19, 19, 69, 19, 651, 7, 69, 39, 19, 39,
39, 8, 39, 23, 20, 20, 9, 39, 645, 10,
11, 11, 11, 11, 11, 11, 12, 12, 12, 12,
12, 12, 20, 23, 27, 19, 23, 29, 20, 11,
23, 20, 20, 134, 21, 12, 27, 25, 645, 29,
132, 21, 126, 126, 28, 25, 131, 11, 21, 20,
23, 27, 128, 12, 29, 128, 11, 133, 133, 129,
21, 21, 12, 25, 25, 75, 28, 26, 21, 37,
26, 28, 25, 30, 37, 21, 22, 26, 32, 26,
22, 30, 37, 22, 32, 22, 22, 30, 75, 31,
26, 30, 75, 31, 26, 74, 37, 26, 22, 30,
30, 37, 138, 22, 26, 32, 26, 22, 30, 31,
22, 65, 22, 22, 30, 31, 31, 34, 30, 74,
31, 34, 74, 127, 65, 36, 138, 36, 125, 138,
55, 34, 55, 55, 34, 55, 31, 33, 65, 67,
82, 33, 36, 34, 34, 82, 78, 33, 34, 38,
33, 36, 36, 38, 36, 78, 35, 33, 34, 33,
66, 34, 66, 66, 33, 66, 35, 82, 33, 36,
35, 35, 61, 78, 33, 38, 38, 33, 35, 76,
38, 56, 51, 35, 33, 63, 76, 63, 63, 68,
63, 68, 68, 35, 68, 84, 77, 35, 35, 68,
71, 79, 71, 71, 80, 71, 76, 81, 86, 77,
71, 85, 84, 83, 79, 86, 81, 91, 87, 80,
77, 83, 63, 77, 85, 89, 84, 87, 79, 90,
91, 80, 88, 93, 81, 86, 77, 71, 85, 84,
83, 88, 94, 92, 91, 87, 92, 50, 89, 45,
94, 90, 89, 96, 95, 97, 90, 96, 97, 88,
92, 40, 98, 99, 93, 100, 14, 92, 102, 94,
92, 104, 13, 92, 95, 98, 95, 96, 104, 101,
96, 95, 97, 103, 96, 100, 99, 92, 102, 98,
99, 105, 100, 101, 106, 102, 107, 103, 104, 111,
105, 95, 109, 108, 110, 107, 101, 108, 112, 109,
103, 110, 115, 111, 113, 114, 0, 106, 105, 117,
112, 106, 113, 107, 114, 108, 111, 118, 211, 109,
108, 110, 116, 119, 108, 112, 118, 121, 123, 117,
242, 113, 114, 115, 119, 117, 117, 116, 122, 120,
0, 140, 124, 123, 118, 120, 0, 211, 121, 116,
119, 124, 121, 148, 121, 123, 117, 242, 139, 130,
122, 130, 130, 0, 130, 122, 120, 142, 135, 124,
135, 135, 140, 135, 136, 121, 136, 136, 141, 136,
139, 143, 146, 144, 148, 139, 142, 146, 149, 143,
141, 145, 152, 147, 142, 144, 151, 154, 145, 153,
152, 154, 155, 160, 157, 141, 156, 0, 143, 149,
144, 136, 160, 146, 146, 147, 149, 157, 145, 152,
147, 153, 151, 151, 154, 155, 153, 165, 156, 155,
160, 157, 158, 156, 161, 159, 149, 150, 159, 163,
164, 0, 150, 0, 158, 166, 163, 150, 168, 162,
159, 164, 0, 150, 150, 171, 161, 0, 165, 158,
150, 161, 159, 167, 150, 159, 163, 164, 162, 150,
169, 166, 166, 167, 150, 162, 162, 170, 173, 168,
150, 150, 174, 170, 172, 175, 171, 176, 169, 177,
0, 178, 0, 182, 167, 162, 179, 169, 178, 190,
167, 176, 180, 181, 170, 175, 172, 180, 188, 173,
177, 172, 175, 174, 176, 182, 177, 179, 178, 183,
182, 184, 181, 179, 190, 185, 190, 186, 184, 180,
181, 183, 186, 187, 187, 191, 189, 192, 195, 188,
0, 0, 187, 189, 194, 193, 183, 185, 184, 197,
198, 196, 185, 193, 186, 191, 202, 201, 204, 194,
187, 187, 191, 189, 195, 195, 199, 198, 192, 203,
200, 194, 193, 196, 205, 198, 201, 198, 200, 206,
197, 199, 196, 207, 201, 209, 205, 202, 206, 204,
208, 203, 208, 199, 198, 210, 203, 200, 212, 215,
196, 205, 207, 213, 214, 0, 206, 219, 216, 209,
207, 215, 209, 217, 220, 214, 218, 208, 221, 223,
222, 210, 210, 0, 212, 212, 215, 220, 225, 213,
213, 214, 216, 228, 218, 216, 217, 225, 219, 224,
217, 220, 222, 218, 221, 221, 224, 222, 226, 227,
223, 230, 229, 231, 226, 225, 232, 233, 234, 228,
228, 229, 231, 227, 287, 287, 224, 236, 237, 235,
236, 232, 0, 0, 230, 226, 227, 236, 230, 229,
231, 238, 234, 232, 235, 234, 237, 238, 233, 239,
240, 243, 246, 287, 236, 237, 235, 236, 241, 241,
245, 244, 247, 239, 244, 240, 248, 254, 238, 252,
246, 244, 245, 249, 261, 243, 239, 240, 243, 246,
247, 250, 251, 241, 252, 241, 241, 245, 244, 247,
253, 244, 255, 248, 251, 249, 252, 253, 254, 255,
249, 256, 257, 258, 257, 261, 260, 250, 250, 251,
259, 264, 262, 259, 263, 259, 258, 253, 264, 255,
263, 259, 266, 256, 260, 276, 257, 267, 256, 257,
258, 257, 265, 260, 262, 266, 270, 259, 264, 262,
259, 263, 259, 267, 265, 268, 0, 281, 270, 266,
271, 267, 273, 274, 267, 272, 276, 275, 268, 265,
273, 272, 277, 270, 275, 274, 277, 0, 271, 278,
267, 284, 268, 269, 269, 0, 278, 271, 281, 273,
274, 279, 272, 269, 275, 269, 269, 269, 282, 277,
269, 280, 283, 279, 286, 282, 278, 288, 269, 301,
269, 269, 284, 280, 288, 283, 292, 0, 279, 285,
269, 289, 269, 269, 269, 282, 286, 269, 280, 283,
285, 286, 289, 290, 288, 293, 291, 295, 294, 296,
301, 292, 0, 292, 290, 298, 285, 294, 289, 291,
295, 297, 296, 299, 302, 300, 306, 296, 293, 304,
290, 303, 293, 291, 295, 294, 296, 298, 305, 297,
306, 307, 298, 300, 308, 302, 299, 311, 297, 296,
299, 302, 300, 306, 303, 304, 304, 309, 303, 310,
305, 314, 311, 309, 312, 305, 313, 307, 307, 316,
315, 0, 318, 319, 311, 308, 315, 310, 0, 319,
0, 327, 320, 314, 309, 321, 310, 312, 314, 0,
323, 312, 313, 313, 327, 316, 316, 315, 318, 318,
319, 320, 328, 321, 322, 323, 325, 326, 327, 320,
329, 322, 321, 325, 326, 331, 330, 323, 332, 0,
328, 333, 334, 0, 335, 0, 333, 332, 334, 328,
336, 322, 329, 325, 326, 330, 337, 329, 0, 338,
0, 346, 336, 330, 339, 332, 331, 335, 333, 334,
338, 335, 339, 341, 342, 343, 348, 336, 337, 0,
341, 344, 345, 337, 343, 342, 338, 346, 346, 345,
0, 339, 340, 347, 0, 347, 0, 340, 349, 340,
341, 342, 348, 348, 351, 344, 343, 340, 344, 345,
349, 343, 350, 352, 354, 355, 351, 340, 340, 340,
347, 352, 356, 353, 340, 349, 340, 350, 353, 358,
356, 351, 359, 355, 340, 357, 354, 361, 360, 350,
352, 354, 355, 362, 340, 364, 361, 357, 363, 356,
353, 365, 358, 360, 366, 367, 358, 362, 375, 368,
369, 373, 357, 359, 361, 360, 365, 363, 374, 366,
362, 368, 364, 376, 370, 363, 371, 370, 365, 367,
371, 366, 367, 372, 369, 370, 368, 369, 373, 375,
377, 378, 379, 380, 384, 374, 382, 372, 379, 0,
376, 370, 381, 383, 370, 385, 386, 371, 0, 387,
372, 388, 385, 393, 390, 380, 384, 377, 0, 379,
380, 384, 378, 395, 388, 381, 383, 382, 394, 381,
383, 387, 385, 391, 389, 392, 387, 386, 388, 389,
390, 390, 391, 389, 393, 396, 394, 395, 392, 397,
395, 398, 399, 400, 401, 394, 402, 0, 389, 404,
391, 389, 392, 403, 400, 398, 389, 396, 396, 401,
389, 397, 396, 405, 399, 408, 397, 406, 398, 399,
400, 401, 407, 404, 403, 409, 404, 402, 408, 0,
403, 407, 410, 411, 396, 415, 412, 405, 414, 406,
405, 413, 408, 416, 406, 413, 418, 417, 419, 407,
418, 0, 414, 421, 410, 422, 409, 411, 412, 410,
411, 416, 417, 412, 422, 414, 415, 426, 420, 427,
416, 417, 413, 419, 417, 419, 420, 418, 421, 423,
421, 428, 422, 424, 431, 425, 435, 427, 423, 417,
426, 424, 425, 428, 426, 420, 427, 430, 429, 0,
433, 0, 435, 432, 0, 434, 423, 429, 428, 430,
424, 432, 425, 435, 436, 431, 441, 440, 437, 439,
442, 0, 446, 438, 430, 429, 433, 433, 434, 437,
432, 438, 434, 439, 443, 444, 436, 440, 441, 445,
442, 436, 446, 441, 440, 437, 439, 442, 445, 446,
438, 447, 448, 449, 451, 0, 443, 444, 450, 456,
453, 443, 444, 0, 452, 448, 445, 459, 453, 447,
452, 454, 474, 457, 460, 449, 459, 451, 447, 448,
449, 451, 450, 461, 458, 450, 453, 453, 496, 454,
456, 452, 461, 460, 459, 453, 457, 465, 454, 458,
457, 460, 462, 474, 462, 468, 472, 0, 471, 465,
461, 458, 477, 473, 480, 468, 476, 0, 478, 496,
478, 477, 479, 497, 465, 508, 471, 472, 481, 462,
463, 0, 468, 472, 463, 471, 473, 463, 476, 477,
473, 480, 482, 476, 463, 478, 479, 463, 481, 479,
483, 0, 463, 484, 497, 481, 508, 463, 485, 0,
0, 463, 483, 488, 463, 0, 0, 486, 482, 482,
488, 463, 491, 0, 463, 475, 475, 483, 475, 484,
484, 475, 485, 487, 492, 485, 475, 489, 490, 486,
488, 487, 475, 475, 486, 489, 492, 493, 491, 491,
494, 475, 475, 475, 495, 475, 493, 490, 475, 498,
487, 492, 503, 475, 489, 490, 499, 502, 504, 475,
475, 500, 494, 501, 493, 506, 502, 494, 507, 533,
0, 495, 512, 498, 503, 511, 498, 499, 504, 503,
500, 505, 501, 499, 502, 504, 509, 507, 500, 505,
501, 513, 506, 511, 509, 507, 512, 514, 515, 512,
533, 518, 511, 516, 513, 0, 520, 518, 505, 519,
515, 516, 520, 509, 521, 522, 524, 525, 513, 523,
522, 521, 529, 514, 514, 515, 523, 516, 518, 527,
516, 519, 528, 520, 524, 529, 519, 527, 516, 526,
525, 521, 522, 524, 525, 531, 523, 530, 526, 529,
528, 532, 531, 534, 535, 536, 527, 0, 537, 528,
540, 538, 541, 536, 532, 539, 526, 542, 530, 545,
543, 539, 531, 537, 530, 544, 0, 535, 532, 543,
547, 535, 536, 538, 534, 537, 540, 540, 538, 544,
548, 542, 539, 541, 542, 550, 546, 543, 549, 553,
545, 551, 544, 546, 554, 552, 0, 547, 552, 551,
549, 554, 553, 556, 0, 557, 0, 548, 550, 0,
0, 563, 550, 546, 571, 549, 553, 557, 551, 0,
0, 554, 552, 555, 560, 555, 556, 559, 0, 555,
556, 555, 557, 558, 563, 558, 555, 564, 563, 559,
561, 555, 562, 566, 0, 571, 560, 555, 0, 564,
555, 560, 555, 561, 559, 562, 555, 570, 555, 567,
558, 565, 569, 555, 564, 566, 573, 561, 555, 562,
566, 565, 567, 568, 574, 569, 576, 575, 570, 568,
572, 573, 577, 565, 570, 572, 567, 572, 565, 569,
575, 576, 579, 573, 578, 582, 574, 580, 565, 585,
568, 574, 583, 576, 575, 572, 572, 572, 577, 577,
580, 579, 572, 586, 572, 581, 578, 588, 587, 579,
590, 578, 582, 581, 580, 583, 587, 589, 590, 583,
585, 588, 572, 592, 595, 591, 594, 586, 598, 596,
586, 595, 581, 608, 588, 587, 591, 590, 593, 589,
597, 592, 596, 607, 589, 601, 593, 600, 594, 602,
592, 595, 591, 594, 601, 600, 596, 603, 597, 598,
604, 602, 606, 605, 608, 593, 614, 597, 613, 607,
607, 611, 601, 614, 600, 611, 602, 609, 0, 603,
606, 617, 604, 612, 603, 605, 612, 604, 615, 606,
605, 609, 613, 614, 616, 613, 619, 618, 620, 624,
615, 616, 611, 618, 609, 617, 621, 623, 617, 612,
612, 622, 625, 612, 0, 615, 0, 627, 619, 0,
620, 616, 622, 619, 618, 620, 624, 621, 623, 629,
625, 626, 631, 621, 623, 630, 628, 629, 622, 625,
626, 627, 630, 632, 627, 628, 631, 633, 634, 635,
636, 638, 637, 639, 641, 0, 629, 634, 626, 631,
640, 0, 630, 628, 0, 632, 636, 637, 644, 633,
632, 647, 640, 635, 633, 634, 635, 636, 642, 637,
643, 641, 638, 644, 639, 646, 642, 640, 648, 647,
649, 652, 649, 643, 646, 644, 648, 653, 647, 654,
655, 656, 666, 657, 652, 642, 654, 643, 659, 653,
660, 658, 646, 0, 661, 648, 662, 649, 652, 663,
0, 659, 664, 660, 653, 657, 654, 663, 662, 666,
657, 655, 656, 658, 664, 659, 661, 660, 658, 665,
668, 661, 667, 662, 670, 669, 663, 665, 0, 664,
673, 667, 669, 671, 672, 674, 675, 0, 676, 0,
678, 668, 677, 673, 679, 675, 665, 668, 678, 667,
670, 670, 669, 685, 672, 671, 676, 673, 681, 674,
671, 672, 674, 675, 677, 676, 679, 678, 680, 677,
682, 679, 683, 685, 684, 686, 680, 688, 0, 687,
685, 681, 689, 688, 683, 681, 684, 687, 682, 690,
686, 689, 697, 691, 693, 680, 692, 682, 695, 683,
696, 684, 686, 692, 688, 691, 687, 698, 699, 689,
690, 697, 693, 696, 698, 702, 690, 701, 700, 697,
691, 693, 700, 692, 703, 701, 705, 696, 704, 695,
699, 0, 706, 0, 698, 699, 0, 709, 703, 707,
708, 702, 702, 0, 701, 713, 704, 710, 711, 700,
714, 703, 0, 715, 713, 704, 712, 705, 706, 706,
716, 707, 708, 709, 709, 710, 707, 708, 717, 712,
711, 718, 713, 719, 710, 711, 718, 720, 718, 722,
718, 714, 716, 712, 715, 723, 725, 716, 732, 718,
725, 717, 724, 720, 728, 717, 726, 723, 718, 719,
719, 724, 722, 718, 720, 718, 722, 718, 727, 726,
734, 729, 723, 728, 733, 732, 727, 725, 730, 724,
731, 728, 731, 726, 729, 736, 733, 730, 737, 739,
741, 738, 742, 740, 743, 727, 744, 734, 729, 738,
740, 733, 745, 744, 747, 730, 746, 731, 748, 736,
737, 750, 736, 749, 742, 737, 739, 741, 738, 742,
740, 743, 749, 744, 745, 746, 747, 751, 753, 745,
754, 747, 750, 746, 748, 748, 755, 756, 750, 757,
749, 0, 758, 760, 759, 761, 763, 751, 765, 762,
758, 0, 761, 762, 751, 765, 767, 757, 755, 753,
759, 754, 768, 755, 766, 767, 757, 764, 756, 758,
760, 759, 761, 764, 769, 765, 762, 763, 771, 766,
764, 769, 770, 767, 770, 772, 773, 771, 768, 768,
773, 766, 774, 776, 764, 779, 778, 776, 777, 781,
764, 769, 0, 0, 780, 771, 782, 772, 0, 770,
783, 0, 772, 773, 774, 778, 777, 780, 787, 774,
779, 789, 779, 778, 776, 777, 783, 784, 789, 782,
781, 780, 786, 782, 788, 784, 793, 783, 785, 785,
787, 786, 791, 788, 790, 787, 794, 792, 789, 793,
795, 791, 796, 797, 784, 792, 798, 800, 794, 786,
796, 788, 795, 793, 799, 785, 800, 790, 803, 791,
801, 790, 805, 794, 792, 797, 798, 795, 802, 796,
797, 804, 806, 798, 800, 807, 799, 804, 801, 803,
802, 799, 808, 810, 805, 803, 813, 801, 811, 805,
812, 816, 814, 0, 817, 802, 818, 811, 804, 813,
814, 815, 817, 806, 818, 815, 807, 821, 808, 808,
810, 822, 812, 813, 820, 811, 0, 812, 816, 814,
827, 817, 820, 818, 819, 819, 830, 823, 821, 824,
825, 826, 815, 827, 821, 823, 829, 824, 825, 826,
828, 820, 822, 832, 831, 833, 828, 827, 829, 843,
834, 819, 830, 830, 823, 835, 824, 825, 826, 831,
0, 839, 836, 829, 834, 832, 836, 828, 833, 838,
832, 831, 833, 835, 0, 840, 838, 834, 841, 836,
843, 847, 835, 842, 849, 845, 851, 836, 839, 836,
842, 848, 853, 836, 845, 0, 838, 840, 855, 0,
856, 841, 840, 847, 857, 841, 836, 858, 847, 858,
842, 859, 845, 851, 860, 849, 857, 848, 848, 853,
861, 862, 855, 863, 859, 855, 856, 856, 864, 866,
863, 857, 861, 0, 858, 865, 860, 867, 859, 869,
865, 860, 873, 868, 871, 866, 872, 861, 862, 877,
863, 868, 874, 871, 864, 864, 866, 0, 875, 872,
867, 869, 865, 879, 867, 875, 869, 877, 873, 873,
868, 871, 880, 872, 874, 876, 877, 878, 881, 874,
882, 883, 876, 884, 878, 875, 885, 882, 879, 888,
879, 889, 888, 886, 880, 893, 884, 894, 891, 880,
890, 0, 876, 895, 878, 891, 896, 882, 892, 881,
884, 892, 883, 885, 886, 890, 888, 889, 889, 894,
886, 895, 898, 892, 894, 891, 893, 890, 896, 897,
895, 897, 892, 896, 899, 892, 900, 902, 892, 901,
903, 905, 908, 0, 0, 902, 898, 903, 901, 898,
892, 904, 907, 906, 909, 0, 897, 906, 913, 910,
916, 0, 900, 900, 902, 899, 901, 903, 910, 908,
911, 913, 905, 904, 907, 912, 909, 911, 904, 907,
906, 909, 912, 914, 919, 913, 910, 915, 917, 918,
919, 916, 922, 923, 0, 917, 918, 911, 914, 921,
924, 915, 912, 924, 922, 928, 925, 929, 0, 936,
914, 919, 931, 923, 915, 917, 918, 925, 924, 922,
923, 921, 930, 931, 932, 935, 921, 924, 933, 937,
924, 929, 928, 925, 929, 934, 933, 940, 934, 931,
936, 938, 932, 935, 930, 939, 940, 941, 938, 930,
945, 932, 935, 934, 942, 933, 937, 944, 947, 939,
941, 943, 934, 943, 940, 934, 944, 946, 938, 942,
952, 954, 939, 948, 941, 0, 945, 945, 946, 949,
947, 942, 949, 950, 944, 947, 953, 948, 943, 956,
955, 957, 950, 958, 946, 953, 956, 949, 0, 948,
948, 952, 954, 966, 962, 963, 949, 958, 0, 949,
950, 955, 959, 953, 948, 964, 956, 955, 959, 963,
958, 965, 957, 962, 964, 972, 967, 971, 975, 965,
0, 962, 963, 970, 966, 968, 959, 967, 0, 959,
970, 973, 964, 974, 968, 959, 975, 972, 965, 978,
971, 979, 972, 967, 971, 975, 0, 976, 981, 977,
970, 976, 968, 973, 979, 974, 982, 980, 973, 983,
974, 977, 984, 981, 985, 988, 978, 983, 979, 986,
990, 982, 992, 987, 976, 981, 977, 980, 986, 985,
989, 993, 0, 982, 980, 996, 983, 994, 995, 998,
992, 985, 988, 984, 987, 999, 986, 990, 997, 992,
987, 998, 994, 996, 989, 1000, 1003, 989, 993, 1002,
995, 1004, 996, 997, 994, 995, 998, 999, 1000, 1001,
1006, 1002, 999, 1000, 1005, 997, 1001, 1007, 1006, 1008,
1005, 1009, 1000, 1003, 1007, 1010, 1002, 1011, 1009, 1013,
1012, 1014, 1004, 1016, 1017, 1000, 1001, 1006, 1018, 1020,
1019, 1005, 1019, 1017, 1007, 1021, 1008, 1022, 1009, 1024,
0, 0, 1010, 1012, 1011, 1014, 1024, 1012, 1014, 1028,
1013, 1017, 1029, 1025, 1016, 1028, 1020, 1019, 1027, 1018,
1025, 1021, 1021, 1023, 1023, 1023, 1024, 1026, 1022, 1031,
1023, 1027, 1030, 1030, 1026, 1032, 1028, 1035, 1023, 1029,
1025, 1036, 1032, 1034, 0, 1027, 1037, 1038, 1039, 1039,
1023, 1023, 1023, 1036, 1026, 1031, 1031, 1023, 1040, 1030,
1044, 1034, 1032, 1049, 1035, 1038, 1037, 1042, 1036, 1045,
1034, 1041, 1041, 1037, 1038, 1039, 1046, 1047, 1042, 1048,
1050, 1051, 1044, 1046, 1040, 1040, 1052, 1044, 1054, 0,
1049, 1053, 1055, 1052, 1042, 1056, 1056, 1047, 1041, 1051,
1045, 1055, 1050, 1046, 1047, 1057, 1053, 1050, 1051, 1058,
1048, 1060, 1054, 1052, 1061, 1054, 1059, 1068, 1053, 1055,
1063, 1058, 1056, 1060, 1059, 1065, 1062, 1066, 1069, 1064,
0, 1057, 1057, 1066, 1064, 1061, 1058, 1067, 1060, 1071,
1074, 1061, 1070, 1059, 1062, 1064, 1070, 1063, 1068, 1076,
1067, 1073, 1065, 1062, 1066, 1069, 1064, 1072, 1072, 1075,
1077, 1064, 1079, 1078, 1067, 1078, 1073, 1081, 1082, 1086,
1071, 1074, 1076, 1070, 1075, 1077, 1076, 1080, 1073, 1084,
0, 1085, 1080, 1082, 1072, 1087, 1075, 1077, 1089, 1090,
1078, 0, 1088, 1079, 1099, 1082, 1086, 1091, 1081, 1088,
1094, 0, 1092, 1084, 1080, 1106, 1084, 1085, 1085, 1089,
1096, 1090, 1087, 1098, 1101, 1089, 1090, 1102, 1091, 1088,
1092, 1099, 1094, 1100, 1091, 1096, 1102, 1094, 1098, 1092,
1100, 1103, 1101, 1104, 1107, 1105, 1106, 1096, 1109, 1103,
1098, 1101, 1110, 1114, 1102, 1111, 1118, 1107, 1112, 1109,
1100, 1110, 1119, 1121, 1123, 1117, 1104, 1105, 1103, 1118,
1104, 1107, 1105, 1111, 1109, 1109, 1112, 1117, 1120, 1110,
1114, 1122, 1111, 1118, 1125, 1112, 1109, 1126, 1120, 1121,
1121, 1123, 1117, 1119, 1126, 1127, 1129, 1128, 1130, 0,
1133, 1131, 1129, 1132, 1125, 1120, 1122, 1137, 1122, 1143,
1134, 1125, 1133, 1130, 1126, 1128, 1131, 1134, 1132, 1135,
1138, 1127, 1127, 1129, 1128, 1130, 1135, 1133, 1131, 1137,
1132, 1139, 1140, 1145, 1137, 1142, 1143, 1134, 1144, 1144,
1139, 1146, 1147, 1149, 1151, 1138, 1135, 1138, 1142, 1148,
1140, 1152, 1149, 1153, 1150, 1145, 1157, 1160, 1139, 1140,
1145, 1150, 1142, 0, 1147, 1144, 1146, 1158, 1146, 1147,
1149, 1148, 1153, 1152, 1155, 1151, 1148, 1156, 1152, 1158,
1153, 1150, 1155, 1157, 1159, 1161, 0, 0, 1160, 1162,
1156, 1159, 1164, 1163, 1158, 1164, 1165, 1166, 1167, 0,
0, 1155, 1173, 1172, 1156, 1169, 1170, 1161, 1163, 1173,
1164, 1159, 1161, 1167, 1162, 1166, 1162, 1172, 1176, 1164,
1163, 1165, 1164, 1165, 1166, 1167, 1174, 1169, 1170, 1173,
1172, 1178, 1169, 1170, 1179, 1182, 1180, 1174, 1180, 1176,
1184, 1181, 1183, 1185, 0, 1176, 1179, 1189, 1186, 1191,
1187, 1185, 1178, 1174, 1190, 1194, 1191, 1196, 1178, 1181,
1183, 1179, 1182, 1180, 1188, 1195, 1200, 1184, 1181, 1183,
1185, 1186, 1187, 1190, 1189, 1186, 1191, 1187, 1188, 1197,
1198, 1190, 1194, 1195, 1196, 1199, 1201, 1203, 1200, 1203,
1206, 1188, 1195, 1200, 1199, 1198, 1204, 1205, 1207, 1208,
1209, 1205, 1206, 1210, 1212, 1197, 1197, 1198, 1208, 1211,
0, 1209, 1199, 1201, 1203, 1213, 1212, 1206, 1204, 1224,
1207, 1214, 1214, 1204, 1205, 1207, 1208, 1209, 1225, 1220,
1210, 1212, 1211, 1215, 1217, 1220, 1211, 1213, 1217, 1219,
1218, 1215, 1213, 1218, 1221, 1222, 1224, 1219, 1214, 1226,
1228, 1222, 1225, 1229, 1230, 1225, 1220, 1227, 1231, 1221,
1215, 1217, 1233, 1226, 1228, 1234, 1219, 1218, 1232, 1235,
1227, 1221, 1222, 1237, 1238, 1236, 1226, 1228, 1239, 1229,
1229, 1230, 1232, 1236, 1227, 1231, 1239, 1241, 1242, 1233,
1243, 1244, 1234, 0, 1245, 1232, 1235, 1248, 1243, 1246,
1237, 1238, 1236, 1245, 1247, 1239, 1249, 1250, 1251, 1241,
1252, 1257, 1248, 1256, 1241, 1242, 1251, 1243, 1244, 1250,
1246, 1245, 0, 1248, 1248, 1254, 1246, 1259, 1247, 1254,
1255, 1247, 1261, 1249, 1250, 1251, 1256, 1252, 1257, 1248,
1256, 1258, 1255, 1260, 1260, 1262, 1263, 1264, 1265, 1258,
1265, 1266, 1254, 1270, 1259, 1268, 1267, 1255, 1261, 1261,
0, 1263, 1267, 1262, 1269, 1266, 1271, 1273, 1258, 1264,
1260, 1270, 1262, 1263, 1264, 1265, 1269, 1268, 1266, 1272,
1270, 1274, 1268, 1267, 1271, 1278, 1280, 1276, 0, 1279,
0, 1269, 1272, 1271, 1276, 1283, 0, 1281, 1273, 0,
1284, 1291, 1288, 1278, 1274, 1281, 1272, 1283, 1274, 1289,
1286, 1293, 1278, 1290, 1276, 1279, 1279, 1280, 1284, 1295,
1290, 1294, 1283, 1281, 1281, 1286, 1288, 1284, 1291, 1288,
1297, 1289, 1281, 1298, 1294, 1296, 1289, 1286, 1293, 1299,
1290, 1298, 1303, 1297, 1301, 1295, 1295, 0, 1294, 1302,
1296, 1305, 1304, 1309, 1307, 1306, 1308, 1297, 1305, 1310,
1298, 1313, 1296, 1308, 1311, 1299, 1299, 1301, 1306, 1303,
1314, 1301, 1313, 1302, 1304, 1309, 1302, 1307, 1305, 1304,
1309, 1307, 1306, 1308, 1315, 1311, 1316, 1317, 1313, 1324,
1310, 1311, 1314, 1320, 1328, 1327, 1330, 1314, 1332, 1333,
1334, 1335, 1341, 0, 1339, 1316, 1335, 0, 1336, 1338,
1345, 1334, 1317, 1316, 1317, 1315, 1324, 1327, 1347, 1320,
1320, 1328, 1327, 1330, 1338, 1333, 1333, 1334, 1335, 1332,
1336, 1339, 1342, 1341, 1343, 1336, 1338, 1345, 1348, 1349,
1347, 1342, 1350, 1351, 1352, 1347, 1343, 1353, 1355, 0,
0, 1361, 1349, 1354, 1359, 0, 0, 1355, 1356, 1342,
0, 1343, 1357, 1348, 1350, 1348, 1349, 1358, 1354, 1350,
1351, 1352, 1360, 1356, 1353, 1355, 1359, 1357, 1361, 1360,
1354, 1359, 1358, 1362, 1364, 1356, 1363, 1363, 1365, 1357,
1366, 1364, 1367, 1366, 1358, 1368, 1370, 1372, 1369, 1360,
1373, 1362, 1365, 1369, 1368, 1367, 1371, 1376, 1385, 1379,
1362, 1364, 1377, 1363, 1376, 1365, 1379, 1366, 1370, 1367,
1380, 1377, 1368, 1370, 1372, 1369, 1378, 1373, 1371, 1383,
1381, 1378, 1382, 1371, 1376, 1385, 1379, 1381, 1380, 1377,
1386, 1382, 1387, 1389, 0, 1390, 1393, 1380, 1388, 1394,
1391, 0, 1389, 1378, 1390, 1383, 1383, 1381, 1386, 1382,
1388, 1391, 1387, 1392, 1396, 1395, 1405, 1386, 0, 1387,
1389, 1392, 1390, 1393, 1395, 1388, 1396, 1391, 1397, 1400,
1394, 1398, 1403, 1404, 1406, 1407, 1397, 1400, 1398, 1403,
1392, 1396, 1395, 1405, 1407, 1408, 1406, 1410, 1411, 1412,
1414, 1416, 1417, 0, 1421, 1397, 1400, 1404, 1398, 1403,
1404, 1406, 1407, 1412, 1422, 1415, 1423, 1424, 1408, 1422,
1410, 1427, 1408, 1415, 1410, 1411, 1412, 1414, 1416, 1417,
1421, 1421, 1425, 1430, 1423, 1429, 1431, 1426, 1432, 1424,
1427, 1422, 1415, 1423, 1424, 1426, 1433, 1429, 1427, 1434,
1432, 1435, 1436, 1437, 1425, 1430, 1438, 1441, 1431, 1425,
1430, 0, 1429, 1431, 1426, 1432, 1442, 1444, 1443, 1445,
1447, 1448, 1446, 1433, 1436, 1451, 1434, 1450, 0, 1436,
1437, 1445, 1435, 1438, 1451, 1444, 1448, 0, 1441, 1442,
1443, 1446, 1447, 1442, 1444, 1443, 1445, 1447, 1448, 1446,
1452, 1450, 1451, 1453, 1450, 1454, 0, 1455, 1456, 1458,
1461, 1459, 1460, 1462, 1452, 1463, 0, 1458, 1459, 0,
1460, 1453, 1464, 1454, 1465, 1467, 1456, 1452, 1472, 1474,
1453, 1462, 1454, 1455, 1455, 1456, 1458, 1461, 1459, 1460,
1462, 1464, 1463, 1467, 1468, 1469, 1465, 1470, 1480, 1464,
1477, 1465, 1467, 1478, 1472, 1472, 1474, 1477, 1468, 1470,
1479, 1481, 1482, 1484, 1483, 1485, 1486, 1491, 1469, 0,
0, 1468, 1469, 1483, 1470, 1480, 1484, 1477, 1487, 1478,
1478, 1490, 1494, 1494, 1479, 1495, 1496, 1479, 1481, 1482,
1484, 1483, 1494, 1486, 1499, 1496, 1485, 1497, 1491, 1501,
1506, 1487, 1490, 1498, 1497, 1487, 1500, 1495, 1490, 1494,
1494, 1502, 1495, 1496, 1500, 1503, 1498, 1504, 1501, 1502,
1505, 1499, 1506, 1516, 1497, 1507, 1501, 1506, 1508, 1508,
1498, 1505, 1507, 1500, 1513, 1509, 1515, 1517, 1502, 1510,
1520, 1503, 1503, 1504, 1504, 1515, 1510, 1505, 0, 1511,
1516, 1518, 1507, 1509, 1520, 1508, 1511, 1521, 1513, 1519,
1517, 1513, 1509, 1515, 1517, 1523, 1510, 1520, 1529, 1518,
1524, 1519, 1525, 1531, 1525, 1521, 1511, 1530, 1518, 1533,
1534, 1535, 1539, 1523, 1521, 1524, 1519, 1536, 1535, 1537,
1529, 1531, 1523, 1536, 1541, 1529, 1538, 1524, 1534, 1525,
1531, 1533, 1545, 1530, 1530, 1538, 1533, 1534, 1535, 1543,
1540, 1537, 1540, 1539, 1536, 1544, 1537, 1543, 1546, 1548,
1547, 1541, 1553, 1538, 1549, 1550, 1551, 1544, 1555, 1545,
1548, 1554, 1549, 1552, 1552, 1556, 1543, 1540, 1547, 1554,
1558, 1546, 1544, 1559, 1550, 1546, 1548, 1547, 1551, 1553,
1559, 1549, 1550, 1551, 1561, 1555, 1562, 1556, 1554, 1560,
1552, 1563, 1556, 1560, 1564, 1565, 1563, 1558, 1566, 1562,
1559, 1568, 1567, 1569, 1570, 1571, 1566, 1573, 1568, 1574,
1561, 1561, 1571, 1562, 1572, 1573, 1560, 1567, 1563, 1570,
1576, 1564, 1565, 1575, 1575, 1566, 1578, 1579, 1568, 1567,
1569, 1570, 1571, 1575, 1573, 1579, 1572, 1581, 1583, 1582,
1574, 1572, 1584, 1585, 1586, 1587, 1589, 1576, 1591, 1593,
1575, 1575, 1582, 1578, 1579, 1594, 1596, 1601, 1597, 1581,
1583, 1595, 1600, 0, 1581, 1583, 1582, 1587, 1594, 1584,
1585, 1586, 1587, 1589, 1591, 1591, 1593, 1602, 1604, 1595,
1597, 1600, 1594, 1596, 1601, 1597, 1605, 1606, 1595, 1600,
1610, 1607, 1609, 1608, 1608, 1614, 1606, 1615, 1609, 1602,
1604, 1605, 1607, 1608, 1602, 1604, 1616, 1620, 1613, 1622,
1624, 0, 1610, 1605, 1606, 1613, 1627, 1610, 1607, 1609,
1608, 1608, 1614, 1631, 1615, 1625, 1632, 1628, 1633, 1616,
1633, 1630, 1622, 1616, 1620, 1613, 1622, 1624, 1625, 1628,
1630, 1635, 1636, 1627, 1634, 1637, 1639, 1635, 1642, 1638,
1631, 1644, 1625, 1632, 1628, 1633, 1634, 1638, 1630, 1646,
1652, 1649, 1648, 1654, 1636, 0, 1653, 1637, 1635, 1636,
1657, 1634, 1637, 1639, 1655, 1642, 1638, 1648, 1644, 1653,
1662, 1657, 1655, 1656, 1664, 1654, 1646, 1649, 1649, 1648,
1654, 1652, 1656, 1653, 1667, 1663, 1665, 1657, 1664, 1666,
1670, 1655, 1663, 1662, 1665, 1667, 1669, 1662, 1666, 0,
1656, 1664, 1668, 1671, 1668, 1672, 1673, 1674, 1669, 1674,
1675, 1667, 1663, 1665, 1676, 0, 1666, 1670, 1681, 1679,
1682, 1671, 1675, 1669, 0, 1677, 1683, 1672, 1673, 1668,
1671, 1679, 1672, 1673, 1674, 1680, 1684, 1675, 1677, 1683,
1685, 1686, 1688, 1680, 1689, 1676, 1679, 1687, 1685, 1681,
1684, 1682, 1677, 1683, 1686, 1687, 1688, 1690, 1689, 1691,
1692, 1695, 1680, 1684, 1693, 1690, 1694, 1685, 1686, 1688,
1699, 1689, 1693, 1696, 1687, 1697, 1700, 1698, 1701, 1704,
0, 1691, 1692, 1695, 1690, 1698, 1691, 1692, 1695, 0,
1708, 1693, 1694, 1694, 0, 1696, 0, 1697, 1701, 1702,
1696, 1699, 1697, 1700, 1698, 1701, 1703, 1702, 1705, 1706,
1704, 1709, 1708, 1710, 1703, 1711, 1705, 1708, 1712, 1709,
1714, 1710, 1715, 1706, 1713, 0, 1702, 1716, 1714, 1711,
1717, 0, 0, 1703, 1720, 1705, 1706, 0, 1709, 1718,
1710, 0, 1711, 1721, 1712, 1712, 1713, 1714, 1715, 1715,
1719, 1713, 1717, 1716, 1716, 1722, 1723, 1717, 1719, 1718,
1725, 1720, 1724, 1721, 1723, 1729, 1718, 0, 1725, 1727,
1721, 1728, 1730, 1729, 1731, 1722, 1735, 1719, 1732, 1737,
1730, 1734, 1722, 1723, 1724, 1738, 1732, 1725, 0, 1724,
1736, 1727, 1729, 1728, 1733, 1739, 1727, 1741, 1728, 1730,
1731, 1731, 1733, 1735, 1744, 1732, 1737, 1734, 1734, 1747,
1736, 1748, 1738, 0, 0, 1739, 0, 1736, 0, 1741,
1745, 1733, 1739, 0, 1741, 1746, 1744, 0, 1745, 0,
0, 1744, 0, 1746, 0, 0, 1747, 0, 1748, 0,
0, 0, 0, 0, 0, 0, 0, 1745, 0, 0,
0, 0, 1746, 1752, 1752, 1752, 1752, 1752, 1752, 1752,
1753, 1753, 1753, 1753, 1753, 1753, 1753, 1754, 1754, 1754,
1754, 1754, 1754, 1754, 1755, 1755, 1755, 1755, 1755, 1755,
1755, 1756, 1756, 1756, 1756, 1756, 1756, 1756, 1758, 1758,
0, 1758, 1758, 1758, 1758, 1759, 1759, 0, 0, 0,
1759, 1759, 1760, 1760, 0, 0, 1760, 0, 1760, 1761,
0, 0, 0, 0, 0, 1761, 1762, 1762, 0, 0,
0, 1762, 1762, 1763, 0, 0, 0, 0, 0, 1763,
1764, 1764, 0, 1764, 1764, 1764, 1764, 1765, 1765, 0,
1765, 1765, 1765, 1765, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751,
1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751, 1751
} ;
static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;
extern int yy_flex_debug;
int yy_flex_debug = 0;
/* The intent behind this definition is that it'll catch
* any uses of REJECT which flex missed.
*/
#define REJECT reject_used_but_not_detected
static int yy_more_flag = 0;
static int yy_more_len = 0;
#define yymore() ((yy_more_flag) = 1)
#define YY_MORE_ADJ (yy_more_len)
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "util/configlexer.lex"
#line 2 "util/configlexer.lex"
/*
* configlexer.lex - lexical analyzer for unbound config file
*
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
*
* See LICENSE for the license.
*
*/
#include <ctype.h>
#include <string.h>
#include <strings.h>
#ifdef HAVE_GLOB_H
# include <glob.h>
#endif
#include "util/config_file.h"
#include "util/configparser.h"
void ub_c_error(const char *message);
#if 0
#define LEXOUT(s) printf s /* used ONLY when debugging */
#else
#define LEXOUT(s)
#endif
/** avoid warning in about fwrite return value */
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
/** A parser variable, this is a statement in the config file which is
* of the form variable: value1 value2 ... nargs is the number of values. */
#define YDVAR(nargs, var) \
num_args=(nargs); \
LEXOUT(("v(%s%d) ", yytext, num_args)); \
if(num_args > 0) { BEGIN(val); } \
return (var);
struct inc_state {
char* filename;
int line;
YY_BUFFER_STATE buffer;
struct inc_state* next;
};
static struct inc_state* config_include_stack = NULL;
static int inc_depth = 0;
static int inc_prev = 0;
static int num_args = 0;
void init_cfg_parse(void)
{
config_include_stack = NULL;
inc_depth = 0;
inc_prev = 0;
num_args = 0;
}
static void config_start_include(const char* filename)
{
FILE *input;
struct inc_state* s;
char* nm;
if(inc_depth++ > 100000) {
ub_c_error_msg("too many include files");
return;
}
if(strlen(filename) == 0) {
ub_c_error_msg("empty include file name");
return;
}
s = (struct inc_state*)malloc(sizeof(*s));
if(!s) {
ub_c_error_msg("include %s: malloc failure", filename);
return;
}
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
strlen(cfg_parser->chroot)) == 0) {
filename += strlen(cfg_parser->chroot);
}
nm = strdup(filename);
if(!nm) {
ub_c_error_msg("include %s: strdup failure", filename);
free(s);
return;
}
input = fopen(filename, "r");
if(!input) {
ub_c_error_msg("cannot open include file '%s': %s",
filename, strerror(errno));
free(s);
free(nm);
return;
}
LEXOUT(("switch_to_include_file(%s)\n", filename));
s->filename = cfg_parser->filename;
s->line = cfg_parser->line;
s->buffer = YY_CURRENT_BUFFER;
s->next = config_include_stack;
config_include_stack = s;
cfg_parser->filename = nm;
cfg_parser->line = 1;
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
}
static void config_start_include_glob(const char* filename)
{
/* check for wildcards */
#ifdef HAVE_GLOB
glob_t g;
size_t i;
int r, flags;
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
!strchr(filename, '{') && !strchr(filename, '~'))) {
flags = 0
#ifdef GLOB_ERR
| GLOB_ERR
#endif
#ifdef GLOB_NOSORT
| GLOB_NOSORT
#endif
#ifdef GLOB_BRACE
| GLOB_BRACE
#endif
#ifdef GLOB_TILDE
| GLOB_TILDE
#endif
;
memset(&g, 0, sizeof(g));
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
strlen(cfg_parser->chroot)) == 0) {
filename += strlen(cfg_parser->chroot);
}
r = glob(filename, flags, NULL, &g);
if(r) {
/* some error */
globfree(&g);
if(r == GLOB_NOMATCH)
return; /* no matches for pattern */
config_start_include(filename); /* let original deal with it */
return;
}
/* process files found, if any */
for(i=0; i<(size_t)g.gl_pathc; i++) {
config_start_include(g.gl_pathv[i]);
}
globfree(&g);
return;
}
#endif /* HAVE_GLOB */
config_start_include(filename);
}
static void config_end_include(void)
{
struct inc_state* s = config_include_stack;
--inc_depth;
if(!s) return;
free(cfg_parser->filename);
cfg_parser->filename = s->filename;
cfg_parser->line = s->line;
yy_delete_buffer(YY_CURRENT_BUFFER);
yy_switch_to_buffer(s->buffer);
config_include_stack = s->next;
free(s);
}
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
#define yy_set_bol(at_bol) \
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
}
#endif
#define YY_NO_INPUT 1
#line 181 "util/configlexer.lex"
#ifndef YY_NO_UNPUT
#define YY_NO_UNPUT 1
#endif
#ifndef YY_NO_INPUT
#define YY_NO_INPUT 1
#endif
#line 2348 "<stdout>"
#define INITIAL 0
#define quotedstring 1
#define singlequotedstr 2
#define include 3
#define include_quoted 4
#define val 5
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
static int yy_init_globals (void );
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
int yylex_destroy (void );
int yyget_debug (void );
void yyset_debug (int debug_flag );
YY_EXTRA_TYPE yyget_extra (void );
void yyset_extra (YY_EXTRA_TYPE user_defined );
FILE *yyget_in (void );
void yyset_in (FILE * in_str );
FILE *yyget_out (void );
void yyset_out (FILE * out_str );
yy_size_t yyget_leng (void );
char *yyget_text (void );
int yyget_lineno (void );
void yyset_lineno (int line_number );
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap (void );
#else
extern int yywrap (void );
#endif
#endif
#ifndef yytext_ptr
static void yy_flex_strncpy (char *,yyconst char *,int );
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * );
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (void );
#else
static int input (void );
#endif
#endif
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
size_t n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif
/* end tables serialization structures and prototypes */
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int yylex (void);
#define YY_DECL int yylex (void)
#endif /* !YY_DECL */
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK break;
#endif
#define YY_RULE_SETUP \
YY_USER_ACTION
/** The main scanner function which does all the work.
*/
YY_DECL
{
register yy_state_type yy_current_state;
register char *yy_cp, *yy_bp;
register int yy_act;
#line 201 "util/configlexer.lex"
#line 2535 "<stdout>"
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( );
}
while ( 1 ) /* loops until end-of-file is reached */
{
(yy_more_len) = 0;
if ( (yy_more_flag) )
{
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
(yy_more_flag) = 0;
}
yy_cp = (yy_c_buf_p);
/* Support of yytext. */
*yy_cp = (yy_hold_char);
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
yy_bp = yy_cp;
yy_current_state = (yy_start);
yy_match:
do
{
register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1752 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
++yy_cp;
}
while ( yy_base[yy_current_state] != 5065 );
yy_find_action:
yy_act = yy_accept[yy_current_state];
if ( yy_act == 0 )
{ /* have to back up */
yy_cp = (yy_last_accepting_cpos);
yy_current_state = (yy_last_accepting_state);
yy_act = yy_accept[yy_current_state];
}
YY_DO_BEFORE_ACTION;
do_action: /* This label is used only to access EOF actions. */
switch ( yy_act )
{ /* beginning of action switch */
case 0: /* must back up */
/* undo the effects of YY_DO_BEFORE_ACTION */
*yy_cp = (yy_hold_char);
yy_cp = (yy_last_accepting_cpos);
yy_current_state = (yy_last_accepting_state);
goto yy_find_action;
case 1:
YY_RULE_SETUP
#line 202 "util/configlexer.lex"
{
LEXOUT(("SP ")); /* ignore */ }
YY_BREAK
case 2:
YY_RULE_SETUP
#line 204 "util/configlexer.lex"
{
/* note that flex makes the longest match and '.' is any but not nl */
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
YY_BREAK
case 3:
YY_RULE_SETUP
#line 207 "util/configlexer.lex"
{ YDVAR(0, VAR_SERVER) }
YY_BREAK
case 4:
YY_RULE_SETUP
#line 208 "util/configlexer.lex"
{ YDVAR(1, VAR_NUM_THREADS) }
YY_BREAK
case 5:
YY_RULE_SETUP
#line 209 "util/configlexer.lex"
{ YDVAR(1, VAR_VERBOSITY) }
YY_BREAK
case 6:
YY_RULE_SETUP
#line 210 "util/configlexer.lex"
{ YDVAR(1, VAR_PORT) }
YY_BREAK
case 7:
YY_RULE_SETUP
#line 211 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_RANGE) }
YY_BREAK
case 8:
YY_RULE_SETUP
#line 212 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
YY_BREAK
case 9:
YY_RULE_SETUP
#line 213 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
YY_BREAK
case 10:
YY_RULE_SETUP
#line 214 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
YY_BREAK
case 11:
YY_RULE_SETUP
#line 215 "util/configlexer.lex"
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
YY_BREAK
case 12:
YY_RULE_SETUP
#line 216 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP4) }
YY_BREAK
case 13:
YY_RULE_SETUP
#line 217 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP6) }
YY_BREAK
case 14:
YY_RULE_SETUP
#line 218 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_UDP) }
YY_BREAK
case 15:
YY_RULE_SETUP
#line 219 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_TCP) }
YY_BREAK
case 16:
YY_RULE_SETUP
#line 220 "util/configlexer.lex"
{ YDVAR(1, VAR_TCP_UPSTREAM) }
YY_BREAK
case 17:
YY_RULE_SETUP
#line 221 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_UPSTREAM) }
YY_BREAK
case 18:
YY_RULE_SETUP
#line 222 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
YY_BREAK
case 19:
YY_RULE_SETUP
#line 223 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
YY_BREAK
case 20:
YY_RULE_SETUP
#line 224 "util/configlexer.lex"
{ YDVAR(1, VAR_SSL_PORT) }
YY_BREAK
case 21:
YY_RULE_SETUP
#line 225 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_DAEMONIZE) }
YY_BREAK
case 22:
YY_RULE_SETUP
#line 226 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 23:
YY_RULE_SETUP
#line 227 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 24:
YY_RULE_SETUP
#line 228 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
YY_BREAK
case 25:
YY_RULE_SETUP
#line 229 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
YY_BREAK
case 26:
YY_RULE_SETUP
#line 230 "util/configlexer.lex"
{ YDVAR(1, VAR_SO_RCVBUF) }
YY_BREAK
case 27:
YY_RULE_SETUP
#line 231 "util/configlexer.lex"
{ YDVAR(1, VAR_SO_SNDBUF) }
YY_BREAK
case 28:
YY_RULE_SETUP
#line 232 "util/configlexer.lex"
{ YDVAR(1, VAR_SO_REUSEPORT) }
YY_BREAK
case 29:
YY_RULE_SETUP
#line 233 "util/configlexer.lex"
{ YDVAR(1, VAR_IP_TRANSPARENT) }
YY_BREAK
case 30:
YY_RULE_SETUP
#line 234 "util/configlexer.lex"
{ YDVAR(1, VAR_CHROOT) }
YY_BREAK
case 31:
YY_RULE_SETUP
#line 235 "util/configlexer.lex"
{ YDVAR(1, VAR_USERNAME) }
YY_BREAK
case 32:
YY_RULE_SETUP
#line 236 "util/configlexer.lex"
{ YDVAR(1, VAR_DIRECTORY) }
YY_BREAK
case 33:
YY_RULE_SETUP
#line 237 "util/configlexer.lex"
{ YDVAR(1, VAR_LOGFILE) }
YY_BREAK
case 34:
YY_RULE_SETUP
#line 238 "util/configlexer.lex"
{ YDVAR(1, VAR_PIDFILE) }
YY_BREAK
case 35:
YY_RULE_SETUP
#line 239 "util/configlexer.lex"
{ YDVAR(1, VAR_ROOT_HINTS) }
YY_BREAK
case 36:
YY_RULE_SETUP
#line 240 "util/configlexer.lex"
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
YY_BREAK
case 37:
YY_RULE_SETUP
#line 241 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
YY_BREAK
case 38:
YY_RULE_SETUP
#line 242 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
YY_BREAK
case 39:
YY_RULE_SETUP
#line 243 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
YY_BREAK
case 40:
YY_RULE_SETUP
#line 244 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
YY_BREAK
case 41:
YY_RULE_SETUP
#line 245 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
YY_BREAK
case 42:
YY_RULE_SETUP
#line 246 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
YY_BREAK
case 43:
YY_RULE_SETUP
#line 247 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
YY_BREAK
case 44:
YY_RULE_SETUP
#line 248 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
YY_BREAK
case 45:
YY_RULE_SETUP
#line 249 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
YY_BREAK
case 46:
YY_RULE_SETUP
#line 250 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
YY_BREAK
case 47:
YY_RULE_SETUP
#line 251 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
YY_BREAK
case 48:
YY_RULE_SETUP
#line 252 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
YY_BREAK
case 49:
YY_RULE_SETUP
#line 253 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
YY_BREAK
case 50:
YY_RULE_SETUP
#line 254 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
YY_BREAK
case 51:
YY_RULE_SETUP
#line 255 "util/configlexer.lex"
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
YY_BREAK
case 52:
YY_RULE_SETUP
#line 256 "util/configlexer.lex"
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
YY_BREAK
case 53:
YY_RULE_SETUP
#line 257 "util/configlexer.lex"
{ YDVAR(1, VAR_DELAY_CLOSE) }
YY_BREAK
case 54:
YY_RULE_SETUP
#line 258 "util/configlexer.lex"
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
YY_BREAK
case 55:
YY_RULE_SETUP
#line 259 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
YY_BREAK
case 56:
YY_RULE_SETUP
#line 260 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
YY_BREAK
case 57:
YY_RULE_SETUP
#line 261 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_GLUE) }
YY_BREAK
case 58:
YY_RULE_SETUP
#line 262 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
YY_BREAK
case 59:
YY_RULE_SETUP
#line 263 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
YY_BREAK
case 60:
YY_RULE_SETUP
#line 264 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
YY_BREAK
case 61:
YY_RULE_SETUP
#line 265 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
YY_BREAK
case 62:
YY_RULE_SETUP
#line 266 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
YY_BREAK
case 63:
YY_RULE_SETUP
#line 267 "util/configlexer.lex"
{ YDVAR(1, VAR_CAPS_WHITELIST) }
YY_BREAK
case 64:
YY_RULE_SETUP
#line 268 "util/configlexer.lex"
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
YY_BREAK
case 65:
YY_RULE_SETUP
#line 269 "util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
YY_BREAK
case 66:
YY_RULE_SETUP
#line 270 "util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
YY_BREAK
case 67:
YY_RULE_SETUP
#line 271 "util/configlexer.lex"
{ YDVAR(1, VAR_PREFETCH_KEY) }
YY_BREAK
case 68:
YY_RULE_SETUP
#line 272 "util/configlexer.lex"
{ YDVAR(1, VAR_PREFETCH) }
YY_BREAK
case 69:
YY_RULE_SETUP
#line 273 "util/configlexer.lex"
{ YDVAR(0, VAR_STUB_ZONE) }
YY_BREAK
case 70:
YY_RULE_SETUP
#line 274 "util/configlexer.lex"
{ YDVAR(1, VAR_NAME) }
YY_BREAK
case 71:
YY_RULE_SETUP
#line 275 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_ADDR) }
YY_BREAK
case 72:
YY_RULE_SETUP
#line 276 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_HOST) }
YY_BREAK
case 73:
YY_RULE_SETUP
#line 277 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_PRIME) }
YY_BREAK
case 74:
YY_RULE_SETUP
#line 278 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_FIRST) }
YY_BREAK
case 75:
YY_RULE_SETUP
#line 279 "util/configlexer.lex"
{ YDVAR(0, VAR_FORWARD_ZONE) }
YY_BREAK
case 76:
YY_RULE_SETUP
#line 280 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_ADDR) }
YY_BREAK
case 77:
YY_RULE_SETUP
#line 281 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_HOST) }
YY_BREAK
case 78:
YY_RULE_SETUP
#line 282 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_FIRST) }
YY_BREAK
case 79:
YY_RULE_SETUP
#line 283 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
YY_BREAK
case 80:
YY_RULE_SETUP
#line 284 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
YY_BREAK
case 81:
YY_RULE_SETUP
#line 285 "util/configlexer.lex"
{ YDVAR(2, VAR_ACCESS_CONTROL) }
YY_BREAK
case 82:
YY_RULE_SETUP
#line 286 "util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_IDENTITY) }
YY_BREAK
case 83:
YY_RULE_SETUP
#line 287 "util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_VERSION) }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 288 "util/configlexer.lex"
{ YDVAR(1, VAR_IDENTITY) }
YY_BREAK
case 85:
YY_RULE_SETUP
#line 289 "util/configlexer.lex"
{ YDVAR(1, VAR_VERSION) }
YY_BREAK
case 86:
YY_RULE_SETUP
#line 290 "util/configlexer.lex"
{ YDVAR(1, VAR_MODULE_CONF) }
YY_BREAK
case 87:
YY_RULE_SETUP
#line 291 "util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR) }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 292 "util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
YY_BREAK
case 89:
YY_RULE_SETUP
#line 293 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
YY_BREAK
case 90:
YY_RULE_SETUP
#line 294 "util/configlexer.lex"
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
YY_BREAK
case 91:
YY_RULE_SETUP
#line 295 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
YY_BREAK
case 92:
YY_RULE_SETUP
#line 296 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR) }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 297 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
YY_BREAK
case 94:
YY_RULE_SETUP
#line 298 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
YY_BREAK
case 95:
YY_RULE_SETUP
#line 299 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 300 "util/configlexer.lex"
{ YDVAR(1, VAR_BOGUS_TTL) }
YY_BREAK
case 97:
YY_RULE_SETUP
#line 301 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 302 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
YY_BREAK
case 99:
YY_RULE_SETUP
#line 303 "util/configlexer.lex"
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
YY_BREAK
case 100:
YY_RULE_SETUP
#line 304 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
YY_BREAK
case 101:
YY_RULE_SETUP
#line 305 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
YY_BREAK
case 102:
YY_RULE_SETUP
#line 306 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
YY_BREAK
case 103:
YY_RULE_SETUP
#line 307 "util/configlexer.lex"
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
YY_BREAK
case 104:
YY_RULE_SETUP
#line 308 "util/configlexer.lex"
{
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
YY_BREAK
case 105:
YY_RULE_SETUP
#line 310 "util/configlexer.lex"
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
YY_BREAK
case 106:
YY_RULE_SETUP
#line 311 "util/configlexer.lex"
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
YY_BREAK
case 107:
YY_RULE_SETUP
#line 312 "util/configlexer.lex"
{ YDVAR(1, VAR_KEEP_MISSING) }
YY_BREAK
case 108:
YY_RULE_SETUP
#line 313 "util/configlexer.lex"
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
YY_BREAK
case 109:
YY_RULE_SETUP
#line 314 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_SYSLOG) }
YY_BREAK
case 110:
YY_RULE_SETUP
#line 315 "util/configlexer.lex"
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
YY_BREAK
case 111:
YY_RULE_SETUP
#line 316 "util/configlexer.lex"
{ YDVAR(1, VAR_LOG_QUERIES) }
YY_BREAK
case 112:
YY_RULE_SETUP
#line 317 "util/configlexer.lex"
{ YDVAR(2, VAR_LOCAL_ZONE) }
YY_BREAK
case 113:
YY_RULE_SETUP
#line 318 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA) }
YY_BREAK
case 114:
YY_RULE_SETUP
#line 319 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
YY_BREAK
case 115:
YY_RULE_SETUP
#line 320 "util/configlexer.lex"
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
YY_BREAK
case 116:
YY_RULE_SETUP
#line 321 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
YY_BREAK
case 117:
YY_RULE_SETUP
#line 322 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
YY_BREAK
case 118:
YY_RULE_SETUP
#line 323 "util/configlexer.lex"
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
YY_BREAK
case 119:
YY_RULE_SETUP
#line 324 "util/configlexer.lex"
{ YDVAR(0, VAR_REMOTE_CONTROL) }
YY_BREAK
case 120:
YY_RULE_SETUP
#line 325 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_ENABLE) }
YY_BREAK
case 121:
YY_RULE_SETUP
#line 326 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
YY_BREAK
case 122:
YY_RULE_SETUP
#line 327 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_PORT) }
YY_BREAK
case 123:
YY_RULE_SETUP
#line 328 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
YY_BREAK
case 124:
YY_RULE_SETUP
#line 329 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
YY_BREAK
case 125:
YY_RULE_SETUP
#line 330 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
YY_BREAK
case 126:
YY_RULE_SETUP
#line 331 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
YY_BREAK
case 127:
YY_RULE_SETUP
#line 332 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
YY_BREAK
case 128:
YY_RULE_SETUP
#line 333 "util/configlexer.lex"
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
YY_BREAK
case 129:
YY_RULE_SETUP
#line 334 "util/configlexer.lex"
{ YDVAR(0, VAR_PYTHON) }
YY_BREAK
case 130:
YY_RULE_SETUP
#line 335 "util/configlexer.lex"
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
YY_BREAK
case 131:
YY_RULE_SETUP
#line 336 "util/configlexer.lex"
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
YY_BREAK
case 132:
YY_RULE_SETUP
#line 337 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
YY_BREAK
case 133:
YY_RULE_SETUP
#line 338 "util/configlexer.lex"
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
YY_BREAK
case 134:
YY_RULE_SETUP
#line 339 "util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_PREFIX) }
YY_BREAK
case 135:
YY_RULE_SETUP
#line 340 "util/configlexer.lex"
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
YY_BREAK
case 136:
YY_RULE_SETUP
#line 341 "util/configlexer.lex"
{ YDVAR(0, VAR_DNSTAP) }
YY_BREAK
case 137:
YY_RULE_SETUP
#line 342 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
YY_BREAK
case 138:
YY_RULE_SETUP
#line 343 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
YY_BREAK
case 139:
YY_RULE_SETUP
#line 344 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
YY_BREAK
case 140:
YY_RULE_SETUP
#line 345 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
YY_BREAK
case 141:
YY_RULE_SETUP
#line 346 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
YY_BREAK
case 142:
YY_RULE_SETUP
#line 347 "util/configlexer.lex"
{ YDVAR(1, VAR_DNSTAP_VERSION) }
YY_BREAK
case 143:
YY_RULE_SETUP
#line 348 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
YY_BREAK
case 144:
YY_RULE_SETUP
#line 350 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
YY_BREAK
case 145:
YY_RULE_SETUP
#line 352 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
YY_BREAK
case 146:
YY_RULE_SETUP
#line 354 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
YY_BREAK
case 147:
YY_RULE_SETUP
#line 356 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
YY_BREAK
case 148:
YY_RULE_SETUP
#line 358 "util/configlexer.lex"
{
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
YY_BREAK
case 149:
YY_RULE_SETUP
#line 360 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT) }
YY_BREAK
case 150:
YY_RULE_SETUP
#line 361 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
YY_BREAK
case 151:
YY_RULE_SETUP
#line 362 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
YY_BREAK
case 152:
YY_RULE_SETUP
#line 363 "util/configlexer.lex"
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
YY_BREAK
case 153:
YY_RULE_SETUP
#line 364 "util/configlexer.lex"
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
YY_BREAK
case 154:
YY_RULE_SETUP
#line 365 "util/configlexer.lex"
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
YY_BREAK
case 155:
/* rule 155 can match eol */
YY_RULE_SETUP
#line 366 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++; }
YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 156:
YY_RULE_SETUP
#line 369 "util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 370 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 157:
YY_RULE_SETUP
#line 375 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 158:
/* rule 158 can match eol */
YY_RULE_SETUP
#line 376 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end \"");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 159:
YY_RULE_SETUP
#line 378 "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 160:
YY_RULE_SETUP
#line 390 "util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
#line 391 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 161:
YY_RULE_SETUP
#line 396 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 162:
/* rule 162 can match eol */
YY_RULE_SETUP
#line 397 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end '");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 163:
YY_RULE_SETUP
#line 399 "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 164:
YY_RULE_SETUP
#line 411 "util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
#line 413 "util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(inc_prev);
}
YY_BREAK
case 165:
YY_RULE_SETUP
#line 417 "util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
case 166:
/* rule 166 can match eol */
YY_RULE_SETUP
#line 418 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
case 167:
YY_RULE_SETUP
#line 419 "util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
case 168:
YY_RULE_SETUP
#line 420 "util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include_glob(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 425 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
case 169:
YY_RULE_SETUP
#line 429 "util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
case 170:
/* rule 170 can match eol */
YY_RULE_SETUP
#line 430 "util/configlexer.lex"
{ yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev); }
YY_BREAK
case 171:
YY_RULE_SETUP
#line 432 "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 438 "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 172:
YY_RULE_SETUP
#line 449 "util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
if(--num_args == 0) { BEGIN(INITIAL); }
yylval.str = strdup(yytext); return STRING_ARG; }
YY_BREAK
case 173:
YY_RULE_SETUP
#line 453 "util/configlexer.lex"
{
ub_c_error_msg("unknown keyword '%s'", yytext);
}
YY_BREAK
case 174:
YY_RULE_SETUP
#line 457 "util/configlexer.lex"
{
ub_c_error_msg("stray '%s'", yytext);
}
YY_BREAK
case 175:
YY_RULE_SETUP
#line 461 "util/configlexer.lex"
ECHO;
YY_BREAK
#line 3598 "<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 yylex */
/* yy_get_next_buffer - try to read in a new buffer
*
* Returns a code representing an action:
* EOB_ACT_LAST_MATCH -
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
static int yy_get_next_buffer (void)
{
register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
register char *source = (yytext_ptr);
register int number_to_move, i;
int ret_val;
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
YY_FATAL_ERROR(
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
for ( i = 0; i < number_to_move; ++i )
*(dest++) = *(source++);
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
else
{
yy_size_t num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
int yy_c_buf_p_offset =
(int) ((yy_c_buf_p) - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
yy_size_t new_size = b->yy_buf_size * 2;
if ( new_size <= 0 )
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
}
else
/* Can't grow it, we don't own it. */
b->yy_ch_buf = 0;
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR(
"fatal error - scanner input buffer overflow" );
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
number_to_move - 1;
}
if ( num_to_read > YY_READ_BUF_SIZE )
num_to_read = YY_READ_BUF_SIZE;
/* Read in more data. */
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
(yy_n_chars), num_to_read );
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
if ( (yy_n_chars) == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
ret_val = EOB_ACT_END_OF_FILE;
yyrestart(yyin );
}
else
{
ret_val = EOB_ACT_LAST_MATCH;
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
YY_BUFFER_EOF_PENDING;
}
}
else
ret_val = EOB_ACT_CONTINUE_SCAN;
if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
/* Extend the array by 50%, plus the number we really need. */
yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
}
(yy_n_chars) += number_to_move;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
static yy_state_type yy_get_previous_state (void)
{
register yy_state_type yy_current_state;
register char *yy_cp;
yy_current_state = (yy_start);
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
{
register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1752 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
{
register int yy_is_jam;
register char *yy_cp = (yy_c_buf_p);
register YY_CHAR yy_c = 1;
if ( yy_accept[yy_current_state] )
{
(yy_last_accepting_state) = yy_current_state;
(yy_last_accepting_cpos) = yy_cp;
}
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
{
yy_current_state = (int) yy_def[yy_current_state];
if ( yy_current_state >= 1752 )
yy_c = yy_meta[(unsigned int) yy_c];
}
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
yy_is_jam = (yy_current_state == 1751);
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput (void)
#else
static int input (void)
#endif
{
int c;
*(yy_c_buf_p) = (yy_hold_char);
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
/* This was really a NUL. */
*(yy_c_buf_p) = '\0';
else
{ /* need more input */
yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
++(yy_c_buf_p);
switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
yyrestart(yyin );
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( yywrap( ) )
return EOF;
if ( ! (yy_did_buffer_switch_on_eof) )
YY_NEW_FILE;
#ifdef __cplusplus
return yyinput();
#else
return input();
#endif
}
case EOB_ACT_CONTINUE_SCAN:
(yy_c_buf_p) = (yytext_ptr) + offset;
break;
}
}
}
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
*(yy_c_buf_p) = '\0'; /* preserve yytext */
(yy_hold_char) = *++(yy_c_buf_p);
return c;
}
#endif /* ifndef YY_NO_INPUT */
/** Immediately switch to a different input stream.
* @param input_file A readable stream.
*
* @note This function does not reset the start condition to @c INITIAL .
*/
void yyrestart (FILE * input_file )
{
if ( ! YY_CURRENT_BUFFER ){
yyensure_buffer_stack ();
YY_CURRENT_BUFFER_LVALUE =
yy_create_buffer(yyin,YY_BUF_SIZE );
}
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
yy_load_buffer_state( );
}
/** Switch to a different input buffer.
* @param new_buffer The new input buffer.
*
*/
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
{
/* TODO. We should be able to replace this entire function body
* with
* yypop_buffer_state();
* yypush_buffer_state(new_buffer);
*/
yyensure_buffer_stack ();
if ( YY_CURRENT_BUFFER == new_buffer )
return;
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*(yy_c_buf_p) = (yy_hold_char);
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
YY_CURRENT_BUFFER_LVALUE = new_buffer;
yy_load_buffer_state( );
/* We don't actually know whether we did this switch during
* EOF (yywrap()) processing, but the only time this flag
* is looked at is after yywrap() is called, so it's safe
* to go ahead and always set it.
*/
(yy_did_buffer_switch_on_eof) = 1;
}
static void yy_load_buffer_state (void)
{
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
(yy_hold_char) = *(yy_c_buf_p);
}
/** Allocate and initialize an input buffer state.
* @param file A readable stream.
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
*
* @return the allocated buffer state.
*/
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
{
YY_BUFFER_STATE b;
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
b->yy_buf_size = size;
/* yy_ch_buf has to be 2 characters longer than the size given because
* we need to put in 2 end-of-buffer characters.
*/
b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
b->yy_is_our_buffer = 1;
yy_init_buffer(b,file );
return b;
}
/** Destroy the buffer.
* @param b a buffer created with yy_create_buffer()
*
*/
void yy_delete_buffer (YY_BUFFER_STATE b )
{
if ( ! b )
return;
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
if ( b->yy_is_our_buffer )
yyfree((void *) b->yy_ch_buf );
yyfree((void *) b );
}
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a yyrestart() or at EOF.
*/
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
{
int oerrno = errno;
yy_flush_buffer(b );
b->yy_input_file = file;
b->yy_fill_buffer = 1;
/* If b is the current buffer, then yy_init_buffer was _probably_
* called from yyrestart() or through yy_get_next_buffer.
* In that case, we don't want to reset the lineno or column.
*/
if (b != YY_CURRENT_BUFFER){
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
errno = oerrno;
}
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
*
*/
void yy_flush_buffer (YY_BUFFER_STATE b )
{
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if ( b == YY_CURRENT_BUFFER )
yy_load_buffer_state( );
}
/** Pushes the new state onto the stack. The new state becomes
* the current state. This function will allocate the stack
* if necessary.
* @param new_buffer The new state.
*
*/
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
{
if (new_buffer == NULL)
return;
yyensure_buffer_stack();
/* This block is copied from yy_switch_to_buffer. */
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*(yy_c_buf_p) = (yy_hold_char);
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
/* Only push if top exists. Otherwise, replace top. */
if (YY_CURRENT_BUFFER)
(yy_buffer_stack_top)++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
/* copied from yy_switch_to_buffer. */
yy_load_buffer_state( );
(yy_did_buffer_switch_on_eof) = 1;
}
/** Removes and deletes the top of the stack, if present.
* The next element becomes the new top.
*
*/
void yypop_buffer_state (void)
{
if (!YY_CURRENT_BUFFER)
return;
yy_delete_buffer(YY_CURRENT_BUFFER );
YY_CURRENT_BUFFER_LVALUE = NULL;
if ((yy_buffer_stack_top) > 0)
--(yy_buffer_stack_top);
if (YY_CURRENT_BUFFER) {
yy_load_buffer_state( );
(yy_did_buffer_switch_on_eof) = 1;
}
}
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
static void yyensure_buffer_stack (void)
{
yy_size_t num_to_alloc;
if (!(yy_buffer_stack)) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1;
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
(num_to_alloc * sizeof(struct yy_buffer_state*)
);
if ( ! (yy_buffer_stack) )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
(yy_buffer_stack_max) = num_to_alloc;
(yy_buffer_stack_top) = 0;
return;
}
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
/* Increase the buffer to prepare for a possible push. */
int grow_size = 8 /* arbitrary grow size */;
num_to_alloc = (yy_buffer_stack_max) + grow_size;
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
((yy_buffer_stack),
num_to_alloc * sizeof(struct yy_buffer_state*)
);
if ( ! (yy_buffer_stack) )
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
/* zero only the new slots.*/
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
(yy_buffer_stack_max) = num_to_alloc;
}
}
/** Setup the input buffer state to scan directly from a user-specified character buffer.
* @param base the character buffer
* @param size the size in bytes of the character buffer
*
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
{
YY_BUFFER_STATE b;
if ( size < 2 ||
base[size-2] != YY_END_OF_BUFFER_CHAR ||
base[size-1] != YY_END_OF_BUFFER_CHAR )
/* They forgot to leave room for the EOB's. */
return 0;
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
b->yy_buf_pos = b->yy_ch_buf = base;
b->yy_is_our_buffer = 0;
b->yy_input_file = 0;
b->yy_n_chars = b->yy_buf_size;
b->yy_is_interactive = 0;
b->yy_at_bol = 1;
b->yy_fill_buffer = 0;
b->yy_buffer_status = YY_BUFFER_NEW;
yy_switch_to_buffer(b );
return b;
}
/** Setup the input buffer state to scan a string. The next call to yylex() will
* scan from a @e copy of @a str.
* @param yystr a NUL-terminated string to scan
*
* @return the newly allocated buffer state object.
* @note If you want to scan bytes that may contain NUL values, then use
* yy_scan_bytes() instead.
*/
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
{
return yy_scan_bytes(yystr,strlen(yystr) );
}
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
* scan from a @e copy of @a bytes.
* @param yybytes the byte buffer to scan
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
*
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
yy_size_t i;
/* Get memory for full buffer, including space for trailing EOB's. */
n = _yybytes_len + 2;
buf = (char *) yyalloc(n );
if ( ! buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
for ( i = 0; i < _yybytes_len; ++i )
buf[i] = yybytes[i];
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
b = yy_scan_buffer(buf,n );
if ( ! b )
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
/* It's okay to grow etc. this buffer, and we should throw it
* away when we're done.
*/
b->yy_is_our_buffer = 1;
return b;
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
static void yy_fatal_error (yyconst char* msg )
{
(void) fprintf( stderr, "%s\n", msg );
exit( YY_EXIT_FAILURE );
}
/* Redefine yyless() so it works in section 3 code. */
#undef yyless
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
*(yy_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
/* Accessor methods (get/set functions) to struct members. */
/** Get the current line number.
*
*/
int yyget_lineno (void)
{
return yylineno;
}
/** Get the input stream.
*
*/
FILE *yyget_in (void)
{
return yyin;
}
/** Get the output stream.
*
*/
FILE *yyget_out (void)
{
return yyout;
}
/** Get the length of the current token.
*
*/
yy_size_t yyget_leng (void)
{
return yyleng;
}
/** Get the current token.
*
*/
char *yyget_text (void)
{
return yytext;
}
/** Set the current line number.
* @param line_number
*
*/
void yyset_lineno (int line_number )
{
yylineno = line_number;
}
/** Set the input stream. This does not discard the current
* input buffer.
* @param in_str A readable stream.
*
* @see yy_switch_to_buffer
*/
void yyset_in (FILE * in_str )
{
yyin = in_str ;
}
void yyset_out (FILE * out_str )
{
yyout = out_str ;
}
int yyget_debug (void)
{
return yy_flex_debug;
}
void yyset_debug (int bdebug )
{
yy_flex_debug = bdebug ;
}
static int yy_init_globals (void)
{
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from yylex_destroy(), so don't allocate here.
*/
(yy_buffer_stack) = 0;
(yy_buffer_stack_top) = 0;
(yy_buffer_stack_max) = 0;
(yy_c_buf_p) = (char *) 0;
(yy_init) = 0;
(yy_start) = 0;
/* Defined in main.c */
#ifdef YY_STDINIT
yyin = stdin;
yyout = stdout;
#else
yyin = (FILE *) 0;
yyout = (FILE *) 0;
#endif
/* For future reference: Set errno on error, since we are called by
* yylex_init()
*/
return 0;
}
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
int yylex_destroy (void)
{
/* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){
yy_delete_buffer(YY_CURRENT_BUFFER );
YY_CURRENT_BUFFER_LVALUE = NULL;
yypop_buffer_state();
}
/* Destroy the stack itself. */
yyfree((yy_buffer_stack) );
(yy_buffer_stack) = NULL;
/* Reset the globals. This is important in a non-reentrant scanner so the next time
* yylex() is called, initialization will occur. */
yy_init_globals( );
return 0;
}
/*
* Internal utility routines.
*/
#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
{
register int i;
for ( i = 0; i < n; ++i )
s1[i] = s2[i];
}
#endif
#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s )
{
register int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
void *yyalloc (yy_size_t size )
{
return (void *) malloc( size );
}
void *yyrealloc (void * ptr, yy_size_t size )
{
/* The cast to (char *) in the following accommodates both
* implementations that use char* generic pointers, and those
* that use void* generic pointers. It works with the latter
* because both ANSI C and C++ allow castless assignment from
* any pointer type to void*, and deal with argument conversions
* as though doing an assignment.
*/
return (void *) realloc( (char *) ptr, size );
}
void yyfree (void * ptr )
{
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
}
#define YYTABLES_NAME "yytables"
#line 461 "util/configlexer.lex"