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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-30 05:35:20 -05:00
|
|
|
#define YY_NUM_RULES 251
|
|
|
|
|
#define YY_END_OF_BUFFER 252
|
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-01-30 05:35:20 -05:00
|
|
|
static yyconst flex_int16_t yy_accept[2469] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-01-30 05:35:20 -05:00
|
|
|
1, 1, 233, 233, 237, 237, 241, 241, 245, 245,
|
|
|
|
|
1, 1, 252, 249, 1, 231, 231, 250, 2, 250,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 233, 234, 234, 235, 250, 237, 238, 238,
|
|
|
|
|
239, 250, 244, 241, 242, 242, 243, 250, 245, 246,
|
|
|
|
|
246, 247, 250, 248, 232, 2, 236, 250, 248, 249,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 233, 0, 237,
|
|
|
|
|
0, 244, 0, 241, 245, 0, 248, 0, 2, 2,
|
|
|
|
|
248, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
248, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 97,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 248, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
81, 249, 249, 249, 249, 249, 249, 8, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 101, 249, 248, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 248, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 41, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 183, 249, 14, 15,
|
|
|
|
|
|
|
|
|
|
249, 18, 17, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
96, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 169, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 3,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 248, 249, 249, 249, 249, 228, 249, 249, 227,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
240, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 44, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 45, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 158, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 20, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 116,
|
|
|
|
|
249, 249, 240, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 210, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 133, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 115,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 79, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 28, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 29, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 42, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 95, 249,
|
|
|
|
|
|
|
|
|
|
249, 94, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 43, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 134, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 32, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 198, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 36, 249, 37,
|
|
|
|
|
249, 249, 249, 82, 249, 83, 249, 249, 249, 80,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 7,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 176, 249, 249, 249, 249,
|
|
|
|
|
118, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 33, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
150, 249, 149, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 16, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 46, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 157, 249, 249, 249, 249, 85, 84, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
144, 249, 249, 249, 249, 249, 249, 249, 249, 102,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 64, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 68, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 40, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 147, 148, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 6, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 208, 249, 249, 229, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 30, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 140, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 162, 249,
|
|
|
|
|
141, 249, 249, 174, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
31, 249, 249, 249, 249, 249, 249, 99, 89, 249,
|
|
|
|
|
90, 249, 249, 88, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 113, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 197, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 142, 249, 249, 249, 249, 249, 145,
|
|
|
|
|
249, 249, 173, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 78, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 38, 249, 249, 22, 249,
|
|
|
|
|
249, 249, 249, 249, 19, 249, 249, 23, 249, 123,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 53, 55, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 212,
|
|
|
|
|
249, 249, 249, 184, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 91,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 112, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 223, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 117, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 168, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 132, 249, 249, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 128, 249, 135, 249, 249,
|
|
|
|
|
249, 249, 249, 105, 249, 249, 74, 249, 249, 249,
|
|
|
|
|
249, 160, 249, 249, 249, 249, 249, 175, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
189, 249, 249, 249, 249, 249, 249, 98, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 131, 249, 249,
|
|
|
|
|
249, 249, 249, 56, 57, 249, 249, 249, 249, 249,
|
|
|
|
|
39, 249, 249, 249, 249, 249, 63, 136, 249, 151,
|
|
|
|
|
249, 177, 146, 249, 249, 249, 49, 249, 138, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 9, 249, 249, 249, 77, 249,
|
|
|
|
|
249, 249, 249, 202, 249, 159, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 119, 211,
|
|
|
|
|
249, 249, 249, 249, 188, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 170, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 226,
|
|
|
|
|
|
|
|
|
|
249, 137, 249, 249, 249, 48, 50, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 76, 249, 249, 249, 249, 200,
|
|
|
|
|
249, 207, 249, 249, 249, 249, 249, 164, 24, 26,
|
|
|
|
|
249, 249, 249, 249, 249, 25, 27, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 73, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 166,
|
|
|
|
|
163, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 47, 249, 100, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 114, 13, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 221, 249, 224, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 12, 249, 249, 21, 249,
|
|
|
|
|
249, 249, 206, 249, 209, 51, 249, 172, 249, 165,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 127, 126, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 167, 161, 249, 249, 249, 213,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 58, 249, 249, 249, 201, 249, 249, 249,
|
|
|
|
|
249, 249, 171, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 52, 249, 249, 249, 86, 87, 249, 120, 249,
|
|
|
|
|
|
|
|
|
|
122, 249, 152, 249, 249, 249, 125, 249, 249, 178,
|
|
|
|
|
249, 249, 249, 249, 249, 107, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 185, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 153, 249, 249, 199, 249, 225, 249, 249,
|
|
|
|
|
249, 34, 249, 249, 249, 249, 4, 249, 249, 106,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 181, 249, 249, 249, 249, 249, 249, 249, 214,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 187, 249, 249, 156,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 61,
|
|
|
|
|
|
|
|
|
|
249, 35, 205, 249, 182, 249, 249, 11, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 154, 65, 249, 249, 249, 249,
|
|
|
|
|
249, 130, 249, 249, 249, 249, 249, 109, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 186, 103, 249,
|
|
|
|
|
92, 93, 249, 249, 249, 67, 71, 66, 249, 59,
|
|
|
|
|
249, 249, 249, 10, 249, 249, 249, 203, 249, 249,
|
|
|
|
|
249, 249, 129, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
72, 70, 249, 60, 222, 249, 249, 249, 143, 249,
|
|
|
|
|
249, 155, 249, 249, 249, 249, 249, 249, 121, 54,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 215, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 104, 69, 110, 111, 62, 249, 204,
|
|
|
|
|
124, 249, 249, 249, 249, 180, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 75, 249, 179,
|
|
|
|
|
249, 196, 219, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 5, 249, 249, 249, 220, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 108, 249,
|
|
|
|
|
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 139, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 216, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 249, 249, 249, 249, 230, 249, 249, 192,
|
|
|
|
|
249, 249, 249, 249, 249, 217, 249, 249, 249, 249,
|
|
|
|
|
249, 249, 218, 249, 249, 249, 190, 249, 193, 194,
|
|
|
|
|
249, 249, 249, 249, 249, 191, 195, 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-01-30 05:35:20 -05:00
|
|
|
static yyconst flex_uint16_t yy_base[2483] =
|
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-01-30 05:35:20 -05:00
|
|
|
90, 112, 2013, 1972, 81, 4830, 4830, 4830, 96, 52,
|
2017-07-17 04:21:19 -04:00
|
|
|
72, 63, 107, 111, 70, 91, 109, 124, 98, 127,
|
2018-01-22 03:35:44 -05:00
|
|
|
114, 133, 136, 130, 144, 146, 163, 165, 171, 182,
|
2018-01-30 05:35:20 -05:00
|
|
|
190, 135, 1743, 4830, 4830, 4830, 164, 1700, 4830, 4830,
|
|
|
|
|
4830, 95, 1578, 1340, 4830, 4830, 4830, 214, 1318, 4830,
|
|
|
|
|
4830, 4830, 176, 1258, 4830, 218, 4830, 222, 147, 1248,
|
2018-01-22 03:35:44 -05:00
|
|
|
226, 151, 0, 233, 0, 0, 176, 188, 97, 194,
|
|
|
|
|
227, 175, 220, 222, 228, 231, 235, 158, 245, 237,
|
2018-01-30 05:35:20 -05:00
|
|
|
241, 242, 238, 244, 248, 198, 246, 263, 265, 255,
|
|
|
|
|
|
|
|
|
|
267, 268, 270, 264, 273, 279, 280, 281, 285, 276,
|
|
|
|
|
287, 291, 290, 297, 299, 300, 303, 307, 309, 310,
|
|
|
|
|
313, 304, 318, 321, 314, 322, 325, 311, 328, 332,
|
|
|
|
|
334, 338, 337, 339, 343, 347, 344, 1095, 355, 953,
|
|
|
|
|
363, 656, 372, 428, 359, 364, 247, 376, 380, 0,
|
|
|
|
|
372, 374, 382, 377, 145, 378, 381, 383, 384, 387,
|
|
|
|
|
388, 401, 391, 393, 405, 406, 408, 410, 413, 414,
|
|
|
|
|
415, 418, 427, 431, 433, 423, 424, 434, 425, 436,
|
|
|
|
|
440, 447, 451, 442, 444, 458, 454, 463, 459, 470,
|
|
|
|
|
466, 461, 474, 471, 478, 483, 473, 390, 481, 484,
|
|
|
|
|
|
|
|
|
|
485, 486, 488, 489, 490, 492, 493, 494, 498, 497,
|
|
|
|
|
501, 499, 506, 510, 517, 512, 516, 513, 525, 530,
|
|
|
|
|
522, 533, 523, 536, 539, 540, 548, 543, 526, 546,
|
|
|
|
|
544, 531, 547, 559, 560, 552, 561, 569, 564, 567,
|
|
|
|
|
565, 568, 570, 571, 572, 574, 584, 580, 573, 586,
|
|
|
|
|
588, 590, 592, 594, 595, 593, 604, 600, 609, 608,
|
|
|
|
|
601, 611, 613, 621, 616, 617, 619, 620, 623, 625,
|
|
|
|
|
626, 627, 629, 637, 630, 639, 634, 649, 650, 645,
|
|
|
|
|
651, 632, 654, 652, 661, 658, 662, 667, 672, 663,
|
|
|
|
|
676, 677, 678, 682, 679, 688, 685, 690, 692, 693,
|
|
|
|
|
|
|
|
|
|
694, 702, 697, 698, 705, 701, 707, 711, 708, 710,
|
|
|
|
|
715, 725, 723, 720, 721, 727, 730, 734, 732, 4830,
|
|
|
|
|
735, 736, 755, 744, 739, 762, 760, 743, 753, 763,
|
|
|
|
|
765, 768, 773, 781, 776, 777, 780, 779, 784, 783,
|
|
|
|
|
792, 782, 793, 790, 801, 796, 803, 806, 810, 809,
|
|
|
|
|
812, 814, 813, 815, 816, 818, 823, 825, 826, 831,
|
|
|
|
|
832, 834, 835, 833, 841, 839, 853, 836, 852, 851,
|
|
|
|
|
859, 850, 860, 862, 863, 865, 866, 877, 869, 872,
|
|
|
|
|
874, 876, 880, 881, 882, 883, 888, 886, 884, 895,
|
|
|
|
|
4830, 897, 890, 900, 901, 902, 903, 4830, 906, 907,
|
|
|
|
|
|
|
|
|
|
904, 919, 912, 909, 916, 917, 929, 920, 928, 938,
|
|
|
|
|
933, 934, 935, 937, 941, 936, 943, 944, 942, 962,
|
|
|
|
|
946, 950, 949, 952, 954, 955, 979, 964, 972, 974,
|
|
|
|
|
976, 983, 985, 987, 989, 990, 991, 992, 993, 995,
|
|
|
|
|
996, 997, 1000, 4830, 1007, 999, 1017, 1009, 1013, 1018,
|
|
|
|
|
1019, 1020, 1022, 1026, 1030, 1031, 1027, 1038, 1035, 1037,
|
|
|
|
|
1041, 1043, 1042, 1044, 1046, 1055, 1051, 1053, 1058, 1065,
|
|
|
|
|
1067, 1069, 1076, 1050, 1072, 1061, 1073, 1075, 1074, 1079,
|
|
|
|
|
1082, 1089, 1084, 1085, 1087, 1090, 1099, 1091, 1094, 1101,
|
|
|
|
|
1100, 1105, 1102, 1107, 1111, 1114, 1115, 1123, 1122, 1121,
|
|
|
|
|
|
|
|
|
|
1125, 1127, 1133, 1119, 1126, 1136, 1143, 1137, 1134, 1140,
|
|
|
|
|
1153, 1148, 1155, 1156, 1144, 1145, 1157, 1166, 1162, 1170,
|
|
|
|
|
1165, 1169, 1178, 1173, 1175, 1182, 1161, 1181, 1184, 1185,
|
|
|
|
|
1183, 1189, 1197, 1192, 1198, 1199, 1200, 1203, 1204, 1206,
|
|
|
|
|
1207, 1208, 1209, 1211, 1210, 1212, 1214, 1215, 1216, 1235,
|
|
|
|
|
1217, 1218, 1221, 1232, 1234, 1240, 1238, 1243, 1244, 1246,
|
|
|
|
|
1245, 1247, 1252, 745, 1249, 1256, 1259, 1267, 1257, 1269,
|
|
|
|
|
1268, 1260, 1270, 1271, 1273, 1281, 1282, 1280, 1285, 1288,
|
|
|
|
|
1289, 1292, 1293, 4830, 1295, 1303, 1296, 1300, 1299, 1301,
|
|
|
|
|
1313, 1309, 1305, 1308, 1310, 1315, 4830, 1321, 4830, 4830,
|
|
|
|
|
|
|
|
|
|
1312, 4830, 4830, 1322, 1326, 1335, 1340, 1342, 1338, 1344,
|
|
|
|
|
1325, 1352, 1359, 1348, 1347, 1351, 1350, 1354, 1356, 1365,
|
|
|
|
|
1373, 1364, 1380, 1362, 1382, 1383, 1384, 1387, 1370, 1390,
|
|
|
|
|
1376, 1391, 1392, 1397, 1393, 1395, 1401, 1402, 1406, 1404,
|
|
|
|
|
4830, 1407, 1421, 1422, 1417, 1418, 1405, 1423, 1425, 1427,
|
|
|
|
|
1426, 1428, 1430, 1435, 1434, 1445, 1436, 4830, 1437, 1440,
|
|
|
|
|
1438, 1448, 1450, 1451, 1454, 1456, 1457, 1458, 1459, 4830,
|
|
|
|
|
1461, 1468, 1460, 1471, 1465, 1472, 1473, 1474, 1478, 1479,
|
|
|
|
|
1480, 1477, 1484, 1485, 1488, 1489, 1499, 1491, 1500, 1501,
|
|
|
|
|
1502, 1506, 1504, 1514, 1509, 1516, 1511, 1512, 1513, 1517,
|
|
|
|
|
|
|
|
|
|
1519, 1527, 1536, 1532, 1523, 1534, 1543, 1538, 1545, 1539,
|
|
|
|
|
1546, 1549, 1550, 1552, 1554, 1542, 4830, 1553, 1555, 4830,
|
|
|
|
|
1560, 1562, 1584, 1563, 1566, 1567, 1571, 1568, 1573, 1574,
|
|
|
|
|
1576, 1592, 1585, 1594, 1597, 1601, 1602, 1603, 1604, 1608,
|
|
|
|
|
1575, 1615, 1611, 1618, 1620, 1619, 1621, 1640, 1623, 1624,
|
|
|
|
|
1628, 1631, 1626, 1632, 1636, 1633, 1630, 1634, 1651, 1652,
|
|
|
|
|
4830, 1661, 1654, 1645, 1658, 1668, 1665, 1663, 1667, 1669,
|
|
|
|
|
1672, 1679, 1674, 1675, 1680, 1677, 1681, 1684, 1687, 1689,
|
|
|
|
|
1692, 4830, 1691, 1690, 1693, 1699, 1701, 1702, 1703, 1710,
|
|
|
|
|
1712, 1721, 1716, 4830, 1717, 1724, 1726, 1722, 1720, 1728,
|
|
|
|
|
|
|
|
|
|
1731, 1738, 1735, 1736, 1737, 1740, 1742, 1741, 1744, 1751,
|
|
|
|
|
1750, 4830, 1753, 1752, 1754, 1764, 1761, 1765, 1766, 1767,
|
|
|
|
|
1771, 1772, 1773, 1780, 1781, 1777, 1779, 4830, 1776, 1788,
|
|
|
|
|
1789, 1778, 1797, 1791, 1793, 1795, 1805, 1809, 1801, 1808,
|
|
|
|
|
1815, 1804, 1806, 1810, 1821, 1812, 1818, 1819, 1824, 4830,
|
|
|
|
|
1825, 1829, 187, 1826, 1831, 1833, 1834, 1841, 1842, 1843,
|
|
|
|
|
1837, 1845, 1847, 1851, 1852, 1853, 1855, 1856, 1858, 1859,
|
|
|
|
|
1867, 1862, 1864, 1869, 1860, 1872, 4830, 1870, 1879, 1883,
|
|
|
|
|
1881, 1889, 1885, 1887, 1893, 1894, 1897, 1899, 4830, 1901,
|
|
|
|
|
1904, 1905, 1906, 1908, 1907, 1914, 1915, 1910, 1917, 1919,
|
|
|
|
|
|
|
|
|
|
1921, 1920, 1923, 1924, 1930, 1928, 1927, 1931, 1937, 4830,
|
|
|
|
|
1941, 1938, 1940, 1945, 1949, 1950, 1959, 1955, 1956, 1960,
|
|
|
|
|
1963, 1975, 1966, 1967, 1977, 1968, 1981, 1978, 1985, 1991,
|
|
|
|
|
1992, 1982, 1995, 2000, 1989, 1997, 2007, 2012, 2008, 1957,
|
|
|
|
|
2009, 2010, 2016, 2017, 4830, 2020, 2019, 2021, 2022, 2036,
|
|
|
|
|
2026, 2032, 2033, 2037, 2042, 2038, 2044, 2046, 2047, 2048,
|
|
|
|
|
2049, 2051, 2053, 2060, 4830, 2061, 2057, 2063, 2067, 2069,
|
|
|
|
|
2071, 2072, 2074, 2075, 2079, 2080, 2076, 4830, 2083, 2085,
|
|
|
|
|
2084, 2088, 2094, 2097, 2087, 2101, 2102, 2091, 4830, 2112,
|
|
|
|
|
2114, 2110, 2117, 2113, 2116, 2118, 2120, 2103, 4830, 2121,
|
|
|
|
|
|
|
|
|
|
2124, 4830, 2131, 2126, 2128, 2127, 2130, 2132, 2133, 2136,
|
|
|
|
|
2137, 2142, 2138, 2152, 2145, 2149, 4830, 2153, 2164, 2157,
|
|
|
|
|
2159, 2155, 2161, 2165, 2170, 2171, 2174, 2185, 2177, 2182,
|
|
|
|
|
2184, 2186, 2187, 2189, 2190, 2191, 4830, 2192, 2195, 2196,
|
|
|
|
|
2198, 2199, 2200, 2204, 2201, 2207, 2209, 2210, 2214, 2218,
|
|
|
|
|
2215, 2226, 2227, 2228, 2229, 2232, 2234, 2235, 2236, 2244,
|
|
|
|
|
2248, 2249, 2251, 4830, 2254, 2239, 2246, 2257, 2258, 2259,
|
|
|
|
|
2260, 2261, 2263, 2265, 2264, 2266, 2268, 2277, 2285, 2270,
|
|
|
|
|
2278, 2281, 2282, 2292, 2288, 2289, 2293, 2302, 2291, 2294,
|
|
|
|
|
2298, 2303, 2295, 2304, 2305, 2306, 2312, 2311, 2319, 2316,
|
|
|
|
|
|
|
|
|
|
2324, 2326, 2327, 2329, 2331, 4830, 2332, 2330, 2335, 2338,
|
|
|
|
|
2340, 2341, 2347, 2348, 2349, 2357, 2354, 4830, 2355, 4830,
|
|
|
|
|
2356, 2358, 2368, 4830, 2364, 4830, 2371, 2360, 2365, 4830,
|
|
|
|
|
2372, 2377, 2374, 2382, 2380, 2384, 2385, 2387, 2388, 2389,
|
|
|
|
|
2391, 2392, 2394, 2397, 2399, 2400, 2402, 2403, 2405, 4830,
|
|
|
|
|
2408, 2412, 2413, 2415, 2418, 2417, 2419, 2420, 2426, 2424,
|
|
|
|
|
2432, 2428, 2441, 2425, 2442, 4830, 2438, 2447, 2440, 2443,
|
|
|
|
|
4830, 2448, 2450, 2453, 2455, 2456, 2458, 2457, 2461, 2463,
|
|
|
|
|
2464, 2465, 2476, 2477, 2478, 2480, 2466, 2486, 2494, 2492,
|
|
|
|
|
2495, 2497, 2490, 2481, 2479, 2500, 2507, 2510, 2506, 2514,
|
|
|
|
|
|
|
|
|
|
2505, 2512, 2516, 2513, 2509, 2519, 2521, 2522, 2523, 2526,
|
|
|
|
|
2529, 2530, 2525, 2531, 2532, 2533, 4830, 2535, 2540, 2543,
|
|
|
|
|
2549, 2544, 2547, 2552, 2553, 2555, 2557, 2556, 2558, 2562,
|
|
|
|
|
4830, 2565, 4830, 2566, 2569, 2574, 2579, 2575, 2581, 2577,
|
|
|
|
|
2583, 2584, 2587, 2588, 2595, 2601, 2590, 2598, 2602, 2604,
|
|
|
|
|
2605, 2607, 4830, 2606, 2608, 2612, 2609, 2614, 2617, 2615,
|
|
|
|
|
2624, 2627, 2635, 4830, 2638, 2628, 2640, 2643, 2642, 2650,
|
|
|
|
|
2648, 4830, 2641, 2655, 2651, 2653, 4830, 4830, 2652, 2657,
|
|
|
|
|
2658, 2659, 2669, 2660, 2665, 2667, 2668, 2680, 2675, 2670,
|
|
|
|
|
4830, 2678, 2679, 2685, 2682, 2690, 2692, 2684, 2694, 4830,
|
|
|
|
|
|
|
|
|
|
2696, 2701, 2698, 2702, 2703, 2704, 2705, 2706, 2713, 2708,
|
|
|
|
|
2710, 2719, 2722, 2727, 2732, 4830, 2718, 2729, 2734, 2735,
|
|
|
|
|
2737, 2740, 2736, 2741, 2742, 2744, 2745, 2746, 2749, 2751,
|
|
|
|
|
2748, 2758, 2752, 2754, 2765, 2774, 2757, 2770, 2759, 2771,
|
|
|
|
|
2775, 2782, 2784, 2777, 2786, 2787, 2788, 2791, 2792, 2799,
|
|
|
|
|
2795, 4830, 2800, 2801, 2810, 2802, 2803, 2812, 2813, 2821,
|
|
|
|
|
2816, 2805, 2817, 2824, 2820, 4830, 2832, 2822, 2839, 2823,
|
|
|
|
|
2833, 2844, 2842, 2843, 2845, 2847, 2849, 2852, 2850, 2854,
|
|
|
|
|
2855, 2858, 4830, 4830, 2859, 2860, 2862, 2864, 2865, 2869,
|
|
|
|
|
2867, 2873, 2871, 2880, 4830, 2877, 2889, 2884, 2885, 2894,
|
|
|
|
|
|
|
|
|
|
2901, 2887, 2898, 2890, 2891, 2900, 2902, 2905, 2906, 2907,
|
|
|
|
|
2909, 2912, 2916, 4830, 2913, 2915, 4830, 2918, 2917, 2922,
|
|
|
|
|
2925, 2939, 2929, 2942, 2923, 2935, 2926, 2931, 2953, 2955,
|
|
|
|
|
2948, 2957, 2966, 2958, 2967, 2943, 2950, 2974, 4830, 2963,
|
|
|
|
|
2972, 2970, 2971, 2979, 2977, 2984, 2980, 4830, 2983, 2987,
|
|
|
|
|
2990, 2994, 2981, 2991, 2997, 2995, 2998, 3002, 4830, 3005,
|
|
|
|
|
4830, 3006, 3007, 4830, 3008, 3012, 3013, 3015, 3016, 3017,
|
|
|
|
|
3021, 3028, 3023, 3029, 3030, 3031, 3032, 3034, 3041, 3033,
|
|
|
|
|
4830, 3044, 3037, 3040, 3042, 3046, 3052, 4830, 4830, 3054,
|
|
|
|
|
4830, 3057, 3059, 4830, 3061, 3060, 3068, 3063, 3066, 3069,
|
|
|
|
|
|
|
|
|
|
3078, 3064, 4830, 3079, 3070, 3081, 3083, 3084, 3085, 3087,
|
|
|
|
|
3088, 3089, 3091, 3095, 4830, 3093, 3096, 3103, 3094, 3098,
|
|
|
|
|
3104, 3111, 3109, 4830, 3117, 3119, 3110, 3120, 3123, 4830,
|
|
|
|
|
3124, 3132, 4830, 3126, 3136, 3127, 3137, 3139, 3138, 3144,
|
|
|
|
|
3145, 3131, 3152, 3150, 3147, 3148, 4830, 3154, 3157, 3159,
|
|
|
|
|
3161, 3164, 3165, 3172, 3169, 3168, 3175, 3176, 3180, 3182,
|
|
|
|
|
3184, 3167, 3190, 3183, 3193, 4830, 3195, 3196, 4830, 3197,
|
|
|
|
|
3178, 3199, 3202, 3203, 4830, 3204, 3206, 4830, 3207, 4830,
|
|
|
|
|
3208, 3212, 3215, 3216, 3218, 3222, 3223, 3225, 3228, 3229,
|
|
|
|
|
3231, 3237, 3240, 3238, 3242, 4830, 4830, 3244, 3248, 3245,
|
|
|
|
|
|
|
|
|
|
3252, 3255, 3253, 3257, 3264, 3261, 3260, 3267, 3276, 4830,
|
|
|
|
|
3269, 3268, 3277, 4830, 3271, 3278, 3279, 3280, 3282, 3285,
|
|
|
|
|
3284, 3290, 3293, 3286, 3294, 3291, 3292, 3304, 3306, 4830,
|
|
|
|
|
3307, 3308, 3298, 3310, 3312, 3314, 3313, 3315, 4830, 3318,
|
|
|
|
|
3320, 3329, 3324, 3316, 3328, 3322, 3339, 3343, 3340, 3344,
|
|
|
|
|
3345, 3347, 3349, 3353, 4830, 3360, 3350, 3351, 3352, 3362,
|
|
|
|
|
3367, 3354, 3369, 3363, 3375, 3377, 3372, 3378, 4830, 3379,
|
|
|
|
|
3383, 3380, 3388, 3385, 3389, 3390, 3391, 3401, 3394, 3396,
|
|
|
|
|
3398, 3405, 4830, 3402, 3406, 3408, 3410, 3416, 3409, 3419,
|
|
|
|
|
3412, 3420, 3421, 3424, 3426, 3431, 4830, 3430, 3434, 3436,
|
|
|
|
|
|
|
|
|
|
3437, 3438, 3440, 3441, 3443, 3449, 3444, 3452, 3451, 3453,
|
|
|
|
|
3454, 3457, 3456, 3473, 3468, 4830, 3455, 4830, 3471, 3476,
|
|
|
|
|
3484, 3481, 3474, 4830, 3483, 3479, 4830, 3485, 3486, 3489,
|
|
|
|
|
3487, 4830, 3492, 3500, 3491, 3501, 3507, 4830, 3509, 3512,
|
|
|
|
|
3514, 3516, 3523, 3521, 3518, 3524, 3522, 3526, 3527, 3528,
|
|
|
|
|
4830, 3531, 3530, 3537, 3538, 3539, 3541, 4830, 3542, 3544,
|
|
|
|
|
3547, 3548, 3549, 3550, 3557, 3554, 3553, 4830, 3556, 3558,
|
|
|
|
|
3573, 3566, 3568, 4830, 4830, 3565, 3575, 3577, 3578, 3581,
|
|
|
|
|
4830, 3583, 3590, 3585, 3589, 3586, 4830, 4830, 3592, 4830,
|
|
|
|
|
3593, 4830, 4830, 3594, 3596, 3603, 4830, 3606, 4830, 3613,
|
|
|
|
|
|
|
|
|
|
3608, 3598, 3600, 3610, 4830, 3612, 3616, 3618, 4830, 3620,
|
|
|
|
|
3625, 3621, 3623, 4830, 3627, 4830, 3632, 3635, 3636, 3640,
|
|
|
|
|
3630, 3637, 3643, 3646, 3650, 3653, 3647, 3654, 3655, 3657,
|
|
|
|
|
3661, 3663, 3665, 3666, 3660, 3668, 3669, 3670, 3671, 3677,
|
|
|
|
|
3674, 3679, 3681, 3682, 3684, 3685, 3686, 3688, 3692, 3690,
|
|
|
|
|
3693, 3700, 3704, 3702, 3706, 3714, 3720, 3721, 4830, 4830,
|
|
|
|
|
3723, 3709, 3715, 3698, 4830, 3725, 3728, 3729, 3730, 3731,
|
|
|
|
|
3732, 3735, 3733, 4830, 3737, 3738, 3742, 3739, 3743, 3748,
|
|
|
|
|
3744, 3749, 3754, 3758, 3756, 3763, 3765, 3766, 3768, 3769,
|
|
|
|
|
3770, 3771, 3773, 3777, 3778, 3694, 3780, 3785, 3782, 4830,
|
|
|
|
|
|
|
|
|
|
3788, 4830, 3790, 3791, 3794, 4830, 4830, 3792, 3795, 3801,
|
|
|
|
|
3802, 3796, 3804, 3805, 4830, 3806, 3815, 3823, 3816, 4830,
|
|
|
|
|
3825, 4830, 3827, 3818, 3831, 3828, 3835, 4830, 4830, 4830,
|
|
|
|
|
3838, 3810, 3836, 3840, 3841, 4830, 4830, 3842, 3843, 3846,
|
|
|
|
|
3844, 3845, 3848, 4830, 3854, 3855, 3858, 3859, 3862, 3866,
|
|
|
|
|
3868, 3867, 3876, 3873, 3879, 3871, 3877, 3884, 3888, 4830,
|
|
|
|
|
4830, 3881, 3889, 3891, 3893, 3895, 3902, 3897, 3899, 3903,
|
|
|
|
|
3905, 3906, 3908, 3808, 4830, 3907, 4830, 3911, 3917, 3909,
|
|
|
|
|
3915, 3921, 3923, 3918, 3924, 4830, 4830, 3925, 3926, 3929,
|
|
|
|
|
3935, 3931, 3936, 3937, 3939, 3940, 4830, 3941, 4830, 3942,
|
|
|
|
|
|
|
|
|
|
3943, 3955, 3954, 3957, 3958, 4830, 3951, 3961, 4830, 3964,
|
|
|
|
|
3966, 3967, 4830, 3969, 4830, 4830, 3972, 4830, 3973, 4830,
|
|
|
|
|
3975, 3976, 3979, 3984, 3985, 3987, 3989, 3992, 3981, 3998,
|
|
|
|
|
3994, 3999, 4006, 4002, 4003, 4830, 4830, 4010, 4005, 4008,
|
|
|
|
|
4017, 4015, 4016, 4019, 4830, 4830, 4021, 4022, 4024, 4830,
|
|
|
|
|
4023, 4029, 4025, 4031, 4033, 4034, 4035, 4038, 4039, 4044,
|
|
|
|
|
4041, 4045, 4055, 4061, 4063, 4050, 4065, 4047, 4053, 4059,
|
|
|
|
|
4057, 4069, 4830, 4072, 4073, 4074, 4830, 4081, 4075, 4084,
|
|
|
|
|
4085, 4078, 4830, 4086, 4094, 4091, 4088, 4096, 4106, 4099,
|
|
|
|
|
4098, 4830, 4102, 4108, 4103, 4830, 4830, 4109, 4830, 4110,
|
|
|
|
|
|
|
|
|
|
4830, 4114, 4830, 4113, 4119, 4116, 4830, 4121, 4123, 4830,
|
|
|
|
|
4129, 4130, 4131, 4133, 4132, 4830, 4142, 4138, 4140, 4147,
|
|
|
|
|
4141, 4144, 4148, 4149, 4156, 4154, 4158, 4830, 4155, 4160,
|
|
|
|
|
4162, 4163, 4164, 4166, 4169, 4168, 4171, 4172, 4181, 4173,
|
|
|
|
|
4183, 4185, 4830, 4188, 4192, 4830, 4189, 4830, 4194, 4195,
|
|
|
|
|
4196, 4830, 4198, 4200, 4202, 4203, 4830, 4205, 4207, 4830,
|
|
|
|
|
4208, 4213, 4215, 4209, 4216, 4219, 4217, 4223, 4227, 4228,
|
|
|
|
|
4232, 4830, 4234, 4224, 4241, 4240, 4242, 4253, 4237, 4830,
|
|
|
|
|
4249, 4251, 4248, 4258, 4257, 4260, 4830, 4262, 4250, 4830,
|
|
|
|
|
4264, 4266, 4268, 4270, 4271, 4278, 4280, 4282, 4283, 4830,
|
|
|
|
|
|
|
|
|
|
4286, 4830, 4830, 4272, 4830, 4287, 4289, 4830, 4293, 4294,
|
|
|
|
|
4295, 4296, 4298, 4299, 4830, 4830, 4300, 4307, 4302, 4312,
|
|
|
|
|
4313, 4830, 4303, 4306, 4316, 4317, 4319, 4830, 4320, 4322,
|
|
|
|
|
4324, 4327, 4330, 4333, 4334, 4332, 4331, 4830, 4830, 4335,
|
|
|
|
|
4830, 4830, 4338, 4340, 4342, 4830, 4830, 4830, 4357, 4830,
|
|
|
|
|
4359, 4363, 4350, 4830, 4365, 4362, 4367, 4830, 4369, 4366,
|
|
|
|
|
4370, 4371, 4830, 4372, 4375, 4376, 4379, 4383, 4385, 4387,
|
|
|
|
|
4389, 4394, 4397, 4395, 4396, 4402, 4399, 4403, 4405, 4407,
|
|
|
|
|
4830, 4830, 4410, 4830, 4830, 4413, 4415, 4417, 4830, 4418,
|
|
|
|
|
4422, 4830, 4426, 4419, 4428, 4429, 4431, 4433, 4830, 4830,
|
|
|
|
|
|
|
|
|
|
4435, 4436, 4437, 4441, 4438, 4830, 4444, 4449, 4445, 4450,
|
|
|
|
|
4448, 4451, 4452, 4830, 4830, 4830, 4830, 4830, 4454, 4830,
|
|
|
|
|
4830, 4458, 4460, 4462, 4461, 4830, 4465, 4466, 4471, 4343,
|
|
|
|
|
4470, 4472, 4474, 4478, 4480, 4479, 4483, 4484, 4486, 4489,
|
|
|
|
|
4491, 4492, 4494, 4504, 4510, 4512, 4496, 4500, 4513, 4502,
|
|
|
|
|
4514, 4517, 4518, 4527, 4522, 4524, 4525, 4830, 4526, 4830,
|
|
|
|
|
4528, 4830, 4830, 4530, 4531, 4535, 4534, 4545, 4554, 4537,
|
|
|
|
|
4547, 4538, 4830, 4549, 4550, 4552, 4830, 4555, 4558, 4540,
|
|
|
|
|
4561, 4565, 4562, 4566, 4567, 4568, 4570, 4577, 4579, 4588,
|
|
|
|
|
4590, 4580, 4587, 4593, 4583, 4600, 4596, 4604, 4830, 4595,
|
|
|
|
|
|
|
|
|
|
4597, 4605, 4606, 4607, 4614, 4609, 4610, 4617, 4830, 4620,
|
|
|
|
|
4615, 4629, 4611, 4613, 4622, 4636, 4633, 4631, 4830, 4621,
|
|
|
|
|
4639, 4641, 4642, 4645, 4648, 4649, 4650, 4652, 4654, 4655,
|
|
|
|
|
4662, 4658, 4663, 4664, 4666, 4667, 4830, 4673, 4668, 4830,
|
|
|
|
|
4674, 4675, 4676, 4677, 4681, 4830, 4685, 4678, 4688, 4689,
|
|
|
|
|
4692, 4693, 4830, 4699, 4702, 4703, 4830, 4704, 4830, 4830,
|
|
|
|
|
4706, 4694, 4705, 4715, 4717, 4830, 4830, 4830, 4738, 4745,
|
|
|
|
|
4752, 4759, 4766, 70, 4773, 4780, 4787, 4794, 4801, 4808,
|
|
|
|
|
4815, 4822
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-01-30 05:35:20 -05:00
|
|
|
static yyconst flex_int16_t yy_def[2483] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-01-30 05:35:20 -05:00
|
|
|
2468, 1, 2469, 2469, 2470, 2470, 2471, 2471, 2472, 2472,
|
|
|
|
|
2473, 2473, 2468, 2474, 2468, 2468, 2468, 2468, 2475, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2476, 2468, 2468, 2468, 2476, 2477, 2468, 2468,
|
|
|
|
|
2468, 2477, 2478, 2468, 2468, 2468, 2468, 2478, 2479, 2468,
|
|
|
|
|
2468, 2468, 2479, 2480, 2468, 2481, 2468, 2480, 2480, 2474,
|
|
|
|
|
2474, 2468, 2482, 2475, 2482, 2475, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2476, 2476, 2477,
|
|
|
|
|
2477, 2478, 2478, 2468, 2479, 2479, 2480, 2480, 2481, 2481,
|
|
|
|
|
2480, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2480, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2480, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2480, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2480, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2468, 2468,
|
|
|
|
|
|
|
|
|
|
2474, 2468, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2480, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2480, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2468, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2468, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474,
|
|
|
|
|
2468, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474, 2468,
|
|
|
|
|
2474, 2468, 2468, 2474, 2474, 2474, 2468, 2474, 2468, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2468, 2468, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2468, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2468, 2468, 2474, 2468, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2468, 2468, 2474, 2468, 2474,
|
|
|
|
|
|
|
|
|
|
2468, 2474, 2468, 2474, 2474, 2474, 2468, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2468, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468,
|
|
|
|
|
|
|
|
|
|
2474, 2468, 2468, 2474, 2468, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2468, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2468, 2474,
|
|
|
|
|
2468, 2468, 2474, 2474, 2474, 2468, 2468, 2468, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2468, 2474, 2474, 2474, 2468, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2468, 2468, 2474, 2468, 2468, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2468,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2468, 2468, 2468, 2468, 2468, 2474, 2468,
|
|
|
|
|
2468, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2468,
|
|
|
|
|
2474, 2468, 2468, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2468, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2474, 2474, 2474, 2474,
|
|
|
|
|
2474, 2474, 2468, 2474, 2474, 2474, 2468, 2474, 2468, 2468,
|
|
|
|
|
2474, 2474, 2474, 2474, 2474, 2468, 2468, 0, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-01-30 05:35:20 -05:00
|
|
|
static yyconst flex_uint16_t yy_nxt[4871] =
|
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,
|
|
|
|
|
70, 18, 58, 60, 61, 62, 71, 80, 58, 60,
|
|
|
|
|
61, 62, 72, 71, 63, 71, 73, 90, 77, 78,
|
2018-01-22 03:35:44 -05:00
|
|
|
63, 15, 16, 17, 65, 66, 67, 75, 140, 75,
|
2017-10-17 11:16:31 -04:00
|
|
|
|
2018-01-22 03:35:44 -05:00
|
|
|
75, 140, 75, 68, 71, 92, 79, 91, 75, 76,
|
2017-10-17 11:16:31 -04:00
|
|
|
71, 71, 69, 15, 16, 17, 65, 66, 67, 93,
|
|
|
|
|
71, 81, 71, 94, 71, 68, 100, 71, 82, 85,
|
2018-01-22 03:35:44 -05:00
|
|
|
154, 95, 83, 86, 69, 84, 87, 71, 88, 89,
|
2017-10-17 11:16:31 -04:00
|
|
|
71, 96, 102, 71, 97, 101, 71, 103, 71, 71,
|
2018-01-22 03:35:44 -05:00
|
|
|
107, 98, 72, 99, 108, 104, 73, 71, 71, 71,
|
2018-01-30 05:35:20 -05:00
|
|
|
148, 105, 111, 137, 110, 106, 112, 138, 138, 236,
|
2018-01-22 03:35:44 -05:00
|
|
|
109, 71, 113, 116, 151, 114, 71, 117, 71, 145,
|
|
|
|
|
145, 118, 115, 121, 71, 126, 122, 127, 71, 71,
|
|
|
|
|
166, 119, 152, 123, 120, 71, 128, 124, 125, 130,
|
|
|
|
|
|
|
|
|
|
148, 71, 129, 71, 134, 153, 158, 71, 135, 131,
|
2018-01-30 05:35:20 -05:00
|
|
|
155, 71, 136, 132, 133, 142, 176, 142, 142, 75,
|
2018-01-22 03:35:44 -05:00
|
|
|
142, 75, 75, 147, 75, 147, 147, 70, 147, 70,
|
|
|
|
|
70, 150, 70, 71, 75, 71, 75, 75, 70, 75,
|
|
|
|
|
71, 71, 159, 156, 71, 75, 76, 161, 71, 160,
|
2018-01-30 05:35:20 -05:00
|
|
|
71, 71, 167, 162, 71, 71, 157, 71, 71, 71,
|
|
|
|
|
148, 71, 163, 164, 169, 175, 171, 172, 71, 173,
|
|
|
|
|
165, 168, 182, 177, 170, 174, 71, 71, 71, 178,
|
|
|
|
|
71, 71, 179, 71, 187, 185, 71, 184, 188, 71,
|
|
|
|
|
192, 191, 71, 71, 71, 180, 181, 183, 71, 193,
|
|
|
|
|
|
|
|
|
|
71, 195, 189, 71, 71, 186, 194, 190, 199, 197,
|
|
|
|
|
71, 196, 71, 71, 204, 201, 71, 71, 198, 202,
|
|
|
|
|
71, 200, 71, 71, 71, 214, 71, 71, 216, 210,
|
|
|
|
|
213, 71, 203, 206, 71, 71, 205, 208, 71, 207,
|
|
|
|
|
211, 71, 209, 220, 212, 71, 215, 71, 217, 223,
|
|
|
|
|
71, 71, 71, 218, 219, 226, 71, 71, 138, 138,
|
|
|
|
|
71, 222, 221, 225, 227, 229, 140, 145, 145, 140,
|
|
|
|
|
224, 230, 146, 142, 228, 142, 142, 147, 142, 147,
|
|
|
|
|
147, 75, 147, 75, 75, 148, 75, 71, 231, 233,
|
|
|
|
|
71, 71, 232, 150, 71, 71, 71, 71, 234, 237,
|
|
|
|
|
|
|
|
|
|
71, 71, 240, 71, 71, 235, 71, 246, 243, 245,
|
|
|
|
|
242, 239, 247, 238, 71, 244, 292, 248, 71, 71,
|
|
|
|
|
241, 71, 249, 71, 256, 251, 71, 71, 71, 144,
|
|
|
|
|
252, 71, 258, 259, 261, 253, 71, 71, 71, 250,
|
|
|
|
|
71, 254, 255, 260, 71, 257, 71, 71, 263, 71,
|
|
|
|
|
265, 264, 266, 71, 270, 71, 269, 71, 271, 267,
|
|
|
|
|
71, 272, 268, 262, 71, 279, 273, 71, 280, 276,
|
|
|
|
|
281, 71, 71, 278, 71, 277, 71, 284, 274, 71,
|
|
|
|
|
275, 287, 282, 71, 71, 289, 71, 71, 285, 288,
|
|
|
|
|
290, 71, 283, 291, 71, 286, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
293, 71, 71, 71, 295, 71, 71, 71, 299, 297,
|
|
|
|
|
71, 71, 71, 307, 71, 298, 303, 294, 305, 71,
|
|
|
|
|
300, 296, 301, 71, 310, 71, 71, 302, 304, 71,
|
|
|
|
|
71, 312, 314, 313, 306, 71, 71, 315, 71, 71,
|
|
|
|
|
317, 308, 309, 71, 71, 311, 71, 321, 318, 71,
|
|
|
|
|
319, 320, 71, 71, 316, 323, 71, 148, 324, 71,
|
|
|
|
|
71, 71, 326, 329, 327, 71, 331, 332, 330, 328,
|
|
|
|
|
333, 322, 71, 71, 71, 325, 335, 71, 71, 334,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 71, 342, 343,
|
|
|
|
|
345, 340, 336, 71, 337, 339, 338, 71, 344, 71,
|
|
|
|
|
|
|
|
|
|
347, 71, 348, 71, 346, 71, 71, 71, 71, 341,
|
|
|
|
|
351, 354, 352, 71, 71, 353, 356, 71, 358, 349,
|
|
|
|
|
350, 71, 71, 357, 71, 360, 71, 355, 362, 71,
|
|
|
|
|
71, 361, 71, 71, 71, 359, 71, 367, 71, 71,
|
|
|
|
|
71, 368, 71, 71, 370, 71, 366, 71, 364, 363,
|
|
|
|
|
71, 372, 71, 365, 383, 374, 376, 369, 71, 375,
|
|
|
|
|
371, 373, 71, 71, 71, 71, 377, 71, 385, 143,
|
|
|
|
|
378, 71, 384, 379, 71, 71, 71, 389, 390, 391,
|
|
|
|
|
71, 380, 381, 388, 382, 71, 386, 387, 392, 71,
|
|
|
|
|
71, 71, 71, 393, 398, 71, 394, 399, 71, 396,
|
|
|
|
|
|
|
|
|
|
397, 71, 400, 71, 395, 71, 71, 71, 402, 406,
|
|
|
|
|
71, 71, 409, 401, 71, 71, 408, 403, 71, 410,
|
|
|
|
|
71, 71, 405, 71, 71, 411, 404, 413, 71, 414,
|
|
|
|
|
407, 412, 420, 71, 71, 415, 71, 419, 71, 416,
|
|
|
|
|
71, 421, 417, 71, 418, 71, 422, 71, 71, 71,
|
|
|
|
|
424, 431, 71, 425, 423, 426, 148, 71, 71, 430,
|
|
|
|
|
427, 442, 429, 433, 428, 701, 71, 432, 71, 443,
|
|
|
|
|
434, 435, 441, 71, 444, 71, 71, 446, 71, 445,
|
|
|
|
|
436, 71, 437, 438, 439, 447, 71, 440, 452, 71,
|
|
|
|
|
71, 448, 71, 71, 71, 71, 71, 71, 453, 460,
|
|
|
|
|
|
|
|
|
|
451, 450, 458, 71, 449, 71, 71, 457, 464, 71,
|
|
|
|
|
455, 459, 454, 456, 71, 461, 71, 463, 462, 71,
|
|
|
|
|
468, 469, 71, 71, 467, 71, 71, 71, 71, 71,
|
|
|
|
|
474, 71, 466, 475, 465, 476, 71, 478, 71, 71,
|
|
|
|
|
473, 471, 470, 472, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
477, 487, 71, 479, 71, 480, 483, 486, 488, 482,
|
|
|
|
|
490, 489, 481, 71, 71, 71, 71, 484, 493, 485,
|
|
|
|
|
491, 492, 71, 71, 496, 71, 71, 494, 71, 71,
|
|
|
|
|
500, 498, 71, 495, 501, 71, 502, 71, 497, 71,
|
|
|
|
|
71, 499, 504, 71, 71, 71, 71, 71, 505, 71,
|
|
|
|
|
|
|
|
|
|
509, 71, 510, 71, 511, 506, 503, 508, 71, 513,
|
|
|
|
|
71, 514, 507, 71, 71, 71, 71, 71, 512, 71,
|
|
|
|
|
71, 516, 71, 517, 515, 71, 524, 526, 519, 71,
|
|
|
|
|
71, 523, 71, 71, 525, 518, 529, 520, 528, 521,
|
|
|
|
|
522, 71, 71, 527, 531, 532, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 535, 530, 71, 71, 71, 71, 538, 71,
|
|
|
|
|
534, 540, 71, 71, 539, 71, 141, 71, 71, 533,
|
|
|
|
|
536, 537, 554, 541, 542, 71, 543, 71, 552, 550,
|
|
|
|
|
553, 544, 551, 545, 555, 71, 556, 71, 559, 71,
|
|
|
|
|
561, 546, 71, 558, 547, 548, 71, 557, 71, 563,
|
|
|
|
|
|
|
|
|
|
71, 549, 71, 71, 71, 71, 71, 560, 71, 71,
|
|
|
|
|
71, 569, 148, 71, 565, 564, 575, 570, 566, 573,
|
|
|
|
|
71, 562, 71, 567, 576, 572, 71, 568, 571, 574,
|
|
|
|
|
71, 71, 71, 71, 577, 71, 580, 582, 585, 71,
|
|
|
|
|
71, 578, 584, 71, 71, 587, 581, 583, 71, 579,
|
|
|
|
|
71, 71, 586, 589, 71, 71, 71, 71, 592, 71,
|
|
|
|
|
588, 591, 596, 71, 71, 599, 71, 597, 71, 590,
|
|
|
|
|
600, 71, 601, 593, 71, 595, 594, 598, 71, 602,
|
|
|
|
|
71, 603, 71, 604, 605, 71, 71, 71, 71, 71,
|
|
|
|
|
606, 609, 71, 607, 608, 71, 613, 71, 71, 612,
|
|
|
|
|
|
|
|
|
|
71, 614, 71, 71, 71, 616, 618, 71, 139, 619,
|
|
|
|
|
610, 611, 71, 71, 71, 71, 615, 621, 71, 625,
|
|
|
|
|
71, 620, 622, 617, 71, 627, 623, 71, 71, 628,
|
|
|
|
|
631, 624, 71, 626, 71, 71, 71, 633, 71, 71,
|
|
|
|
|
71, 629, 634, 630, 632, 636, 71, 71, 638, 71,
|
|
|
|
|
71, 637, 639, 71, 640, 641, 71, 71, 71, 642,
|
|
|
|
|
645, 71, 649, 643, 635, 644, 71, 646, 71, 71,
|
|
|
|
|
71, 647, 648, 652, 71, 71, 650, 654, 71, 71,
|
|
|
|
|
653, 655, 71, 71, 651, 657, 71, 656, 71, 661,
|
|
|
|
|
658, 71, 666, 662, 71, 71, 71, 71, 71, 659,
|
|
|
|
|
|
|
|
|
|
664, 660, 71, 663, 669, 71, 671, 668, 667, 670,
|
|
|
|
|
71, 71, 71, 71, 673, 665, 71, 71, 675, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 680, 71, 71, 71,
|
|
|
|
|
71, 71, 674, 681, 71, 676, 672, 677, 682, 678,
|
|
|
|
|
685, 679, 687, 683, 686, 71, 684, 71, 71, 688,
|
|
|
|
|
689, 71, 690, 71, 693, 694, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 691, 697, 71, 692, 702, 696, 71,
|
|
|
|
|
71, 148, 71, 71, 698, 695, 703, 704, 700, 699,
|
|
|
|
|
71, 71, 71, 71, 71, 705, 148, 709, 706, 707,
|
|
|
|
|
708, 712, 710, 71, 71, 71, 711, 713, 71, 714,
|
|
|
|
|
|
|
|
|
|
717, 71, 71, 718, 720, 71, 71, 715, 71, 71,
|
|
|
|
|
723, 719, 71, 71, 71, 721, 71, 725, 71, 716,
|
|
|
|
|
728, 71, 71, 71, 726, 71, 71, 722, 71, 724,
|
|
|
|
|
729, 146, 727, 733, 71, 71, 730, 734, 71, 71,
|
|
|
|
|
735, 144, 739, 732, 740, 741, 731, 736, 71, 738,
|
|
|
|
|
737, 71, 742, 71, 743, 71, 744, 71, 747, 748,
|
|
|
|
|
71, 71, 745, 71, 71, 71, 756, 71, 761, 71,
|
|
|
|
|
760, 746, 71, 749, 750, 71, 751, 71, 71, 752,
|
|
|
|
|
766, 757, 758, 71, 753, 762, 71, 763, 759, 71,
|
|
|
|
|
754, 755, 764, 71, 765, 71, 71, 71, 767, 769,
|
|
|
|
|
|
|
|
|
|
71, 768, 771, 71, 71, 71, 71, 772, 71, 773,
|
|
|
|
|
71, 776, 770, 775, 71, 71, 782, 71, 71, 71,
|
|
|
|
|
71, 777, 778, 774, 781, 783, 788, 780, 784, 785,
|
|
|
|
|
71, 71, 779, 786, 71, 71, 71, 787, 71, 71,
|
|
|
|
|
71, 71, 794, 71, 789, 791, 792, 71, 71, 71,
|
|
|
|
|
71, 71, 797, 71, 801, 796, 790, 795, 71, 799,
|
|
|
|
|
793, 71, 800, 71, 71, 804, 802, 71, 798, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 809, 811, 803, 71, 807,
|
|
|
|
|
812, 71, 805, 810, 71, 71, 71, 71, 806, 814,
|
|
|
|
|
71, 71, 71, 71, 813, 808, 820, 71, 71, 815,
|
|
|
|
|
|
|
|
|
|
819, 71, 71, 828, 71, 816, 823, 818, 817, 822,
|
|
|
|
|
824, 821, 71, 71, 71, 71, 826, 71, 827, 71,
|
|
|
|
|
825, 834, 71, 836, 71, 71, 71, 71, 837, 71,
|
|
|
|
|
71, 833, 71, 829, 830, 841, 71, 831, 839, 832,
|
|
|
|
|
71, 843, 835, 844, 838, 71, 840, 71, 845, 71,
|
|
|
|
|
848, 71, 71, 842, 846, 71, 71, 850, 71, 71,
|
|
|
|
|
847, 853, 148, 71, 852, 71, 71, 71, 71, 855,
|
|
|
|
|
851, 849, 856, 71, 857, 71, 71, 868, 854, 71,
|
|
|
|
|
71, 71, 859, 869, 71, 872, 71, 71, 71, 71,
|
|
|
|
|
858, 143, 874, 860, 887, 870, 861, 71, 71, 876,
|
|
|
|
|
|
|
|
|
|
862, 873, 863, 875, 877, 71, 864, 71, 865, 871,
|
|
|
|
|
71, 879, 878, 866, 71, 71, 71, 71, 867, 881,
|
|
|
|
|
883, 71, 888, 889, 71, 880, 890, 891, 71, 882,
|
|
|
|
|
884, 71, 71, 71, 71, 886, 71, 71, 885, 71,
|
|
|
|
|
904, 71, 901, 71, 71, 71, 71, 71, 900, 71,
|
|
|
|
|
905, 892, 893, 71, 894, 902, 903, 906, 71, 895,
|
|
|
|
|
907, 896, 908, 910, 71, 71, 909, 71, 912, 911,
|
|
|
|
|
913, 71, 897, 898, 71, 916, 71, 914, 71, 899,
|
|
|
|
|
71, 71, 71, 917, 915, 71, 922, 71, 71, 919,
|
|
|
|
|
71, 920, 71, 71, 71, 918, 923, 71, 925, 931,
|
|
|
|
|
|
|
|
|
|
71, 921, 71, 71, 71, 71, 71, 924, 927, 929,
|
|
|
|
|
926, 930, 71, 141, 71, 71, 71, 928, 932, 936,
|
|
|
|
|
937, 938, 933, 71, 934, 71, 940, 935, 941, 71,
|
|
|
|
|
71, 944, 939, 71, 71, 71, 945, 71, 948, 71,
|
|
|
|
|
946, 71, 942, 947, 71, 952, 943, 949, 71, 71,
|
|
|
|
|
71, 71, 954, 71, 71, 71, 139, 71, 956, 951,
|
|
|
|
|
957, 950, 959, 71, 71, 71, 71, 71, 953, 960,
|
|
|
|
|
958, 955, 962, 964, 71, 961, 965, 71, 71, 71,
|
|
|
|
|
71, 963, 968, 966, 71, 71, 71, 973, 974, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 975, 967, 976, 969, 972,
|
|
|
|
|
|
|
|
|
|
978, 71, 71, 970, 71, 971, 71, 977, 71, 980,
|
|
|
|
|
71, 979, 985, 981, 71, 982, 986, 71, 71, 71,
|
|
|
|
|
984, 71, 71, 71, 983, 71, 988, 989, 71, 987,
|
|
|
|
|
993, 71, 71, 991, 71, 992, 990, 71, 71, 71,
|
|
|
|
|
995, 999, 71, 994, 71, 1002, 71, 71, 1004, 1005,
|
|
|
|
|
71, 996, 1007, 1000, 71, 71, 71, 998, 71, 1001,
|
|
|
|
|
71, 1006, 997, 1008, 71, 71, 71, 1003, 71, 71,
|
|
|
|
|
1011, 71, 71, 71, 1009, 71, 1014, 71, 1010, 1017,
|
|
|
|
|
71, 1012, 71, 71, 1026, 71, 1015, 1013, 1020, 1018,
|
|
|
|
|
1022, 1016, 71, 1021, 71, 1019, 71, 1027, 71, 1023,
|
|
|
|
|
|
|
|
|
|
71, 1024, 71, 1028, 1025, 1030, 71, 71, 1029, 1032,
|
|
|
|
|
71, 1033, 71, 1037, 71, 1035, 1031, 71, 71, 71,
|
|
|
|
|
71, 71, 1038, 71, 1040, 1041, 1034, 71, 71, 1042,
|
|
|
|
|
71, 1036, 71, 71, 71, 1045, 71, 71, 1039, 1047,
|
|
|
|
|
71, 71, 1043, 71, 71, 1046, 1048, 1044, 1057, 1052,
|
|
|
|
|
71, 71, 1049, 71, 71, 1051, 1053, 1050, 71, 1056,
|
|
|
|
|
1054, 1059, 71, 71, 1055, 1058, 1063, 1061, 71, 71,
|
|
|
|
|
71, 1064, 71, 71, 1092, 1062, 71, 1068, 1060, 71,
|
|
|
|
|
71, 71, 1078, 1066, 1077, 71, 1067, 1065, 71, 1076,
|
|
|
|
|
71, 71, 1075, 1069, 71, 71, 1070, 1071, 71, 1079,
|
|
|
|
|
|
|
|
|
|
1080, 1072, 71, 1081, 71, 71, 1083, 1073, 71, 1082,
|
|
|
|
|
71, 1074, 2468, 71, 1089, 1084, 1087, 1085, 1086, 1090,
|
|
|
|
|
71, 71, 71, 71, 1098, 71, 1091, 1099, 1088, 71,
|
|
|
|
|
71, 1093, 71, 71, 71, 71, 1094, 1101, 1095, 71,
|
|
|
|
|
1096, 1100, 1097, 1105, 1104, 71, 71, 1102, 1106, 71,
|
|
|
|
|
71, 71, 1103, 1107, 1108, 71, 1112, 71, 1110, 71,
|
|
|
|
|
71, 71, 71, 1118, 71, 1109, 71, 1117, 1114, 1111,
|
|
|
|
|
71, 1113, 1120, 71, 71, 1122, 71, 1121, 1115, 1124,
|
|
|
|
|
71, 1119, 71, 1126, 71, 71, 1116, 71, 71, 71,
|
|
|
|
|
1127, 1130, 71, 71, 1132, 1123, 71, 71, 71, 1133,
|
|
|
|
|
|
|
|
|
|
71, 71, 1125, 1134, 71, 1135, 1136, 71, 1128, 1129,
|
|
|
|
|
71, 1138, 1137, 1131, 71, 71, 71, 1142, 1139, 1143,
|
|
|
|
|
1140, 1144, 1141, 71, 1146, 71, 71, 71, 1145, 71,
|
|
|
|
|
71, 71, 1150, 71, 71, 1147, 1151, 71, 1154, 71,
|
|
|
|
|
71, 71, 1149, 71, 71, 71, 71, 1161, 1148, 71,
|
|
|
|
|
71, 71, 1158, 1155, 1152, 71, 1165, 1159, 71, 1156,
|
|
|
|
|
1153, 1157, 71, 1160, 1166, 71, 71, 1168, 71, 1162,
|
|
|
|
|
71, 1170, 71, 1164, 71, 1163, 1171, 71, 71, 1172,
|
|
|
|
|
1173, 1167, 1174, 71, 71, 1169, 1180, 71, 1178, 1175,
|
|
|
|
|
71, 1179, 1182, 1176, 1183, 71, 1177, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1181, 71, 71, 71, 71, 1184, 1188, 71, 71,
|
|
|
|
|
1193, 71, 71, 71, 71, 1194, 1185, 71, 1187, 1191,
|
|
|
|
|
71, 1189, 71, 71, 1190, 1186, 1192, 71, 71, 1197,
|
|
|
|
|
1195, 71, 1196, 1198, 1199, 1204, 1203, 1200, 1201, 71,
|
|
|
|
|
71, 71, 71, 1208, 1205, 71, 1202, 71, 71, 71,
|
|
|
|
|
1207, 1213, 71, 1210, 1212, 1214, 1218, 71, 1206, 71,
|
|
|
|
|
1209, 71, 71, 1215, 71, 1216, 1217, 71, 1219, 1211,
|
|
|
|
|
71, 71, 71, 71, 71, 1224, 71, 71, 71, 71,
|
|
|
|
|
1223, 71, 1227, 71, 1230, 1221, 1226, 1222, 1220, 1231,
|
|
|
|
|
71, 71, 1232, 1228, 71, 71, 1225, 1233, 71, 1238,
|
|
|
|
|
|
|
|
|
|
1229, 71, 71, 1234, 71, 71, 71, 71, 71, 1242,
|
|
|
|
|
1235, 71, 1241, 1236, 1237, 71, 71, 71, 71, 71,
|
|
|
|
|
1250, 1240, 1247, 1243, 71, 71, 1244, 1239, 1251, 71,
|
|
|
|
|
1245, 1253, 71, 1249, 1254, 1246, 1252, 71, 1248, 71,
|
|
|
|
|
71, 1255, 71, 71, 71, 71, 1259, 1264, 71, 1257,
|
|
|
|
|
1260, 71, 1256, 71, 71, 1258, 1265, 1266, 1267, 1263,
|
|
|
|
|
71, 71, 71, 1261, 1271, 1262, 1272, 71, 71, 71,
|
|
|
|
|
71, 71, 1275, 71, 1274, 1276, 1277, 71, 71, 1269,
|
|
|
|
|
1268, 71, 1270, 1278, 71, 71, 1273, 71, 1281, 1279,
|
|
|
|
|
71, 1282, 1283, 71, 1280, 71, 1284, 71, 71, 1287,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1291, 71, 71, 1289, 71, 1285, 1292,
|
|
|
|
|
71, 1294, 71, 71, 1288, 71, 71, 1290, 71, 1297,
|
|
|
|
|
1300, 71, 1286, 1299, 1296, 71, 71, 1293, 71, 1303,
|
|
|
|
|
71, 71, 71, 71, 1295, 1298, 1304, 71, 71, 71,
|
|
|
|
|
1302, 71, 1307, 1301, 1308, 71, 1311, 1310, 1312, 1314,
|
|
|
|
|
1305, 71, 1306, 71, 71, 71, 71, 1309, 1313, 1316,
|
|
|
|
|
71, 71, 1318, 71, 1320, 1315, 71, 1321, 71, 71,
|
|
|
|
|
71, 71, 1317, 1325, 71, 1326, 71, 71, 71, 71,
|
|
|
|
|
2468, 1329, 1322, 1332, 1330, 1319, 1324, 1323, 1327, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1333, 1331, 1328, 1335, 71,
|
|
|
|
|
|
|
|
|
|
1334, 1338, 1337, 71, 1336, 71, 1339, 71, 71, 1340,
|
|
|
|
|
71, 1344, 1343, 71, 1346, 1341, 1342, 1347, 71, 71,
|
|
|
|
|
71, 1349, 71, 71, 1348, 71, 71, 71, 1352, 71,
|
|
|
|
|
1351, 1353, 71, 1345, 71, 71, 71, 1361, 71, 71,
|
|
|
|
|
1354, 1350, 71, 71, 71, 71, 71, 1366, 71, 1357,
|
|
|
|
|
1358, 1359, 1355, 71, 1356, 1360, 71, 71, 1362, 1364,
|
|
|
|
|
71, 1368, 71, 1369, 1363, 71, 71, 1365, 71, 71,
|
|
|
|
|
71, 71, 1370, 1367, 1371, 71, 1376, 1374, 71, 71,
|
|
|
|
|
1377, 1383, 71, 1378, 1373, 1375, 1384, 71, 71, 1372,
|
|
|
|
|
71, 1379, 71, 1380, 71, 1385, 71, 71, 1381, 1387,
|
|
|
|
|
|
|
|
|
|
71, 71, 1394, 71, 1382, 1389, 1388, 1386, 71, 1391,
|
|
|
|
|
1393, 71, 1392, 1395, 71, 71, 1390, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1396, 1397, 71, 1404, 71, 71, 1408,
|
|
|
|
|
71, 1399, 1401, 1398, 1400, 1407, 1406, 71, 1405, 1403,
|
|
|
|
|
71, 71, 1413, 1409, 1402, 1415, 1410, 1414, 71, 1411,
|
|
|
|
|
1418, 71, 1417, 71, 71, 71, 71, 1420, 1412, 1416,
|
|
|
|
|
1419, 71, 1423, 71, 71, 71, 71, 1421, 71, 1425,
|
|
|
|
|
71, 71, 71, 71, 1422, 1426, 1431, 1424, 71, 1429,
|
|
|
|
|
71, 71, 71, 71, 1427, 1430, 1432, 1436, 71, 1428,
|
|
|
|
|
1439, 71, 71, 71, 1435, 71, 1433, 71, 71, 1434,
|
|
|
|
|
|
|
|
|
|
1442, 1438, 1441, 71, 1437, 71, 1445, 71, 1443, 71,
|
|
|
|
|
1444, 71, 1440, 1448, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1455, 71, 1450, 71, 1447, 1449, 71, 2468, 1451, 1452,
|
|
|
|
|
1446, 71, 71, 1456, 1459, 71, 1462, 1453, 1458, 1454,
|
|
|
|
|
71, 1457, 71, 1460, 1461, 71, 1464, 71, 71, 71,
|
|
|
|
|
71, 1463, 1466, 71, 71, 71, 1467, 71, 71, 71,
|
|
|
|
|
1465, 71, 71, 1472, 71, 71, 1476, 71, 1473, 1468,
|
|
|
|
|
71, 71, 71, 1470, 1474, 1471, 1469, 1481, 71, 1475,
|
|
|
|
|
1477, 1482, 1480, 71, 71, 1479, 1486, 71, 71, 1487,
|
|
|
|
|
71, 1483, 1485, 1478, 1488, 71, 1489, 71, 1491, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1484, 1494, 71, 71, 1496, 1498, 71, 1495,
|
|
|
|
|
1490, 1497, 71, 71, 71, 71, 71, 1500, 71, 1502,
|
|
|
|
|
2468, 1492, 1493, 71, 1503, 71, 71, 1504, 1505, 71,
|
|
|
|
|
71, 1512, 1499, 71, 71, 71, 71, 71, 1510, 1514,
|
|
|
|
|
1501, 1506, 1507, 1508, 1515, 71, 71, 1518, 1509, 1516,
|
|
|
|
|
1511, 1520, 71, 1513, 1517, 71, 71, 71, 71, 1524,
|
|
|
|
|
71, 1519, 71, 71, 1521, 71, 1526, 71, 71, 1529,
|
|
|
|
|
1530, 71, 71, 71, 1533, 71, 1522, 71, 71, 1523,
|
|
|
|
|
71, 1531, 71, 1527, 71, 1535, 71, 1538, 1525, 1528,
|
|
|
|
|
71, 1536, 1534, 71, 1532, 1541, 1542, 71, 71, 1547,
|
|
|
|
|
|
|
|
|
|
71, 1545, 71, 71, 71, 1544, 1537, 71, 1546, 1540,
|
|
|
|
|
1539, 71, 1549, 71, 71, 71, 1548, 1543, 71, 71,
|
|
|
|
|
71, 1553, 71, 1556, 1550, 71, 71, 1552, 71, 71,
|
|
|
|
|
71, 71, 1551, 1558, 1563, 71, 71, 1554, 71, 71,
|
|
|
|
|
1557, 1564, 71, 1561, 71, 1560, 1555, 1565, 71, 1559,
|
|
|
|
|
1562, 1566, 71, 1567, 1569, 71, 71, 1570, 1568, 1572,
|
|
|
|
|
1574, 71, 1571, 71, 1573, 1581, 71, 1575, 71, 1578,
|
|
|
|
|
71, 71, 1576, 1579, 1582, 1584, 71, 1577, 1580, 71,
|
|
|
|
|
71, 1585, 1583, 71, 71, 71, 1590, 71, 1586, 1587,
|
|
|
|
|
71, 1592, 71, 71, 71, 1588, 71, 71, 1599, 1594,
|
|
|
|
|
|
|
|
|
|
71, 1595, 1596, 71, 71, 1593, 1597, 71, 71, 1589,
|
|
|
|
|
71, 71, 1591, 1601, 1598, 71, 1600, 1602, 71, 71,
|
|
|
|
|
71, 71, 1605, 1604, 1603, 71, 71, 1610, 71, 71,
|
|
|
|
|
71, 1609, 1606, 1607, 71, 1612, 71, 1608, 1611, 1613,
|
|
|
|
|
1614, 71, 71, 71, 71, 71, 71, 71, 1621, 1619,
|
|
|
|
|
71, 1616, 1620, 71, 71, 71, 1615, 71, 1623, 71,
|
|
|
|
|
1622, 1617, 1626, 1618, 1627, 71, 1630, 71, 1625, 1624,
|
|
|
|
|
71, 1628, 71, 71, 71, 1635, 71, 71, 1629, 71,
|
|
|
|
|
1637, 71, 71, 71, 1638, 1640, 1631, 1634, 1632, 1633,
|
|
|
|
|
1639, 71, 71, 1636, 71, 1643, 71, 71, 71, 1641,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1642, 71, 1644, 71, 71, 71, 71,
|
|
|
|
|
1646, 71, 1647, 1648, 1651, 1655, 71, 71, 1645, 1650,
|
|
|
|
|
1658, 1654, 71, 71, 71, 1656, 1653, 1652, 1649, 1659,
|
|
|
|
|
71, 1657, 71, 71, 1662, 1661, 71, 71, 1664, 71,
|
|
|
|
|
71, 1663, 1660, 1665, 71, 71, 1666, 1667, 1669, 71,
|
|
|
|
|
71, 71, 71, 1668, 1672, 1671, 1673, 71, 71, 1677,
|
|
|
|
|
71, 71, 1674, 71, 1676, 71, 1670, 71, 1678, 1680,
|
|
|
|
|
71, 1683, 71, 1679, 71, 1684, 1675, 71, 71, 1687,
|
|
|
|
|
71, 71, 71, 1689, 1682, 71, 1681, 1688, 71, 71,
|
|
|
|
|
1691, 71, 1685, 71, 1692, 71, 71, 71, 1686, 1695,
|
|
|
|
|
|
|
|
|
|
1690, 1696, 1697, 71, 1693, 1698, 71, 1694, 71, 71,
|
|
|
|
|
71, 1703, 71, 1700, 1701, 71, 71, 71, 1699, 71,
|
|
|
|
|
71, 71, 1707, 1702, 1708, 71, 1709, 1711, 71, 71,
|
|
|
|
|
1704, 71, 1706, 1705, 1716, 71, 71, 1718, 71, 1710,
|
|
|
|
|
1715, 71, 71, 1713, 71, 1717, 1720, 1723, 1712, 1721,
|
|
|
|
|
71, 71, 1724, 71, 1714, 71, 1727, 71, 71, 1725,
|
|
|
|
|
1719, 71, 1728, 1722, 1732, 71, 71, 1731, 71, 1733,
|
|
|
|
|
71, 1736, 1738, 71, 71, 1726, 1729, 71, 1734, 1737,
|
|
|
|
|
71, 71, 71, 1740, 71, 1739, 1741, 1730, 1735, 71,
|
|
|
|
|
71, 71, 71, 71, 1743, 71, 1745, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1748, 1742, 1751, 71, 71, 71, 71, 71, 1747, 1744,
|
|
|
|
|
1752, 71, 1754, 1750, 1753, 1746, 1749, 71, 1758, 71,
|
|
|
|
|
71, 71, 1757, 71, 1756, 71, 71, 71, 71, 71,
|
|
|
|
|
1755, 71, 1768, 71, 1761, 71, 1773, 71, 1765, 1759,
|
|
|
|
|
1760, 71, 71, 1771, 1763, 1769, 1767, 1762, 1764, 1766,
|
|
|
|
|
1770, 1774, 71, 71, 1772, 1775, 71, 71, 71, 1778,
|
|
|
|
|
71, 1781, 71, 71, 71, 71, 71, 71, 1776, 1779,
|
|
|
|
|
1777, 1782, 1780, 71, 1787, 71, 71, 1786, 1783, 1788,
|
|
|
|
|
71, 1790, 71, 1784, 1785, 71, 1789, 1792, 71, 1793,
|
|
|
|
|
71, 71, 71, 71, 1791, 1797, 71, 1796, 71, 1794,
|
|
|
|
|
|
|
|
|
|
1799, 71, 71, 71, 71, 1803, 1802, 71, 1801, 71,
|
|
|
|
|
1795, 71, 1798, 1805, 71, 71, 1800, 1809, 71, 71,
|
|
|
|
|
1804, 71, 71, 71, 1807, 71, 1806, 1813, 1814, 71,
|
|
|
|
|
1808, 1816, 71, 71, 71, 1810, 1812, 71, 1820, 71,
|
|
|
|
|
1818, 1815, 1811, 71, 71, 1817, 1822, 71, 1821, 71,
|
|
|
|
|
71, 71, 1824, 71, 71, 1823, 71, 71, 1828, 1829,
|
|
|
|
|
1819, 1830, 71, 1826, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 2468, 1827, 1834, 1825, 1835, 1836, 1831, 1833, 1837,
|
|
|
|
|
1839, 71, 1832, 1838, 71, 1840, 71, 71, 1841, 71,
|
|
|
|
|
1843, 1844, 71, 1842, 71, 1845, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1850, 71, 1846, 71, 71, 2468, 1847, 1855, 1848,
|
|
|
|
|
1851, 1849, 1854, 71, 71, 1852, 2468, 1853, 1856, 1859,
|
|
|
|
|
71, 1860, 71, 1863, 1857, 71, 1858, 71, 1861, 71,
|
|
|
|
|
1864, 71, 1862, 1865, 71, 71, 71, 71, 1867, 71,
|
|
|
|
|
71, 71, 1871, 71, 71, 1866, 1873, 1868, 1872, 1874,
|
|
|
|
|
71, 71, 71, 1869, 71, 71, 1875, 71, 1877, 1870,
|
|
|
|
|
71, 71, 71, 71, 1884, 1881, 71, 71, 1883, 71,
|
|
|
|
|
71, 71, 1876, 1885, 1880, 1878, 1888, 1879, 71, 71,
|
|
|
|
|
1889, 71, 1882, 1891, 1886, 1887, 71, 1890, 71, 1893,
|
|
|
|
|
71, 71, 1892, 1894, 71, 1896, 71, 1898, 71, 71,
|
|
|
|
|
|
|
|
|
|
1897, 1900, 71, 71, 1902, 71, 71, 71, 1901, 71,
|
|
|
|
|
1899, 71, 1904, 71, 1905, 1906, 71, 1895, 1907, 71,
|
|
|
|
|
1908, 71, 1909, 71, 1903, 71, 71, 1910, 1912, 71,
|
|
|
|
|
1915, 71, 1917, 71, 71, 1911, 71, 2468, 71, 1920,
|
|
|
|
|
71, 1914, 1916, 71, 1913, 71, 1921, 1922, 71, 71,
|
|
|
|
|
71, 1919, 1918, 71, 1923, 1924, 71, 1925, 1928, 71,
|
|
|
|
|
71, 1927, 1929, 71, 1926, 1930, 71, 71, 71, 1933,
|
|
|
|
|
71, 1934, 1931, 71, 71, 1936, 71, 1937, 71, 71,
|
|
|
|
|
1939, 71, 71, 71, 71, 1932, 1935, 71, 1942, 1944,
|
|
|
|
|
71, 1938, 71, 1940, 71, 71, 1945, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1951, 71, 1941, 71, 1943, 71, 71, 71, 1948, 1996,
|
|
|
|
|
1952, 71, 1950, 71, 1947, 71, 1956, 71, 1946, 71,
|
|
|
|
|
1958, 1949, 71, 1953, 1959, 1954, 1960, 71, 71, 1955,
|
|
|
|
|
1966, 1957, 1961, 71, 71, 1962, 71, 1963, 71, 1965,
|
|
|
|
|
1964, 71, 71, 71, 71, 71, 71, 1974, 71, 1975,
|
|
|
|
|
71, 71, 71, 1971, 1977, 71, 71, 71, 1967, 1968,
|
|
|
|
|
1976, 71, 71, 1970, 1969, 1972, 1973, 71, 1980, 71,
|
|
|
|
|
1978, 71, 1981, 1988, 1979, 1986, 71, 1987, 71, 71,
|
|
|
|
|
1982, 71, 71, 71, 71, 1983, 71, 1984, 1985, 1992,
|
|
|
|
|
71, 71, 1997, 71, 1999, 71, 1995, 1990, 71, 1989,
|
|
|
|
|
|
|
|
|
|
1998, 71, 1991, 71, 71, 71, 1993, 71, 71, 71,
|
|
|
|
|
1994, 2005, 2001, 2006, 71, 71, 2009, 71, 71, 71,
|
|
|
|
|
2000, 71, 2010, 71, 2002, 2004, 2003, 2008, 71, 71,
|
|
|
|
|
2007, 71, 2012, 2060, 2011, 2013, 71, 2015, 71, 2016,
|
|
|
|
|
71, 71, 2014, 2018, 71, 2022, 2019, 2020, 71, 71,
|
|
|
|
|
2017, 71, 2021, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
2026, 71, 2023, 2025, 2028, 2029, 2024, 71, 71, 2031,
|
|
|
|
|
2027, 71, 71, 2033, 2036, 71, 2034, 2030, 2037, 71,
|
|
|
|
|
71, 71, 2032, 2040, 71, 2039, 71, 2035, 2038, 71,
|
|
|
|
|
71, 2041, 71, 2042, 71, 2044, 2045, 71, 2049, 2043,
|
|
|
|
|
|
|
|
|
|
2046, 71, 71, 2050, 71, 2048, 71, 2047, 71, 2053,
|
|
|
|
|
71, 2051, 71, 2052, 2054, 71, 71, 2055, 71, 71,
|
|
|
|
|
71, 71, 71, 2061, 71, 2056, 2059, 2058, 71, 2062,
|
|
|
|
|
71, 71, 2068, 2057, 71, 2063, 71, 71, 71, 71,
|
|
|
|
|
2064, 2065, 71, 2066, 71, 2067, 2069, 2073, 71, 71,
|
|
|
|
|
71, 2077, 71, 71, 71, 71, 71, 2070, 2075, 2071,
|
|
|
|
|
2081, 2072, 2082, 2074, 71, 2076, 2083, 71, 71, 2079,
|
|
|
|
|
71, 71, 2078, 2086, 71, 2080, 2085, 71, 2084, 71,
|
|
|
|
|
71, 2088, 71, 2091, 2092, 71, 71, 2087, 71, 71,
|
|
|
|
|
2095, 2096, 71, 2089, 71, 2090, 2097, 71, 71, 2099,
|
|
|
|
|
|
|
|
|
|
71, 2098, 71, 2100, 2101, 71, 2093, 71, 2094, 2102,
|
|
|
|
|
2103, 71, 71, 2106, 2107, 71, 71, 2109, 71, 71,
|
|
|
|
|
2108, 71, 2110, 71, 2113, 2104, 2105, 2112, 71, 71,
|
|
|
|
|
71, 2116, 71, 2115, 71, 71, 71, 71, 71, 2117,
|
|
|
|
|
2119, 2111, 71, 2118, 71, 2121, 71, 71, 71, 2124,
|
|
|
|
|
2128, 71, 71, 2114, 71, 2122, 2123, 71, 71, 2132,
|
|
|
|
|
71, 2120, 2127, 71, 2125, 2130, 71, 2126, 71, 2133,
|
|
|
|
|
71, 2129, 71, 2131, 71, 2134, 71, 2135, 71, 2136,
|
|
|
|
|
2138, 2140, 71, 2137, 2143, 71, 71, 71, 71, 2144,
|
|
|
|
|
2141, 71, 2139, 2146, 71, 2147, 2148, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
2150, 71, 2142, 2149, 71, 2145, 2152, 71, 2153, 71,
|
|
|
|
|
2154, 71, 71, 2156, 2160, 71, 71, 2151, 2157, 71,
|
|
|
|
|
2159, 71, 71, 71, 2155, 2158, 71, 71, 2162, 71,
|
|
|
|
|
2161, 2166, 71, 2167, 71, 2164, 71, 2170, 2168, 2169,
|
|
|
|
|
2171, 2172, 71, 71, 71, 71, 71, 2163, 2165, 2177,
|
|
|
|
|
2176, 71, 2173, 71, 71, 71, 2178, 71, 2179, 2180,
|
|
|
|
|
71, 71, 71, 2185, 2174, 2175, 2183, 71, 71, 71,
|
|
|
|
|
2187, 71, 2181, 71, 2190, 71, 71, 71, 2182, 71,
|
|
|
|
|
2184, 71, 71, 2193, 71, 71, 71, 2188, 2189, 2191,
|
|
|
|
|
2192, 2194, 2186, 2197, 71, 2200, 71, 2195, 71, 2198,
|
|
|
|
|
|
|
|
|
|
2202, 71, 71, 2196, 2203, 71, 2205, 71, 71, 71,
|
|
|
|
|
2208, 71, 2199, 71, 2207, 71, 71, 2201, 71, 2212,
|
|
|
|
|
71, 71, 71, 2204, 2206, 2215, 71, 2216, 71, 71,
|
|
|
|
|
71, 2217, 71, 2209, 2213, 2211, 71, 71, 2210, 2222,
|
|
|
|
|
71, 71, 2220, 2214, 2223, 71, 2224, 71, 2227, 2218,
|
|
|
|
|
71, 2219, 2228, 71, 71, 71, 2221, 2226, 2229, 2225,
|
|
|
|
|
2230, 71, 71, 71, 71, 2235, 71, 2232, 2231, 2233,
|
|
|
|
|
71, 71, 2238, 71, 2239, 71, 2241, 71, 2242, 71,
|
|
|
|
|
2234, 71, 2240, 71, 71, 71, 2243, 2236, 2237, 2245,
|
|
|
|
|
2246, 71, 2247, 71, 2248, 71, 71, 2244, 2250, 71,
|
|
|
|
|
|
|
|
|
|
71, 2249, 71, 2253, 2251, 2254, 71, 71, 71, 71,
|
|
|
|
|
2258, 71, 71, 71, 2261, 71, 71, 2259, 2257, 71,
|
|
|
|
|
71, 2255, 2252, 2262, 2263, 71, 71, 2260, 2256, 71,
|
|
|
|
|
71, 2264, 71, 71, 2267, 71, 2265, 71, 2269, 2266,
|
|
|
|
|
71, 2270, 2268, 71, 71, 71, 71, 71, 71, 2279,
|
|
|
|
|
2281, 71, 2282, 71, 2271, 71, 71, 2272, 2347, 2283,
|
|
|
|
|
2273, 2274, 2275, 71, 2276, 2277, 2278, 2288, 2280, 2284,
|
|
|
|
|
71, 2285, 71, 2286, 2287, 71, 71, 2289, 71, 71,
|
|
|
|
|
71, 2292, 71, 71, 71, 71, 2293, 2294, 71, 71,
|
|
|
|
|
2298, 2299, 71, 2290, 2291, 2300, 71, 2297, 71, 2295,
|
|
|
|
|
|
|
|
|
|
71, 2305, 71, 2296, 2307, 2302, 2306, 71, 71, 71,
|
|
|
|
|
71, 2303, 71, 2301, 2304, 71, 71, 2311, 71, 2314,
|
|
|
|
|
71, 2312, 2315, 71, 2309, 2316, 71, 2317, 71, 2318,
|
|
|
|
|
71, 71, 71, 2308, 2320, 71, 2310, 2313, 2321, 71,
|
|
|
|
|
2319, 71, 71, 2324, 71, 2326, 71, 2322, 71, 71,
|
|
|
|
|
71, 71, 2328, 2323, 71, 2330, 2333, 71, 71, 2325,
|
|
|
|
|
2332, 71, 71, 71, 71, 71, 2327, 71, 2335, 2331,
|
|
|
|
|
2339, 71, 2334, 71, 71, 71, 2329, 2341, 71, 71,
|
|
|
|
|
2336, 2338, 2337, 71, 71, 71, 2349, 71, 2343, 2346,
|
|
|
|
|
2345, 71, 71, 71, 2340, 2342, 71, 71, 2348, 71,
|
|
|
|
|
|
|
|
|
|
2350, 2344, 71, 2358, 71, 71, 2360, 71, 2353, 71,
|
|
|
|
|
2351, 2352, 2355, 71, 2359, 71, 2357, 71, 2361, 2356,
|
|
|
|
|
2367, 2354, 2362, 71, 2363, 71, 71, 71, 2364, 2366,
|
|
|
|
|
71, 71, 2368, 2365, 2371, 71, 2373, 71, 71, 71,
|
|
|
|
|
71, 71, 2377, 71, 71, 2378, 2370, 71, 71, 2372,
|
|
|
|
|
71, 71, 2381, 71, 2375, 2369, 2379, 2374, 71, 2376,
|
|
|
|
|
71, 2382, 71, 71, 2383, 71, 2380, 71, 71, 2388,
|
|
|
|
|
2385, 71, 2391, 2384, 71, 71, 2390, 2387, 71, 71,
|
|
|
|
|
71, 71, 2386, 71, 2395, 2396, 2468, 2392, 2389, 2399,
|
|
|
|
|
71, 2393, 71, 71, 2394, 2401, 71, 2400, 2403, 2397,
|
|
|
|
|
|
|
|
|
|
71, 71, 2398, 71, 2402, 2404, 71, 2407, 71, 71,
|
|
|
|
|
71, 2405, 2410, 71, 2408, 2406, 2409, 71, 71, 71,
|
|
|
|
|
71, 2415, 71, 71, 71, 2412, 71, 71, 71, 2411,
|
|
|
|
|
71, 2418, 2419, 71, 71, 71, 2417, 2420, 2413, 2414,
|
|
|
|
|
2421, 2416, 71, 2423, 71, 2424, 71, 2422, 2425, 71,
|
|
|
|
|
2426, 2427, 71, 2430, 71, 71, 2432, 2428, 71, 2433,
|
|
|
|
|
2429, 71, 71, 71, 2437, 71, 2434, 71, 71, 2435,
|
|
|
|
|
2439, 71, 2438, 2431, 2440, 71, 71, 71, 2441, 71,
|
|
|
|
|
71, 71, 2436, 2442, 2444, 2446, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 2448, 2449, 71, 2452, 2443, 2453, 71, 2445,
|
|
|
|
|
|
|
|
|
|
2447, 71, 71, 2456, 2457, 71, 71, 71, 2450, 2451,
|
|
|
|
|
2454, 2459, 71, 2458, 2460, 71, 71, 71, 71, 71,
|
|
|
|
|
2455, 2468, 2462, 2461, 2463, 2468, 2464, 2466, 71, 2467,
|
|
|
|
|
71, 2468, 2468, 2468, 2468, 2468, 2468, 2465, 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, 2468, 74, 74, 74, 74,
|
|
|
|
|
138, 138, 2468, 2468, 2468, 138, 138, 140, 140, 2468,
|
|
|
|
|
2468, 140, 2468, 140, 142, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
|
|
|
|
|
142, 145, 145, 2468, 2468, 2468, 145, 145, 147, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 147, 149, 149, 2468, 149, 149,
|
|
|
|
|
149, 149, 75, 75, 2468, 75, 75, 75, 75, 13,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-01-30 05:35:20 -05:00
|
|
|
static yyconst flex_int16_t yy_chk[4871] =
|
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-01-30 05:35:20 -05:00
|
|
|
2474, 8, 7, 9, 9, 9, 22, 22, 8, 10,
|
2017-07-17 04:21:19 -04:00
|
|
|
10, 10, 15, 25, 9, 21, 15, 25, 21, 21,
|
2017-10-17 11:16:31 -04:00
|
|
|
10, 11, 11, 11, 11, 11, 11, 19, 52, 19,
|
2017-07-17 04:21:19 -04:00
|
|
|
|
2017-10-17 11:16:31 -04:00
|
|
|
19, 52, 19, 11, 26, 26, 21, 25, 19, 19,
|
|
|
|
|
79, 29, 11, 12, 12, 12, 12, 12, 12, 26,
|
2017-07-17 04:21:19 -04:00
|
|
|
23, 23, 27, 27, 24, 12, 29, 31, 23, 24,
|
2017-10-17 11:16:31 -04:00
|
|
|
79, 27, 23, 24, 12, 23, 24, 28, 24, 24,
|
|
|
|
|
30, 28, 31, 34, 28, 30, 32, 32, 42, 33,
|
2018-01-30 05:35:20 -05:00
|
|
|
33, 28, 72, 28, 33, 32, 72, 35, 155, 36,
|
|
|
|
|
69, 32, 35, 42, 34, 32, 35, 47, 47, 155,
|
2018-01-22 03:35:44 -05:00
|
|
|
33, 88, 35, 36, 69, 35, 37, 37, 38, 63,
|
|
|
|
|
63, 37, 35, 38, 39, 39, 38, 39, 82, 77,
|
|
|
|
|
88, 37, 77, 38, 37, 40, 39, 38, 38, 40,
|
|
|
|
|
|
2018-01-30 05:35:20 -05:00
|
|
|
853, 78, 39, 41, 41, 78, 82, 80, 41, 40,
|
2018-01-22 03:35:44 -05:00
|
|
|
80, 96, 41, 40, 40, 58, 96, 58, 58, 66,
|
|
|
|
|
58, 66, 66, 68, 66, 68, 68, 71, 68, 71,
|
|
|
|
|
71, 66, 71, 83, 74, 84, 74, 74, 71, 74,
|
|
|
|
|
81, 85, 83, 81, 86, 74, 74, 85, 87, 84,
|
2018-01-30 05:35:20 -05:00
|
|
|
90, 93, 89, 85, 91, 92, 81, 94, 89, 97,
|
|
|
|
|
147, 95, 86, 86, 90, 95, 92, 92, 100, 93,
|
|
|
|
|
87, 89, 99, 97, 91, 94, 98, 104, 99, 98,
|
|
|
|
|
101, 102, 98, 103, 102, 101, 105, 100, 102, 110,
|
|
|
|
|
105, 104, 106, 107, 108, 98, 98, 99, 109, 106,
|
|
|
|
|
|
|
|
|
|
111, 108, 103, 113, 112, 101, 107, 103, 112, 110,
|
|
|
|
|
114, 109, 115, 116, 116, 114, 117, 122, 111, 114,
|
|
|
|
|
118, 113, 119, 120, 128, 123, 121, 125, 125, 121,
|
|
|
|
|
122, 123, 115, 118, 124, 126, 117, 119, 127, 118,
|
|
|
|
|
121, 129, 120, 128, 121, 130, 124, 131, 125, 131,
|
|
|
|
|
133, 132, 134, 126, 127, 133, 135, 137, 139, 139,
|
|
|
|
|
136, 130, 129, 132, 134, 136, 141, 146, 146, 141,
|
|
|
|
|
131, 137, 145, 143, 135, 143, 143, 148, 143, 148,
|
|
|
|
|
148, 149, 148, 149, 149, 151, 149, 152, 151, 153,
|
|
|
|
|
154, 156, 152, 149, 157, 153, 158, 159, 154, 156,
|
|
|
|
|
|
|
|
|
|
160, 161, 159, 198, 163, 154, 164, 164, 162, 163,
|
|
|
|
|
161, 158, 165, 157, 162, 162, 198, 166, 165, 166,
|
|
|
|
|
160, 167, 166, 168, 168, 167, 169, 170, 171, 144,
|
|
|
|
|
167, 172, 170, 171, 173, 167, 176, 177, 179, 166,
|
|
|
|
|
173, 167, 167, 172, 174, 169, 175, 178, 174, 180,
|
|
|
|
|
176, 175, 177, 181, 180, 184, 179, 185, 181, 178,
|
|
|
|
|
182, 182, 178, 173, 183, 186, 182, 187, 187, 183,
|
|
|
|
|
188, 186, 189, 185, 192, 184, 188, 190, 182, 191,
|
|
|
|
|
182, 193, 188, 190, 194, 195, 197, 193, 191, 194,
|
|
|
|
|
196, 195, 189, 197, 199, 192, 196, 200, 201, 202,
|
|
|
|
|
|
|
|
|
|
199, 203, 204, 205, 201, 206, 207, 208, 205, 203,
|
|
|
|
|
210, 209, 212, 213, 211, 204, 209, 200, 211, 213,
|
|
|
|
|
206, 202, 207, 214, 215, 216, 218, 208, 210, 217,
|
|
|
|
|
215, 217, 219, 218, 212, 221, 223, 220, 219, 229,
|
|
|
|
|
222, 214, 214, 220, 232, 216, 222, 226, 223, 224,
|
|
|
|
|
224, 225, 225, 226, 221, 227, 228, 231, 228, 230,
|
|
|
|
|
233, 227, 229, 232, 230, 236, 234, 235, 233, 231,
|
|
|
|
|
236, 226, 234, 235, 237, 228, 238, 239, 241, 237,
|
|
|
|
|
240, 242, 238, 243, 244, 245, 249, 246, 245, 246,
|
|
|
|
|
248, 243, 239, 248, 240, 242, 241, 247, 247, 250,
|
|
|
|
|
|
|
|
|
|
250, 251, 251, 252, 249, 253, 256, 254, 255, 244,
|
|
|
|
|
254, 257, 255, 258, 261, 256, 259, 257, 261, 252,
|
|
|
|
|
253, 260, 259, 260, 262, 262, 263, 258, 264, 265,
|
|
|
|
|
266, 263, 267, 268, 264, 261, 269, 269, 270, 271,
|
|
|
|
|
272, 270, 273, 275, 272, 282, 268, 277, 266, 265,
|
|
|
|
|
274, 274, 276, 267, 282, 276, 278, 271, 280, 277,
|
|
|
|
|
273, 275, 278, 279, 281, 284, 279, 283, 284, 142,
|
|
|
|
|
280, 286, 283, 281, 285, 287, 290, 287, 287, 288,
|
|
|
|
|
288, 281, 281, 286, 281, 289, 284, 285, 289, 291,
|
|
|
|
|
292, 293, 295, 290, 294, 294, 290, 295, 297, 292,
|
|
|
|
|
|
|
|
|
|
293, 296, 296, 298, 291, 299, 300, 301, 298, 302,
|
|
|
|
|
303, 304, 305, 297, 306, 302, 304, 299, 305, 306,
|
|
|
|
|
307, 309, 301, 310, 308, 307, 300, 308, 311, 308,
|
|
|
|
|
303, 307, 312, 314, 315, 309, 313, 311, 312, 310,
|
|
|
|
|
316, 313, 310, 317, 310, 319, 314, 318, 321, 322,
|
|
|
|
|
315, 321, 325, 315, 314, 315, 328, 324, 564, 319,
|
|
|
|
|
316, 325, 318, 322, 317, 564, 329, 321, 323, 326,
|
|
|
|
|
323, 323, 324, 327, 326, 326, 330, 328, 331, 327,
|
|
|
|
|
323, 332, 323, 323, 323, 329, 333, 323, 334, 335,
|
|
|
|
|
336, 330, 338, 337, 334, 342, 340, 339, 334, 341,
|
|
|
|
|
|
|
|
|
|
333, 332, 339, 344, 331, 341, 343, 338, 345, 346,
|
|
|
|
|
336, 340, 335, 337, 345, 342, 347, 344, 343, 348,
|
|
|
|
|
349, 349, 350, 349, 348, 351, 353, 352, 354, 355,
|
|
|
|
|
354, 356, 347, 355, 346, 356, 357, 357, 358, 359,
|
|
|
|
|
353, 351, 350, 352, 360, 361, 364, 362, 363, 368,
|
|
|
|
|
356, 364, 366, 358, 365, 359, 362, 363, 365, 361,
|
|
|
|
|
367, 366, 360, 372, 370, 369, 367, 362, 370, 362,
|
|
|
|
|
368, 369, 371, 373, 373, 374, 375, 371, 376, 377,
|
|
|
|
|
377, 375, 379, 372, 378, 380, 379, 381, 374, 382,
|
|
|
|
|
378, 376, 381, 383, 384, 385, 386, 389, 382, 388,
|
|
|
|
|
|
|
|
|
|
386, 387, 387, 393, 388, 383, 380, 385, 390, 390,
|
|
|
|
|
392, 392, 384, 394, 395, 396, 397, 401, 389, 399,
|
|
|
|
|
400, 394, 404, 395, 393, 403, 402, 404, 397, 405,
|
|
|
|
|
406, 401, 402, 408, 403, 396, 407, 399, 406, 399,
|
|
|
|
|
400, 409, 407, 405, 409, 410, 411, 412, 413, 416,
|
|
|
|
|
414, 410, 412, 408, 415, 419, 417, 418, 415, 421,
|
|
|
|
|
411, 417, 423, 422, 416, 424, 140, 425, 426, 410,
|
|
|
|
|
413, 414, 425, 418, 419, 420, 420, 428, 423, 421,
|
|
|
|
|
424, 420, 422, 420, 426, 429, 427, 430, 429, 431,
|
|
|
|
|
431, 420, 427, 428, 420, 420, 432, 427, 433, 433,
|
|
|
|
|
|
|
|
|
|
434, 420, 435, 436, 437, 438, 439, 430, 440, 441,
|
|
|
|
|
442, 439, 446, 443, 435, 434, 446, 440, 436, 443,
|
|
|
|
|
445, 432, 448, 437, 447, 442, 449, 438, 441, 445,
|
|
|
|
|
447, 450, 451, 452, 448, 453, 451, 453, 456, 454,
|
|
|
|
|
457, 449, 455, 455, 456, 458, 452, 454, 459, 450,
|
|
|
|
|
460, 458, 457, 460, 461, 463, 462, 464, 463, 465,
|
|
|
|
|
459, 462, 466, 474, 467, 468, 468, 466, 466, 461,
|
|
|
|
|
469, 469, 470, 464, 476, 465, 464, 467, 470, 471,
|
|
|
|
|
471, 472, 472, 473, 474, 475, 477, 479, 478, 473,
|
|
|
|
|
475, 478, 480, 476, 477, 481, 482, 483, 484, 481,
|
|
|
|
|
|
|
|
|
|
485, 483, 482, 486, 488, 485, 487, 489, 138, 488,
|
|
|
|
|
479, 480, 487, 491, 490, 493, 484, 490, 492, 492,
|
|
|
|
|
494, 489, 490, 486, 495, 494, 490, 496, 497, 495,
|
|
|
|
|
498, 491, 504, 493, 500, 499, 498, 500, 501, 505,
|
|
|
|
|
502, 496, 501, 497, 499, 502, 503, 509, 504, 506,
|
|
|
|
|
508, 503, 505, 510, 506, 507, 507, 515, 516, 508,
|
|
|
|
|
511, 512, 515, 509, 501, 510, 511, 512, 513, 514,
|
|
|
|
|
517, 513, 514, 518, 527, 519, 516, 520, 521, 518,
|
|
|
|
|
519, 521, 522, 520, 517, 523, 524, 522, 525, 526,
|
|
|
|
|
523, 523, 530, 527, 528, 526, 531, 529, 530, 524,
|
|
|
|
|
|
|
|
|
|
529, 525, 532, 528, 533, 534, 534, 532, 531, 533,
|
|
|
|
|
533, 535, 536, 537, 536, 529, 538, 539, 538, 540,
|
|
|
|
|
541, 542, 543, 545, 544, 546, 543, 547, 548, 549,
|
|
|
|
|
551, 552, 537, 544, 553, 539, 535, 540, 545, 541,
|
|
|
|
|
548, 542, 550, 546, 549, 554, 547, 555, 550, 551,
|
|
|
|
|
552, 557, 553, 556, 556, 557, 558, 559, 561, 560,
|
|
|
|
|
562, 70, 565, 554, 560, 563, 555, 565, 559, 566,
|
|
|
|
|
569, 64, 567, 572, 561, 558, 566, 567, 563, 562,
|
|
|
|
|
568, 571, 570, 573, 574, 568, 575, 572, 569, 570,
|
|
|
|
|
571, 575, 573, 578, 576, 577, 574, 576, 579, 577,
|
|
|
|
|
|
|
|
|
|
580, 580, 581, 581, 582, 582, 583, 578, 585, 587,
|
|
|
|
|
586, 581, 589, 588, 590, 583, 586, 588, 593, 579,
|
|
|
|
|
591, 594, 592, 595, 589, 601, 591, 585, 596, 587,
|
|
|
|
|
592, 59, 590, 596, 598, 604, 593, 596, 611, 605,
|
|
|
|
|
596, 54, 601, 595, 604, 605, 594, 596, 606, 598,
|
|
|
|
|
596, 609, 606, 607, 607, 608, 608, 610, 611, 612,
|
|
|
|
|
615, 614, 609, 617, 616, 612, 614, 618, 619, 619,
|
|
|
|
|
618, 610, 613, 613, 613, 624, 613, 622, 620, 613,
|
|
|
|
|
624, 615, 616, 629, 613, 620, 621, 621, 617, 631,
|
|
|
|
|
613, 613, 622, 623, 623, 625, 626, 627, 625, 627,
|
|
|
|
|
|
|
|
|
|
628, 626, 629, 630, 632, 633, 635, 630, 636, 631,
|
|
|
|
|
634, 634, 628, 633, 637, 638, 640, 640, 647, 639,
|
|
|
|
|
642, 635, 636, 632, 639, 642, 647, 638, 643, 644,
|
|
|
|
|
645, 646, 637, 645, 643, 644, 648, 646, 649, 651,
|
|
|
|
|
650, 652, 653, 653, 648, 650, 651, 655, 654, 657,
|
|
|
|
|
659, 661, 656, 660, 661, 655, 649, 654, 656, 659,
|
|
|
|
|
652, 662, 660, 663, 664, 664, 662, 665, 657, 666,
|
|
|
|
|
667, 668, 669, 673, 671, 669, 671, 663, 675, 667,
|
|
|
|
|
672, 672, 665, 669, 674, 676, 677, 678, 666, 674,
|
|
|
|
|
682, 679, 680, 681, 673, 668, 680, 683, 684, 675,
|
|
|
|
|
|
|
|
|
|
679, 685, 686, 688, 688, 676, 683, 678, 677, 682,
|
|
|
|
|
684, 681, 687, 689, 690, 691, 686, 693, 687, 692,
|
|
|
|
|
685, 694, 695, 696, 697, 698, 699, 694, 697, 696,
|
|
|
|
|
700, 693, 701, 689, 690, 700, 705, 691, 699, 692,
|
|
|
|
|
702, 702, 695, 703, 698, 704, 699, 706, 704, 703,
|
|
|
|
|
707, 708, 710, 701, 705, 716, 707, 709, 709, 711,
|
|
|
|
|
706, 712, 712, 713, 711, 714, 718, 715, 719, 714,
|
|
|
|
|
710, 708, 715, 721, 716, 722, 724, 724, 713, 725,
|
|
|
|
|
726, 728, 719, 725, 727, 728, 729, 730, 741, 731,
|
|
|
|
|
718, 53, 730, 721, 741, 726, 722, 723, 733, 732,
|
|
|
|
|
|
|
|
|
|
723, 729, 723, 731, 732, 732, 723, 734, 723, 727,
|
|
|
|
|
735, 734, 733, 723, 736, 737, 738, 739, 723, 736,
|
|
|
|
|
737, 740, 742, 743, 743, 735, 744, 745, 742, 736,
|
|
|
|
|
738, 744, 746, 745, 747, 740, 749, 750, 739, 753,
|
|
|
|
|
753, 751, 750, 757, 752, 754, 756, 758, 749, 755,
|
|
|
|
|
754, 746, 747, 748, 748, 751, 752, 755, 764, 748,
|
|
|
|
|
756, 748, 757, 759, 759, 760, 758, 763, 762, 760,
|
|
|
|
|
763, 765, 748, 748, 762, 766, 768, 764, 767, 748,
|
|
|
|
|
769, 766, 770, 767, 765, 771, 772, 773, 774, 769,
|
|
|
|
|
776, 770, 772, 775, 777, 768, 773, 778, 775, 781,
|
|
|
|
|
|
|
|
|
|
779, 771, 780, 784, 783, 781, 785, 774, 777, 779,
|
|
|
|
|
776, 780, 786, 48, 787, 788, 789, 778, 783, 787,
|
|
|
|
|
788, 789, 784, 790, 785, 791, 791, 786, 792, 793,
|
|
|
|
|
795, 796, 790, 799, 792, 798, 796, 796, 798, 797,
|
|
|
|
|
797, 800, 793, 797, 801, 802, 795, 799, 803, 804,
|
|
|
|
|
805, 802, 804, 806, 808, 807, 43, 809, 806, 801,
|
|
|
|
|
807, 800, 809, 811, 810, 814, 813, 815, 803, 810,
|
|
|
|
|
808, 805, 813, 815, 817, 811, 816, 816, 818, 819,
|
|
|
|
|
820, 814, 819, 817, 821, 822, 823, 824, 825, 829,
|
|
|
|
|
826, 832, 827, 824, 825, 826, 818, 827, 820, 823,
|
|
|
|
|
|
|
|
|
|
830, 830, 831, 821, 834, 822, 835, 829, 836, 832,
|
|
|
|
|
833, 831, 837, 833, 839, 834, 838, 842, 837, 843,
|
|
|
|
|
836, 840, 838, 844, 835, 846, 840, 841, 841, 839,
|
|
|
|
|
845, 847, 848, 843, 845, 844, 842, 849, 851, 854,
|
|
|
|
|
847, 852, 852, 846, 855, 856, 856, 857, 858, 859,
|
|
|
|
|
861, 848, 861, 854, 858, 859, 860, 851, 862, 855,
|
|
|
|
|
863, 860, 849, 862, 864, 865, 866, 857, 867, 868,
|
|
|
|
|
865, 869, 870, 875, 863, 872, 868, 873, 864, 871,
|
|
|
|
|
871, 866, 874, 878, 878, 876, 869, 867, 874, 872,
|
|
|
|
|
876, 870, 879, 875, 881, 873, 880, 879, 883, 876,
|
|
|
|
|
|
|
|
|
|
884, 876, 882, 880, 876, 882, 885, 886, 881, 884,
|
|
|
|
|
887, 885, 888, 890, 890, 887, 883, 891, 892, 893,
|
|
|
|
|
895, 894, 891, 898, 893, 894, 886, 896, 897, 895,
|
|
|
|
|
899, 888, 900, 902, 901, 898, 903, 904, 892, 900,
|
|
|
|
|
907, 906, 896, 905, 908, 899, 901, 897, 911, 905,
|
|
|
|
|
909, 912, 902, 913, 911, 904, 906, 903, 914, 909,
|
|
|
|
|
907, 913, 915, 916, 908, 912, 917, 915, 918, 919,
|
|
|
|
|
940, 917, 917, 920, 940, 916, 921, 921, 914, 923,
|
|
|
|
|
924, 926, 926, 919, 925, 14, 920, 918, 922, 924,
|
|
|
|
|
925, 928, 923, 922, 927, 932, 922, 922, 929, 927,
|
|
|
|
|
|
|
|
|
|
928, 922, 935, 929, 930, 931, 931, 922, 933, 930,
|
|
|
|
|
936, 922, 13, 934, 937, 932, 935, 933, 934, 938,
|
|
|
|
|
937, 939, 941, 942, 942, 938, 939, 943, 936, 943,
|
|
|
|
|
944, 941, 947, 946, 948, 949, 941, 946, 941, 951,
|
|
|
|
|
941, 944, 941, 950, 949, 952, 953, 947, 950, 950,
|
|
|
|
|
954, 956, 948, 951, 952, 955, 956, 957, 954, 958,
|
|
|
|
|
959, 960, 961, 962, 962, 953, 963, 961, 958, 955,
|
|
|
|
|
967, 957, 964, 964, 966, 967, 968, 966, 959, 969,
|
|
|
|
|
969, 963, 970, 971, 971, 972, 960, 973, 974, 977,
|
|
|
|
|
972, 975, 975, 976, 977, 968, 979, 981, 980, 979,
|
|
|
|
|
|
|
|
|
|
985, 982, 970, 980, 988, 981, 982, 983, 973, 974,
|
|
|
|
|
984, 984, 983, 976, 986, 987, 998, 988, 985, 990,
|
|
|
|
|
986, 991, 987, 992, 993, 990, 994, 991, 992, 995,
|
|
|
|
|
993, 996, 997, 997, 1000, 994, 998, 1001, 1003, 1004,
|
|
|
|
|
1006, 1005, 996, 1007, 1003, 1008, 1009, 1009, 995, 1010,
|
|
|
|
|
1011, 1013, 1006, 1004, 1000, 1012, 1013, 1007, 1015, 1004,
|
|
|
|
|
1001, 1005, 1016, 1008, 1014, 1014, 1018, 1016, 1022, 1010,
|
|
|
|
|
1020, 1019, 1021, 1012, 1023, 1011, 1019, 1019, 1024, 1020,
|
|
|
|
|
1021, 1015, 1022, 1025, 1026, 1018, 1026, 1027, 1025, 1023,
|
|
|
|
|
1029, 1025, 1028, 1024, 1029, 1030, 1024, 1031, 1028, 1032,
|
|
|
|
|
|
|
|
|
|
1033, 1027, 1034, 1035, 1036, 1038, 1030, 1034, 1039, 1040,
|
|
|
|
|
1040, 1041, 1042, 1043, 1045, 1041, 1031, 1044, 1033, 1038,
|
|
|
|
|
1046, 1035, 1047, 1048, 1036, 1032, 1039, 1049, 1051, 1044,
|
|
|
|
|
1042, 1050, 1043, 1045, 1046, 1051, 1050, 1047, 1048, 1052,
|
|
|
|
|
1053, 1054, 1055, 1055, 1052, 1056, 1049, 1057, 1058, 1059,
|
|
|
|
|
1054, 1060, 1066, 1057, 1059, 1061, 1066, 1060, 1053, 1067,
|
|
|
|
|
1056, 1061, 1062, 1062, 1063, 1063, 1065, 1065, 1067, 1058,
|
|
|
|
|
1068, 1069, 1070, 1071, 1072, 1072, 1073, 1075, 1074, 1076,
|
|
|
|
|
1071, 1077, 1075, 1080, 1078, 1069, 1074, 1070, 1068, 1078,
|
|
|
|
|
1078, 1081, 1079, 1076, 1082, 1083, 1073, 1079, 1079, 1084,
|
|
|
|
|
|
|
|
|
|
1077, 1085, 1086, 1080, 1089, 1084, 1087, 1090, 1093, 1088,
|
|
|
|
|
1081, 1091, 1087, 1082, 1083, 1088, 1092, 1094, 1095, 1096,
|
|
|
|
|
1096, 1086, 1093, 1089, 1098, 1097, 1090, 1085, 1097, 1100,
|
|
|
|
|
1091, 1099, 1099, 1095, 1100, 1092, 1098, 1101, 1094, 1102,
|
|
|
|
|
1103, 1101, 1104, 1108, 1105, 1107, 1105, 1109, 1109, 1103,
|
|
|
|
|
1105, 1110, 1102, 1111, 1112, 1104, 1110, 1111, 1112, 1108,
|
|
|
|
|
1113, 1114, 1115, 1105, 1116, 1107, 1117, 1117, 1119, 1121,
|
|
|
|
|
1116, 1122, 1122, 1128, 1121, 1123, 1125, 1125, 1129, 1114,
|
|
|
|
|
1113, 1123, 1115, 1127, 1127, 1131, 1119, 1133, 1131, 1128,
|
|
|
|
|
1132, 1132, 1133, 1135, 1129, 1134, 1134, 1136, 1137, 1137,
|
|
|
|
|
|
|
|
|
|
1138, 1139, 1140, 1141, 1141, 1142, 1139, 1143, 1135, 1142,
|
|
|
|
|
1144, 1144, 1145, 1146, 1138, 1147, 1148, 1140, 1149, 1147,
|
|
|
|
|
1151, 1151, 1136, 1149, 1146, 1152, 1153, 1143, 1154, 1154,
|
|
|
|
|
1156, 1155, 1157, 1158, 1145, 1148, 1155, 1160, 1164, 1159,
|
|
|
|
|
1153, 1162, 1158, 1152, 1159, 1161, 1162, 1161, 1163, 1165,
|
|
|
|
|
1156, 1167, 1157, 1169, 1163, 1165, 1170, 1160, 1164, 1168,
|
|
|
|
|
1168, 1172, 1170, 1173, 1173, 1167, 1174, 1174, 1175, 1176,
|
|
|
|
|
1178, 1177, 1169, 1178, 1179, 1179, 1180, 1181, 1182, 1187,
|
|
|
|
|
0, 1182, 1175, 1183, 1182, 1172, 1177, 1176, 1180, 1183,
|
|
|
|
|
1184, 1185, 1195, 1186, 1194, 1184, 1182, 1181, 1186, 1188,
|
|
|
|
|
|
|
|
|
|
1185, 1189, 1188, 1193, 1187, 1190, 1190, 1189, 1191, 1191,
|
|
|
|
|
1192, 1195, 1194, 1196, 1197, 1192, 1193, 1198, 1201, 1199,
|
|
|
|
|
1197, 1200, 1205, 1198, 1199, 1202, 1204, 1200, 1203, 1203,
|
|
|
|
|
1202, 1204, 1206, 1196, 1207, 1208, 1209, 1212, 1213, 1210,
|
|
|
|
|
1205, 1201, 1211, 1212, 1214, 1215, 1216, 1218, 1218, 1208,
|
|
|
|
|
1209, 1210, 1206, 1219, 1207, 1211, 1220, 1222, 1213, 1215,
|
|
|
|
|
1223, 1220, 1221, 1221, 1214, 1224, 1225, 1216, 1226, 1228,
|
|
|
|
|
1227, 1229, 1222, 1219, 1223, 1230, 1228, 1226, 1232, 1234,
|
|
|
|
|
1229, 1235, 1235, 1229, 1225, 1227, 1236, 1236, 1238, 1224,
|
|
|
|
|
1240, 1230, 1237, 1232, 1239, 1237, 1241, 1242, 1232, 1239,
|
|
|
|
|
|
|
|
|
|
1243, 1244, 1245, 1247, 1234, 1241, 1240, 1238, 1245, 1243,
|
|
|
|
|
1244, 1248, 1243, 1246, 1246, 1249, 1242, 1250, 1251, 1254,
|
|
|
|
|
1252, 1255, 1257, 1247, 1248, 1256, 1256, 1258, 1260, 1260,
|
|
|
|
|
1259, 1250, 1252, 1249, 1251, 1259, 1258, 1261, 1257, 1255,
|
|
|
|
|
1262, 1266, 1263, 1260, 1254, 1265, 1261, 1263, 1263, 1261,
|
|
|
|
|
1268, 1265, 1267, 1267, 1273, 1269, 1268, 1270, 1262, 1266,
|
|
|
|
|
1269, 1271, 1274, 1270, 1275, 1279, 1276, 1271, 1274, 1276,
|
|
|
|
|
1280, 1281, 1282, 1284, 1273, 1276, 1283, 1275, 1285, 1281,
|
|
|
|
|
1286, 1287, 1283, 1290, 1279, 1282, 1284, 1288, 1289, 1280,
|
|
|
|
|
1292, 1292, 1293, 1288, 1287, 1295, 1285, 1298, 1294, 1286,
|
|
|
|
|
|
|
|
|
|
1295, 1290, 1294, 1296, 1289, 1297, 1298, 1299, 1296, 1301,
|
|
|
|
|
1297, 1303, 1293, 1302, 1302, 1304, 1305, 1306, 1307, 1308,
|
|
|
|
|
1309, 1310, 1304, 1311, 1301, 1303, 1309, 0, 1305, 1306,
|
|
|
|
|
1299, 1317, 1312, 1310, 1313, 1313, 1317, 1307, 1312, 1308,
|
|
|
|
|
1314, 1311, 1318, 1314, 1315, 1315, 1319, 1319, 1320, 1323,
|
|
|
|
|
1321, 1318, 1321, 1322, 1324, 1325, 1322, 1326, 1327, 1328,
|
|
|
|
|
1320, 1331, 1329, 1327, 1330, 1333, 1331, 1334, 1328, 1323,
|
|
|
|
|
1337, 1332, 1339, 1325, 1329, 1326, 1324, 1335, 1335, 1330,
|
|
|
|
|
1332, 1336, 1334, 1338, 1340, 1333, 1340, 1336, 1341, 1341,
|
|
|
|
|
1344, 1337, 1339, 1332, 1342, 1342, 1343, 1343, 1345, 1345,
|
|
|
|
|
|
|
|
|
|
1346, 1347, 1338, 1348, 1348, 1349, 1350, 1353, 1351, 1349,
|
|
|
|
|
1344, 1351, 1350, 1353, 1354, 1356, 1357, 1355, 1362, 1357,
|
|
|
|
|
0, 1346, 1347, 1355, 1358, 1358, 1359, 1359, 1360, 1361,
|
|
|
|
|
1363, 1364, 1354, 1365, 1360, 1368, 1370, 1364, 1362, 1367,
|
|
|
|
|
1356, 1361, 1361, 1361, 1367, 1367, 1371, 1370, 1361, 1368,
|
|
|
|
|
1363, 1372, 1369, 1365, 1369, 1373, 1374, 1372, 1375, 1376,
|
|
|
|
|
1376, 1371, 1377, 1379, 1373, 1378, 1378, 1380, 1381, 1381,
|
|
|
|
|
1382, 1382, 1385, 1386, 1387, 1387, 1374, 1388, 1389, 1375,
|
|
|
|
|
1391, 1385, 1390, 1379, 1393, 1389, 1392, 1392, 1377, 1380,
|
|
|
|
|
1396, 1390, 1388, 1394, 1386, 1396, 1397, 1398, 1399, 1402,
|
|
|
|
|
|
|
|
|
|
1402, 1400, 1397, 1404, 1405, 1399, 1391, 1400, 1401, 1394,
|
|
|
|
|
1393, 1403, 1404, 1406, 1401, 1407, 1403, 1398, 1408, 1409,
|
|
|
|
|
1410, 1408, 1411, 1411, 1405, 1412, 1415, 1407, 1416, 1413,
|
|
|
|
|
1419, 1418, 1406, 1413, 1419, 1420, 1425, 1409, 1421, 1427,
|
|
|
|
|
1412, 1420, 1423, 1416, 1428, 1415, 1410, 1421, 1426, 1413,
|
|
|
|
|
1418, 1422, 1422, 1423, 1424, 1424, 1436, 1425, 1423, 1427,
|
|
|
|
|
1429, 1431, 1426, 1437, 1428, 1434, 1429, 1430, 1430, 1432,
|
|
|
|
|
1432, 1434, 1431, 1433, 1435, 1437, 1440, 1431, 1433, 1433,
|
|
|
|
|
1435, 1438, 1436, 1442, 1443, 1441, 1444, 1438, 1440, 1441,
|
|
|
|
|
1445, 1446, 1444, 1447, 1453, 1442, 1449, 1446, 1454, 1449,
|
|
|
|
|
|
|
|
|
|
1450, 1450, 1451, 1451, 1454, 1447, 1452, 1452, 1456, 1443,
|
|
|
|
|
1455, 1457, 1445, 1456, 1453, 1458, 1455, 1457, 1460, 1462,
|
|
|
|
|
1463, 1465, 1462, 1460, 1458, 1466, 1467, 1468, 1468, 1469,
|
|
|
|
|
1470, 1467, 1463, 1465, 1471, 1470, 1473, 1466, 1469, 1471,
|
|
|
|
|
1472, 1472, 1474, 1475, 1476, 1477, 1480, 1478, 1479, 1477,
|
|
|
|
|
1483, 1474, 1478, 1484, 1479, 1485, 1473, 1482, 1482, 1486,
|
|
|
|
|
1480, 1475, 1484, 1476, 1485, 1487, 1490, 1490, 1483, 1482,
|
|
|
|
|
1492, 1486, 1493, 1496, 1495, 1497, 1498, 1502, 1487, 1499,
|
|
|
|
|
1499, 1497, 1500, 1505, 1500, 1502, 1492, 1496, 1493, 1495,
|
|
|
|
|
1501, 1501, 1504, 1498, 1506, 1506, 1507, 1508, 1509, 1504,
|
|
|
|
|
|
|
|
|
|
1510, 1511, 1512, 1505, 1513, 1507, 1516, 1519, 1514, 1517,
|
|
|
|
|
1509, 1520, 1510, 1511, 1514, 1518, 1518, 1521, 1508, 1513,
|
|
|
|
|
1521, 1517, 1523, 1527, 1522, 1519, 1516, 1514, 1512, 1522,
|
|
|
|
|
1525, 1520, 1526, 1528, 1526, 1525, 1529, 1531, 1528, 1534,
|
|
|
|
|
1536, 1527, 1523, 1529, 1542, 1532, 1531, 1532, 1535, 1535,
|
|
|
|
|
1537, 1539, 1538, 1534, 1538, 1537, 1539, 1540, 1541, 1543,
|
|
|
|
|
1545, 1546, 1540, 1544, 1542, 1543, 1536, 1548, 1544, 1546,
|
|
|
|
|
1549, 1550, 1550, 1545, 1551, 1551, 1541, 1552, 1553, 1554,
|
|
|
|
|
1562, 1556, 1555, 1556, 1549, 1554, 1548, 1555, 1557, 1558,
|
|
|
|
|
1558, 1571, 1552, 1559, 1559, 1560, 1564, 1561, 1553, 1561,
|
|
|
|
|
|
|
|
|
|
1557, 1562, 1563, 1563, 1560, 1564, 1565, 1560, 1567, 1568,
|
|
|
|
|
1570, 1571, 1572, 1567, 1568, 1573, 1574, 1576, 1565, 1577,
|
|
|
|
|
1579, 1581, 1576, 1570, 1577, 1582, 1579, 1581, 1583, 1584,
|
|
|
|
|
1572, 1585, 1574, 1573, 1586, 1586, 1587, 1588, 1588, 1579,
|
|
|
|
|
1585, 1589, 1590, 1583, 1591, 1587, 1590, 1593, 1582, 1591,
|
|
|
|
|
1592, 1594, 1593, 1593, 1584, 1595, 1598, 1598, 1600, 1594,
|
|
|
|
|
1589, 1599, 1599, 1592, 1601, 1601, 1603, 1600, 1602, 1602,
|
|
|
|
|
1604, 1605, 1607, 1607, 1606, 1595, 1599, 1605, 1603, 1606,
|
|
|
|
|
1608, 1612, 1611, 1609, 1615, 1608, 1611, 1599, 1604, 1609,
|
|
|
|
|
1613, 1616, 1617, 1618, 1613, 1619, 1616, 1621, 1620, 1624,
|
|
|
|
|
|
|
|
|
|
1619, 1612, 1622, 1622, 1626, 1627, 1623, 1625, 1618, 1615,
|
|
|
|
|
1623, 1633, 1625, 1621, 1624, 1617, 1620, 1628, 1629, 1629,
|
|
|
|
|
1631, 1632, 1628, 1634, 1627, 1635, 1637, 1636, 1638, 1644,
|
|
|
|
|
1626, 1640, 1641, 1641, 1633, 1646, 1646, 1643, 1637, 1631,
|
|
|
|
|
1632, 1645, 1642, 1644, 1635, 1642, 1640, 1634, 1636, 1638,
|
|
|
|
|
1643, 1647, 1647, 1649, 1645, 1648, 1648, 1650, 1651, 1651,
|
|
|
|
|
1652, 1653, 1653, 1657, 1658, 1659, 1654, 1662, 1649, 1652,
|
|
|
|
|
1650, 1654, 1652, 1656, 1660, 1660, 1664, 1659, 1656, 1661,
|
|
|
|
|
1661, 1663, 1663, 1657, 1658, 1667, 1662, 1665, 1665, 1666,
|
|
|
|
|
1666, 1668, 1670, 1672, 1664, 1671, 1671, 1670, 1674, 1667,
|
|
|
|
|
|
|
|
|
|
1673, 1673, 1675, 1676, 1677, 1677, 1676, 1679, 1675, 1680,
|
|
|
|
|
1668, 1681, 1672, 1678, 1678, 1684, 1674, 1682, 1682, 1685,
|
|
|
|
|
1677, 1686, 1689, 1687, 1680, 1691, 1679, 1687, 1688, 1688,
|
|
|
|
|
1681, 1690, 1690, 1692, 1693, 1684, 1686, 1694, 1694, 1695,
|
|
|
|
|
1692, 1689, 1685, 1698, 1696, 1691, 1696, 1699, 1695, 1700,
|
|
|
|
|
1701, 1702, 1699, 1703, 1704, 1698, 1705, 1707, 1703, 1704,
|
|
|
|
|
1693, 1705, 1706, 1701, 1709, 1708, 1710, 1711, 1717, 1713,
|
|
|
|
|
1712, 0, 1702, 1709, 1700, 1710, 1711, 1706, 1708, 1712,
|
|
|
|
|
1714, 1715, 1707, 1713, 1719, 1715, 1714, 1723, 1717, 1720,
|
|
|
|
|
1720, 1721, 1726, 1719, 1722, 1722, 1725, 1721, 1728, 1729,
|
|
|
|
|
|
|
|
|
|
1731, 1726, 1730, 1722, 1735, 1733, 0, 1723, 1733, 1723,
|
|
|
|
|
1728, 1725, 1731, 1734, 1736, 1729, 0, 1730, 1734, 1737,
|
|
|
|
|
1737, 1739, 1739, 1742, 1735, 1740, 1736, 1741, 1740, 1742,
|
|
|
|
|
1743, 1745, 1741, 1744, 1744, 1747, 1743, 1746, 1746, 1748,
|
|
|
|
|
1749, 1750, 1750, 1753, 1752, 1745, 1753, 1747, 1752, 1754,
|
|
|
|
|
1754, 1755, 1756, 1748, 1757, 1759, 1755, 1760, 1757, 1749,
|
|
|
|
|
1761, 1762, 1763, 1764, 1765, 1762, 1767, 1766, 1764, 1769,
|
|
|
|
|
1765, 1770, 1756, 1766, 1761, 1759, 1770, 1760, 1776, 1772,
|
|
|
|
|
1771, 1773, 1763, 1773, 1767, 1769, 1771, 1772, 1777, 1777,
|
|
|
|
|
1778, 1779, 1776, 1778, 1780, 1780, 1782, 1783, 1784, 1786,
|
|
|
|
|
|
|
|
|
|
1782, 1785, 1785, 1783, 1789, 1789, 1791, 1794, 1786, 1795,
|
|
|
|
|
1784, 1802, 1794, 1803, 1795, 1796, 1796, 1779, 1798, 1798,
|
|
|
|
|
1800, 1801, 1801, 1804, 1791, 1806, 1800, 1802, 1804, 1807,
|
|
|
|
|
1808, 1808, 1811, 1810, 1812, 1803, 1813, 0, 1811, 1815,
|
|
|
|
|
1815, 1807, 1810, 1821, 1806, 1817, 1817, 1818, 1818, 1819,
|
|
|
|
|
1822, 1813, 1812, 1820, 1819, 1820, 1823, 1821, 1824, 1824,
|
|
|
|
|
1827, 1823, 1825, 1825, 1822, 1826, 1826, 1828, 1829, 1829,
|
|
|
|
|
1830, 1830, 1827, 1835, 1831, 1832, 1832, 1833, 1833, 1834,
|
|
|
|
|
1835, 1836, 1837, 1838, 1839, 1828, 1831, 1841, 1838, 1840,
|
|
|
|
|
1840, 1834, 1842, 1836, 1843, 1844, 1841, 1845, 1846, 1847,
|
|
|
|
|
|
|
|
|
|
1847, 1848, 1837, 1850, 1839, 1849, 1851, 1896, 1844, 1896,
|
|
|
|
|
1848, 1864, 1846, 1852, 1843, 1854, 1852, 1853, 1842, 1855,
|
|
|
|
|
1854, 1845, 1862, 1849, 1855, 1850, 1856, 1856, 1863, 1851,
|
|
|
|
|
1864, 1853, 1857, 1857, 1858, 1858, 1861, 1861, 1866, 1863,
|
|
|
|
|
1862, 1867, 1868, 1869, 1870, 1871, 1873, 1873, 1872, 1875,
|
|
|
|
|
1875, 1876, 1878, 1870, 1877, 1877, 1879, 1881, 1866, 1867,
|
|
|
|
|
1876, 1880, 1882, 1869, 1868, 1871, 1872, 1883, 1880, 1885,
|
|
|
|
|
1878, 1884, 1881, 1888, 1879, 1886, 1886, 1887, 1887, 1888,
|
|
|
|
|
1882, 1889, 1890, 1891, 1892, 1883, 1893, 1884, 1885, 1892,
|
|
|
|
|
1894, 1895, 1897, 1897, 1899, 1899, 1895, 1890, 1898, 1889,
|
|
|
|
|
|
|
|
|
|
1898, 1901, 1891, 1903, 1904, 1908, 1893, 1905, 1909, 1912,
|
|
|
|
|
1894, 1909, 1903, 1910, 1910, 1911, 1913, 1913, 1914, 1916,
|
|
|
|
|
1901, 1974, 1914, 1932, 1904, 1908, 1905, 1912, 1917, 1919,
|
|
|
|
|
1911, 1924, 1917, 1974, 1916, 1918, 1918, 1921, 1921, 1923,
|
|
|
|
|
1923, 1926, 1919, 1925, 1925, 1932, 1926, 1927, 1927, 1933,
|
|
|
|
|
1924, 1931, 1931, 1934, 1935, 1938, 1939, 1941, 1942, 1940,
|
|
|
|
|
1938, 1943, 1933, 1935, 1940, 1941, 1934, 1945, 1946, 1943,
|
|
|
|
|
1939, 1947, 1948, 1946, 1949, 1949, 1947, 1942, 1950, 1950,
|
|
|
|
|
1952, 1951, 1945, 1953, 1956, 1952, 1954, 1948, 1951, 1953,
|
|
|
|
|
1957, 1954, 1955, 1955, 1962, 1957, 1958, 1958, 1964, 1956,
|
|
|
|
|
|
|
|
|
|
1959, 1959, 1963, 1964, 1964, 1963, 1965, 1962, 1966, 1967,
|
|
|
|
|
1968, 1965, 1969, 1966, 1968, 1967, 1970, 1969, 1971, 1972,
|
|
|
|
|
1976, 1973, 1980, 1976, 1978, 1970, 1973, 1972, 1981, 1978,
|
|
|
|
|
1979, 1984, 1984, 1971, 1982, 1979, 1983, 1985, 1988, 1989,
|
|
|
|
|
1980, 1981, 1990, 1982, 1992, 1983, 1985, 1991, 1991, 1993,
|
|
|
|
|
1994, 1995, 1995, 1996, 1998, 2000, 2001, 1988, 1993, 1989,
|
|
|
|
|
2001, 1990, 2002, 1992, 2007, 1994, 2003, 2003, 2002, 1998,
|
|
|
|
|
2004, 2005, 1996, 2007, 2008, 2000, 2005, 2010, 2004, 2011,
|
|
|
|
|
2012, 2010, 2014, 2014, 2017, 2017, 2019, 2008, 2021, 2022,
|
|
|
|
|
2022, 2023, 2023, 2011, 2029, 2012, 2024, 2024, 2025, 2026,
|
|
|
|
|
|
|
|
|
|
2026, 2025, 2027, 2027, 2028, 2028, 2019, 2031, 2021, 2029,
|
|
|
|
|
2030, 2030, 2032, 2033, 2034, 2034, 2035, 2038, 2039, 2033,
|
|
|
|
|
2035, 2040, 2038, 2038, 2041, 2031, 2032, 2040, 2042, 2043,
|
|
|
|
|
2041, 2044, 2044, 2043, 2047, 2048, 2051, 2049, 2053, 2047,
|
|
|
|
|
2049, 2039, 2052, 2048, 2054, 2052, 2055, 2056, 2057, 2054,
|
|
|
|
|
2058, 2058, 2059, 2042, 2061, 2053, 2053, 2060, 2062, 2062,
|
|
|
|
|
2068, 2051, 2057, 2066, 2055, 2060, 2069, 2056, 2063, 2063,
|
|
|
|
|
2071, 2059, 2070, 2061, 2064, 2064, 2065, 2065, 2067, 2066,
|
|
|
|
|
2068, 2070, 2072, 2067, 2074, 2074, 2075, 2076, 2079, 2075,
|
|
|
|
|
2071, 2082, 2069, 2078, 2078, 2079, 2080, 2080, 2081, 2084,
|
|
|
|
|
|
|
|
|
|
2082, 2087, 2072, 2081, 2086, 2076, 2085, 2085, 2086, 2088,
|
|
|
|
|
2087, 2091, 2090, 2089, 2093, 2093, 2095, 2084, 2089, 2089,
|
|
|
|
|
2091, 2094, 2098, 2100, 2088, 2090, 2104, 2102, 2095, 2106,
|
|
|
|
|
2094, 2104, 2105, 2105, 2108, 2100, 2109, 2109, 2106, 2108,
|
|
|
|
|
2109, 2111, 2111, 2112, 2113, 2115, 2114, 2098, 2102, 2117,
|
|
|
|
|
2115, 2118, 2112, 2119, 2121, 2117, 2118, 2122, 2119, 2120,
|
|
|
|
|
2120, 2123, 2124, 2125, 2113, 2114, 2123, 2126, 2129, 2125,
|
|
|
|
|
2127, 2127, 2121, 2130, 2131, 2131, 2132, 2133, 2122, 2134,
|
|
|
|
|
2124, 2136, 2135, 2134, 2137, 2138, 2140, 2129, 2130, 2132,
|
|
|
|
|
2133, 2135, 2126, 2138, 2139, 2141, 2141, 2136, 2142, 2139,
|
|
|
|
|
|
|
|
|
|
2144, 2144, 2147, 2137, 2145, 2145, 2149, 2149, 2150, 2151,
|
|
|
|
|
2153, 2153, 2140, 2154, 2151, 2155, 2156, 2142, 2158, 2158,
|
|
|
|
|
2159, 2161, 2164, 2147, 2150, 2162, 2162, 2163, 2163, 2165,
|
|
|
|
|
2167, 2164, 2166, 2154, 2159, 2156, 2168, 2174, 2155, 2169,
|
|
|
|
|
2169, 2170, 2167, 2161, 2170, 2171, 2171, 2173, 2175, 2165,
|
|
|
|
|
2179, 2166, 2176, 2176, 2175, 2177, 2168, 2174, 2177, 2173,
|
|
|
|
|
2178, 2183, 2181, 2189, 2182, 2184, 2178, 2181, 2179, 2182,
|
|
|
|
|
2185, 2184, 2186, 2186, 2188, 2188, 2191, 2191, 2192, 2192,
|
|
|
|
|
2183, 2193, 2189, 2194, 2195, 2204, 2193, 2185, 2185, 2195,
|
|
|
|
|
2196, 2196, 2197, 2197, 2198, 2198, 2199, 2194, 2201, 2201,
|
|
|
|
|
|
|
|
|
|
2206, 2199, 2207, 2207, 2204, 2209, 2209, 2210, 2211, 2212,
|
|
|
|
|
2213, 2213, 2214, 2217, 2218, 2219, 2223, 2214, 2212, 2224,
|
|
|
|
|
2218, 2210, 2206, 2219, 2220, 2220, 2221, 2217, 2211, 2225,
|
|
|
|
|
2226, 2221, 2227, 2229, 2225, 2230, 2223, 2231, 2227, 2224,
|
|
|
|
|
2232, 2229, 2226, 2233, 2237, 2236, 2234, 2235, 2240, 2237,
|
|
|
|
|
2243, 2243, 2244, 2244, 2230, 2245, 2330, 2231, 2330, 2245,
|
|
|
|
|
2232, 2233, 2234, 2253, 2235, 2235, 2236, 2253, 2240, 2249,
|
|
|
|
|
2249, 2251, 2251, 2252, 2252, 2256, 2252, 2255, 2255, 2260,
|
|
|
|
|
2257, 2259, 2259, 2261, 2262, 2264, 2260, 2261, 2265, 2266,
|
|
|
|
|
2266, 2267, 2267, 2256, 2257, 2268, 2268, 2265, 2269, 2262,
|
|
|
|
|
|
|
|
|
|
2270, 2272, 2271, 2264, 2273, 2270, 2272, 2272, 2274, 2275,
|
|
|
|
|
2273, 2271, 2277, 2269, 2271, 2276, 2278, 2277, 2279, 2280,
|
|
|
|
|
2280, 2278, 2283, 2283, 2275, 2286, 2286, 2287, 2287, 2288,
|
|
|
|
|
2288, 2290, 2294, 2274, 2291, 2291, 2276, 2279, 2293, 2293,
|
|
|
|
|
2290, 2295, 2296, 2296, 2297, 2298, 2298, 2294, 2301, 2302,
|
|
|
|
|
2303, 2305, 2302, 2295, 2304, 2304, 2308, 2307, 2309, 2297,
|
|
|
|
|
2307, 2311, 2308, 2310, 2312, 2313, 2301, 2319, 2310, 2305,
|
|
|
|
|
2319, 2322, 2309, 2323, 2325, 2324, 2303, 2323, 2327, 2328,
|
|
|
|
|
2311, 2313, 2312, 2331, 2329, 2332, 2332, 2333, 2325, 2329,
|
|
|
|
|
2328, 2334, 2336, 2335, 2322, 2324, 2337, 2338, 2331, 2339,
|
|
|
|
|
|
|
|
|
|
2333, 2327, 2340, 2341, 2341, 2342, 2343, 2343, 2336, 2347,
|
|
|
|
|
2334, 2335, 2338, 2348, 2342, 2350, 2340, 2344, 2344, 2339,
|
|
|
|
|
2350, 2337, 2345, 2345, 2346, 2346, 2349, 2351, 2347, 2349,
|
|
|
|
|
2352, 2353, 2351, 2348, 2354, 2355, 2356, 2356, 2357, 2359,
|
|
|
|
|
2354, 2361, 2364, 2364, 2365, 2365, 2353, 2367, 2366, 2355,
|
|
|
|
|
2370, 2372, 2368, 2380, 2359, 2352, 2366, 2357, 2368, 2361,
|
|
|
|
|
2371, 2369, 2374, 2375, 2370, 2376, 2367, 2369, 2378, 2376,
|
|
|
|
|
2372, 2379, 2380, 2371, 2381, 2383, 2379, 2375, 2382, 2384,
|
|
|
|
|
2385, 2386, 2374, 2387, 2384, 2385, 0, 2381, 2378, 2388,
|
|
|
|
|
2388, 2382, 2389, 2392, 2383, 2390, 2395, 2389, 2392, 2386,
|
|
|
|
|
|
|
|
|
|
2393, 2390, 2387, 2391, 2391, 2393, 2394, 2396, 2400, 2397,
|
|
|
|
|
2401, 2394, 2400, 2396, 2397, 2395, 2398, 2398, 2402, 2403,
|
|
|
|
|
2404, 2405, 2406, 2407, 2413, 2402, 2414, 2405, 2411, 2401,
|
|
|
|
|
2408, 2408, 2410, 2410, 2420, 2415, 2407, 2411, 2403, 2404,
|
|
|
|
|
2411, 2406, 2412, 2413, 2418, 2414, 2417, 2412, 2415, 2416,
|
|
|
|
|
2416, 2417, 2421, 2421, 2422, 2423, 2423, 2418, 2424, 2424,
|
|
|
|
|
2420, 2425, 2426, 2427, 2428, 2428, 2425, 2429, 2430, 2426,
|
|
|
|
|
2430, 2432, 2429, 2422, 2431, 2431, 2433, 2434, 2432, 2435,
|
|
|
|
|
2436, 2439, 2427, 2433, 2435, 2438, 2438, 2441, 2442, 2443,
|
|
|
|
|
2444, 2448, 2441, 2442, 2445, 2445, 2434, 2447, 2447, 2436,
|
|
|
|
|
|
|
|
|
|
2439, 2449, 2450, 2450, 2451, 2451, 2452, 2462, 2443, 2444,
|
|
|
|
|
2448, 2454, 2454, 2452, 2455, 2455, 2456, 2458, 2463, 2461,
|
|
|
|
|
2449, 0, 2458, 2456, 2461, 0, 2462, 2464, 2464, 2465,
|
|
|
|
|
2465, 0, 0, 0, 0, 0, 0, 2463, 2469, 2469,
|
|
|
|
|
2469, 2469, 2469, 2469, 2469, 2470, 2470, 2470, 2470, 2470,
|
|
|
|
|
2470, 2470, 2471, 2471, 2471, 2471, 2471, 2471, 2471, 2472,
|
|
|
|
|
2472, 2472, 2472, 2472, 2472, 2472, 2473, 2473, 2473, 2473,
|
|
|
|
|
2473, 2473, 2473, 2475, 2475, 0, 2475, 2475, 2475, 2475,
|
|
|
|
|
2476, 2476, 0, 0, 0, 2476, 2476, 2477, 2477, 0,
|
|
|
|
|
0, 2477, 0, 2477, 2478, 0, 0, 0, 0, 0,
|
|
|
|
|
|
|
|
|
|
2478, 2479, 2479, 0, 0, 0, 2479, 2479, 2480, 0,
|
|
|
|
|
0, 0, 0, 0, 2480, 2481, 2481, 0, 2481, 2481,
|
|
|
|
|
2481, 2481, 2482, 2482, 0, 2482, 2482, 2482, 2482, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468,
|
|
|
|
|
2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468, 2468
|
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-01-30 05:35:20 -05:00
|
|
|
#line 2528 "<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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-30 05:35:20 -05:00
|
|
|
#line 2751 "<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-01-30 05:35:20 -05:00
|
|
|
if ( yy_current_state >= 2469 )
|
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-01-30 05:35:20 -05:00
|
|
|
while ( yy_base[yy_current_state] != 4830 );
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
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-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
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"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05: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 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05: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 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
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-01-22 03:35:44 -05:00
|
|
|
{
|
2018-01-30 05:35:20 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
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-01-30 05:35:20 -05:00
|
|
|
#line 402 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{
|
2018-01-30 05:35:20 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 404 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{
|
2018-01-30 05:35:20 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 406 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{
|
2018-01-30 05:35:20 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{
|
2018-01-30 05:35:20 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 410 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 412 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 413 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 415 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
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-01-22 03:35:44 -05:00
|
|
|
{
|
2018-01-30 05:35:20 -05:00
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 435 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 439 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 441 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 444 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
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-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 446 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 447 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
/* rule 231 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2018-01-30 05:35:20 -05:00
|
|
|
case 232:
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 452 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 453 "./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-01-30 05:35:20 -05:00
|
|
|
case 233:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 458 "./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-01-30 05:35:20 -05:00
|
|
|
case 234:
|
|
|
|
|
/* rule 234 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 459 "./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-01-30 05:35:20 -05:00
|
|
|
case 235:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 461 "./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-01-30 05:35:20 -05:00
|
|
|
case 236:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 473 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 474 "./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-01-30 05:35:20 -05:00
|
|
|
case 237:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 479 "./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-01-30 05:35:20 -05:00
|
|
|
case 238:
|
|
|
|
|
/* rule 238 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 480 "./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-01-30 05:35:20 -05:00
|
|
|
case 239:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 482 "./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-01-30 05:35:20 -05:00
|
|
|
case 240:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 494 "./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-01-30 05:35:20 -05:00
|
|
|
#line 496 "./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-01-22 03:35:44 -05:00
|
|
|
case 241:
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 500 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
2018-01-22 03:35:44 -05:00
|
|
|
case 242:
|
2018-01-30 05:35:20 -05:00
|
|
|
/* rule 242 can match eol */
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 501 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
2018-01-22 03:35:44 -05:00
|
|
|
case 243:
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 502 "./util/configlexer.lex"
|
2018-01-30 05:35:20 -05:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 244:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 503 "./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-01-30 05:35:20 -05:00
|
|
|
#line 508 "./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-01-30 05:35:20 -05:00
|
|
|
case 245:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 512 "./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-01-30 05:35:20 -05:00
|
|
|
case 246:
|
|
|
|
|
/* rule 246 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 513 "./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-01-30 05:35:20 -05:00
|
|
|
case 247:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 515 "./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-01-30 05:35:20 -05:00
|
|
|
#line 521 "./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-01-30 05:35:20 -05:00
|
|
|
case 248:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 532 "./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-01-30 05:35:20 -05:00
|
|
|
case 249:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 536 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-01-30 05:35:20 -05:00
|
|
|
case 250:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 540 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-01-30 05:35:20 -05:00
|
|
|
case 251:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 544 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 4170 "<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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-30 05:35:20 -05:00
|
|
|
if ( yy_current_state >= 2469 )
|
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-01-30 05:35:20 -05:00
|
|
|
if ( yy_current_state >= 2469 )
|
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-01-30 05:35:20 -05:00
|
|
|
yy_is_jam = (yy_current_state == 2468);
|
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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-22 03:35:44 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-01-22 03:35:44 -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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-22 03:35:44 -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-01-30 05:35:20 -05:00
|
|
|
#line 544 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|