unbound/util/configlexer.c
Wouter Wijngaards 63d3cb7ff4 log-time-ascii option
git-svn-id: file:///svn/unbound/trunk@1465 be551aaa-1e26-0410-a405-d3ace91eadb9
2009-02-06 12:51:45 +00:00

3286 lines
106 KiB
C

#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 114
#define YY_END_OF_BUFFER 115
/* 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[1058] =
{ 0,
1, 1, 96, 96, 100, 100, 104, 104, 108, 108,
1, 1, 115, 112, 1, 94, 94, 113, 112, 113,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 96,
97, 98, 114, 100, 101, 102, 114, 107, 104, 105,
106, 114, 114, 108, 109, 110, 114, 111, 1, 95,
111, 99, 114, 111, 112, 0, 1, 0, 112, 0,
2, 0, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 96, 0,
100, 0, 107, 0, 104, 108, 0, 111, 0, 111,
0, 111, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 111, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 111, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
50, 112, 112, 112, 112, 112, 6, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 111, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 111, 112, 112,
20, 112, 112, 112, 112, 12, 13, 112, 15, 14,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 3, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 111, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 103,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
23, 112, 112, 112, 112, 112, 112, 112, 24, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 63, 103, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 62, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 21, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 22, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 17, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 51, 52, 112, 49, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 5, 112, 112, 112,
112, 112, 112, 112, 112, 65, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 81, 80, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 25, 112, 112, 112, 112, 53, 112,
112, 112, 112, 112, 78, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 42, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 4, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 89, 112, 16, 112,
112, 55, 56, 54, 112, 112, 112, 112, 112, 61,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 69, 112, 112, 112, 112, 112, 112, 112,
112, 112, 31, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 60, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 64, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 71, 112, 112, 112, 112, 59, 112, 87,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 32, 33, 112, 38, 74, 112,
82, 79, 112, 27, 112, 76, 112, 112, 112, 112,
112, 7, 112, 48, 86, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 66, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 112, 112, 75, 26, 28, 112,
112, 112, 112, 112, 47, 112, 112, 112, 90, 112,
112, 112, 112, 112, 112, 45, 112, 112, 112, 112,
112, 112, 92, 112, 112, 112, 112, 112, 112, 112,
11, 112, 112, 112, 112, 112, 112, 10, 112, 112,
29, 112, 91, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 93, 88, 112, 112, 112, 112, 112,
112, 112, 112, 112, 34, 112, 112, 112, 112, 112,
30, 112, 112, 112, 67, 68, 112, 112, 112, 70,
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
112, 112, 18, 112, 112, 112, 112, 112, 112, 112,
112, 112, 112, 112, 85, 112, 112, 112, 112, 112,
112, 19, 112, 9, 112, 112, 83, 39, 112, 112,
112, 73, 57, 112, 112, 41, 44, 40, 112, 35,
112, 8, 112, 112, 72, 112, 112, 112, 36, 112,
84, 112, 112, 58, 43, 37, 112, 112, 112, 112,
46, 112, 112, 112, 112, 77, 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[1072] =
{ 0,
0, 0, 37, 40, 44, 51, 63, 75, 56, 68,
87, 108, 2050, 2035, 50, 2135, 2135, 2135, 129, 94,
33, 124, 94, 49, 74, 61, 91, 92, 110, 111,
112, 133, 50, 135, 137, 136, 145, 143, 159, 2032,
2135, 2135, 122, 2031, 2135, 2135, 157, 2030, 2040, 2135,
2135, 2135, 176, 2028, 2135, 2135, 180, 2027, 180, 2135,
185, 2135, 189, 90, 1749, 195, 199, 1280, 206, 1128,
2135, 1024, 158, 190, 122, 116, 191, 182, 207, 199,
203, 208, 210, 211, 212, 147, 213, 217, 223, 222,
228, 230, 231, 225, 235, 233, 234, 236, 240, 242,
246, 247, 252, 250, 253, 254, 72, 256, 854, 266,
752, 269, 617, 286, 530, 481, 274, 426, 290, 296,
211, 269, 262, 283, 289, 273, 292, 299, 305, 295,
298, 302, 303, 301, 312, 310, 311, 313, 322, 329,
336, 318, 337, 335, 343, 346, 344, 347, 334, 323,
348, 349, 350, 352, 356, 357, 358, 360, 361, 371,
372, 368, 373, 364, 375, 377, 378, 381, 390, 393,
382, 386, 397, 395, 388, 403, 405, 411, 407, 408,
307, 412, 414, 409, 415, 416, 417, 422, 423, 436,
420, 430, 424, 425, 434, 446, 447, 442, 454, 450,
451, 452, 458, 455, 457, 459, 463, 464, 483, 465,
467, 468, 469, 479, 471, 472, 475, 490, 496, 505,
492, 484, 493, 506, 507, 494, 511, 513, 514, 515,
521, 517, 526, 527, 534, 530, 532, 535, 536, 537,
2135, 541, 543, 545, 546, 547, 2135, 548, 549, 550,
556, 552, 560, 561, 563, 571, 565, 572, 567, 574,
578, 582, 580, 581, 584, 586, 591, 596, 595, 588,
598, 602, 604, 607, 608, 612, 616, 618, 623, 625,
626, 628, 634, 633, 630, 620, 636, 638, 639, 643,
650, 646, 653, 648, 654, 660, 656, 663, 664, 665,
609, 658, 668, 669, 676, 675, 677, 683, 681, 685,
687, 686, 688, 695, 691, 693, 694, 696, 698, 700,
707, 705, 706, 715, 708, 709, 716, 719, 722, 727,
2135, 734, 721, 723, 732, 2135, 2135, 733, 2135, 2135,
736, 742, 751, 738, 735, 741, 745, 749, 759, 746,
764, 754, 748, 767, 771, 762, 773, 780, 781, 776,
783, 785, 774, 789, 788, 787, 801, 797, 790, 798,
802, 2135, 803, 806, 807, 808, 809, 814, 811, 821,
815, 818, 822, 824, 827, 830, 832, 828, 836, 833,
839, 841, 842, 843, 868, 844, 845, 847, 851, 855,
862, 852, 864, 858, 875, 874, 878, 881, 886, 2135,
894, 887, 883, 891, 893, 856, 896, 895, 897, 908,
2135, 899, 905, 907, 913, 916, 919, 922, 2135, 923,
906, 909, 928, 930, 932, 933, 926, 934, 938, 940,
941, 939, 947, 948, 955, 949, 953, 956, 957, 963,
960, 961, 962, 2135, 149, 965, 972, 968, 966, 969,
976, 974, 985, 977, 982, 988, 986, 990, 992, 996,
997, 998, 999, 1000, 1003, 1001, 1004, 2135, 1008, 1002,
1009, 1015, 1028, 1012, 1031, 1032, 1030, 1036, 1024, 1034,
1044, 1045, 1041, 1043, 1042, 1049, 1048, 1050, 1054, 1057,
1059, 1055, 1062, 1067, 1069, 1070, 1072, 1074, 1076, 1078,
1061, 1082, 1085, 2135, 1091, 1095, 1098, 1087, 1089, 1100,
1097, 1101, 1102, 1103, 1105, 1106, 1109, 2135, 1112, 1110,
1114, 1113, 1115, 1116, 1123, 1122, 1124, 1138, 1134, 1126,
1140, 1128, 1130, 1142, 1153, 1155, 1156, 2135, 1154, 1146,
1163, 1161, 1152, 1164, 1172, 1166, 1168, 1169, 1173, 1175,
1174, 1176, 1177, 1179, 1180, 1181, 1197, 1194, 1182, 1203,
1205, 2135, 2135, 1207, 2135, 1208, 1204, 1184, 1210, 1212,
1214, 1216, 1217, 1220, 1186, 1221, 2135, 1223, 1222, 1224,
1226, 1225, 1234, 1232, 1233, 2135, 1238, 1235, 1245, 1237,
1247, 1248, 1249, 1251, 1256, 1257, 1258, 1259, 1262, 1264,
1268, 1265, 1266, 1269, 1272, 1271, 1273, 2135, 2135, 1281,
1282, 1274, 1288, 1292, 1299, 1296, 1298, 1302, 1303, 1305,
1304, 1306, 1308, 2135, 1314, 1316, 1317, 1324, 2135, 1312,
1310, 1313, 1325, 1329, 2135, 1330, 1331, 1334, 1337, 1336,
1338, 1340, 1348, 1344, 1346, 1349, 1358, 1351, 1362, 1359,
1363, 1366, 1368, 1370, 1371, 2135, 1377, 1373, 1380, 1376,
1379, 1386, 1384, 1382, 1385, 1387, 1388, 1389, 1392, 1390,
1395, 1399, 1408, 1394, 1411, 1397, 1400, 2135, 1413, 1419,
1421, 1422, 1425, 1424, 1427, 1426, 1428, 1431, 1432, 1435,
1443, 1451, 1444, 1436, 1452, 1454, 1455, 1437, 1461, 1457,
1458, 1464, 1465, 1467, 1468, 1460, 2135, 1473, 2135, 1475,
1477, 2135, 2135, 2135, 1483, 1480, 1481, 1488, 1492, 2135,
1484, 1493, 1489, 1495, 1496, 1499, 1498, 1500, 1501, 1503,
1509, 1512, 1515, 1502, 1517, 1516, 1519, 1525, 1523, 1526,
1534, 1531, 1532, 1533, 1537, 1543, 1535, 1538, 1540, 1539,
1542, 1548, 2135, 1556, 1545, 1557, 1561, 1563, 1564, 1565,
1568, 1575, 2135, 1567, 1578, 1579, 1581, 1582, 1584, 1571,
1585, 1589, 1590, 1591, 1592, 2135, 1594, 1596, 1599, 1600,
1606, 1615, 1607, 1617, 1619, 1602, 1623, 1625, 2135, 1626,
1628, 1610, 1633, 1630, 1634, 1595, 1635, 1638, 1639, 1642,
1644, 1645, 1646, 1649, 1650, 1652, 1654, 1653, 1656, 1657,
1667, 1660, 2135, 1663, 1669, 1674, 1677, 2135, 1670, 2135,
1676, 1680, 1687, 1684, 1689, 1681, 1690, 1691, 1698, 1694,
1695, 1697, 1699, 1703, 2135, 2135, 1708, 2135, 2135, 1713,
2135, 2135, 1715, 2135, 1717, 2135, 1723, 1719, 1706, 1704,
1724, 2135, 1728, 2135, 2135, 1725, 1731, 1732, 1735, 1736,
1721, 1738, 1740, 1741, 1742, 1744, 1745, 1746, 1747, 1751,
1755, 1756, 1758, 2135, 1759, 1765, 1769, 1763, 1768, 1771,
1770, 1774, 1780, 1776, 1779, 1782, 2135, 2135, 2135, 1783,
1785, 1793, 1784, 1790, 2135, 1795, 1796, 1801, 2135, 1804,
1797, 1807, 1806, 1809, 1810, 2135, 1812, 1817, 1820, 1813,
1824, 1830, 2135, 1821, 1831, 1832, 1833, 1836, 1837, 1839,
2135, 1834, 1840, 1847, 1841, 1844, 1849, 2135, 1851, 1855,
2135, 1857, 2135, 1858, 1861, 1863, 1865, 1870, 1867, 1872,
1876, 1874, 1875, 2135, 2135, 1877, 1880, 1881, 1882, 1884,
1883, 1887, 1890, 1891, 2135, 1892, 1894, 1902, 1893, 1905,
2135, 1906, 1904, 1907, 2135, 2135, 1917, 1908, 1910, 2135,
1918, 1920, 1921, 1925, 1926, 1927, 1929, 1928, 1930, 1931,
1935, 1938, 2135, 1941, 1944, 1945, 1948, 1952, 1949, 1953,
1954, 1958, 1960, 1961, 2135, 1966, 1963, 1970, 1973, 1976,
1978, 2135, 1982, 2135, 1985, 1986, 2135, 2135, 1979, 1989,
1990, 2135, 2135, 1955, 1992, 2135, 2135, 2135, 1994, 2135,
1997, 2135, 1999, 2000, 2135, 2002, 2004, 2006, 2135, 2008,
2135, 2009, 2010, 2135, 2135, 2135, 2012, 2013, 2018, 2014,
2135, 2019, 2022, 2024, 2026, 2135, 2135, 2056, 2062, 2068,
2074, 2080, 94, 2086, 2092, 2098, 2104, 2110, 2116, 2122,
2128
} ;
static yyconst flex_int16_t yy_def[1072] =
{ 0,
1057, 1, 1058, 1058, 1059, 1059, 1060, 1060, 1061, 1061,
1062, 1062, 1057, 1063, 1057, 1057, 1057, 1057, 1064, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1065,
1057, 1057, 1065, 1066, 1057, 1057, 1066, 1067, 1057, 1057,
1057, 1057, 1067, 1068, 1057, 1057, 1068, 1069, 1057, 1057,
1070, 1057, 1069, 1069, 1063, 1063, 1057, 1071, 1064, 1071,
1057, 1064, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1065, 1065,
1066, 1066, 1067, 1067, 1057, 1068, 1068, 1069, 1069, 1070,
1070, 1069, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1069, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1069, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1057, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1069, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1069, 1063, 1063,
1057, 1063, 1063, 1063, 1063, 1057, 1057, 1063, 1057, 1057,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1069, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1057, 1069, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1057, 1057, 1063, 1057, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1057, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063, 1057, 1063,
1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1057, 1063,
1063, 1057, 1057, 1057, 1063, 1063, 1063, 1063, 1063, 1057,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1057, 1063, 1063, 1063, 1063, 1057, 1063, 1057,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1057, 1057, 1063, 1057, 1057, 1063,
1057, 1057, 1063, 1057, 1063, 1057, 1063, 1063, 1063, 1063,
1063, 1057, 1063, 1057, 1057, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1063, 1063, 1057, 1057, 1057, 1063,
1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1057, 1063,
1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063,
1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1057, 1063, 1063, 1063, 1063, 1063, 1063, 1057, 1063, 1063,
1057, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1057, 1057, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063,
1057, 1063, 1063, 1063, 1057, 1057, 1063, 1063, 1063, 1057,
1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063, 1063, 1063,
1063, 1063, 1063, 1063, 1057, 1063, 1063, 1063, 1063, 1063,
1063, 1057, 1063, 1057, 1063, 1063, 1057, 1057, 1063, 1063,
1063, 1057, 1057, 1063, 1063, 1057, 1057, 1057, 1063, 1057,
1063, 1057, 1063, 1063, 1057, 1063, 1063, 1063, 1057, 1063,
1057, 1063, 1063, 1057, 1057, 1057, 1063, 1063, 1063, 1063,
1057, 1063, 1063, 1063, 1063, 1057, 0, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057
} ;
static yyconst flex_int16_t yy_nxt[2175] =
{ 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,
41, 42, 41, 41, 42, 66, 45, 45, 73, 43,
46, 67, 43, 45, 45, 68, 47, 46, 55, 55,
56, 66, 66, 47, 49, 50, 50, 51, 57, 52,
55, 55, 56, 66, 82, 53, 49, 50, 50, 51,
57, 52, 83, 94, 66, 80, 66, 53, 59, 16,
16, 60, 61, 62, 65, 65, 161, 65, 65, 63,
65, 81, 119, 66, 66, 65, 66, 84, 64, 59,
16, 16, 60, 61, 62, 77, 122, 85, 78, 86,
63, 79, 66, 66, 66, 109, 109, 87, 66, 64,
70, 71, 70, 70, 66, 70, 66, 74, 88, 89,
70, 72, 126, 90, 75, 66, 91, 66, 66, 66,
92, 76, 125, 101, 98, 66, 95, 66, 103, 66,
111, 119, 96, 111, 99, 97, 93, 100, 102, 105,
66, 66, 107, 123, 106, 104, 108, 113, 138, 113,
113, 67, 113, 116, 116, 68, 70, 71, 70, 70,
118, 70, 118, 118, 66, 118, 65, 121, 65, 65,
67, 65, 66, 66, 68, 124, 65, 70, 71, 70,
70, 66, 70, 71, 129, 66, 128, 70, 72, 66,
66, 127, 66, 66, 66, 66, 133, 135, 134, 66,
136, 130, 140, 131, 66, 66, 141, 66, 132, 142,
66, 143, 66, 66, 137, 66, 66, 66, 66, 145,
139, 148, 66, 144, 66, 150, 146, 147, 66, 66,
155, 151, 66, 149, 66, 66, 66, 152, 66, 109,
109, 160, 111, 153, 66, 111, 154, 116, 116, 164,
156, 119, 157, 158, 163, 66, 162, 113, 159, 113,
113, 118, 113, 118, 118, 66, 118, 70, 71, 70,
70, 66, 70, 165, 66, 167, 169, 66, 121, 168,
66, 66, 175, 66, 66, 66, 166, 66, 177, 66,
178, 170, 66, 66, 66, 66, 171, 179, 183, 185,
66, 172, 230, 176, 66, 66, 180, 173, 174, 181,
182, 66, 186, 187, 190, 184, 66, 66, 66, 66,
192, 189, 191, 193, 188, 66, 66, 197, 66, 66,
66, 66, 66, 194, 66, 195, 196, 200, 66, 66,
66, 203, 66, 66, 206, 198, 66, 204, 207, 209,
66, 199, 210, 66, 66, 119, 201, 66, 202, 66,
66, 205, 214, 66, 66, 213, 217, 212, 66, 211,
66, 208, 66, 218, 215, 66, 219, 66, 216, 66,
220, 223, 222, 221, 224, 66, 225, 66, 227, 66,
66, 66, 226, 66, 66, 231, 66, 66, 66, 66,
234, 241, 66, 233, 66, 66, 66, 66, 119, 228,
235, 229, 66, 237, 232, 242, 66, 238, 66, 236,
239, 240, 245, 243, 66, 246, 244, 247, 66, 66,
248, 250, 66, 66, 66, 254, 66, 66, 252, 66,
66, 66, 255, 253, 249, 66, 66, 66, 258, 66,
119, 66, 251, 66, 66, 257, 270, 66, 267, 256,
260, 66, 266, 117, 259, 66, 66, 261, 262, 272,
269, 268, 66, 271, 66, 66, 66, 273, 66, 263,
264, 265, 279, 275, 276, 277, 274, 66, 66, 66,
283, 280, 281, 66, 278, 66, 66, 66, 289, 66,
287, 115, 284, 66, 286, 290, 288, 282, 66, 66,
292, 293, 66, 291, 66, 285, 66, 66, 66, 66,
298, 294, 296, 66, 299, 66, 295, 66, 66, 66,
66, 66, 66, 307, 66, 301, 305, 302, 66, 297,
306, 303, 66, 66, 310, 66, 300, 66, 315, 66,
304, 311, 308, 66, 66, 318, 66, 320, 316, 312,
66, 309, 66, 66, 66, 314, 66, 317, 66, 313,
66, 325, 329, 66, 319, 321, 322, 66, 119, 331,
66, 323, 328, 330, 66, 324, 66, 326, 327, 66,
66, 66, 334, 336, 66, 338, 332, 337, 66, 114,
66, 333, 66, 335, 339, 66, 340, 66, 66, 364,
66, 343, 66, 341, 342, 66, 66, 345, 66, 344,
66, 66, 346, 347, 349, 66, 352, 353, 66, 350,
66, 354, 66, 351, 348, 66, 66, 359, 66, 355,
66, 358, 66, 357, 360, 66, 66, 66, 361, 362,
66, 66, 363, 368, 365, 366, 367, 66, 66, 66,
371, 356, 370, 66, 372, 66, 369, 66, 66, 66,
66, 374, 378, 66, 379, 66, 66, 66, 66, 380,
66, 381, 66, 373, 375, 377, 376, 66, 66, 66,
66, 66, 386, 387, 382, 384, 385, 66, 66, 383,
390, 119, 388, 66, 66, 66, 392, 393, 389, 66,
394, 395, 391, 397, 66, 66, 66, 66, 66, 401,
66, 396, 400, 66, 66, 407, 410, 66, 66, 398,
66, 66, 399, 66, 112, 408, 66, 402, 411, 415,
403, 66, 412, 413, 66, 404, 66, 414, 409, 66,
416, 405, 406, 66, 418, 66, 66, 417, 66, 419,
420, 421, 66, 66, 423, 66, 422, 66, 429, 66,
66, 66, 66, 424, 426, 425, 427, 428, 430, 66,
66, 433, 431, 66, 66, 66, 432, 434, 66, 66,
66, 66, 437, 66, 436, 435, 66, 66, 443, 439,
66, 444, 441, 66, 66, 440, 66, 442, 438, 66,
66, 447, 66, 449, 66, 66, 446, 450, 66, 445,
454, 66, 455, 119, 66, 66, 66, 66, 451, 66,
448, 452, 467, 66, 66, 453, 110, 66, 66, 456,
66, 473, 464, 465, 66, 468, 66, 484, 471, 457,
66, 463, 469, 458, 466, 459, 66, 66, 472, 460,
66, 461, 474, 66, 475, 66, 462, 478, 66, 66,
470, 479, 480, 66, 476, 66, 66, 66, 66, 66,
483, 66, 477, 485, 481, 488, 482, 66, 66, 66,
66, 66, 490, 487, 491, 66, 489, 486, 66, 495,
492, 66, 494, 498, 66, 66, 496, 493, 66, 497,
66, 499, 66, 500, 66, 66, 66, 501, 503, 502,
66, 66, 66, 66, 509, 511, 504, 507, 508, 66,
66, 66, 512, 506, 514, 66, 505, 66, 66, 66,
510, 517, 66, 66, 66, 66, 513, 66, 66, 522,
66, 66, 519, 516, 66, 523, 66, 515, 66, 66,
518, 521, 524, 526, 66, 525, 528, 66, 66, 520,
66, 527, 66, 530, 66, 531, 533, 529, 66, 66,
66, 66, 66, 66, 66, 66, 66, 532, 539, 534,
66, 66, 544, 535, 66, 542, 71, 66, 536, 538,
540, 537, 546, 541, 543, 547, 66, 549, 550, 548,
66, 545, 66, 66, 66, 551, 66, 552, 66, 553,
554, 556, 557, 66, 66, 66, 66, 66, 558, 559,
66, 66, 66, 560, 555, 564, 66, 66, 561, 66,
562, 66, 563, 66, 66, 565, 566, 568, 572, 66,
573, 66, 66, 575, 66, 567, 66, 574, 66, 569,
66, 579, 570, 571, 66, 578, 577, 66, 582, 66,
580, 66, 583, 66, 581, 584, 576, 66, 585, 66,
66, 587, 66, 66, 66, 66, 591, 66, 66, 595,
586, 66, 66, 596, 66, 66, 66, 66, 66, 588,
71, 600, 590, 589, 66, 66, 66, 592, 66, 594,
66, 604, 66, 593, 598, 599, 66, 601, 597, 602,
66, 606, 66, 603, 66, 609, 607, 605, 66, 611,
612, 608, 613, 610, 66, 66, 66, 66, 66, 614,
617, 615, 619, 66, 618, 66, 66, 616, 66, 622,
66, 66, 621, 620, 66, 66, 66, 66, 66, 66,
630, 66, 66, 66, 66, 631, 66, 623, 66, 624,
625, 627, 649, 629, 626, 632, 66, 628, 634, 66,
637, 635, 638, 633, 636, 66, 66, 66, 639, 66,
66, 642, 66, 640, 66, 645, 66, 643, 66, 66,
647, 641, 66, 66, 66, 66, 66, 66, 66, 644,
654, 656, 655, 648, 66, 66, 66, 66, 646, 66,
66, 658, 650, 651, 652, 659, 653, 66, 661, 66,
66, 66, 666, 66, 657, 664, 665, 662, 66, 66,
66, 66, 660, 667, 66, 673, 66, 66, 66, 663,
66, 66, 71, 66, 66, 66, 66, 668, 671, 672,
669, 670, 678, 66, 66, 679, 681, 674, 675, 677,
66, 680, 676, 682, 66, 683, 687, 688, 66, 684,
66, 66, 685, 686, 66, 66, 66, 66, 66, 694,
66, 696, 66, 697, 66, 66, 66, 690, 66, 66,
689, 692, 701, 691, 693, 698, 66, 66, 695, 699,
702, 66, 66, 66, 703, 700, 66, 707, 66, 66,
66, 708, 66, 704, 709, 713, 66, 710, 66, 705,
66, 66, 706, 66, 712, 711, 720, 716, 714, 717,
66, 66, 718, 719, 66, 66, 715, 722, 66, 723,
66, 724, 66, 66, 726, 66, 725, 728, 66, 66,
730, 66, 66, 731, 66, 721, 66, 66, 66, 66,
66, 66, 66, 727, 66, 740, 66, 66, 732, 66,
733, 66, 66, 729, 735, 734, 742, 736, 743, 737,
66, 738, 741, 66, 746, 66, 750, 739, 748, 744,
749, 66, 745, 66, 66, 747, 66, 66, 66, 66,
66, 752, 753, 66, 66, 754, 757, 66, 66, 66,
761, 764, 758, 751, 755, 66, 66, 756, 762, 766,
765, 760, 763, 66, 66, 759, 66, 66, 770, 66,
66, 768, 66, 66, 769, 773, 66, 66, 767, 66,
66, 777, 772, 774, 775, 66, 776, 66, 779, 66,
782, 771, 66, 66, 784, 66, 66, 778, 781, 780,
66, 66, 785, 786, 66, 66, 788, 66, 66, 783,
66, 66, 66, 66, 66, 66, 787, 796, 795, 790,
791, 66, 789, 792, 66, 793, 799, 66, 66, 66,
802, 66, 794, 798, 801, 66, 803, 66, 66, 797,
800, 807, 804, 66, 66, 66, 66, 66, 808, 66,
66, 66, 66, 805, 66, 66, 814, 66, 806, 810,
66, 811, 815, 809, 812, 816, 819, 813, 66, 66,
818, 817, 823, 66, 820, 66, 66, 66, 822, 66,
66, 826, 821, 66, 824, 827, 828, 66, 829, 830,
66, 66, 831, 66, 66, 825, 66, 66, 835, 833,
834, 66, 66, 66, 66, 832, 66, 66, 66, 841,
859, 66, 66, 844, 66, 839, 836, 845, 66, 66,
837, 842, 66, 838, 843, 840, 846, 66, 848, 66,
849, 66, 847, 850, 851, 66, 852, 66, 66, 854,
66, 855, 66, 853, 856, 66, 66, 66, 860, 862,
66, 66, 858, 864, 66, 865, 66, 66, 66, 867,
857, 66, 66, 861, 66, 66, 66, 869, 66, 66,
863, 871, 66, 868, 875, 66, 876, 873, 874, 66,
872, 66, 66, 866, 880, 870, 66, 879, 66, 66,
878, 882, 66, 66, 881, 877, 66, 883, 884, 66,
885, 66, 66, 66, 886, 890, 66, 66, 889, 66,
66, 66, 891, 887, 893, 66, 66, 895, 66, 894,
66, 896, 888, 892, 897, 66, 898, 66, 899, 66,
900, 66, 901, 66, 902, 66, 66, 66, 903, 905,
66, 904, 906, 66, 66, 907, 909, 66, 66, 908,
66, 911, 66, 66, 66, 916, 66, 66, 66, 66,
910, 66, 912, 66, 913, 914, 917, 66, 66, 923,
66, 66, 921, 922, 915, 66, 920, 66, 925, 919,
66, 66, 66, 66, 918, 931, 66, 932, 66, 924,
926, 66, 66, 927, 66, 66, 66, 66, 928, 929,
937, 930, 66, 933, 938, 66, 941, 66, 66, 66,
934, 939, 943, 66, 935, 936, 66, 944, 66, 66,
940, 66, 66, 947, 66, 66, 948, 942, 946, 66,
949, 945, 66, 66, 951, 954, 66, 952, 956, 950,
953, 955, 66, 66, 66, 66, 66, 958, 66, 66,
961, 66, 66, 66, 959, 957, 66, 960, 965, 66,
962, 66, 966, 66, 967, 963, 968, 66, 971, 66,
66, 964, 969, 66, 973, 66, 975, 66, 974, 66,
970, 976, 66, 979, 66, 980, 66, 66, 66, 66,
972, 981, 66, 66, 66, 66, 66, 977, 978, 66,
983, 986, 66, 66, 66, 66, 66, 991, 982, 994,
985, 989, 984, 993, 66, 987, 66, 66, 66, 66,
66, 1000, 66, 990, 992, 988, 995, 996, 997, 66,
66, 1001, 66, 66, 999, 1002, 1005, 66, 66, 66,
66, 66, 66, 66, 998, 1009, 1012, 66, 1004, 1008,
66, 1003, 1014, 66, 1006, 1013, 66, 66, 1007, 1017,
66, 66, 1011, 1018, 66, 66, 66, 66, 1010, 1022,
66, 1023, 66, 66, 1026, 66, 1015, 1020, 66, 1016,
1019, 1027, 66, 1025, 1028, 66, 1021, 1037, 66, 1030,
66, 66, 1024, 1029, 66, 1031, 1032, 66, 66, 1034,
1035, 66, 66, 1033, 66, 1039, 66, 1036, 1038, 66,
1041, 66, 66, 1040, 66, 1044, 66, 1045, 66, 1046,
66, 66, 66, 1048, 66, 66, 66, 1042, 1049, 1051,
66, 66, 1043, 1047, 66, 1052, 66, 1056, 66, 119,
117, 115, 114, 112, 110, 1050, 1053, 66, 1054, 1057,
1057, 1057, 1057, 1057, 1057, 1055, 40, 40, 40, 40,
40, 40, 44, 44, 44, 44, 44, 44, 48, 48,
48, 48, 48, 48, 54, 54, 54, 54, 54, 54,
58, 58, 58, 58, 58, 58, 69, 69, 69, 69,
69, 69, 109, 109, 1057, 1057, 109, 109, 111, 111,
1057, 111, 1057, 111, 113, 1057, 1057, 1057, 1057, 113,
116, 116, 1057, 1057, 116, 116, 118, 1057, 1057, 1057,
1057, 118, 120, 120, 120, 120, 120, 120, 70, 70,
70, 70, 70, 70, 13, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057
} ;
static yyconst flex_int16_t yy_chk[2175] =
{ 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, 107, 24, 25, 8, 11, 11,
11, 11, 11, 11, 1063, 20, 107, 20, 20, 11,
20, 25, 64, 27, 28, 20, 23, 27, 11, 12,
12, 12, 12, 12, 12, 23, 64, 27, 23, 28,
12, 23, 29, 30, 31, 43, 43, 29, 76, 12,
19, 19, 19, 19, 75, 19, 22, 22, 30, 31,
19, 19, 76, 31, 22, 32, 32, 34, 36, 35,
32, 22, 75, 36, 35, 38, 34, 37, 37, 86,
47, 455, 34, 47, 35, 34, 32, 35, 36, 38,
73, 39, 39, 73, 38, 37, 39, 53, 86, 53,
53, 59, 53, 57, 57, 59, 61, 61, 61, 61,
63, 61, 63, 63, 78, 63, 66, 61, 66, 66,
67, 66, 74, 77, 67, 74, 66, 69, 69, 69,
69, 80, 69, 121, 79, 81, 78, 69, 69, 79,
82, 77, 83, 84, 85, 87, 83, 85, 84, 88,
85, 80, 88, 81, 90, 89, 88, 94, 82, 89,
91, 90, 92, 93, 85, 96, 97, 95, 98, 92,
87, 95, 99, 91, 100, 97, 93, 94, 101, 102,
102, 98, 104, 96, 103, 105, 106, 99, 108, 110,
110, 106, 112, 100, 123, 112, 101, 117, 117, 123,
102, 122, 103, 104, 122, 126, 108, 114, 105, 114,
114, 119, 114, 119, 119, 124, 119, 120, 120, 120,
120, 125, 120, 124, 127, 126, 128, 130, 120, 127,
131, 128, 130, 134, 132, 133, 125, 129, 132, 181,
133, 129, 136, 137, 135, 138, 129, 134, 137, 139,
142, 129, 181, 131, 139, 150, 135, 129, 129, 135,
136, 140, 140, 141, 143, 138, 149, 144, 141, 143,
145, 142, 144, 146, 141, 145, 147, 150, 146, 148,
151, 152, 153, 147, 154, 148, 149, 153, 155, 156,
157, 156, 158, 159, 159, 151, 164, 157, 160, 161,
162, 152, 162, 160, 161, 163, 154, 165, 155, 166,
167, 158, 165, 168, 171, 164, 168, 163, 172, 162,
175, 160, 169, 169, 166, 170, 170, 174, 167, 173,
171, 174, 173, 172, 175, 176, 176, 177, 178, 179,
180, 184, 177, 178, 182, 182, 183, 185, 186, 187,
185, 191, 191, 184, 188, 189, 193, 194, 118, 179,
186, 180, 192, 188, 183, 192, 195, 189, 190, 187,
190, 190, 194, 193, 198, 195, 193, 196, 196, 197,
197, 199, 200, 201, 202, 203, 199, 204, 201, 205,
203, 206, 204, 202, 198, 207, 208, 210, 207, 211,
212, 213, 200, 215, 216, 206, 214, 217, 211, 205,
208, 214, 210, 116, 207, 209, 222, 209, 209, 216,
213, 212, 218, 215, 221, 223, 226, 217, 219, 209,
209, 209, 222, 219, 220, 220, 218, 220, 224, 225,
226, 223, 224, 227, 221, 228, 229, 230, 231, 232,
229, 115, 227, 231, 228, 232, 230, 225, 233, 234,
234, 235, 236, 233, 237, 227, 235, 238, 239, 240,
240, 236, 238, 242, 242, 243, 237, 244, 245, 246,
248, 249, 250, 251, 252, 244, 249, 245, 251, 239,
250, 246, 253, 254, 254, 255, 243, 257, 256, 259,
248, 254, 252, 256, 258, 258, 260, 260, 256, 254,
261, 253, 263, 264, 262, 255, 265, 257, 266, 254,
270, 265, 269, 267, 259, 261, 262, 269, 268, 271,
271, 263, 268, 270, 272, 264, 273, 266, 267, 274,
275, 301, 274, 276, 276, 278, 272, 277, 277, 113,
278, 273, 286, 275, 279, 279, 280, 280, 281, 301,
282, 283, 285, 281, 282, 284, 283, 285, 287, 284,
288, 289, 286, 287, 289, 290, 290, 291, 292, 289,
294, 292, 291, 289, 288, 293, 295, 296, 297, 293,
302, 295, 296, 294, 297, 298, 299, 300, 298, 299,
303, 304, 300, 305, 302, 303, 304, 306, 305, 307,
308, 293, 307, 309, 308, 308, 306, 310, 312, 311,
313, 310, 314, 315, 315, 316, 317, 314, 318, 316,
319, 317, 320, 309, 311, 313, 312, 322, 323, 321,
325, 326, 322, 323, 318, 320, 321, 324, 327, 319,
326, 328, 324, 333, 329, 334, 328, 329, 325, 330,
330, 332, 327, 334, 335, 338, 332, 345, 341, 342,
344, 333, 341, 346, 342, 344, 347, 347, 350, 335,
353, 348, 338, 343, 111, 345, 352, 343, 348, 352,
343, 349, 349, 350, 356, 343, 351, 351, 346, 354,
353, 343, 343, 355, 355, 357, 363, 354, 360, 356,
357, 358, 358, 359, 360, 361, 359, 362, 366, 366,
365, 364, 369, 361, 363, 362, 364, 365, 367, 368,
370, 370, 368, 367, 371, 373, 369, 371, 374, 375,
376, 377, 374, 379, 373, 371, 378, 381, 380, 376,
382, 381, 378, 380, 383, 377, 384, 379, 375, 385,
388, 384, 386, 386, 387, 390, 383, 387, 389, 382,
391, 391, 392, 392, 393, 394, 396, 397, 388, 398,
385, 389, 400, 399, 402, 390, 109, 400, 416, 393,
404, 404, 397, 398, 401, 401, 403, 416, 402, 394,
395, 396, 401, 395, 399, 395, 406, 405, 403, 395,
407, 395, 405, 408, 406, 413, 395, 409, 409, 412,
401, 411, 412, 414, 407, 415, 411, 418, 417, 419,
415, 422, 408, 417, 413, 420, 414, 423, 431, 424,
420, 432, 423, 419, 424, 425, 422, 418, 426, 428,
425, 427, 427, 431, 428, 430, 430, 426, 437, 430,
433, 432, 434, 433, 435, 436, 438, 434, 436, 435,
439, 442, 440, 441, 442, 444, 437, 440, 441, 443,
444, 446, 445, 439, 447, 447, 438, 445, 448, 449,
443, 450, 451, 452, 453, 450, 446, 456, 459, 457,
458, 460, 452, 449, 457, 458, 462, 448, 461, 464,
451, 456, 459, 461, 465, 460, 463, 463, 467, 453,
466, 462, 468, 465, 469, 466, 468, 464, 470, 471,
472, 473, 474, 476, 480, 475, 477, 467, 474, 469,
479, 481, 480, 470, 484, 477, 72, 482, 471, 473,
475, 472, 482, 476, 479, 483, 489, 484, 485, 483,
483, 481, 487, 485, 486, 486, 490, 487, 488, 488,
489, 491, 492, 493, 495, 494, 491, 492, 493, 494,
497, 496, 498, 495, 490, 496, 499, 502, 495, 500,
495, 501, 495, 511, 503, 497, 498, 500, 504, 504,
505, 505, 506, 507, 507, 499, 508, 506, 509, 501,
510, 511, 502, 503, 512, 510, 509, 513, 515, 518,
512, 519, 516, 515, 513, 517, 508, 516, 518, 521,
517, 520, 520, 522, 523, 524, 524, 525, 526, 529,
519, 527, 530, 529, 529, 532, 531, 533, 534, 521,
70, 533, 523, 522, 536, 535, 537, 525, 540, 527,
542, 537, 543, 526, 531, 532, 539, 534, 530, 535,
538, 539, 541, 536, 544, 542, 540, 538, 550, 544,
545, 541, 546, 543, 553, 545, 549, 546, 547, 547,
551, 549, 552, 552, 551, 551, 554, 550, 556, 555,
557, 558, 554, 553, 555, 559, 561, 560, 562, 563,
563, 564, 565, 566, 569, 564, 578, 556, 585, 557,
558, 560, 585, 562, 559, 565, 568, 561, 567, 567,
570, 568, 571, 566, 569, 570, 577, 571, 574, 574,
576, 578, 579, 576, 580, 581, 581, 579, 582, 583,
583, 577, 584, 586, 589, 588, 590, 592, 591, 580,
591, 593, 592, 584, 594, 595, 593, 598, 582, 600,
597, 595, 586, 588, 589, 597, 590, 599, 599, 601,
602, 603, 604, 604, 594, 602, 603, 600, 605, 606,
607, 608, 598, 605, 609, 611, 610, 612, 613, 601,
611, 614, 68, 616, 615, 617, 622, 606, 609, 610,
607, 608, 616, 620, 621, 616, 620, 612, 613, 615,
623, 617, 614, 621, 624, 622, 625, 626, 626, 623,
627, 625, 623, 624, 628, 629, 631, 630, 632, 632,
633, 635, 641, 636, 640, 642, 635, 628, 636, 637,
627, 630, 640, 629, 631, 637, 638, 643, 633, 638,
641, 644, 646, 647, 642, 638, 648, 647, 650, 649,
651, 648, 652, 643, 649, 653, 654, 650, 655, 644,
653, 656, 646, 658, 652, 651, 660, 656, 654, 657,
657, 660, 658, 659, 659, 661, 655, 662, 662, 663,
663, 664, 664, 665, 667, 668, 665, 669, 670, 667,
671, 671, 669, 672, 674, 661, 673, 675, 672, 676,
677, 678, 680, 668, 679, 679, 684, 681, 673, 686,
673, 682, 687, 670, 674, 673, 681, 675, 682, 676,
683, 677, 680, 685, 685, 689, 690, 678, 687, 683,
689, 690, 684, 691, 692, 686, 694, 693, 696, 695,
697, 692, 693, 698, 699, 694, 697, 700, 704, 708,
701, 703, 698, 691, 695, 701, 703, 696, 702, 705,
704, 700, 702, 702, 705, 699, 706, 707, 709, 710,
711, 707, 716, 709, 708, 712, 712, 713, 706, 714,
715, 716, 711, 713, 714, 718, 715, 720, 720, 721,
725, 710, 726, 727, 727, 725, 731, 718, 721, 720,
728, 733, 728, 729, 729, 732, 732, 734, 735, 726,
737, 736, 738, 739, 744, 740, 731, 740, 739, 734,
735, 741, 733, 736, 742, 737, 743, 743, 746, 745,
746, 747, 738, 742, 745, 749, 747, 748, 750, 741,
744, 751, 748, 752, 753, 754, 751, 757, 752, 755,
758, 760, 759, 749, 761, 756, 757, 765, 750, 754,
762, 755, 758, 753, 756, 759, 762, 756, 764, 766,
761, 760, 767, 767, 764, 768, 769, 770, 766, 774,
771, 770, 765, 780, 768, 771, 772, 772, 774, 775,
775, 776, 776, 777, 778, 769, 779, 781, 780, 778,
779, 782, 783, 784, 785, 777, 787, 806, 788, 787,
806, 789, 790, 790, 796, 784, 781, 791, 791, 793,
782, 788, 802, 783, 789, 785, 792, 792, 794, 794,
795, 795, 793, 796, 797, 797, 798, 798, 800, 801,
801, 802, 804, 800, 803, 803, 805, 807, 807, 808,
808, 809, 805, 810, 810, 811, 811, 812, 813, 813,
804, 814, 815, 807, 816, 818, 817, 815, 819, 820,
809, 817, 822, 814, 821, 824, 822, 819, 820, 821,
818, 825, 829, 812, 827, 816, 826, 826, 831, 827,
825, 831, 832, 836, 829, 824, 834, 832, 833, 833,
834, 835, 837, 838, 835, 839, 840, 841, 838, 842,
839, 843, 840, 836, 842, 844, 860, 844, 859, 843,
847, 847, 837, 841, 850, 850, 853, 853, 855, 855,
857, 858, 858, 871, 859, 857, 861, 866, 860, 863,
863, 861, 866, 867, 868, 867, 869, 869, 870, 868,
872, 871, 873, 874, 875, 876, 876, 877, 878, 879,
870, 65, 872, 880, 873, 874, 877, 881, 882, 883,
883, 885, 881, 882, 875, 888, 880, 886, 886, 879,
889, 887, 891, 890, 878, 892, 892, 893, 894, 885,
887, 895, 893, 888, 896, 900, 903, 901, 889, 890,
901, 891, 904, 894, 902, 902, 906, 906, 907, 911,
895, 903, 908, 908, 896, 900, 910, 910, 913, 912,
904, 914, 915, 913, 917, 920, 914, 907, 912, 918,
915, 911, 919, 924, 918, 921, 921, 919, 924, 917,
920, 922, 922, 925, 926, 927, 932, 926, 928, 929,
929, 930, 933, 935, 927, 925, 936, 928, 934, 934,
930, 937, 935, 939, 936, 932, 937, 940, 942, 942,
944, 933, 939, 945, 945, 946, 947, 947, 946, 949,
940, 948, 948, 951, 950, 952, 952, 953, 951, 956,
944, 953, 957, 958, 959, 961, 960, 949, 950, 962,
957, 960, 963, 964, 966, 969, 967, 966, 956, 969,
959, 963, 958, 968, 968, 961, 973, 970, 972, 974,
978, 978, 979, 964, 967, 962, 970, 972, 973, 977,
981, 979, 982, 983, 977, 981, 984, 984, 985, 986,
988, 987, 989, 990, 974, 988, 991, 991, 983, 987,
992, 982, 994, 994, 985, 992, 995, 996, 986, 997,
997, 999, 990, 998, 998, 1000, 1001, 1024, 989, 1002,
1002, 1003, 1003, 1004, 1007, 1007, 995, 1000, 1006, 996,
999, 1008, 1008, 1006, 1009, 1009, 1001, 1024, 1010, 1011,
1011, 1019, 1004, 1010, 1013, 1013, 1015, 1015, 1016, 1019,
1020, 1020, 1021, 1016, 1025, 1029, 1029, 1021, 1025, 1031,
1033, 1033, 1034, 1031, 1036, 1037, 1037, 1038, 1038, 1040,
1040, 1042, 1043, 1043, 1047, 1048, 1050, 1034, 1047, 1049,
1049, 1052, 1036, 1042, 1053, 1050, 1054, 1055, 1055, 58,
54, 49, 48, 44, 40, 1048, 1052, 14, 1053, 13,
0, 0, 0, 0, 0, 1054, 1058, 1058, 1058, 1058,
1058, 1058, 1059, 1059, 1059, 1059, 1059, 1059, 1060, 1060,
1060, 1060, 1060, 1060, 1061, 1061, 1061, 1061, 1061, 1061,
1062, 1062, 1062, 1062, 1062, 1062, 1064, 1064, 1064, 1064,
1064, 1064, 1065, 1065, 0, 0, 1065, 1065, 1066, 1066,
0, 1066, 0, 1066, 1067, 0, 0, 0, 0, 1067,
1068, 1068, 0, 0, 1068, 1068, 1069, 0, 0, 0,
0, 1069, 1070, 1070, 1070, 1070, 1070, 1070, 1071, 1071,
1071, 1071, 1071, 1071, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057, 1057,
1057, 1057, 1057, 1057
} ;
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 1384 "<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 1571 "<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 >= 1058 )
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] != 2135 );
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_BOGUS_TTL) }
YY_BREAK
case 72:
YY_RULE_SETUP
#line 194 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
YY_BREAK
case 73:
YY_RULE_SETUP
#line 195 "util/configlexer.lex"
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
YY_BREAK
case 74:
YY_RULE_SETUP
#line 196 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
YY_BREAK
case 75:
YY_RULE_SETUP
#line 197 "util/configlexer.lex"
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
YY_BREAK
case 76:
YY_RULE_SETUP
#line 198 "util/configlexer.lex"
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
YY_BREAK
case 77:
YY_RULE_SETUP
#line 199 "util/configlexer.lex"
{
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
YY_BREAK
case 78:
YY_RULE_SETUP
#line 201 "util/configlexer.lex"
{ YDVAR(1, VAR_USE_SYSLOG) }
YY_BREAK
case 79:
YY_RULE_SETUP
#line 202 "util/configlexer.lex"
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
YY_BREAK
case 80:
YY_RULE_SETUP
#line 203 "util/configlexer.lex"
{ YDVAR(2, VAR_LOCAL_ZONE) }
YY_BREAK
case 81:
YY_RULE_SETUP
#line 204 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA) }
YY_BREAK
case 82:
YY_RULE_SETUP
#line 205 "util/configlexer.lex"
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
YY_BREAK
case 83:
YY_RULE_SETUP
#line 206 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 207 "util/configlexer.lex"
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
YY_BREAK
case 85:
YY_RULE_SETUP
#line 208 "util/configlexer.lex"
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
YY_BREAK
case 86:
YY_RULE_SETUP
#line 209 "util/configlexer.lex"
{ YDVAR(0, VAR_REMOTE_CONTROL) }
YY_BREAK
case 87:
YY_RULE_SETUP
#line 210 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_ENABLE) }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 211 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
YY_BREAK
case 89:
YY_RULE_SETUP
#line 212 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_PORT) }
YY_BREAK
case 90:
YY_RULE_SETUP
#line 213 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
YY_BREAK
case 91:
YY_RULE_SETUP
#line 214 "util/configlexer.lex"
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
YY_BREAK
case 92:
YY_RULE_SETUP
#line 215 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 216 "util/configlexer.lex"
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
YY_BREAK
case 94:
/* rule 94 can match eol */
YY_RULE_SETUP
#line 217 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++; }
YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 95:
YY_RULE_SETUP
#line 220 "util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 221 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 96:
YY_RULE_SETUP
#line 226 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 97:
/* rule 97 can match eol */
YY_RULE_SETUP
#line 227 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end \"");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 229 "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;
}
YY_BREAK
/* Single Quoted strings. Strip leading and ending quotes */
case 99:
YY_RULE_SETUP
#line 241 "util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
#line 242 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
if(--num_args == 0) { BEGIN(INITIAL); }
else { BEGIN(val); }
}
YY_BREAK
case 100:
YY_RULE_SETUP
#line 247 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 101:
/* rule 101 can match eol */
YY_RULE_SETUP
#line 248 "util/configlexer.lex"
{ yyerror("newline inside quoted string, no end '");
cfg_parser->line++; BEGIN(INITIAL); }
YY_BREAK
case 102:
YY_RULE_SETUP
#line 250 "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;
}
YY_BREAK
/* include: directive */
case 103:
YY_RULE_SETUP
#line 262 "util/configlexer.lex"
{
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
#line 264 "util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(inc_prev);
}
YY_BREAK
case 104:
YY_RULE_SETUP
#line 268 "util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
case 105:
/* rule 105 can match eol */
YY_RULE_SETUP
#line 269 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
case 106:
YY_RULE_SETUP
#line 270 "util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
case 107:
YY_RULE_SETUP
#line 271 "util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include(yytext);
BEGIN(inc_prev);
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 276 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(inc_prev);
}
YY_BREAK
case 108:
YY_RULE_SETUP
#line 280 "util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
case 109:
/* rule 109 can match eol */
YY_RULE_SETUP
#line 281 "util/configlexer.lex"
{ yyerror("newline before \" in include name");
cfg_parser->line++; BEGIN(inc_prev); }
YY_BREAK
case 110:
YY_RULE_SETUP
#line 283 "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 289 "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 111:
YY_RULE_SETUP
#line 299 "util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
if(--num_args == 0) { BEGIN(INITIAL); }
yylval.str = strdup(yytext); return STRING; }
YY_BREAK
case 112:
YY_RULE_SETUP
#line 303 "util/configlexer.lex"
{
ub_c_error_msg("unknown keyword '%s'", yytext);
}
YY_BREAK
case 113:
YY_RULE_SETUP
#line 306 "util/configlexer.lex"
{
ub_c_error_msg("stray '%s'", yytext);
}
YY_BREAK
case 114:
YY_RULE_SETUP
#line 310 "util/configlexer.lex"
ECHO;
YY_BREAK
#line 2324 "<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 >= 1058 )
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 >= 1058 )
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 == 1057);
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 310 "util/configlexer.lex"