unbound/util/configlexer.c
Wouter Wijngaards 4ad2eb2549 detect gost.
git-svn-id: file:///svn/unbound/trunk@1595 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-04-09 15:23:14 +00:00

3346 lines
108 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 35
#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;
#endif /* ! C99 */
/* 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 /* ! 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
extern int yyleng;
extern FILE *yyin, *yyout;
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
/* 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_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
FILE *yy_input_file;
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
yy_size_t yy_buf_size;
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
int yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;
static int yy_n_chars; /* number of characters read into yy_ch_buf */
int 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,int len );
void *yyalloc (yy_size_t );
void *yyrealloc (void *,yy_size_t );
void yyfree (void * );
#define yy_new_buffer yy_create_buffer
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer(yyin,YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer(yyin,YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
/* Begin user sect3 */
typedef unsigned char YY_CHAR;
FILE *yyin = (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 119
#define YY_END_OF_BUFFER 120
/* 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[1104] =
{ 0,
1, 1, 101, 101, 105, 105, 109, 109, 113, 113,
1, 1, 120, 117, 1, 99, 99, 118, 117, 118,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 101,
102, 102, 103, 118, 105, 106, 106, 107, 118, 112,
109, 110, 110, 111, 118, 113, 114, 114, 115, 118,
116, 100, 116, 104, 118, 116, 117, 0, 1, 0,
117, 0, 2, 0, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 101, 0, 105, 0, 112, 0, 109, 113, 0,
116, 0, 116, 0, 116, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 116, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 116, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 50, 117,
117, 117, 117, 117, 6, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 116, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
116, 117, 117, 20, 117, 117, 117, 117, 12, 13,
117, 15, 14, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 97, 117, 117, 117, 117, 3, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 116, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 108, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 23, 117,
117, 117, 117, 117, 117, 117, 24, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 63, 108, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 62, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 21, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
22, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 17, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 51, 52, 117, 49,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 5, 117, 117, 117, 117, 117, 117, 117,
117, 65, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 83, 82, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 25, 117, 117, 117, 117, 53, 117, 117, 117,
117, 117, 80, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 42, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 4, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 91, 117,
16, 117, 117, 117, 55, 56, 54, 117, 117, 117,
117, 117, 61, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 69, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 31, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 60, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 64, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 96, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 73,
117, 117, 117, 117, 117, 59, 117, 89, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 32, 33, 117, 38, 76, 117, 84,
81, 117, 27, 117, 78, 117, 117, 117, 117, 117,
7, 117, 48, 88, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
117, 117, 117, 117, 66, 117, 117, 98, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 77, 26,
28, 117, 117, 117, 117, 117, 47, 117, 117, 117,
92, 117, 117, 117, 117, 117, 117, 45, 117, 117,
117, 117, 117, 117, 117, 117, 94, 117, 117, 117,
117, 117, 117, 117, 11, 117, 117, 117, 117, 117,
117, 10, 117, 117, 29, 117, 93, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 72, 71, 95,
90, 117, 117, 117, 117, 117, 117, 117, 117, 117,
34, 117, 117, 117, 117, 117, 30, 117, 117, 117,
67, 68, 117, 117, 117, 70, 117, 117, 117, 117,
117, 117, 117, 117, 117, 117, 117, 117, 18, 117,
117, 117, 117, 117, 117, 117, 117, 117, 117, 117,
87, 117, 117, 117, 117, 117, 117, 19, 117, 9,
117, 117, 85, 39, 117, 117, 117, 75, 57, 117,
117, 41, 44, 40, 117, 35, 117, 8, 117, 117,
74, 117, 117, 117, 36, 117, 86, 117, 117, 58,
43, 37, 117, 117, 117, 117, 46, 117, 117, 117,
117, 79, 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, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 13, 1, 1, 1, 1, 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, 39, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 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[40] =
{ 0,
1, 2, 3, 3, 4, 1, 5, 1, 1, 1,
1, 6, 1, 1, 1, 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[1118] =
{ 0,
0, 0, 37, 40, 44, 51, 63, 75, 56, 68,
87, 108, 2128, 2114, 50, 2218, 2218, 2218, 129, 94,
33, 124, 94, 49, 74, 61, 91, 92, 110, 111,
112, 133, 50, 135, 137, 136, 145, 143, 164, 2113,
2218, 2218, 2218, 122, 2112, 2218, 2218, 2218, 157, 2110,
1950, 2218, 2218, 2218, 179, 1739, 2218, 2218, 2218, 167,
1324, 2218, 185, 2218, 189, 90, 1191, 195, 199, 1155,
206, 1110, 2218, 1062, 190, 199, 122, 116, 149, 182,
208, 191, 201, 207, 209, 161, 212, 210, 147, 217,
222, 216, 214, 228, 230, 231, 233, 234, 236, 238,
240, 239, 241, 244, 246, 248, 242, 249, 250, 72,
256, 1042, 273, 939, 277, 885, 284, 740, 663, 278,
521, 288, 294, 502, 287, 291, 281, 292, 293, 295,
302, 314, 298, 301, 303, 257, 304, 305, 310, 311,
312, 316, 320, 330, 332, 321, 344, 340, 346, 348,
347, 349, 333, 337, 350, 351, 352, 356, 357, 360,
362, 363, 365, 367, 374, 376, 375, 373, 378, 381,
383, 382, 387, 388, 395, 308, 391, 399, 401, 403,
393, 408, 410, 416, 404, 413, 414, 417, 419, 420,
422, 421, 423, 426, 428, 436, 430, 441, 431, 442,
445, 447, 449, 452, 453, 460, 456, 458, 459, 466,
464, 462, 465, 471, 470, 491, 472, 477, 475, 478,
485, 481, 483, 488, 489, 495, 514, 499, 502, 504,
509, 513, 515, 516, 522, 525, 524, 526, 532, 536,
538, 539, 546, 545, 537, 547, 529, 555, 2218, 557,
548, 551, 553, 560, 2218, 561, 563, 565, 566, 573,
564, 567, 575, 578, 584, 580, 587, 571, 592, 590,
585, 594, 595, 599, 602, 603, 606, 608, 614, 607,
616, 618, 610, 623, 619, 628, 634, 629, 636, 638,
644, 640, 642, 648, 647, 649, 641, 650, 652, 656,
657, 665, 667, 669, 662, 671, 677, 674, 678, 679,
683, 684, 685, 686, 687, 694, 701, 697, 700, 709,
690, 707, 698, 705, 712, 719, 715, 717, 720, 718,
722, 724, 726, 730, 731, 738, 728, 732, 740, 742,
745, 744, 751, 2218, 753, 754, 755, 758, 2218, 2218,
757, 2218, 2218, 759, 760, 766, 775, 762, 765, 770,
777, 771, 780, 769, 785, 788, 789, 790, 796, 792,
799, 801, 802, 806, 803, 808, 810, 813, 814, 820,
822, 815, 2218, 823, 824, 829, 832, 2218, 827, 833,
825, 831, 839, 841, 842, 850, 848, 846, 849, 854,
851, 857, 860, 855, 862, 869, 866, 868, 871, 874,
876, 901, 877, 878, 880, 882, 881, 884, 890, 883,
887, 907, 909, 888, 905, 892, 921, 2218, 918, 922,
915, 923, 924, 926, 927, 928, 930, 938, 2218, 931,
937, 940, 947, 941, 953, 956, 2218, 957, 959, 949,
943, 965, 955, 966, 967, 969, 972, 973, 974, 975,
978, 977, 989, 990, 976, 983, 993, 994, 999, 996,
997, 998, 1000, 2218, 259, 1001, 1007, 1004, 1005, 1010,
1011, 1003, 1021, 1013, 1023, 1022, 1026, 1028, 1029, 1034,
1035, 1036, 1030, 1038, 1037, 1039, 1040, 1044, 2218, 1048,
1057, 1041, 1058, 1069, 1046, 1071, 1072, 1070, 1076, 1067,
1074, 1083, 1084, 1080, 1082, 1087, 1089, 1091, 1090, 1088,
1094, 1099, 1097, 1095, 1098, 1110, 1112, 1114, 1122, 1104,
1118, 1123, 1116, 1125, 1129, 2218, 1132, 1135, 1138, 1137,
1139, 1140, 1142, 1143, 1144, 1147, 1148, 1150, 1152, 1153,
2218, 1160, 1154, 1156, 1157, 1161, 1168, 1166, 1169, 1167,
1173, 1175, 1179, 1176, 1187, 1188, 1189, 1190, 1197, 1198,
1199, 2218, 1201, 1202, 1209, 1212, 1205, 1207, 1219, 1215,
1216, 1217, 1218, 1225, 1220, 1223, 1226, 1228, 1229, 1222,
1230, 1244, 1240, 1233, 1251, 1252, 2218, 2218, 1249, 2218,
1254, 1255, 1256, 1258, 1259, 1261, 1262, 1264, 1266, 1267,
1268, 1273, 2218, 1272, 1269, 1275, 1283, 1279, 1291, 1276,
1288, 2218, 1292, 1280, 1298, 1299, 1293, 1302, 1303, 1304,
1307, 1310, 1312, 1313, 1314, 1317, 1316, 1323, 1319, 1320,
1321, 1326, 1335, 1327, 2218, 2218, 1325, 1336, 1332, 1337,
1348, 1355, 1353, 1338, 1354, 1356, 1359, 1360, 1361, 1363,
1364, 2218, 1370, 1371, 1369, 1377, 2218, 1368, 1372, 1381,
1383, 1384, 2218, 1385, 1387, 1388, 1389, 1392, 1395, 1396,
1397, 1403, 1404, 1406, 1407, 1415, 1408, 1420, 1426, 1410,
1412, 1423, 1428, 1430, 1433, 2218, 1439, 1425, 1440, 1437,
1442, 1449, 1438, 1445, 1446, 1447, 1448, 1451, 1453, 1455,
1459, 1456, 1461, 1458, 1471, 1460, 1464, 2218, 1473, 1479,
1476, 1481, 1482, 1483, 1485, 1489, 1490, 1491, 1493, 1494,
1498, 1500, 1508, 1506, 1499, 1518, 1510, 1516, 1514, 1524,
631, 1526, 1517, 1528, 1525, 1530, 1532, 1533, 2218, 1534,
2218, 1536, 1523, 1540, 2218, 2218, 2218, 1550, 1543, 1551,
1553, 1557, 2218, 1544, 1558, 1547, 1554, 1561, 1562, 1563,
1565, 1567, 1569, 1570, 1575, 1577, 1579, 1581, 1580, 1587,
1589, 1583, 1590, 1596, 1593, 1595, 1597, 1600, 1603, 1604,
1608, 1606, 1607, 1602, 1609, 1621, 2218, 1623, 1612, 1619,
1631, 1624, 1626, 1632, 1634, 1635, 1641, 2218, 1638, 1643,
1649, 1644, 1646, 1653, 1652, 1654, 1655, 1658, 1660, 1661,
1662, 2218, 1663, 1665, 1669, 1670, 1676, 1680, 1672, 1687,
1689, 1684, 1691, 1693, 2218, 1694, 1696, 1697, 1701, 1702,
1698, 1705, 1706, 1710, 1711, 1713, 2218, 1715, 1717, 1718,
1721, 1723, 1724, 1726, 1725, 1727, 1729, 1737, 1664, 2218,
1734, 1735, 1741, 1751, 1747, 2218, 1749, 2218, 1750, 1752,
1759, 1760, 1762, 1767, 1755, 1763, 1768, 1774, 1770, 1771,
1772, 1778, 1779, 2218, 2218, 1784, 2218, 2218, 1789, 2218,
2218, 1791, 2218, 1793, 2218, 1799, 1795, 1782, 1780, 1800,
2218, 1804, 2218, 2218, 1801, 1807, 1808, 1811, 1812, 1797,
1814, 1816, 1817, 1818, 1820, 1821, 1822, 1823, 1827, 1825,
1831, 1832, 1834, 1836, 2218, 1833, 1841, 2218, 1844, 1846,
1847, 1850, 1852, 1855, 1861, 1857, 1858, 1859, 2218, 2218,
2218, 1860, 1867, 1863, 1868, 1869, 2218, 1874, 1875, 1882,
2218, 1884, 1876, 1886, 1888, 1891, 1889, 2218, 1890, 1899,
1901, 1892, 1903, 1909, 1911, 1913, 2218, 1914, 1915, 1917,
1916, 1921, 1922, 1924, 2218, 1918, 1926, 1929, 1931, 1934,
1936, 2218, 1935, 1938, 2218, 1947, 2218, 1932, 1948, 1950,
1955, 1957, 1943, 1958, 1964, 1963, 1965, 2218, 2218, 2218,
2218, 1960, 1966, 1967, 1968, 1970, 1971, 1973, 1976, 1977,
2218, 1978, 1980, 1983, 1988, 1987, 2218, 1993, 1989, 1990,
2218, 2218, 1995, 2003, 2005, 2218, 2006, 1994, 2007, 2009,
2010, 2012, 2016, 2018, 2017, 2019, 2021, 2025, 2218, 2028,
2029, 1878, 2033, 2035, 2036, 2039, 2037, 2041, 2045, 2042,
2218, 2047, 2054, 2059, 2063, 2060, 2067, 2218, 2068, 2218,
2071, 2072, 2218, 2218, 2048, 2074, 2075, 2218, 2218, 2064,
2046, 2218, 2218, 2218, 2079, 2218, 2081, 2218, 2083, 2076,
2218, 2086, 2088, 2090, 2218, 2093, 2218, 2094, 2095, 2218,
2218, 2218, 2097, 2098, 2100, 2102, 2218, 2105, 2103, 2107,
2109, 2218, 2218, 2139, 2145, 2151, 2157, 2163, 94, 2169,
2175, 2181, 2187, 2193, 2199, 2205, 2211
} ;
static yyconst flex_int16_t yy_def[1118] =
{ 0,
1103, 1, 1104, 1104, 1105, 1105, 1106, 1106, 1107, 1107,
1108, 1108, 1103, 1109, 1103, 1103, 1103, 1103, 1110, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1111,
1103, 1103, 1103, 1111, 1112, 1103, 1103, 1103, 1112, 1113,
1103, 1103, 1103, 1103, 1113, 1114, 1103, 1103, 1103, 1114,
1115, 1103, 1116, 1103, 1115, 1115, 1109, 1109, 1103, 1117,
1110, 1117, 1103, 1110, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1111, 1111, 1112, 1112, 1113, 1113, 1103, 1114, 1114,
1115, 1115, 1116, 1116, 1115, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1115, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1115, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109,
1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1115, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1115, 1109, 1109, 1103, 1109, 1109, 1109, 1109, 1103, 1103,
1109, 1103, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1103, 1109, 1109, 1109, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1115, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1103, 1115, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1103, 1103, 1109, 1103,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1103, 1103, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1103, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1109, 1109, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109,
1103, 1109, 1109, 1109, 1103, 1103, 1103, 1109, 1109, 1109,
1109, 1109, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103,
1109, 1109, 1109, 1109, 1109, 1103, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1103, 1103, 1109, 1103, 1103, 1109, 1103,
1103, 1109, 1103, 1109, 1103, 1109, 1109, 1109, 1109, 1109,
1103, 1109, 1103, 1103, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1103, 1109, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1103,
1103, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1103, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109, 1109, 1109,
1109, 1103, 1109, 1109, 1103, 1109, 1103, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1103, 1103,
1103, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1103, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1103, 1103, 1109, 1109, 1109, 1103, 1109, 1109, 1109, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109,
1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109,
1103, 1109, 1109, 1109, 1109, 1109, 1109, 1103, 1109, 1103,
1109, 1109, 1103, 1103, 1109, 1109, 1109, 1103, 1103, 1109,
1109, 1103, 1103, 1103, 1109, 1103, 1109, 1103, 1109, 1109,
1103, 1109, 1109, 1109, 1103, 1109, 1103, 1109, 1109, 1103,
1103, 1103, 1109, 1109, 1109, 1109, 1103, 1109, 1109, 1109,
1109, 1103, 0, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103
} ;
static yyconst flex_int16_t yy_nxt[2258] =
{ 0,
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
14, 18, 20, 21, 14, 22, 23, 24, 25, 14,
26, 27, 28, 29, 30, 31, 32, 33, 34, 14,
35, 36, 37, 38, 39, 14, 14, 14, 14, 41,
42, 43, 41, 42, 43, 68, 46, 47, 75, 44,
48, 69, 44, 46, 47, 70, 49, 48, 57, 58,
59, 68, 68, 49, 51, 52, 53, 54, 60, 18,
57, 58, 59, 68, 84, 55, 51, 52, 53, 54,
60, 18, 85, 96, 68, 82, 68, 55, 15, 16,
17, 62, 63, 64, 67, 67, 166, 67, 67, 65,
67, 83, 122, 68, 68, 67, 68, 86, 66, 15,
16, 17, 62, 63, 64, 79, 125, 87, 80, 88,
65, 81, 68, 68, 68, 112, 112, 89, 68, 66,
72, 73, 72, 72, 68, 72, 68, 76, 90, 91,
72, 74, 129, 92, 77, 68, 93, 68, 68, 68,
94, 78, 128, 104, 101, 68, 97, 68, 106, 68,
114, 68, 98, 114, 102, 99, 95, 103, 105, 108,
119, 119, 100, 68, 109, 107, 68, 110, 138, 130,
116, 111, 116, 116, 143, 116, 72, 73, 72, 72,
121, 72, 121, 121, 68, 121, 67, 124, 67, 67,
69, 67, 68, 68, 70, 126, 67, 72, 73, 72,
72, 68, 72, 68, 127, 132, 131, 72, 74, 68,
68, 68, 68, 134, 68, 137, 68, 139, 68, 68,
140, 135, 144, 133, 68, 147, 145, 136, 146, 148,
68, 142, 68, 68, 141, 68, 68, 149, 68, 152,
68, 68, 68, 68, 68, 150, 68, 154, 68, 160,
68, 68, 68, 151, 153, 156, 157, 165, 68, 68,
155, 122, 158, 183, 159, 163, 112, 112, 162, 161,
114, 119, 119, 114, 164, 116, 167, 116, 116, 121,
116, 121, 121, 68, 121, 72, 73, 72, 72, 122,
72, 170, 168, 68, 68, 68, 124, 68, 169, 174,
68, 180, 173, 68, 68, 68, 68, 68, 181, 171,
68, 184, 68, 68, 68, 172, 68, 191, 68, 189,
175, 185, 68, 68, 186, 176, 227, 187, 182, 193,
177, 188, 68, 192, 68, 68, 178, 179, 190, 68,
194, 196, 68, 198, 195, 199, 68, 197, 68, 68,
68, 68, 68, 68, 68, 202, 200, 201, 68, 68,
204, 203, 68, 207, 68, 68, 210, 68, 205, 68,
213, 214, 211, 216, 206, 122, 68, 68, 68, 217,
68, 208, 209, 68, 68, 68, 212, 219, 221, 68,
68, 225, 224, 68, 215, 68, 218, 68, 226, 220,
222, 68, 223, 68, 229, 68, 68, 230, 228, 232,
68, 233, 68, 235, 231, 68, 68, 234, 68, 68,
239, 68, 68, 68, 68, 68, 236, 242, 68, 238,
68, 249, 68, 68, 241, 243, 237, 245, 68, 240,
247, 248, 246, 68, 68, 244, 250, 68, 255, 68,
251, 68, 256, 252, 68, 68, 254, 259, 68, 253,
68, 68, 68, 263, 68, 261, 68, 68, 68, 257,
262, 264, 68, 68, 68, 258, 267, 122, 260, 68,
68, 266, 280, 68, 265, 68, 269, 68, 277, 276,
68, 68, 268, 68, 73, 270, 271, 68, 278, 279,
282, 68, 285, 281, 68, 284, 68, 272, 273, 274,
283, 68, 275, 286, 287, 68, 68, 68, 68, 292,
289, 288, 290, 122, 68, 291, 68, 68, 68, 300,
298, 68, 294, 295, 68, 293, 297, 299, 68, 68,
68, 68, 303, 304, 301, 302, 296, 68, 68, 68,
68, 306, 308, 68, 307, 68, 305, 68, 309, 68,
310, 312, 68, 68, 313, 68, 68, 68, 68, 68,
319, 311, 317, 68, 314, 68, 318, 68, 322, 316,
68, 327, 68, 315, 320, 323, 68, 68, 321, 68,
330, 328, 68, 324, 68, 332, 68, 68, 331, 334,
326, 68, 329, 325, 68, 68, 337, 333, 68, 68,
122, 342, 68, 338, 341, 335, 68, 344, 68, 336,
68, 68, 343, 340, 339, 68, 351, 346, 347, 349,
68, 68, 345, 68, 348, 350, 68, 352, 68, 353,
68, 354, 68, 68, 68, 357, 68, 355, 356, 68,
68, 68, 68, 358, 68, 805, 359, 361, 68, 68,
366, 363, 367, 360, 68, 120, 364, 68, 362, 68,
365, 68, 368, 68, 373, 369, 68, 371, 372, 68,
68, 68, 374, 375, 376, 68, 68, 68, 68, 68,
377, 382, 68, 380, 381, 383, 68, 370, 384, 68,
68, 379, 68, 68, 378, 386, 387, 68, 385, 68,
388, 68, 389, 390, 68, 391, 394, 68, 395, 68,
68, 68, 68, 396, 68, 392, 68, 397, 68, 393,
68, 118, 68, 68, 68, 401, 398, 402, 403, 400,
68, 406, 68, 399, 68, 404, 68, 122, 405, 410,
412, 407, 409, 68, 411, 68, 68, 68, 408, 68,
68, 68, 68, 419, 68, 414, 418, 68, 68, 425,
417, 68, 68, 68, 413, 415, 416, 68, 428, 68,
429, 420, 68, 430, 421, 426, 431, 68, 432, 422,
68, 68, 68, 433, 68, 423, 424, 427, 68, 436,
435, 68, 439, 68, 68, 68, 438, 440, 68, 437,
68, 434, 68, 442, 441, 68, 68, 68, 443, 448,
445, 447, 68, 446, 68, 68, 68, 68, 450, 68,
444, 68, 452, 68, 68, 68, 449, 453, 455, 456,
451, 68, 458, 68, 68, 454, 457, 462, 68, 460,
68, 68, 68, 68, 463, 459, 68, 68, 461, 68,
468, 466, 68, 465, 68, 469, 472, 464, 68, 474,
68, 68, 475, 122, 467, 470, 68, 471, 68, 68,
68, 488, 68, 68, 68, 68, 68, 117, 473, 68,
68, 476, 68, 489, 68, 484, 485, 487, 496, 492,
490, 493, 477, 68, 483, 486, 478, 68, 479, 68,
494, 68, 480, 498, 481, 500, 495, 68, 491, 482,
68, 497, 499, 68, 68, 68, 68, 501, 68, 68,
68, 504, 68, 68, 506, 509, 502, 505, 503, 68,
68, 115, 68, 68, 511, 68, 508, 512, 510, 68,
507, 68, 514, 516, 513, 68, 515, 68, 68, 68,
517, 68, 523, 518, 519, 521, 520, 68, 68, 68,
522, 68, 525, 524, 68, 68, 68, 68, 68, 68,
68, 529, 530, 531, 536, 68, 533, 534, 528, 526,
532, 68, 68, 535, 527, 68, 68, 539, 68, 68,
68, 68, 68, 68, 545, 68, 68, 68, 541, 68,
538, 546, 68, 68, 537, 68, 540, 544, 549, 542,
550, 547, 551, 68, 68, 68, 548, 543, 68, 554,
68, 68, 68, 552, 553, 557, 68, 68, 68, 68,
68, 68, 68, 68, 113, 563, 68, 555, 68, 556,
68, 558, 559, 561, 73, 566, 564, 560, 562, 68,
68, 573, 565, 569, 567, 570, 571, 568, 574, 68,
572, 68, 68, 68, 68, 575, 68, 576, 68, 577,
580, 581, 68, 578, 68, 68, 68, 582, 583, 68,
68, 68, 68, 68, 579, 588, 68, 68, 584, 68,
68, 68, 73, 585, 591, 586, 68, 587, 589, 593,
590, 597, 68, 598, 68, 592, 68, 594, 68, 596,
68, 599, 595, 600, 68, 68, 601, 68, 602, 607,
603, 68, 608, 605, 68, 609, 604, 68, 606, 68,
68, 68, 68, 613, 68, 68, 68, 73, 610, 68,
68, 617, 68, 612, 68, 68, 68, 621, 68, 68,
611, 622, 68, 68, 625, 614, 615, 616, 68, 68,
68, 68, 618, 620, 627, 68, 624, 68, 68, 619,
631, 68, 623, 626, 632, 629, 633, 628, 630, 68,
68, 68, 68, 68, 639, 640, 634, 638, 635, 68,
68, 68, 641, 68, 68, 636, 644, 68, 642, 68,
645, 68, 637, 646, 68, 648, 649, 68, 68, 68,
68, 68, 68, 643, 68, 68, 647, 68, 68, 657,
68, 68, 68, 660, 658, 68, 650, 651, 652, 653,
656, 654, 68, 655, 659, 662, 68, 663, 665, 666,
667, 68, 661, 68, 68, 664, 68, 68, 68, 668,
68, 68, 673, 68, 68, 671, 68, 675, 68, 68,
68, 68, 669, 677, 68, 68, 672, 68, 68, 676,
679, 68, 68, 670, 674, 68, 684, 683, 685, 678,
68, 681, 680, 68, 68, 68, 687, 682, 686, 688,
68, 68, 691, 690, 68, 68, 68, 689, 696, 68,
694, 695, 68, 692, 68, 68, 68, 697, 68, 68,
703, 68, 68, 68, 693, 68, 122, 68, 68, 68,
711, 702, 698, 701, 68, 699, 700, 68, 68, 68,
68, 704, 705, 707, 706, 710, 708, 712, 714, 709,
68, 715, 717, 713, 718, 68, 68, 68, 68, 716,
719, 68, 68, 68, 724, 68, 68, 727, 728, 720,
68, 68, 68, 68, 68, 722, 721, 729, 732, 68,
723, 725, 730, 68, 726, 68, 68, 68, 731, 68,
68, 68, 733, 738, 68, 739, 740, 68, 68, 68,
745, 735, 734, 741, 736, 68, 68, 737, 68, 68,
68, 744, 68, 743, 68, 748, 749, 68, 746, 750,
742, 751, 68, 752, 755, 68, 747, 68, 68, 756,
68, 757, 68, 753, 754, 68, 759, 761, 758, 68,
68, 68, 68, 763, 68, 760, 764, 68, 68, 68,
68, 68, 765, 68, 766, 68, 773, 68, 68, 767,
68, 68, 68, 68, 762, 776, 68, 768, 769, 770,
775, 771, 777, 68, 779, 68, 783, 774, 68, 772,
782, 68, 781, 68, 68, 68, 778, 68, 780, 786,
785, 68, 68, 68, 787, 68, 68, 795, 784, 791,
68, 68, 68, 798, 792, 796, 789, 788, 68, 797,
68, 790, 68, 799, 794, 800, 68, 793, 68, 68,
68, 804, 802, 806, 801, 68, 68, 68, 68, 808,
68, 807, 68, 809, 68, 68, 68, 810, 68, 814,
811, 803, 68, 816, 812, 68, 68, 818, 813, 68,
815, 817, 68, 68, 820, 68, 68, 821, 822, 68,
68, 824, 819, 68, 68, 68, 823, 68, 826, 68,
825, 68, 68, 832, 831, 827, 828, 68, 835, 68,
829, 68, 68, 68, 838, 68, 834, 830, 837, 68,
833, 68, 68, 843, 839, 68, 840, 68, 68, 68,
844, 847, 68, 841, 68, 68, 68, 836, 68, 68,
68, 68, 842, 846, 68, 849, 845, 848, 850, 851,
852, 68, 853, 68, 854, 68, 68, 855, 68, 856,
859, 857, 860, 68, 68, 861, 68, 68, 863, 858,
68, 864, 866, 68, 868, 68, 68, 862, 68, 867,
865, 68, 869, 871, 68, 68, 68, 68, 870, 872,
68, 874, 68, 68, 68, 68, 68, 68, 880, 873,
915, 68, 68, 883, 68, 878, 875, 884, 68, 876,
881, 885, 68, 877, 882, 879, 68, 886, 887, 68,
888, 68, 890, 68, 891, 68, 68, 893, 68, 68,
68, 892, 895, 68, 68, 889, 897, 68, 68, 899,
898, 901, 68, 68, 903, 68, 904, 68, 894, 68,
68, 906, 896, 68, 900, 68, 68, 68, 68, 68,
908, 68, 902, 910, 914, 907, 68, 68, 912, 68,
913, 120, 911, 68, 918, 905, 917, 909, 919, 68,
920, 68, 68, 68, 68, 923, 916, 68, 921, 924,
925, 68, 68, 922, 68, 68, 926, 927, 928, 68,
68, 932, 68, 68, 68, 931, 68, 929, 933, 935,
68, 68, 68, 937, 68, 930, 68, 938, 936, 934,
939, 68, 940, 68, 941, 68, 942, 68, 943, 68,
944, 68, 68, 68, 945, 947, 68, 946, 948, 68,
68, 949, 951, 68, 68, 950, 68, 953, 68, 68,
68, 958, 68, 68, 68, 68, 952, 68, 954, 68,
955, 956, 959, 68, 68, 68, 68, 967, 68, 965,
957, 966, 962, 68, 969, 961, 68, 964, 68, 68,
960, 963, 68, 968, 68, 970, 975, 68, 976, 68,
68, 68, 68, 68, 982, 68, 971, 972, 973, 68,
68, 68, 981, 974, 977, 985, 68, 68, 68, 978,
68, 979, 980, 987, 68, 983, 68, 988, 68, 984,
68, 68, 68, 68, 68, 991, 986, 990, 992, 993,
989, 68, 1062, 68, 998, 68, 995, 994, 996, 997,
999, 68, 1000, 68, 1001, 68, 68, 68, 68, 68,
68, 1002, 1004, 68, 68, 1007, 68, 1005, 68, 1003,
1011, 68, 1006, 68, 68, 1008, 68, 68, 68, 1009,
68, 118, 1012, 1014, 1013, 68, 1015, 1010, 1017, 68,
68, 1019, 68, 1016, 1018, 1020, 1021, 68, 1022, 68,
68, 1025, 68, 1023, 1026, 68, 68, 68, 68, 68,
68, 1027, 68, 68, 1024, 68, 1029, 1032, 68, 68,
68, 1028, 68, 1037, 1039, 68, 1031, 1035, 1030, 68,
68, 68, 68, 1033, 1040, 68, 68, 68, 1041, 1036,
1038, 1034, 1045, 1043, 1042, 68, 1046, 68, 68, 68,
1051, 68, 68, 1048, 68, 1049, 1047, 1044, 68, 68,
68, 68, 1058, 68, 1050, 1055, 1054, 68, 1052, 1060,
68, 68, 1059, 1053, 1063, 68, 1064, 68, 68, 68,
1057, 68, 1068, 68, 68, 1056, 1069, 68, 68, 68,
68, 1061, 1084, 1066, 1071, 1072, 68, 1065, 1080, 1067,
1073, 68, 68, 1070, 1074, 68, 68, 1075, 1076, 68,
68, 1077, 1078, 68, 68, 1081, 68, 68, 68, 1079,
1085, 68, 1082, 68, 1087, 68, 1083, 1086, 68, 1090,
68, 1091, 68, 1088, 1092, 68, 68, 68, 1094, 68,
68, 1097, 68, 1095, 68, 68, 1089, 68, 1093, 68,
1102, 68, 117, 1098, 115, 113, 68, 1103, 1103, 1100,
1096, 1103, 1099, 1103, 1103, 1103, 1103, 1103, 1101, 40,
40, 40, 40, 40, 40, 45, 45, 45, 45, 45,
45, 50, 50, 50, 50, 50, 50, 56, 56, 56,
56, 56, 56, 61, 61, 61, 61, 61, 61, 71,
71, 71, 71, 71, 71, 112, 112, 1103, 1103, 112,
112, 114, 114, 1103, 114, 1103, 114, 116, 1103, 1103,
1103, 1103, 116, 119, 119, 1103, 1103, 119, 119, 121,
1103, 1103, 1103, 1103, 121, 123, 123, 123, 123, 123,
123, 72, 72, 72, 72, 72, 72, 13, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103
} ;
static yyconst flex_int16_t yy_chk[2258] =
{ 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, 3,
3, 3, 4, 4, 4, 21, 5, 5, 21, 3,
5, 15, 4, 6, 6, 15, 5, 6, 9, 9,
9, 24, 33, 6, 7, 7, 7, 7, 9, 7,
10, 10, 10, 26, 26, 7, 8, 8, 8, 8,
10, 8, 26, 33, 110, 24, 25, 8, 11, 11,
11, 11, 11, 11, 1109, 20, 110, 20, 20, 11,
20, 25, 66, 27, 28, 20, 23, 27, 11, 12,
12, 12, 12, 12, 12, 23, 66, 27, 23, 28,
12, 23, 29, 30, 31, 44, 44, 29, 78, 12,
19, 19, 19, 19, 77, 19, 22, 22, 30, 31,
19, 19, 78, 31, 22, 32, 32, 34, 36, 35,
32, 22, 77, 36, 35, 38, 34, 37, 37, 89,
49, 79, 34, 49, 35, 34, 32, 35, 36, 38,
60, 60, 34, 86, 38, 37, 39, 39, 86, 79,
55, 39, 55, 55, 89, 55, 63, 63, 63, 63,
65, 63, 65, 65, 80, 65, 68, 63, 68, 68,
69, 68, 75, 82, 69, 75, 68, 71, 71, 71,
71, 76, 71, 83, 76, 81, 80, 71, 71, 84,
81, 85, 88, 82, 87, 85, 93, 87, 92, 90,
87, 83, 90, 81, 91, 92, 90, 84, 91, 93,
94, 88, 95, 96, 87, 97, 98, 94, 99, 97,
100, 102, 101, 103, 107, 95, 104, 99, 105, 105,
106, 108, 109, 96, 98, 101, 102, 109, 111, 136,
100, 475, 103, 136, 104, 107, 113, 113, 106, 105,
115, 120, 120, 115, 108, 117, 111, 117, 117, 122,
117, 122, 122, 127, 122, 123, 123, 123, 123, 125,
123, 127, 125, 126, 128, 129, 123, 130, 126, 131,
133, 133, 130, 134, 131, 135, 137, 138, 134, 128,
176, 137, 139, 140, 141, 129, 132, 143, 142, 141,
132, 138, 143, 146, 139, 132, 176, 139, 135, 145,
132, 140, 144, 144, 145, 153, 132, 132, 142, 154,
145, 147, 148, 149, 146, 150, 147, 148, 149, 151,
150, 152, 155, 156, 157, 153, 151, 152, 158, 159,
155, 154, 160, 158, 161, 162, 161, 163, 156, 164,
164, 165, 162, 166, 157, 168, 165, 167, 166, 167,
169, 159, 160, 170, 172, 171, 163, 168, 170, 173,
174, 174, 173, 177, 165, 181, 167, 175, 175, 169,
171, 178, 172, 179, 178, 180, 185, 179, 177, 181,
182, 182, 183, 184, 180, 186, 187, 183, 184, 188,
188, 189, 190, 192, 191, 193, 185, 191, 194, 187,
195, 197, 197, 199, 190, 192, 186, 194, 196, 189,
196, 196, 195, 198, 200, 193, 198, 201, 202, 202,
199, 203, 203, 199, 204, 205, 201, 206, 207, 200,
208, 209, 206, 210, 212, 208, 211, 213, 210, 204,
209, 211, 215, 214, 217, 205, 214, 219, 207, 218,
220, 213, 221, 222, 212, 223, 215, 221, 218, 217,
224, 225, 214, 216, 124, 216, 216, 226, 219, 220,
223, 228, 226, 222, 229, 225, 230, 216, 216, 216,
224, 231, 216, 227, 227, 232, 227, 233, 234, 232,
229, 228, 230, 121, 235, 231, 237, 236, 238, 239,
237, 247, 234, 235, 239, 233, 236, 238, 240, 245,
241, 242, 242, 243, 240, 241, 235, 244, 243, 246,
251, 245, 247, 252, 246, 253, 244, 248, 248, 250,
250, 252, 254, 256, 253, 257, 261, 258, 259, 262,
260, 251, 258, 268, 254, 260, 259, 263, 263, 257,
264, 265, 266, 256, 261, 263, 265, 271, 262, 267,
267, 265, 270, 263, 269, 269, 272, 273, 268, 271,
264, 274, 266, 263, 275, 276, 274, 270, 277, 280,
278, 279, 283, 275, 278, 272, 279, 281, 281, 273,
282, 285, 280, 277, 276, 284, 288, 283, 284, 286,
286, 288, 282, 741, 285, 287, 287, 289, 289, 290,
290, 291, 292, 297, 293, 294, 291, 292, 293, 295,
294, 296, 298, 295, 299, 741, 296, 298, 300, 301,
301, 300, 302, 297, 305, 119, 300, 302, 299, 303,
300, 304, 303, 306, 307, 304, 308, 305, 306, 307,
309, 310, 308, 309, 310, 311, 312, 313, 314, 315,
311, 316, 321, 314, 315, 316, 316, 304, 317, 318,
323, 313, 319, 317, 312, 319, 320, 324, 318, 322,
320, 320, 321, 322, 325, 323, 326, 327, 327, 328,
330, 326, 329, 328, 331, 324, 332, 329, 333, 325,
337, 118, 334, 335, 338, 333, 330, 334, 335, 332,
336, 338, 339, 331, 340, 336, 342, 341, 337, 342,
345, 339, 341, 343, 343, 345, 346, 347, 340, 351,
348, 354, 355, 356, 358, 347, 355, 359, 356, 358,
354, 364, 360, 362, 346, 348, 351, 357, 361, 361,
362, 357, 363, 363, 357, 359, 364, 365, 365, 357,
366, 367, 368, 366, 370, 357, 357, 360, 369, 369,
368, 371, 372, 372, 373, 375, 371, 373, 374, 370,
376, 367, 377, 375, 374, 378, 379, 382, 376, 381,
378, 380, 380, 379, 381, 384, 385, 391, 384, 389,
377, 386, 386, 392, 387, 390, 382, 387, 389, 390,
385, 393, 392, 394, 395, 387, 391, 396, 398, 394,
397, 399, 396, 401, 397, 393, 400, 404, 395, 402,
402, 400, 403, 399, 405, 403, 406, 398, 407, 408,
408, 406, 409, 409, 401, 404, 410, 405, 411, 413,
414, 418, 415, 417, 416, 420, 418, 116, 407, 421,
424, 410, 419, 419, 426, 414, 415, 417, 424, 420,
419, 421, 411, 412, 413, 416, 412, 425, 412, 422,
422, 423, 412, 426, 412, 429, 423, 431, 419, 412,
429, 425, 427, 427, 430, 432, 433, 430, 434, 435,
436, 433, 437, 440, 435, 438, 431, 434, 432, 441,
438, 114, 442, 444, 441, 451, 437, 442, 440, 443,
436, 450, 444, 446, 443, 445, 445, 453, 446, 448,
448, 449, 453, 448, 449, 451, 450, 452, 454, 455,
452, 456, 455, 454, 457, 458, 459, 460, 465, 462,
461, 459, 460, 461, 466, 466, 463, 464, 458, 456,
462, 463, 464, 465, 457, 467, 468, 469, 470, 471,
472, 469, 473, 476, 477, 482, 478, 479, 471, 477,
468, 478, 480, 481, 467, 484, 470, 476, 481, 472,
482, 479, 483, 483, 486, 485, 480, 473, 487, 486,
488, 489, 493, 484, 485, 489, 490, 491, 492, 495,
494, 496, 497, 502, 112, 495, 498, 487, 505, 488,
500, 490, 491, 493, 74, 498, 496, 492, 494, 501,
503, 505, 497, 502, 500, 503, 504, 501, 506, 510,
504, 504, 508, 506, 507, 507, 511, 508, 509, 509,
512, 513, 514, 510, 515, 512, 513, 514, 515, 516,
520, 517, 519, 518, 511, 517, 521, 524, 516, 523,
525, 522, 72, 516, 520, 516, 530, 516, 518, 522,
519, 526, 526, 527, 527, 521, 528, 523, 533, 525,
531, 528, 524, 529, 529, 532, 530, 534, 531, 537,
532, 535, 538, 534, 537, 539, 533, 538, 535, 540,
539, 541, 542, 543, 543, 544, 545, 70, 540, 546,
547, 547, 548, 542, 549, 550, 553, 552, 554, 555,
541, 552, 552, 556, 555, 544, 545, 546, 558, 560,
557, 559, 548, 550, 557, 561, 554, 562, 564, 549,
561, 563, 553, 556, 562, 559, 563, 558, 560, 565,
566, 567, 568, 67, 569, 570, 564, 568, 565, 569,
570, 571, 571, 573, 574, 566, 575, 577, 573, 578,
575, 575, 567, 576, 576, 578, 579, 580, 581, 582,
583, 579, 585, 574, 590, 586, 577, 584, 587, 587,
588, 589, 591, 590, 588, 594, 580, 581, 582, 583,
586, 584, 593, 585, 589, 592, 592, 593, 595, 596,
599, 599, 591, 595, 596, 594, 601, 602, 603, 601,
604, 605, 606, 606, 607, 604, 608, 608, 609, 610,
611, 615, 602, 610, 614, 612, 605, 616, 620, 609,
612, 618, 624, 603, 607, 617, 618, 617, 619, 611,
621, 615, 614, 619, 623, 627, 621, 616, 620, 623,
625, 626, 626, 625, 628, 629, 630, 624, 631, 631,
629, 630, 632, 627, 633, 634, 635, 632, 637, 636,
638, 639, 640, 641, 628, 638, 61, 647, 642, 644,
647, 637, 633, 636, 649, 634, 635, 643, 648, 650,
654, 639, 640, 642, 641, 644, 643, 648, 650, 643,
651, 650, 652, 649, 653, 653, 655, 652, 656, 651,
654, 657, 658, 659, 659, 660, 661, 663, 664, 655,
668, 665, 663, 664, 669, 657, 656, 665, 668, 666,
658, 660, 666, 670, 661, 671, 672, 674, 666, 675,
676, 677, 669, 675, 678, 676, 677, 679, 680, 681,
682, 671, 670, 678, 672, 682, 683, 674, 684, 685,
687, 681, 690, 680, 691, 685, 686, 686, 683, 687,
679, 688, 688, 689, 692, 692, 684, 698, 689, 693,
693, 694, 694, 690, 691, 695, 697, 699, 695, 700,
703, 697, 699, 701, 701, 698, 702, 704, 705, 706,
707, 702, 703, 708, 703, 709, 709, 710, 712, 703,
714, 711, 716, 713, 700, 712, 717, 704, 705, 706,
711, 707, 713, 715, 715, 719, 720, 710, 721, 708,
719, 720, 717, 722, 723, 724, 714, 725, 716, 723,
722, 726, 727, 728, 724, 729, 730, 732, 721, 728,
731, 735, 732, 734, 729, 733, 726, 725, 734, 733,
733, 727, 737, 735, 731, 736, 739, 730, 738, 743,
736, 740, 738, 742, 737, 753, 740, 745, 742, 744,
744, 743, 746, 745, 747, 748, 750, 746, 752, 752,
747, 739, 754, 753, 748, 759, 764, 758, 750, 766,
752, 754, 758, 760, 760, 761, 767, 761, 762, 762,
765, 765, 759, 768, 769, 770, 764, 771, 767, 772,
766, 773, 774, 773, 772, 768, 769, 775, 776, 776,
770, 777, 779, 778, 779, 782, 775, 771, 778, 780,
774, 781, 783, 784, 780, 785, 781, 786, 784, 787,
785, 788, 788, 782, 794, 789, 790, 777, 792, 793,
791, 795, 783, 787, 799, 790, 786, 789, 790, 791,
792, 800, 793, 796, 794, 798, 802, 795, 803, 796,
800, 798, 801, 801, 804, 802, 805, 806, 804, 799,
809, 805, 807, 807, 810, 810, 812, 803, 813, 809,
806, 811, 811, 813, 815, 814, 816, 817, 812, 814,
818, 816, 819, 820, 821, 823, 859, 824, 823, 815,
859, 825, 826, 826, 829, 820, 817, 827, 827, 818,
824, 828, 828, 819, 825, 821, 832, 829, 830, 830,
831, 831, 833, 833, 834, 834, 836, 837, 837, 838,
841, 836, 839, 839, 840, 832, 841, 842, 843, 843,
842, 844, 844, 845, 846, 846, 848, 848, 838, 849,
850, 850, 840, 851, 843, 852, 853, 855, 854, 856,
852, 857, 845, 854, 858, 851, 861, 862, 856, 858,
857, 56, 855, 863, 863, 849, 862, 853, 864, 865,
865, 867, 869, 864, 870, 869, 861, 875, 865, 870,
871, 871, 872, 867, 873, 876, 872, 873, 874, 874,
877, 878, 879, 880, 881, 877, 878, 875, 879, 881,
882, 883, 899, 883, 898, 876, 886, 886, 882, 880,
889, 889, 892, 892, 894, 894, 896, 897, 897, 910,
898, 896, 900, 905, 899, 902, 902, 900, 905, 906,
907, 906, 908, 908, 909, 907, 911, 910, 912, 913,
914, 915, 915, 916, 917, 918, 909, 920, 911, 919,
912, 913, 916, 921, 922, 926, 923, 924, 924, 922,
914, 923, 919, 927, 927, 918, 929, 921, 930, 931,
917, 920, 932, 926, 933, 929, 934, 934, 935, 936,
937, 938, 942, 935, 944, 944, 930, 931, 932, 943,
945, 946, 943, 933, 936, 948, 948, 949, 953, 937,
1042, 938, 942, 950, 950, 945, 952, 952, 954, 946,
955, 957, 959, 956, 962, 955, 949, 954, 956, 957,
953, 960, 1042, 961, 963, 963, 960, 959, 961, 962,
964, 964, 965, 965, 966, 966, 968, 969, 971, 970,
976, 968, 970, 972, 973, 973, 974, 971, 977, 969,
978, 978, 972, 979, 988, 974, 980, 983, 981, 976,
984, 51, 979, 981, 980, 993, 983, 977, 986, 986,
989, 989, 990, 984, 988, 990, 991, 991, 992, 992,
994, 995, 1002, 993, 996, 996, 995, 997, 1003, 1004,
1005, 997, 1006, 1007, 994, 1008, 1003, 1006, 1009, 1010,
1012, 1002, 1013, 1012, 1014, 1014, 1005, 1009, 1004, 1016,
1015, 1019, 1020, 1007, 1015, 1018, 1028, 1023, 1016, 1010,
1013, 1008, 1023, 1019, 1018, 1024, 1024, 1025, 1027, 1029,
1030, 1030, 1031, 1027, 1032, 1028, 1025, 1020, 1033, 1035,
1034, 1036, 1037, 1037, 1029, 1034, 1033, 1038, 1031, 1040,
1040, 1041, 1038, 1032, 1043, 1043, 1044, 1044, 1045, 1047,
1036, 1046, 1048, 1048, 1050, 1035, 1049, 1049, 1071, 1052,
1065, 1041, 1071, 1046, 1052, 1053, 1053, 1045, 1065, 1047,
1054, 1054, 1056, 1050, 1055, 1055, 1070, 1056, 1057, 1057,
1059, 1059, 1061, 1061, 1062, 1066, 1066, 1067, 1080, 1062,
1075, 1075, 1067, 1077, 1079, 1079, 1070, 1077, 1082, 1083,
1083, 1084, 1084, 1080, 1086, 1086, 1088, 1089, 1089, 1093,
1094, 1095, 1095, 1093, 1096, 1099, 1082, 1098, 1088, 1100,
1101, 1101, 50, 1096, 45, 40, 14, 13, 0, 1099,
1094, 0, 1098, 0, 0, 0, 0, 0, 1100, 1104,
1104, 1104, 1104, 1104, 1104, 1105, 1105, 1105, 1105, 1105,
1105, 1106, 1106, 1106, 1106, 1106, 1106, 1107, 1107, 1107,
1107, 1107, 1107, 1108, 1108, 1108, 1108, 1108, 1108, 1110,
1110, 1110, 1110, 1110, 1110, 1111, 1111, 0, 0, 1111,
1111, 1112, 1112, 0, 1112, 0, 1112, 1113, 0, 0,
0, 0, 1113, 1114, 1114, 0, 0, 1114, 1114, 1115,
0, 0, 0, 0, 1115, 1116, 1116, 1116, 1116, 1116,
1116, 1117, 1117, 1117, 1117, 1117, 1117, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103, 1103,
1103, 1103, 1103, 1103, 1103, 1103, 1103
} ;
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 "config.h"
#include <ctype.h>
#include <string.h>
#include <strings.h>
#include "util/configyyrename.h"
#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
/** 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;
};
static struct inc_state parse_stack[MAXINCLUDES];
static YY_BUFFER_STATE include_stack[MAXINCLUDES];
static int config_include_stack_ptr = 0;
static int inc_prev = 0;
static int num_args = 0;
static void config_start_include(const char* filename)
{
FILE *input;
if(strlen(filename) == 0) {
ub_c_error_msg("empty include file name");
return;
}
if(config_include_stack_ptr >= MAXINCLUDES) {
ub_c_error_msg("includes nested too deeply, skipped (>%d)", MAXINCLUDES);
return;
}
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
strlen(cfg_parser->chroot)) == 0) {
filename += strlen(cfg_parser->chroot);
}
input = fopen(filename, "r");
if(!input) {
ub_c_error_msg("cannot open include file '%s': %s",
filename, strerror(errno));
return;
}
LEXOUT(("switch_to_include_file(%s) ", filename));
parse_stack[config_include_stack_ptr].filename = cfg_parser->filename;
parse_stack[config_include_stack_ptr].line = cfg_parser->line;
include_stack[config_include_stack_ptr] = YY_CURRENT_BUFFER;
cfg_parser->filename = strdup(filename);
cfg_parser->line = 1;
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
++config_include_stack_ptr;
}
static void config_end_include(void)
{
--config_include_stack_ptr;
free(cfg_parser->filename);
cfg_parser->filename = parse_stack[config_include_stack_ptr].filename;
cfg_parser->line = parse_stack[config_include_stack_ptr].line;
yy_delete_buffer(YY_CURRENT_BUFFER);
yy_switch_to_buffer(include_stack[config_include_stack_ptr]);
}
#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 100 "util/configlexer.lex"
#ifndef YY_NO_UNPUT
#define YY_NO_UNPUT 1
#endif
#ifndef YY_NO_INPUT
#define YY_NO_INPUT 1
#endif
#line 1418 "<stdout>"
#define INITIAL 0
#define quotedstring 1
#define singlequotedstr 2
#define include 3
#define include_quoted 4
#define val 5
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
static int yy_init_globals (void );
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
int yylex_destroy (void );
int yyget_debug (void );
void yyset_debug (int debug_flag );
YY_EXTRA_TYPE yyget_extra (void );
void yyset_extra (YY_EXTRA_TYPE user_defined );
FILE *yyget_in (void );
void yyset_in (FILE * in_str );
FILE *yyget_out (void );
void yyset_out (FILE * out_str );
int yyget_leng (void );
char *yyget_text (void );
int yyget_lineno (void );
void yyset_lineno (int line_number );
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap (void );
#else
extern int yywrap (void );
#endif
#endif
#ifndef 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 fwrite( yytext, yyleng, 1, yyout )
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
unsigned 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 120 "util/configlexer.lex"
#line 1605 "<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 >= 1104 )
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] != 2218 );
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 121 "util/configlexer.lex"
{
LEXOUT(("SP ")); /* ignore */ }
YY_BREAK
case 2:
*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */
(yy_c_buf_p) = yy_cp -= 1;
YY_DO_BEFORE_ACTION; /* set up yytext again */
YY_RULE_SETUP
#line 123 "util/configlexer.lex"
{
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
YY_BREAK
case 3:
YY_RULE_SETUP
#line 125 "util/configlexer.lex"
{ YDVAR(0, VAR_SERVER) }
YY_BREAK
case 4:
YY_RULE_SETUP
#line 126 "util/configlexer.lex"
{ YDVAR(1, VAR_NUM_THREADS) }
YY_BREAK
case 5:
YY_RULE_SETUP
#line 127 "util/configlexer.lex"
{ YDVAR(1, VAR_VERBOSITY) }
YY_BREAK
case 6:
YY_RULE_SETUP
#line 128 "util/configlexer.lex"
{ YDVAR(1, VAR_PORT) }
YY_BREAK
case 7:
YY_RULE_SETUP
#line 129 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_RANGE) }
YY_BREAK
case 8:
YY_RULE_SETUP
#line 130 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
YY_BREAK
case 9:
YY_RULE_SETUP
#line 131 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
YY_BREAK
case 10:
YY_RULE_SETUP
#line 132 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
YY_BREAK
case 11:
YY_RULE_SETUP
#line 133 "util/configlexer.lex"
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
YY_BREAK
case 12:
YY_RULE_SETUP
#line 134 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP4) }
YY_BREAK
case 13:
YY_RULE_SETUP
#line 135 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_IP6) }
YY_BREAK
case 14:
YY_RULE_SETUP
#line 136 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_UDP) }
YY_BREAK
case 15:
YY_RULE_SETUP
#line 137 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_TCP) }
YY_BREAK
case 16:
YY_RULE_SETUP
#line 138 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_DAEMONIZE) }
YY_BREAK
case 17:
YY_RULE_SETUP
#line 139 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE) }
YY_BREAK
case 18:
YY_RULE_SETUP
#line 140 "util/configlexer.lex"
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
YY_BREAK
case 19:
YY_RULE_SETUP
#line 141 "util/configlexer.lex"
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
YY_BREAK
case 20:
YY_RULE_SETUP
#line 142 "util/configlexer.lex"
{ YDVAR(1, VAR_CHROOT) }
YY_BREAK
case 21:
YY_RULE_SETUP
#line 143 "util/configlexer.lex"
{ YDVAR(1, VAR_USERNAME) }
YY_BREAK
case 22:
YY_RULE_SETUP
#line 144 "util/configlexer.lex"
{ YDVAR(1, VAR_DIRECTORY) }
YY_BREAK
case 23:
YY_RULE_SETUP
#line 145 "util/configlexer.lex"
{ YDVAR(1, VAR_LOGFILE) }
YY_BREAK
case 24:
YY_RULE_SETUP
#line 146 "util/configlexer.lex"
{ YDVAR(1, VAR_PIDFILE) }
YY_BREAK
case 25:
YY_RULE_SETUP
#line 147 "util/configlexer.lex"
{ YDVAR(1, VAR_ROOT_HINTS) }
YY_BREAK
case 26:
YY_RULE_SETUP
#line 148 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
YY_BREAK
case 27:
YY_RULE_SETUP
#line 149 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
YY_BREAK
case 28:
YY_RULE_SETUP
#line 150 "util/configlexer.lex"
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
YY_BREAK
case 29:
YY_RULE_SETUP
#line 151 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
YY_BREAK
case 30:
YY_RULE_SETUP
#line 152 "util/configlexer.lex"
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
YY_BREAK
case 31:
YY_RULE_SETUP
#line 153 "util/configlexer.lex"
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
YY_BREAK
case 32:
YY_RULE_SETUP
#line 154 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
YY_BREAK
case 33:
YY_RULE_SETUP
#line 155 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
YY_BREAK
case 34:
YY_RULE_SETUP
#line 156 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
YY_BREAK
case 35:
YY_RULE_SETUP
#line 157 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
YY_BREAK
case 36:
YY_RULE_SETUP
#line 158 "util/configlexer.lex"
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
YY_BREAK
case 37:
YY_RULE_SETUP
#line 159 "util/configlexer.lex"
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
YY_BREAK
case 38:
YY_RULE_SETUP
#line 160 "util/configlexer.lex"
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
YY_BREAK
case 39:
YY_RULE_SETUP
#line 161 "util/configlexer.lex"
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
YY_BREAK
case 40:
YY_RULE_SETUP
#line 162 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
YY_BREAK
case 41:
YY_RULE_SETUP
#line 163 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
YY_BREAK
case 42:
YY_RULE_SETUP
#line 164 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_GLUE) }
YY_BREAK
case 43:
YY_RULE_SETUP
#line 165 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_DNNSEC_STRIPPED) }
YY_BREAK
case 44:
YY_RULE_SETUP
#line 166 "util/configlexer.lex"
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
YY_BREAK
case 45:
YY_RULE_SETUP
#line 167 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
YY_BREAK
case 46:
YY_RULE_SETUP
#line 168 "util/configlexer.lex"
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
YY_BREAK
case 47:
YY_RULE_SETUP
#line 169 "util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
YY_BREAK
case 48:
YY_RULE_SETUP
#line 170 "util/configlexer.lex"
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
YY_BREAK
case 49:
YY_RULE_SETUP
#line 171 "util/configlexer.lex"
{ YDVAR(0, VAR_STUB_ZONE) }
YY_BREAK
case 50:
YY_RULE_SETUP
#line 172 "util/configlexer.lex"
{ YDVAR(1, VAR_NAME) }
YY_BREAK
case 51:
YY_RULE_SETUP
#line 173 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_ADDR) }
YY_BREAK
case 52:
YY_RULE_SETUP
#line 174 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_HOST) }
YY_BREAK
case 53:
YY_RULE_SETUP
#line 175 "util/configlexer.lex"
{ YDVAR(1, VAR_STUB_PRIME) }
YY_BREAK
case 54:
YY_RULE_SETUP
#line 176 "util/configlexer.lex"
{ YDVAR(0, VAR_FORWARD_ZONE) }
YY_BREAK
case 55:
YY_RULE_SETUP
#line 177 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_ADDR) }
YY_BREAK
case 56:
YY_RULE_SETUP
#line 178 "util/configlexer.lex"
{ YDVAR(1, VAR_FORWARD_HOST) }
YY_BREAK
case 57:
YY_RULE_SETUP
#line 179 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
YY_BREAK
case 58:
YY_RULE_SETUP
#line 180 "util/configlexer.lex"
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
YY_BREAK
case 59:
YY_RULE_SETUP
#line 181 "util/configlexer.lex"
{ YDVAR(2, VAR_ACCESS_CONTROL) }
YY_BREAK
case 60:
YY_RULE_SETUP
#line 182 "util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_IDENTITY) }
YY_BREAK
case 61:
YY_RULE_SETUP
#line 183 "util/configlexer.lex"
{ YDVAR(1, VAR_HIDE_VERSION) }
YY_BREAK
case 62:
YY_RULE_SETUP
#line 184 "util/configlexer.lex"
{ YDVAR(1, VAR_IDENTITY) }
YY_BREAK
case 63:
YY_RULE_SETUP
#line 185 "util/configlexer.lex"
{ YDVAR(1, VAR_VERSION) }
YY_BREAK
case 64:
YY_RULE_SETUP
#line 186 "util/configlexer.lex"
{ YDVAR(1, VAR_MODULE_CONF) }
YY_BREAK
case 65:
YY_RULE_SETUP
#line 187 "util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR) }
YY_BREAK
case 66:
YY_RULE_SETUP
#line 188 "util/configlexer.lex"
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
YY_BREAK
case 67:
YY_RULE_SETUP
#line 189 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
YY_BREAK
case 68:
YY_RULE_SETUP
#line 190 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
YY_BREAK
case 69:
YY_RULE_SETUP
#line 191 "util/configlexer.lex"
{ YDVAR(1, VAR_TRUST_ANCHOR) }
YY_BREAK
case 70:
YY_RULE_SETUP
#line 192 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
YY_BREAK
case 71:
YY_RULE_SETUP
#line 193 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
YY_BREAK
case 72:
YY_RULE_SETUP
#line 194 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
YY_BREAK
case 73:
YY_RULE_SETUP
#line 195 "util/configlexer.lex"
{ YDVAR(1, VAR_BOGUS_TTL) }
YY_BREAK
case 74:
YY_RULE_SETUP
#line 196 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
YY_BREAK
case 75:
YY_RULE_SETUP
#line 197 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
YY_BREAK
case 76:
YY_RULE_SETUP
#line 198 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
YY_BREAK
case 77:
YY_RULE_SETUP
#line 199 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
YY_BREAK
case 78:
YY_RULE_SETUP
#line 200 "util/configlexer.lex"
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
YY_BREAK
case 79:
YY_RULE_SETUP
#line 201 "util/configlexer.lex"
{
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
YY_BREAK
case 80:
YY_RULE_SETUP
#line 203 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_SYSLOG) }
YY_BREAK
case 81:
YY_RULE_SETUP
#line 204 "util/configlexer.lex"
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
YY_BREAK
case 82:
YY_RULE_SETUP
#line 205 "util/configlexer.lex"
{ YDVAR(2, VAR_LOCAL_ZONE) }
YY_BREAK
case 83:
YY_RULE_SETUP
#line 206 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA) }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 207 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
YY_BREAK
case 85:
YY_RULE_SETUP
#line 208 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
YY_BREAK
case 86:
YY_RULE_SETUP
#line 209 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
YY_BREAK
case 87:
YY_RULE_SETUP
#line 210 "util/configlexer.lex"
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 211 "util/configlexer.lex"
{ YDVAR(0, VAR_REMOTE_CONTROL) }
YY_BREAK
case 89:
YY_RULE_SETUP
#line 212 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_ENABLE) }
YY_BREAK
case 90:
YY_RULE_SETUP
#line 213 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
YY_BREAK
case 91:
YY_RULE_SETUP
#line 214 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_PORT) }
YY_BREAK
case 92:
YY_RULE_SETUP
#line 215 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 216 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
YY_BREAK
case 94:
YY_RULE_SETUP
#line 217 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
YY_BREAK
case 95:
YY_RULE_SETUP
#line 218 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 219 "util/configlexer.lex"
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
YY_BREAK
case 97:
YY_RULE_SETUP
#line 220 "util/configlexer.lex"
{ YDVAR(0, VAR_PYTHON) }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 221 "util/configlexer.lex"
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
YY_BREAK
case 99:
/* rule 99 can match eol */
YY_RULE_SETUP
#line 222 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++; }
YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 100:
YY_RULE_SETUP
#line 225 "util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 226 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 101:
YY_RULE_SETUP
#line 231 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 102:
/* rule 102 can match eol */
YY_RULE_SETUP
#line 232 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end \"");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 103:
YY_RULE_SETUP
#line 234 "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 104:
YY_RULE_SETUP
#line 246 "util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
#line 247 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 105:
YY_RULE_SETUP
#line 252 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 106:
/* rule 106 can match eol */
YY_RULE_SETUP
#line 253 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end '");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 107:
YY_RULE_SETUP
#line 255 "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 108:
YY_RULE_SETUP
#line 267 "util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
#line 269 "util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(inc_prev);
}
YY_BREAK
case 109:
YY_RULE_SETUP
#line 273 "util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
case 110:
/* rule 110 can match eol */
YY_RULE_SETUP
#line 274 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
case 111:
YY_RULE_SETUP
#line 275 "util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
case 112:
YY_RULE_SETUP
#line 276 "util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 281 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
case 113:
YY_RULE_SETUP
#line 285 "util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
case 114:
/* rule 114 can match eol */
YY_RULE_SETUP
#line 286 "util/configlexer.lex"
{ yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev); }
YY_BREAK
case 115:
YY_RULE_SETUP
#line 288 "util/configlexer.lex"
{
LEXOUT(("IQE "));
yytext[yyleng - 1] = '\0';
config_start_include(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(val):
#line 294 "util/configlexer.lex"
{
yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
if (config_include_stack_ptr == 0) {
yyterminate();
} else {
fclose(yyin);
config_end_include();
}
}
YY_BREAK
case 116:
YY_RULE_SETUP
#line 304 "util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
if(--num_args == 0) { BEGIN(INITIAL); }
yylval.str = strdup(yytext); return STRING_ARG; }
YY_BREAK
case 117:
YY_RULE_SETUP
#line 308 "util/configlexer.lex"
{
ub_c_error_msg("unknown keyword '%s'", yytext);
}
YY_BREAK
case 118:
YY_RULE_SETUP
#line 312 "util/configlexer.lex"
{
ub_c_error_msg("stray '%s'", yytext);
}
YY_BREAK
case 119:
YY_RULE_SETUP
#line 316 "util/configlexer.lex"
ECHO;
YY_BREAK
#line 2383 "<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
{
int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
int yy_c_buf_p_offset =
(int) ((yy_c_buf_p) - b->yy_ch_buf);
if ( b->yy_is_our_buffer )
{
int new_size = b->yy_buf_size * 2;
if ( new_size <= 0 )
b->yy_buf_size += b->yy_buf_size / 8;
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
yyrealloc((void *) b->yy_ch_buf,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), (size_t) 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 >= 1104 )
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 >= 1104 )
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 == 1103);
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 */
int offset = (yy_c_buf_p) - (yytext_ptr);
++(yy_c_buf_p);
switch ( yy_get_next_buffer( ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
yyrestart(yyin );
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( yywrap( ) )
return 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 );
}
#ifndef __cplusplus
extern int isatty (int );
#endif /* __cplusplus */
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a yyrestart() or at EOF.
*/
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
{
int oerrno = errno;
yy_flush_buffer(b );
b->yy_input_file = file;
b->yy_fill_buffer = 1;
/* If b is the current buffer, then yy_init_buffer was _probably_
* called from yyrestart() or through yy_get_next_buffer.
* In that case, we don't want to reset the lineno or column.
*/
if (b != YY_CURRENT_BUFFER){
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
errno = oerrno;
}
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
*
*/
void yy_flush_buffer (YY_BUFFER_STATE b )
{
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
b->yy_buffer_status = YY_BUFFER_NEW;
if ( b == YY_CURRENT_BUFFER )
yy_load_buffer_state( );
}
/** Pushes the new state onto the stack. The new state becomes
* the current state. This function will allocate the stack
* if necessary.
* @param new_buffer The new state.
*
*/
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
{
if (new_buffer == NULL)
return;
yyensure_buffer_stack();
/* This block is copied from yy_switch_to_buffer. */
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
*(yy_c_buf_p) = (yy_hold_char);
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
}
/* Only push if top exists. Otherwise, replace top. */
if (YY_CURRENT_BUFFER)
(yy_buffer_stack_top)++;
YY_CURRENT_BUFFER_LVALUE = new_buffer;
/* copied from yy_switch_to_buffer. */
yy_load_buffer_state( );
(yy_did_buffer_switch_on_eof) = 1;
}
/** Removes and deletes the top of the stack, if present.
* The next element becomes the new top.
*
*/
void yypop_buffer_state (void)
{
if (!YY_CURRENT_BUFFER)
return;
yy_delete_buffer(YY_CURRENT_BUFFER );
YY_CURRENT_BUFFER_LVALUE = NULL;
if ((yy_buffer_stack_top) > 0)
--(yy_buffer_stack_top);
if (YY_CURRENT_BUFFER) {
yy_load_buffer_state( );
(yy_did_buffer_switch_on_eof) = 1;
}
}
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
static void yyensure_buffer_stack (void)
{
int num_to_alloc;
if (!(yy_buffer_stack)) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1;
(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 bytes the byte buffer to scan
* @param len the number of bytes in the buffer pointed to by @a bytes.
*
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
{
YY_BUFFER_STATE b;
char *buf;
yy_size_t n;
int 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.
*
*/
int 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 316 "util/configlexer.lex"