unbound/util/configlexer.c
Wouter Wijngaards ff1a7ec42e private address and private domain config option read and store.
git-svn-id: file:///svn/unbound/trunk@1223 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-09-03 14:40:09 +00:00

3038 lines
96 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 98
#define YY_END_OF_BUFFER 99
/* 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[873] =
{ 0,
1, 1, 82, 82, 86, 86, 90, 90, 94, 94,
99, 97, 1, 80, 81, 2, 85, 98, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 82, 83, 98, 84, 98,
86, 87, 88, 98, 93, 90, 91, 92, 98, 94,
95, 96, 98, 97, 0, 1, 2, 2, 2, 2,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 82, 0, 86, 0, 93, 0, 90, 94, 0,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 48, 97, 97, 97, 97, 97, 6, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
20, 97, 97, 97, 12, 13, 97, 15, 14, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 3, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 89, 97,
97, 97, 97, 97, 97, 97, 97, 23, 97, 97,
97, 97, 97, 97, 97, 24, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 60, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 59, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 21, 97, 97, 97, 97, 97, 97, 97, 97,
22, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 17,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 49, 50,
47, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 5, 97, 97, 97, 62, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 77, 76, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 25, 97,
97, 97, 97, 97, 97, 75, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
41, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 4,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 16, 97, 52, 53, 51, 97, 97, 97, 97,
97, 58, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 66, 97,
97, 97, 97, 97, 97, 97, 97, 31, 97, 97,
97, 97, 97, 97, 97, 57, 97, 97, 97, 97,
97, 97, 97, 97, 97, 61, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 68, 97, 97, 97, 97,
56, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 32, 33, 97, 71, 97, 97, 27, 97,
73, 97, 97, 97, 97, 97, 7, 97, 46, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 63, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 72, 26, 28, 97, 97, 97, 97,
97, 45, 97, 97, 97, 97, 97, 97, 97, 44,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
11, 97, 97, 97, 97, 97, 97, 10, 97, 97,
29, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 34,
97, 97, 97, 97, 97, 30, 97, 97, 97, 64,
65, 97, 97, 67, 97, 97, 97, 97, 97, 97,
97, 97, 97, 97, 97, 18, 97, 97, 97, 97,
97, 97, 97, 97, 97, 97, 97, 97, 97, 97,
97, 97, 19, 97, 9, 97, 97, 78, 38, 97,
97, 70, 54, 97, 97, 40, 43, 39, 97, 35,
97, 8, 97, 69, 97, 97, 97, 36, 97, 79,
97, 55, 42, 37, 97, 97, 97, 97, 97, 97,
74, 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, 1, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 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[39] =
{ 0,
1, 2, 3, 4, 5, 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, 1, 1, 1, 1
} ;
static yyconst flex_int16_t yy_base[884] =
{ 0,
0, 0, 36, 39, 43, 50, 62, 74, 55, 67,
1795, 1781, 49, 1796, 1796, 81, 1796, 88, 32, 83,
76, 78, 60, 89, 94, 86, 95, 96, 88, 98,
103, 105, 118, 104, 125, 1780, 1796, 1796, 1796, 57,
1779, 1796, 1796, 120, 1778, 1788, 1796, 1796, 140, 1776,
1796, 1796, 136, 1775, 147, 144, 0, 151, 0, 0,
144, 146, 106, 148, 150, 157, 153, 155, 154, 156,
160, 159, 173, 164, 162, 174, 175, 177, 178, 181,
167, 187, 188, 190, 192, 193, 195, 191, 198, 199,
200, 1774, 213, 1773, 224, 1772, 230, 1782, 1770, 215,
220, 223, 214, 227, 234, 235, 216, 226, 236, 233,
242, 240, 245, 252, 258, 237, 249, 265, 261, 267,
268, 264, 270, 272, 273, 274, 275, 277, 278, 279,
282, 283, 290, 292, 284, 288, 295, 296, 305, 303,
311, 299, 309, 313, 315, 317, 320, 326, 322, 324,
327, 328, 330, 331, 332, 333, 335, 348, 337, 349,
338, 345, 353, 356, 360, 363, 364, 365, 366, 372,
368, 369, 371, 377, 391, 378, 376, 379, 386, 380,
382, 387, 398, 410, 395, 396, 402, 409, 412, 413,
415, 416, 418, 428, 429, 430, 437, 433, 436, 419,
442, 1769, 445, 438, 440, 447, 449, 1768, 450, 451,
457, 453, 454, 463, 455, 473, 461, 465, 466, 476,
475, 477, 479, 480, 481, 482, 492, 491, 484, 493,
494, 498, 502, 505, 511, 509, 513, 514, 520, 517,
519, 516, 522, 523, 526, 530, 525, 538, 539, 545,
541, 543, 548, 549, 533, 552, 553, 555, 557, 556,
562, 564, 567, 568, 570, 574, 572, 575, 576, 577,
578, 580, 581, 588, 589, 585, 592, 596, 597, 598,
1767, 603, 604, 605, 1766, 1765, 606, 1764, 1763, 613,
623, 610, 607, 611, 617, 614, 625, 618, 628, 633,
631, 637, 642, 644, 645, 646, 647, 649, 650, 653,
654, 660, 668, 651, 665, 1762, 662, 669, 670, 672,
674, 676, 682, 675, 679, 678, 681, 686, 691, 692,
684, 695, 698, 699, 700, 702, 703, 705, 704, 707,
706, 710, 711, 720, 722, 716, 727, 734, 1761, 736,
735, 728, 737, 739, 742, 740, 741, 1760, 743, 748,
750, 751, 752, 762, 765, 1759, 766, 758, 768, 769,
764, 773, 774, 775, 782, 776, 783, 784, 788, 789,
790, 795, 793, 796, 794, 1758, 799, 802, 801, 804,
806, 808, 816, 809, 811, 814, 817, 819, 822, 824,
826, 830, 1757, 827, 833, 829, 842, 851, 849, 834,
852, 843, 853, 859, 860, 858, 861, 862, 864, 866,
867, 873, 869, 883, 889, 891, 874, 876, 892, 872,
894, 1756, 900, 903, 904, 896, 902, 907, 908, 909,
1755, 915, 886, 912, 913, 916, 918, 919, 921, 923,
933, 922, 932, 935, 924, 940, 947, 948, 950, 1754,
936, 953, 956, 957, 964, 958, 960, 961, 962, 968,
946, 969, 970, 973, 972, 975, 982, 990, 1753, 1752,
1751, 986, 988, 967, 992, 994, 995, 996, 998, 999,
1000, 1750, 1004, 1001, 1005, 1749, 1007, 1009, 1010, 1013,
1017, 1019, 1016, 1023, 1025, 1026, 1029, 1030, 1034, 1036,
1035, 1037, 1038, 1040, 1748, 1747, 1041, 1039, 1044, 1052,
1064, 1063, 1047, 1060, 1065, 1067, 1068, 1069, 1746, 1076,
1074, 1073, 1075, 1078, 1084, 1745, 1079, 1086, 1088, 1089,
1091, 1095, 1097, 1102, 1104, 1110, 1107, 1113, 1115, 1116,
1744, 1122, 1118, 1125, 1099, 1127, 1129, 1121, 1128, 1130,
1131, 1133, 1136, 1138, 1142, 1140, 1143, 1141, 1146, 1743,
1148, 1157, 1154, 1155, 1159, 1160, 1156, 1163, 1167, 1175,
1177, 1184, 1186, 1171, 1185, 1168, 1193, 1178, 1187, 1191,
1194, 1742, 1195, 1741, 1740, 1739, 1202, 1200, 1203, 1207,
1211, 1738, 1201, 1212, 1208, 1214, 1215, 1218, 1217, 1219,
1221, 1233, 1222, 1230, 1234, 1237, 1238, 1227, 1239, 1245,
1241, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1737, 1264,
1256, 1273, 1267, 1257, 1274, 1277, 1280, 1736, 1281, 1283,
1255, 1284, 1285, 1288, 1289, 1735, 1290, 1291, 1292, 1294,
1297, 1301, 1298, 1307, 1308, 1734, 1311, 1313, 1314, 1318,
1319, 1315, 1320, 1324, 1328, 1322, 1330, 1331, 1333, 1335,
1337, 1338, 1341, 1344, 1343, 1733, 1345, 1348, 1358, 1351,
1732, 1361, 1362, 1365, 1354, 1367, 1374, 1370, 1363, 1375,
1371, 1381, 1731, 1730, 1384, 1729, 1387, 1389, 1728, 1391,
1727, 1382, 1392, 1394, 1395, 1396, 1723, 1398, 1719, 1399,
1400, 1403, 1405, 1406, 1407, 1408, 1411, 1412, 1413, 1415,
1420, 1718, 1423, 1424, 1426, 1427, 1430, 1428, 1436, 1442,
1433, 1431, 1429, 1717, 1713, 1712, 1439, 1450, 1452, 1441,
1454, 1708, 1457, 1459, 1460, 1462, 1463, 1464, 1465, 1707,
1466, 1468, 1474, 1467, 1482, 1475, 1476, 1484, 1488, 1490,
1706, 1478, 1491, 1495, 1492, 1497, 1498, 1700, 1502, 1500,
1672, 1507, 1504, 1513, 1515, 1517, 1520, 1508, 1527, 1525,
1526, 1510, 1529, 1531, 1533, 1532, 1534, 1535, 1536, 1671,
1539, 1540, 1548, 1541, 1543, 1670, 1549, 1550, 1553, 1669,
1668, 1562, 1556, 1667, 1564, 1554, 1560, 1566, 1567, 1568,
1570, 1571, 1573, 1579, 1582, 1666, 1584, 1580, 1586, 1589,
1593, 1590, 1594, 1598, 1603, 1600, 1604, 1606, 1611, 1615,
1612, 1620, 1665, 1621, 1664, 1624, 1625, 1662, 1661, 1627,
1628, 1660, 1659, 1616, 1632, 1631, 1349, 1087, 1638, 965,
1639, 925, 1641, 831, 1629, 1645, 1648, 532, 1650, 421,
1651, 384, 340, 251, 1634, 1654, 1642, 1595, 1655, 1658,
201, 1796, 1686, 1692, 1698, 1704, 133, 1710, 1716, 1722,
83, 1727, 1733
} ;
static yyconst flex_int16_t yy_def[884] =
{ 0,
872, 1, 873, 873, 874, 874, 875, 875, 876, 876,
872, 877, 872, 872, 872, 878, 872, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 879, 872, 872, 872, 879,
880, 872, 872, 880, 881, 872, 872, 872, 881, 882,
872, 872, 882, 877, 877, 872, 883, 878, 883, 878,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 879, 879, 880, 880, 881, 881, 872, 882, 882,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 877, 877, 877, 877, 877, 877, 877, 877, 877,
877, 0, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872
} ;
static yyconst flex_int16_t yy_nxt[1835] =
{ 0,
12, 13, 14, 14, 15, 16, 17, 12, 12, 12,
12, 12, 18, 19, 12, 20, 21, 12, 22, 12,
23, 24, 25, 26, 27, 28, 29, 30, 12, 31,
32, 33, 34, 35, 12, 12, 12, 12, 37, 38,
39, 37, 38, 39, 55, 42, 38, 61, 40, 43,
56, 40, 42, 38, 57, 44, 43, 51, 51, 52,
92, 92, 44, 46, 47, 47, 48, 53, 38, 51,
51, 52, 55, 68, 49, 46, 47, 47, 48, 53,
38, 69, 59, 96, 59, 59, 49, 59, 55, 54,
55, 54, 54, 60, 54, 55, 62, 64, 55, 65,
55, 55, 66, 63, 67, 70, 55, 55, 55, 76,
55, 72, 73, 77, 71, 55, 55, 55, 55, 80,
79, 74, 85, 94, 81, 75, 94, 82, 78, 83,
55, 87, 84, 54, 89, 103, 86, 55, 90, 99,
99, 96, 91, 96, 96, 56, 96, 88, 54, 57,
54, 54, 59, 54, 59, 59, 55, 59, 55, 101,
55, 102, 55, 60, 106, 55, 55, 55, 55, 55,
109, 55, 55, 110, 55, 111, 55, 104, 112, 55,
117, 118, 107, 105, 108, 55, 55, 55, 115, 55,
55, 113, 116, 55, 120, 114, 124, 123, 119, 55,
55, 121, 55, 55, 55, 55, 129, 55, 125, 122,
55, 55, 55, 55, 126, 133, 92, 92, 99, 99,
127, 128, 134, 132, 131, 130, 55, 94, 55, 135,
94, 96, 55, 96, 96, 55, 96, 136, 55, 55,
138, 140, 147, 137, 139, 55, 55, 55, 55, 55,
146, 141, 55, 148, 55, 156, 142, 55, 149, 154,
143, 55, 153, 55, 55, 150, 144, 145, 151, 152,
55, 155, 158, 55, 160, 161, 55, 55, 159, 55,
55, 157, 55, 162, 55, 55, 55, 55, 163, 55,
55, 55, 167, 170, 55, 55, 55, 173, 176, 175,
55, 171, 55, 164, 55, 166, 165, 55, 55, 169,
168, 55, 179, 172, 177, 55, 182, 55, 178, 174,
181, 55, 180, 55, 183, 55, 184, 55, 186, 55,
188, 187, 55, 190, 55, 185, 55, 189, 55, 55,
55, 194, 55, 55, 55, 55, 196, 55, 202, 55,
55, 193, 55, 191, 198, 197, 192, 55, 199, 195,
55, 55, 200, 201, 203, 55, 204, 208, 55, 205,
210, 206, 55, 209, 207, 55, 55, 55, 55, 214,
55, 55, 212, 55, 55, 215, 217, 213, 55, 55,
55, 55, 55, 228, 55, 211, 55, 226, 55, 55,
216, 218, 219, 55, 225, 220, 221, 55, 55, 227,
55, 229, 231, 230, 55, 232, 222, 223, 224, 233,
234, 55, 55, 236, 55, 55, 235, 55, 55, 237,
55, 55, 243, 55, 240, 245, 242, 239, 238, 244,
55, 55, 55, 247, 248, 55, 241, 246, 55, 55,
55, 251, 55, 250, 55, 252, 249, 55, 253, 55,
255, 55, 55, 55, 260, 55, 55, 55, 256, 55,
254, 259, 257, 55, 269, 55, 263, 55, 55, 271,
267, 258, 261, 264, 262, 55, 266, 55, 55, 55,
268, 55, 55, 55, 55, 281, 55, 276, 273, 279,
265, 270, 272, 55, 55, 55, 55, 274, 278, 283,
55, 277, 275, 285, 55, 280, 286, 55, 287, 282,
288, 55, 284, 55, 289, 55, 55, 291, 55, 55,
290, 55, 55, 292, 55, 55, 293, 55, 55, 295,
301, 297, 55, 300, 55, 55, 298, 294, 296, 299,
55, 55, 305, 55, 302, 55, 304, 55, 307, 306,
55, 55, 310, 308, 55, 55, 309, 55, 55, 55,
312, 315, 313, 316, 55, 303, 55, 311, 314, 55,
55, 321, 55, 318, 55, 322, 55, 55, 55, 55,
55, 323, 55, 55, 319, 317, 320, 55, 328, 327,
55, 55, 326, 324, 55, 329, 330, 325, 55, 55,
55, 335, 334, 332, 331, 55, 55, 55, 55, 55,
340, 333, 55, 55, 337, 55, 55, 346, 349, 55,
55, 338, 336, 350, 339, 55, 347, 55, 351, 341,
55, 353, 342, 55, 352, 55, 343, 348, 354, 55,
356, 355, 344, 345, 55, 358, 55, 55, 55, 55,
359, 55, 55, 55, 360, 55, 55, 361, 357, 362,
364, 366, 55, 365, 55, 367, 368, 55, 369, 363,
55, 55, 55, 370, 55, 371, 55, 55, 55, 376,
55, 55, 374, 55, 55, 379, 55, 373, 55, 381,
372, 375, 378, 55, 55, 377, 382, 55, 384, 386,
55, 55, 55, 380, 55, 55, 55, 55, 55, 55,
393, 383, 55, 55, 398, 387, 385, 394, 55, 390,
391, 396, 55, 397, 55, 388, 392, 399, 389, 55,
55, 401, 400, 404, 395, 403, 55, 55, 55, 55,
405, 55, 55, 55, 55, 55, 408, 402, 406, 409,
55, 407, 55, 55, 55, 413, 411, 414, 415, 412,
55, 410, 418, 416, 55, 417, 55, 55, 55, 419,
55, 55, 420, 422, 423, 55, 55, 55, 55, 421,
430, 426, 427, 424, 55, 55, 55, 428, 429, 432,
55, 55, 55, 435, 425, 55, 55, 55, 55, 440,
431, 55, 441, 55, 55, 434, 55, 437, 55, 433,
55, 55, 436, 55, 439, 444, 55, 443, 55, 55,
438, 55, 445, 442, 55, 446, 55, 447, 55, 55,
451, 55, 55, 55, 448, 55, 55, 462, 450, 449,
452, 454, 455, 456, 55, 55, 461, 453, 459, 458,
457, 55, 460, 55, 55, 55, 466, 467, 464, 463,
55, 55, 55, 55, 55, 468, 55, 469, 55, 55,
474, 55, 465, 470, 55, 55, 55, 471, 55, 472,
485, 473, 475, 477, 479, 55, 483, 476, 55, 478,
480, 55, 481, 55, 55, 482, 55, 487, 55, 484,
488, 489, 55, 486, 55, 55, 55, 490, 492, 55,
55, 55, 495, 497, 55, 55, 496, 55, 55, 499,
55, 55, 491, 55, 55, 55, 55, 55, 503, 493,
494, 498, 504, 501, 55, 55, 500, 55, 55, 502,
505, 506, 55, 507, 511, 512, 509, 510, 55, 55,
55, 508, 55, 513, 515, 55, 514, 516, 55, 55,
55, 518, 55, 55, 55, 517, 55, 55, 524, 55,
55, 55, 55, 526, 55, 55, 529, 55, 519, 527,
520, 521, 522, 523, 55, 525, 528, 531, 55, 530,
55, 532, 55, 534, 55, 536, 55, 55, 55, 538,
55, 55, 55, 55, 533, 540, 55, 55, 535, 55,
539, 55, 55, 544, 545, 55, 537, 551, 55, 55,
541, 55, 543, 542, 549, 55, 550, 55, 55, 547,
552, 55, 55, 558, 548, 546, 55, 55, 55, 55,
55, 55, 55, 55, 553, 556, 55, 554, 557, 55,
555, 562, 564, 563, 55, 566, 559, 567, 560, 565,
561, 569, 55, 568, 570, 55, 55, 55, 571, 55,
55, 55, 576, 577, 572, 55, 55, 55, 55, 578,
55, 55, 574, 580, 573, 579, 55, 575, 55, 55,
55, 55, 585, 55, 581, 586, 587, 55, 582, 55,
584, 55, 588, 583, 55, 592, 55, 593, 594, 55,
590, 589, 55, 591, 595, 55, 596, 55, 55, 598,
55, 597, 600, 55, 55, 601, 603, 55, 602, 55,
55, 55, 55, 55, 604, 55, 605, 599, 55, 611,
55, 606, 55, 55, 55, 55, 615, 612, 55, 607,
55, 608, 609, 613, 619, 618, 55, 55, 55, 55,
610, 55, 55, 617, 621, 55, 622, 614, 616, 55,
55, 623, 627, 55, 628, 620, 624, 55, 629, 55,
55, 630, 626, 631, 632, 625, 55, 55, 55, 55,
635, 633, 638, 55, 634, 55, 55, 55, 640, 642,
637, 636, 55, 55, 55, 55, 644, 639, 641, 55,
55, 645, 646, 55, 55, 648, 55, 55, 643, 55,
55, 55, 647, 55, 55, 655, 654, 650, 651, 55,
649, 652, 55, 653, 656, 55, 55, 658, 659, 55,
55, 55, 664, 55, 660, 661, 662, 55, 665, 657,
55, 55, 55, 55, 55, 55, 55, 55, 55, 55,
663, 668, 673, 669, 667, 670, 55, 675, 666, 55,
672, 684, 674, 671, 676, 55, 55, 678, 677, 55,
679, 681, 55, 55, 680, 55, 55, 55, 682, 683,
55, 55, 55, 55, 55, 689, 55, 692, 693, 55,
55, 687, 694, 55, 685, 690, 691, 686, 696, 55,
55, 688, 695, 55, 699, 55, 55, 55, 698, 701,
55, 55, 55, 703, 55, 704, 55, 705, 697, 707,
55, 709, 55, 55, 700, 55, 711, 55, 702, 55,
55, 706, 708, 55, 713, 55, 55, 55, 721, 717,
55, 55, 715, 55, 714, 716, 55, 712, 710, 719,
55, 720, 722, 55, 55, 55, 718, 55, 723, 55,
724, 727, 55, 55, 726, 725, 55, 55, 728, 737,
729, 731, 730, 55, 55, 732, 55, 733, 734, 55,
735, 55, 736, 55, 55, 738, 55, 55, 55, 742,
55, 55, 55, 741, 744, 55, 743, 55, 55, 55,
55, 739, 750, 55, 55, 55, 745, 55, 740, 747,
748, 749, 55, 751, 746, 55, 55, 756, 55, 55,
55, 55, 55, 55, 754, 55, 753, 761, 55, 762,
752, 55, 755, 55, 55, 757, 758, 759, 760, 763,
765, 764, 55, 768, 55, 767, 55, 769, 771, 55,
766, 55, 55, 773, 55, 55, 55, 55, 55, 55,
55, 776, 777, 770, 775, 779, 55, 55, 55, 772,
55, 780, 778, 781, 55, 774, 55, 784, 783, 782,
55, 786, 55, 55, 55, 785, 790, 55, 788, 55,
55, 787, 55, 791, 55, 793, 55, 792, 796, 55,
55, 789, 55, 794, 795, 55, 798, 55, 800, 55,
799, 801, 55, 802, 803, 797, 804, 55, 55, 55,
806, 55, 805, 55, 55, 55, 55, 55, 55, 807,
809, 55, 55, 55, 814, 55, 812, 817, 808, 816,
55, 55, 55, 810, 818, 55, 55, 813, 55, 815,
819, 811, 55, 820, 55, 822, 55, 823, 55, 55,
55, 824, 55, 55, 825, 55, 826, 830, 829, 821,
833, 55, 55, 827, 55, 835, 55, 828, 55, 834,
838, 55, 55, 832, 839, 55, 55, 55, 831, 842,
55, 836, 55, 840, 843, 55, 55, 846, 55, 837,
869, 845, 847, 55, 55, 841, 848, 55, 55, 849,
844, 850, 55, 55, 851, 852, 55, 55, 854, 55,
55, 55, 853, 55, 55, 855, 55, 856, 857, 858,
55, 55, 860, 55, 55, 859, 862, 55, 861, 863,
55, 864, 55, 55, 865, 866, 55, 55, 868, 871,
55, 55, 55, 55, 55, 867, 55, 55, 55, 55,
55, 55, 55, 55, 55, 870, 36, 36, 36, 36,
36, 36, 41, 41, 41, 41, 41, 41, 45, 45,
45, 45, 45, 45, 50, 50, 50, 50, 50, 50,
58, 58, 55, 58, 58, 58, 92, 92, 55, 55,
55, 92, 94, 94, 55, 55, 94, 99, 99, 55,
55, 55, 99, 59, 59, 55, 59, 59, 59, 55,
55, 55, 55, 55, 55, 55, 55, 55, 55, 55,
55, 55, 55, 55, 55, 55, 55, 55, 55, 55,
55, 55, 55, 55, 55, 55, 55, 55, 55, 55,
55, 55, 55, 55, 55, 55, 55, 55, 55, 55,
55, 55, 100, 98, 97, 95, 93, 55, 100, 98,
97, 95, 93, 55, 872, 11, 872, 872, 872, 872,
872, 872, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872, 872
} ;
static yyconst flex_int16_t yy_chk[1835] =
{ 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, 3, 3,
3, 4, 4, 4, 19, 5, 5, 19, 3, 5,
13, 4, 6, 6, 13, 5, 6, 9, 9, 9,
40, 40, 6, 7, 7, 7, 7, 9, 7, 10,
10, 10, 23, 23, 7, 8, 8, 8, 8, 10,
8, 23, 16, 881, 16, 16, 8, 16, 21, 18,
22, 18, 18, 16, 18, 20, 20, 21, 26, 21,
29, 24, 21, 20, 22, 24, 25, 27, 28, 28,
30, 25, 26, 28, 24, 31, 34, 32, 63, 30,
29, 27, 32, 44, 30, 27, 44, 30, 28, 31,
33, 33, 31, 877, 34, 63, 32, 35, 35, 53,
53, 49, 35, 49, 49, 56, 49, 33, 55, 56,
55, 55, 58, 55, 58, 58, 61, 58, 62, 61,
64, 62, 65, 58, 66, 67, 69, 68, 70, 66,
69, 72, 71, 70, 75, 71, 74, 64, 71, 81,
74, 75, 67, 65, 68, 73, 76, 77, 73, 78,
79, 71, 73, 80, 77, 72, 81, 80, 76, 82,
83, 78, 84, 88, 85, 86, 86, 87, 82, 79,
89, 90, 91, 871, 83, 89, 93, 93, 100, 100,
84, 85, 90, 88, 87, 86, 103, 95, 107, 91,
95, 97, 101, 97, 97, 102, 97, 101, 108, 104,
103, 105, 108, 102, 104, 110, 105, 106, 109, 116,
107, 106, 112, 109, 111, 116, 106, 113, 110, 114,
106, 117, 113, 864, 114, 111, 106, 106, 111, 112,
115, 115, 118, 119, 120, 121, 122, 118, 119, 120,
121, 117, 123, 122, 124, 125, 126, 127, 123, 128,
129, 130, 127, 130, 131, 132, 135, 133, 135, 134,
136, 131, 133, 124, 134, 126, 125, 137, 138, 129,
128, 142, 137, 132, 135, 140, 140, 139, 136, 133,
139, 143, 138, 141, 141, 144, 142, 145, 144, 146,
146, 145, 147, 148, 149, 143, 150, 147, 148, 151,
152, 152, 153, 154, 155, 156, 154, 157, 159, 159,
161, 151, 863, 149, 156, 155, 150, 162, 157, 153,
158, 160, 158, 158, 160, 163, 161, 164, 164, 161,
166, 162, 165, 165, 163, 166, 167, 168, 169, 170,
171, 172, 168, 173, 170, 171, 173, 169, 177, 174,
176, 178, 180, 179, 181, 167, 862, 177, 179, 182,
172, 173, 174, 175, 176, 175, 175, 185, 186, 178,
183, 180, 182, 181, 187, 183, 175, 175, 175, 184,
184, 188, 184, 186, 189, 190, 185, 191, 192, 187,
193, 200, 192, 860, 190, 194, 191, 189, 188, 193,
194, 195, 196, 196, 197, 198, 190, 195, 199, 197,
204, 200, 205, 199, 201, 201, 198, 203, 203, 206,
205, 207, 209, 210, 211, 212, 213, 215, 206, 211,
204, 210, 207, 217, 217, 214, 214, 218, 219, 219,
216, 209, 212, 214, 213, 216, 215, 221, 220, 222,
216, 223, 224, 225, 226, 229, 229, 224, 221, 227,
214, 218, 220, 228, 227, 230, 231, 222, 226, 231,
232, 225, 223, 233, 233, 228, 234, 234, 235, 230,
236, 236, 232, 235, 237, 237, 238, 239, 242, 240,
238, 241, 239, 240, 243, 244, 241, 247, 245, 243,
247, 245, 246, 246, 858, 255, 245, 242, 244, 245,
248, 249, 250, 251, 248, 252, 249, 250, 252, 251,
253, 254, 255, 253, 256, 257, 254, 258, 260, 259,
257, 260, 258, 261, 261, 248, 262, 256, 259, 263,
264, 266, 265, 263, 267, 267, 266, 268, 269, 270,
271, 268, 272, 273, 264, 262, 265, 276, 273, 272,
274, 275, 271, 269, 277, 274, 275, 270, 278, 279,
280, 280, 279, 277, 276, 282, 283, 284, 287, 293,
290, 278, 292, 294, 283, 290, 296, 292, 295, 295,
298, 284, 282, 296, 287, 291, 293, 297, 297, 291,
299, 299, 291, 301, 298, 300, 291, 294, 300, 302,
302, 301, 291, 291, 303, 304, 304, 305, 306, 307,
305, 308, 309, 314, 306, 310, 311, 307, 303, 308,
310, 312, 312, 311, 317, 313, 314, 315, 315, 309,
313, 318, 319, 317, 320, 318, 321, 324, 322, 323,
326, 325, 321, 327, 323, 326, 331, 320, 328, 328,
319, 322, 325, 329, 330, 324, 329, 332, 331, 333,
333, 334, 335, 327, 336, 337, 339, 338, 341, 340,
340, 330, 342, 343, 343, 334, 332, 340, 346, 337,
338, 341, 344, 342, 345, 335, 339, 344, 336, 347,
352, 346, 345, 350, 340, 348, 348, 351, 350, 353,
351, 354, 356, 357, 355, 359, 354, 347, 352, 355,
360, 353, 361, 362, 363, 360, 357, 361, 362, 359,
368, 356, 365, 363, 364, 364, 371, 365, 367, 367,
369, 370, 367, 369, 370, 372, 373, 374, 376, 368,
377, 373, 374, 371, 375, 377, 378, 375, 376, 379,
379, 380, 381, 382, 372, 383, 385, 382, 384, 388,
378, 387, 389, 389, 388, 381, 390, 384, 391, 380,
392, 394, 383, 395, 387, 392, 396, 391, 393, 397,
385, 398, 393, 390, 399, 394, 400, 395, 401, 404,
399, 406, 402, 854, 396, 405, 410, 410, 398, 397,
400, 402, 404, 405, 407, 412, 409, 401, 408, 407,
406, 409, 408, 408, 411, 413, 414, 415, 412, 411,
416, 414, 415, 417, 418, 416, 419, 417, 420, 421,
419, 423, 413, 418, 430, 422, 427, 418, 428, 418,
430, 418, 420, 422, 424, 424, 428, 421, 443, 423,
425, 425, 426, 426, 429, 427, 431, 433, 436, 429,
434, 435, 433, 431, 437, 434, 435, 436, 438, 438,
439, 440, 442, 443, 444, 445, 442, 442, 446, 445,
447, 448, 437, 449, 452, 450, 455, 852, 449, 439,
440, 444, 450, 447, 453, 451, 446, 454, 461, 448,
451, 452, 456, 453, 457, 458, 455, 456, 471, 457,
458, 454, 459, 459, 462, 462, 461, 463, 463, 464,
466, 465, 467, 468, 469, 464, 465, 850, 471, 484,
470, 472, 473, 473, 475, 474, 476, 476, 466, 474,
467, 468, 469, 470, 477, 472, 475, 478, 482, 477,
483, 482, 478, 484, 485, 486, 486, 487, 488, 488,
489, 490, 491, 494, 483, 490, 493, 495, 485, 497,
489, 498, 499, 495, 497, 500, 487, 503, 503, 501,
491, 502, 494, 493, 501, 504, 502, 505, 506, 499,
504, 507, 508, 510, 500, 498, 509, 511, 510, 512,
513, 518, 514, 517, 505, 508, 519, 506, 509, 523,
507, 514, 517, 514, 520, 519, 511, 519, 512, 518,
513, 521, 524, 520, 522, 522, 521, 525, 523, 526,
527, 528, 528, 530, 524, 532, 531, 533, 530, 531,
534, 537, 526, 532, 525, 531, 535, 527, 538, 848,
539, 540, 538, 541, 533, 539, 540, 542, 534, 543,
537, 555, 541, 535, 544, 545, 545, 546, 547, 547,
543, 542, 546, 544, 548, 548, 549, 549, 550, 552,
553, 550, 554, 558, 552, 555, 557, 554, 556, 556,
559, 557, 560, 561, 558, 562, 558, 553, 563, 563,
564, 558, 566, 568, 565, 567, 567, 564, 569, 559,
571, 560, 561, 565, 572, 571, 573, 574, 577, 572,
562, 575, 576, 569, 574, 578, 575, 566, 568, 579,
586, 576, 580, 584, 581, 573, 577, 580, 581, 581,
588, 582, 579, 583, 584, 578, 582, 585, 583, 589,
587, 585, 590, 590, 586, 587, 591, 593, 593, 597,
589, 588, 598, 603, 597, 599, 599, 591, 593, 600,
605, 600, 601, 601, 604, 604, 606, 607, 598, 609,
608, 610, 603, 611, 613, 611, 610, 606, 607, 618,
605, 608, 614, 609, 612, 612, 615, 614, 615, 616,
617, 619, 620, 621, 616, 617, 618, 620, 621, 613,
622, 623, 624, 625, 626, 627, 628, 641, 631, 634,
619, 624, 628, 624, 623, 625, 630, 631, 622, 633,
627, 641, 630, 626, 632, 632, 635, 634, 633, 636,
635, 637, 637, 639, 636, 640, 642, 643, 639, 640,
644, 645, 647, 648, 649, 647, 650, 650, 651, 651,
653, 644, 652, 652, 642, 648, 649, 643, 654, 654,
655, 645, 653, 657, 658, 658, 659, 662, 657, 660,
660, 661, 663, 662, 666, 663, 664, 664, 655, 665,
665, 667, 667, 668, 659, 669, 669, 670, 661, 671,
672, 664, 666, 673, 671, 675, 674, 677, 680, 675,
678, 847, 673, 680, 672, 674, 685, 670, 668, 678,
679, 679, 682, 682, 683, 689, 677, 684, 683, 686,
684, 687, 688, 691, 686, 685, 687, 690, 688, 702,
689, 691, 690, 692, 702, 692, 695, 695, 697, 697,
698, 698, 700, 700, 703, 703, 704, 705, 706, 708,
708, 710, 711, 706, 711, 712, 710, 713, 714, 715,
716, 704, 717, 717, 718, 719, 712, 720, 705, 714,
715, 716, 721, 718, 713, 723, 724, 724, 725, 726,
728, 733, 727, 732, 721, 731, 720, 729, 729, 730,
719, 737, 723, 740, 730, 725, 726, 727, 728, 731,
733, 732, 738, 739, 739, 738, 741, 740, 743, 743,
737, 744, 745, 745, 746, 747, 748, 749, 751, 754,
752, 748, 749, 741, 747, 752, 753, 756, 757, 744,
762, 753, 751, 754, 755, 746, 758, 757, 756, 755,
759, 759, 760, 763, 765, 758, 764, 764, 762, 766,
767, 760, 770, 765, 769, 767, 773, 766, 772, 772,
778, 763, 782, 769, 770, 774, 774, 775, 776, 776,
775, 777, 777, 778, 779, 773, 780, 780, 781, 779,
782, 783, 781, 784, 786, 785, 787, 788, 789, 783,
785, 791, 792, 794, 791, 795, 788, 794, 784, 793,
793, 797, 798, 786, 795, 799, 806, 789, 803, 792,
797, 787, 807, 798, 802, 802, 805, 803, 808, 809,
810, 805, 811, 812, 806, 813, 807, 811, 810, 799,
814, 814, 818, 808, 815, 817, 817, 809, 819, 815,
820, 820, 822, 813, 821, 821, 823, 868, 812, 824,
824, 818, 826, 822, 825, 825, 827, 828, 828, 819,
868, 827, 829, 829, 831, 823, 830, 830, 844, 831,
826, 832, 832, 834, 834, 836, 836, 837, 840, 840,
841, 855, 837, 846, 845, 841, 865, 844, 845, 849,
849, 851, 853, 853, 867, 851, 856, 856, 855, 857,
857, 859, 859, 861, 861, 865, 866, 869, 867, 870,
870, 843, 842, 839, 838, 866, 835, 833, 816, 804,
801, 800, 796, 790, 771, 869, 873, 873, 873, 873,
873, 873, 874, 874, 874, 874, 874, 874, 875, 875,
875, 875, 875, 875, 876, 876, 876, 876, 876, 876,
878, 878, 768, 878, 878, 878, 879, 879, 761, 750,
742, 879, 880, 880, 736, 735, 880, 882, 882, 734,
722, 709, 882, 883, 883, 707, 883, 883, 883, 701,
699, 696, 694, 693, 681, 676, 656, 646, 638, 629,
602, 596, 595, 594, 592, 570, 551, 536, 529, 516,
515, 496, 492, 481, 480, 479, 460, 441, 432, 403,
386, 366, 358, 349, 316, 289, 288, 286, 285, 281,
208, 202, 99, 98, 96, 94, 92, 54, 50, 46,
45, 41, 36, 12, 11, 872, 872, 872, 872, 872,
872, 872, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872, 872, 872, 872, 872, 872, 872, 872,
872, 872, 872, 872
} ;
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
#define YDOUT LEXOUT(("v(%s )", yytext))
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 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;
}
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 88 "util/configlexer.lex"
#ifndef YY_NO_UNPUT
#define YY_NO_UNPUT 1
#endif
#ifndef YY_NO_INPUT
#define YY_NO_INPUT 1
#endif
#line 1236 "<stdout>"
#define INITIAL 0
#define quotedstring 1
#define singlequotedstr 2
#define include 3
#define include_quoted 4
#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 107 "util/configlexer.lex"
#line 1422 "<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 >= 873 )
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] != 1796 );
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 108 "util/configlexer.lex"
{ LEXOUT(("SP ")); /* ignore */ }
YY_BREAK
case 2:
YY_RULE_SETUP
#line 109 "util/configlexer.lex"
{ LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
YY_BREAK
case 3:
YY_RULE_SETUP
#line 110 "util/configlexer.lex"
{ YDOUT; return VAR_SERVER;}
YY_BREAK
case 4:
YY_RULE_SETUP
#line 111 "util/configlexer.lex"
{ YDOUT; return VAR_NUM_THREADS;}
YY_BREAK
case 5:
YY_RULE_SETUP
#line 112 "util/configlexer.lex"
{ YDOUT; return VAR_VERBOSITY;}
YY_BREAK
case 6:
YY_RULE_SETUP
#line 113 "util/configlexer.lex"
{ YDOUT; return VAR_PORT;}
YY_BREAK
case 7:
YY_RULE_SETUP
#line 114 "util/configlexer.lex"
{ YDOUT; return VAR_OUTGOING_RANGE;}
YY_BREAK
case 8:
YY_RULE_SETUP
#line 115 "util/configlexer.lex"
{ YDOUT; return VAR_OUTGOING_PORT_PERMIT;}
YY_BREAK
case 9:
YY_RULE_SETUP
#line 116 "util/configlexer.lex"
{ YDOUT; return VAR_OUTGOING_PORT_AVOID;}
YY_BREAK
case 10:
YY_RULE_SETUP
#line 117 "util/configlexer.lex"
{ YDOUT; return VAR_OUTGOING_NUM_TCP;}
YY_BREAK
case 11:
YY_RULE_SETUP
#line 118 "util/configlexer.lex"
{ YDOUT; return VAR_INCOMING_NUM_TCP;}
YY_BREAK
case 12:
YY_RULE_SETUP
#line 119 "util/configlexer.lex"
{ YDOUT; return VAR_DO_IP4;}
YY_BREAK
case 13:
YY_RULE_SETUP
#line 120 "util/configlexer.lex"
{ YDOUT; return VAR_DO_IP6;}
YY_BREAK
case 14:
YY_RULE_SETUP
#line 121 "util/configlexer.lex"
{ YDOUT; return VAR_DO_UDP;}
YY_BREAK
case 15:
YY_RULE_SETUP
#line 122 "util/configlexer.lex"
{ YDOUT; return VAR_DO_TCP;}
YY_BREAK
case 16:
YY_RULE_SETUP
#line 123 "util/configlexer.lex"
{ YDOUT; return VAR_DO_DAEMONIZE;}
YY_BREAK
case 17:
YY_RULE_SETUP
#line 124 "util/configlexer.lex"
{ YDOUT; return VAR_INTERFACE;}
YY_BREAK
case 18:
YY_RULE_SETUP
#line 125 "util/configlexer.lex"
{ YDOUT; return VAR_OUTGOING_INTERFACE;}
YY_BREAK
case 19:
YY_RULE_SETUP
#line 126 "util/configlexer.lex"
{ YDOUT; return VAR_INTERFACE_AUTOMATIC;}
YY_BREAK
case 20:
YY_RULE_SETUP
#line 127 "util/configlexer.lex"
{ YDOUT; return VAR_CHROOT;}
YY_BREAK
case 21:
YY_RULE_SETUP
#line 128 "util/configlexer.lex"
{ YDOUT; return VAR_USERNAME;}
YY_BREAK
case 22:
YY_RULE_SETUP
#line 129 "util/configlexer.lex"
{ YDOUT; return VAR_DIRECTORY;}
YY_BREAK
case 23:
YY_RULE_SETUP
#line 130 "util/configlexer.lex"
{ YDOUT; return VAR_LOGFILE;}
YY_BREAK
case 24:
YY_RULE_SETUP
#line 131 "util/configlexer.lex"
{ YDOUT; return VAR_PIDFILE;}
YY_BREAK
case 25:
YY_RULE_SETUP
#line 132 "util/configlexer.lex"
{ YDOUT; return VAR_ROOT_HINTS;}
YY_BREAK
case 26:
YY_RULE_SETUP
#line 133 "util/configlexer.lex"
{ YDOUT; return VAR_MSG_BUFFER_SIZE;}
YY_BREAK
case 27:
YY_RULE_SETUP
#line 134 "util/configlexer.lex"
{ YDOUT; return VAR_MSG_CACHE_SIZE;}
YY_BREAK
case 28:
YY_RULE_SETUP
#line 135 "util/configlexer.lex"
{ YDOUT; return VAR_MSG_CACHE_SLABS;}
YY_BREAK
case 29:
YY_RULE_SETUP
#line 136 "util/configlexer.lex"
{ YDOUT; return VAR_RRSET_CACHE_SIZE;}
YY_BREAK
case 30:
YY_RULE_SETUP
#line 137 "util/configlexer.lex"
{ YDOUT; return VAR_RRSET_CACHE_SLABS;}
YY_BREAK
case 31:
YY_RULE_SETUP
#line 138 "util/configlexer.lex"
{ YDOUT; return VAR_CACHE_MAX_TTL;}
YY_BREAK
case 32:
YY_RULE_SETUP
#line 139 "util/configlexer.lex"
{ YDOUT; return VAR_INFRA_HOST_TTL;}
YY_BREAK
case 33:
YY_RULE_SETUP
#line 140 "util/configlexer.lex"
{ YDOUT; return VAR_INFRA_LAME_TTL;}
YY_BREAK
case 34:
YY_RULE_SETUP
#line 141 "util/configlexer.lex"
{ YDOUT; return VAR_INFRA_CACHE_SLABS;}
YY_BREAK
case 35:
YY_RULE_SETUP
#line 142 "util/configlexer.lex"
{ YDOUT; return VAR_INFRA_CACHE_NUMHOSTS;}
YY_BREAK
case 36:
YY_RULE_SETUP
#line 143 "util/configlexer.lex"
{ YDOUT; return VAR_INFRA_CACHE_LAME_SIZE;}
YY_BREAK
case 37:
YY_RULE_SETUP
#line 144 "util/configlexer.lex"
{ YDOUT; return VAR_NUM_QUERIES_PER_THREAD;}
YY_BREAK
case 38:
YY_RULE_SETUP
#line 145 "util/configlexer.lex"
{ YDOUT; return VAR_TARGET_FETCH_POLICY;}
YY_BREAK
case 39:
YY_RULE_SETUP
#line 146 "util/configlexer.lex"
{ YDOUT; return VAR_HARDEN_SHORT_BUFSIZE;}
YY_BREAK
case 40:
YY_RULE_SETUP
#line 147 "util/configlexer.lex"
{ YDOUT; return VAR_HARDEN_LARGE_QUERIES;}
YY_BREAK
case 41:
YY_RULE_SETUP
#line 148 "util/configlexer.lex"
{ YDOUT; return VAR_HARDEN_GLUE;}
YY_BREAK
case 42:
YY_RULE_SETUP
#line 149 "util/configlexer.lex"
{ YDOUT; return VAR_HARDEN_DNNSEC_STRIPPED;}
YY_BREAK
case 43:
YY_RULE_SETUP
#line 150 "util/configlexer.lex"
{ YDOUT; return VAR_HARDEN_REFERRAL_PATH;}
YY_BREAK
case 44:
YY_RULE_SETUP
#line 151 "util/configlexer.lex"
{ YDOUT; return VAR_USE_CAPS_FOR_ID;}
YY_BREAK
case 45:
YY_RULE_SETUP
#line 152 "util/configlexer.lex"
{ YDOUT; return VAR_PRIVATE_ADDRESS;}
YY_BREAK
case 46:
YY_RULE_SETUP
#line 153 "util/configlexer.lex"
{ YDOUT; return VAR_PRIVATE_DOMAIN;}
YY_BREAK
case 47:
YY_RULE_SETUP
#line 154 "util/configlexer.lex"
{ YDOUT; return VAR_STUB_ZONE;}
YY_BREAK
case 48:
YY_RULE_SETUP
#line 155 "util/configlexer.lex"
{ YDOUT; return VAR_NAME;}
YY_BREAK
case 49:
YY_RULE_SETUP
#line 156 "util/configlexer.lex"
{ YDOUT; return VAR_STUB_ADDR;}
YY_BREAK
case 50:
YY_RULE_SETUP
#line 157 "util/configlexer.lex"
{ YDOUT; return VAR_STUB_HOST;}
YY_BREAK
case 51:
YY_RULE_SETUP
#line 158 "util/configlexer.lex"
{ YDOUT; return VAR_FORWARD_ZONE;}
YY_BREAK
case 52:
YY_RULE_SETUP
#line 159 "util/configlexer.lex"
{ YDOUT; return VAR_FORWARD_ADDR;}
YY_BREAK
case 53:
YY_RULE_SETUP
#line 160 "util/configlexer.lex"
{ YDOUT; return VAR_FORWARD_HOST;}
YY_BREAK
case 54:
YY_RULE_SETUP
#line 161 "util/configlexer.lex"
{ YDOUT; return VAR_DO_NOT_QUERY_ADDRESS;}
YY_BREAK
case 55:
YY_RULE_SETUP
#line 162 "util/configlexer.lex"
{ YDOUT; return VAR_DO_NOT_QUERY_LOCALHOST;}
YY_BREAK
case 56:
YY_RULE_SETUP
#line 163 "util/configlexer.lex"
{ YDOUT; return VAR_ACCESS_CONTROL;}
YY_BREAK
case 57:
YY_RULE_SETUP
#line 164 "util/configlexer.lex"
{ YDOUT; return VAR_HIDE_IDENTITY;}
YY_BREAK
case 58:
YY_RULE_SETUP
#line 165 "util/configlexer.lex"
{ YDOUT; return VAR_HIDE_VERSION;}
YY_BREAK
case 59:
YY_RULE_SETUP
#line 166 "util/configlexer.lex"
{ YDOUT; return VAR_IDENTITY;}
YY_BREAK
case 60:
YY_RULE_SETUP
#line 167 "util/configlexer.lex"
{ YDOUT; return VAR_VERSION;}
YY_BREAK
case 61:
YY_RULE_SETUP
#line 168 "util/configlexer.lex"
{ YDOUT; return VAR_MODULE_CONF;}
YY_BREAK
case 62:
YY_RULE_SETUP
#line 169 "util/configlexer.lex"
{ YDOUT; return VAR_DLV_ANCHOR;}
YY_BREAK
case 63:
YY_RULE_SETUP
#line 170 "util/configlexer.lex"
{ YDOUT; return VAR_DLV_ANCHOR_FILE;}
YY_BREAK
case 64:
YY_RULE_SETUP
#line 171 "util/configlexer.lex"
{ YDOUT; return VAR_TRUST_ANCHOR_FILE;}
YY_BREAK
case 65:
YY_RULE_SETUP
#line 172 "util/configlexer.lex"
{ YDOUT; return VAR_TRUSTED_KEYS_FILE;}
YY_BREAK
case 66:
YY_RULE_SETUP
#line 173 "util/configlexer.lex"
{ YDOUT; return VAR_TRUST_ANCHOR;}
YY_BREAK
case 67:
YY_RULE_SETUP
#line 174 "util/configlexer.lex"
{ YDOUT; return VAR_VAL_OVERRIDE_DATE;}
YY_BREAK
case 68:
YY_RULE_SETUP
#line 175 "util/configlexer.lex"
{ YDOUT; return VAR_BOGUS_TTL;}
YY_BREAK
case 69:
YY_RULE_SETUP
#line 176 "util/configlexer.lex"
{ YDOUT; return VAR_VAL_CLEAN_ADDITIONAL;}
YY_BREAK
case 70:
YY_RULE_SETUP
#line 177 "util/configlexer.lex"
{ YDOUT; return VAR_VAL_PERMISSIVE_MODE;}
YY_BREAK
case 71:
YY_RULE_SETUP
#line 178 "util/configlexer.lex"
{ YDOUT; return VAR_KEY_CACHE_SIZE;}
YY_BREAK
case 72:
YY_RULE_SETUP
#line 179 "util/configlexer.lex"
{ YDOUT; return VAR_KEY_CACHE_SLABS;}
YY_BREAK
case 73:
YY_RULE_SETUP
#line 180 "util/configlexer.lex"
{ YDOUT; return VAR_NEG_CACHE_SIZE;}
YY_BREAK
case 74:
YY_RULE_SETUP
#line 181 "util/configlexer.lex"
{ YDOUT; return VAR_VAL_NSEC3_KEYSIZE_ITERATIONS;}
YY_BREAK
case 75:
YY_RULE_SETUP
#line 182 "util/configlexer.lex"
{ YDOUT; return VAR_USE_SYSLOG;}
YY_BREAK
case 76:
YY_RULE_SETUP
#line 183 "util/configlexer.lex"
{ YDOUT; return VAR_LOCAL_ZONE;}
YY_BREAK
case 77:
YY_RULE_SETUP
#line 184 "util/configlexer.lex"
{ YDOUT; return VAR_LOCAL_DATA;}
YY_BREAK
case 78:
YY_RULE_SETUP
#line 185 "util/configlexer.lex"
{ YDOUT; return VAR_STATISTICS_INTERVAL;}
YY_BREAK
case 79:
YY_RULE_SETUP
#line 186 "util/configlexer.lex"
{ YDOUT; return VAR_STATISTICS_CUMULATIVE;}
YY_BREAK
case 80:
/* rule 80 can match eol */
YY_RULE_SETUP
#line 187 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 81:
YY_RULE_SETUP
#line 190 "util/configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 191 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(INITIAL);
}
YY_BREAK
case 82:
YY_RULE_SETUP
#line 195 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 83:
/* rule 83 can match eol */
YY_RULE_SETUP
#line 196 "util/configlexer.lex"
{ cfg_parser->line++; yymore(); }
YY_BREAK
case 84:
YY_RULE_SETUP
#line 197 "util/configlexer.lex"
{
LEXOUT(("QE "));
BEGIN(INITIAL);
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 85:
YY_RULE_SETUP
#line 208 "util/configlexer.lex"
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
YY_BREAK
case YY_STATE_EOF(singlequotedstr):
#line 209 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(INITIAL);
}
YY_BREAK
case 86:
YY_RULE_SETUP
#line 213 "util/configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
YY_BREAK
case 87:
/* rule 87 can match eol */
YY_RULE_SETUP
#line 214 "util/configlexer.lex"
{ cfg_parser->line++; yymore(); }
YY_BREAK
case 88:
YY_RULE_SETUP
#line 215 "util/configlexer.lex"
{
LEXOUT(("SQE "));
BEGIN(INITIAL);
yytext[yyleng - 1] = '\0';
yylval.str = strdup(yytext);
if(!yylval.str)
yyerror("out of memory");
return STRING;
}
YY_BREAK
/* include: directive */
case 89:
YY_RULE_SETUP
#line 226 "util/configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); BEGIN(include); }
YY_BREAK
case YY_STATE_EOF(include):
#line 227 "util/configlexer.lex"
{
yyerror("EOF inside include directive");
BEGIN(INITIAL);
}
YY_BREAK
case 90:
YY_RULE_SETUP
#line 231 "util/configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
YY_BREAK
case 91:
/* rule 91 can match eol */
YY_RULE_SETUP
#line 232 "util/configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
YY_BREAK
case 92:
YY_RULE_SETUP
#line 233 "util/configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
YY_BREAK
case 93:
YY_RULE_SETUP
#line 234 "util/configlexer.lex"
{
LEXOUT(("Iunquotedstr(%s) ", yytext));
config_start_include(yytext);
BEGIN(INITIAL);
}
YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 239 "util/configlexer.lex"
{
yyerror("EOF inside quoted string");
BEGIN(INITIAL);
}
YY_BREAK
case 94:
YY_RULE_SETUP
#line 243 "util/configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
YY_BREAK
case 95:
/* rule 95 can match eol */
YY_RULE_SETUP
#line 244 "util/configlexer.lex"
{ cfg_parser->line++; yymore(); }
YY_BREAK
case 96:
YY_RULE_SETUP
#line 245 "util/configlexer.lex"
{
LEXOUT(("IQE "));
yytext[yyleng - 1] = '\0';
config_start_include(yytext);
BEGIN(INITIAL);
}
YY_BREAK
case YY_STATE_EOF(INITIAL):
#line 251 "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 97:
YY_RULE_SETUP
#line 261 "util/configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext));
yylval.str = strdup(yytext); return STRING; }
YY_BREAK
case 98:
YY_RULE_SETUP
#line 264 "util/configlexer.lex"
ECHO;
YY_BREAK
#line 2075 "<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 >= 873 )
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 >= 873 )
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 == 872);
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 264 "util/configlexer.lex"