2009-03-24 08:47:56 -04:00
|
|
|
#include "config.h"
|
2007-10-18 18:49:08 -04:00
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#line 3 "<stdout>"
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
|
|
|
|
|
|
/* A lexical scanner generated by flex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define FLEX_SCANNER
|
|
|
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_FLEX_MINOR_VERSION 6
|
2017-07-24 05:04:18 -04:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 1
|
2015-12-01 03:11:48 -05:00
|
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
|
|
|
#define FLEX_BETA
|
|
|
|
|
#endif
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
|
|
|
|
|
|
/* begin standard C headers. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <stdio.h>
|
2015-12-01 03:11:48 -05:00
|
|
|
#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. */
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
2007-10-19 04:37:27 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
|
|
|
* if you want the limit (max/min) macros for int types.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
|
|
|
#define __STDC_LIMIT_MACROS 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
typedef int8_t flex_int8_t;
|
|
|
|
|
typedef uint8_t flex_uint8_t;
|
|
|
|
|
typedef int16_t flex_int16_t;
|
|
|
|
|
typedef uint16_t flex_uint16_t;
|
|
|
|
|
typedef int32_t flex_int32_t;
|
|
|
|
|
typedef uint32_t flex_uint32_t;
|
|
|
|
|
#else
|
|
|
|
|
typedef signed char flex_int8_t;
|
|
|
|
|
typedef short int flex_int16_t;
|
|
|
|
|
typedef int flex_int32_t;
|
|
|
|
|
typedef unsigned char flex_uint8_t;
|
|
|
|
|
typedef unsigned short int flex_uint16_t;
|
|
|
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
|
|
|
|
|
|
/* Limits of integral types. */
|
|
|
|
|
#ifndef INT8_MIN
|
|
|
|
|
#define INT8_MIN (-128)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT16_MIN
|
|
|
|
|
#define INT16_MIN (-32767-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MIN
|
|
|
|
|
#define INT32_MIN (-2147483647-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT8_MAX
|
|
|
|
|
#define INT8_MAX (127)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
#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)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2013-04-15 03:57:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! C99 */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! FLEXINT_H */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
/* TODO: this is always defined, so inline it */
|
2017-06-16 03:56:28 -04:00
|
|
|
#define yyconst const
|
2017-07-24 05:04:18 -04:00
|
|
|
|
|
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
#define yynoreturn __attribute__((__noreturn__))
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
#define yynoreturn
|
2007-10-18 18:49:08 -04:00
|
|
|
#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.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#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". */
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#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))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
extern int yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-02-13 05:35:09 -05:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
*yy_cp = (yy_hold_char); \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
|
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
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.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_n_chars;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
|
|
|
int yy_bs_column; /**< The column count. */
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
|
|
|
* end of it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_fill_buffer;
|
|
|
|
|
|
|
|
|
|
int yy_buffer_status;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#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
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* 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. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* 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)]
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
|
|
|
static char yy_hold_char;
|
2017-07-24 05:04:18 -04:00
|
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
|
|
|
int yyleng;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Points to current character in buffer. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static char *yy_c_buf_p = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_init = 0; /* whether we need to initialize */
|
2007-10-18 18:49:08 -04:00
|
|
|
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;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
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 );
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yyensure_buffer_stack (void );
|
|
|
|
|
static void yy_load_buffer_state (void );
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
void *yyalloc (yy_size_t );
|
|
|
|
|
void *yyrealloc (void *,yy_size_t );
|
|
|
|
|
void yyfree (void * );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
|
|
|
|
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
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; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
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; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
typedef unsigned char YY_CHAR;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
FILE *yyin = NULL, *yyout = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef int yy_state_type;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
extern int yylineno;
|
|
|
|
|
|
|
|
|
|
int yylineno = 1;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern char *yytext;
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifdef yytext_ptr
|
|
|
|
|
#undef yytext_ptr
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yytext_ptr yytext
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
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 );
|
2017-07-24 05:04:18 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
|
|
|
* corresponding action - sets up yytext.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_DO_BEFORE_ACTION \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = yy_bp; \
|
|
|
|
|
(yytext_ptr) -= (yy_more_len); \
|
2017-07-24 05:04:18 -04:00
|
|
|
yyleng = (int) (yy_cp - (yytext_ptr)); \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_hold_char) = *yy_cp; \
|
2007-10-18 18:49:08 -04:00
|
|
|
*yy_cp = '\0'; \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
#define YY_NUM_RULES 259
|
|
|
|
|
#define YY_END_OF_BUFFER 260
|
2015-12-01 03:11:48 -05:00
|
|
|
/* 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;
|
|
|
|
|
};
|
2018-03-15 10:23:51 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2563] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-03-15 10:23:51 -04:00
|
|
|
1, 1, 241, 241, 245, 245, 249, 249, 253, 253,
|
|
|
|
|
1, 1, 260, 257, 1, 239, 239, 258, 2, 258,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 241, 242, 242, 243, 258, 245, 246, 246,
|
|
|
|
|
247, 258, 252, 249, 250, 250, 251, 258, 253, 254,
|
|
|
|
|
254, 255, 258, 256, 240, 2, 244, 258, 256, 257,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 241, 0,
|
|
|
|
|
245, 0, 252, 0, 249, 253, 0, 256, 0, 2,
|
|
|
|
|
2, 256, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 256, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 101, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 256, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 85, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 8, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 105, 257, 256, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
256, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 45, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 188, 257, 14, 15, 257, 18,
|
|
|
|
|
17, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 100, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 174, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 3,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 256, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
233, 257, 257, 232, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 248, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 48, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 49, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 163, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 20, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 120, 257, 257,
|
|
|
|
|
248, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 215, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 138, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 119,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 83, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 28, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 29, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 46, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 99, 257, 257, 257, 257, 98, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 47, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 139, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 36,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 203, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 40, 257, 41, 257, 257,
|
|
|
|
|
257, 257, 86, 257, 87, 257, 257, 257, 84, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 7,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 181, 257, 257,
|
|
|
|
|
257, 257, 122, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 37, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 155, 257, 154, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 16, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 50, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 162, 257, 257, 257, 257,
|
|
|
|
|
257, 89, 88, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 149, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 106, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 68, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
72, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 44, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 152, 153, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 6, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 213, 257, 257, 234, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 34, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
145, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 167, 257, 146, 257, 257, 179,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 35, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 103, 93, 257, 94, 257, 257, 92,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 117, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
202, 257, 257, 257, 257, 257, 257, 257, 257, 147,
|
|
|
|
|
257, 257, 257, 257, 257, 150, 257, 257, 178, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 82, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 42, 257, 257, 257, 22, 257, 257,
|
|
|
|
|
257, 257, 257, 19, 257, 257, 257, 23, 257, 127,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 57, 59,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 217, 257, 257, 257, 189, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 95, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 116, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 228, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 121, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 173, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 237, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 137, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 132, 257, 140, 257, 257, 257, 257,
|
|
|
|
|
257, 109, 257, 257, 257, 257, 257, 78, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 165, 257, 257, 257, 257, 257, 180, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 194, 257, 257, 257, 257, 257, 257, 102, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 136, 257,
|
|
|
|
|
257, 257, 257, 257, 60, 61, 257, 257, 257, 257,
|
|
|
|
|
257, 43, 257, 257, 257, 257, 257, 67, 141, 257,
|
|
|
|
|
156, 257, 182, 151, 257, 257, 257, 53, 257, 143,
|
|
|
|
|
257, 257, 257, 257, 257, 9, 257, 257, 257, 81,
|
|
|
|
|
257, 257, 257, 257, 207, 257, 257, 257, 164, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 135, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 123, 216, 257, 257,
|
|
|
|
|
257, 257, 193, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 175, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 231, 257, 142,
|
|
|
|
|
257, 257, 257, 52, 54, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 80, 257, 257, 257, 257, 205, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 212, 257, 257, 257, 257, 257, 169, 30, 24,
|
|
|
|
|
26, 257, 257, 257, 257, 257, 31, 25, 27, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 77, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 171, 168, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 51, 257,
|
|
|
|
|
104, 257, 257, 257, 257, 257, 257, 257, 257, 118,
|
|
|
|
|
13, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
226, 257, 229, 257, 257, 257, 257, 257, 257, 12,
|
|
|
|
|
257, 257, 21, 257, 257, 257, 211, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
214, 55, 257, 177, 257, 170, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 131, 130, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 172, 166, 257, 257, 257, 218, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
62, 257, 257, 257, 206, 257, 257, 257, 257, 257,
|
|
|
|
|
176, 257, 257, 257, 257, 257, 257, 257, 257, 235,
|
|
|
|
|
236, 56, 257, 257, 257, 90, 91, 257, 124, 257,
|
|
|
|
|
126, 257, 157, 257, 257, 257, 129, 257, 257, 183,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 111, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 190,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 158, 257, 257, 204, 257, 230,
|
|
|
|
|
257, 257, 257, 38, 257, 257, 257, 257, 4, 257,
|
|
|
|
|
257, 110, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 186, 32, 33, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 219, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
192, 257, 257, 161, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 65, 257, 39, 210, 257, 187, 257,
|
|
|
|
|
|
|
|
|
|
257, 11, 257, 257, 257, 257, 257, 257, 159, 69,
|
|
|
|
|
257, 257, 257, 257, 257, 134, 257, 257, 257, 257,
|
|
|
|
|
257, 113, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 191, 107, 257, 96, 97, 257, 257, 257, 71,
|
|
|
|
|
75, 70, 257, 63, 257, 257, 257, 10, 257, 257,
|
|
|
|
|
257, 208, 257, 257, 257, 257, 133, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 76, 74, 257, 64, 227, 257,
|
|
|
|
|
257, 257, 148, 257, 257, 160, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 125, 58, 257, 257, 257, 257, 257, 220,
|
|
|
|
|
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 108, 73, 114,
|
|
|
|
|
115, 66, 257, 209, 128, 257, 257, 257, 257, 185,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 79, 257, 184, 257, 201, 224, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 5, 257, 257, 257,
|
|
|
|
|
225, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 112, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
|
|
|
|
|
257, 257, 144, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 221, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 257, 257, 257, 257,
|
|
|
|
|
238, 257, 257, 197, 257, 257, 257, 257, 257, 222,
|
|
|
|
|
257, 257, 257, 257, 257, 257, 223, 257, 257, 257,
|
|
|
|
|
195, 257, 198, 199, 257, 257, 257, 257, 257, 196,
|
|
|
|
|
200, 0
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
static yyconst YY_CHAR yy_ec[256] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 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,
|
2007-11-28 03:10:45 -05:00
|
|
|
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 8, 1, 1, 1, 9, 1,
|
|
|
|
|
10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 14, 1, 1, 1, 1, 15, 16, 17, 18,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
|
|
|
|
|
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
|
|
|
|
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1
|
|
|
|
|
} ;
|
|
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
static yyconst YY_CHAR yy_meta[41] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-11-30 08:07:39 -05:00
|
|
|
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 7, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2577] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-03-09 08:18:08 -05:00
|
|
|
0, 0, 38, 41, 44, 46, 59, 65, 71, 77,
|
2018-03-15 10:23:51 -04:00
|
|
|
90, 112, 2573, 2166, 81, 5015, 5015, 5015, 96, 52,
|
2018-02-08 08:16:36 -05:00
|
|
|
106, 63, 107, 111, 70, 117, 128, 131, 57, 88,
|
|
|
|
|
76, 133, 139, 130, 141, 143, 153, 162, 172, 174,
|
2018-03-15 10:23:51 -04:00
|
|
|
186, 149, 2061, 5015, 5015, 5015, 107, 2030, 5015, 5015,
|
|
|
|
|
5015, 186, 1893, 1643, 5015, 5015, 5015, 206, 1567, 5015,
|
|
|
|
|
5015, 5015, 210, 977, 5015, 214, 5015, 218, 155, 758,
|
2018-02-08 08:16:36 -05:00
|
|
|
222, 173, 0, 229, 0, 0, 180, 185, 85, 198,
|
|
|
|
|
223, 224, 216, 230, 231, 232, 233, 114, 235, 242,
|
|
|
|
|
243, 241, 237, 246, 247, 256, 253, 259, 263, 268,
|
|
|
|
|
|
|
|
|
|
267, 270, 271, 272, 276, 277, 285, 280, 294, 284,
|
|
|
|
|
279, 288, 298, 289, 300, 303, 310, 304, 308, 313,
|
2018-03-15 08:33:51 -04:00
|
|
|
314, 316, 318, 326, 317, 335, 322, 325, 332, 337,
|
2018-03-15 10:23:51 -04:00
|
|
|
338, 342, 343, 345, 347, 339, 348, 346, 451, 371,
|
|
|
|
|
421, 359, 394, 376, 327, 250, 380, 163, 384, 388,
|
2018-03-15 08:33:51 -04:00
|
|
|
0, 380, 363, 390, 373, 385, 386, 387, 382, 389,
|
2018-03-15 10:23:51 -04:00
|
|
|
398, 392, 396, 408, 406, 413, 416, 417, 418, 423,
|
|
|
|
|
407, 425, 428, 419, 435, 436, 441, 434, 442, 444,
|
|
|
|
|
443, 445, 447, 454, 462, 449, 463, 470, 465, 477,
|
|
|
|
|
453, 481, 476, 468, 484, 482, 486, 494, 490, 491,
|
|
|
|
|
|
|
|
|
|
492, 493, 495, 203, 499, 496, 500, 502, 503, 506,
|
|
|
|
|
508, 510, 512, 516, 514, 523, 519, 527, 524, 529,
|
|
|
|
|
525, 539, 540, 526, 541, 542, 546, 549, 556, 557,
|
|
|
|
|
553, 543, 558, 552, 559, 560, 561, 562, 571, 575,
|
|
|
|
|
577, 579, 576, 573, 580, 583, 585, 587, 586, 589,
|
|
|
|
|
591, 596, 603, 590, 604, 606, 598, 602, 609, 615,
|
|
|
|
|
613, 616, 618, 626, 621, 624, 629, 631, 633, 634,
|
|
|
|
|
625, 635, 637, 638, 641, 640, 642, 647, 648, 651,
|
|
|
|
|
652, 659, 663, 661, 660, 666, 653, 668, 667, 674,
|
|
|
|
|
677, 676, 681, 682, 690, 691, 692, 693, 695, 698,
|
|
|
|
|
|
|
|
|
|
696, 699, 700, 704, 708, 709, 711, 718, 713, 715,
|
|
|
|
|
723, 719, 725, 732, 728, 731, 739, 744, 740, 741,
|
|
|
|
|
753, 743, 746, 749, 751, 5015, 757, 759, 777, 755,
|
|
|
|
|
766, 784, 781, 761, 771, 785, 786, 788, 768, 797,
|
|
|
|
|
798, 805, 801, 802, 803, 804, 806, 810, 814, 813,
|
|
|
|
|
815, 816, 826, 818, 821, 829, 838, 828, 831, 839,
|
|
|
|
|
832, 840, 841, 849, 721, 844, 850, 851, 856, 852,
|
|
|
|
|
854, 857, 860, 858, 871, 873, 875, 876, 877, 878,
|
|
|
|
|
883, 879, 885, 886, 887, 895, 893, 891, 896, 900,
|
|
|
|
|
902, 903, 904, 906, 907, 913, 905, 919, 5015, 922,
|
|
|
|
|
|
|
|
|
|
911, 917, 915, 927, 928, 5015, 930, 929, 931, 939,
|
|
|
|
|
934, 941, 937, 938, 936, 957, 946, 953, 960, 955,
|
|
|
|
|
958, 959, 961, 964, 962, 965, 970, 971, 972, 992,
|
|
|
|
|
974, 976, 973, 979, 986, 983, 990, 1002, 997, 1014,
|
|
|
|
|
985, 1003, 999, 1009, 1015, 1016, 1019, 1020, 1021, 1022,
|
|
|
|
|
1023, 1025, 1026, 1029, 5015, 1031, 1033, 1042, 1038, 1045,
|
|
|
|
|
1046, 1047, 1048, 1049, 1051, 1052, 1055, 1057, 1067, 1058,
|
|
|
|
|
1074, 1059, 1069, 1073, 1075, 1076, 1077, 1078, 1087, 1082,
|
|
|
|
|
1084, 1090, 1091, 1098, 1100, 1107, 1092, 1103, 1102, 1104,
|
|
|
|
|
1106, 1105, 1110, 1111, 1120, 1118, 1116, 1119, 1117, 1131,
|
|
|
|
|
|
|
|
|
|
1127, 1126, 1130, 1123, 1135, 1139, 1143, 1144, 1145, 1146,
|
|
|
|
|
1153, 1151, 1152, 1150, 1158, 1162, 1156, 1164, 1165, 1169,
|
|
|
|
|
1166, 1171, 1173, 1180, 1178, 1179, 1183, 1188, 1181, 1189,
|
|
|
|
|
1196, 1192, 1200, 1195, 1201, 1208, 1191, 1205, 1209, 1216,
|
|
|
|
|
1211, 1212, 1214, 1219, 1215, 1220, 1237, 1222, 1224, 1233,
|
|
|
|
|
1226, 1238, 1234, 1239, 1241, 1242, 1243, 1244, 1246, 1247,
|
|
|
|
|
1250, 1251, 1253, 1254, 1264, 1256, 1260, 1266, 1267, 1271,
|
|
|
|
|
1272, 1273, 1276, 1277, 1281, 1278, 1282, 1286, 1287, 1288,
|
|
|
|
|
1294, 1290, 1301, 1302, 1293, 1303, 1304, 1308, 1309, 1312,
|
|
|
|
|
1314, 1317, 1321, 1315, 1323, 1316, 1326, 1328, 1333, 1336,
|
|
|
|
|
|
|
|
|
|
1331, 5015, 1337, 1344, 1339, 1341, 1343, 1346, 1354, 1349,
|
|
|
|
|
1350, 1351, 1352, 1358, 5015, 1360, 5015, 5015, 1361, 5015,
|
|
|
|
|
5015, 1353, 1365, 1369, 1381, 1383, 1374, 1379, 1366, 1394,
|
|
|
|
|
1395, 1387, 1389, 1390, 1391, 1398, 1404, 1405, 1417, 1400,
|
|
|
|
|
1419, 1406, 1421, 1422, 1423, 1426, 1409, 1429, 1430, 1432,
|
|
|
|
|
1431, 1434, 1437, 1440, 1441, 1436, 1442, 1444, 5015, 1453,
|
|
|
|
|
1455, 1462, 1457, 1461, 1463, 1464, 1465, 1468, 1469, 1466,
|
|
|
|
|
1446, 1470, 1474, 1481, 1477, 5015, 1478, 1480, 1486, 1484,
|
|
|
|
|
1492, 1494, 1488, 1497, 1490, 1500, 1501, 1503, 1504, 5015,
|
|
|
|
|
1506, 1512, 1509, 1513, 1514, 1516, 1517, 1520, 1521, 1522,
|
|
|
|
|
|
|
|
|
|
1524, 1525, 1526, 1523, 1534, 1529, 1533, 1538, 1540, 1549,
|
|
|
|
|
1550, 1551, 1552, 1553, 1554, 1561, 1556, 1563, 1558, 1559,
|
|
|
|
|
1560, 1577, 1564, 1565, 1581, 1583, 1579, 1587, 1590, 1588,
|
|
|
|
|
1592, 1589, 1593, 1595, 1596, 1599, 1601, 1604, 1605, 1606,
|
|
|
|
|
5015, 1609, 1613, 5015, 1612, 1614, 1636, 1615, 1617, 1619,
|
|
|
|
|
1618, 1620, 1622, 1623, 1630, 1654, 1642, 1646, 1640, 1658,
|
|
|
|
|
1659, 1651, 1649, 1660, 1661, 1668, 1672, 1680, 1682, 1666,
|
|
|
|
|
1669, 1688, 1678, 1679, 1677, 1681, 1697, 1695, 1701, 1692,
|
|
|
|
|
1683, 1686, 1704, 1711, 5015, 1716, 1717, 1699, 1712, 1719,
|
|
|
|
|
1721, 1722, 1629, 1723, 1724, 1733, 1728, 1729, 1730, 1731,
|
|
|
|
|
|
|
|
|
|
1736, 1734, 1738, 1743, 1745, 5015, 1742, 1744, 1746, 1753,
|
|
|
|
|
1755, 1757, 1761, 1749, 1769, 1765, 1767, 5015, 1771, 1778,
|
|
|
|
|
1775, 1781, 1774, 1773, 1782, 1783, 1786, 1791, 1789, 1792,
|
|
|
|
|
1790, 1794, 1797, 1798, 1803, 1805, 1804, 5015, 1806, 1807,
|
|
|
|
|
1813, 1821, 1818, 1820, 1822, 1824, 1825, 1826, 1828, 1831,
|
|
|
|
|
1836, 1838, 1834, 1837, 5015, 1833, 1841, 1847, 1849, 1850,
|
|
|
|
|
1852, 1853, 1854, 1857, 1862, 1865, 1860, 1861, 1871, 1863,
|
|
|
|
|
1867, 1873, 1878, 1876, 1877, 1879, 1880, 5015, 1883, 1888,
|
|
|
|
|
124, 1889, 1884, 1892, 1890, 1897, 1891, 1906, 1907, 1908,
|
|
|
|
|
1910, 1909, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1923,
|
|
|
|
|
|
|
|
|
|
1925, 1926, 1928, 1931, 1932, 1934, 5015, 1943, 1949, 1951,
|
|
|
|
|
1941, 1956, 1945, 1957, 1960, 1961, 1962, 1964, 5015, 1969,
|
|
|
|
|
1970, 1971, 1972, 1974, 1973, 1979, 1976, 1935, 1981, 1985,
|
|
|
|
|
1986, 1984, 1987, 1988, 1993, 1989, 1990, 1997, 2000, 5015,
|
|
|
|
|
2007, 2002, 2005, 2011, 2014, 2012, 2021, 2018, 2022, 2025,
|
|
|
|
|
2026, 2039, 2028, 2023, 2035, 2033, 2040, 2042, 2049, 2050,
|
|
|
|
|
2056, 2043, 2059, 2060, 2053, 2046, 2072, 2075, 2071, 2070,
|
|
|
|
|
2073, 2077, 2081, 2083, 5015, 2080, 2085, 2086, 2088, 2096,
|
|
|
|
|
2092, 2098, 2099, 2101, 2102, 2107, 2105, 2106, 2108, 2109,
|
|
|
|
|
2112, 2116, 2120, 2124, 2117, 2127, 2129, 5015, 2133, 2134,
|
|
|
|
|
|
|
|
|
|
2128, 2138, 2135, 2143, 2140, 2144, 2146, 2149, 2150, 2151,
|
|
|
|
|
2152, 5015, 2157, 2153, 2161, 2159, 2163, 2171, 2162, 2173,
|
|
|
|
|
2174, 2175, 5015, 2182, 2183, 2184, 2191, 2178, 2186, 2190,
|
|
|
|
|
2193, 2194, 5015, 2195, 2196, 2203, 2204, 5015, 2206, 2202,
|
|
|
|
|
2207, 2199, 2209, 2208, 2212, 2210, 2217, 2218, 2220, 2229,
|
|
|
|
|
2221, 2232, 5015, 2224, 2239, 2231, 2241, 2234, 2235, 2245,
|
|
|
|
|
2246, 2253, 2247, 2258, 2262, 2256, 2257, 2259, 2264, 2265,
|
|
|
|
|
2268, 2269, 5015, 2273, 2272, 2274, 2277, 2278, 2279, 2271,
|
|
|
|
|
2280, 2288, 2291, 2292, 2284, 2295, 2294, 2304, 2293, 2305,
|
|
|
|
|
2312, 2308, 2310, 2297, 2315, 2325, 2327, 2328, 2330, 5015,
|
|
|
|
|
|
|
|
|
|
2333, 2322, 2334, 2317, 2324, 2336, 2337, 2339, 2341, 2342,
|
|
|
|
|
2347, 2345, 2346, 2354, 2363, 2349, 2355, 2356, 2358, 2366,
|
|
|
|
|
2364, 2367, 2370, 2378, 2368, 2373, 2379, 2380, 2371, 2381,
|
|
|
|
|
2382, 2383, 2388, 2389, 2394, 2395, 2403, 2396, 2404, 2405,
|
|
|
|
|
2406, 5015, 2410, 2411, 2414, 2416, 2420, 2417, 2423, 2424,
|
|
|
|
|
2421, 2429, 2430, 2437, 2436, 5015, 2433, 5015, 2438, 2439,
|
|
|
|
|
2442, 2446, 5015, 2449, 5015, 2453, 2445, 2454, 5015, 2455,
|
|
|
|
|
2456, 2460, 2462, 2463, 2465, 2466, 2468, 2471, 2472, 2473,
|
|
|
|
|
2475, 2478, 2476, 2483, 2479, 2486, 2489, 2487, 2490, 5015,
|
|
|
|
|
2499, 2492, 2494, 2500, 2502, 2503, 2507, 2505, 2509, 2513,
|
|
|
|
|
|
|
|
|
|
2518, 2511, 2515, 2521, 2530, 2514, 2533, 5015, 2528, 2536,
|
|
|
|
|
2532, 2537, 5015, 2538, 2539, 2544, 2541, 2546, 2548, 2547,
|
|
|
|
|
2552, 2549, 2554, 2565, 2566, 2567, 2569, 2570, 2556, 2573,
|
|
|
|
|
2585, 2557, 2586, 2577, 2580, 2584, 2588, 2589, 2596, 2597,
|
|
|
|
|
2594, 2598, 2595, 2600, 2604, 2601, 2608, 2610, 2611, 2613,
|
|
|
|
|
2614, 2612, 2616, 2621, 2617, 2619, 2620, 2622, 5015, 2633,
|
|
|
|
|
2625, 2635, 2641, 2623, 2636, 2644, 2646, 2647, 2648, 2651,
|
|
|
|
|
2653, 2654, 5015, 2652, 5015, 2649, 2660, 2676, 2666, 2661,
|
|
|
|
|
2673, 2655, 2677, 2679, 2681, 2682, 2689, 2685, 2687, 2688,
|
|
|
|
|
2692, 2694, 2695, 2697, 5015, 2696, 2699, 2702, 2700, 2704,
|
|
|
|
|
|
|
|
|
|
2714, 2705, 2715, 2712, 2718, 2722, 2729, 5015, 2731, 2726,
|
|
|
|
|
2733, 2741, 2737, 2749, 2745, 5015, 2734, 2736, 2752, 2747,
|
|
|
|
|
2753, 5015, 5015, 2738, 2748, 2755, 2758, 2759, 2770, 2761,
|
|
|
|
|
2765, 2766, 2768, 2775, 2772, 2776, 5015, 2778, 2779, 2780,
|
|
|
|
|
2782, 2786, 2790, 2789, 2792, 5015, 2793, 2797, 2800, 2801,
|
|
|
|
|
2802, 2803, 2804, 2806, 2810, 2805, 2807, 2820, 2816, 2812,
|
|
|
|
|
2823, 2826, 2831, 2833, 5015, 2835, 2836, 2838, 2839, 2841,
|
|
|
|
|
2844, 2842, 2846, 2848, 2849, 2850, 2852, 2853, 2854, 2858,
|
|
|
|
|
2864, 2856, 2857, 2860, 2877, 2870, 2874, 2875, 2878, 2881,
|
|
|
|
|
2884, 2888, 2879, 2890, 2885, 2892, 2897, 2894, 2907, 2900,
|
|
|
|
|
|
|
|
|
|
5015, 2908, 2904, 2911, 2909, 2912, 2917, 2918, 2920, 2923,
|
|
|
|
|
2910, 2921, 2931, 2924, 5015, 2933, 2926, 2943, 2928, 2938,
|
|
|
|
|
2952, 2947, 2929, 2948, 2951, 2954, 2957, 2955, 2959, 2960,
|
|
|
|
|
2963, 5015, 5015, 2964, 2965, 2967, 2968, 2970, 2976, 2971,
|
|
|
|
|
2978, 2972, 2974, 5015, 2982, 2994, 2984, 2989, 2999, 3001,
|
|
|
|
|
2992, 3000, 3002, 3003, 3006, 3007, 3009, 3008, 3010, 3013,
|
|
|
|
|
3021, 3017, 3016, 3018, 5015, 3020, 3027, 5015, 3024, 3028,
|
|
|
|
|
3029, 3040, 3034, 3041, 3044, 3047, 3030, 3048, 3050, 3052,
|
|
|
|
|
3059, 3057, 3054, 3063, 3065, 3067, 3075, 3077, 3068, 3073,
|
|
|
|
|
3082, 5015, 3078, 3080, 3081, 3083, 3092, 3087, 3095, 3088,
|
|
|
|
|
|
|
|
|
|
5015, 3091, 3096, 3097, 3098, 3104, 3107, 3111, 3099, 3118,
|
|
|
|
|
3114, 3116, 3117, 3113, 5015, 3124, 5015, 3125, 3126, 5015,
|
|
|
|
|
3127, 3130, 3131, 3133, 3134, 3135, 3141, 3145, 3137, 3147,
|
|
|
|
|
3148, 3149, 3150, 3153, 3161, 3151, 5015, 3159, 3152, 3163,
|
|
|
|
|
3164, 3162, 3167, 5015, 5015, 3176, 5015, 3169, 3177, 5015,
|
|
|
|
|
3179, 3178, 3187, 3182, 3183, 3186, 3190, 3195, 5015, 3191,
|
|
|
|
|
3196, 3200, 3197, 3202, 3205, 3207, 3208, 3204, 3209, 3212,
|
|
|
|
|
5015, 3213, 3210, 3215, 3211, 3221, 3225, 3227, 3226, 5015,
|
|
|
|
|
3234, 3235, 3236, 3238, 3240, 5015, 3242, 3248, 5015, 3244,
|
|
|
|
|
3253, 3245, 3255, 3257, 3256, 3262, 3263, 3249, 3270, 3268,
|
|
|
|
|
|
|
|
|
|
3265, 3266, 5015, 3272, 3275, 3277, 3279, 3282, 3283, 3290,
|
|
|
|
|
3287, 3286, 3285, 3295, 3296, 3298, 3304, 3300, 3311, 3302,
|
|
|
|
|
3307, 3310, 3314, 5015, 3315, 3316, 3317, 5015, 3318, 3320,
|
|
|
|
|
3324, 3325, 3328, 5015, 3329, 3330, 3332, 5015, 3333, 5015,
|
|
|
|
|
3345, 3334, 3338, 3336, 3346, 3348, 3349, 3360, 3350, 3362,
|
|
|
|
|
3363, 3354, 3371, 3378, 3379, 3374, 3356, 3375, 5015, 5015,
|
|
|
|
|
3381, 3382, 3376, 3387, 3388, 3384, 3391, 3398, 3394, 3401,
|
|
|
|
|
3402, 3410, 5015, 3411, 3393, 3412, 5015, 3403, 3414, 3406,
|
|
|
|
|
3390, 3417, 3418, 3421, 3424, 3426, 3420, 3427, 3425, 3431,
|
|
|
|
|
3433, 3440, 5015, 3434, 3441, 3442, 3443, 3444, 3445, 3446,
|
|
|
|
|
|
|
|
|
|
3447, 5015, 3449, 3455, 3456, 3448, 3457, 3462, 3469, 3473,
|
|
|
|
|
3477, 3474, 3478, 3479, 3481, 3483, 3487, 5015, 3494, 3484,
|
|
|
|
|
3485, 3486, 3496, 3501, 3488, 3503, 3497, 3509, 3511, 3506,
|
|
|
|
|
3512, 5015, 3513, 3517, 3514, 3522, 3519, 3523, 3524, 3525,
|
|
|
|
|
3535, 3528, 3530, 3532, 3539, 5015, 3536, 3540, 3542, 3544,
|
|
|
|
|
3550, 3543, 3546, 3552, 5015, 3554, 3555, 3558, 3559, 3568,
|
|
|
|
|
3564, 3570, 5015, 3566, 3571, 3574, 3577, 3580, 3560, 3582,
|
|
|
|
|
3583, 3584, 3586, 3590, 3591, 3592, 3594, 3597, 3598, 3599,
|
|
|
|
|
3596, 3615, 3600, 5015, 3611, 5015, 3612, 3613, 3623, 3618,
|
|
|
|
|
3620, 5015, 3622, 3625, 3629, 3624, 3626, 5015, 3632, 3630,
|
|
|
|
|
|
|
|
|
|
3633, 3637, 5015, 3647, 3651, 3634, 3643, 3653, 5015, 3658,
|
|
|
|
|
3659, 3660, 3667, 3669, 3671, 3664, 3672, 3668, 3674, 3666,
|
|
|
|
|
3675, 5015, 3677, 3679, 3684, 3686, 3687, 3689, 5015, 3690,
|
|
|
|
|
3692, 3694, 3695, 3696, 3697, 3704, 3700, 3701, 5015, 3705,
|
|
|
|
|
3709, 3717, 3715, 3718, 5015, 5015, 3713, 3724, 3726, 3722,
|
|
|
|
|
3730, 5015, 3728, 3739, 3734, 3736, 3636, 5015, 5015, 3738,
|
|
|
|
|
5015, 3740, 5015, 5015, 3742, 3744, 3751, 5015, 3753, 5015,
|
|
|
|
|
3760, 3755, 3741, 3743, 3759, 5015, 3761, 3762, 3767, 5015,
|
|
|
|
|
3763, 3775, 3768, 3770, 5015, 3777, 3771, 3773, 5015, 3778,
|
|
|
|
|
3782, 3783, 3787, 3784, 3792, 3794, 3796, 3801, 3803, 3805,
|
|
|
|
|
|
|
|
|
|
3797, 3793, 3807, 3812, 3810, 3815, 3817, 3819, 3820, 3821,
|
|
|
|
|
3823, 3824, 3825, 3826, 3834, 3827, 3829, 3831, 3837, 3838,
|
|
|
|
|
3839, 3840, 3843, 3842, 3845, 5015, 3847, 3848, 3849, 3856,
|
|
|
|
|
3854, 3858, 3861, 3874, 3876, 3877, 5015, 5015, 3879, 3864,
|
|
|
|
|
3881, 3867, 5015, 3869, 3883, 3871, 3884, 3885, 3887, 3888,
|
|
|
|
|
3890, 5015, 3896, 3899, 3898, 3900, 3902, 3903, 3909, 3905,
|
|
|
|
|
3911, 3912, 3913, 3915, 3917, 3925, 3921, 3922, 3926, 3930,
|
|
|
|
|
3927, 3931, 3933, 3934, 3941, 3942, 3949, 5015, 3943, 5015,
|
|
|
|
|
3946, 3950, 3952, 5015, 5015, 3953, 3954, 3959, 3960, 3956,
|
|
|
|
|
3964, 3961, 5015, 3966, 3968, 3977, 3967, 5015, 3969, 3978,
|
|
|
|
|
|
|
|
|
|
3983, 5015, 3985, 3986, 3988, 3990, 3992, 5015, 5015, 5015,
|
|
|
|
|
5015, 3993, 3979, 3996, 3997, 3999, 5015, 5015, 5015, 4002,
|
|
|
|
|
4000, 4006, 4004, 4003, 4013, 5015, 4015, 4018, 4019, 4016,
|
|
|
|
|
4026, 4028, 4029, 4032, 4017, 4020, 4039, 4040, 4041, 4034,
|
|
|
|
|
4043, 4047, 4051, 5015, 5015, 4044, 4052, 4059, 4056, 4060,
|
|
|
|
|
4068, 4063, 4064, 4066, 4070, 4071, 4072, 4074, 5015, 4073,
|
|
|
|
|
5015, 4078, 4082, 4080, 4081, 4084, 4088, 4089, 4091, 5015,
|
|
|
|
|
5015, 4092, 4095, 4099, 4102, 4103, 4096, 4104, 4107, 4108,
|
|
|
|
|
5015, 4109, 5015, 4110, 4112, 4120, 4126, 4113, 4123, 5015,
|
|
|
|
|
4129, 4131, 5015, 4132, 4133, 4134, 5015, 4139, 4142, 4146,
|
|
|
|
|
|
|
|
|
|
5015, 5015, 4151, 5015, 4117, 5015, 4135, 4152, 4157, 4159,
|
|
|
|
|
4160, 4162, 4164, 4167, 4154, 4171, 4168, 4173, 4178, 4175,
|
|
|
|
|
4176, 5015, 5015, 4183, 4179, 4181, 4184, 4185, 4194, 4189,
|
|
|
|
|
4192, 4198, 5015, 5015, 4143, 4195, 4190, 5015, 4199, 4205,
|
|
|
|
|
4200, 4206, 4207, 4209, 4212, 4216, 4213, 4219, 4220, 4221,
|
|
|
|
|
4230, 4233, 4235, 4228, 4237, 4223, 4238, 4240, 4241, 4245,
|
|
|
|
|
5015, 4247, 4248, 4250, 5015, 4253, 4255, 4257, 4254, 4258,
|
|
|
|
|
5015, 4260, 4270, 4271, 4263, 4266, 4280, 4273, 4276, 5015,
|
|
|
|
|
5015, 5015, 4283, 4284, 4277, 5015, 5015, 4287, 5015, 4288,
|
|
|
|
|
5015, 4290, 5015, 4291, 4294, 4292, 5015, 4297, 4303, 5015,
|
|
|
|
|
|
|
|
|
|
4299, 4306, 4309, 4310, 4313, 4315, 4316, 5015, 4320, 4317,
|
|
|
|
|
4318, 4325, 4326, 4327, 4330, 4328, 4337, 4329, 4339, 5015,
|
|
|
|
|
4332, 4340, 4342, 4336, 4343, 4353, 4350, 4345, 4347, 4352,
|
|
|
|
|
4358, 4362, 4365, 4367, 5015, 4369, 4371, 5015, 4372, 5015,
|
|
|
|
|
4374, 4375, 4376, 5015, 4378, 4379, 4380, 4382, 5015, 4383,
|
|
|
|
|
4390, 5015, 4385, 4395, 4397, 4389, 4392, 4387, 4402, 4400,
|
|
|
|
|
4409, 4410, 4415, 5015, 5015, 5015, 4405, 4411, 4424, 4422,
|
|
|
|
|
4423, 4425, 4427, 5015, 4428, 4429, 4430, 4438, 4435, 4437,
|
|
|
|
|
5015, 4440, 4441, 5015, 4443, 4447, 4450, 4444, 4451, 4462,
|
|
|
|
|
4464, 4466, 4454, 5015, 4468, 5015, 5015, 4457, 5015, 4448,
|
|
|
|
|
|
|
|
|
|
4471, 5015, 4474, 4469, 4475, 4477, 4479, 4480, 5015, 5015,
|
|
|
|
|
4482, 4487, 4484, 4489, 4493, 5015, 4490, 4491, 4494, 4497,
|
|
|
|
|
4500, 5015, 4504, 4501, 4502, 4503, 4507, 4505, 4513, 4508,
|
|
|
|
|
4514, 5015, 5015, 4515, 5015, 5015, 4517, 4527, 4524, 5015,
|
|
|
|
|
5015, 5015, 4533, 5015, 4537, 4541, 4540, 5015, 4543, 4534,
|
|
|
|
|
4545, 5015, 4547, 4548, 4549, 4550, 5015, 4551, 4554, 4556,
|
|
|
|
|
4561, 4567, 4558, 4570, 4562, 4578, 4582, 4564, 4568, 4579,
|
|
|
|
|
4580, 4581, 4584, 4588, 5015, 5015, 4591, 5015, 5015, 4593,
|
|
|
|
|
4595, 4597, 5015, 4598, 4602, 5015, 4605, 4599, 4606, 4608,
|
|
|
|
|
4610, 4612, 5015, 5015, 4613, 4616, 4615, 4620, 4617, 5015,
|
|
|
|
|
|
|
|
|
|
4623, 4628, 4624, 4627, 4629, 4633, 4630, 5015, 5015, 5015,
|
|
|
|
|
5015, 5015, 4634, 5015, 5015, 4636, 4639, 4640, 4642, 5015,
|
|
|
|
|
4644, 4647, 4645, 4652, 4649, 4661, 4653, 4655, 4657, 4663,
|
|
|
|
|
4665, 4668, 4669, 4670, 4672, 4673, 4677, 4680, 4686, 4688,
|
|
|
|
|
4678, 4691, 4692, 4693, 4694, 4696, 4700, 4707, 4702, 4704,
|
|
|
|
|
4705, 5015, 4708, 5015, 4709, 5015, 5015, 4713, 4717, 4706,
|
|
|
|
|
4710, 4725, 4726, 4722, 4728, 4730, 5015, 4731, 4732, 4733,
|
|
|
|
|
5015, 4734, 4735, 4738, 4739, 4742, 4743, 4745, 4748, 4747,
|
|
|
|
|
4744, 4759, 4756, 4766, 4767, 4764, 4770, 4771, 4772, 4779,
|
|
|
|
|
4777, 4781, 5015, 4774, 4783, 4785, 4784, 4786, 4793, 4788,
|
|
|
|
|
|
|
|
|
|
4795, 4789, 5015, 4797, 4800, 4794, 4798, 4801, 4806, 4810,
|
|
|
|
|
4813, 4814, 5015, 4804, 4815, 4821, 4822, 4824, 4826, 4828,
|
|
|
|
|
4829, 4833, 4834, 4836, 4842, 4837, 4843, 4845, 4846, 4847,
|
|
|
|
|
5015, 4853, 4849, 5015, 4854, 4855, 4856, 4857, 4861, 5015,
|
|
|
|
|
4870, 4858, 4863, 4871, 4874, 4878, 5015, 4880, 4884, 4881,
|
|
|
|
|
5015, 4886, 5015, 5015, 4887, 4889, 4890, 4894, 4896, 5015,
|
|
|
|
|
5015, 5015, 4923, 4930, 4937, 4944, 4951, 88, 4958, 4965,
|
|
|
|
|
4972, 4979, 4986, 4993, 5000, 5007
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2577] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-03-15 10:23:51 -04:00
|
|
|
2562, 1, 2563, 2563, 2564, 2564, 2565, 2565, 2566, 2566,
|
|
|
|
|
2567, 2567, 2562, 2568, 2562, 2562, 2562, 2562, 2569, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2570, 2562, 2562, 2562, 2570, 2571, 2562, 2562,
|
|
|
|
|
2562, 2571, 2572, 2562, 2562, 2562, 2562, 2572, 2573, 2562,
|
|
|
|
|
2562, 2562, 2573, 2574, 2562, 2575, 2562, 2574, 2574, 2568,
|
|
|
|
|
2568, 2562, 2576, 2569, 2576, 2569, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2570, 2570,
|
|
|
|
|
2571, 2571, 2572, 2572, 2562, 2573, 2573, 2574, 2574, 2575,
|
|
|
|
|
2575, 2574, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2574, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2574, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2574, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2574, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2562, 2562, 2568, 2562,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2574, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2574, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2562, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2562, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2562, 2568, 2562, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2568, 2568, 2562, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2562, 2562, 2568,
|
|
|
|
|
2562, 2568, 2562, 2562, 2568, 2568, 2568, 2562, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2562, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2562, 2562, 2562,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2562, 2562, 2562, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2562, 2562, 2568, 2562, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2562, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2562, 2562, 2568, 2568, 2568, 2562, 2562, 2568, 2562, 2568,
|
|
|
|
|
2562, 2568, 2562, 2568, 2568, 2568, 2562, 2568, 2568, 2562,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2568, 2568, 2562, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2562, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2562, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2562, 2568, 2562, 2562, 2568, 2562, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2562, 2568, 2562, 2562, 2568, 2568, 2568, 2562,
|
|
|
|
|
2562, 2562, 2568, 2562, 2568, 2568, 2568, 2562, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2562, 2562, 2568, 2562, 2562, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2562, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2568, 2562, 2562, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2562, 2568, 2562, 2568, 2562, 2562, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2568, 2562, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2568, 2568, 2568, 2568, 2568, 2568, 2562, 2568, 2568, 2568,
|
|
|
|
|
2562, 2568, 2562, 2562, 2568, 2568, 2568, 2568, 2568, 2562,
|
|
|
|
|
2562, 0, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[5056] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-02-06 05:19:16 -05:00
|
|
|
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
|
2017-07-17 04:21:19 -04:00
|
|
|
14, 14, 18, 20, 21, 22, 23, 24, 25, 26,
|
|
|
|
|
14, 27, 28, 29, 30, 31, 32, 33, 34, 35,
|
2017-10-17 11:16:31 -04:00
|
|
|
36, 37, 38, 39, 40, 41, 14, 14, 14, 42,
|
|
|
|
|
44, 45, 46, 44, 45, 46, 49, 50, 49, 50,
|
|
|
|
|
51, 47, 51, 70, 47, 70, 70, 52, 70, 52,
|
|
|
|
|
54, 55, 56, 57, 70, 18, 54, 55, 56, 57,
|
2018-02-08 08:16:36 -05:00
|
|
|
71, 18, 58, 60, 61, 62, 71, 81, 58, 60,
|
|
|
|
|
61, 62, 72, 71, 63, 101, 73, 91, 70, 71,
|
|
|
|
|
63, 15, 16, 17, 65, 66, 67, 75, 71, 75,
|
|
|
|
|
|
|
|
|
|
75, 71, 75, 68, 103, 155, 102, 92, 75, 76,
|
|
|
|
|
139, 139, 69, 15, 16, 17, 65, 66, 67, 71,
|
|
|
|
|
71, 82, 77, 78, 71, 68, 79, 71, 83, 86,
|
|
|
|
|
71, 93, 84, 87, 69, 85, 88, 149, 89, 90,
|
|
|
|
|
80, 71, 95, 71, 71, 94, 71, 104, 97, 167,
|
|
|
|
|
96, 98, 71, 108, 71, 105, 71, 109, 99, 112,
|
|
|
|
|
100, 106, 71, 113, 111, 107, 71, 118, 149, 114,
|
|
|
|
|
117, 119, 115, 110, 72, 71, 149, 138, 73, 116,
|
|
|
|
|
122, 120, 152, 123, 121, 71, 127, 71, 128, 141,
|
|
|
|
|
124, 131, 141, 71, 125, 126, 153, 129, 71, 71,
|
|
|
|
|
|
|
|
|
|
135, 132, 154, 130, 136, 133, 134, 143, 137, 143,
|
|
|
|
|
143, 71, 143, 146, 146, 75, 71, 75, 75, 148,
|
|
|
|
|
75, 148, 148, 70, 148, 70, 70, 151, 70, 71,
|
2018-03-15 10:23:51 -04:00
|
|
|
75, 156, 75, 75, 70, 75, 71, 71, 301, 157,
|
2018-02-08 08:16:36 -05:00
|
|
|
158, 75, 76, 71, 71, 71, 71, 160, 71, 169,
|
|
|
|
|
71, 163, 161, 159, 71, 71, 71, 164, 162, 71,
|
|
|
|
|
71, 173, 174, 147, 165, 166, 71, 168, 170, 71,
|
|
|
|
|
171, 178, 71, 177, 172, 184, 71, 175, 176, 180,
|
|
|
|
|
71, 71, 181, 71, 71, 71, 179, 189, 187, 71,
|
|
|
|
|
71, 190, 71, 71, 194, 182, 183, 71, 71, 186,
|
|
|
|
|
|
|
|
|
|
185, 71, 71, 193, 191, 195, 196, 71, 188, 192,
|
|
|
|
|
198, 71, 199, 71, 197, 201, 71, 71, 203, 200,
|
2018-03-15 08:33:51 -04:00
|
|
|
202, 71, 204, 71, 206, 208, 71, 71, 145, 71,
|
|
|
|
|
71, 71, 213, 217, 209, 71, 205, 207, 71, 71,
|
|
|
|
|
210, 211, 218, 214, 216, 71, 212, 215, 71, 219,
|
|
|
|
|
71, 71, 71, 221, 222, 71, 71, 226, 71, 71,
|
|
|
|
|
71, 71, 141, 229, 223, 141, 232, 225, 228, 220,
|
|
|
|
|
231, 224, 230, 233, 139, 139, 71, 143, 227, 143,
|
|
|
|
|
143, 235, 143, 146, 146, 148, 71, 148, 148, 75,
|
|
|
|
|
148, 75, 75, 149, 75, 71, 234, 236, 71, 71,
|
|
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
71, 151, 71, 71, 238, 71, 239, 144, 242, 71,
|
|
|
|
|
241, 71, 237, 240, 243, 248, 245, 244, 247, 71,
|
|
|
|
|
71, 71, 249, 252, 250, 246, 71, 251, 253, 71,
|
|
|
|
|
71, 71, 71, 254, 142, 256, 71, 261, 71, 262,
|
|
|
|
|
257, 71, 266, 263, 265, 258, 264, 71, 71, 71,
|
|
|
|
|
255, 259, 260, 268, 71, 71, 71, 71, 71, 269,
|
|
|
|
|
71, 270, 71, 275, 140, 276, 71, 71, 277, 272,
|
|
|
|
|
271, 267, 273, 278, 274, 71, 71, 284, 71, 285,
|
|
|
|
|
281, 71, 282, 71, 286, 279, 288, 280, 289, 71,
|
|
|
|
|
71, 292, 283, 294, 71, 71, 287, 71, 290, 71,
|
|
|
|
|
|
|
|
|
|
293, 295, 291, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
296, 298, 71, 71, 300, 71, 71, 297, 304, 71,
|
|
|
|
|
302, 71, 303, 71, 305, 71, 299, 71, 309, 71,
|
|
|
|
|
313, 306, 71, 311, 316, 307, 71, 71, 71, 71,
|
|
|
|
|
71, 308, 71, 310, 318, 319, 320, 321, 323, 312,
|
|
|
|
|
314, 315, 71, 71, 71, 71, 71, 317, 322, 71,
|
|
|
|
|
325, 326, 71, 327, 329, 149, 71, 324, 330, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 333, 334, 339, 332,
|
|
|
|
|
338, 336, 340, 343, 71, 331, 71, 328, 71, 71,
|
|
|
|
|
71, 335, 71, 71, 337, 341, 71, 342, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 344, 71, 71, 71, 350, 351, 345, 348, 71,
|
|
|
|
|
352, 71, 347, 353, 346, 71, 71, 71, 355, 71,
|
|
|
|
|
356, 354, 71, 362, 349, 359, 71, 357, 71, 71,
|
|
|
|
|
358, 71, 360, 364, 71, 361, 365, 71, 71, 71,
|
|
|
|
|
370, 366, 71, 368, 71, 363, 71, 71, 71, 369,
|
|
|
|
|
71, 71, 375, 71, 71, 71, 372, 376, 367, 378,
|
|
|
|
|
71, 71, 380, 374, 71, 71, 71, 371, 382, 373,
|
|
|
|
|
384, 377, 71, 71, 71, 391, 71, 385, 379, 71,
|
|
|
|
|
71, 71, 381, 393, 383, 386, 392, 71, 387, 71,
|
|
|
|
|
71, 397, 398, 399, 71, 71, 388, 389, 400, 390,
|
|
|
|
|
|
|
|
|
|
395, 394, 396, 71, 71, 71, 71, 406, 71, 71,
|
|
|
|
|
408, 71, 71, 71, 404, 405, 407, 71, 410, 403,
|
|
|
|
|
401, 71, 71, 402, 71, 415, 71, 409, 71, 411,
|
|
|
|
|
418, 71, 71, 417, 71, 491, 71, 419, 71, 414,
|
|
|
|
|
412, 71, 413, 420, 71, 71, 416, 425, 422, 421,
|
|
|
|
|
423, 430, 71, 71, 71, 424, 71, 71, 431, 71,
|
|
|
|
|
426, 429, 71, 427, 71, 428, 71, 432, 71, 434,
|
|
|
|
|
71, 71, 71, 442, 149, 433, 438, 440, 441, 71,
|
|
|
|
|
439, 71, 435, 452, 71, 436, 444, 437, 453, 443,
|
|
|
|
|
71, 454, 445, 446, 71, 457, 455, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
456, 71, 447, 458, 448, 449, 450, 462, 460, 451,
|
|
|
|
|
71, 71, 465, 459, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
461, 473, 466, 71, 471, 464, 71, 71, 71, 71,
|
|
|
|
|
463, 71, 470, 477, 71, 468, 469, 467, 472, 71,
|
|
|
|
|
475, 71, 71, 476, 71, 71, 474, 480, 481, 482,
|
|
|
|
|
479, 71, 71, 71, 71, 487, 478, 71, 488, 486,
|
|
|
|
|
484, 483, 71, 71, 71, 71, 489, 71, 485, 71,
|
|
|
|
|
71, 71, 492, 71, 496, 500, 499, 501, 503, 493,
|
|
|
|
|
502, 490, 494, 495, 71, 497, 71, 498, 71, 71,
|
|
|
|
|
71, 71, 71, 506, 505, 507, 71, 509, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 513, 514, 511, 71, 510, 71, 504, 71, 71,
|
|
|
|
|
515, 508, 512, 71, 517, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 523, 518, 522, 71, 516, 71, 519, 71, 521,
|
|
|
|
|
71, 524, 71, 526, 520, 71, 527, 530, 529, 525,
|
|
|
|
|
71, 71, 71, 71, 71, 528, 537, 71, 539, 71,
|
|
|
|
|
71, 71, 71, 532, 71, 540, 538, 542, 536, 71,
|
|
|
|
|
531, 533, 535, 534, 543, 541, 71, 546, 71, 545,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 549, 71, 71, 544,
|
|
|
|
|
553, 552, 548, 71, 71, 71, 71, 71, 555, 71,
|
|
|
|
|
149, 547, 71, 554, 550, 551, 71, 568, 71, 71,
|
|
|
|
|
|
|
|
|
|
556, 570, 567, 71, 557, 71, 558, 565, 566, 572,
|
|
|
|
|
71, 559, 71, 560, 569, 71, 71, 577, 576, 571,
|
|
|
|
|
573, 561, 71, 579, 562, 563, 574, 71, 71, 71,
|
|
|
|
|
575, 564, 71, 71, 71, 71, 71, 578, 71, 71,
|
|
|
|
|
585, 581, 71, 580, 71, 586, 149, 582, 589, 592,
|
|
|
|
|
591, 71, 583, 590, 588, 71, 584, 587, 71, 71,
|
|
|
|
|
71, 71, 71, 593, 71, 71, 598, 600, 71, 602,
|
|
|
|
|
71, 71, 71, 594, 603, 596, 601, 599, 595, 597,
|
|
|
|
|
71, 605, 71, 604, 606, 607, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 610, 609, 614, 71, 617, 71, 619, 615,
|
|
|
|
|
|
|
|
|
|
71, 608, 618, 71, 71, 71, 611, 613, 616, 612,
|
|
|
|
|
620, 71, 621, 71, 622, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 624, 627, 71, 71, 626, 623, 631, 630, 71,
|
|
|
|
|
71, 71, 71, 71, 625, 632, 71, 634, 636, 71,
|
|
|
|
|
71, 628, 629, 71, 71, 637, 639, 633, 71, 643,
|
|
|
|
|
635, 640, 71, 638, 642, 641, 71, 71, 71, 71,
|
|
|
|
|
649, 645, 646, 71, 71, 71, 71, 652, 651, 71,
|
|
|
|
|
644, 71, 647, 650, 648, 71, 654, 71, 71, 71,
|
|
|
|
|
655, 659, 71, 658, 71, 656, 71, 663, 660, 653,
|
|
|
|
|
657, 71, 71, 71, 71, 665, 71, 664, 662, 666,
|
|
|
|
|
|
|
|
|
|
661, 71, 71, 670, 71, 71, 667, 672, 71, 71,
|
|
|
|
|
671, 673, 668, 71, 71, 675, 669, 677, 71, 674,
|
|
|
|
|
676, 71, 71, 681, 71, 71, 686, 71, 71, 71,
|
|
|
|
|
684, 678, 71, 71, 683, 71, 691, 71, 688, 71,
|
|
|
|
|
687, 679, 680, 682, 689, 685, 71, 71, 693, 690,
|
|
|
|
|
71, 71, 71, 695, 71, 71, 71, 71, 694, 71,
|
|
|
|
|
71, 701, 692, 71, 71, 696, 71, 71, 702, 71,
|
|
|
|
|
697, 708, 698, 71, 699, 703, 700, 71, 706, 71,
|
|
|
|
|
71, 704, 707, 705, 71, 71, 71, 715, 709, 71,
|
|
|
|
|
71, 71, 710, 716, 71, 71, 719, 711, 712, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 713, 71, 714, 718, 71, 71, 723, 717,
|
|
|
|
|
725, 720, 724, 722, 71, 71, 71, 71, 721, 726,
|
|
|
|
|
727, 71, 71, 729, 728, 71, 730, 149, 71, 71,
|
|
|
|
|
71, 732, 734, 735, 71, 731, 71, 733, 736, 71,
|
|
|
|
|
741, 71, 737, 739, 71, 738, 71, 742, 744, 71,
|
|
|
|
|
71, 747, 71, 745, 71, 743, 71, 71, 749, 71,
|
|
|
|
|
740, 752, 71, 71, 71, 71, 71, 71, 750, 746,
|
|
|
|
|
753, 71, 748, 71, 71, 764, 757, 751, 71, 71,
|
|
|
|
|
758, 754, 71, 759, 765, 756, 766, 71, 762, 755,
|
|
|
|
|
760, 763, 71, 761, 71, 767, 71, 768, 769, 771,
|
|
|
|
|
|
|
|
|
|
71, 772, 71, 71, 71, 780, 770, 71, 71, 773,
|
|
|
|
|
774, 71, 775, 71, 784, 776, 785, 71, 71, 71,
|
|
|
|
|
777, 782, 71, 781, 790, 786, 778, 779, 788, 783,
|
|
|
|
|
71, 787, 71, 789, 71, 71, 71, 791, 793, 71,
|
|
|
|
|
792, 795, 71, 71, 71, 71, 796, 71, 800, 71,
|
|
|
|
|
71, 794, 799, 71, 71, 71, 806, 71, 818, 71,
|
|
|
|
|
805, 804, 808, 797, 798, 801, 71, 802, 71, 809,
|
|
|
|
|
71, 807, 803, 810, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
811, 71, 71, 71, 812, 813, 815, 71, 821, 816,
|
|
|
|
|
71, 71, 819, 71, 71, 820, 814, 71, 817, 71,
|
|
|
|
|
|
|
|
|
|
823, 71, 824, 71, 825, 71, 826, 71, 827, 822,
|
|
|
|
|
71, 830, 828, 71, 71, 829, 71, 71, 831, 71,
|
|
|
|
|
835, 837, 71, 833, 838, 71, 71, 71, 836, 71,
|
|
|
|
|
71, 840, 832, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
834, 847, 71, 839, 846, 850, 71, 71, 841, 842,
|
|
|
|
|
843, 71, 855, 71, 845, 844, 848, 854, 849, 851,
|
|
|
|
|
853, 852, 71, 71, 71, 71, 71, 71, 862, 71,
|
|
|
|
|
864, 71, 71, 71, 71, 865, 71, 71, 71, 871,
|
|
|
|
|
147, 861, 856, 857, 858, 867, 860, 859, 872, 863,
|
|
|
|
|
71, 866, 71, 868, 71, 869, 71, 876, 870, 873,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 878, 71, 71, 881, 149, 71,
|
|
|
|
|
874, 880, 71, 875, 71, 884, 883, 71, 71, 71,
|
|
|
|
|
879, 877, 71, 886, 882, 71, 71, 71, 71, 898,
|
|
|
|
|
71, 71, 71, 71, 899, 71, 71, 902, 887, 885,
|
|
|
|
|
889, 904, 71, 71, 145, 890, 888, 900, 891, 71,
|
|
|
|
|
903, 949, 892, 71, 893, 71, 901, 905, 894, 71,
|
|
|
|
|
895, 906, 71, 909, 71, 896, 907, 71, 910, 908,
|
|
|
|
|
897, 71, 71, 71, 71, 918, 911, 913, 914, 71,
|
|
|
|
|
917, 71, 71, 915, 919, 71, 912, 916, 920, 921,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 931, 922, 71,
|
|
|
|
|
|
|
|
|
|
923, 71, 924, 930, 932, 71, 933, 925, 71, 926,
|
|
|
|
|
71, 934, 71, 935, 71, 938, 940, 71, 939, 937,
|
|
|
|
|
927, 928, 936, 942, 71, 71, 946, 929, 941, 71,
|
|
|
|
|
71, 944, 71, 943, 71, 71, 71, 71, 945, 947,
|
|
|
|
|
952, 71, 71, 71, 71, 950, 71, 71, 955, 71,
|
|
|
|
|
953, 71, 961, 951, 948, 71, 71, 71, 71, 71,
|
|
|
|
|
959, 954, 71, 957, 956, 960, 71, 958, 71, 962,
|
|
|
|
|
71, 969, 971, 966, 71, 967, 963, 964, 71, 968,
|
|
|
|
|
71, 965, 71, 970, 71, 974, 71, 71, 71, 976,
|
|
|
|
|
975, 71, 977, 972, 71, 71, 71, 978, 984, 71,
|
|
|
|
|
|
|
|
|
|
973, 979, 71, 71, 71, 71, 980, 71, 986, 982,
|
|
|
|
|
71, 71, 988, 981, 983, 989, 71, 71, 71, 71,
|
|
|
|
|
71, 991, 985, 992, 987, 994, 71, 990, 997, 993,
|
|
|
|
|
998, 71, 996, 71, 71, 71, 995, 71, 71, 71,
|
|
|
|
|
1001, 71, 999, 1006, 71, 1007, 71, 71, 1011, 71,
|
|
|
|
|
71, 71, 1008, 1000, 71, 1009, 1002, 1005, 1003, 1012,
|
|
|
|
|
71, 1004, 71, 71, 1010, 71, 71, 71, 1015, 1019,
|
|
|
|
|
71, 1013, 1020, 71, 71, 71, 71, 1016, 71, 1022,
|
|
|
|
|
71, 1014, 1018, 1023, 71, 1017, 71, 1027, 1021, 71,
|
|
|
|
|
71, 71, 71, 71, 1025, 1024, 71, 71, 1026, 1029,
|
|
|
|
|
|
|
|
|
|
1033, 71, 71, 71, 71, 71, 144, 1028, 1037, 1038,
|
|
|
|
|
71, 1030, 1035, 1040, 1041, 1032, 1034, 1036, 1031, 71,
|
|
|
|
|
71, 71, 71, 71, 1039, 1043, 1042, 1044, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1047, 71, 1053, 71, 71,
|
|
|
|
|
1050, 71, 1045, 1046, 71, 71, 1048, 71, 71, 1051,
|
|
|
|
|
1056, 1049, 1058, 1054, 71, 1052, 71, 1062, 71, 1055,
|
|
|
|
|
1081, 1059, 71, 1060, 71, 1057, 1061, 1063, 1065, 71,
|
|
|
|
|
71, 1064, 1066, 71, 71, 71, 1067, 71, 1069, 1068,
|
|
|
|
|
1071, 1073, 71, 71, 71, 71, 71, 71, 1074, 71,
|
|
|
|
|
1076, 1077, 71, 1070, 71, 1078, 1072, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 1075, 1083, 71, 1079, 1080, 1082,
|
|
|
|
|
71, 1084, 1088, 71, 1093, 71, 1085, 1089, 71, 1087,
|
|
|
|
|
71, 1086, 1092, 1090, 71, 71, 1095, 71, 1099, 1094,
|
|
|
|
|
1091, 71, 1097, 1100, 71, 71, 71, 1098, 71, 71,
|
|
|
|
|
1104, 71, 1113, 142, 1096, 1112, 71, 1114, 71, 1102,
|
|
|
|
|
1101, 1103, 71, 71, 1111, 71, 71, 1105, 1115, 71,
|
|
|
|
|
1106, 1107, 71, 71, 1116, 1108, 71, 1117, 1118, 71,
|
|
|
|
|
1119, 1109, 71, 71, 140, 1110, 1120, 1124, 1122, 1125,
|
|
|
|
|
1123, 1121, 1126, 71, 71, 71, 71, 1128, 71, 1127,
|
|
|
|
|
71, 1134, 1135, 71, 71, 1129, 71, 1137, 71, 71,
|
|
|
|
|
|
|
|
|
|
1130, 71, 1131, 1141, 1132, 71, 1133, 1136, 1142, 71,
|
|
|
|
|
1140, 71, 71, 1138, 71, 71, 1144, 1139, 71, 71,
|
|
|
|
|
71, 71, 71, 1146, 1150, 71, 1145, 1143, 1148, 71,
|
|
|
|
|
71, 1152, 1149, 71, 1147, 1151, 1156, 71, 1155, 1158,
|
|
|
|
|
71, 71, 71, 1153, 1159, 1157, 71, 71, 71, 1160,
|
|
|
|
|
1163, 71, 1161, 71, 1154, 1165, 71, 71, 1166, 71,
|
|
|
|
|
1162, 1169, 71, 71, 71, 71, 71, 1172, 1164, 1171,
|
|
|
|
|
71, 1174, 71, 1173, 71, 71, 71, 1176, 1167, 71,
|
|
|
|
|
1168, 1177, 1175, 1170, 71, 1178, 71, 71, 71, 1183,
|
|
|
|
|
1184, 71, 1180, 1179, 1181, 71, 71, 71, 1186, 71,
|
|
|
|
|
|
|
|
|
|
1187, 1182, 1185, 71, 71, 1190, 71, 71, 71, 71,
|
|
|
|
|
1194, 1195, 71, 1196, 1189, 71, 71, 71, 1188, 71,
|
|
|
|
|
71, 71, 71, 71, 1200, 71, 1203, 1191, 1192, 1197,
|
|
|
|
|
71, 71, 1193, 71, 71, 1198, 1201, 71, 1207, 1202,
|
|
|
|
|
1199, 1208, 71, 1204, 71, 71, 1212, 71, 71, 1206,
|
|
|
|
|
1210, 1213, 71, 1214, 71, 1205, 1211, 1209, 71, 71,
|
|
|
|
|
71, 1216, 1215, 1217, 1220, 1224, 71, 1221, 1222, 71,
|
|
|
|
|
71, 71, 71, 1218, 1223, 71, 1219, 71, 71, 1225,
|
|
|
|
|
1226, 71, 71, 1230, 71, 71, 71, 71, 1235, 1227,
|
|
|
|
|
71, 71, 71, 71, 1236, 1229, 1239, 71, 1228, 1231,
|
|
|
|
|
|
|
|
|
|
1233, 71, 1232, 1234, 71, 71, 71, 71, 71, 1237,
|
|
|
|
|
71, 1238, 1240, 1245, 1246, 1241, 1244, 71, 71, 1242,
|
|
|
|
|
1243, 71, 1247, 71, 1248, 71, 1250, 1249, 71, 1252,
|
|
|
|
|
71, 1253, 1255, 1254, 1256, 71, 1251, 71, 71, 1260,
|
|
|
|
|
71, 71, 1257, 71, 1258, 1259, 71, 71, 1262, 71,
|
|
|
|
|
71, 1263, 71, 1266, 71, 71, 1261, 1265, 71, 71,
|
|
|
|
|
71, 1272, 71, 1268, 1264, 1269, 1273, 71, 71, 71,
|
|
|
|
|
1274, 71, 1270, 1280, 1267, 1275, 71, 71, 1271, 71,
|
|
|
|
|
71, 71, 1276, 71, 71, 1284, 71, 1277, 1278, 1283,
|
|
|
|
|
1279, 71, 71, 71, 71, 71, 71, 1292, 1289, 1282,
|
|
|
|
|
|
|
|
|
|
1285, 71, 71, 1281, 1293, 1286, 1295, 71, 71, 71,
|
|
|
|
|
1291, 1287, 1288, 1296, 1294, 1290, 71, 71, 71, 71,
|
|
|
|
|
1297, 1301, 1298, 71, 71, 1302, 1299, 71, 1304, 71,
|
|
|
|
|
71, 1300, 1308, 71, 71, 1309, 71, 71, 1303, 1305,
|
|
|
|
|
1310, 1311, 71, 71, 1315, 1307, 71, 1306, 1316, 71,
|
|
|
|
|
71, 71, 71, 1321, 1312, 71, 1320, 1319, 71, 71,
|
|
|
|
|
1313, 1322, 71, 1314, 1317, 1323, 71, 71, 71, 71,
|
|
|
|
|
1327, 1326, 1318, 71, 1324, 71, 71, 1330, 71, 71,
|
|
|
|
|
1329, 71, 1333, 1325, 71, 71, 71, 1337, 71, 71,
|
|
|
|
|
1335, 71, 71, 1331, 1328, 1338, 71, 1340, 1334, 71,
|
|
|
|
|
|
|
|
|
|
71, 1336, 71, 71, 1332, 71, 1343, 71, 1345, 1339,
|
|
|
|
|
1342, 1346, 71, 71, 1341, 71, 71, 1352, 71, 1344,
|
|
|
|
|
71, 1348, 71, 1347, 71, 1353, 71, 71, 71, 1351,
|
|
|
|
|
1359, 71, 1349, 1350, 71, 1356, 1357, 1361, 1354, 1360,
|
|
|
|
|
1363, 71, 1355, 71, 1358, 71, 71, 1362, 1365, 71,
|
|
|
|
|
71, 71, 71, 1369, 71, 1364, 1367, 71, 1370, 71,
|
|
|
|
|
71, 71, 71, 1374, 1366, 71, 1375, 71, 1371, 71,
|
|
|
|
|
71, 1388, 2562, 1381, 1376, 1368, 1373, 1372, 71, 71,
|
|
|
|
|
71, 1378, 71, 71, 1379, 1382, 71, 1377, 1384, 1386,
|
|
|
|
|
71, 1383, 1387, 71, 1385, 1390, 1380, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1389, 71, 71, 1395, 1396, 1398, 1391, 71, 71, 71,
|
|
|
|
|
71, 71, 1397, 71, 71, 1392, 1401, 71, 1400, 1402,
|
|
|
|
|
1393, 71, 1394, 71, 71, 71, 71, 71, 1410, 71,
|
|
|
|
|
71, 1399, 71, 71, 71, 71, 71, 1408, 71, 1403,
|
|
|
|
|
1406, 1407, 1409, 1404, 1405, 1415, 71, 1413, 71, 71,
|
|
|
|
|
1411, 1419, 1412, 1417, 71, 1418, 1414, 71, 1416, 71,
|
|
|
|
|
71, 71, 71, 1420, 71, 71, 71, 71, 71, 1423,
|
|
|
|
|
2562, 1425, 1432, 71, 71, 1426, 1424, 1422, 1427, 71,
|
|
|
|
|
1429, 1421, 1434, 1428, 1437, 1430, 71, 1431, 1433, 71,
|
|
|
|
|
71, 1436, 71, 1435, 71, 71, 1443, 1444, 71, 1438,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1440, 1442, 71, 1441, 71, 71, 71,
|
|
|
|
|
71, 1439, 71, 71, 1446, 71, 1453, 71, 71, 1457,
|
|
|
|
|
1445, 1448, 1450, 1447, 1449, 71, 1455, 71, 71, 1454,
|
|
|
|
|
1452, 71, 1456, 1458, 1451, 71, 1464, 1459, 1466, 71,
|
|
|
|
|
1460, 1465, 71, 1461, 71, 1468, 71, 71, 1469, 71,
|
|
|
|
|
71, 71, 1462, 1463, 71, 1470, 1471, 1467, 71, 1475,
|
|
|
|
|
71, 71, 71, 1474, 1472, 71, 71, 1473, 71, 1477,
|
|
|
|
|
1479, 71, 71, 1476, 71, 1478, 1481, 1484, 71, 71,
|
|
|
|
|
1480, 71, 1489, 71, 1482, 71, 1483, 1485, 71, 71,
|
|
|
|
|
1492, 71, 71, 71, 1488, 71, 1486, 1494, 1487, 71,
|
|
|
|
|
|
|
|
|
|
1495, 1490, 71, 71, 1496, 71, 71, 1491, 1497, 1501,
|
|
|
|
|
71, 1498, 1493, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 1500, 2562, 71, 1506, 71, 1503, 1511, 1499, 71,
|
|
|
|
|
1505, 1507, 1502, 71, 1504, 1508, 71, 1509, 1515, 71,
|
|
|
|
|
1510, 1512, 1514, 1513, 71, 1517, 71, 1516, 71, 71,
|
|
|
|
|
1520, 71, 71, 1518, 71, 71, 1522, 71, 1519, 71,
|
|
|
|
|
1523, 71, 71, 71, 1521, 71, 71, 71, 1528, 71,
|
|
|
|
|
71, 71, 1537, 71, 1529, 1524, 1532, 71, 1530, 1526,
|
|
|
|
|
1527, 1525, 1531, 71, 1538, 1536, 1533, 71, 71, 1535,
|
|
|
|
|
71, 71, 71, 1542, 71, 1543, 1544, 71, 71, 1534,
|
|
|
|
|
|
|
|
|
|
1545, 71, 1547, 71, 1539, 71, 1540, 71, 1541, 1550,
|
|
|
|
|
71, 1551, 1546, 71, 1552, 1554, 1553, 71, 1556, 1548,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 1549, 1561, 1558, 1559,
|
|
|
|
|
71, 71, 1560, 71, 71, 1555, 71, 71, 1568, 71,
|
|
|
|
|
1570, 71, 71, 1566, 71, 1571, 71, 1557, 1562, 1563,
|
|
|
|
|
1564, 71, 1574, 1572, 1567, 1565, 71, 1569, 1573, 1576,
|
|
|
|
|
71, 71, 1578, 1580, 71, 71, 1575, 71, 71, 1577,
|
|
|
|
|
71, 1582, 71, 71, 1585, 1586, 71, 71, 71, 1589,
|
|
|
|
|
71, 71, 1579, 71, 71, 71, 1587, 71, 1583, 71,
|
|
|
|
|
1591, 71, 1594, 1581, 1584, 71, 1590, 71, 1592, 1588,
|
|
|
|
|
|
|
|
|
|
1597, 1598, 71, 1596, 1603, 71, 1601, 71, 1602, 1600,
|
|
|
|
|
1593, 1595, 71, 71, 71, 71, 71, 1599, 1604, 71,
|
|
|
|
|
71, 71, 71, 71, 1605, 1609, 71, 1612, 1613, 71,
|
|
|
|
|
71, 71, 1608, 71, 71, 1616, 1606, 71, 1607, 1610,
|
|
|
|
|
71, 71, 71, 71, 1615, 1621, 1624, 71, 1622, 1611,
|
|
|
|
|
1614, 1617, 1618, 71, 71, 1619, 1620, 71, 1625, 1628,
|
|
|
|
|
71, 71, 1623, 71, 1629, 71, 1633, 71, 1626, 1634,
|
|
|
|
|
71, 1635, 71, 1627, 1639, 1630, 71, 1638, 71, 1640,
|
|
|
|
|
71, 71, 1641, 1631, 1642, 1632, 71, 1636, 71, 1645,
|
|
|
|
|
71, 71, 1637, 71, 71, 71, 71, 1647, 1644, 1650,
|
|
|
|
|
|
|
|
|
|
71, 71, 1652, 1646, 71, 71, 1648, 1643, 71, 71,
|
|
|
|
|
71, 71, 71, 1653, 1657, 1656, 1654, 71, 1658, 1659,
|
|
|
|
|
71, 1649, 1651, 1660, 71, 1662, 71, 71, 1655, 71,
|
|
|
|
|
71, 71, 1661, 1663, 1664, 1666, 1665, 71, 71, 71,
|
|
|
|
|
71, 1668, 1667, 71, 71, 1673, 71, 71, 71, 1672,
|
|
|
|
|
71, 1669, 1670, 1675, 71, 1671, 1674, 1677, 71, 1676,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 1682, 1684, 1679,
|
|
|
|
|
1678, 1683, 71, 1686, 71, 71, 71, 71, 1685, 1680,
|
|
|
|
|
71, 1681, 71, 1688, 1687, 1689, 1690, 1691, 1693, 71,
|
|
|
|
|
71, 71, 71, 1692, 1698, 71, 71, 1700, 1694, 71,
|
|
|
|
|
|
|
|
|
|
71, 1701, 1702, 71, 71, 1697, 1695, 1696, 71, 71,
|
|
|
|
|
71, 1704, 1699, 71, 1706, 71, 1703, 71, 71, 1707,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 1718, 71, 1705,
|
|
|
|
|
1709, 1714, 1710, 1711, 71, 1717, 1708, 1713, 71, 71,
|
|
|
|
|
71, 1721, 1719, 1712, 1715, 1722, 1716, 71, 71, 71,
|
|
|
|
|
1725, 71, 1724, 71, 1720, 71, 1727, 71, 71, 1723,
|
|
|
|
|
1728, 71, 71, 1730, 1729, 1732, 71, 1726, 71, 71,
|
|
|
|
|
71, 1731, 1735, 1734, 1736, 71, 71, 1740, 71, 71,
|
|
|
|
|
1737, 71, 1739, 71, 1733, 71, 1741, 1743, 71, 1746,
|
|
|
|
|
71, 1742, 71, 1747, 1738, 71, 71, 1750, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1752, 1745, 71, 1744, 1751, 1753, 1755, 71, 71,
|
|
|
|
|
1748, 71, 1757, 71, 1754, 71, 1749, 71, 1758, 1763,
|
|
|
|
|
71, 1756, 1759, 71, 71, 1760, 1761, 71, 71, 71,
|
|
|
|
|
71, 71, 1764, 71, 1767, 1768, 1762, 71, 71, 1765,
|
|
|
|
|
1766, 71, 71, 71, 1769, 71, 71, 71, 1775, 71,
|
|
|
|
|
1776, 71, 1777, 1770, 1774, 1771, 1772, 1773, 71, 71,
|
|
|
|
|
1784, 71, 71, 71, 1779, 1778, 1781, 71, 1783, 71,
|
|
|
|
|
1780, 1785, 1786, 71, 1782, 71, 71, 1796, 1791, 1788,
|
|
|
|
|
1790, 1789, 1787, 1792, 71, 1793, 1794, 71, 71, 71,
|
|
|
|
|
1795, 71, 71, 1798, 71, 71, 1799, 71, 1802, 1803,
|
|
|
|
|
|
|
|
|
|
71, 71, 1804, 71, 71, 1807, 71, 71, 1797, 1805,
|
|
|
|
|
1800, 71, 1808, 1809, 71, 71, 71, 1811, 1818, 71,
|
|
|
|
|
1810, 1801, 1806, 71, 71, 71, 1813, 71, 1812, 1814,
|
|
|
|
|
71, 71, 1816, 71, 71, 1819, 1822, 71, 71, 71,
|
|
|
|
|
71, 1815, 1817, 1823, 71, 1825, 71, 71, 1824, 1820,
|
|
|
|
|
1821, 1828, 1829, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1827, 1826, 2562, 1830, 1839, 71, 71,
|
|
|
|
|
71, 1836, 1840, 1831, 1841, 71, 1834, 1838, 1832, 1835,
|
|
|
|
|
1833, 1837, 71, 1844, 1842, 1845, 71, 71, 1843, 1846,
|
|
|
|
|
71, 71, 71, 1849, 71, 1852, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1847, 1850, 1848, 1853, 1851, 71, 1858, 71,
|
|
|
|
|
71, 1857, 1854, 1859, 71, 1861, 71, 1855, 1856, 71,
|
|
|
|
|
1860, 1863, 71, 1864, 71, 71, 71, 71, 1862, 1868,
|
|
|
|
|
71, 1867, 71, 1865, 1870, 71, 71, 71, 71, 1874,
|
|
|
|
|
1873, 71, 1872, 71, 1866, 71, 1869, 1876, 71, 71,
|
|
|
|
|
1871, 1880, 71, 71, 1875, 71, 71, 71, 1878, 71,
|
|
|
|
|
1877, 1884, 1885, 71, 1879, 71, 1889, 71, 71, 1881,
|
|
|
|
|
1883, 71, 71, 71, 1887, 1886, 1882, 71, 1891, 71,
|
|
|
|
|
1888, 71, 1893, 71, 71, 1895, 1894, 71, 1890, 1897,
|
|
|
|
|
71, 1896, 1898, 71, 1901, 71, 71, 71, 1892, 71,
|
|
|
|
|
|
|
|
|
|
1902, 1903, 1904, 71, 71, 71, 1900, 71, 1906, 71,
|
|
|
|
|
71, 71, 71, 71, 1905, 1899, 1909, 1915, 1908, 1910,
|
|
|
|
|
1911, 1912, 1914, 1913, 71, 71, 71, 1918, 71, 1907,
|
|
|
|
|
1919, 71, 1920, 71, 1917, 71, 71, 71, 71, 71,
|
|
|
|
|
1921, 1926, 71, 71, 1916, 71, 71, 71, 1928, 71,
|
|
|
|
|
71, 1924, 1927, 1922, 1925, 1923, 71, 1929, 1979, 1930,
|
|
|
|
|
71, 1931, 1932, 1933, 71, 1937, 71, 1935, 1936, 1934,
|
|
|
|
|
1938, 71, 71, 71, 1941, 1939, 1942, 71, 1940, 71,
|
|
|
|
|
71, 71, 71, 1943, 71, 71, 1945, 71, 71, 1949,
|
|
|
|
|
71, 1944, 71, 1946, 1950, 1951, 1952, 71, 1948, 71,
|
|
|
|
|
|
|
|
|
|
71, 1947, 71, 71, 1953, 71, 1955, 71, 71, 71,
|
|
|
|
|
71, 1962, 1959, 71, 71, 1961, 2562, 71, 71, 1963,
|
|
|
|
|
1954, 1958, 71, 1956, 1967, 1957, 71, 1966, 71, 1960,
|
|
|
|
|
71, 71, 1964, 1969, 1965, 71, 1968, 71, 1971, 71,
|
|
|
|
|
1970, 71, 1972, 71, 1974, 1975, 1976, 71, 1978, 71,
|
|
|
|
|
1980, 71, 71, 71, 71, 71, 71, 71, 2562, 1977,
|
|
|
|
|
1982, 1973, 1983, 1984, 71, 1985, 71, 1986, 71, 1987,
|
|
|
|
|
1988, 1981, 71, 71, 71, 71, 71, 1990, 1989, 1993,
|
|
|
|
|
71, 71, 1995, 71, 71, 1994, 71, 1992, 71, 1998,
|
|
|
|
|
71, 71, 2001, 1991, 2002, 71, 71, 71, 1997, 1996,
|
|
|
|
|
|
|
|
|
|
71, 2003, 2004, 1999, 2000, 71, 71, 71, 2008, 71,
|
|
|
|
|
71, 2005, 2007, 2009, 71, 2010, 71, 2011, 71, 2006,
|
|
|
|
|
71, 2014, 2012, 71, 2013, 71, 2015, 2017, 71, 2018,
|
|
|
|
|
71, 2019, 71, 71, 71, 2016, 71, 71, 71, 71,
|
|
|
|
|
71, 2021, 71, 2024, 71, 2020, 2026, 71, 2022, 2027,
|
|
|
|
|
71, 71, 71, 71, 2033, 71, 71, 2023, 71, 2025,
|
|
|
|
|
71, 71, 71, 2030, 2029, 2034, 2032, 71, 2028, 71,
|
|
|
|
|
2035, 71, 2040, 2036, 71, 2031, 2042, 71, 2037, 2043,
|
|
|
|
|
71, 2041, 71, 2038, 71, 2039, 2044, 71, 2045, 71,
|
|
|
|
|
71, 2046, 71, 2047, 71, 2048, 71, 71, 71, 2050,
|
|
|
|
|
|
|
|
|
|
71, 71, 2051, 71, 2058, 2049, 2053, 2055, 2059, 71,
|
|
|
|
|
2061, 71, 71, 71, 2052, 71, 71, 2054, 71, 2057,
|
|
|
|
|
2056, 2060, 71, 2064, 71, 71, 71, 2070, 71, 2071,
|
|
|
|
|
71, 2062, 2072, 2063, 71, 71, 2066, 2065, 71, 71,
|
|
|
|
|
71, 2068, 2067, 71, 71, 2069, 71, 71, 2076, 2080,
|
|
|
|
|
2074, 2079, 2073, 2081, 71, 71, 71, 2082, 2075, 71,
|
|
|
|
|
2077, 2083, 71, 71, 2078, 71, 71, 71, 2085, 71,
|
|
|
|
|
2089, 2090, 71, 71, 71, 2084, 2093, 71, 2094, 71,
|
|
|
|
|
71, 71, 71, 2086, 2087, 2096, 2088, 2092, 2091, 2097,
|
|
|
|
|
71, 71, 71, 2098, 2095, 2101, 71, 2102, 71, 71,
|
|
|
|
|
|
|
|
|
|
2104, 71, 2099, 71, 2106, 71, 71, 2107, 2105, 71,
|
|
|
|
|
71, 2100, 71, 71, 2108, 71, 71, 71, 2103, 71,
|
|
|
|
|
2112, 2111, 2109, 2110, 2114, 2115, 71, 2113, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 2117, 2116, 2119, 2120, 2122, 71,
|
|
|
|
|
2123, 71, 71, 2118, 2121, 71, 2128, 71, 2126, 2124,
|
|
|
|
|
2125, 2127, 71, 71, 71, 2130, 71, 71, 2129, 2133,
|
|
|
|
|
71, 2132, 2131, 2134, 71, 71, 2137, 2562, 2136, 71,
|
|
|
|
|
2135, 2138, 71, 71, 2139, 2141, 71, 71, 2140, 71,
|
|
|
|
|
2142, 71, 2143, 71, 71, 71, 71, 71, 2144, 2149,
|
|
|
|
|
2147, 71, 2146, 71, 71, 71, 2150, 71, 2145, 2148,
|
|
|
|
|
|
|
|
|
|
2151, 71, 71, 2156, 71, 71, 2154, 2153, 71, 71,
|
|
|
|
|
2155, 2152, 71, 2157, 2161, 71, 71, 71, 2163, 2165,
|
|
|
|
|
71, 71, 71, 71, 2158, 71, 71, 2170, 2159, 2169,
|
|
|
|
|
71, 2160, 2164, 71, 2172, 2162, 71, 2167, 2171, 71,
|
|
|
|
|
2166, 2173, 71, 2168, 71, 71, 71, 71, 71, 2176,
|
|
|
|
|
2183, 2174, 71, 2179, 2180, 71, 71, 2175, 2181, 71,
|
|
|
|
|
2177, 2209, 2178, 2182, 71, 71, 2185, 71, 2184, 2186,
|
|
|
|
|
71, 2187, 71, 71, 2189, 71, 2188, 71, 2190, 2191,
|
|
|
|
|
71, 71, 2192, 2193, 71, 2196, 71, 2197, 71, 71,
|
|
|
|
|
2199, 71, 71, 2198, 71, 2200, 71, 71, 71, 2194,
|
|
|
|
|
|
|
|
|
|
2195, 2205, 71, 71, 2204, 71, 2211, 71, 71, 2207,
|
|
|
|
|
2208, 71, 71, 71, 2202, 2201, 2210, 2203, 71, 71,
|
|
|
|
|
71, 2213, 71, 2562, 2216, 71, 71, 2206, 2220, 71,
|
|
|
|
|
2214, 2215, 71, 71, 71, 2224, 71, 2212, 2217, 2219,
|
|
|
|
|
2222, 71, 2218, 71, 2225, 2221, 71, 2226, 71, 2227,
|
|
|
|
|
71, 71, 2223, 71, 71, 2229, 2230, 2228, 71, 2235,
|
|
|
|
|
71, 71, 2232, 71, 2236, 2238, 71, 71, 71, 2240,
|
|
|
|
|
71, 71, 2241, 71, 2233, 2239, 71, 2231, 2234, 71,
|
|
|
|
|
2242, 2237, 2244, 71, 71, 2246, 71, 2248, 2245, 71,
|
|
|
|
|
71, 2243, 2249, 71, 2247, 2252, 71, 71, 2251, 2250,
|
|
|
|
|
|
|
|
|
|
71, 71, 2254, 71, 71, 71, 2253, 71, 2259, 2258,
|
|
|
|
|
71, 2264, 71, 2256, 2260, 2261, 71, 2262, 2265, 71,
|
|
|
|
|
2263, 2266, 71, 71, 2257, 2255, 71, 2271, 71, 71,
|
|
|
|
|
71, 71, 2267, 71, 2270, 2272, 2273, 2274, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 2279, 71, 2268, 2269, 2277, 71,
|
|
|
|
|
71, 2281, 71, 71, 2284, 71, 71, 2275, 71, 2278,
|
|
|
|
|
71, 2276, 2285, 71, 2282, 71, 71, 2280, 2283, 2286,
|
|
|
|
|
2287, 71, 2288, 2291, 2289, 71, 2292, 2294, 71, 2290,
|
|
|
|
|
71, 2296, 71, 2297, 71, 71, 2299, 71, 71, 71,
|
|
|
|
|
2302, 71, 71, 71, 2301, 71, 71, 2306, 71, 2295,
|
|
|
|
|
|
|
|
|
|
71, 2293, 71, 71, 2300, 71, 2298, 2309, 71, 2310,
|
|
|
|
|
71, 2311, 2303, 71, 2305, 71, 2304, 2307, 71, 2313,
|
|
|
|
|
2308, 2316, 71, 71, 71, 2312, 2317, 2314, 71, 2318,
|
|
|
|
|
2319, 2321, 2324, 2315, 2322, 71, 71, 71, 71, 2323,
|
|
|
|
|
71, 71, 71, 71, 2320, 2329, 2326, 2327, 71, 2332,
|
|
|
|
|
71, 71, 2333, 71, 71, 2335, 71, 71, 2325, 2336,
|
|
|
|
|
71, 71, 2328, 71, 71, 2330, 2331, 71, 2337, 2339,
|
|
|
|
|
71, 2338, 2343, 2334, 2340, 71, 2341, 71, 2342, 71,
|
|
|
|
|
2344, 71, 71, 2346, 71, 2347, 2348, 71, 71, 2345,
|
|
|
|
|
71, 2352, 71, 71, 2355, 71, 2349, 71, 2353, 2351,
|
|
|
|
|
|
|
|
|
|
71, 2357, 71, 71, 71, 2356, 71, 71, 2350, 2354,
|
|
|
|
|
71, 2358, 2361, 71, 71, 71, 71, 71, 71, 2363,
|
|
|
|
|
71, 71, 2362, 2359, 2360, 2364, 71, 71, 71, 2375,
|
|
|
|
|
71, 2562, 2373, 2365, 2369, 2366, 2367, 71, 2368, 2376,
|
|
|
|
|
71, 2377, 2372, 2370, 2371, 2378, 71, 71, 2374, 2379,
|
|
|
|
|
71, 2380, 2381, 71, 71, 2383, 71, 2382, 71, 2386,
|
|
|
|
|
71, 71, 71, 71, 71, 2384, 2388, 71, 2387, 71,
|
|
|
|
|
2392, 71, 2385, 2393, 71, 71, 2391, 71, 2389, 2394,
|
|
|
|
|
71, 71, 2390, 71, 2397, 2399, 2395, 2398, 2396, 2401,
|
|
|
|
|
2400, 71, 71, 71, 71, 71, 2403, 71, 2405, 2406,
|
|
|
|
|
|
|
|
|
|
2408, 71, 2402, 2409, 71, 2410, 71, 2411, 71, 2412,
|
|
|
|
|
71, 71, 71, 2404, 2414, 71, 2407, 2415, 71, 71,
|
|
|
|
|
2413, 71, 2418, 71, 2420, 71, 71, 2416, 71, 71,
|
|
|
|
|
71, 2417, 2422, 71, 2424, 2427, 71, 71, 2419, 2426,
|
|
|
|
|
71, 71, 71, 71, 2421, 2429, 71, 71, 2425, 71,
|
|
|
|
|
2433, 2428, 71, 71, 2423, 71, 2435, 71, 71, 2432,
|
|
|
|
|
71, 2430, 71, 2440, 2431, 71, 71, 2441, 71, 2437,
|
|
|
|
|
71, 2439, 2434, 2436, 71, 2443, 71, 2442, 71, 2444,
|
|
|
|
|
2438, 71, 71, 71, 2452, 71, 71, 2445, 2446, 2454,
|
|
|
|
|
71, 71, 2447, 71, 2455, 2453, 2449, 2451, 2456, 71,
|
|
|
|
|
|
|
|
|
|
2457, 71, 2450, 2448, 71, 71, 71, 71, 2460, 71,
|
|
|
|
|
2458, 2461, 2462, 71, 2465, 71, 2467, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 2459, 2471, 71, 2473, 2464, 2466,
|
|
|
|
|
71, 2472, 2475, 2476, 2463, 71, 2469, 2468, 71, 71,
|
|
|
|
|
2470, 71, 2474, 71, 71, 71, 71, 71, 71, 2477,
|
|
|
|
|
2482, 71, 71, 2484, 2478, 71, 71, 71, 71, 2481,
|
|
|
|
|
71, 71, 2479, 2489, 2480, 2486, 2490, 2483, 2487, 71,
|
|
|
|
|
2485, 2493, 71, 2495, 2494, 2488, 2492, 71, 2491, 71,
|
|
|
|
|
71, 2496, 2497, 71, 71, 71, 2501, 71, 2498, 2499,
|
|
|
|
|
71, 2504, 71, 2503, 71, 2502, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
2509, 71, 71, 2512, 2500, 2506, 71, 71, 71, 2513,
|
|
|
|
|
71, 71, 2516, 71, 71, 2505, 2507, 71, 2508, 71,
|
|
|
|
|
2510, 2511, 2514, 71, 2520, 2515, 71, 71, 71, 2524,
|
|
|
|
|
2517, 2521, 2519, 2518, 71, 71, 2526, 71, 2527, 71,
|
|
|
|
|
2522, 71, 71, 2523, 2528, 2531, 71, 71, 2529, 71,
|
|
|
|
|
71, 2533, 2532, 2525, 2534, 71, 71, 2535, 71, 71,
|
|
|
|
|
71, 2530, 71, 2536, 2538, 2540, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 2542, 2543, 71, 2546, 71, 2537, 2562, 2539,
|
|
|
|
|
2562, 2541, 2547, 71, 71, 2550, 2551, 71, 2544, 2545,
|
|
|
|
|
2548, 71, 2553, 71, 71, 2549, 2554, 71, 2552, 71,
|
|
|
|
|
|
|
|
|
|
71, 2555, 71, 71, 2556, 2557, 2560, 71, 2561, 71,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2558, 2559, 43, 43, 43, 43, 43, 43, 43,
|
|
|
|
|
48, 48, 48, 48, 48, 48, 48, 53, 53, 53,
|
|
|
|
|
53, 53, 53, 53, 59, 59, 59, 59, 59, 59,
|
|
|
|
|
59, 64, 64, 64, 64, 64, 64, 64, 74, 74,
|
|
|
|
|
2562, 74, 74, 74, 74, 139, 139, 2562, 2562, 2562,
|
|
|
|
|
139, 139, 141, 141, 2562, 2562, 141, 2562, 141, 143,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 143, 146, 146, 2562, 2562,
|
|
|
|
|
2562, 146, 146, 148, 2562, 2562, 2562, 2562, 2562, 148,
|
|
|
|
|
|
|
|
|
|
150, 150, 2562, 150, 150, 150, 150, 75, 75, 2562,
|
|
|
|
|
75, 75, 75, 75, 13, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[5056] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 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,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
3, 3, 3, 4, 4, 4, 5, 5, 6, 6,
|
|
|
|
|
5, 3, 6, 20, 4, 20, 20, 5, 20, 6,
|
|
|
|
|
7, 7, 7, 7, 20, 7, 8, 8, 8, 8,
|
2018-02-08 08:16:36 -05:00
|
|
|
29, 8, 7, 9, 9, 9, 22, 22, 8, 10,
|
2018-03-15 10:23:51 -04:00
|
|
|
10, 10, 15, 25, 9, 29, 15, 25, 2568, 31,
|
2018-02-08 08:16:36 -05:00
|
|
|
10, 11, 11, 11, 11, 11, 11, 19, 79, 19,
|
|
|
|
|
|
|
|
|
|
19, 30, 19, 11, 31, 79, 30, 25, 19, 19,
|
|
|
|
|
47, 47, 11, 12, 12, 12, 12, 12, 12, 21,
|
|
|
|
|
23, 23, 21, 21, 24, 12, 21, 88, 23, 24,
|
2018-03-15 10:23:51 -04:00
|
|
|
26, 26, 23, 24, 12, 23, 24, 881, 24, 24,
|
2018-02-08 08:16:36 -05:00
|
|
|
21, 27, 27, 34, 28, 26, 32, 32, 28, 88,
|
|
|
|
|
27, 28, 33, 33, 35, 32, 36, 33, 28, 35,
|
|
|
|
|
28, 32, 42, 35, 34, 32, 37, 37, 69, 35,
|
|
|
|
|
36, 37, 35, 33, 72, 38, 148, 42, 72, 35,
|
|
|
|
|
38, 37, 69, 38, 37, 39, 39, 40, 39, 52,
|
|
|
|
|
38, 40, 52, 77, 38, 38, 77, 39, 78, 41,
|
|
|
|
|
|
|
|
|
|
41, 40, 78, 39, 41, 40, 40, 58, 41, 58,
|
|
|
|
|
58, 80, 58, 63, 63, 66, 204, 66, 66, 68,
|
|
|
|
|
66, 68, 68, 71, 68, 71, 71, 66, 71, 83,
|
|
|
|
|
74, 80, 74, 74, 71, 74, 81, 82, 204, 81,
|
|
|
|
|
82, 74, 74, 84, 85, 86, 87, 83, 89, 90,
|
|
|
|
|
93, 86, 84, 82, 92, 90, 91, 86, 85, 94,
|
|
|
|
|
95, 93, 93, 146, 87, 87, 97, 89, 90, 96,
|
|
|
|
|
91, 97, 98, 96, 92, 100, 99, 94, 95, 99,
|
|
|
|
|
101, 100, 99, 102, 103, 104, 98, 103, 102, 105,
|
|
|
|
|
106, 103, 111, 108, 106, 99, 99, 110, 107, 101,
|
|
|
|
|
|
|
|
|
|
100, 112, 114, 105, 104, 107, 108, 109, 102, 104,
|
|
|
|
|
110, 113, 111, 115, 109, 113, 116, 118, 115, 112,
|
2018-03-15 08:33:51 -04:00
|
|
|
114, 119, 115, 117, 117, 119, 120, 121, 145, 122,
|
|
|
|
|
125, 123, 122, 124, 119, 127, 116, 118, 128, 124,
|
|
|
|
|
119, 120, 125, 122, 123, 129, 121, 122, 126, 126,
|
|
|
|
|
130, 131, 136, 127, 128, 132, 133, 132, 134, 138,
|
|
|
|
|
135, 137, 142, 134, 129, 142, 137, 131, 133, 126,
|
|
|
|
|
136, 130, 135, 138, 140, 140, 153, 144, 132, 144,
|
|
|
|
|
144, 153, 144, 147, 147, 149, 155, 149, 149, 150,
|
|
|
|
|
149, 150, 150, 152, 150, 159, 152, 154, 156, 157,
|
|
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
158, 150, 160, 154, 155, 162, 156, 143, 158, 163,
|
|
|
|
|
157, 161, 154, 156, 159, 164, 161, 160, 163, 165,
|
|
|
|
|
171, 164, 164, 167, 165, 162, 166, 166, 168, 167,
|
|
|
|
|
168, 169, 174, 168, 141, 169, 170, 170, 172, 171,
|
|
|
|
|
169, 173, 175, 172, 174, 169, 173, 178, 175, 176,
|
|
|
|
|
168, 169, 169, 176, 177, 179, 181, 180, 182, 177,
|
|
|
|
|
183, 178, 186, 182, 139, 183, 191, 184, 184, 180,
|
|
|
|
|
179, 175, 180, 184, 181, 185, 187, 188, 189, 189,
|
|
|
|
|
185, 194, 186, 188, 190, 184, 191, 184, 192, 193,
|
|
|
|
|
190, 195, 187, 197, 192, 196, 190, 195, 193, 197,
|
|
|
|
|
|
|
|
|
|
196, 198, 194, 199, 200, 201, 202, 198, 203, 206,
|
|
|
|
|
199, 201, 205, 207, 203, 208, 209, 200, 207, 210,
|
|
|
|
|
205, 211, 206, 212, 208, 213, 202, 215, 212, 214,
|
|
|
|
|
216, 209, 217, 214, 218, 210, 216, 219, 221, 224,
|
|
|
|
|
218, 211, 220, 213, 220, 221, 222, 223, 225, 215,
|
|
|
|
|
217, 217, 222, 223, 225, 226, 232, 219, 224, 227,
|
|
|
|
|
227, 228, 228, 229, 230, 234, 231, 226, 231, 229,
|
|
|
|
|
230, 233, 235, 236, 237, 238, 233, 234, 239, 232,
|
|
|
|
|
238, 236, 240, 243, 239, 231, 244, 229, 240, 243,
|
|
|
|
|
241, 235, 242, 245, 237, 241, 246, 242, 247, 249,
|
|
|
|
|
|
|
|
|
|
248, 244, 250, 254, 251, 250, 251, 245, 248, 252,
|
|
|
|
|
252, 257, 247, 253, 246, 258, 253, 255, 255, 256,
|
|
|
|
|
256, 254, 259, 262, 249, 259, 261, 257, 260, 262,
|
|
|
|
|
258, 263, 260, 264, 265, 261, 265, 266, 271, 264,
|
|
|
|
|
269, 266, 267, 267, 268, 263, 269, 270, 272, 268,
|
|
|
|
|
273, 274, 274, 276, 275, 277, 271, 275, 266, 277,
|
|
|
|
|
278, 279, 279, 273, 280, 281, 287, 270, 281, 272,
|
|
|
|
|
283, 276, 282, 285, 284, 287, 283, 284, 278, 286,
|
|
|
|
|
289, 288, 280, 289, 282, 285, 288, 290, 286, 292,
|
|
|
|
|
291, 292, 292, 293, 293, 294, 286, 286, 294, 286,
|
|
|
|
|
|
|
|
|
|
290, 289, 291, 295, 296, 297, 298, 299, 299, 301,
|
|
|
|
|
301, 300, 302, 303, 297, 298, 300, 304, 303, 296,
|
|
|
|
|
295, 305, 306, 295, 307, 308, 309, 302, 310, 304,
|
|
|
|
|
311, 308, 312, 310, 365, 365, 311, 312, 313, 307,
|
|
|
|
|
305, 315, 306, 313, 316, 314, 309, 316, 314, 313,
|
|
|
|
|
314, 318, 317, 319, 320, 315, 322, 318, 319, 323,
|
|
|
|
|
316, 317, 324, 316, 325, 316, 321, 320, 330, 321,
|
|
|
|
|
327, 70, 328, 327, 334, 320, 322, 324, 325, 331,
|
|
|
|
|
323, 339, 321, 330, 335, 321, 328, 321, 331, 327,
|
|
|
|
|
329, 332, 329, 329, 333, 334, 332, 332, 336, 337,
|
|
|
|
|
|
|
|
|
|
333, 338, 329, 335, 329, 329, 329, 339, 337, 329,
|
|
|
|
|
340, 341, 342, 336, 343, 344, 345, 346, 342, 347,
|
|
|
|
|
338, 349, 342, 348, 347, 341, 350, 349, 351, 352,
|
|
|
|
|
340, 354, 346, 353, 355, 344, 345, 343, 348, 353,
|
|
|
|
|
351, 358, 356, 352, 359, 361, 350, 356, 357, 357,
|
|
|
|
|
355, 357, 360, 362, 363, 362, 354, 366, 363, 361,
|
|
|
|
|
359, 358, 364, 367, 368, 370, 364, 371, 360, 369,
|
|
|
|
|
372, 374, 366, 373, 370, 372, 371, 373, 375, 367,
|
|
|
|
|
374, 364, 368, 369, 375, 370, 376, 370, 377, 378,
|
|
|
|
|
379, 380, 382, 378, 377, 379, 381, 381, 383, 384,
|
|
|
|
|
|
|
|
|
|
385, 385, 386, 383, 388, 382, 387, 376, 386, 389,
|
|
|
|
|
387, 380, 384, 390, 389, 391, 392, 393, 397, 394,
|
|
|
|
|
395, 395, 390, 394, 401, 388, 396, 391, 403, 393,
|
|
|
|
|
402, 396, 398, 398, 392, 400, 400, 403, 402, 397,
|
|
|
|
|
404, 405, 408, 407, 409, 401, 410, 411, 412, 415,
|
|
|
|
|
413, 414, 410, 405, 412, 413, 411, 415, 409, 417,
|
|
|
|
|
404, 407, 408, 407, 416, 414, 418, 419, 420, 418,
|
|
|
|
|
416, 421, 422, 419, 423, 425, 421, 424, 426, 417,
|
|
|
|
|
425, 424, 420, 427, 428, 429, 433, 431, 427, 432,
|
|
|
|
|
64, 419, 434, 426, 422, 423, 436, 434, 441, 435,
|
|
|
|
|
|
|
|
|
|
428, 436, 433, 437, 429, 430, 430, 431, 432, 438,
|
|
|
|
|
439, 430, 443, 430, 435, 438, 442, 442, 441, 437,
|
|
|
|
|
438, 430, 444, 444, 430, 430, 439, 440, 445, 446,
|
|
|
|
|
440, 430, 447, 448, 449, 450, 451, 443, 452, 453,
|
|
|
|
|
450, 446, 454, 445, 456, 451, 457, 447, 454, 458,
|
|
|
|
|
457, 459, 448, 456, 453, 458, 449, 452, 460, 461,
|
|
|
|
|
462, 463, 464, 459, 465, 466, 464, 466, 467, 468,
|
|
|
|
|
468, 470, 472, 460, 469, 462, 467, 465, 461, 463,
|
|
|
|
|
469, 471, 473, 470, 472, 473, 474, 471, 475, 476,
|
|
|
|
|
477, 478, 476, 475, 479, 480, 481, 481, 483, 479,
|
|
|
|
|
|
|
|
|
|
479, 474, 482, 482, 483, 487, 477, 478, 480, 477,
|
|
|
|
|
484, 484, 485, 485, 486, 489, 488, 490, 492, 491,
|
|
|
|
|
486, 488, 491, 493, 494, 490, 487, 495, 494, 497,
|
|
|
|
|
499, 496, 498, 495, 489, 496, 504, 498, 500, 502,
|
|
|
|
|
501, 492, 493, 503, 500, 501, 503, 497, 505, 505,
|
|
|
|
|
499, 503, 506, 502, 504, 503, 507, 508, 509, 510,
|
|
|
|
|
511, 507, 508, 514, 512, 513, 511, 514, 513, 517,
|
|
|
|
|
506, 515, 509, 512, 510, 516, 515, 518, 519, 521,
|
|
|
|
|
516, 520, 520, 519, 522, 517, 523, 524, 521, 514,
|
|
|
|
|
518, 525, 526, 524, 529, 526, 527, 525, 523, 527,
|
|
|
|
|
|
|
|
|
|
522, 528, 530, 531, 537, 532, 528, 533, 534, 531,
|
|
|
|
|
532, 534, 529, 533, 535, 536, 530, 537, 538, 535,
|
|
|
|
|
536, 536, 539, 540, 541, 542, 544, 543, 545, 540,
|
|
|
|
|
543, 538, 544, 546, 542, 548, 548, 549, 546, 551,
|
|
|
|
|
545, 539, 539, 541, 547, 543, 550, 553, 550, 547,
|
|
|
|
|
547, 552, 554, 552, 555, 556, 557, 558, 551, 559,
|
|
|
|
|
560, 558, 549, 561, 562, 553, 563, 564, 559, 566,
|
|
|
|
|
554, 565, 555, 567, 556, 560, 557, 565, 563, 568,
|
|
|
|
|
569, 561, 564, 562, 570, 571, 572, 572, 566, 573,
|
|
|
|
|
574, 576, 567, 573, 575, 577, 576, 568, 569, 578,
|
|
|
|
|
|
|
|
|
|
579, 580, 570, 582, 571, 575, 585, 581, 580, 574,
|
|
|
|
|
582, 577, 581, 579, 583, 584, 586, 587, 578, 583,
|
|
|
|
|
584, 588, 589, 586, 585, 590, 587, 591, 594, 596,
|
|
|
|
|
592, 589, 591, 592, 593, 588, 595, 590, 593, 597,
|
|
|
|
|
598, 598, 594, 596, 601, 595, 599, 599, 600, 600,
|
|
|
|
|
603, 604, 605, 601, 606, 599, 607, 604, 606, 608,
|
|
|
|
|
597, 609, 610, 611, 612, 613, 622, 609, 607, 603,
|
|
|
|
|
610, 614, 605, 616, 619, 622, 614, 608, 623, 629,
|
|
|
|
|
614, 611, 624, 614, 623, 613, 624, 627, 616, 612,
|
|
|
|
|
614, 619, 628, 614, 625, 625, 626, 626, 627, 629,
|
|
|
|
|
|
|
|
|
|
632, 630, 633, 634, 635, 632, 628, 630, 631, 631,
|
|
|
|
|
631, 636, 631, 640, 636, 631, 637, 637, 638, 642,
|
|
|
|
|
631, 634, 647, 633, 642, 638, 631, 631, 640, 635,
|
|
|
|
|
639, 639, 641, 641, 643, 644, 645, 643, 645, 646,
|
|
|
|
|
644, 647, 648, 649, 651, 650, 648, 652, 652, 656,
|
|
|
|
|
653, 646, 651, 654, 655, 657, 658, 658, 671, 671,
|
|
|
|
|
657, 656, 661, 649, 650, 653, 660, 654, 661, 662,
|
|
|
|
|
663, 660, 655, 663, 664, 662, 665, 666, 667, 670,
|
|
|
|
|
664, 668, 669, 672, 665, 666, 668, 673, 674, 669,
|
|
|
|
|
675, 677, 672, 678, 674, 673, 667, 680, 670, 679,
|
|
|
|
|
|
|
|
|
|
677, 683, 678, 685, 679, 681, 680, 682, 681, 675,
|
|
|
|
|
684, 684, 682, 686, 687, 683, 688, 689, 685, 691,
|
|
|
|
|
689, 691, 693, 687, 692, 692, 694, 695, 689, 696,
|
|
|
|
|
697, 694, 686, 698, 699, 700, 704, 701, 702, 703,
|
|
|
|
|
688, 701, 706, 693, 700, 704, 707, 705, 695, 696,
|
|
|
|
|
697, 708, 709, 709, 699, 698, 702, 708, 703, 705,
|
|
|
|
|
707, 706, 710, 711, 712, 713, 714, 715, 716, 717,
|
|
|
|
|
718, 719, 720, 721, 716, 719, 718, 723, 724, 724,
|
|
|
|
|
59, 715, 710, 711, 712, 721, 714, 713, 725, 717,
|
|
|
|
|
722, 720, 727, 721, 725, 722, 726, 729, 723, 726,
|
|
|
|
|
|
|
|
|
|
728, 730, 732, 729, 731, 731, 733, 734, 734, 735,
|
|
|
|
|
727, 733, 736, 728, 737, 737, 736, 738, 739, 740,
|
|
|
|
|
732, 730, 742, 739, 735, 745, 743, 746, 748, 748,
|
|
|
|
|
749, 751, 750, 752, 749, 753, 754, 752, 740, 738,
|
|
|
|
|
743, 754, 793, 755, 54, 745, 742, 750, 746, 747,
|
|
|
|
|
753, 793, 747, 759, 747, 757, 751, 755, 747, 758,
|
|
|
|
|
747, 756, 763, 758, 762, 747, 756, 756, 759, 757,
|
|
|
|
|
747, 760, 761, 764, 765, 766, 760, 761, 762, 770,
|
|
|
|
|
765, 766, 771, 763, 767, 767, 760, 764, 768, 769,
|
|
|
|
|
775, 773, 774, 768, 776, 769, 781, 774, 770, 782,
|
|
|
|
|
|
|
|
|
|
771, 772, 772, 773, 775, 780, 776, 772, 778, 772,
|
|
|
|
|
777, 777, 788, 778, 779, 781, 783, 783, 782, 780,
|
|
|
|
|
772, 772, 779, 786, 784, 789, 790, 772, 784, 786,
|
|
|
|
|
787, 788, 790, 787, 791, 792, 794, 795, 789, 791,
|
|
|
|
|
796, 797, 798, 799, 800, 794, 796, 802, 799, 801,
|
|
|
|
|
797, 803, 805, 795, 792, 807, 804, 808, 805, 809,
|
|
|
|
|
803, 798, 814, 801, 800, 804, 810, 802, 811, 807,
|
|
|
|
|
812, 814, 816, 811, 813, 812, 808, 809, 816, 813,
|
|
|
|
|
817, 810, 815, 815, 819, 820, 824, 823, 821, 821,
|
|
|
|
|
820, 820, 821, 817, 822, 825, 826, 822, 828, 827,
|
|
|
|
|
|
|
|
|
|
819, 823, 829, 831, 828, 830, 824, 832, 830, 826,
|
|
|
|
|
833, 834, 832, 825, 827, 833, 835, 837, 836, 839,
|
|
|
|
|
840, 835, 829, 836, 831, 839, 841, 834, 842, 837,
|
|
|
|
|
843, 843, 841, 844, 842, 845, 840, 846, 847, 848,
|
|
|
|
|
846, 849, 844, 851, 850, 852, 856, 853, 857, 851,
|
|
|
|
|
854, 852, 853, 845, 857, 854, 847, 850, 848, 858,
|
|
|
|
|
858, 849, 859, 860, 856, 861, 862, 863, 861, 865,
|
|
|
|
|
864, 859, 866, 867, 868, 865, 870, 862, 866, 868,
|
|
|
|
|
871, 860, 864, 869, 869, 863, 872, 873, 867, 874,
|
|
|
|
|
875, 873, 876, 877, 871, 870, 879, 883, 872, 875,
|
|
|
|
|
|
|
|
|
|
880, 880, 882, 885, 887, 884, 53, 874, 885, 886,
|
|
|
|
|
886, 876, 883, 888, 889, 879, 882, 884, 877, 888,
|
|
|
|
|
889, 890, 892, 891, 887, 891, 890, 892, 893, 894,
|
|
|
|
|
895, 896, 897, 898, 899, 895, 900, 901, 901, 902,
|
|
|
|
|
898, 903, 893, 894, 904, 905, 896, 906, 928, 899,
|
|
|
|
|
904, 897, 906, 902, 911, 900, 908, 908, 913, 903,
|
|
|
|
|
928, 906, 909, 906, 910, 905, 906, 909, 911, 912,
|
|
|
|
|
914, 910, 912, 915, 916, 917, 913, 918, 915, 914,
|
|
|
|
|
917, 920, 920, 921, 922, 923, 925, 924, 921, 927,
|
|
|
|
|
923, 924, 926, 916, 929, 925, 918, 932, 930, 931,
|
|
|
|
|
|
|
|
|
|
933, 934, 936, 937, 922, 930, 935, 926, 927, 929,
|
|
|
|
|
938, 931, 935, 939, 941, 942, 932, 936, 943, 934,
|
|
|
|
|
941, 933, 939, 937, 944, 946, 943, 945, 947, 942,
|
|
|
|
|
938, 948, 945, 947, 947, 949, 954, 946, 950, 951,
|
|
|
|
|
951, 953, 955, 48, 944, 954, 956, 956, 955, 949,
|
|
|
|
|
948, 950, 952, 957, 953, 958, 962, 952, 957, 966,
|
|
|
|
|
952, 952, 959, 960, 958, 952, 965, 959, 960, 961,
|
|
|
|
|
961, 952, 963, 964, 43, 952, 962, 966, 964, 967,
|
|
|
|
|
965, 963, 968, 970, 969, 967, 971, 970, 968, 969,
|
|
|
|
|
972, 972, 973, 976, 973, 971, 974, 976, 977, 978,
|
|
|
|
|
|
|
|
|
|
971, 979, 971, 980, 971, 981, 971, 974, 980, 980,
|
|
|
|
|
979, 982, 983, 977, 984, 985, 982, 978, 987, 988,
|
|
|
|
|
986, 989, 990, 984, 988, 991, 983, 981, 986, 992,
|
|
|
|
|
995, 990, 987, 993, 985, 989, 994, 994, 993, 996,
|
|
|
|
|
996, 1001, 997, 991, 997, 995, 999, 1000, 1003, 999,
|
|
|
|
|
1002, 1002, 1000, 1005, 992, 1004, 1004, 1006, 1005, 1007,
|
|
|
|
|
1001, 1008, 1008, 1009, 1010, 1011, 1014, 1011, 1003, 1010,
|
|
|
|
|
1013, 1014, 1016, 1013, 1015, 1019, 1017, 1016, 1006, 14,
|
|
|
|
|
1007, 1017, 1015, 1009, 1018, 1018, 1020, 1021, 1022, 1024,
|
|
|
|
|
1025, 1028, 1020, 1019, 1021, 1024, 1025, 1026, 1027, 1029,
|
|
|
|
|
|
|
|
|
|
1028, 1022, 1026, 1030, 1027, 1031, 1031, 1032, 1034, 1035,
|
|
|
|
|
1036, 1037, 1042, 1039, 1030, 1040, 1036, 1037, 1029, 1039,
|
|
|
|
|
1041, 1044, 1043, 1046, 1042, 1045, 1045, 1032, 1034, 1040,
|
|
|
|
|
1047, 1048, 1035, 1049, 1051, 1040, 1043, 1054, 1049, 1044,
|
|
|
|
|
1041, 1050, 1050, 1046, 1056, 1052, 1055, 1058, 1059, 1048,
|
|
|
|
|
1052, 1055, 1055, 1056, 1057, 1047, 1054, 1051, 1060, 1061,
|
|
|
|
|
1063, 1058, 1057, 1059, 1061, 1064, 1062, 1061, 1062, 1066,
|
|
|
|
|
1067, 1064, 1068, 1060, 1063, 1065, 1060, 1069, 1070, 1065,
|
|
|
|
|
1066, 1071, 1072, 1070, 1080, 1075, 1074, 1076, 1076, 1067,
|
|
|
|
|
1077, 1078, 1079, 1081, 1077, 1069, 1080, 1085, 1068, 1071,
|
|
|
|
|
|
|
|
|
|
1074, 1082, 1072, 1075, 1083, 1084, 1089, 1087, 1086, 1078,
|
|
|
|
|
1094, 1079, 1081, 1086, 1087, 1082, 1085, 1088, 1090, 1083,
|
|
|
|
|
1084, 1092, 1088, 1093, 1089, 1091, 1091, 1090, 1095, 1093,
|
|
|
|
|
1104, 1094, 1096, 1095, 1097, 1102, 1092, 1105, 1096, 1102,
|
|
|
|
|
1097, 1098, 1098, 1099, 1099, 1101, 1101, 1103, 1104, 1106,
|
|
|
|
|
1107, 1105, 1108, 1108, 1109, 1110, 1103, 1107, 1112, 1113,
|
|
|
|
|
1111, 1114, 1116, 1110, 1106, 1111, 1114, 1114, 1117, 1118,
|
|
|
|
|
1115, 1119, 1112, 1120, 1109, 1115, 1115, 1121, 1113, 1120,
|
|
|
|
|
1122, 1125, 1116, 1123, 1129, 1124, 1126, 1117, 1118, 1123,
|
|
|
|
|
1119, 1124, 1127, 1128, 1130, 1131, 1132, 1132, 1129, 1122,
|
|
|
|
|
|
|
|
|
|
1125, 1133, 1134, 1121, 1133, 1126, 1135, 1135, 1136, 1138,
|
|
|
|
|
1131, 1127, 1128, 1136, 1134, 1130, 1137, 1139, 1140, 1141,
|
|
|
|
|
1137, 1141, 1138, 1143, 1144, 1141, 1139, 1145, 1143, 1146,
|
|
|
|
|
1148, 1140, 1147, 1147, 1151, 1148, 1149, 1150, 1141, 1144,
|
|
|
|
|
1149, 1150, 1152, 1153, 1154, 1146, 1157, 1145, 1155, 1155,
|
|
|
|
|
1154, 1159, 1160, 1162, 1151, 1161, 1161, 1160, 1167, 1162,
|
|
|
|
|
1152, 1164, 1164, 1153, 1157, 1166, 1166, 1168, 1170, 1171,
|
|
|
|
|
1171, 1170, 1159, 1172, 1167, 1173, 1174, 1174, 1175, 1176,
|
|
|
|
|
1173, 1177, 1177, 1168, 1178, 1179, 1180, 1181, 1181, 1183,
|
|
|
|
|
1179, 1182, 1185, 1175, 1172, 1182, 1184, 1184, 1178, 1186,
|
|
|
|
|
|
|
|
|
|
1188, 1180, 1187, 1189, 1176, 1192, 1187, 1193, 1189, 1183,
|
|
|
|
|
1186, 1191, 1191, 1194, 1185, 1195, 1196, 1196, 1198, 1188,
|
|
|
|
|
1197, 1193, 1199, 1192, 1202, 1197, 1200, 1206, 1203, 1195,
|
|
|
|
|
1203, 1201, 1194, 1194, 1204, 1200, 1201, 1205, 1198, 1204,
|
|
|
|
|
1207, 1209, 1199, 1205, 1202, 1211, 1207, 1206, 1210, 1210,
|
|
|
|
|
1212, 1214, 1215, 1215, 1217, 1209, 1212, 1216, 1216, 1218,
|
|
|
|
|
1220, 1219, 1222, 1220, 1211, 1221, 1221, 1223, 1217, 1229,
|
|
|
|
|
1232, 1232, 13, 1225, 1222, 1214, 1219, 1218, 1224, 1225,
|
|
|
|
|
1226, 1224, 1227, 1228, 1224, 1226, 1230, 1223, 1228, 1230,
|
|
|
|
|
1234, 1227, 1231, 1235, 1229, 1234, 1224, 1236, 1231, 1233,
|
|
|
|
|
|
|
|
|
|
1233, 1237, 1238, 1239, 1240, 1242, 1235, 1241, 1243, 1239,
|
|
|
|
|
1240, 1242, 1241, 1244, 1246, 1236, 1245, 1245, 1244, 1246,
|
|
|
|
|
1237, 1247, 1238, 1248, 1249, 1252, 1250, 1251, 1254, 1253,
|
|
|
|
|
1255, 1243, 1256, 1257, 1254, 1258, 1264, 1252, 1261, 1247,
|
|
|
|
|
1250, 1251, 1253, 1248, 1249, 1260, 1260, 1257, 1262, 1265,
|
|
|
|
|
1255, 1264, 1256, 1262, 1263, 1263, 1258, 1266, 1261, 1267,
|
|
|
|
|
1268, 1269, 1276, 1265, 1270, 1274, 1271, 1272, 1282, 1268,
|
|
|
|
|
0, 1270, 1277, 1277, 1280, 1271, 1269, 1267, 1271, 1279,
|
|
|
|
|
1274, 1266, 1279, 1272, 1282, 1274, 1281, 1276, 1278, 1278,
|
|
|
|
|
1283, 1281, 1284, 1280, 1285, 1286, 1287, 1288, 1288, 1283,
|
|
|
|
|
|
|
|
|
|
1289, 1290, 1287, 1285, 1286, 1291, 1285, 1292, 1293, 1296,
|
|
|
|
|
1294, 1284, 1297, 1299, 1290, 1298, 1298, 1300, 1302, 1302,
|
|
|
|
|
1289, 1292, 1294, 1291, 1293, 1304, 1300, 1301, 1303, 1299,
|
|
|
|
|
1297, 1305, 1301, 1302, 1296, 1306, 1307, 1303, 1309, 1310,
|
|
|
|
|
1303, 1307, 1307, 1304, 1309, 1311, 1311, 1317, 1312, 1318,
|
|
|
|
|
1313, 1324, 1305, 1306, 1312, 1313, 1314, 1310, 1315, 1319,
|
|
|
|
|
1320, 1325, 1314, 1318, 1315, 1319, 1321, 1317, 1326, 1321,
|
|
|
|
|
1324, 1327, 1328, 1320, 1330, 1321, 1326, 1329, 1331, 1332,
|
|
|
|
|
1325, 1333, 1334, 1329, 1327, 1335, 1328, 1330, 1334, 1336,
|
|
|
|
|
1338, 1338, 1339, 1340, 1333, 1341, 1331, 1340, 1332, 1342,
|
|
|
|
|
|
|
|
|
|
1341, 1335, 1344, 1343, 1342, 1345, 1347, 1336, 1343, 1348,
|
|
|
|
|
1348, 1344, 1339, 1349, 1350, 1351, 1352, 1353, 1356, 1354,
|
|
|
|
|
1357, 1347, 0, 1355, 1353, 1360, 1350, 1358, 1345, 1359,
|
|
|
|
|
1352, 1354, 1349, 1358, 1351, 1355, 1361, 1356, 1362, 1362,
|
|
|
|
|
1357, 1359, 1361, 1360, 1363, 1364, 1364, 1363, 1366, 1367,
|
|
|
|
|
1368, 1368, 1369, 1366, 1370, 1372, 1370, 1371, 1367, 1373,
|
|
|
|
|
1371, 1374, 1375, 1376, 1369, 1377, 1378, 1379, 1376, 1382,
|
|
|
|
|
1383, 1380, 1384, 1384, 1377, 1372, 1380, 1381, 1378, 1374,
|
|
|
|
|
1375, 1373, 1379, 1386, 1385, 1383, 1381, 1387, 1388, 1382,
|
|
|
|
|
1385, 1389, 1393, 1389, 1390, 1390, 1391, 1391, 1395, 1381,
|
|
|
|
|
|
|
|
|
|
1392, 1392, 1394, 1394, 1386, 1396, 1387, 1398, 1388, 1397,
|
|
|
|
|
1397, 1398, 1393, 1400, 1399, 1402, 1400, 1403, 1404, 1395,
|
|
|
|
|
1399, 1402, 1405, 1411, 1404, 1406, 1396, 1409, 1406, 1407,
|
|
|
|
|
1407, 1408, 1408, 1409, 1412, 1403, 1410, 1414, 1413, 1417,
|
|
|
|
|
1416, 1419, 1423, 1411, 1413, 1416, 1416, 1405, 1410, 1410,
|
|
|
|
|
1410, 1420, 1419, 1417, 1412, 1410, 1418, 1414, 1418, 1421,
|
|
|
|
|
1422, 1424, 1423, 1425, 1425, 1421, 1420, 1426, 1428, 1422,
|
|
|
|
|
1427, 1427, 1429, 1430, 1430, 1431, 1431, 1434, 1435, 1436,
|
|
|
|
|
1436, 1437, 1424, 1438, 1440, 1442, 1434, 1443, 1428, 1439,
|
|
|
|
|
1438, 1441, 1441, 1426, 1429, 1445, 1437, 1447, 1439, 1435,
|
|
|
|
|
|
|
|
|
|
1445, 1446, 1448, 1443, 1451, 1451, 1449, 1446, 1450, 1448,
|
|
|
|
|
1440, 1442, 1449, 1452, 1450, 1453, 1454, 1447, 1452, 1455,
|
|
|
|
|
1456, 1458, 1457, 1459, 1453, 1457, 1460, 1460, 1461, 1463,
|
|
|
|
|
1462, 1464, 1456, 1466, 1461, 1464, 1454, 1469, 1455, 1458,
|
|
|
|
|
1467, 1470, 1471, 1477, 1463, 1470, 1473, 1473, 1471, 1459,
|
|
|
|
|
1462, 1464, 1466, 1472, 1474, 1467, 1469, 1475, 1474, 1476,
|
|
|
|
|
1476, 1478, 1472, 1479, 1477, 1480, 1481, 1483, 1475, 1482,
|
|
|
|
|
1482, 1483, 1481, 1475, 1486, 1478, 1484, 1485, 1485, 1486,
|
|
|
|
|
1486, 1489, 1487, 1479, 1488, 1480, 1490, 1484, 1487, 1491,
|
|
|
|
|
1488, 1493, 1484, 1494, 1495, 1491, 1496, 1494, 1490, 1497,
|
|
|
|
|
|
|
|
|
|
1498, 1500, 1499, 1493, 1502, 1497, 1495, 1489, 1499, 1503,
|
|
|
|
|
1504, 1505, 1509, 1500, 1505, 1504, 1502, 1506, 1506, 1507,
|
|
|
|
|
1507, 1496, 1498, 1508, 1508, 1510, 1514, 1511, 1503, 1512,
|
|
|
|
|
1513, 1510, 1509, 1511, 1512, 1514, 1513, 1516, 1518, 1519,
|
|
|
|
|
1521, 1518, 1516, 1522, 1523, 1524, 1524, 1525, 1526, 1523,
|
|
|
|
|
1529, 1519, 1521, 1526, 1527, 1522, 1525, 1528, 1528, 1527,
|
|
|
|
|
1530, 1531, 1532, 1533, 1536, 1539, 1534, 1533, 1535, 1530,
|
|
|
|
|
1529, 1534, 1538, 1538, 1535, 1542, 1540, 1541, 1536, 1531,
|
|
|
|
|
1543, 1532, 1548, 1539, 1538, 1540, 1541, 1542, 1546, 1546,
|
|
|
|
|
1549, 1552, 1551, 1543, 1553, 1554, 1555, 1555, 1548, 1556,
|
|
|
|
|
|
|
|
|
|
1553, 1556, 1557, 1557, 1560, 1552, 1549, 1551, 1558, 1561,
|
|
|
|
|
1563, 1560, 1554, 1562, 1562, 1564, 1558, 1568, 1565, 1563,
|
|
|
|
|
1566, 1567, 1569, 1573, 1575, 1570, 1572, 1574, 1574, 1561,
|
|
|
|
|
1565, 1570, 1566, 1567, 1576, 1573, 1564, 1569, 1577, 1579,
|
|
|
|
|
1578, 1577, 1575, 1568, 1570, 1578, 1572, 1581, 1582, 1583,
|
|
|
|
|
1582, 1584, 1581, 1585, 1576, 1587, 1584, 1590, 1592, 1579,
|
|
|
|
|
1585, 1588, 1598, 1588, 1587, 1591, 1591, 1583, 1593, 1595,
|
|
|
|
|
1594, 1590, 1594, 1593, 1595, 1596, 1597, 1599, 1601, 1602,
|
|
|
|
|
1596, 1600, 1598, 1599, 1592, 1604, 1600, 1602, 1605, 1606,
|
|
|
|
|
1606, 1601, 1607, 1607, 1597, 1608, 1609, 1610, 1613, 1612,
|
|
|
|
|
|
|
|
|
|
1611, 1612, 1605, 1610, 1604, 1611, 1613, 1614, 1614, 1615,
|
|
|
|
|
1608, 1616, 1616, 1618, 1613, 1620, 1609, 1617, 1617, 1621,
|
|
|
|
|
1621, 1615, 1618, 1622, 1619, 1618, 1619, 1623, 1625, 1626,
|
|
|
|
|
1627, 1629, 1622, 1630, 1626, 1627, 1620, 1631, 1632, 1623,
|
|
|
|
|
1625, 1633, 1635, 1636, 1629, 1637, 1639, 1642, 1636, 1644,
|
|
|
|
|
1637, 1643, 1639, 1630, 1635, 1631, 1632, 1633, 1641, 1645,
|
|
|
|
|
1646, 1646, 1647, 1649, 1641, 1639, 1643, 1652, 1645, 1657,
|
|
|
|
|
1642, 1647, 1648, 1648, 1644, 1650, 1651, 1657, 1653, 1650,
|
|
|
|
|
1652, 1651, 1649, 1653, 1653, 1654, 1655, 1656, 1658, 1663,
|
|
|
|
|
1656, 1654, 1655, 1661, 1661, 1662, 1662, 1666, 1663, 1664,
|
|
|
|
|
|
|
|
|
|
1664, 1665, 1665, 1681, 1667, 1668, 1675, 1669, 1658, 1666,
|
|
|
|
|
1662, 1668, 1669, 1670, 1670, 1671, 1678, 1672, 1681, 1680,
|
|
|
|
|
1671, 1662, 1667, 1672, 1674, 1676, 1675, 1679, 1674, 1676,
|
|
|
|
|
1682, 1683, 1679, 1687, 1684, 1682, 1685, 1685, 1689, 1686,
|
|
|
|
|
1688, 1678, 1680, 1686, 1690, 1688, 1691, 1694, 1687, 1683,
|
|
|
|
|
1684, 1691, 1692, 1692, 1695, 1696, 1697, 1698, 1699, 1700,
|
|
|
|
|
1701, 1706, 1703, 1690, 1689, 0, 1694, 1704, 1704, 1705,
|
|
|
|
|
1707, 1700, 1705, 1695, 1706, 1708, 1698, 1703, 1696, 1699,
|
|
|
|
|
1697, 1701, 1709, 1709, 1707, 1710, 1710, 1712, 1708, 1711,
|
|
|
|
|
1711, 1713, 1714, 1714, 1715, 1716, 1716, 1720, 1721, 1722,
|
|
|
|
|
|
|
|
|
|
1717, 1725, 1712, 1715, 1713, 1717, 1715, 1719, 1723, 1723,
|
|
|
|
|
1727, 1722, 1719, 1724, 1724, 1726, 1726, 1720, 1721, 1730,
|
|
|
|
|
1725, 1728, 1728, 1729, 1729, 1731, 1733, 1735, 1727, 1734,
|
|
|
|
|
1734, 1733, 1737, 1730, 1736, 1736, 1738, 1739, 1740, 1740,
|
|
|
|
|
1739, 1742, 1738, 1743, 1731, 1744, 1735, 1741, 1741, 1747,
|
|
|
|
|
1737, 1745, 1745, 1748, 1740, 1749, 1752, 1750, 1743, 1753,
|
|
|
|
|
1742, 1750, 1751, 1751, 1744, 1754, 1756, 1756, 1757, 1747,
|
|
|
|
|
1749, 1758, 1759, 1769, 1753, 1752, 1748, 1761, 1758, 1764,
|
|
|
|
|
1754, 1760, 1760, 1762, 1765, 1762, 1761, 1766, 1757, 1765,
|
|
|
|
|
1767, 1764, 1766, 1768, 1769, 1770, 1771, 1772, 1759, 1773,
|
|
|
|
|
|
|
|
|
|
1770, 1771, 1772, 1774, 1775, 1776, 1768, 1777, 1774, 1781,
|
|
|
|
|
1778, 1779, 1780, 1783, 1773, 1767, 1777, 1783, 1776, 1778,
|
|
|
|
|
1779, 1780, 1782, 1781, 1785, 1787, 1788, 1788, 1782, 1775,
|
|
|
|
|
1789, 1790, 1790, 1791, 1787, 1793, 1789, 1796, 1794, 1797,
|
|
|
|
|
1790, 1795, 1795, 1800, 1785, 1799, 1801, 1806, 1797, 1857,
|
|
|
|
|
1802, 1793, 1796, 1791, 1794, 1791, 1807, 1799, 1857, 1800,
|
|
|
|
|
1804, 1801, 1802, 1804, 1805, 1808, 1808, 1806, 1807, 1805,
|
|
|
|
|
1810, 1810, 1811, 1812, 1813, 1811, 1814, 1816, 1812, 1820,
|
|
|
|
|
1813, 1818, 1814, 1815, 1815, 1817, 1817, 1819, 1821, 1821,
|
|
|
|
|
1823, 1816, 1824, 1818, 1823, 1824, 1825, 1825, 1820, 1826,
|
|
|
|
|
|
|
|
|
|
1827, 1819, 1828, 1830, 1826, 1831, 1828, 1832, 1833, 1834,
|
|
|
|
|
1835, 1836, 1833, 1837, 1838, 1835, 0, 1836, 1840, 1837,
|
|
|
|
|
1827, 1832, 1841, 1830, 1842, 1831, 1847, 1841, 1843, 1834,
|
|
|
|
|
1842, 1844, 1838, 1844, 1840, 1850, 1843, 1848, 1848, 1849,
|
|
|
|
|
1847, 1853, 1849, 1851, 1851, 1853, 1854, 1855, 1856, 1856,
|
|
|
|
|
1860, 1860, 1854, 1862, 1873, 1865, 1874, 1866, 0, 1855,
|
|
|
|
|
1865, 1850, 1866, 1867, 1867, 1869, 1869, 1871, 1872, 1872,
|
|
|
|
|
1873, 1862, 1875, 1871, 1877, 1878, 1881, 1875, 1874, 1879,
|
|
|
|
|
1879, 1883, 1882, 1884, 1887, 1881, 1888, 1878, 1882, 1886,
|
|
|
|
|
1886, 1890, 1890, 1877, 1891, 1891, 1892, 1894, 1884, 1883,
|
|
|
|
|
|
|
|
|
|
1893, 1892, 1893, 1887, 1888, 1895, 1902, 1896, 1897, 1897,
|
|
|
|
|
1901, 1894, 1896, 1898, 1898, 1899, 1899, 1900, 1900, 1895,
|
|
|
|
|
1903, 1903, 1901, 1905, 1902, 1904, 1904, 1906, 1906, 1907,
|
|
|
|
|
1907, 1908, 1908, 1909, 1910, 1905, 1911, 1912, 1913, 1914,
|
|
|
|
|
1916, 1910, 1917, 1913, 1918, 1909, 1915, 1915, 1911, 1916,
|
|
|
|
|
1919, 1920, 1921, 1922, 1922, 1924, 1923, 1912, 1925, 1914,
|
|
|
|
|
1927, 1928, 1929, 1919, 1918, 1923, 1921, 1931, 1917, 1930,
|
|
|
|
|
1924, 1932, 1930, 1925, 1933, 1920, 1932, 1940, 1927, 1933,
|
|
|
|
|
1942, 1931, 1944, 1928, 1946, 1929, 1934, 1934, 1935, 1935,
|
|
|
|
|
1936, 1936, 1939, 1939, 1941, 1940, 1945, 1947, 1948, 1942,
|
|
|
|
|
|
|
|
|
|
1949, 1950, 1944, 1951, 1951, 1941, 1946, 1948, 1953, 1953,
|
|
|
|
|
1955, 1955, 1954, 1956, 1945, 1957, 1958, 1947, 1960, 1950,
|
|
|
|
|
1949, 1954, 1959, 1958, 1961, 1962, 1963, 1964, 1964, 1965,
|
|
|
|
|
1965, 1956, 1966, 1957, 1967, 1968, 1960, 1959, 1966, 1969,
|
|
|
|
|
1971, 1962, 1961, 1970, 1972, 1963, 1973, 1974, 1970, 1974,
|
|
|
|
|
1968, 1973, 1967, 1975, 1975, 1976, 1979, 1976, 1969, 1981,
|
|
|
|
|
1971, 1977, 1977, 1982, 1972, 1983, 1986, 1987, 1981, 1990,
|
|
|
|
|
1987, 1988, 1988, 1989, 1992, 1979, 1991, 1991, 1992, 1994,
|
|
|
|
|
1997, 1995, 1999, 1982, 1983, 1995, 1986, 1990, 1989, 1996,
|
|
|
|
|
1996, 2000, 2013, 1997, 1994, 2001, 2001, 2003, 2003, 2004,
|
|
|
|
|
|
|
|
|
|
2005, 2005, 1999, 2006, 2007, 2007, 2012, 2012, 2006, 2014,
|
|
|
|
|
2015, 2000, 2016, 2021, 2013, 2020, 2024, 2023, 2004, 2022,
|
|
|
|
|
2020, 2016, 2014, 2015, 2022, 2023, 2025, 2021, 2027, 2030,
|
|
|
|
|
2035, 2028, 2029, 2036, 2025, 2024, 2028, 2029, 2031, 2031,
|
|
|
|
|
2032, 2032, 2033, 2027, 2030, 2034, 2037, 2040, 2035, 2033,
|
|
|
|
|
2034, 2036, 2037, 2038, 2039, 2039, 2041, 2046, 2038, 2042,
|
|
|
|
|
2042, 2041, 2040, 2043, 2043, 2047, 2048, 0, 2047, 2049,
|
|
|
|
|
2046, 2048, 2048, 2050, 2049, 2051, 2052, 2053, 2050, 2054,
|
|
|
|
|
2052, 2051, 2053, 2055, 2056, 2057, 2060, 2058, 2054, 2060,
|
|
|
|
|
2057, 2062, 2056, 2064, 2065, 2063, 2062, 2066, 2055, 2058,
|
|
|
|
|
|
|
|
|
|
2063, 2067, 2068, 2068, 2069, 2072, 2066, 2065, 2073, 2077,
|
|
|
|
|
2067, 2064, 2074, 2069, 2075, 2075, 2076, 2078, 2077, 2079,
|
|
|
|
|
2079, 2080, 2082, 2084, 2072, 2085, 2088, 2086, 2073, 2085,
|
|
|
|
|
2105, 2074, 2078, 2086, 2088, 2076, 2089, 2082, 2087, 2087,
|
|
|
|
|
2080, 2089, 2091, 2084, 2092, 2094, 2095, 2096, 2107, 2094,
|
|
|
|
|
2105, 2091, 2098, 2098, 2099, 2099, 2135, 2092, 2100, 2100,
|
|
|
|
|
2095, 2135, 2096, 2103, 2103, 2108, 2108, 2115, 2107, 2109,
|
|
|
|
|
2109, 2110, 2110, 2111, 2112, 2112, 2111, 2113, 2113, 2114,
|
|
|
|
|
2114, 2117, 2115, 2116, 2116, 2119, 2118, 2120, 2120, 2121,
|
|
|
|
|
2124, 2119, 2125, 2121, 2126, 2124, 2124, 2127, 2128, 2117,
|
|
|
|
|
|
|
|
|
|
2118, 2129, 2130, 2137, 2128, 2131, 2137, 2129, 2136, 2131,
|
|
|
|
|
2132, 2132, 2139, 2141, 2126, 2125, 2136, 2127, 2140, 2142,
|
|
|
|
|
2143, 2140, 2144, 0, 2142, 2145, 2147, 2130, 2146, 2146,
|
|
|
|
|
2141, 2141, 2148, 2149, 2150, 2150, 2156, 2139, 2143, 2145,
|
|
|
|
|
2148, 2154, 2144, 2151, 2151, 2147, 2152, 2152, 2153, 2153,
|
|
|
|
|
2155, 2157, 2149, 2158, 2159, 2155, 2156, 2154, 2160, 2162,
|
|
|
|
|
2162, 2163, 2158, 2164, 2163, 2166, 2166, 2169, 2167, 2168,
|
|
|
|
|
2168, 2170, 2169, 2172, 2159, 2167, 2175, 2157, 2160, 2176,
|
|
|
|
|
2170, 2164, 2173, 2173, 2174, 2175, 2178, 2177, 2174, 2179,
|
|
|
|
|
2185, 2172, 2177, 2177, 2176, 2183, 2183, 2184, 2179, 2178,
|
|
|
|
|
|
|
|
|
|
2188, 2190, 2185, 2192, 2194, 2196, 2184, 2195, 2195, 2194,
|
|
|
|
|
2198, 2201, 2201, 2190, 2196, 2198, 2199, 2199, 2202, 2202,
|
|
|
|
|
2199, 2203, 2203, 2204, 2192, 2188, 2205, 2209, 2206, 2207,
|
|
|
|
|
2210, 2211, 2204, 2209, 2207, 2210, 2211, 2212, 2212, 2213,
|
|
|
|
|
2214, 2216, 2218, 2215, 2217, 2221, 2205, 2206, 2215, 2224,
|
|
|
|
|
2217, 2219, 2219, 2222, 2223, 2223, 2225, 2213, 2228, 2216,
|
|
|
|
|
2229, 2214, 2224, 2227, 2221, 2230, 2226, 2218, 2222, 2225,
|
|
|
|
|
2226, 2231, 2227, 2230, 2228, 2232, 2231, 2233, 2233, 2229,
|
|
|
|
|
2234, 2236, 2236, 2237, 2237, 2239, 2241, 2241, 2242, 2243,
|
|
|
|
|
2245, 2245, 2246, 2247, 2243, 2248, 2250, 2250, 2253, 2234,
|
|
|
|
|
|
|
|
|
|
2258, 2232, 2256, 2251, 2242, 2257, 2239, 2254, 2254, 2255,
|
|
|
|
|
2255, 2256, 2246, 2260, 2248, 2259, 2247, 2251, 2267, 2258,
|
|
|
|
|
2253, 2261, 2261, 2262, 2268, 2257, 2262, 2259, 2263, 2263,
|
|
|
|
|
2267, 2269, 2272, 2260, 2270, 2270, 2271, 2269, 2272, 2271,
|
|
|
|
|
2273, 2275, 2276, 2277, 2268, 2278, 2275, 2276, 2279, 2280,
|
|
|
|
|
2280, 2278, 2282, 2282, 2283, 2285, 2285, 2288, 2273, 2286,
|
|
|
|
|
2286, 2300, 2277, 2287, 2289, 2279, 2279, 2293, 2287, 2289,
|
|
|
|
|
2298, 2288, 2293, 2283, 2290, 2290, 2291, 2291, 2292, 2292,
|
|
|
|
|
2295, 2295, 2304, 2300, 2301, 2301, 2303, 2303, 2305, 2298,
|
|
|
|
|
2306, 2307, 2307, 2308, 2312, 2311, 2304, 2313, 2308, 2306,
|
|
|
|
|
|
|
|
|
|
2312, 2314, 2314, 2317, 2318, 2313, 2315, 2319, 2305, 2311,
|
|
|
|
|
2320, 2315, 2319, 2321, 2324, 2325, 2326, 2323, 2328, 2321,
|
|
|
|
|
2327, 2330, 2320, 2317, 2318, 2323, 2329, 2331, 2334, 2337,
|
|
|
|
|
2337, 0, 2331, 2324, 2328, 2325, 2326, 2339, 2327, 2338,
|
|
|
|
|
2338, 2339, 2330, 2329, 2329, 2343, 2343, 2350, 2334, 2345,
|
|
|
|
|
2345, 2346, 2346, 2347, 2346, 2349, 2349, 2347, 2351, 2353,
|
|
|
|
|
2353, 2354, 2355, 2356, 2358, 2350, 2355, 2359, 2354, 2360,
|
|
|
|
|
2360, 2363, 2351, 2361, 2361, 2365, 2359, 2368, 2356, 2362,
|
|
|
|
|
2362, 2369, 2358, 2364, 2365, 2366, 2363, 2365, 2364, 2367,
|
|
|
|
|
2366, 2366, 2370, 2371, 2372, 2367, 2369, 2373, 2371, 2372,
|
|
|
|
|
|
|
|
|
|
2374, 2374, 2368, 2377, 2377, 2380, 2380, 2381, 2381, 2382,
|
|
|
|
|
2382, 2384, 2388, 2370, 2385, 2385, 2373, 2387, 2387, 2389,
|
|
|
|
|
2384, 2390, 2390, 2391, 2392, 2392, 2395, 2388, 2397, 2396,
|
|
|
|
|
2399, 2389, 2396, 2398, 2398, 2402, 2401, 2403, 2391, 2401,
|
|
|
|
|
2404, 2402, 2405, 2407, 2395, 2404, 2406, 2413, 2399, 2416,
|
|
|
|
|
2413, 2403, 2417, 2418, 2397, 2419, 2417, 2421, 2423, 2407,
|
|
|
|
|
2422, 2405, 2425, 2423, 2406, 2424, 2427, 2424, 2428, 2419,
|
|
|
|
|
2429, 2422, 2416, 2418, 2426, 2426, 2430, 2425, 2431, 2427,
|
|
|
|
|
2421, 2432, 2433, 2434, 2435, 2435, 2436, 2428, 2429, 2437,
|
|
|
|
|
2437, 2441, 2430, 2438, 2438, 2436, 2432, 2434, 2439, 2439,
|
|
|
|
|
|
|
|
|
|
2440, 2440, 2433, 2431, 2442, 2443, 2444, 2445, 2443, 2446,
|
|
|
|
|
2441, 2444, 2445, 2447, 2448, 2449, 2450, 2450, 2451, 2460,
|
|
|
|
|
2448, 2453, 2455, 2461, 2442, 2458, 2458, 2460, 2447, 2449,
|
|
|
|
|
2459, 2459, 2462, 2463, 2446, 2464, 2453, 2451, 2462, 2463,
|
|
|
|
|
2455, 2465, 2461, 2466, 2468, 2469, 2470, 2472, 2473, 2464,
|
|
|
|
|
2470, 2474, 2475, 2473, 2465, 2476, 2477, 2481, 2478, 2469,
|
|
|
|
|
2480, 2479, 2466, 2478, 2468, 2475, 2479, 2472, 2476, 2483,
|
|
|
|
|
2474, 2482, 2482, 2484, 2483, 2477, 2481, 2486, 2480, 2484,
|
|
|
|
|
2485, 2485, 2486, 2487, 2488, 2489, 2490, 2494, 2487, 2488,
|
|
|
|
|
2491, 2494, 2490, 2492, 2492, 2491, 2495, 2497, 2496, 2498,
|
|
|
|
|
|
|
|
|
|
2499, 2500, 2502, 2502, 2489, 2496, 2499, 2506, 2501, 2504,
|
|
|
|
|
2504, 2507, 2506, 2505, 2508, 2495, 2497, 2514, 2498, 2509,
|
|
|
|
|
2500, 2501, 2505, 2510, 2510, 2505, 2511, 2512, 2515, 2515,
|
|
|
|
|
2507, 2511, 2509, 2508, 2516, 2517, 2517, 2518, 2518, 2519,
|
|
|
|
|
2512, 2520, 2521, 2514, 2519, 2522, 2522, 2523, 2520, 2524,
|
|
|
|
|
2526, 2524, 2523, 2516, 2525, 2525, 2527, 2526, 2528, 2529,
|
|
|
|
|
2530, 2521, 2533, 2527, 2529, 2532, 2532, 2535, 2536, 2537,
|
|
|
|
|
2538, 2542, 2535, 2536, 2539, 2539, 2543, 2528, 0, 2530,
|
|
|
|
|
0, 2533, 2541, 2541, 2544, 2544, 2545, 2545, 2537, 2538,
|
|
|
|
|
2542, 2546, 2548, 2548, 2550, 2543, 2549, 2549, 2546, 2552,
|
|
|
|
|
|
|
|
|
|
2555, 2550, 2556, 2557, 2552, 2555, 2558, 2558, 2559, 2559,
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
0, 2556, 2557, 2563, 2563, 2563, 2563, 2563, 2563, 2563,
|
|
|
|
|
2564, 2564, 2564, 2564, 2564, 2564, 2564, 2565, 2565, 2565,
|
|
|
|
|
2565, 2565, 2565, 2565, 2566, 2566, 2566, 2566, 2566, 2566,
|
|
|
|
|
2566, 2567, 2567, 2567, 2567, 2567, 2567, 2567, 2569, 2569,
|
|
|
|
|
0, 2569, 2569, 2569, 2569, 2570, 2570, 0, 0, 0,
|
|
|
|
|
2570, 2570, 2571, 2571, 0, 0, 2571, 0, 2571, 2572,
|
|
|
|
|
0, 0, 0, 0, 0, 2572, 2573, 2573, 0, 0,
|
|
|
|
|
0, 2573, 2573, 2574, 0, 0, 0, 0, 0, 2574,
|
|
|
|
|
|
|
|
|
|
2575, 2575, 0, 2575, 2575, 2575, 2575, 2576, 2576, 0,
|
|
|
|
|
2576, 2576, 2576, 2576, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562, 2562,
|
|
|
|
|
2562, 2562, 2562, 2562, 2562
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
|
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yy_flex_debug;
|
|
|
|
|
int yy_flex_debug = 0;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* 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;
|
2015-12-01 03:11:48 -05:00
|
|
|
#define yymore() ((yy_more_flag) = 1)
|
|
|
|
|
#define YY_MORE_ADJ (yy_more_len)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
char *yytext;
|
2012-01-10 10:07:16 -05:00
|
|
|
#line 1 "./util/configlexer.lex"
|
|
|
|
|
#line 2 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
/*
|
|
|
|
|
* configlexer.lex - lexical analyzer for unbound config file
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
|
|
|
|
|
*
|
|
|
|
|
* See LICENSE for the license.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2016-09-13 06:44:24 -04:00
|
|
|
|
|
|
|
|
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
|
2016-10-20 03:46:35 -04:00
|
|
|
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
|
2016-09-13 06:44:24 -04:00
|
|
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
2016-10-20 03:46:35 -04:00
|
|
|
#endif
|
2016-09-13 06:44:24 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <strings.h>
|
2012-09-27 04:52:37 -04:00
|
|
|
#ifdef HAVE_GLOB_H
|
|
|
|
|
# include <glob.h>
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#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
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** 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);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 186 "./util/configlexer.lex"
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#define YY_NO_UNPUT 1
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
|
|
|
|
#ifndef YY_NO_INPUT
|
|
|
|
|
#define YY_NO_INPUT 1
|
|
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 2601 "<stdout>"
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
#define INITIAL 0
|
2007-10-18 18:49:08 -04:00
|
|
|
#define quotedstring 1
|
2007-11-28 03:10:45 -05:00
|
|
|
#define singlequotedstr 2
|
|
|
|
|
#define include 3
|
|
|
|
|
#define include_quoted 4
|
2009-02-06 05:19:16 -05:00
|
|
|
#define val 5
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#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 );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
FILE *yyget_out (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
char *yyget_text (void );
|
|
|
|
|
|
|
|
|
|
int yyget_lineno (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#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().
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
|
2007-10-18 18:49:08 -04:00
|
|
|
#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) \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
2007-10-18 18:49:08 -04:00
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
int c = '*'; \
|
2018-02-13 05:35:09 -05:00
|
|
|
int n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
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; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2018-02-13 05:35:09 -05:00
|
|
|
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#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
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 206 "./util/configlexer.lex"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 2824 "<stdout>"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = 0;
|
|
|
|
|
if ( (yy_more_flag) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
|
|
|
|
|
(yy_more_flag) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Support of yytext. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_bp points to the position in yy_ch_buf of the start of
|
|
|
|
|
* the current run.
|
|
|
|
|
*/
|
|
|
|
|
yy_bp = yy_cp;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_match:
|
|
|
|
|
do
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-03-15 10:23:51 -04:00
|
|
|
if ( yy_current_state >= 2563 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
++yy_cp;
|
|
|
|
|
}
|
2018-03-15 10:23:51 -04:00
|
|
|
while ( yy_base[yy_current_state] != 5015 );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_find_action:
|
|
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
if ( yy_act == 0 )
|
|
|
|
|
{ /* have to back up */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
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 */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 207 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SP ")); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 2:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 209 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
2009-12-01 03:12:12 -05:00
|
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
2009-02-06 05:19:16 -05:00
|
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 3:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 212 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ YDVAR(0, VAR_SERVER) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 4:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 213 "./util/configlexer.lex"
|
2015-11-30 11:10:26 -05:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 5:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 214 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 6:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 215 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 7:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 216 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 8:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 217 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 9:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 218 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 10:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 219 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 11:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 220 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 12:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 221 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 13:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 222 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 14:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 223 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 15:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 224 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 16:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 225 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 17:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 226 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 18:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 227 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 19:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 228 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 20:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 229 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 21:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 230 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 22:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ADDITIONAL_TLS_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ADDITIONAL_TLS_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2008-09-03 10:40:09 -04:00
|
|
|
case 81:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
2009-08-12 11:26:47 -04:00
|
|
|
case 103:
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
2011-08-22 09:58:40 -04:00
|
|
|
case 115:
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
2014-05-20 06:38:32 -04:00
|
|
|
case 128:
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 143:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 144:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 145:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 146:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 147:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
2016-07-04 10:49:49 -04:00
|
|
|
case 169:
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 389 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
2017-01-05 06:39:54 -05:00
|
|
|
case 180:
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 391 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 393 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 394 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 395 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 186:
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 396 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 398 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 400 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
2017-03-16 05:17:58 -04:00
|
|
|
case 191:
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 401 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 402 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 404 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{
|
2018-03-15 10:23:51 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 407 "./util/configlexer.lex"
|
2018-02-08 08:16:36 -05:00
|
|
|
{
|
2018-03-15 10:23:51 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 409 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-03-15 10:23:51 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 411 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-03-15 10:23:51 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 413 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 415 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 417 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 418 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
2017-04-26 08:58:13 -04:00
|
|
|
case 203:
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 419 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 420 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 421 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 423 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 424 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 425 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 426 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 427 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 428 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
2017-08-08 05:09:45 -04:00
|
|
|
case 213:
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 429 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 430 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 216:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 217:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 433 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 434 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
2017-10-17 03:34:49 -04:00
|
|
|
case 219:
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 435 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 436 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 224:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 442 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 225:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 443 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 444 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 227:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 445 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 446 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 447 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 232:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 450 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 233:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 451 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 234:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 452 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
2018-02-13 05:35:09 -05:00
|
|
|
case 235:
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 08:33:51 -04:00
|
|
|
#line 453 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 236:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 454 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 237:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 455 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 238:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 456 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 239:
|
|
|
|
|
/* rule 239 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 457 "./util/configlexer.lex"
|
2018-03-15 08:33:51 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2018-03-15 10:23:51 -04:00
|
|
|
case 240:
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 460 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 461 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside quoted string");
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 241:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 466 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 242:
|
|
|
|
|
/* rule 242 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 467 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline inside quoted string, no end \"");
|
|
|
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 243:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 469 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
LEXOUT(("QE "));
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-10-18 18:49:08 -04:00
|
|
|
yytext[yyleng - 1] = '\0';
|
|
|
|
|
yylval.str = strdup(yytext);
|
|
|
|
|
if(!yylval.str)
|
|
|
|
|
yyerror("out of memory");
|
2009-04-09 11:23:14 -04:00
|
|
|
return STRING_ARG;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2007-11-28 03:10:45 -05:00
|
|
|
/* Single Quoted strings. Strip leading and ending quotes */
|
2018-03-15 10:23:51 -04:00
|
|
|
case 244:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 481 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 482 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside quoted string");
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-11-28 03:10:45 -05:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 245:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 487 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 246:
|
|
|
|
|
/* rule 246 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 488 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline inside quoted string, no end '");
|
|
|
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 247:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 490 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SQE "));
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-11-28 03:10:45 -05:00
|
|
|
yytext[yyleng - 1] = '\0';
|
|
|
|
|
yylval.str = strdup(yytext);
|
|
|
|
|
if(!yylval.str)
|
|
|
|
|
yyerror("out of memory");
|
2009-04-09 11:23:14 -04:00
|
|
|
return STRING_ARG;
|
2007-11-28 03:10:45 -05:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* include: directive */
|
2018-03-15 10:23:51 -04:00
|
|
|
case 248:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 502 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(include):
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 504 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside include directive");
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 249:
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 508 "./util/configlexer.lex"
|
2018-02-08 08:16:36 -05:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 250:
|
|
|
|
|
/* rule 250 can match eol */
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 509 "./util/configlexer.lex"
|
2018-02-08 08:16:36 -05:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 251:
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 510 "./util/configlexer.lex"
|
2018-02-08 08:16:36 -05:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 252:
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 511 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
LEXOUT(("Iunquotedstr(%s) ", yytext));
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include_glob(yytext);
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(include_quoted):
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 516 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside quoted string");
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 253:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 520 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 254:
|
|
|
|
|
/* rule 254 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 521 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline before \" in include name");
|
|
|
|
|
cfg_parser->line++; BEGIN(inc_prev); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 255:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 523 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
LEXOUT(("IQE "));
|
|
|
|
|
yytext[yyleng - 1] = '\0';
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include_glob(yytext);
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(INITIAL):
|
2009-02-06 05:19:16 -05:00
|
|
|
case YY_STATE_EOF(val):
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 529 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("LEXEOF "));
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
|
2013-06-10 09:37:14 -04:00
|
|
|
if (!config_include_stack) {
|
2007-10-18 18:49:08 -04:00
|
|
|
yyterminate();
|
|
|
|
|
} else {
|
|
|
|
|
fclose(yyin);
|
|
|
|
|
config_end_include();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 256:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 540 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ LEXOUT(("unquotedstr(%s) ", yytext));
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-04-09 11:23:14 -04:00
|
|
|
yylval.str = strdup(yytext); return STRING_ARG; }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 257:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 544 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 258:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 548 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
case 259:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 552 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 4283 "<stdout>"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case YY_END_OF_BUFFER:
|
|
|
|
|
{
|
|
|
|
|
/* Amount of text matched not including the EOB char. */
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* 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
|
2015-12-01 03:11:48 -05:00
|
|
|
* consistency between YY_CURRENT_BUFFER and our
|
2007-10-18 18:49:08 -04:00
|
|
|
* 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.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(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;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 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().
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* This was really a NUL. */
|
|
|
|
|
yy_state_type yy_next_state;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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 );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( yy_next_state )
|
|
|
|
|
{
|
|
|
|
|
/* Consume the NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = ++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_state = yy_next_state;
|
|
|
|
|
goto yy_match;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
else switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* 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.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
|
|
|
goto do_action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_match;
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
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 */
|
2016-10-20 03:46:35 -04:00
|
|
|
} /* end of user's declarations */
|
2015-12-01 03:11:48 -05:00
|
|
|
} /* end of yylex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_get_next_buffer (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
|
|
|
char *source = (yytext_ptr);
|
|
|
|
|
yy_size_t number_to_move, i;
|
2007-10-18 18:49:08 -04:00
|
|
|
int ret_val;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* 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. */
|
2016-10-20 03:46:35 -04:00
|
|
|
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
|
|
|
*(dest++) = *(source++);
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
|
|
|
* just force an EOF
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-09-13 06:44:24 -04:00
|
|
|
int num_to_read =
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
while ( num_to_read <= 0 )
|
|
|
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
|
|
|
|
|
|
/* just a shorter name for the current buffer */
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
int yy_c_buf_p_offset =
|
2015-12-01 03:11:48 -05:00
|
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = b->yy_buf_size * 2;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
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. */
|
2018-02-13 05:35:09 -05:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,(yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_ch_buf = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
2007-10-18 18:49:08 -04:00
|
|
|
number_to_move - 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
|
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
|
|
|
|
|
|
/* Read in more data. */
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
2016-10-20 03:46:35 -04:00
|
|
|
(yy_n_chars), num_to_read );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_n_chars) == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_EOF_PENDING;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Extend the array by 50%, plus the number we really need. */
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size );
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(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;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return ret_val;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-03-15 10:23:51 -04:00
|
|
|
if ( yy_current_state >= 2563 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
|
|
|
|
*
|
|
|
|
|
* synopsis
|
|
|
|
|
* next_state = yy_try_NUL_trans( current_state );
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int yy_is_jam;
|
|
|
|
|
char *yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = 1;
|
2015-11-30 11:10:26 -05:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-03-15 10:23:51 -04:00
|
|
|
if ( yy_current_state >= 2563 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2018-03-15 10:23:51 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2562);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_INPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yyinput (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* 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.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* This was really a NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = '\0';
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ /* need more input */
|
2017-07-24 05:04:18 -04:00
|
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
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. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2017-07-24 05:04:18 -04:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
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);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** 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 );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** 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 )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(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);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
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);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** 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 )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2018-02-13 05:35:09 -05:00
|
|
|
b->yy_buf_size = size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2018-02-13 05:35:09 -05:00
|
|
|
b->yy_ch_buf = (char *) yyalloc((yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b );
|
|
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* 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 )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
|
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* 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;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** 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 )
|
2007-10-18 18:49:08 -04:00
|
|
|
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;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
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;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int num_to_alloc;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
*/
|
2016-12-21 05:29:19 -05:00
|
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
2015-12-01 03:11:48 -05:00
|
|
|
(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()" );
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
return;
|
|
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
*
|
2018-02-13 05:35:09 -05:00
|
|
|
* @return the newly allocated buffer state object.
|
2015-12-01 03:11:48 -05:00
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
|
|
|
|
{
|
|
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
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. */
|
2017-07-24 05:04:18 -04:00
|
|
|
return NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
2018-02-13 05:35:09 -05:00
|
|
|
b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_input_file = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
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;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** 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 )
|
|
|
|
|
{
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
return yy_scan_bytes(yystr,(int) strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
n = (yy_size_t) _yybytes_len + 2;
|
2015-12-01 03:11:48 -05:00
|
|
|
buf = (char *) yyalloc(n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
|
|
|
buf[i] = yybytes[i];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = yy_scan_buffer(buf,n );
|
2007-10-18 18:49:08 -04:00
|
|
|
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;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
|
|
|
#define YY_EXIT_FAILURE 2
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
(void) fprintf( stderr, "%s\n", msg );
|
2015-12-01 03:11:48 -05:00
|
|
|
exit( YY_EXIT_FAILURE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#undef yyless
|
|
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-02-13 05:35:09 -05:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
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 )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current line number.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
int yyget_lineno (void)
|
|
|
|
|
{
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return yylineno;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the input stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_in (void)
|
|
|
|
|
{
|
|
|
|
|
return yyin;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the output stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_out (void)
|
|
|
|
|
{
|
|
|
|
|
return yyout;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the length of the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void)
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
return yyleng;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
char *yyget_text (void)
|
|
|
|
|
{
|
|
|
|
|
return yytext;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the current line number.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _line_number line number
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
yylineno = _line_number;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the input stream. This does not discard the current
|
|
|
|
|
* input buffer.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _in_str A readable stream.
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* @see yy_switch_to_buffer
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyin = _in_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyout = _out_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yyget_debug (void)
|
|
|
|
|
{
|
|
|
|
|
return yy_flex_debug;
|
|
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_debug (int _bdebug )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_flex_debug = _bdebug ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_buffer_stack) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_c_buf_p) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 0;
|
|
|
|
|
(yy_start) = 0;
|
|
|
|
|
|
|
|
|
|
/* Defined in main.c */
|
|
|
|
|
#ifdef YY_STDINIT
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
yyout = stdout;
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
yyin = NULL;
|
|
|
|
|
yyout = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* 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();
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Destroy the stack itself. */
|
|
|
|
|
yyfree((yy_buffer_stack) );
|
|
|
|
|
(yy_buffer_stack) = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
|
|
|
* yylex() is called, initialization will occur. */
|
|
|
|
|
yy_init_globals( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*
|
|
|
|
|
* Internal utility routines.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
int i;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( i = 0; i < n; ++i )
|
|
|
|
|
s1[i] = s2[i];
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int n;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; s[n]; ++n )
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
return n;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyalloc (yy_size_t size )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
return malloc(size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyrealloc (void * ptr, yy_size_t size )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* 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.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
return realloc(ptr, size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-02-29 05:59:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyfree (void * ptr )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define YYTABLES_NAME "yytables"
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 552 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|