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
|
2018-05-28 10:15:06 -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
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
/* 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.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2018-05-28 10:15:06 -04:00
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* 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 *
|
2018-05-28 10:15:06 -04:00
|
|
|
|
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
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Special action meaning "start processing a new file". */
|
2018-05-28 10:15:06 -04: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
|
2018-05-28 10:15:06 -04:00
|
|
|
|
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-05-28 10:15:06 -04: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 )
|
2018-05-28 10:15:06 -04:00
|
|
|
|
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-05-28 10:15:06 -04: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)
|
2018-05-28 10:15:06 -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;
|
|
|
|
|
|
2018-05-28 10:15:06 -04: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 );
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04: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
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#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 = \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2015-12-01 03:11:48 -05:00
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
|
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 = \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2015-12-01 03:11:48 -05:00
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2018-05-28 10:15:06 -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;
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
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
|
|
|
|
|
|
2018-05-28 10:15:06 -04: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 );
|
|
|
|
|
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;
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2018-08-21 03:10:49 -04:00
|
|
|
#define YY_NUM_RULES 276
|
|
|
|
|
#define YY_END_OF_BUFFER 277
|
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-08-21 03:10:49 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2738] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-08-21 03:10:49 -04:00
|
|
|
1, 1, 258, 258, 262, 262, 266, 266, 270, 270,
|
|
|
|
|
1, 1, 277, 274, 1, 256, 256, 275, 2, 275,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 258, 259, 259, 260, 275, 262, 263, 263,
|
|
|
|
|
264, 275, 269, 266, 267, 267, 268, 275, 270, 271,
|
|
|
|
|
271, 272, 275, 273, 257, 2, 261, 275, 273, 274,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 258,
|
|
|
|
|
0, 262, 0, 269, 0, 266, 270, 0, 273, 0,
|
|
|
|
|
2, 2, 273, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 273, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
109, 274, 274, 274, 274, 274, 274, 274, 273, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 91, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 8, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 114, 274, 273,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 273, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 51, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
201, 274, 14, 15, 274, 18, 17, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 108, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 186, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
3, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 273,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 249, 274, 274,
|
|
|
|
|
248, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 265, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 54, 274, 225, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
55, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 175, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 20, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 129, 274, 274, 265,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 231, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
148, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 128, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
89, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 31, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 32, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 52, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 107, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
106, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 53, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 149, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 42, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 216, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 46, 274, 47, 274,
|
|
|
|
|
274, 274, 274, 92, 274, 93, 274, 274, 274, 274,
|
|
|
|
|
90, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 7, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 194, 274, 274, 274, 274, 131,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 43, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 167, 274, 166, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 16, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 56, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
174, 274, 274, 274, 274, 274, 95, 274, 94, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 159, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 115, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 74, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 78, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 50, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 162, 163, 274, 274,
|
|
|
|
|
226, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 6, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 229, 274, 274, 274, 250, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 40, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 155, 274, 274, 274, 110, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 179,
|
|
|
|
|
274, 156, 274, 274, 274, 191, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 41, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
112, 100, 274, 101, 274, 274, 274, 99, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 126, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 215, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 157, 274, 274,
|
|
|
|
|
274, 274, 274, 160, 274, 165, 274, 274, 274, 190,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 88, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 48, 274, 274, 274, 25,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 19, 274,
|
|
|
|
|
274, 274, 274, 26, 35, 274, 136, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 63, 65, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
233, 274, 274, 274, 202, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 102, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 125, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 244, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 130, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 185, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 253, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 147, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 96, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
142, 274, 150, 274, 274, 274, 274, 274, 118, 274,
|
|
|
|
|
274, 274, 274, 274, 84, 274, 274, 274, 274, 177,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 192, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 207,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 111, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 146, 274,
|
|
|
|
|
274, 274, 274, 274, 66, 67, 274, 274, 274, 274,
|
|
|
|
|
274, 49, 274, 274, 274, 274, 274, 73, 151, 274,
|
|
|
|
|
168, 274, 195, 274, 161, 227, 274, 274, 274, 59,
|
|
|
|
|
|
|
|
|
|
274, 153, 274, 274, 274, 274, 274, 9, 274, 274,
|
|
|
|
|
274, 87, 274, 274, 274, 274, 220, 274, 274, 274,
|
|
|
|
|
176, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 145, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 132, 274, 232, 274, 274, 274, 274, 206,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 187, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 247, 274, 152, 274,
|
|
|
|
|
274, 274, 274, 58, 60, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 86, 274, 274, 274, 274, 218, 274, 274,
|
|
|
|
|
274, 228, 274, 274, 274, 274, 274, 274, 181, 33,
|
|
|
|
|
27, 29, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
34, 28, 30, 274, 274, 274, 274, 274, 274, 83,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 183, 180, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 57, 274, 274, 113, 103, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 127, 13, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 242, 274, 245,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 12, 274, 274,
|
|
|
|
|
21, 274, 274, 274, 224, 274, 274, 274, 230, 274,
|
|
|
|
|
61, 274, 189, 274, 182, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 22, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 141, 140, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 184, 178, 274, 193, 274, 274,
|
|
|
|
|
234, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 68, 274, 274, 274, 219, 274,
|
|
|
|
|
274, 274, 274, 164, 274, 188, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 251, 252, 138, 62, 274, 274,
|
|
|
|
|
274, 97, 98, 274, 274, 274, 133, 274, 135, 274,
|
|
|
|
|
169, 274, 274, 274, 139, 274, 274, 196, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 120, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 203, 274, 274,
|
|
|
|
|
274, 23, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 170, 274, 274, 217, 274, 246,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 44, 274, 274, 274, 274, 4, 274,
|
|
|
|
|
274, 119, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 199, 36, 37, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 235, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 205, 274, 274, 274, 173, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 71, 274, 45, 223,
|
|
|
|
|
274, 200, 274, 274, 11, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 171, 75, 274, 39, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 144, 274, 274, 274, 274, 274, 122, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 204, 116, 274,
|
|
|
|
|
|
|
|
|
|
274, 104, 105, 274, 274, 274, 77, 81, 76, 274,
|
|
|
|
|
69, 274, 274, 274, 10, 274, 274, 274, 221, 274,
|
|
|
|
|
255, 38, 274, 274, 274, 143, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 82, 80, 274, 70, 243, 274,
|
|
|
|
|
274, 274, 158, 274, 274, 172, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 134, 64, 274, 274, 274, 274, 274, 236,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 117, 274, 79,
|
|
|
|
|
123, 124, 72, 274, 222, 137, 274, 274, 274, 274,
|
|
|
|
|
198, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 85, 274, 197, 274, 214, 240,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
5, 274, 274, 274, 241, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 24, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 121, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 154, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 237, 274, 274,
|
|
|
|
|
274, 274, 274, 274, 274, 274, 274, 274, 274, 274,
|
|
|
|
|
|
|
|
|
|
274, 274, 274, 274, 274, 254, 274, 274, 210, 274,
|
|
|
|
|
274, 274, 274, 274, 238, 274, 274, 274, 274, 274,
|
|
|
|
|
274, 239, 274, 274, 274, 208, 274, 211, 212, 274,
|
|
|
|
|
274, 274, 274, 274, 209, 213, 0
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -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
|
|
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -04: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-08-21 03:10:49 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2752] =
|
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-08-21 03:10:49 -04:00
|
|
|
90, 112, 1790, 1729, 81, 5354, 5354, 5354, 96, 52,
|
2018-04-17 09:23:35 -04:00
|
|
|
106, 63, 107, 111, 70, 128, 130, 133, 57, 88,
|
|
|
|
|
76, 135, 141, 117, 148, 145, 160, 164, 185, 176,
|
2018-08-21 03:10:49 -04:00
|
|
|
191, 152, 1617, 5354, 5354, 5354, 107, 1360, 5354, 5354,
|
|
|
|
|
5354, 165, 1128, 1078, 5354, 5354, 5354, 211, 783, 5354,
|
|
|
|
|
5354, 5354, 180, 731, 5354, 217, 5354, 221, 168, 648,
|
2018-04-17 09:23:35 -04:00
|
|
|
225, 189, 0, 232, 0, 0, 226, 189, 85, 221,
|
|
|
|
|
114, 227, 234, 156, 219, 235, 236, 238, 239, 132,
|
|
|
|
|
246, 241, 243, 253, 244, 251, 254, 247, 260, 267,
|
|
|
|
|
|
|
|
|
|
272, 187, 271, 275, 280, 279, 277, 283, 284, 285,
|
|
|
|
|
288, 289, 294, 302, 295, 305, 300, 307, 303, 311,
|
|
|
|
|
316, 317, 319, 321, 332, 327, 328, 325, 335, 338,
|
|
|
|
|
340, 342, 344, 341, 345, 347, 348, 355, 354, 534,
|
|
|
|
|
372, 468, 379, 410, 383, 368, 318, 374, 198, 387,
|
|
|
|
|
391, 0, 383, 385, 393, 352, 388, 389, 394, 392,
|
|
|
|
|
395, 396, 401, 398, 399, 415, 407, 419, 423, 424,
|
|
|
|
|
421, 428, 413, 426, 433, 434, 443, 436, 445, 439,
|
|
|
|
|
447, 448, 449, 451, 452, 458, 465, 454, 455, 475,
|
|
|
|
|
472, 483, 485, 461, 486, 482, 484, 493, 490, 494,
|
|
|
|
|
|
|
|
|
|
498, 496, 497, 500, 499, 501, 502, 504, 508, 509,
|
|
|
|
|
511, 513, 515, 516, 517, 523, 525, 518, 532, 527,
|
|
|
|
|
539, 530, 535, 542, 544, 553, 543, 554, 551, 555,
|
|
|
|
|
558, 565, 566, 567, 245, 568, 552, 561, 570, 571,
|
|
|
|
|
572, 574, 581, 582, 579, 585, 593, 588, 592, 589,
|
|
|
|
|
594, 596, 595, 598, 600, 609, 614, 599, 612, 615,
|
|
|
|
|
605, 618, 619, 623, 625, 630, 626, 635, 636, 628,
|
|
|
|
|
641, 639, 637, 643, 646, 645, 647, 650, 652, 653,
|
2018-08-21 03:10:49 -04:00
|
|
|
654, 656, 661, 657, 665, 667, 676, 669, 673, 686,
|
|
|
|
|
678, 659, 683, 681, 680, 682, 689, 697, 707, 699,
|
|
|
|
|
|
|
|
|
|
700, 708, 709, 712, 720, 713, 721, 722, 723, 724,
|
|
|
|
|
726, 729, 734, 730, 732, 739, 740, 742, 749, 741,
|
|
|
|
|
748, 756, 763, 761, 759, 781, 738, 770, 760, 771,
|
|
|
|
|
5354, 773, 774, 805, 778, 777, 795, 790, 801, 779,
|
|
|
|
|
799, 803, 787, 815, 810, 811, 813, 829, 816, 818,
|
|
|
|
|
825, 826, 830, 828, 840, 832, 837, 842, 850, 846,
|
|
|
|
|
847, 848, 857, 858, 851, 859, 860, 862, 861, 866,
|
|
|
|
|
868, 872, 873, 876, 877, 879, 881, 892, 880, 886,
|
|
|
|
|
902, 883, 900, 903, 893, 905, 908, 910, 911, 913,
|
|
|
|
|
914, 918, 917, 919, 920, 922, 924, 928, 930, 931,
|
|
|
|
|
|
|
|
|
|
932, 933, 935, 943, 947, 936, 948, 5354, 953, 938,
|
|
|
|
|
955, 956, 940, 946, 5354, 961, 962, 964, 972, 967,
|
|
|
|
|
974, 970, 969, 977, 986, 971, 984, 995, 990, 992,
|
|
|
|
|
993, 973, 996, 998, 999, 1001, 1002, 1005, 1025, 1007,
|
|
|
|
|
1008, 1012, 1009, 1019, 1017, 1029, 1022, 1038, 1020, 1040,
|
|
|
|
|
1048, 1030, 1047, 1032, 1010, 1054, 1055, 1057, 1058, 1059,
|
|
|
|
|
1061, 1060, 1062, 1064, 1065, 1063, 1069, 5354, 1068, 1081,
|
|
|
|
|
1089, 1076, 1071, 1087, 1090, 1092, 1091, 1093, 1095, 1094,
|
|
|
|
|
1102, 1099, 1111, 1100, 1119, 1103, 1114, 1101, 1118, 1121,
|
|
|
|
|
1120, 1122, 1131, 1127, 1133, 1135, 1143, 1142, 1145, 1152,
|
|
|
|
|
|
|
|
|
|
1126, 1148, 1149, 1150, 1153, 1155, 1156, 1157, 1159, 1166,
|
|
|
|
|
1164, 1162, 1165, 1167, 1177, 1173, 1172, 1181, 1174, 1182,
|
|
|
|
|
1185, 1190, 1191, 1188, 1194, 1204, 1197, 1205, 1207, 1210,
|
|
|
|
|
1213, 1212, 1214, 1200, 1219, 1220, 1201, 1223, 1226, 1224,
|
|
|
|
|
1227, 1234, 1231, 1238, 1242, 1243, 1229, 1236, 1252, 1244,
|
|
|
|
|
1257, 1253, 1254, 1261, 1258, 1262, 1263, 1270, 1265, 1267,
|
|
|
|
|
1268, 1269, 1280, 1266, 1281, 1291, 1288, 1277, 1292, 1279,
|
|
|
|
|
1293, 1296, 1297, 1299, 1300, 1301, 1303, 1304, 1305, 1308,
|
|
|
|
|
1306, 1309, 1310, 1311, 1318, 1316, 1325, 1327, 1329, 1331,
|
|
|
|
|
1332, 1333, 1334, 1336, 1339, 1340, 1338, 1343, 690, 1344,
|
|
|
|
|
|
|
|
|
|
1345, 1347, 1354, 1356, 1359, 1358, 1368, 1369, 1357, 1370,
|
|
|
|
|
1371, 1372, 1376, 1378, 1379, 1388, 1383, 1381, 1389, 1382,
|
|
|
|
|
1392, 1393, 1400, 1401, 1404, 1396, 5354, 1394, 1415, 1407,
|
|
|
|
|
1408, 1411, 1416, 1424, 1417, 1419, 1420, 1421, 1422, 1428,
|
|
|
|
|
5354, 1429, 5354, 5354, 1431, 5354, 5354, 1430, 1435, 1436,
|
|
|
|
|
1445, 1453, 1455, 1432, 1451, 1457, 1464, 1478, 1461, 1460,
|
|
|
|
|
1468, 1459, 1467, 1463, 1469, 1471, 1473, 1474, 1487, 1491,
|
|
|
|
|
1493, 1499, 1483, 1489, 1500, 1502, 1505, 1503, 1506, 1510,
|
|
|
|
|
1509, 1512, 1514, 1515, 1516, 1521, 1518, 1534, 5354, 1530,
|
|
|
|
|
1537, 1542, 1540, 1539, 1541, 1544, 1529, 1546, 1548, 1550,
|
|
|
|
|
|
|
|
|
|
1520, 1553, 1556, 1560, 1557, 5354, 1558, 1559, 1561, 1563,
|
|
|
|
|
1570, 1574, 1571, 1565, 1577, 1580, 1575, 1582, 1175, 1581,
|
|
|
|
|
5354, 1586, 1597, 1583, 1593, 1587, 1589, 1599, 1600, 1601,
|
|
|
|
|
1602, 1603, 1605, 1606, 1616, 1615, 1614, 1612, 1613, 1628,
|
|
|
|
|
1618, 1630, 1637, 1620, 1629, 1633, 1639, 1641, 1642, 1649,
|
|
|
|
|
1644, 1651, 1646, 1654, 1652, 1650, 1655, 1660, 1647, 1670,
|
|
|
|
|
1678, 1661, 1673, 1674, 1682, 1657, 1680, 1681, 1683, 1685,
|
|
|
|
|
1686, 1689, 1694, 1690, 1696, 1692, 1698, 5354, 1700, 1704,
|
|
|
|
|
5354, 1702, 1705, 1727, 1706, 1709, 1708, 1703, 1710, 1719,
|
|
|
|
|
1711, 1715, 1721, 1745, 1733, 1737, 1731, 1749, 1750, 1742,
|
|
|
|
|
|
|
|
|
|
1740, 1751, 1752, 1759, 1763, 1767, 1773, 1775, 1760, 1762,
|
|
|
|
|
1781, 1771, 1772, 1770, 1774, 1790, 1788, 1794, 1778, 1785,
|
|
|
|
|
1796, 1798, 1799, 5354, 1811, 1806, 1808, 1810, 1818, 1814,
|
|
|
|
|
1813, 1816, 1817, 1820, 1828, 1821, 1824, 1829, 1831, 1833,
|
|
|
|
|
1835, 1837, 1839, 1841, 1838, 1846, 5354, 1842, 5354, 1845,
|
|
|
|
|
1852, 1854, 1853, 1856, 1857, 1860, 1864, 1866, 1869, 1870,
|
|
|
|
|
5354, 1874, 1881, 1878, 1884, 1877, 1876, 1885, 1886, 1889,
|
|
|
|
|
1894, 1892, 1901, 1897, 1893, 1902, 1905, 1906, 1908, 1911,
|
|
|
|
|
1909, 5354, 1917, 1915, 1918, 1925, 1927, 1920, 1928, 1930,
|
|
|
|
|
1932, 1934, 1935, 1936, 1938, 1943, 1947, 1940, 1944, 1952,
|
|
|
|
|
|
|
|
|
|
1948, 5354, 1954, 1956, 1964, 1960, 1961, 1962, 1963, 1965,
|
|
|
|
|
1967, 1969, 1971, 1979, 1981, 1974, 1977, 1985, 1986, 1988,
|
|
|
|
|
1991, 1994, 1992, 1995, 1993, 1996, 5354, 1997, 1999, 124,
|
|
|
|
|
2000, 2007, 2001, 2006, 2008, 2019, 2009, 2026, 2030, 2023,
|
|
|
|
|
2025, 2031, 2032, 2033, 2034, 2035, 2037, 2038, 2040, 2041,
|
|
|
|
|
2043, 2044, 2048, 2049, 2051, 2052, 2054, 5354, 2061, 2069,
|
|
|
|
|
2071, 2053, 2076, 2063, 2075, 2077, 2080, 2083, 2085, 2086,
|
|
|
|
|
5354, 2090, 2087, 2091, 2093, 2097, 2094, 2095, 2100, 2102,
|
|
|
|
|
2104, 2107, 2106, 2108, 2109, 2112, 2114, 2117, 2119, 2118,
|
|
|
|
|
2124, 2126, 5354, 2131, 2127, 2129, 2130, 2140, 2136, 2152,
|
|
|
|
|
|
|
|
|
|
2139, 2142, 2147, 2153, 2161, 2149, 2155, 2163, 2167, 2171,
|
|
|
|
|
2172, 2165, 2173, 2177, 2185, 2187, 2189, 2175, 2190, 2191,
|
|
|
|
|
2179, 2183, 2203, 2204, 2200, 2202, 2207, 2208, 2212, 2211,
|
|
|
|
|
5354, 2213, 2214, 2215, 2219, 2232, 2218, 2230, 2220, 2236,
|
|
|
|
|
2224, 2237, 2238, 2239, 2242, 2241, 2248, 2244, 2249, 2254,
|
|
|
|
|
2251, 2252, 2261, 2263, 5354, 2266, 2268, 2258, 2271, 2264,
|
|
|
|
|
2276, 2278, 2280, 2272, 2281, 2283, 2286, 2287, 2288, 2289,
|
|
|
|
|
2291, 2295, 5354, 2296, 2298, 2304, 2305, 2307, 2310, 2316,
|
|
|
|
|
2301, 2314, 2311, 2321, 5354, 2328, 2329, 2325, 2332, 2324,
|
|
|
|
|
2327, 2331, 2336, 2337, 5354, 2338, 2339, 2347, 2349, 2344,
|
|
|
|
|
|
|
|
|
|
5354, 2351, 2340, 2348, 2352, 2353, 2355, 2365, 2356, 2359,
|
|
|
|
|
2361, 2369, 2371, 2363, 2372, 5354, 2375, 2388, 2378, 2380,
|
|
|
|
|
2383, 2381, 2385, 2390, 2393, 2397, 2392, 2409, 2407, 2402,
|
|
|
|
|
2404, 2410, 2412, 2414, 2415, 2416, 2417, 5354, 2418, 2420,
|
|
|
|
|
2424, 2422, 2427, 2428, 2435, 2431, 2434, 2440, 2441, 2442,
|
|
|
|
|
2439, 2444, 2448, 2446, 2450, 2452, 2459, 2462, 2463, 2464,
|
|
|
|
|
2465, 2472, 2473, 2474, 2478, 5354, 2481, 2482, 2483, 2471,
|
|
|
|
|
2476, 2484, 2487, 2495, 2488, 2493, 2497, 2491, 2498, 2510,
|
|
|
|
|
2512, 2500, 2513, 2503, 2507, 2515, 2516, 2518, 2519, 2527,
|
|
|
|
|
2523, 2525, 2528, 2536, 2529, 2531, 2532, 2533, 2539, 2540,
|
|
|
|
|
|
|
|
|
|
2541, 2542, 2554, 2546, 2560, 2562, 2564, 2563, 2565, 2566,
|
|
|
|
|
2569, 5354, 2572, 2555, 2573, 2578, 2581, 2582, 2584, 2586,
|
|
|
|
|
2591, 2583, 2592, 2585, 2602, 2598, 5354, 2599, 5354, 2600,
|
|
|
|
|
2601, 2607, 2615, 5354, 2612, 5354, 2613, 2619, 2604, 2614,
|
|
|
|
|
5354, 2622, 2623, 2624, 2626, 2629, 2628, 2631, 2634, 2632,
|
|
|
|
|
2637, 2638, 2639, 2641, 2642, 2645, 2654, 2657, 2646, 2658,
|
|
|
|
|
2648, 2651, 2664, 2656, 2667, 5354, 2674, 2665, 2671, 2669,
|
|
|
|
|
2676, 2677, 2678, 2681, 2680, 2684, 2682, 2687, 2693, 2545,
|
|
|
|
|
2694, 2701, 2696, 2703, 5354, 2698, 2706, 2707, 2708, 5354,
|
|
|
|
|
2710, 2709, 2717, 2719, 2711, 2721, 2722, 2724, 2728, 2723,
|
|
|
|
|
|
|
|
|
|
2730, 2738, 2740, 2731, 2742, 2743, 2732, 2746, 2753, 2754,
|
|
|
|
|
2760, 2762, 2764, 2745, 2752, 2755, 2765, 2768, 2772, 2773,
|
|
|
|
|
2775, 2782, 2777, 2778, 2787, 2779, 2781, 2788, 2789, 2790,
|
|
|
|
|
2791, 2794, 2797, 2798, 2793, 2795, 2802, 2796, 5354, 2812,
|
|
|
|
|
2801, 2814, 2822, 2803, 2820, 2807, 2824, 2826, 2825, 2829,
|
|
|
|
|
2832, 2827, 5354, 2830, 5354, 2828, 2846, 2838, 2848, 2839,
|
|
|
|
|
2852, 2857, 2854, 2858, 2859, 2860, 2861, 2862, 2863, 2865,
|
|
|
|
|
2879, 2869, 2866, 2871, 2878, 2880, 2882, 2883, 5354, 2885,
|
|
|
|
|
2887, 2888, 2890, 2891, 2892, 2901, 2899, 2903, 2893, 2904,
|
|
|
|
|
2913, 5354, 2909, 2924, 2915, 2920, 2931, 2927, 2934, 2929,
|
|
|
|
|
|
|
|
|
|
5354, 2917, 2926, 2936, 2938, 2939, 5354, 2941, 5354, 2943,
|
|
|
|
|
2944, 2945, 2946, 2947, 2952, 2950, 2954, 2967, 2956, 2957,
|
|
|
|
|
2958, 2959, 2966, 2980, 2970, 2971, 5354, 2973, 2975, 2981,
|
|
|
|
|
2982, 2983, 2991, 2984, 2990, 5354, 2992, 2998, 2999, 2994,
|
|
|
|
|
3000, 3002, 3003, 3004, 3008, 3009, 3005, 3010, 3022, 3014,
|
|
|
|
|
3015, 3023, 3028, 3031, 3036, 5354, 3032, 3038, 3045, 3041,
|
|
|
|
|
3042, 3044, 3048, 3043, 3049, 3050, 3052, 3053, 3055, 3057,
|
|
|
|
|
3059, 3056, 3066, 3060, 3062, 3073, 3082, 3065, 3078, 3067,
|
|
|
|
|
3079, 3085, 3089, 3092, 3094, 3081, 3096, 3102, 3084, 3098,
|
|
|
|
|
3107, 3100, 3114, 3109, 5354, 3116, 3111, 3121, 3113, 3117,
|
|
|
|
|
|
|
|
|
|
3123, 3124, 3132, 3127, 3128, 3130, 3137, 3133, 5354, 3155,
|
|
|
|
|
3142, 3134, 3147, 3144, 3151, 3143, 3157, 3160, 3162, 3163,
|
|
|
|
|
3164, 3166, 3168, 3169, 3172, 3167, 5354, 5354, 3174, 3175,
|
|
|
|
|
5354, 3176, 3178, 3180, 3182, 3188, 3183, 3191, 3193, 3196,
|
|
|
|
|
3198, 5354, 3200, 3207, 3203, 3202, 3210, 3212, 3216, 3208,
|
|
|
|
|
3211, 3218, 3221, 3219, 3224, 3225, 3226, 3228, 3236, 3233,
|
|
|
|
|
3232, 3235, 5354, 3234, 3237, 3242, 5354, 3241, 3244, 3245,
|
|
|
|
|
3249, 3262, 3246, 3259, 3264, 3265, 3266, 3267, 3268, 3269,
|
|
|
|
|
3277, 3276, 3273, 3282, 3283, 3290, 3285, 3293, 3298, 3305,
|
|
|
|
|
3306, 3308, 3287, 3295, 3309, 5354, 3310, 3311, 3312, 3314,
|
|
|
|
|
|
|
|
|
|
3323, 3316, 3325, 3318, 5354, 3320, 3321, 3274, 5354, 3326,
|
|
|
|
|
3327, 3334, 3336, 3331, 3343, 3341, 3344, 3342, 3345, 5354,
|
|
|
|
|
3350, 5354, 3353, 3346, 3359, 5354, 3352, 3357, 3361, 3363,
|
|
|
|
|
3365, 3367, 3368, 3371, 3375, 3376, 3378, 3379, 3377, 3382,
|
|
|
|
|
3386, 3383, 5354, 3388, 3384, 3390, 3391, 3394, 3393, 3012,
|
|
|
|
|
5354, 5354, 3407, 5354, 3401, 3408, 3409, 5354, 3411, 3413,
|
|
|
|
|
3416, 3118, 3414, 3417, 3421, 3422, 5354, 3428, 3412, 3433,
|
|
|
|
|
3429, 3418, 3431, 3436, 3437, 3440, 3441, 3444, 5354, 3442,
|
|
|
|
|
3445, 3447, 3451, 3452, 3455, 3454, 3453, 5354, 3460, 3468,
|
|
|
|
|
3461, 3471, 3467, 5354, 3475, 5354, 3477, 3478, 3480, 5354,
|
|
|
|
|
|
|
|
|
|
3481, 3488, 3483, 3489, 3491, 3492, 3496, 3485, 3498, 3505,
|
|
|
|
|
3502, 3500, 3504, 5354, 3506, 3508, 3511, 3514, 3516, 3517,
|
|
|
|
|
3526, 3519, 3521, 3527, 3529, 3530, 3532, 3538, 3536, 3540,
|
|
|
|
|
3544, 3534, 3548, 3541, 3551, 5354, 3553, 3554, 3556, 5354,
|
|
|
|
|
3557, 3558, 3567, 3562, 3564, 3560, 3569, 3571, 5354, 3572,
|
|
|
|
|
3573, 3574, 3587, 5354, 5354, 3575, 5354, 3589, 3568, 3588,
|
|
|
|
|
3577, 3590, 3597, 3598, 3601, 3593, 3604, 3605, 3606, 3615,
|
|
|
|
|
3617, 3622, 3618, 3620, 3613, 5354, 5354, 3624, 3625, 3627,
|
|
|
|
|
3630, 3631, 3634, 3635, 3643, 3639, 3641, 3648, 3645, 3655,
|
|
|
|
|
5354, 3652, 3638, 3657, 5354, 3654, 3659, 3660, 3662, 3663,
|
|
|
|
|
|
|
|
|
|
3666, 3665, 3670, 3667, 3672, 3673, 3674, 3676, 3675, 3680,
|
|
|
|
|
3690, 5354, 3691, 3682, 3686, 3692, 3693, 3695, 3697, 3696,
|
|
|
|
|
3698, 5354, 3706, 3703, 3704, 3709, 3710, 3712, 3726, 3729,
|
|
|
|
|
3731, 3720, 3723, 3732, 3734, 3738, 3711, 5354, 3739, 3740,
|
|
|
|
|
3741, 3742, 3748, 3750, 3745, 3752, 3753, 3756, 3757, 3759,
|
|
|
|
|
3763, 3765, 3766, 5354, 3768, 3770, 3767, 3775, 3776, 3777,
|
|
|
|
|
3778, 3787, 3790, 3780, 3782, 3791, 3793, 5354, 3784, 3795,
|
|
|
|
|
3796, 3798, 3801, 3805, 3806, 3807, 5354, 3809, 3812, 3813,
|
|
|
|
|
3814, 3815, 3816, 3825, 3827, 5354, 3819, 3830, 3833, 3823,
|
|
|
|
|
3826, 3836, 3837, 5354, 3840, 3844, 3843, 3852, 3847, 3856,
|
|
|
|
|
|
|
|
|
|
3854, 3851, 3853, 3855, 3860, 3861, 3862, 3863, 3873, 3874,
|
|
|
|
|
5354, 3865, 5354, 3872, 3879, 3888, 3883, 3875, 5354, 3886,
|
|
|
|
|
3887, 3890, 3891, 3896, 5354, 3898, 3893, 3899, 3900, 5354,
|
|
|
|
|
3901, 3908, 3907, 3911, 3916, 3917, 5354, 3920, 3921, 3925,
|
|
|
|
|
3928, 3932, 3934, 3929, 3935, 3937, 3931, 3938, 3939, 5354,
|
|
|
|
|
3942, 3941, 3948, 3950, 3951, 3952, 3954, 5354, 3956, 3953,
|
|
|
|
|
3959, 3962, 3963, 3964, 3965, 3974, 3969, 3971, 5354, 3966,
|
|
|
|
|
3978, 3986, 3977, 3988, 5354, 5354, 3981, 3991, 3993, 3987,
|
|
|
|
|
3997, 5354, 3999, 4000, 4002, 4005, 4001, 5354, 5354, 4007,
|
|
|
|
|
5354, 4008, 5354, 4009, 5354, 5354, 4011, 4012, 4019, 5354,
|
|
|
|
|
|
|
|
|
|
4021, 5354, 4028, 4024, 4015, 4027, 4029, 5354, 4032, 4030,
|
|
|
|
|
4036, 5354, 4037, 4039, 4038, 4040, 5354, 4044, 4041, 4045,
|
|
|
|
|
5354, 4047, 4053, 4054, 4057, 4064, 4058, 4061, 4065, 4068,
|
|
|
|
|
4074, 4077, 4079, 4069, 4071, 4082, 4084, 4080, 4086, 4087,
|
|
|
|
|
4088, 4091, 4094, 4096, 4097, 4099, 4100, 4101, 4103, 4102,
|
|
|
|
|
4111, 4105, 4113, 4115, 4116, 4117, 4118, 4119, 4124, 4123,
|
|
|
|
|
4125, 5354, 4126, 4127, 4128, 4131, 4136, 4137, 4143, 4146,
|
|
|
|
|
4153, 4154, 5354, 4156, 5354, 4158, 4147, 4160, 4161, 5354,
|
|
|
|
|
4162, 4163, 4164, 4167, 4166, 4168, 4172, 4169, 5354, 4174,
|
|
|
|
|
4176, 4183, 4178, 4185, 4179, 4189, 4193, 4191, 4194, 4195,
|
|
|
|
|
|
|
|
|
|
4199, 4201, 4203, 4205, 4214, 4209, 4196, 4210, 4216, 4217,
|
|
|
|
|
4218, 4219, 4223, 4231, 4226, 4233, 5354, 4222, 5354, 4234,
|
|
|
|
|
4235, 4236, 4239, 5354, 5354, 4240, 4242, 4247, 4244, 4248,
|
|
|
|
|
4250, 4251, 5354, 4252, 4253, 4262, 4263, 5354, 4264, 4265,
|
|
|
|
|
4269, 5354, 4270, 4272, 4273, 4275, 4278, 4280, 5354, 5354,
|
|
|
|
|
5354, 5354, 4286, 4277, 4281, 4288, 4289, 4291, 4296, 4290,
|
|
|
|
|
5354, 5354, 5354, 4297, 4293, 4303, 4304, 4306, 4309, 5354,
|
|
|
|
|
4311, 4310, 4313, 4314, 4320, 4322, 4316, 4327, 4324, 4328,
|
|
|
|
|
4336, 4333, 4334, 4337, 4339, 4341, 4348, 5354, 5354, 4343,
|
|
|
|
|
4350, 4351, 4359, 4355, 4357, 4367, 4364, 4365, 4363, 4366,
|
|
|
|
|
|
|
|
|
|
4369, 4371, 4373, 5354, 4374, 4375, 5354, 5354, 4382, 4383,
|
|
|
|
|
4380, 4384, 4386, 4390, 4391, 4393, 5354, 5354, 4389, 4394,
|
|
|
|
|
4396, 4401, 4403, 4404, 4405, 4407, 4409, 5354, 4410, 5354,
|
|
|
|
|
4411, 4412, 4418, 4427, 4424, 4426, 4430, 5354, 4429, 4419,
|
|
|
|
|
5354, 4433, 4331, 4436, 5354, 4439, 4442, 4444, 5354, 4446,
|
|
|
|
|
5354, 4448, 5354, 4449, 5354, 4450, 4452, 4455, 4457, 4458,
|
|
|
|
|
4459, 5354, 4460, 4463, 4464, 4467, 4468, 4474, 4471, 4476,
|
|
|
|
|
4481, 4480, 4482, 5354, 5354, 4493, 4477, 4484, 4485, 4488,
|
|
|
|
|
4497, 4495, 4498, 4507, 5354, 5354, 4496, 5354, 4503, 4509,
|
|
|
|
|
5354, 4499, 4510, 4508, 4514, 4515, 4516, 4517, 4522, 4518,
|
|
|
|
|
|
|
|
|
|
4527, 4529, 4530, 4538, 4540, 4542, 4544, 4532, 4546, 4534,
|
|
|
|
|
4547, 4550, 4552, 4555, 5354, 4557, 4558, 4553, 5354, 4563,
|
|
|
|
|
4560, 4565, 4569, 5354, 4568, 5354, 4566, 4579, 4576, 4581,
|
|
|
|
|
4570, 4588, 4583, 4586, 5354, 5354, 5354, 5354, 4592, 4589,
|
|
|
|
|
4593, 5354, 5354, 4594, 4597, 4600, 5354, 4599, 5354, 4601,
|
|
|
|
|
5354, 4602, 4603, 4608, 5354, 4609, 4612, 5354, 4624, 4626,
|
|
|
|
|
4628, 4621, 4615, 4610, 4631, 5354, 4638, 4634, 4637, 4641,
|
|
|
|
|
4633, 4643, 4644, 4645, 4652, 4647, 4654, 5354, 4648, 4650,
|
|
|
|
|
4655, 5354, 4657, 4658, 4660, 4662, 4659, 4661, 4669, 4670,
|
|
|
|
|
4674, 4676, 4681, 4682, 5354, 4684, 4686, 5354, 4687, 5354,
|
|
|
|
|
|
|
|
|
|
4690, 4691, 4692, 5354, 4694, 4695, 4696, 4698, 5354, 4699,
|
|
|
|
|
4704, 5354, 4703, 4706, 4710, 4711, 4713, 4714, 4716, 4720,
|
|
|
|
|
4721, 4722, 4727, 4734, 4728, 5354, 5354, 5354, 4735, 4724,
|
|
|
|
|
4746, 4749, 4738, 4751, 4743, 5354, 4750, 4752, 4753, 4760,
|
|
|
|
|
4756, 4759, 5354, 4763, 4764, 4766, 5354, 4768, 4770, 4771,
|
|
|
|
|
4765, 4777, 4781, 4785, 4787, 4788, 5354, 4790, 5354, 5354,
|
|
|
|
|
4778, 5354, 4791, 4794, 5354, 4799, 4792, 4796, 4800, 4802,
|
|
|
|
|
4803, 5354, 5354, 4805, 5354, 4811, 4807, 4818, 4814, 4820,
|
|
|
|
|
4823, 5354, 4815, 4817, 4824, 4826, 4825, 5354, 4832, 4827,
|
|
|
|
|
4830, 4833, 4834, 4839, 4841, 4836, 4842, 5354, 5354, 4843,
|
|
|
|
|
|
|
|
|
|
4848, 5354, 5354, 4845, 4865, 4856, 5354, 5354, 5354, 4867,
|
|
|
|
|
5354, 4869, 4873, 4872, 5354, 4875, 4862, 4877, 5354, 4879,
|
|
|
|
|
5354, 5354, 4881, 4882, 4883, 5354, 4884, 4885, 4889, 4893,
|
|
|
|
|
4896, 4897, 4849, 4899, 4906, 4907, 4903, 4904, 4909, 4910,
|
|
|
|
|
4913, 4914, 4917, 4920, 5354, 5354, 4922, 5354, 5354, 4924,
|
|
|
|
|
4927, 4932, 5354, 4929, 4935, 5354, 4937, 4939, 4940, 4941,
|
|
|
|
|
4943, 4945, 5354, 5354, 4946, 4947, 4948, 4955, 4949, 5354,
|
|
|
|
|
4957, 4959, 4951, 4961, 4962, 4968, 4963, 5354, 4969, 5354,
|
|
|
|
|
5354, 5354, 5354, 4970, 5354, 5354, 4971, 4972, 4975, 4977,
|
|
|
|
|
5354, 4978, 4982, 4980, 4987, 4983, 4996, 4990, 4988, 4992,
|
|
|
|
|
|
|
|
|
|
4999, 5000, 5002, 5005, 5004, 5006, 5009, 5012, 5014, 5018,
|
|
|
|
|
5023, 5028, 5011, 5016, 5029, 5033, 5034, 5031, 5035, 5043,
|
|
|
|
|
5040, 5041, 5045, 5046, 5354, 5042, 5354, 5048, 5354, 5354,
|
|
|
|
|
5052, 5058, 5047, 5049, 5069, 5070, 5053, 5060, 5062, 5072,
|
|
|
|
|
5354, 5074, 5075, 5076, 5354, 5077, 5078, 5079, 5082, 5086,
|
|
|
|
|
5084, 5085, 5087, 5354, 5088, 5091, 5101, 5102, 5111, 5108,
|
|
|
|
|
5112, 5113, 5114, 5096, 5122, 5120, 5124, 5354, 5126, 5121,
|
|
|
|
|
5127, 5128, 5129, 5137, 5132, 5133, 5135, 5354, 5139, 5141,
|
|
|
|
|
5144, 5142, 5143, 5145, 5154, 5152, 5156, 5354, 5159, 5163,
|
|
|
|
|
5160, 5165, 5167, 5170, 5171, 5172, 5174, 5176, 5180, 5184,
|
|
|
|
|
|
|
|
|
|
5186, 5187, 5177, 5190, 5188, 5354, 5198, 5189, 5354, 5199,
|
|
|
|
|
5200, 5192, 5201, 5202, 5354, 5210, 5206, 5212, 5213, 5216,
|
|
|
|
|
5217, 5354, 5219, 5222, 5223, 5354, 5227, 5354, 5354, 5228,
|
|
|
|
|
5226, 5229, 5235, 5237, 5354, 5354, 5354, 5262, 5269, 5276,
|
|
|
|
|
5283, 5290, 88, 5297, 5304, 5311, 5318, 5325, 5332, 5339,
|
|
|
|
|
5346
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-08-21 03:10:49 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2752] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-08-21 03:10:49 -04:00
|
|
|
2737, 1, 2738, 2738, 2739, 2739, 2740, 2740, 2741, 2741,
|
|
|
|
|
2742, 2742, 2737, 2743, 2737, 2737, 2737, 2737, 2744, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2745, 2737, 2737, 2737, 2745, 2746, 2737, 2737,
|
|
|
|
|
2737, 2746, 2747, 2737, 2737, 2737, 2737, 2747, 2748, 2737,
|
|
|
|
|
2737, 2737, 2748, 2749, 2737, 2750, 2737, 2749, 2749, 2743,
|
|
|
|
|
2743, 2737, 2751, 2744, 2751, 2744, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2745,
|
|
|
|
|
2745, 2746, 2746, 2747, 2747, 2737, 2748, 2748, 2749, 2749,
|
|
|
|
|
2750, 2750, 2749, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2749, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2749, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2749,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2749, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2737, 2737, 2743, 2737, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2749,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2749,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2737, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2737, 2743, 2737, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2737, 2743, 2743, 2743, 2737,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2737, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2737, 2737, 2743,
|
|
|
|
|
2737, 2743, 2737, 2743, 2737, 2737, 2743, 2743, 2743, 2737,
|
|
|
|
|
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2737, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2737,
|
|
|
|
|
2737, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2737, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2737, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2737, 2743, 2737, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2737, 2743, 2737, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2737, 2737, 2737, 2743, 2743,
|
|
|
|
|
2743, 2737, 2737, 2743, 2743, 2743, 2737, 2743, 2737, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2737, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2737, 2743, 2737,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2737, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737, 2737,
|
|
|
|
|
2743, 2737, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2737, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2737, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2737, 2737, 2743, 2743, 2743, 2737, 2737, 2737, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2737, 2743,
|
|
|
|
|
2737, 2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2737, 2743, 2737, 2737, 2743,
|
|
|
|
|
2743, 2743, 2737, 2743, 2743, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2737, 2737, 2743, 2743, 2743, 2743, 2743, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2737,
|
|
|
|
|
2737, 2737, 2737, 2743, 2737, 2737, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2737, 2743, 2737, 2737,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2737, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
|
|
|
|
|
2743, 2743, 2743, 2743, 2743, 2737, 2743, 2743, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2743, 2743, 2743, 2743, 2743,
|
|
|
|
|
2743, 2737, 2743, 2743, 2743, 2737, 2743, 2737, 2737, 2743,
|
|
|
|
|
2743, 2743, 2743, 2743, 2737, 2737, 0, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-08-21 03:10:49 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[5395] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-02-06 05:19:16 -05:00
|
|
|
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
|
2017-07-17 04:21:19 -04:00
|
|
|
14, 14, 18, 20, 21, 22, 23, 24, 25, 26,
|
|
|
|
|
14, 27, 28, 29, 30, 31, 32, 33, 34, 35,
|
2017-10-17 11:16:31 -04:00
|
|
|
36, 37, 38, 39, 40, 41, 14, 14, 14, 42,
|
|
|
|
|
44, 45, 46, 44, 45, 46, 49, 50, 49, 50,
|
|
|
|
|
51, 47, 51, 70, 47, 70, 70, 52, 70, 52,
|
|
|
|
|
54, 55, 56, 57, 70, 18, 54, 55, 56, 57,
|
2018-04-17 09:23:35 -04:00
|
|
|
71, 18, 58, 60, 61, 62, 71, 82, 58, 60,
|
|
|
|
|
61, 62, 72, 71, 63, 102, 73, 92, 70, 71,
|
2018-02-08 08:16:36 -05:00
|
|
|
63, 15, 16, 17, 65, 66, 67, 75, 71, 75,
|
|
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
75, 71, 75, 68, 104, 156, 103, 93, 75, 76,
|
|
|
|
|
140, 140, 69, 15, 16, 17, 65, 66, 67, 71,
|
|
|
|
|
71, 83, 77, 78, 71, 68, 79, 71, 84, 87,
|
|
|
|
|
71, 80, 85, 88, 69, 86, 89, 150, 90, 91,
|
|
|
|
|
81, 71, 94, 71, 96, 71, 71, 158, 71, 105,
|
|
|
|
|
98, 112, 97, 99, 71, 109, 95, 106, 71, 110,
|
|
|
|
|
100, 71, 101, 107, 170, 71, 113, 108, 142, 71,
|
|
|
|
|
114, 142, 118, 71, 119, 111, 115, 71, 120, 116,
|
|
|
|
|
139, 150, 123, 147, 147, 124, 117, 162, 121, 71,
|
|
|
|
|
72, 122, 125, 132, 73, 153, 126, 127, 71, 128,
|
|
|
|
|
|
|
|
|
|
71, 129, 71, 133, 71, 136, 155, 134, 135, 137,
|
|
|
|
|
130, 150, 144, 138, 144, 144, 131, 144, 75, 188,
|
|
|
|
|
75, 75, 149, 75, 149, 149, 70, 149, 70, 70,
|
|
|
|
|
152, 70, 71, 75, 71, 75, 75, 70, 75, 71,
|
|
|
|
|
71, 163, 154, 159, 75, 76, 157, 71, 71, 71,
|
|
|
|
|
160, 71, 71, 171, 71, 165, 71, 71, 71, 71,
|
|
|
|
|
71, 166, 164, 161, 71, 180, 71, 71, 173, 167,
|
|
|
|
|
168, 179, 172, 71, 169, 177, 174, 175, 176, 186,
|
|
|
|
|
71, 337, 178, 182, 71, 71, 183, 181, 71, 189,
|
|
|
|
|
71, 191, 71, 71, 197, 192, 71, 71, 71, 184,
|
|
|
|
|
|
|
|
|
|
185, 71, 71, 198, 187, 200, 196, 71, 71, 190,
|
|
|
|
|
199, 193, 194, 71, 201, 71, 71, 195, 71, 204,
|
|
|
|
|
71, 209, 202, 206, 71, 203, 205, 207, 211, 71,
|
|
|
|
|
71, 148, 71, 208, 71, 216, 210, 212, 71, 220,
|
|
|
|
|
71, 71, 222, 213, 214, 71, 217, 219, 71, 215,
|
|
|
|
|
218, 71, 221, 71, 71, 71, 224, 71, 71, 229,
|
|
|
|
|
71, 71, 223, 232, 225, 71, 231, 71, 71, 146,
|
|
|
|
|
226, 228, 233, 235, 227, 140, 140, 147, 147, 234,
|
|
|
|
|
230, 236, 142, 241, 144, 142, 144, 144, 149, 144,
|
|
|
|
|
149, 149, 75, 149, 75, 75, 150, 75, 71, 237,
|
|
|
|
|
|
|
|
|
|
239, 71, 71, 238, 152, 71, 71, 71, 71, 71,
|
|
|
|
|
243, 71, 71, 246, 71, 240, 242, 244, 245, 249,
|
|
|
|
|
71, 251, 252, 145, 248, 254, 71, 247, 71, 253,
|
|
|
|
|
256, 250, 71, 255, 71, 257, 71, 71, 260, 71,
|
|
|
|
|
258, 71, 265, 261, 267, 266, 71, 71, 262, 71,
|
|
|
|
|
270, 268, 71, 272, 263, 264, 71, 259, 71, 269,
|
|
|
|
|
71, 71, 71, 273, 71, 71, 274, 71, 71, 279,
|
|
|
|
|
280, 71, 281, 276, 71, 275, 277, 282, 71, 271,
|
|
|
|
|
278, 143, 288, 285, 287, 71, 289, 286, 71, 283,
|
|
|
|
|
290, 284, 292, 294, 293, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
297, 299, 291, 71, 295, 300, 71, 71, 298, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 301, 71, 296, 303,
|
|
|
|
|
305, 71, 71, 302, 71, 307, 71, 309, 71, 71,
|
|
|
|
|
71, 71, 304, 310, 308, 314, 71, 306, 71, 318,
|
|
|
|
|
71, 311, 316, 71, 312, 71, 321, 141, 71, 313,
|
|
|
|
|
323, 325, 71, 317, 315, 71, 71, 71, 319, 320,
|
|
|
|
|
326, 328, 324, 322, 71, 150, 71, 71, 71, 330,
|
|
|
|
|
331, 71, 332, 334, 71, 327, 329, 339, 71, 71,
|
|
|
|
|
71, 71, 335, 71, 71, 71, 338, 71, 345, 346,
|
|
|
|
|
343, 341, 71, 340, 71, 71, 333, 347, 71, 336,
|
|
|
|
|
|
|
|
|
|
349, 71, 71, 348, 342, 71, 71, 71, 71, 71,
|
|
|
|
|
344, 71, 71, 71, 356, 357, 350, 354, 71, 351,
|
|
|
|
|
352, 353, 71, 358, 359, 71, 361, 71, 71, 362,
|
|
|
|
|
360, 71, 71, 355, 363, 365, 71, 368, 71, 71,
|
|
|
|
|
366, 71, 370, 71, 376, 372, 364, 367, 71, 71,
|
|
|
|
|
71, 371, 71, 369, 71, 374, 71, 375, 71, 71,
|
|
|
|
|
71, 71, 373, 71, 381, 71, 71, 71, 382, 71,
|
|
|
|
|
71, 384, 71, 380, 71, 386, 377, 378, 71, 379,
|
|
|
|
|
71, 388, 71, 390, 383, 391, 71, 385, 387, 71,
|
2018-08-21 03:10:49 -04:00
|
|
|
400, 71, 389, 71, 71, 71, 71, 402, 392, 71,
|
|
|
|
|
|
|
|
|
|
399, 401, 71, 71, 406, 407, 404, 405, 393, 408,
|
|
|
|
|
71, 394, 71, 71, 754, 403, 395, 396, 397, 398,
|
|
|
|
|
71, 71, 71, 409, 415, 71, 71, 417, 412, 410,
|
|
|
|
|
413, 414, 411, 71, 71, 71, 71, 71, 416, 71,
|
|
|
|
|
419, 424, 71, 71, 150, 71, 427, 71, 420, 418,
|
|
|
|
|
426, 71, 71, 71, 71, 71, 421, 423, 428, 422,
|
|
|
|
|
429, 71, 71, 425, 434, 431, 430, 432, 433, 71,
|
|
|
|
|
439, 451, 71, 71, 71, 441, 71, 435, 438, 440,
|
|
|
|
|
436, 442, 437, 71, 71, 443, 71, 71, 453, 455,
|
|
|
|
|
71, 71, 71, 444, 71, 445, 148, 446, 454, 466,
|
|
|
|
|
|
|
|
|
|
71, 457, 467, 71, 452, 456, 465, 468, 71, 469,
|
|
|
|
|
447, 471, 71, 448, 150, 449, 71, 450, 71, 474,
|
|
|
|
|
458, 459, 475, 71, 71, 473, 71, 472, 71, 71,
|
|
|
|
|
460, 71, 461, 462, 463, 470, 479, 464, 71, 71,
|
|
|
|
|
478, 71, 71, 71, 477, 71, 480, 487, 485, 476,
|
|
|
|
|
71, 482, 481, 71, 484, 71, 486, 491, 483, 71,
|
|
|
|
|
71, 71, 489, 71, 71, 488, 494, 495, 496, 490,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 493, 501, 503, 71,
|
|
|
|
|
498, 71, 506, 504, 492, 71, 71, 500, 499, 71,
|
|
|
|
|
71, 497, 71, 71, 71, 502, 71, 516, 505, 71,
|
|
|
|
|
|
|
|
|
|
507, 511, 508, 514, 510, 71, 71, 509, 517, 518,
|
|
|
|
|
515, 522, 512, 71, 513, 71, 71, 519, 71, 520,
|
|
|
|
|
521, 71, 524, 71, 71, 529, 71, 71, 528, 526,
|
|
|
|
|
71, 71, 71, 71, 530, 71, 525, 71, 523, 527,
|
|
|
|
|
533, 71, 534, 71, 71, 71, 71, 531, 71, 71,
|
|
|
|
|
535, 71, 540, 71, 532, 536, 71, 541, 539, 71,
|
|
|
|
|
71, 71, 544, 538, 537, 542, 71, 545, 71, 71,
|
|
|
|
|
543, 550, 546, 549, 71, 71, 547, 71, 548, 555,
|
|
|
|
|
71, 557, 71, 71, 71, 71, 71, 71, 558, 556,
|
|
|
|
|
71, 554, 551, 562, 552, 553, 559, 71, 560, 71,
|
|
|
|
|
|
|
|
|
|
564, 561, 565, 71, 563, 71, 71, 570, 71, 71,
|
|
|
|
|
568, 71, 71, 571, 71, 71, 572, 567, 71, 574,
|
|
|
|
|
71, 71, 71, 71, 601, 71, 566, 573, 569, 587,
|
|
|
|
|
71, 575, 71, 71, 590, 71, 586, 576, 71, 577,
|
|
|
|
|
585, 588, 71, 71, 578, 71, 579, 591, 589, 594,
|
|
|
|
|
592, 71, 580, 71, 581, 596, 593, 582, 583, 598,
|
|
|
|
|
71, 71, 595, 599, 584, 600, 597, 71, 71, 603,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 146,
|
|
|
|
|
609, 71, 71, 605, 71, 604, 610, 606, 613, 71,
|
|
|
|
|
614, 612, 602, 607, 150, 608, 616, 611, 615, 618,
|
|
|
|
|
|
|
|
|
|
71, 617, 71, 71, 71, 71, 71, 71, 71, 625,
|
|
|
|
|
623, 627, 71, 71, 71, 71, 71, 620, 628, 619,
|
|
|
|
|
621, 624, 622, 626, 71, 629, 630, 71, 631, 633,
|
|
|
|
|
632, 71, 71, 71, 71, 71, 634, 635, 640, 71,
|
|
|
|
|
71, 145, 636, 641, 71, 643, 71, 644, 71, 637,
|
|
|
|
|
645, 639, 638, 642, 646, 71, 71, 647, 71, 648,
|
|
|
|
|
649, 71, 71, 71, 650, 71, 71, 651, 71, 71,
|
|
|
|
|
71, 654, 71, 658, 653, 71, 657, 71, 71, 71,
|
|
|
|
|
71, 659, 652, 661, 663, 71, 71, 71, 71, 656,
|
|
|
|
|
71, 664, 655, 660, 71, 71, 670, 666, 71, 665,
|
|
|
|
|
|
|
|
|
|
662, 71, 667, 71, 71, 669, 668, 71, 672, 673,
|
|
|
|
|
71, 676, 878, 71, 71, 674, 671, 71, 71, 677,
|
|
|
|
|
71, 678, 675, 71, 679, 71, 71, 71, 681, 682,
|
|
|
|
|
683, 685, 71, 71, 688, 689, 71, 71, 687, 71,
|
|
|
|
|
71, 693, 71, 684, 71, 686, 680, 71, 690, 71,
|
|
|
|
|
694, 71, 692, 691, 695, 71, 71, 71, 696, 700,
|
|
|
|
|
698, 697, 701, 699, 702, 71, 71, 71, 705, 703,
|
|
|
|
|
71, 71, 704, 706, 71, 71, 71, 711, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 707, 715, 714, 717, 708, 713,
|
|
|
|
|
71, 718, 71, 71, 71, 709, 710, 712, 720, 719,
|
|
|
|
|
|
|
|
|
|
716, 71, 722, 721, 71, 71, 71, 724, 726, 71,
|
|
|
|
|
71, 725, 71, 71, 71, 723, 71, 71, 71, 71,
|
|
|
|
|
732, 71, 71, 71, 71, 740, 733, 727, 728, 71,
|
|
|
|
|
729, 71, 730, 734, 731, 738, 735, 736, 71, 739,
|
|
|
|
|
71, 737, 71, 741, 71, 71, 71, 71, 745, 71,
|
|
|
|
|
742, 71, 71, 71, 751, 752, 71, 71, 71, 743,
|
|
|
|
|
71, 744, 755, 746, 747, 748, 750, 71, 749, 71,
|
|
|
|
|
71, 71, 71, 143, 756, 753, 759, 760, 761, 757,
|
|
|
|
|
758, 71, 71, 71, 71, 71, 762, 763, 764, 71,
|
|
|
|
|
765, 71, 150, 766, 71, 71, 71, 770, 768, 767,
|
|
|
|
|
|
|
|
|
|
772, 71, 71, 769, 771, 71, 71, 71, 773, 71,
|
|
|
|
|
775, 774, 778, 71, 71, 779, 781, 71, 782, 776,
|
|
|
|
|
71, 71, 784, 780, 71, 786, 783, 777, 71, 71,
|
|
|
|
|
71, 789, 71, 71, 71, 71, 787, 71, 790, 791,
|
|
|
|
|
785, 71, 71, 71, 71, 71, 795, 788, 71, 71,
|
|
|
|
|
796, 792, 802, 797, 803, 794, 808, 800, 71, 793,
|
|
|
|
|
798, 801, 805, 799, 71, 804, 71, 806, 71, 807,
|
|
|
|
|
71, 811, 71, 71, 71, 824, 71, 71, 809, 819,
|
|
|
|
|
71, 71, 71, 823, 71, 826, 71, 71, 828, 825,
|
|
|
|
|
810, 71, 812, 813, 820, 814, 71, 822, 815, 821,
|
|
|
|
|
|
|
|
|
|
71, 827, 71, 816, 71, 829, 71, 830, 833, 817,
|
|
|
|
|
818, 831, 71, 71, 832, 71, 71, 835, 71, 71,
|
|
|
|
|
839, 834, 71, 71, 838, 71, 842, 71, 71, 71,
|
|
|
|
|
847, 71, 861, 71, 71, 836, 841, 837, 840, 846,
|
|
|
|
|
844, 848, 71, 71, 851, 843, 849, 71, 850, 852,
|
|
|
|
|
71, 845, 71, 71, 71, 71, 853, 71, 854, 71,
|
|
|
|
|
857, 71, 855, 71, 858, 856, 71, 864, 859, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 862, 71, 863, 71, 868,
|
|
|
|
|
866, 867, 860, 71, 71, 869, 870, 71, 71, 865,
|
|
|
|
|
71, 874, 871, 71, 71, 71, 71, 879, 872, 71,
|
|
|
|
|
|
|
|
|
|
71, 881, 71, 873, 877, 880, 71, 876, 875, 882,
|
|
|
|
|
71, 884, 71, 71, 71, 71, 71, 883, 71, 71,
|
|
|
|
|
891, 885, 886, 894, 890, 71, 71, 71, 71, 71,
|
|
|
|
|
141, 71, 887, 71, 889, 888, 892, 895, 893, 896,
|
|
|
|
|
898, 71, 71, 71, 897, 900, 71, 899, 901, 902,
|
|
|
|
|
71, 904, 71, 903, 71, 71, 909, 71, 911, 71,
|
|
|
|
|
71, 913, 71, 71, 71, 71, 905, 71, 71, 914,
|
|
|
|
|
71, 910, 906, 71, 71, 908, 907, 922, 918, 912,
|
|
|
|
|
916, 919, 915, 71, 920, 921, 71, 71, 917, 925,
|
|
|
|
|
926, 71, 927, 71, 71, 71, 71, 930, 150, 71,
|
|
|
|
|
|
|
|
|
|
924, 929, 71, 71, 923, 71, 932, 71, 933, 71,
|
|
|
|
|
936, 71, 928, 71, 931, 71, 71, 71, 71, 71,
|
|
|
|
|
948, 71, 71, 71, 71, 934, 949, 952, 71, 935,
|
|
|
|
|
937, 939, 71, 955, 71, 940, 950, 938, 954, 941,
|
|
|
|
|
71, 951, 71, 942, 71, 943, 71, 953, 956, 944,
|
|
|
|
|
71, 945, 957, 71, 960, 71, 946, 958, 71, 961,
|
|
|
|
|
959, 947, 71, 71, 71, 71, 969, 962, 964, 965,
|
|
|
|
|
970, 968, 71, 71, 966, 71, 71, 963, 967, 971,
|
|
|
|
|
71, 972, 973, 71, 71, 71, 71, 71, 71, 2737,
|
|
|
|
|
984, 71, 974, 975, 71, 976, 983, 985, 71, 986,
|
|
|
|
|
|
|
|
|
|
977, 71, 978, 71, 987, 990, 988, 71, 979, 71,
|
|
|
|
|
993, 71, 71, 980, 981, 989, 994, 991, 995, 71,
|
|
|
|
|
982, 71, 996, 71, 71, 999, 71, 71, 992, 71,
|
|
|
|
|
71, 71, 1000, 71, 71, 1005, 998, 71, 1002, 1003,
|
|
|
|
|
997, 71, 71, 1006, 71, 1001, 71, 1008, 71, 1004,
|
|
|
|
|
71, 71, 71, 1016, 71, 71, 1007, 1015, 71, 71,
|
|
|
|
|
1010, 1013, 1012, 1014, 1009, 71, 71, 71, 1011, 71,
|
|
|
|
|
71, 1017, 1018, 71, 1022, 1023, 1027, 71, 1024, 71,
|
|
|
|
|
1026, 1021, 71, 71, 1019, 1020, 1025, 71, 1030, 71,
|
|
|
|
|
71, 71, 1032, 1031, 71, 1033, 1028, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1034, 1040, 71, 1029, 1035, 71, 71, 71, 1042, 1036,
|
|
|
|
|
71, 2737, 1038, 1043, 71, 71, 1037, 1039, 71, 71,
|
|
|
|
|
1045, 71, 71, 1046, 71, 1041, 1048, 1044, 71, 1049,
|
|
|
|
|
71, 71, 1054, 71, 1050, 1047, 1051, 1053, 71, 1055,
|
|
|
|
|
71, 71, 1056, 71, 1052, 71, 1058, 71, 71, 71,
|
|
|
|
|
1064, 71, 1062, 71, 1065, 1069, 71, 71, 1066, 1057,
|
|
|
|
|
71, 71, 1067, 1059, 1063, 71, 1060, 71, 1061, 71,
|
|
|
|
|
1068, 1072, 1073, 71, 71, 71, 71, 71, 71, 1076,
|
|
|
|
|
71, 1077, 71, 1074, 71, 1070, 1081, 71, 1082, 1071,
|
|
|
|
|
71, 1078, 71, 1075, 71, 1084, 1080, 1085, 71, 71,
|
|
|
|
|
|
|
|
|
|
1079, 71, 1083, 1089, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 1095, 71, 71, 71, 1087, 1088, 1091, 1086, 71,
|
|
|
|
|
71, 71, 71, 1090, 1099, 1092, 1098, 1096, 2737, 1094,
|
|
|
|
|
1100, 1101, 71, 1103, 1093, 1097, 71, 1104, 71, 71,
|
|
|
|
|
1106, 1105, 1102, 71, 71, 71, 71, 71, 71, 1107,
|
|
|
|
|
71, 71, 1110, 71, 71, 1116, 71, 71, 1113, 1108,
|
|
|
|
|
1109, 71, 71, 1111, 71, 71, 71, 71, 1114, 1112,
|
|
|
|
|
1120, 1117, 1122, 1115, 71, 1126, 71, 1119, 2737, 1118,
|
|
|
|
|
1129, 1123, 71, 1124, 71, 1121, 1125, 1127, 71, 71,
|
|
|
|
|
71, 1128, 1130, 71, 1131, 1133, 71, 1132, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1135, 1138, 71, 71, 1139, 71, 71, 71, 1136,
|
|
|
|
|
71, 1141, 1134, 71, 1142, 71, 1143, 71, 1137, 71,
|
|
|
|
|
71, 71, 71, 1144, 1140, 71, 1149, 71, 1145, 1147,
|
|
|
|
|
71, 71, 71, 1150, 1146, 1148, 1154, 71, 1159, 71,
|
|
|
|
|
71, 1151, 71, 71, 71, 1153, 1152, 1155, 1158, 71,
|
|
|
|
|
1161, 1156, 71, 71, 1160, 71, 2737, 1157, 1163, 1165,
|
|
|
|
|
71, 1164, 71, 1162, 1166, 71, 71, 1170, 71, 1168,
|
|
|
|
|
1179, 1167, 1183, 1169, 71, 1177, 71, 1178, 71, 1171,
|
|
|
|
|
71, 1180, 1172, 1173, 71, 71, 71, 1174, 71, 1181,
|
|
|
|
|
71, 1184, 71, 1175, 1182, 1185, 71, 1176, 71, 1186,
|
|
|
|
|
|
|
|
|
|
71, 1187, 71, 71, 71, 1188, 1193, 1189, 1190, 1192,
|
|
|
|
|
1195, 1196, 1191, 71, 1194, 71, 71, 71, 1197, 1198,
|
|
|
|
|
71, 71, 1204, 1205, 71, 71, 71, 71, 71, 1199,
|
|
|
|
|
1207, 71, 71, 71, 1200, 1206, 1201, 71, 1202, 1211,
|
|
|
|
|
1203, 1210, 1208, 71, 1212, 71, 1209, 1215, 1214, 71,
|
|
|
|
|
71, 71, 71, 1213, 71, 71, 1217, 71, 1216, 1219,
|
|
|
|
|
1221, 71, 71, 1227, 71, 71, 1220, 71, 1222, 1218,
|
|
|
|
|
1223, 71, 1226, 1229, 71, 1224, 71, 71, 1230, 71,
|
|
|
|
|
1228, 71, 1231, 1234, 71, 71, 1232, 1225, 1236, 71,
|
|
|
|
|
1233, 71, 1237, 71, 71, 1241, 71, 1235, 1238, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1243, 71, 2737, 1239, 1245, 71, 71,
|
|
|
|
|
1247, 71, 1248, 1246, 71, 1240, 1249, 71, 71, 1242,
|
|
|
|
|
71, 1244, 1250, 71, 71, 1252, 1251, 71, 1253, 71,
|
|
|
|
|
1254, 1257, 1255, 1256, 71, 1259, 1260, 71, 71, 1262,
|
|
|
|
|
71, 71, 71, 1261, 71, 71, 1263, 1258, 1266, 71,
|
|
|
|
|
71, 71, 71, 71, 1270, 1265, 1271, 71, 1273, 1264,
|
|
|
|
|
71, 71, 71, 1272, 71, 71, 71, 1274, 71, 71,
|
|
|
|
|
1267, 1268, 71, 1275, 71, 1269, 71, 1277, 71, 1280,
|
|
|
|
|
1278, 1276, 71, 1285, 71, 71, 1279, 1284, 71, 1281,
|
|
|
|
|
1287, 71, 1283, 71, 71, 1289, 71, 1282, 71, 1286,
|
|
|
|
|
|
|
|
|
|
1290, 71, 1292, 71, 1293, 71, 71, 1288, 1294, 1291,
|
|
|
|
|
71, 1298, 1300, 1295, 1299, 71, 1302, 71, 1296, 1301,
|
|
|
|
|
71, 1297, 71, 71, 1303, 71, 1304, 71, 71, 71,
|
|
|
|
|
71, 71, 1308, 71, 1310, 71, 1305, 71, 1314, 1315,
|
|
|
|
|
71, 71, 1318, 1307, 71, 1312, 1309, 71, 71, 1306,
|
|
|
|
|
1311, 1313, 71, 71, 71, 71, 1319, 71, 1316, 71,
|
|
|
|
|
1317, 71, 1325, 71, 1327, 71, 1320, 1321, 1326, 1322,
|
|
|
|
|
1323, 1324, 71, 1330, 1329, 71, 71, 71, 71, 1335,
|
|
|
|
|
1336, 1328, 1332, 1334, 71, 71, 71, 71, 1337, 71,
|
|
|
|
|
1331, 71, 1338, 1339, 71, 71, 71, 71, 1333, 1340,
|
|
|
|
|
|
|
|
|
|
71, 71, 1342, 1343, 71, 1341, 71, 1345, 71, 1346,
|
|
|
|
|
71, 71, 1344, 71, 1348, 1349, 71, 1352, 1350, 1354,
|
|
|
|
|
71, 1347, 1353, 71, 1355, 71, 71, 1357, 71, 71,
|
|
|
|
|
1351, 71, 71, 1356, 1364, 1358, 71, 1360, 71, 1359,
|
|
|
|
|
71, 71, 71, 1368, 71, 71, 71, 1367, 1361, 71,
|
|
|
|
|
1363, 1362, 71, 71, 71, 71, 1376, 1366, 71, 71,
|
|
|
|
|
1450, 1369, 1365, 1370, 1371, 1372, 1373, 71, 71, 1375,
|
|
|
|
|
1377, 1378, 1379, 71, 1374, 71, 71, 71, 71, 71,
|
|
|
|
|
1380, 1381, 71, 1389, 1385, 71, 71, 1383, 1386, 1382,
|
|
|
|
|
1388, 71, 1384, 1392, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1393, 1387, 1394, 1395, 71, 71, 1390, 1391, 1396, 1400,
|
|
|
|
|
1401, 71, 71, 71, 71, 71, 1397, 71, 1399, 1404,
|
|
|
|
|
71, 1405, 1406, 1398, 1407, 71, 71, 71, 71, 1408,
|
|
|
|
|
1402, 1409, 71, 1410, 1403, 71, 71, 71, 1412, 71,
|
|
|
|
|
1415, 71, 71, 1411, 71, 71, 1414, 71, 1419, 1418,
|
|
|
|
|
71, 71, 71, 1423, 71, 71, 1413, 1416, 71, 71,
|
|
|
|
|
1425, 71, 1417, 1420, 71, 1421, 1427, 71, 1424, 71,
|
|
|
|
|
71, 71, 1430, 1426, 1428, 1432, 1422, 71, 71, 1429,
|
|
|
|
|
71, 1433, 71, 1431, 71, 1435, 1436, 71, 1434, 71,
|
|
|
|
|
71, 71, 1443, 71, 71, 71, 1437, 71, 1438, 1444,
|
|
|
|
|
|
|
|
|
|
71, 1439, 1440, 1441, 1447, 1448, 71, 71, 1452, 71,
|
|
|
|
|
1454, 71, 1451, 1445, 71, 1442, 71, 1446, 1456, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1455, 1449, 1458, 1459, 1453,
|
|
|
|
|
71, 1461, 71, 1462, 71, 71, 71, 71, 1463, 1457,
|
|
|
|
|
1466, 71, 1467, 71, 71, 71, 1460, 1473, 1468, 1474,
|
|
|
|
|
1465, 71, 1464, 71, 1470, 71, 71, 1471, 71, 71,
|
|
|
|
|
1479, 1476, 1478, 1469, 1475, 71, 71, 71, 71, 1472,
|
|
|
|
|
1477, 1484, 1480, 71, 1481, 71, 1482, 71, 71, 1489,
|
|
|
|
|
1490, 71, 1483, 1485, 1488, 71, 71, 1486, 71, 1492,
|
|
|
|
|
71, 71, 71, 1491, 71, 71, 1494, 1496, 1487, 1495,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 71, 1504, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1497, 1493, 71, 71, 71, 1500, 1501, 1502,
|
|
|
|
|
71, 1498, 1499, 1503, 1509, 71, 1505, 71, 1506, 1507,
|
|
|
|
|
1508, 1513, 1511, 71, 1510, 71, 1512, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 1515, 71, 2737, 1514, 1517, 1519,
|
|
|
|
|
1527, 71, 71, 1518, 1520, 1516, 1522, 1521, 1523, 71,
|
|
|
|
|
1528, 71, 1526, 1524, 1529, 71, 1525, 71, 1530, 1531,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 1534, 71, 71,
|
|
|
|
|
1532, 1542, 71, 1536, 71, 1538, 1541, 1540, 1539, 1535,
|
|
|
|
|
1533, 71, 71, 71, 1537, 71, 71, 1544, 71, 1543,
|
|
|
|
|
|
|
|
|
|
71, 71, 1551, 71, 71, 71, 71, 1546, 1548, 1545,
|
|
|
|
|
1554, 1547, 71, 1553, 71, 1555, 71, 71, 1550, 1552,
|
|
|
|
|
1562, 1557, 71, 1549, 1558, 1563, 71, 1560, 71, 1556,
|
|
|
|
|
71, 1565, 1567, 71, 1559, 1561, 1564, 71, 1568, 71,
|
|
|
|
|
71, 1570, 71, 1574, 71, 1569, 1566, 71, 1571, 71,
|
|
|
|
|
1572, 71, 71, 1573, 71, 1576, 71, 71, 71, 71,
|
|
|
|
|
71, 1577, 1578, 71, 1575, 71, 1581, 71, 1582, 71,
|
|
|
|
|
71, 71, 71, 1583, 1587, 1579, 1580, 1585, 1584, 71,
|
|
|
|
|
71, 1586, 1588, 71, 71, 1596, 71, 1593, 71, 1590,
|
|
|
|
|
1589, 1591, 1592, 71, 71, 71, 71, 71, 1598, 1594,
|
|
|
|
|
|
|
|
|
|
1599, 1600, 1595, 71, 71, 71, 1602, 71, 1597, 1601,
|
|
|
|
|
1605, 71, 71, 71, 1609, 71, 71, 71, 71, 1607,
|
|
|
|
|
1604, 71, 71, 71, 1611, 71, 1603, 71, 71, 1616,
|
|
|
|
|
1610, 1606, 1608, 1612, 1613, 71, 71, 1614, 1811, 1617,
|
|
|
|
|
1620, 71, 1619, 1615, 71, 71, 1618, 1621, 1622, 71,
|
|
|
|
|
1623, 71, 1625, 1626, 71, 71, 71, 71, 71, 1628,
|
|
|
|
|
1624, 71, 71, 71, 1629, 71, 71, 1627, 71, 71,
|
|
|
|
|
71, 1634, 71, 71, 1638, 71, 1630, 1635, 71, 71,
|
|
|
|
|
71, 1632, 1636, 1633, 1631, 1643, 71, 1637, 1639, 1644,
|
|
|
|
|
1642, 71, 71, 1641, 71, 71, 1647, 71, 71, 1645,
|
|
|
|
|
|
|
|
|
|
1649, 1640, 71, 1650, 1651, 71, 1652, 71, 1654, 71,
|
|
|
|
|
1646, 71, 1648, 71, 1653, 71, 1655, 1659, 1656, 1658,
|
|
|
|
|
71, 1660, 71, 1662, 71, 1661, 71, 71, 1664, 71,
|
|
|
|
|
71, 71, 1657, 1666, 71, 1667, 71, 71, 1668, 1669,
|
|
|
|
|
71, 71, 1663, 71, 1676, 71, 71, 71, 1819, 1681,
|
|
|
|
|
71, 1665, 1670, 1671, 1672, 71, 71, 71, 1684, 1673,
|
|
|
|
|
71, 1674, 1678, 1675, 71, 1685, 1677, 1679, 71, 1680,
|
|
|
|
|
71, 1682, 1683, 71, 1688, 71, 71, 71, 1690, 71,
|
|
|
|
|
71, 71, 71, 1693, 1694, 71, 1696, 71, 71, 71,
|
|
|
|
|
1686, 71, 1700, 71, 1687, 71, 71, 1697, 1698, 1691,
|
|
|
|
|
|
|
|
|
|
1695, 71, 1689, 1692, 71, 1703, 71, 1705, 1702, 71,
|
|
|
|
|
1701, 71, 1699, 71, 1709, 71, 71, 1712, 1708, 1713,
|
|
|
|
|
71, 71, 1711, 71, 71, 71, 1715, 1707, 1714, 71,
|
|
|
|
|
1704, 71, 71, 1716, 71, 1706, 1710, 71, 71, 71,
|
|
|
|
|
1720, 71, 1723, 1724, 1719, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 1717, 1727, 1718, 71, 71, 1721, 71, 71, 71,
|
|
|
|
|
1726, 1733, 71, 1737, 1734, 1722, 1725, 1729, 1728, 1730,
|
|
|
|
|
1731, 1735, 71, 1732, 1736, 71, 1740, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1738, 1746, 1743, 71, 71, 1739, 71,
|
|
|
|
|
71, 1748, 1773, 1742, 1749, 71, 71, 1750, 71, 1741,
|
|
|
|
|
|
|
|
|
|
71, 1744, 1745, 71, 1747, 1754, 71, 1751, 71, 1752,
|
|
|
|
|
1755, 71, 1756, 1758, 1753, 1759, 1762, 1757, 71, 71,
|
|
|
|
|
1761, 71, 71, 71, 71, 71, 1760, 71, 1764, 71,
|
|
|
|
|
1767, 71, 1769, 71, 71, 1763, 71, 1765, 71, 71,
|
|
|
|
|
71, 1775, 1774, 1770, 71, 1771, 1776, 71, 1777, 71,
|
|
|
|
|
1779, 1768, 1766, 1772, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1780, 1782, 1781, 71, 1778, 71, 71, 1783, 1784, 1785,
|
|
|
|
|
71, 1786, 71, 1787, 71, 1791, 71, 1788, 71, 1790,
|
|
|
|
|
71, 71, 1789, 1795, 71, 1793, 1794, 1792, 71, 71,
|
|
|
|
|
71, 71, 71, 1802, 1800, 71, 71, 71, 1797, 71,
|
|
|
|
|
|
|
|
|
|
1801, 71, 1804, 71, 71, 1808, 71, 71, 1796, 1798,
|
|
|
|
|
1803, 1799, 1807, 1805, 71, 1806, 1809, 1813, 1810, 1812,
|
|
|
|
|
71, 71, 71, 1818, 71, 71, 71, 71, 1820, 71,
|
|
|
|
|
71, 71, 1821, 1822, 71, 71, 2737, 1814, 1815, 1816,
|
|
|
|
|
1817, 71, 71, 1823, 71, 1825, 71, 1826, 1824, 71,
|
|
|
|
|
71, 1827, 1828, 71, 71, 71, 1829, 71, 71, 1838,
|
|
|
|
|
71, 1830, 1831, 1834, 71, 71, 71, 71, 71, 1833,
|
|
|
|
|
1837, 1841, 1842, 71, 71, 1836, 1835, 2737, 1844, 1832,
|
|
|
|
|
71, 71, 1839, 1845, 71, 1840, 1843, 1848, 71, 1847,
|
|
|
|
|
71, 71, 1846, 71, 71, 1852, 71, 1849, 71, 1850,
|
|
|
|
|
|
|
|
|
|
1854, 71, 71, 1851, 71, 71, 1857, 1856, 1853, 71,
|
|
|
|
|
1858, 71, 1862, 71, 1859, 71, 1860, 71, 71, 71,
|
|
|
|
|
1863, 71, 1855, 1868, 71, 1865, 1864, 71, 1869, 71,
|
|
|
|
|
71, 1861, 71, 1872, 71, 1867, 1874, 1873, 1866, 71,
|
|
|
|
|
71, 1877, 71, 71, 1870, 71, 1879, 71, 1875, 71,
|
|
|
|
|
1871, 71, 1880, 71, 71, 1878, 1876, 71, 1881, 1884,
|
|
|
|
|
1886, 71, 1882, 1887, 71, 1883, 71, 71, 1885, 71,
|
|
|
|
|
71, 71, 1890, 71, 1891, 71, 1888, 71, 1889, 1894,
|
|
|
|
|
71, 71, 71, 1892, 71, 71, 71, 71, 71, 1897,
|
|
|
|
|
71, 1893, 1902, 1895, 1904, 1896, 1898, 1900, 1901, 1899,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 1907, 1903, 71, 1905, 1906, 1911,
|
|
|
|
|
71, 71, 1910, 1913, 71, 1909, 1908, 71, 71, 71,
|
|
|
|
|
1912, 1915, 1918, 1916, 1920, 1914, 71, 1919, 71, 1921,
|
|
|
|
|
71, 71, 1917, 71, 1922, 71, 1925, 71, 71, 1926,
|
|
|
|
|
71, 1923, 1930, 71, 71, 1931, 1924, 71, 71, 1929,
|
|
|
|
|
1934, 71, 71, 1927, 71, 1936, 71, 1935, 71, 1932,
|
|
|
|
|
1937, 71, 1939, 1938, 1928, 71, 1933, 71, 71, 1940,
|
|
|
|
|
71, 1941, 71, 71, 1942, 71, 71, 1944, 71, 71,
|
|
|
|
|
71, 1947, 1950, 71, 1951, 71, 71, 71, 71, 71,
|
|
|
|
|
1946, 1953, 1943, 71, 1949, 71, 1945, 1948, 1957, 71,
|
|
|
|
|
|
|
|
|
|
1952, 1955, 1958, 71, 71, 71, 71, 1956, 71, 71,
|
|
|
|
|
71, 71, 1959, 1954, 1960, 1969, 71, 71, 1961, 71,
|
|
|
|
|
1970, 1966, 71, 71, 71, 71, 2737, 1964, 1962, 1983,
|
|
|
|
|
1963, 1965, 1967, 71, 1968, 1971, 71, 1972, 1973, 71,
|
|
|
|
|
1974, 1975, 71, 1976, 71, 71, 1979, 71, 1977, 1978,
|
|
|
|
|
1982, 71, 71, 71, 71, 71, 1980, 1984, 71, 1981,
|
|
|
|
|
1988, 71, 1989, 71, 1991, 71, 71, 1987, 1993, 71,
|
|
|
|
|
71, 1995, 71, 1985, 1986, 1996, 71, 1990, 71, 71,
|
|
|
|
|
71, 71, 2000, 71, 1992, 1994, 1999, 2002, 71, 71,
|
|
|
|
|
71, 71, 1997, 71, 2005, 71, 2004, 71, 1998, 2001,
|
|
|
|
|
|
|
|
|
|
71, 2006, 2008, 71, 71, 2012, 71, 2003, 71, 71,
|
|
|
|
|
2010, 71, 2009, 2017, 71, 2016, 2007, 2013, 71, 71,
|
|
|
|
|
71, 2021, 71, 2011, 2015, 71, 71, 71, 71, 71,
|
|
|
|
|
2026, 2014, 71, 2023, 2019, 2020, 71, 2018, 71, 71,
|
|
|
|
|
71, 2024, 2028, 71, 2029, 2022, 71, 2027, 2030, 71,
|
|
|
|
|
71, 2031, 2033, 71, 2025, 2035, 71, 71, 2036, 2039,
|
|
|
|
|
71, 2032, 2037, 2041, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
2034, 2038, 2042, 71, 71, 71, 71, 2045, 71, 2044,
|
|
|
|
|
2050, 2040, 2046, 2047, 2048, 71, 71, 71, 71, 2043,
|
|
|
|
|
2049, 2051, 71, 2054, 2053, 2055, 71, 2056, 2052, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2062, 71, 71, 2057, 71, 2737, 2058, 71,
|
|
|
|
|
2059, 71, 71, 71, 71, 2060, 2061, 2069, 2064, 2063,
|
|
|
|
|
71, 71, 2066, 2065, 71, 2068, 2070, 2067, 2073, 71,
|
|
|
|
|
71, 2074, 2075, 71, 71, 2078, 2072, 2076, 71, 2079,
|
|
|
|
|
2071, 71, 71, 2077, 71, 71, 2080, 71, 71, 2082,
|
|
|
|
|
71, 71, 71, 2086, 71, 71, 2081, 2088, 2084, 2087,
|
|
|
|
|
2089, 71, 2083, 71, 71, 71, 71, 71, 2090, 71,
|
|
|
|
|
2085, 2093, 71, 2091, 2094, 71, 71, 71, 71, 71,
|
|
|
|
|
2098, 2101, 71, 2100, 71, 2092, 2095, 71, 2102, 2097,
|
|
|
|
|
71, 71, 2096, 2106, 71, 2104, 2105, 2099, 2107, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2103, 2108, 71, 2110, 71, 2115, 2109, 2111,
|
|
|
|
|
71, 2113, 71, 71, 71, 71, 2114, 2117, 71, 2119,
|
|
|
|
|
71, 71, 71, 2118, 71, 71, 2112, 2116, 71, 2122,
|
|
|
|
|
2123, 2124, 71, 2125, 71, 2126, 2121, 71, 2127, 2120,
|
|
|
|
|
71, 71, 71, 71, 2128, 71, 2135, 2130, 2133, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 2132, 2138, 71, 71, 2134,
|
|
|
|
|
71, 2141, 2129, 2737, 2131, 2142, 71, 71, 2137, 2136,
|
|
|
|
|
71, 71, 2143, 2139, 71, 2144, 2140, 71, 71, 2145,
|
|
|
|
|
2149, 71, 71, 2148, 71, 2146, 2150, 71, 2147, 2151,
|
|
|
|
|
71, 2152, 71, 71, 2153, 71, 2155, 71, 2156, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2154, 2161, 71, 2157, 2162, 71, 2163, 71,
|
|
|
|
|
71, 2158, 71, 71, 71, 71, 71, 2160, 71, 2165,
|
|
|
|
|
2159, 2168, 2164, 2170, 71, 2166, 71, 2171, 71, 71,
|
|
|
|
|
71, 71, 71, 2177, 2167, 2169, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 2174, 2737, 71, 2176, 2178, 2184, 2173, 71,
|
|
|
|
|
71, 2179, 2172, 2180, 2175, 2186, 71, 2181, 2188, 71,
|
|
|
|
|
71, 2187, 2182, 2185, 2183, 2189, 71, 71, 2190, 71,
|
|
|
|
|
2191, 71, 2192, 71, 71, 71, 71, 71, 2193, 71,
|
|
|
|
|
71, 71, 71, 2203, 2194, 71, 2204, 71, 2200, 71,
|
|
|
|
|
2207, 71, 71, 2195, 2197, 2196, 71, 2208, 71, 2198,
|
|
|
|
|
|
|
|
|
|
2199, 2201, 71, 2202, 71, 2206, 71, 71, 71, 71,
|
|
|
|
|
2209, 2205, 71, 2211, 71, 2217, 71, 2218, 71, 2212,
|
|
|
|
|
2210, 2219, 71, 71, 2221, 2213, 2214, 71, 2215, 71,
|
|
|
|
|
71, 71, 71, 2216, 2223, 71, 71, 2226, 2227, 71,
|
|
|
|
|
2220, 2229, 2222, 2228, 71, 2230, 71, 71, 71, 71,
|
|
|
|
|
2224, 2225, 71, 71, 2231, 71, 2232, 71, 2237, 2238,
|
|
|
|
|
71, 71, 2241, 71, 71, 71, 71, 2233, 2242, 2234,
|
|
|
|
|
2244, 2235, 2239, 2236, 2245, 71, 71, 71, 71, 2240,
|
|
|
|
|
2243, 2249, 71, 71, 2251, 71, 71, 2253, 71, 2246,
|
|
|
|
|
71, 71, 2255, 71, 71, 2250, 2254, 2247, 2248, 71,
|
|
|
|
|
|
|
|
|
|
2256, 71, 71, 71, 71, 2252, 71, 2258, 2262, 71,
|
|
|
|
|
71, 2260, 2257, 2261, 2259, 2264, 71, 71, 2263, 71,
|
|
|
|
|
2265, 2266, 71, 71, 71, 2267, 71, 71, 2271, 71,
|
|
|
|
|
2269, 2272, 2274, 71, 2275, 71, 2276, 71, 2268, 2270,
|
|
|
|
|
71, 71, 2273, 2280, 71, 2277, 71, 71, 2282, 71,
|
|
|
|
|
71, 2281, 71, 2285, 71, 2278, 71, 2284, 2332, 2279,
|
|
|
|
|
2286, 71, 2288, 71, 71, 2283, 2290, 2289, 71, 2287,
|
|
|
|
|
71, 2291, 71, 2292, 2294, 2293, 71, 71, 71, 71,
|
|
|
|
|
71, 2295, 71, 2296, 71, 2297, 71, 71, 71, 2300,
|
|
|
|
|
2299, 2303, 2302, 71, 2298, 71, 71, 71, 2301, 71,
|
|
|
|
|
|
|
|
|
|
2304, 2305, 71, 71, 71, 2310, 71, 71, 2308, 71,
|
|
|
|
|
2307, 2306, 2309, 2315, 71, 2311, 71, 71, 71, 2319,
|
|
|
|
|
71, 2312, 71, 71, 71, 71, 2317, 2313, 2314, 2323,
|
|
|
|
|
2324, 71, 71, 2318, 2325, 2316, 2326, 71, 2321, 71,
|
|
|
|
|
71, 2320, 71, 71, 2322, 2330, 71, 2327, 2328, 71,
|
|
|
|
|
2331, 2329, 71, 2334, 2335, 71, 2336, 71, 2337, 71,
|
|
|
|
|
2338, 71, 71, 71, 2333, 71, 2341, 2342, 71, 2343,
|
|
|
|
|
71, 71, 71, 71, 2344, 2347, 71, 71, 2348, 2349,
|
|
|
|
|
71, 71, 2339, 2340, 71, 2345, 2351, 71, 2354, 71,
|
|
|
|
|
71, 2346, 2355, 71, 71, 71, 2350, 71, 71, 2356,
|
|
|
|
|
|
|
|
|
|
2357, 71, 2352, 2353, 2363, 2358, 71, 2362, 71, 71,
|
|
|
|
|
71, 71, 71, 2359, 2367, 2365, 71, 2360, 2361, 2366,
|
|
|
|
|
71, 71, 71, 71, 2368, 2369, 2371, 71, 71, 71,
|
|
|
|
|
71, 71, 2374, 2364, 2378, 71, 2381, 2370, 2372, 2373,
|
|
|
|
|
71, 2382, 71, 71, 2377, 71, 2375, 71, 2380, 2376,
|
|
|
|
|
2379, 71, 2384, 71, 2385, 71, 2386, 71, 2387, 71,
|
|
|
|
|
71, 2388, 2383, 71, 2389, 71, 71, 2390, 71, 2395,
|
|
|
|
|
71, 71, 2392, 71, 2396, 2398, 71, 2400, 71, 71,
|
|
|
|
|
2399, 71, 71, 71, 2397, 2393, 2391, 2401, 2394, 71,
|
|
|
|
|
2402, 2404, 71, 2405, 71, 2408, 71, 2403, 2407, 71,
|
|
|
|
|
|
|
|
|
|
2409, 71, 71, 2406, 2412, 71, 71, 71, 2411, 2410,
|
|
|
|
|
71, 2413, 71, 71, 71, 71, 71, 2421, 2414, 2416,
|
|
|
|
|
2420, 71, 71, 71, 2418, 71, 2424, 2423, 71, 2425,
|
|
|
|
|
2422, 2737, 2415, 2417, 71, 2419, 2426, 71, 2427, 71,
|
|
|
|
|
2428, 71, 2431, 2429, 71, 2433, 71, 71, 2430, 2432,
|
|
|
|
|
71, 71, 2434, 2436, 71, 2435, 71, 71, 71, 2441,
|
|
|
|
|
71, 71, 2439, 71, 2437, 71, 2443, 71, 71, 2447,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 2440, 2438, 2445, 2450,
|
|
|
|
|
2444, 2451, 71, 71, 2448, 2442, 2449, 71, 2446, 71,
|
|
|
|
|
2452, 2454, 2455, 2457, 71, 71, 2459, 71, 2460, 71,
|
|
|
|
|
|
|
|
|
|
71, 2453, 2462, 71, 71, 71, 2465, 71, 71, 71,
|
|
|
|
|
2464, 71, 71, 2469, 2458, 2456, 71, 71, 2472, 71,
|
|
|
|
|
2463, 2461, 2473, 71, 71, 2475, 71, 71, 2466, 71,
|
|
|
|
|
2468, 2470, 2467, 71, 71, 71, 2477, 71, 2471, 2482,
|
|
|
|
|
71, 71, 2484, 2737, 2474, 2476, 2480, 71, 71, 2478,
|
|
|
|
|
2483, 71, 2479, 2487, 2489, 2481, 71, 2486, 2490, 71,
|
|
|
|
|
2485, 2488, 71, 71, 71, 71, 71, 2495, 2492, 71,
|
|
|
|
|
2493, 2498, 71, 71, 2491, 2499, 71, 71, 71, 71,
|
|
|
|
|
2502, 71, 2503, 71, 71, 2494, 2496, 2497, 2501, 2504,
|
|
|
|
|
71, 71, 2505, 2507, 71, 2506, 2500, 2508, 71, 2509,
|
|
|
|
|
|
|
|
|
|
71, 71, 2511, 71, 71, 71, 2510, 71, 2514, 71,
|
|
|
|
|
2512, 2515, 71, 71, 2519, 71, 71, 2521, 71, 2516,
|
|
|
|
|
71, 2520, 2518, 2522, 71, 2524, 2513, 71, 71, 2517,
|
|
|
|
|
71, 71, 2526, 71, 2523, 2525, 71, 71, 71, 71,
|
|
|
|
|
71, 2527, 2530, 71, 2532, 71, 71, 71, 2528, 71,
|
|
|
|
|
2529, 2531, 71, 2533, 71, 71, 71, 2545, 71, 2534,
|
|
|
|
|
2542, 71, 71, 2535, 2737, 2537, 2536, 2566, 2538, 71,
|
|
|
|
|
2541, 2539, 2540, 2547, 2544, 71, 2543, 2546, 71, 2548,
|
|
|
|
|
71, 2549, 71, 2550, 2551, 71, 71, 2553, 71, 2552,
|
|
|
|
|
71, 2556, 71, 2554, 71, 71, 71, 71, 71, 2558,
|
|
|
|
|
|
|
|
|
|
2737, 2557, 71, 2562, 2555, 2563, 71, 2561, 2564, 71,
|
|
|
|
|
71, 2559, 71, 2569, 2571, 2560, 71, 71, 2570, 71,
|
|
|
|
|
71, 2567, 71, 71, 2568, 2565, 71, 71, 2575, 2578,
|
|
|
|
|
71, 2576, 2573, 71, 2580, 71, 2581, 71, 2579, 2582,
|
|
|
|
|
71, 2572, 71, 2574, 2583, 71, 2577, 2585, 71, 2586,
|
|
|
|
|
71, 2584, 71, 71, 71, 2589, 71, 2591, 71, 71,
|
|
|
|
|
71, 71, 71, 2593, 71, 2588, 2598, 2587, 71, 2595,
|
|
|
|
|
71, 2590, 71, 2597, 71, 71, 71, 2592, 2599, 2600,
|
|
|
|
|
2596, 71, 71, 71, 71, 71, 2605, 2594, 71, 2607,
|
|
|
|
|
71, 71, 2603, 71, 2601, 71, 71, 2604, 2612, 2602,
|
|
|
|
|
|
|
|
|
|
71, 71, 2613, 71, 2609, 71, 2611, 2606, 2608, 71,
|
|
|
|
|
2615, 2614, 71, 71, 2610, 71, 2616, 71, 71, 71,
|
|
|
|
|
2617, 2625, 71, 2618, 71, 71, 2627, 71, 2619, 71,
|
|
|
|
|
2621, 71, 2628, 2624, 2626, 2629, 71, 2623, 2620, 2622,
|
|
|
|
|
2630, 71, 71, 2631, 71, 2633, 71, 71, 71, 2632,
|
|
|
|
|
2638, 2634, 2635, 71, 71, 71, 71, 2641, 71, 71,
|
|
|
|
|
71, 71, 71, 2637, 2645, 71, 71, 2639, 2647, 2636,
|
|
|
|
|
2643, 71, 2646, 71, 2640, 71, 2649, 2650, 2642, 2644,
|
|
|
|
|
2651, 2648, 71, 71, 2654, 71, 2652, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 2657, 2653, 71, 2659, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2656, 2664, 71, 2665, 2737, 2655, 2661, 71,
|
|
|
|
|
2658, 2660, 2662, 2668, 71, 71, 2663, 2737, 2670, 2666,
|
|
|
|
|
2669, 71, 2671, 2667, 71, 71, 71, 71, 2675, 2676,
|
|
|
|
|
2672, 2673, 2674, 71, 71, 71, 2678, 71, 2677, 71,
|
|
|
|
|
71, 71, 71, 2679, 2684, 71, 71, 2681, 71, 2687,
|
|
|
|
|
71, 2688, 71, 2680, 71, 71, 71, 71, 71, 2686,
|
|
|
|
|
2682, 2683, 2691, 2689, 2685, 71, 2690, 71, 2695, 71,
|
|
|
|
|
2696, 2694, 71, 71, 2692, 2693, 71, 2699, 71, 2701,
|
|
|
|
|
71, 2702, 2697, 71, 71, 71, 2706, 71, 2703, 71,
|
|
|
|
|
71, 2704, 2700, 71, 2707, 2708, 2709, 71, 2698, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 2705, 71, 2710, 2711, 2713, 2712,
|
|
|
|
|
2715, 71, 71, 71, 71, 71, 2721, 2717, 2718, 71,
|
|
|
|
|
2714, 2716, 2722, 71, 2719, 71, 71, 2725, 2726, 71,
|
|
|
|
|
71, 2728, 71, 2720, 2729, 71, 71, 2727, 2723, 71,
|
|
|
|
|
71, 71, 71, 2730, 2724, 2731, 2732, 2735, 71, 2736,
|
|
|
|
|
71, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2733, 2737,
|
|
|
|
|
2737, 2734, 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, 2737,
|
|
|
|
|
|
|
|
|
|
74, 74, 74, 74, 140, 140, 2737, 2737, 2737, 140,
|
|
|
|
|
140, 142, 142, 2737, 2737, 142, 2737, 142, 144, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 144, 147, 147, 2737, 2737, 2737,
|
|
|
|
|
147, 147, 149, 2737, 2737, 2737, 2737, 2737, 149, 151,
|
|
|
|
|
151, 2737, 151, 151, 151, 151, 75, 75, 2737, 75,
|
|
|
|
|
75, 75, 75, 13, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-08-21 03:10:49 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[5395] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
3, 3, 3, 4, 4, 4, 5, 5, 6, 6,
|
|
|
|
|
5, 3, 6, 20, 4, 20, 20, 5, 20, 6,
|
|
|
|
|
7, 7, 7, 7, 20, 7, 8, 8, 8, 8,
|
2018-02-08 08:16:36 -05:00
|
|
|
29, 8, 7, 9, 9, 9, 22, 22, 8, 10,
|
2018-08-21 03:10:49 -04:00
|
|
|
10, 10, 15, 25, 9, 29, 15, 25, 2743, 31,
|
2018-02-08 08:16:36 -05:00
|
|
|
10, 11, 11, 11, 11, 11, 11, 19, 79, 19,
|
|
|
|
|
|
|
|
|
|
19, 30, 19, 11, 31, 79, 30, 25, 19, 19,
|
|
|
|
|
47, 47, 11, 12, 12, 12, 12, 12, 12, 21,
|
2018-04-17 09:23:35 -04:00
|
|
|
23, 23, 21, 21, 24, 12, 21, 81, 23, 24,
|
2018-08-21 03:10:49 -04:00
|
|
|
34, 21, 23, 24, 12, 23, 24, 930, 24, 24,
|
2018-04-17 09:23:35 -04:00
|
|
|
21, 26, 26, 27, 27, 90, 28, 81, 32, 32,
|
|
|
|
|
28, 34, 27, 28, 33, 33, 26, 32, 36, 33,
|
|
|
|
|
28, 35, 28, 32, 90, 42, 35, 32, 52, 84,
|
|
|
|
|
35, 52, 36, 37, 37, 33, 35, 38, 37, 35,
|
|
|
|
|
42, 69, 38, 63, 63, 38, 35, 84, 37, 40,
|
|
|
|
|
72, 37, 38, 40, 72, 69, 38, 38, 39, 39,
|
|
|
|
|
|
|
|
|
|
102, 39, 78, 40, 41, 41, 78, 40, 40, 41,
|
|
|
|
|
39, 149, 58, 41, 58, 58, 39, 58, 66, 102,
|
|
|
|
|
66, 66, 68, 66, 68, 68, 71, 68, 71, 71,
|
|
|
|
|
66, 71, 85, 74, 80, 74, 74, 71, 74, 77,
|
|
|
|
|
82, 85, 77, 82, 74, 74, 80, 83, 86, 87,
|
|
|
|
|
83, 88, 89, 91, 92, 87, 93, 95, 235, 91,
|
|
|
|
|
98, 87, 86, 83, 96, 98, 94, 97, 92, 88,
|
|
|
|
|
88, 97, 91, 99, 89, 95, 93, 94, 94, 101,
|
|
|
|
|
100, 235, 96, 100, 103, 101, 100, 99, 104, 103,
|
|
|
|
|
107, 104, 106, 105, 107, 104, 108, 109, 110, 100,
|
|
|
|
|
|
|
|
|
|
100, 111, 112, 108, 101, 110, 106, 113, 115, 103,
|
|
|
|
|
109, 104, 105, 117, 111, 114, 119, 105, 116, 114,
|
|
|
|
|
118, 118, 112, 116, 120, 113, 115, 116, 120, 121,
|
|
|
|
|
122, 147, 123, 117, 124, 123, 119, 120, 128, 125,
|
|
|
|
|
126, 127, 127, 120, 121, 125, 123, 124, 129, 122,
|
|
|
|
|
123, 130, 126, 131, 134, 132, 128, 133, 135, 133,
|
|
|
|
|
136, 137, 127, 135, 129, 156, 134, 139, 138, 146,
|
|
|
|
|
130, 132, 136, 138, 131, 141, 141, 148, 148, 137,
|
|
|
|
|
133, 139, 143, 156, 145, 143, 145, 145, 150, 145,
|
|
|
|
|
150, 150, 151, 150, 151, 151, 153, 151, 154, 153,
|
|
|
|
|
|
|
|
|
|
155, 157, 158, 154, 151, 160, 155, 159, 161, 162,
|
|
|
|
|
158, 164, 165, 160, 163, 155, 157, 158, 159, 163,
|
|
|
|
|
167, 165, 166, 144, 162, 167, 173, 161, 166, 166,
|
|
|
|
|
169, 164, 168, 168, 171, 170, 169, 170, 171, 174,
|
|
|
|
|
170, 172, 172, 171, 174, 173, 175, 176, 171, 178,
|
|
|
|
|
177, 175, 180, 178, 171, 171, 177, 170, 179, 176,
|
|
|
|
|
181, 182, 183, 179, 184, 185, 180, 188, 189, 184,
|
|
|
|
|
185, 186, 186, 182, 194, 181, 182, 186, 187, 177,
|
|
|
|
|
183, 142, 190, 187, 189, 191, 191, 188, 190, 186,
|
|
|
|
|
192, 186, 193, 195, 194, 196, 192, 197, 193, 195,
|
|
|
|
|
|
|
|
|
|
198, 200, 192, 199, 196, 201, 198, 200, 199, 202,
|
|
|
|
|
203, 201, 205, 204, 206, 207, 202, 208, 197, 204,
|
|
|
|
|
206, 209, 210, 203, 211, 208, 212, 210, 213, 214,
|
|
|
|
|
215, 218, 205, 211, 209, 215, 216, 207, 217, 219,
|
|
|
|
|
220, 212, 217, 222, 213, 219, 221, 140, 223, 214,
|
|
|
|
|
223, 225, 221, 218, 216, 224, 227, 225, 220, 220,
|
|
|
|
|
226, 228, 224, 222, 229, 237, 226, 228, 230, 230,
|
|
|
|
|
231, 231, 232, 233, 238, 227, 229, 237, 232, 233,
|
|
|
|
|
234, 236, 234, 239, 240, 241, 236, 242, 243, 244,
|
|
|
|
|
241, 239, 245, 238, 243, 244, 232, 245, 246, 234,
|
|
|
|
|
|
|
|
|
|
247, 248, 250, 246, 240, 249, 247, 251, 253, 252,
|
|
|
|
|
242, 254, 258, 255, 254, 255, 248, 252, 261, 249,
|
|
|
|
|
250, 251, 256, 256, 257, 259, 259, 257, 260, 260,
|
|
|
|
|
258, 262, 263, 253, 261, 263, 264, 266, 265, 267,
|
|
|
|
|
264, 270, 268, 266, 273, 270, 262, 265, 268, 269,
|
|
|
|
|
273, 269, 272, 267, 271, 271, 274, 272, 276, 275,
|
|
|
|
|
277, 70, 270, 278, 278, 279, 280, 281, 279, 282,
|
2018-08-21 03:10:49 -04:00
|
|
|
284, 281, 292, 277, 283, 283, 274, 275, 285, 276,
|
2018-04-17 09:23:35 -04:00
|
|
|
286, 285, 288, 287, 280, 288, 289, 282, 284, 287,
|
2018-08-21 03:10:49 -04:00
|
|
|
292, 291, 286, 295, 294, 296, 293, 294, 289, 290,
|
|
|
|
|
|
|
|
|
|
291, 293, 297, 599, 297, 297, 295, 296, 290, 298,
|
|
|
|
|
298, 290, 300, 301, 599, 294, 290, 290, 290, 290,
|
|
|
|
|
299, 302, 303, 299, 304, 304, 306, 306, 301, 300,
|
|
|
|
|
302, 303, 300, 305, 307, 308, 309, 310, 305, 311,
|
|
|
|
|
308, 313, 312, 314, 64, 315, 316, 313, 309, 307,
|
|
|
|
|
315, 327, 316, 317, 320, 318, 310, 312, 317, 311,
|
|
|
|
|
318, 321, 319, 314, 321, 319, 318, 319, 320, 322,
|
|
|
|
|
323, 327, 325, 329, 324, 325, 323, 321, 322, 324,
|
|
|
|
|
321, 325, 321, 328, 330, 325, 332, 333, 329, 332,
|
|
|
|
|
336, 335, 340, 325, 326, 326, 59, 326, 330, 336,
|
|
|
|
|
|
|
|
|
|
343, 333, 337, 338, 328, 332, 335, 337, 337, 338,
|
|
|
|
|
326, 340, 341, 326, 339, 326, 342, 326, 334, 343,
|
|
|
|
|
334, 334, 344, 345, 346, 342, 347, 341, 344, 349,
|
|
|
|
|
334, 350, 334, 334, 334, 339, 348, 334, 351, 352,
|
|
|
|
|
347, 354, 348, 353, 346, 356, 348, 355, 353, 345,
|
|
|
|
|
357, 350, 349, 355, 352, 358, 354, 359, 351, 360,
|
|
|
|
|
361, 362, 357, 359, 365, 356, 362, 363, 363, 358,
|
|
|
|
|
363, 364, 366, 367, 369, 368, 361, 368, 369, 370,
|
|
|
|
|
365, 371, 371, 370, 360, 372, 373, 367, 366, 374,
|
|
|
|
|
375, 364, 376, 379, 377, 368, 382, 379, 370, 380,
|
|
|
|
|
|
|
|
|
|
372, 376, 373, 377, 375, 378, 385, 374, 380, 381,
|
|
|
|
|
378, 385, 376, 383, 376, 381, 384, 382, 386, 383,
|
|
|
|
|
384, 387, 387, 388, 389, 392, 390, 391, 391, 389,
|
|
|
|
|
393, 392, 394, 395, 393, 396, 388, 397, 386, 390,
|
|
|
|
|
396, 398, 397, 399, 400, 401, 402, 394, 403, 406,
|
|
|
|
|
398, 410, 403, 413, 395, 399, 404, 404, 402, 414,
|
|
|
|
|
405, 407, 407, 401, 400, 405, 409, 409, 411, 412,
|
|
|
|
|
406, 414, 410, 413, 416, 417, 411, 418, 412, 419,
|
|
|
|
|
420, 421, 423, 422, 426, 419, 432, 421, 422, 420,
|
|
|
|
|
424, 418, 416, 425, 416, 417, 423, 427, 424, 425,
|
|
|
|
|
|
|
|
|
|
427, 424, 428, 429, 426, 430, 431, 432, 428, 433,
|
|
|
|
|
430, 434, 435, 433, 436, 437, 434, 429, 438, 436,
|
|
|
|
|
440, 441, 443, 455, 455, 442, 428, 435, 431, 442,
|
|
|
|
|
445, 437, 444, 449, 445, 447, 441, 438, 439, 439,
|
|
|
|
|
440, 443, 446, 452, 439, 454, 439, 446, 444, 449,
|
|
|
|
|
447, 448, 439, 450, 439, 451, 448, 439, 439, 452,
|
|
|
|
|
453, 451, 450, 453, 439, 454, 451, 456, 457, 457,
|
|
|
|
|
458, 459, 460, 462, 461, 463, 466, 464, 465, 54,
|
|
|
|
|
463, 469, 467, 459, 473, 458, 464, 460, 467, 472,
|
|
|
|
|
469, 466, 456, 461, 470, 462, 471, 465, 470, 473,
|
|
|
|
|
|
|
|
|
|
474, 472, 471, 475, 477, 476, 478, 480, 479, 480,
|
|
|
|
|
478, 482, 482, 484, 488, 481, 486, 475, 483, 474,
|
|
|
|
|
476, 479, 477, 481, 483, 484, 485, 487, 486, 488,
|
|
|
|
|
487, 489, 485, 491, 490, 492, 489, 490, 493, 501,
|
|
|
|
|
494, 53, 491, 493, 493, 495, 495, 496, 496, 491,
|
|
|
|
|
497, 492, 491, 494, 498, 498, 497, 499, 499, 500,
|
|
|
|
|
501, 502, 503, 504, 502, 500, 505, 503, 506, 507,
|
|
|
|
|
508, 506, 509, 510, 505, 512, 509, 511, 513, 510,
|
|
|
|
|
514, 511, 504, 513, 515, 517, 516, 519, 719, 508,
|
|
|
|
|
515, 516, 507, 512, 518, 520, 520, 518, 521, 517,
|
|
|
|
|
|
|
|
|
|
514, 524, 518, 522, 523, 519, 518, 525, 522, 523,
|
|
|
|
|
527, 526, 719, 534, 537, 524, 521, 526, 528, 527,
|
|
|
|
|
529, 528, 525, 530, 529, 532, 531, 533, 530, 531,
|
|
|
|
|
532, 534, 535, 536, 537, 538, 538, 540, 536, 539,
|
|
|
|
|
541, 542, 547, 533, 543, 535, 529, 542, 539, 548,
|
|
|
|
|
543, 544, 541, 540, 544, 545, 546, 550, 545, 549,
|
|
|
|
|
547, 546, 550, 548, 551, 549, 552, 553, 554, 552,
|
|
|
|
|
551, 555, 553, 554, 554, 556, 557, 558, 559, 564,
|
|
|
|
|
560, 561, 562, 558, 555, 562, 561, 563, 556, 560,
|
|
|
|
|
568, 564, 570, 563, 565, 557, 557, 559, 566, 565,
|
|
|
|
|
|
|
|
|
|
562, 567, 567, 566, 566, 569, 571, 569, 571, 572,
|
|
|
|
|
573, 570, 574, 575, 576, 568, 577, 578, 579, 581,
|
|
|
|
|
577, 580, 582, 583, 584, 585, 578, 572, 573, 586,
|
|
|
|
|
574, 585, 575, 579, 576, 583, 580, 581, 587, 584,
|
|
|
|
|
588, 582, 589, 586, 590, 591, 592, 593, 590, 594,
|
|
|
|
|
587, 597, 595, 596, 596, 597, 598, 600, 601, 588,
|
|
|
|
|
602, 589, 600, 591, 592, 593, 595, 603, 594, 604,
|
|
|
|
|
609, 606, 605, 48, 601, 598, 604, 605, 606, 602,
|
|
|
|
|
603, 607, 608, 610, 611, 612, 607, 608, 609, 613,
|
|
|
|
|
610, 614, 615, 611, 618, 620, 617, 615, 613, 612,
|
|
|
|
|
|
|
|
|
|
617, 616, 619, 614, 616, 621, 622, 628, 618, 626,
|
|
|
|
|
620, 619, 623, 623, 624, 624, 625, 625, 626, 621,
|
|
|
|
|
630, 631, 629, 624, 632, 631, 628, 622, 629, 633,
|
|
|
|
|
635, 634, 636, 637, 638, 639, 632, 634, 635, 636,
|
|
|
|
|
630, 640, 642, 648, 645, 654, 640, 633, 649, 650,
|
|
|
|
|
640, 637, 648, 640, 649, 639, 654, 642, 651, 638,
|
|
|
|
|
640, 645, 651, 640, 655, 650, 652, 652, 653, 653,
|
|
|
|
|
656, 657, 662, 660, 659, 664, 664, 657, 655, 659,
|
|
|
|
|
663, 661, 665, 663, 666, 666, 667, 668, 668, 665,
|
|
|
|
|
656, 658, 658, 658, 660, 658, 673, 662, 658, 661,
|
|
|
|
|
|
|
|
|
|
669, 667, 674, 658, 670, 669, 671, 670, 673, 658,
|
|
|
|
|
658, 671, 672, 675, 672, 676, 678, 675, 677, 679,
|
|
|
|
|
679, 674, 681, 680, 678, 682, 682, 683, 684, 685,
|
|
|
|
|
687, 687, 701, 701, 686, 676, 681, 677, 680, 686,
|
|
|
|
|
684, 688, 697, 690, 691, 683, 688, 688, 690, 692,
|
|
|
|
|
691, 685, 694, 693, 695, 692, 693, 696, 694, 698,
|
|
|
|
|
697, 699, 695, 700, 698, 696, 702, 704, 699, 703,
|
|
|
|
|
705, 707, 708, 704, 709, 702, 710, 703, 714, 709,
|
|
|
|
|
707, 708, 700, 711, 713, 710, 711, 712, 717, 705,
|
|
|
|
|
715, 715, 712, 716, 720, 718, 724, 720, 713, 722,
|
|
|
|
|
|
|
|
|
|
726, 722, 727, 714, 718, 720, 725, 717, 716, 723,
|
|
|
|
|
723, 725, 728, 729, 730, 731, 732, 724, 733, 734,
|
|
|
|
|
732, 726, 727, 735, 731, 738, 739, 737, 736, 735,
|
|
|
|
|
43, 741, 728, 744, 730, 729, 733, 736, 734, 737,
|
|
|
|
|
739, 740, 745, 742, 738, 741, 746, 740, 742, 743,
|
|
|
|
|
743, 745, 747, 744, 748, 749, 750, 751, 752, 753,
|
|
|
|
|
759, 754, 750, 756, 752, 755, 746, 754, 757, 755,
|
|
|
|
|
766, 751, 747, 758, 762, 749, 748, 762, 758, 753,
|
|
|
|
|
757, 759, 756, 760, 760, 761, 763, 764, 757, 765,
|
|
|
|
|
766, 761, 767, 767, 768, 765, 769, 770, 770, 771,
|
|
|
|
|
|
|
|
|
|
764, 769, 772, 774, 763, 776, 772, 773, 773, 775,
|
|
|
|
|
776, 777, 768, 779, 771, 782, 788, 780, 783, 785,
|
|
|
|
|
785, 787, 786, 789, 791, 774, 786, 789, 792, 775,
|
|
|
|
|
777, 780, 790, 792, 793, 782, 787, 779, 791, 783,
|
|
|
|
|
784, 788, 14, 784, 797, 784, 795, 790, 793, 784,
|
|
|
|
|
796, 784, 794, 801, 796, 800, 784, 794, 794, 797,
|
|
|
|
|
795, 784, 798, 799, 802, 803, 804, 798, 799, 800,
|
|
|
|
|
805, 803, 804, 809, 801, 810, 805, 798, 802, 806,
|
|
|
|
|
806, 807, 808, 814, 812, 813, 807, 815, 808, 13,
|
|
|
|
|
813, 819, 809, 810, 811, 811, 812, 814, 820, 815,
|
|
|
|
|
|
|
|
|
|
811, 817, 811, 816, 816, 819, 817, 818, 811, 821,
|
|
|
|
|
822, 822, 823, 811, 811, 818, 823, 820, 825, 826,
|
|
|
|
|
811, 827, 826, 828, 825, 829, 831, 830, 821, 832,
|
|
|
|
|
833, 829, 830, 834, 836, 835, 828, 837, 832, 833,
|
|
|
|
|
827, 835, 838, 836, 839, 831, 840, 838, 841, 834,
|
|
|
|
|
842, 845, 843, 846, 844, 848, 837, 845, 850, 846,
|
|
|
|
|
840, 843, 842, 844, 839, 851, 853, 852, 841, 854,
|
|
|
|
|
855, 848, 850, 856, 854, 855, 859, 857, 856, 858,
|
|
|
|
|
858, 853, 859, 860, 851, 852, 857, 862, 863, 867,
|
|
|
|
|
866, 864, 864, 863, 863, 864, 860, 865, 868, 869,
|
|
|
|
|
|
|
|
|
|
865, 871, 870, 862, 866, 872, 875, 871, 873, 867,
|
|
|
|
|
874, 0, 869, 874, 873, 876, 868, 870, 877, 878,
|
|
|
|
|
876, 879, 881, 877, 880, 872, 879, 875, 884, 880,
|
|
|
|
|
883, 885, 886, 888, 881, 878, 883, 885, 886, 887,
|
|
|
|
|
887, 889, 888, 890, 884, 891, 890, 892, 893, 894,
|
|
|
|
|
896, 895, 894, 898, 897, 901, 896, 899, 898, 889,
|
|
|
|
|
897, 901, 899, 891, 895, 900, 892, 903, 893, 904,
|
|
|
|
|
900, 905, 906, 906, 907, 908, 909, 905, 910, 909,
|
|
|
|
|
911, 910, 912, 907, 913, 903, 914, 916, 915, 904,
|
|
|
|
|
917, 911, 914, 908, 915, 917, 913, 918, 918, 919,
|
|
|
|
|
|
|
|
|
|
912, 920, 916, 922, 921, 923, 925, 922, 924, 926,
|
|
|
|
|
928, 929, 929, 931, 933, 920, 921, 924, 919, 934,
|
|
|
|
|
932, 935, 937, 923, 934, 925, 933, 931, 0, 928,
|
|
|
|
|
935, 936, 936, 938, 926, 932, 940, 939, 941, 938,
|
|
|
|
|
941, 940, 937, 939, 942, 943, 944, 945, 946, 942,
|
|
|
|
|
947, 948, 945, 949, 950, 951, 951, 952, 948, 943,
|
|
|
|
|
944, 953, 954, 946, 955, 956, 962, 957, 949, 947,
|
|
|
|
|
955, 952, 957, 950, 959, 959, 964, 954, 0, 953,
|
|
|
|
|
962, 957, 960, 957, 961, 956, 957, 960, 965, 963,
|
|
|
|
|
966, 961, 963, 967, 964, 966, 968, 965, 969, 970,
|
|
|
|
|
|
|
|
|
|
973, 968, 972, 972, 974, 973, 975, 977, 978, 969,
|
|
|
|
|
976, 975, 967, 979, 976, 980, 977, 981, 970, 983,
|
|
|
|
|
982, 984, 985, 978, 974, 986, 983, 987, 979, 981,
|
|
|
|
|
988, 990, 989, 984, 980, 982, 988, 991, 994, 992,
|
|
|
|
|
995, 985, 996, 997, 994, 987, 986, 989, 992, 999,
|
|
|
|
|
996, 990, 1001, 998, 995, 1002, 0, 991, 998, 1000,
|
|
|
|
|
1003, 999, 1006, 997, 1000, 1000, 1004, 1004, 1007, 1002,
|
|
|
|
|
1008, 1001, 1012, 1003, 1005, 1006, 1008, 1007, 1012, 1005,
|
|
|
|
|
1009, 1009, 1005, 1005, 1010, 1011, 1013, 1005, 1018, 1010,
|
|
|
|
|
1014, 1013, 1021, 1005, 1011, 1014, 1022, 1005, 1015, 1015,
|
|
|
|
|
|
|
|
|
|
1016, 1016, 1017, 1019, 1020, 1017, 1021, 1017, 1018, 1020,
|
|
|
|
|
1023, 1024, 1019, 1025, 1022, 1026, 1023, 1024, 1025, 1026,
|
|
|
|
|
1027, 1028, 1028, 1029, 1030, 1029, 1032, 1033, 1034, 1027,
|
|
|
|
|
1032, 1037, 1035, 1039, 1027, 1030, 1027, 1041, 1027, 1036,
|
|
|
|
|
1027, 1035, 1033, 1038, 1036, 1036, 1034, 1039, 1038, 1040,
|
|
|
|
|
1042, 1043, 1044, 1037, 1046, 1045, 1041, 1048, 1040, 1043,
|
|
|
|
|
1045, 1047, 1049, 1051, 1051, 1052, 1044, 1050, 1046, 1042,
|
|
|
|
|
1047, 1058, 1050, 1053, 1053, 1048, 1054, 1060, 1054, 1056,
|
|
|
|
|
1052, 1057, 1056, 1059, 1059, 1064, 1057, 1049, 1061, 1061,
|
|
|
|
|
1058, 1062, 1062, 1063, 1065, 1066, 1066, 1060, 1063, 1067,
|
|
|
|
|
|
|
|
|
|
1068, 1069, 1070, 1068, 1071, 0, 1064, 1070, 1072, 1074,
|
|
|
|
|
1072, 1075, 1074, 1071, 1081, 1065, 1075, 1076, 1077, 1067,
|
|
|
|
|
1078, 1069, 1076, 1079, 1083, 1078, 1077, 1082, 1079, 1080,
|
|
|
|
|
1080, 1083, 1081, 1082, 1084, 1086, 1087, 1090, 1088, 1089,
|
|
|
|
|
1091, 1086, 1087, 1088, 1092, 1089, 1090, 1084, 1093, 1093,
|
|
|
|
|
1094, 1096, 1097, 1103, 1098, 1092, 1099, 1100, 1102, 1091,
|
|
|
|
|
1098, 1104, 1099, 1100, 1102, 1105, 1106, 1103, 1107, 1109,
|
|
|
|
|
1094, 1096, 1110, 1103, 1111, 1097, 1114, 1105, 1108, 1108,
|
|
|
|
|
1106, 1104, 1112, 1113, 1113, 1115, 1107, 1112, 1117, 1109,
|
|
|
|
|
1115, 1119, 1111, 1120, 1122, 1118, 1121, 1110, 1123, 1114,
|
|
|
|
|
|
|
|
|
|
1118, 1118, 1120, 1124, 1121, 1127, 1125, 1117, 1122, 1119,
|
|
|
|
|
1126, 1125, 1126, 1123, 1125, 1130, 1128, 1131, 1124, 1127,
|
|
|
|
|
1129, 1124, 1128, 1132, 1129, 1133, 1130, 1134, 1135, 1136,
|
|
|
|
|
1137, 1139, 1134, 1140, 1136, 1142, 1131, 1141, 1141, 1142,
|
|
|
|
|
1143, 1144, 1145, 1133, 1146, 1139, 1135, 1147, 1145, 1132,
|
|
|
|
|
1137, 1140, 1151, 1148, 1149, 1150, 1146, 1152, 1143, 1154,
|
|
|
|
|
1144, 1153, 1152, 1155, 1154, 1156, 1147, 1148, 1153, 1149,
|
|
|
|
|
1150, 1151, 1157, 1157, 1156, 1158, 1159, 1160, 1161, 1162,
|
|
|
|
|
1163, 1155, 1159, 1161, 1170, 1162, 1163, 1164, 1164, 1171,
|
|
|
|
|
1158, 1165, 1165, 1167, 1167, 1168, 1169, 1172, 1160, 1168,
|
|
|
|
|
|
|
|
|
|
1173, 1175, 1170, 1171, 1178, 1169, 1176, 1173, 1174, 1174,
|
|
|
|
|
1177, 1179, 1172, 1182, 1176, 1177, 1184, 1180, 1178, 1181,
|
|
|
|
|
1185, 1175, 1180, 1180, 1181, 1181, 1183, 1183, 1186, 1187,
|
|
|
|
|
1179, 1188, 1189, 1182, 1190, 1184, 1191, 1186, 1192, 1185,
|
|
|
|
|
1190, 1193, 1195, 1194, 1196, 1197, 1198, 1193, 1187, 1194,
|
|
|
|
|
1189, 1188, 1199, 1200, 1201, 1202, 1202, 1192, 1280, 1204,
|
|
|
|
|
1280, 1195, 1191, 1196, 1197, 1198, 1199, 1203, 1214, 1201,
|
|
|
|
|
1203, 1204, 1205, 1205, 1200, 1206, 1208, 1207, 1209, 1210,
|
|
|
|
|
1206, 1207, 1211, 1214, 1211, 1213, 1215, 1209, 1211, 1208,
|
|
|
|
|
1213, 1216, 1210, 1217, 1217, 1218, 1222, 1219, 1224, 1220,
|
|
|
|
|
|
|
|
|
|
1218, 1211, 1219, 1220, 1221, 1223, 1215, 1216, 1221, 1225,
|
|
|
|
|
1226, 1226, 1228, 1230, 1231, 1225, 1222, 1239, 1224, 1231,
|
|
|
|
|
1232, 1232, 1233, 1223, 1235, 1235, 1237, 1240, 1233, 1237,
|
|
|
|
|
1228, 1238, 1238, 1239, 1230, 1242, 1243, 1244, 1242, 1245,
|
|
|
|
|
1245, 1247, 1246, 1240, 1248, 1250, 1244, 1249, 1249, 1248,
|
|
|
|
|
1251, 1252, 1253, 1253, 1254, 1255, 1243, 1246, 1256, 1259,
|
|
|
|
|
1255, 1261, 1247, 1250, 1262, 1251, 1257, 1257, 1254, 1264,
|
|
|
|
|
1258, 1260, 1260, 1256, 1258, 1262, 1252, 1263, 1268, 1259,
|
|
|
|
|
1265, 1263, 1270, 1261, 1269, 1265, 1267, 1267, 1264, 1271,
|
|
|
|
|
1272, 1273, 1273, 1275, 1274, 1277, 1268, 1276, 1269, 1274,
|
|
|
|
|
|
|
|
|
|
1278, 1270, 1270, 1271, 1277, 1278, 1279, 1281, 1282, 1283,
|
|
|
|
|
1284, 1286, 1281, 1275, 1282, 1272, 1284, 1276, 1287, 1287,
|
|
|
|
|
1288, 1289, 1292, 1291, 1295, 1286, 1279, 1289, 1291, 1283,
|
|
|
|
|
1293, 1293, 1294, 1294, 1296, 1297, 1300, 1298, 1295, 1288,
|
|
|
|
|
1298, 1299, 1299, 1301, 1304, 1307, 1292, 1303, 1300, 1304,
|
|
|
|
|
1297, 1302, 1296, 1303, 1302, 1305, 1306, 1302, 1314, 1308,
|
|
|
|
|
1309, 1306, 1308, 1301, 1305, 1315, 1309, 1310, 1316, 1302,
|
|
|
|
|
1307, 1314, 1310, 1311, 1311, 1312, 1312, 1313, 1317, 1319,
|
|
|
|
|
1320, 1318, 1313, 1315, 1318, 1319, 1320, 1316, 1321, 1322,
|
|
|
|
|
1323, 1324, 1326, 1321, 1327, 1322, 1324, 1326, 1317, 1325,
|
|
|
|
|
|
|
|
|
|
1325, 1328, 1329, 1330, 1331, 1334, 1335, 1332, 1336, 1338,
|
|
|
|
|
1333, 1334, 1327, 1323, 1341, 1337, 1344, 1330, 1331, 1332,
|
|
|
|
|
1346, 1328, 1329, 1333, 1340, 1340, 1335, 1342, 1336, 1337,
|
|
|
|
|
1338, 1344, 1342, 1345, 1341, 1343, 1343, 1347, 1349, 1348,
|
|
|
|
|
1352, 1356, 1350, 1354, 1346, 1351, 0, 1345, 1348, 1350,
|
|
|
|
|
1358, 1358, 1360, 1349, 1351, 1347, 1352, 1351, 1354, 1357,
|
|
|
|
|
1359, 1359, 1357, 1354, 1360, 1361, 1356, 1363, 1361, 1362,
|
|
|
|
|
1362, 1364, 1365, 1366, 1367, 1368, 1369, 1365, 1370, 1373,
|
|
|
|
|
1363, 1372, 1372, 1367, 1374, 1369, 1371, 1370, 1369, 1366,
|
|
|
|
|
1364, 1375, 1371, 1376, 1368, 1377, 1378, 1374, 1380, 1373,
|
|
|
|
|
|
|
|
|
|
1381, 1382, 1382, 1383, 1384, 1385, 1389, 1376, 1378, 1375,
|
|
|
|
|
1385, 1377, 1387, 1384, 1386, 1386, 1388, 1390, 1381, 1383,
|
|
|
|
|
1391, 1387, 1393, 1380, 1387, 1391, 1391, 1389, 1395, 1386,
|
|
|
|
|
1402, 1394, 1396, 1396, 1388, 1390, 1393, 1394, 1397, 1403,
|
|
|
|
|
1398, 1399, 1400, 1404, 1397, 1398, 1395, 1399, 1400, 1404,
|
|
|
|
|
1402, 1405, 1406, 1403, 1408, 1406, 1410, 1411, 1412, 1413,
|
|
|
|
|
1414, 1406, 1408, 1416, 1405, 1415, 1412, 1417, 1413, 1419,
|
|
|
|
|
1420, 1421, 1422, 1414, 1418, 1410, 1411, 1416, 1415, 1423,
|
|
|
|
|
1418, 1417, 1419, 1425, 1426, 1428, 1428, 1424, 1429, 1421,
|
|
|
|
|
1420, 1422, 1423, 1424, 1430, 1431, 1432, 1434, 1430, 1425,
|
|
|
|
|
|
|
|
|
|
1431, 1432, 1426, 1435, 1433, 1437, 1434, 1440, 1429, 1433,
|
|
|
|
|
1438, 1438, 1439, 1441, 1442, 1442, 1443, 1444, 1447, 1440,
|
|
|
|
|
1437, 1445, 1446, 1448, 1444, 1650, 1435, 1450, 1451, 1449,
|
|
|
|
|
1443, 1439, 1441, 1445, 1446, 1449, 1452, 1447, 1650, 1450,
|
|
|
|
|
1453, 1453, 1452, 1448, 1454, 1457, 1451, 1454, 1455, 1455,
|
|
|
|
|
1457, 1458, 1459, 1460, 1460, 1461, 1464, 1462, 1459, 1462,
|
|
|
|
|
1458, 1463, 1465, 1466, 1463, 1467, 1468, 1461, 1469, 1472,
|
|
|
|
|
1470, 1468, 1471, 1474, 1472, 1475, 1464, 1469, 1478, 1473,
|
|
|
|
|
1480, 1466, 1470, 1467, 1465, 1476, 1476, 1471, 1473, 1477,
|
|
|
|
|
1475, 1479, 1481, 1474, 1486, 1477, 1480, 1489, 1482, 1478,
|
|
|
|
|
|
|
|
|
|
1482, 1473, 1483, 1483, 1484, 1484, 1485, 1485, 1487, 1487,
|
|
|
|
|
1479, 1490, 1481, 1492, 1486, 1488, 1488, 1492, 1489, 1491,
|
|
|
|
|
1491, 1493, 1494, 1496, 1497, 1494, 1499, 1493, 1498, 1496,
|
|
|
|
|
1500, 1662, 1490, 1500, 1498, 1501, 1501, 1502, 1502, 1503,
|
|
|
|
|
1504, 1505, 1497, 1506, 1507, 1503, 1508, 1512, 1662, 1512,
|
|
|
|
|
1507, 1499, 1504, 1504, 1504, 1511, 1516, 1514, 1515, 1504,
|
|
|
|
|
1513, 1505, 1510, 1506, 1515, 1516, 1508, 1510, 1510, 1511,
|
|
|
|
|
1517, 1513, 1514, 1518, 1519, 1519, 1520, 1521, 1521, 1522,
|
|
|
|
|
1526, 1523, 1524, 1524, 1525, 1525, 1529, 1529, 1530, 1532,
|
|
|
|
|
1517, 1533, 1534, 1534, 1518, 1535, 1537, 1530, 1532, 1522,
|
|
|
|
|
|
|
|
|
|
1526, 1536, 1520, 1523, 1538, 1537, 1539, 1539, 1536, 1540,
|
|
|
|
|
1535, 1541, 1533, 1543, 1544, 1546, 1545, 1547, 1543, 1548,
|
|
|
|
|
1544, 1550, 1546, 1547, 1551, 1548, 1550, 1541, 1549, 1549,
|
|
|
|
|
1538, 1552, 1554, 1551, 1553, 1540, 1545, 1555, 1556, 1557,
|
|
|
|
|
1555, 1558, 1558, 1559, 1554, 1561, 1560, 1564, 1562, 1559,
|
|
|
|
|
1565, 1552, 1562, 1553, 1568, 1566, 1556, 1569, 1570, 1573,
|
|
|
|
|
1561, 1569, 1571, 1573, 1570, 1557, 1560, 1564, 1562, 1565,
|
|
|
|
|
1566, 1571, 1574, 1568, 1572, 1572, 1575, 1575, 1576, 1577,
|
|
|
|
|
1578, 1579, 1580, 1574, 1581, 1578, 1583, 1608, 1574, 1582,
|
|
|
|
|
1581, 1583, 1608, 1577, 1584, 1584, 1585, 1585, 1587, 1576,
|
|
|
|
|
|
|
|
|
|
1593, 1579, 1580, 1586, 1582, 1588, 1588, 1586, 1594, 1587,
|
|
|
|
|
1589, 1589, 1590, 1591, 1587, 1592, 1595, 1590, 1590, 1591,
|
|
|
|
|
1594, 1592, 1595, 1597, 1598, 1599, 1593, 1600, 1598, 1602,
|
|
|
|
|
1601, 1604, 1603, 1606, 1607, 1597, 1601, 1599, 1603, 1610,
|
|
|
|
|
1611, 1611, 1610, 1604, 1614, 1606, 1612, 1612, 1613, 1613,
|
|
|
|
|
1615, 1602, 1600, 1607, 1616, 1618, 1615, 1617, 1619, 1624,
|
|
|
|
|
1616, 1618, 1617, 1621, 1614, 1627, 1623, 1619, 1621, 1623,
|
|
|
|
|
1628, 1624, 1625, 1625, 1629, 1630, 1630, 1627, 1631, 1629,
|
|
|
|
|
1632, 1633, 1628, 1634, 1634, 1632, 1633, 1631, 1635, 1636,
|
|
|
|
|
1639, 1637, 1638, 1641, 1639, 1640, 1642, 1645, 1636, 1641,
|
|
|
|
|
|
|
|
|
|
1640, 1644, 1644, 1646, 1647, 1647, 1649, 1648, 1635, 1637,
|
|
|
|
|
1642, 1638, 1646, 1644, 1655, 1645, 1648, 1655, 1649, 1653,
|
|
|
|
|
1653, 1656, 1657, 1661, 1659, 1669, 1660, 1663, 1663, 1661,
|
|
|
|
|
1664, 1672, 1664, 1665, 1665, 1666, 0, 1656, 1657, 1659,
|
|
|
|
|
1660, 1668, 1671, 1666, 1673, 1669, 1670, 1670, 1668, 1674,
|
|
|
|
|
1675, 1671, 1672, 1676, 1677, 1680, 1673, 1678, 1681, 1682,
|
|
|
|
|
1682, 1674, 1675, 1678, 1683, 1684, 1687, 1686, 1685, 1677,
|
|
|
|
|
1681, 1685, 1686, 1689, 1691, 1680, 1678, 0, 1689, 1676,
|
|
|
|
|
1693, 1690, 1683, 1690, 1692, 1684, 1687, 1693, 1695, 1692,
|
|
|
|
|
1697, 1698, 1691, 1699, 1701, 1699, 1703, 1695, 1708, 1697,
|
|
|
|
|
|
|
|
|
|
1702, 1702, 1704, 1698, 1705, 1706, 1705, 1704, 1701, 1707,
|
|
|
|
|
1706, 1709, 1710, 1712, 1707, 1711, 1708, 1713, 1710, 1715,
|
|
|
|
|
1711, 1716, 1703, 1717, 1717, 1713, 1712, 1718, 1718, 1719,
|
|
|
|
|
1720, 1709, 1722, 1721, 1723, 1716, 1723, 1722, 1715, 1721,
|
|
|
|
|
1724, 1725, 1725, 1726, 1719, 1727, 1727, 1732, 1724, 1729,
|
|
|
|
|
1720, 1728, 1728, 1730, 1734, 1726, 1724, 1731, 1729, 1731,
|
|
|
|
|
1733, 1733, 1730, 1734, 1735, 1730, 1737, 1738, 1732, 1739,
|
|
|
|
|
1741, 1742, 1738, 1746, 1739, 1744, 1735, 1745, 1737, 1743,
|
|
|
|
|
1743, 1759, 1747, 1741, 1748, 1750, 1751, 1752, 1756, 1746,
|
|
|
|
|
1761, 1742, 1752, 1744, 1756, 1745, 1747, 1750, 1751, 1748,
|
|
|
|
|
|
|
|
|
|
1753, 1760, 1758, 1762, 1759, 1753, 1766, 1756, 1758, 1763,
|
|
|
|
|
1763, 1764, 1762, 1765, 1765, 1761, 1760, 1767, 1768, 1769,
|
|
|
|
|
1764, 1767, 1770, 1768, 1771, 1766, 1775, 1770, 1770, 1772,
|
|
|
|
|
1771, 1773, 1769, 1774, 1773, 1772, 1778, 1778, 1779, 1779,
|
|
|
|
|
1780, 1774, 1781, 1781, 1782, 1782, 1775, 1783, 1784, 1780,
|
|
|
|
|
1785, 1793, 1786, 1779, 1787, 1787, 1785, 1786, 1789, 1783,
|
|
|
|
|
1788, 1788, 1790, 1789, 1779, 1792, 1784, 1796, 1790, 1792,
|
|
|
|
|
1794, 1793, 1797, 1798, 1794, 1799, 1800, 1797, 1802, 1801,
|
|
|
|
|
1804, 1800, 1803, 1803, 1804, 1805, 1806, 1807, 1809, 1808,
|
|
|
|
|
1799, 1806, 1796, 1810, 1802, 1814, 1798, 1801, 1810, 1815,
|
|
|
|
|
|
|
|
|
|
1805, 1808, 1811, 1811, 1813, 1816, 1817, 1809, 1818, 1820,
|
|
|
|
|
1819, 1821, 1813, 1807, 1814, 1824, 1824, 1825, 1815, 1823,
|
|
|
|
|
1825, 1820, 1826, 1827, 1837, 1828, 0, 1818, 1816, 1837,
|
|
|
|
|
1817, 1819, 1821, 1832, 1823, 1826, 1833, 1827, 1828, 1829,
|
|
|
|
|
1829, 1830, 1830, 1831, 1831, 1834, 1834, 1835, 1832, 1833,
|
|
|
|
|
1836, 1836, 1839, 1840, 1841, 1842, 1835, 1839, 1845, 1835,
|
|
|
|
|
1843, 1843, 1844, 1844, 1846, 1846, 1847, 1842, 1848, 1848,
|
|
|
|
|
1849, 1850, 1850, 1840, 1841, 1851, 1851, 1845, 1852, 1853,
|
|
|
|
|
1857, 1855, 1856, 1856, 1847, 1849, 1855, 1858, 1858, 1859,
|
|
|
|
|
1860, 1861, 1852, 1864, 1861, 1865, 1860, 1869, 1853, 1857,
|
|
|
|
|
|
|
|
|
|
1862, 1862, 1863, 1863, 1866, 1867, 1867, 1859, 1870, 1871,
|
|
|
|
|
1865, 1872, 1864, 1873, 1873, 1872, 1862, 1869, 1874, 1875,
|
|
|
|
|
1876, 1878, 1878, 1866, 1871, 1879, 1880, 1881, 1882, 1883,
|
|
|
|
|
1883, 1870, 1887, 1880, 1875, 1876, 1890, 1874, 1884, 1891,
|
|
|
|
|
1885, 1881, 1885, 1888, 1887, 1879, 1889, 1884, 1888, 1892,
|
|
|
|
|
1893, 1889, 1891, 1895, 1882, 1893, 1897, 1896, 1895, 1898,
|
|
|
|
|
1899, 1890, 1896, 1900, 1902, 1898, 1903, 1901, 1904, 1900,
|
|
|
|
|
1892, 1897, 1901, 1905, 1906, 1907, 1908, 1904, 1912, 1903,
|
|
|
|
|
1909, 1899, 1905, 1906, 1907, 1914, 1909, 1910, 1918, 1902,
|
|
|
|
|
1908, 1910, 1915, 1915, 1914, 1916, 1917, 1917, 1912, 1920,
|
|
|
|
|
|
|
|
|
|
1921, 1916, 1922, 1922, 1923, 1917, 1927, 0, 1918, 1924,
|
|
|
|
|
1918, 1926, 1928, 1929, 1931, 1920, 1921, 1931, 1924, 1923,
|
|
|
|
|
1933, 1932, 1927, 1926, 1934, 1929, 1932, 1928, 1935, 1935,
|
|
|
|
|
1936, 1936, 1938, 1938, 1939, 1941, 1934, 1939, 1940, 1942,
|
|
|
|
|
1933, 1941, 1944, 1940, 1947, 1942, 1943, 1943, 1945, 1945,
|
|
|
|
|
1946, 1948, 1949, 1949, 1952, 1951, 1944, 1952, 1947, 1951,
|
|
|
|
|
1953, 1953, 1946, 1954, 1955, 1956, 1960, 1957, 1954, 1959,
|
|
|
|
|
1948, 1957, 1961, 1955, 1959, 1962, 1963, 1964, 1965, 1970,
|
|
|
|
|
1963, 1966, 1967, 1965, 1968, 1956, 1960, 1966, 1967, 1962,
|
|
|
|
|
1973, 1971, 1961, 1972, 1977, 1970, 1971, 1964, 1973, 1972,
|
|
|
|
|
|
|
|
|
|
1980, 1974, 1968, 1974, 1978, 1978, 1979, 1984, 1977, 1979,
|
|
|
|
|
1981, 1981, 1983, 1984, 1987, 1985, 1983, 1986, 1986, 1990,
|
|
|
|
|
1990, 1992, 1994, 1987, 1997, 1998, 1980, 1985, 2005, 1997,
|
|
|
|
|
1998, 1999, 1999, 2001, 2001, 2003, 1994, 2004, 2004, 1992,
|
|
|
|
|
2006, 2003, 2007, 2010, 2005, 2009, 2014, 2007, 2011, 2011,
|
|
|
|
|
2013, 2015, 2014, 2016, 2019, 2010, 2018, 2018, 2020, 2013,
|
|
|
|
|
2022, 2022, 2006, 0, 2009, 2023, 2023, 2024, 2016, 2015,
|
|
|
|
|
2025, 2027, 2024, 2019, 2028, 2025, 2020, 2026, 2029, 2026,
|
|
|
|
|
2030, 2030, 2034, 2029, 2035, 2027, 2031, 2031, 2028, 2032,
|
|
|
|
|
2032, 2033, 2033, 2038, 2034, 2036, 2036, 2037, 2037, 2039,
|
|
|
|
|
|
|
|
|
|
2040, 2041, 2035, 2042, 2042, 2038, 2043, 2043, 2044, 2044,
|
|
|
|
|
2045, 2039, 2046, 2047, 2048, 2050, 2049, 2041, 2052, 2046,
|
|
|
|
|
2040, 2049, 2045, 2051, 2051, 2047, 2053, 2052, 2054, 2055,
|
|
|
|
|
2056, 2057, 2058, 2058, 2048, 2050, 2060, 2059, 2061, 2063,
|
|
|
|
|
2064, 2065, 2055, 0, 2066, 2057, 2059, 2066, 2054, 2067,
|
|
|
|
|
2068, 2060, 2053, 2061, 2056, 2068, 2069, 2063, 2070, 2070,
|
|
|
|
|
2077, 2069, 2064, 2067, 2065, 2071, 2071, 2072, 2072, 2074,
|
|
|
|
|
2074, 2076, 2076, 2078, 2079, 2081, 2082, 2083, 2077, 2085,
|
|
|
|
|
2084, 2086, 2088, 2088, 2078, 2087, 2090, 2090, 2085, 2091,
|
|
|
|
|
2093, 2093, 2095, 2079, 2082, 2081, 2092, 2094, 2094, 2083,
|
|
|
|
|
|
|
|
|
|
2084, 2086, 2096, 2087, 2098, 2092, 2097, 2099, 2100, 2107,
|
|
|
|
|
2095, 2091, 2101, 2097, 2102, 2103, 2103, 2104, 2104, 2098,
|
|
|
|
|
2096, 2105, 2106, 2108, 2107, 2099, 2100, 2105, 2101, 2109,
|
|
|
|
|
2110, 2111, 2112, 2102, 2109, 2118, 2113, 2112, 2113, 2115,
|
|
|
|
|
2106, 2115, 2108, 2114, 2114, 2116, 2116, 2120, 2121, 2122,
|
|
|
|
|
2110, 2111, 2123, 2126, 2118, 2127, 2120, 2129, 2127, 2128,
|
|
|
|
|
2128, 2130, 2131, 2131, 2132, 2134, 2135, 2121, 2132, 2122,
|
|
|
|
|
2135, 2123, 2129, 2126, 2136, 2136, 2137, 2139, 2140, 2130,
|
|
|
|
|
2134, 2141, 2141, 2143, 2144, 2144, 2145, 2146, 2146, 2137,
|
|
|
|
|
2154, 2147, 2148, 2148, 2155, 2143, 2147, 2139, 2140, 2153,
|
|
|
|
|
|
|
|
|
|
2153, 2156, 2157, 2160, 2158, 2145, 2165, 2155, 2159, 2159,
|
|
|
|
|
2164, 2157, 2154, 2158, 2156, 2164, 2166, 2167, 2160, 2168,
|
|
|
|
|
2165, 2166, 2169, 2172, 2171, 2167, 2173, 2174, 2172, 2177,
|
|
|
|
|
2169, 2173, 2175, 2175, 2176, 2176, 2177, 2179, 2168, 2171,
|
|
|
|
|
2178, 2180, 2174, 2181, 2243, 2178, 2182, 2183, 2183, 2181,
|
|
|
|
|
2184, 2182, 2185, 2186, 2186, 2179, 2190, 2185, 2243, 2180,
|
|
|
|
|
2187, 2187, 2191, 2191, 2192, 2184, 2193, 2192, 2194, 2190,
|
|
|
|
|
2195, 2193, 2193, 2194, 2196, 2195, 2199, 2197, 2198, 2200,
|
|
|
|
|
2196, 2197, 2201, 2198, 2202, 2199, 2203, 2205, 2206, 2202,
|
|
|
|
|
2201, 2206, 2205, 2211, 2200, 2209, 2210, 2212, 2203, 2213,
|
|
|
|
|
|
|
|
|
|
2209, 2210, 2219, 2214, 2215, 2215, 2216, 2220, 2213, 2221,
|
|
|
|
|
2212, 2211, 2214, 2222, 2222, 2216, 2223, 2224, 2225, 2226,
|
|
|
|
|
2226, 2219, 2227, 2229, 2231, 2232, 2224, 2220, 2221, 2232,
|
|
|
|
|
2233, 2233, 2240, 2225, 2234, 2223, 2235, 2235, 2229, 2236,
|
|
|
|
|
2234, 2227, 2239, 2237, 2231, 2240, 2242, 2236, 2237, 2244,
|
|
|
|
|
2242, 2239, 2246, 2246, 2247, 2247, 2248, 2248, 2250, 2250,
|
|
|
|
|
2252, 2252, 2254, 2256, 2244, 2257, 2257, 2258, 2258, 2259,
|
|
|
|
|
2259, 2260, 2261, 2263, 2260, 2264, 2264, 2265, 2265, 2266,
|
|
|
|
|
2266, 2267, 2254, 2256, 2269, 2261, 2268, 2268, 2271, 2270,
|
|
|
|
|
2277, 2263, 2272, 2272, 2271, 2273, 2267, 2278, 2279, 2273,
|
|
|
|
|
|
|
|
|
|
2276, 2280, 2269, 2270, 2281, 2276, 2276, 2280, 2282, 2287,
|
|
|
|
|
2281, 2283, 2292, 2277, 2287, 2283, 2289, 2278, 2279, 2284,
|
|
|
|
|
2284, 2294, 2290, 2293, 2289, 2290, 2293, 2295, 2296, 2297,
|
|
|
|
|
2298, 2300, 2295, 2282, 2299, 2299, 2302, 2292, 2294, 2294,
|
|
|
|
|
2301, 2302, 2302, 2303, 2298, 2308, 2296, 2310, 2301, 2297,
|
|
|
|
|
2300, 2304, 2304, 2305, 2305, 2306, 2306, 2307, 2307, 2309,
|
|
|
|
|
2311, 2308, 2303, 2312, 2309, 2313, 2318, 2310, 2314, 2316,
|
|
|
|
|
2316, 2317, 2312, 2321, 2317, 2320, 2320, 2322, 2322, 2327,
|
|
|
|
|
2321, 2325, 2323, 2331, 2318, 2313, 2311, 2323, 2314, 2329,
|
|
|
|
|
2325, 2328, 2328, 2329, 2330, 2332, 2333, 2327, 2331, 2334,
|
|
|
|
|
|
|
|
|
|
2332, 2332, 2340, 2330, 2339, 2339, 2341, 2344, 2334, 2333,
|
|
|
|
|
2345, 2340, 2348, 2346, 2350, 2352, 2353, 2353, 2341, 2345,
|
|
|
|
|
2352, 2354, 2356, 2364, 2348, 2357, 2357, 2356, 2363, 2357,
|
|
|
|
|
2354, 0, 2344, 2346, 2362, 2350, 2359, 2359, 2360, 2360,
|
|
|
|
|
2361, 2361, 2364, 2362, 2365, 2367, 2371, 2368, 2363, 2365,
|
|
|
|
|
2369, 2367, 2368, 2370, 2370, 2369, 2372, 2373, 2374, 2375,
|
|
|
|
|
2376, 2379, 2373, 2380, 2371, 2375, 2377, 2377, 2381, 2383,
|
|
|
|
|
2383, 2384, 2387, 2385, 2388, 2386, 2374, 2372, 2380, 2386,
|
|
|
|
|
2379, 2387, 2389, 2390, 2384, 2376, 2385, 2391, 2381, 2392,
|
|
|
|
|
2388, 2390, 2391, 2393, 2393, 2394, 2396, 2396, 2397, 2397,
|
|
|
|
|
|
|
|
|
|
2399, 2389, 2401, 2401, 2402, 2403, 2405, 2405, 2406, 2407,
|
|
|
|
|
2403, 2408, 2410, 2410, 2394, 2392, 2413, 2411, 2414, 2414,
|
|
|
|
|
2402, 2399, 2415, 2415, 2416, 2417, 2417, 2418, 2406, 2419,
|
|
|
|
|
2408, 2411, 2407, 2420, 2421, 2422, 2418, 2430, 2413, 2423,
|
|
|
|
|
2423, 2425, 2425, 0, 2416, 2417, 2421, 2424, 2429, 2419,
|
|
|
|
|
2424, 2433, 2420, 2431, 2433, 2422, 2435, 2430, 2434, 2431,
|
|
|
|
|
2429, 2432, 2432, 2437, 2434, 2438, 2439, 2440, 2437, 2441,
|
|
|
|
|
2438, 2442, 2442, 2440, 2435, 2444, 2444, 2445, 2451, 2446,
|
|
|
|
|
2448, 2448, 2449, 2449, 2450, 2439, 2441, 2441, 2446, 2450,
|
|
|
|
|
2452, 2461, 2451, 2453, 2453, 2452, 2445, 2454, 2454, 2455,
|
|
|
|
|
|
|
|
|
|
2455, 2456, 2458, 2458, 2463, 2467, 2456, 2464, 2464, 2468,
|
|
|
|
|
2461, 2466, 2466, 2469, 2470, 2470, 2471, 2474, 2474, 2467,
|
|
|
|
|
2477, 2471, 2469, 2476, 2476, 2478, 2463, 2479, 2483, 2468,
|
|
|
|
|
2484, 2478, 2480, 2480, 2477, 2479, 2481, 2485, 2487, 2486,
|
|
|
|
|
2490, 2481, 2485, 2491, 2487, 2489, 2492, 2493, 2483, 2496,
|
|
|
|
|
2484, 2486, 2494, 2489, 2495, 2497, 2500, 2504, 2504, 2490,
|
|
|
|
|
2497, 2501, 2533, 2491, 0, 2493, 2492, 2533, 2494, 2506,
|
|
|
|
|
2496, 2495, 2495, 2506, 2501, 2517, 2500, 2505, 2505, 2510,
|
|
|
|
|
2510, 2512, 2512, 2513, 2513, 2514, 2513, 2516, 2516, 2514,
|
|
|
|
|
2518, 2520, 2520, 2517, 2523, 2524, 2525, 2527, 2528, 2524,
|
|
|
|
|
|
|
|
|
|
0, 2523, 2529, 2529, 2518, 2530, 2530, 2528, 2531, 2531,
|
|
|
|
|
2532, 2525, 2534, 2535, 2536, 2527, 2537, 2538, 2535, 2535,
|
|
|
|
|
2536, 2534, 2539, 2540, 2534, 2532, 2541, 2542, 2540, 2543,
|
|
|
|
|
2543, 2541, 2538, 2544, 2547, 2547, 2550, 2550, 2544, 2551,
|
|
|
|
|
2551, 2537, 2554, 2539, 2552, 2552, 2542, 2555, 2555, 2557,
|
|
|
|
|
2557, 2554, 2558, 2559, 2560, 2560, 2561, 2562, 2562, 2565,
|
|
|
|
|
2566, 2567, 2569, 2566, 2573, 2559, 2572, 2558, 2568, 2568,
|
|
|
|
|
2571, 2561, 2572, 2571, 2574, 2575, 2577, 2565, 2573, 2574,
|
|
|
|
|
2569, 2576, 2579, 2584, 2587, 2588, 2584, 2567, 2589, 2588,
|
|
|
|
|
2590, 2592, 2577, 2594, 2575, 2593, 2596, 2579, 2594, 2576,
|
|
|
|
|
|
|
|
|
|
2595, 2599, 2595, 2598, 2590, 2600, 2593, 2587, 2589, 2597,
|
|
|
|
|
2597, 2596, 2601, 2602, 2592, 2603, 2598, 2605, 2604, 2606,
|
|
|
|
|
2599, 2607, 2607, 2600, 2613, 2608, 2609, 2609, 2601, 2614,
|
|
|
|
|
2603, 2610, 2610, 2606, 2608, 2611, 2611, 2605, 2602, 2604,
|
|
|
|
|
2612, 2612, 2615, 2613, 2618, 2615, 2616, 2617, 2619, 2614,
|
|
|
|
|
2620, 2616, 2617, 2621, 2622, 2626, 2620, 2623, 2623, 2624,
|
|
|
|
|
2633, 2628, 2634, 2619, 2631, 2631, 2637, 2621, 2633, 2618,
|
|
|
|
|
2626, 2632, 2632, 2638, 2622, 2639, 2635, 2636, 2624, 2628,
|
|
|
|
|
2637, 2634, 2635, 2636, 2640, 2640, 2638, 2642, 2643, 2644,
|
|
|
|
|
2646, 2647, 2648, 2644, 2639, 2649, 2647, 2651, 2652, 2650,
|
|
|
|
|
|
|
|
|
|
2653, 2655, 2643, 2652, 2656, 2653, 0, 2642, 2649, 2664,
|
|
|
|
|
2646, 2648, 2650, 2657, 2657, 2658, 2651, 0, 2659, 2655,
|
|
|
|
|
2658, 2660, 2660, 2656, 2659, 2661, 2662, 2663, 2664, 2665,
|
|
|
|
|
2661, 2662, 2663, 2666, 2670, 2665, 2667, 2667, 2666, 2669,
|
|
|
|
|
2671, 2672, 2673, 2669, 2674, 2675, 2676, 2671, 2677, 2677,
|
|
|
|
|
2674, 2679, 2679, 2670, 2680, 2682, 2683, 2681, 2684, 2676,
|
|
|
|
|
2672, 2673, 2681, 2680, 2675, 2686, 2680, 2685, 2685, 2687,
|
|
|
|
|
2686, 2684, 2689, 2691, 2682, 2683, 2690, 2690, 2692, 2692,
|
|
|
|
|
2693, 2693, 2687, 2694, 2695, 2696, 2697, 2697, 2694, 2698,
|
|
|
|
|
2703, 2695, 2691, 2699, 2698, 2699, 2700, 2700, 2689, 2701,
|
|
|
|
|
|
|
|
|
|
2702, 2705, 2708, 2704, 2696, 2712, 2701, 2702, 2704, 2703,
|
|
|
|
|
2707, 2707, 2710, 2711, 2713, 2714, 2714, 2710, 2711, 2717,
|
|
|
|
|
2705, 2708, 2716, 2716, 2712, 2718, 2719, 2719, 2720, 2720,
|
|
|
|
|
2721, 2723, 2723, 2713, 2724, 2724, 2725, 2721, 2717, 2731,
|
|
|
|
|
2727, 2730, 2732, 2725, 2718, 2727, 2730, 2733, 2733, 2734,
|
|
|
|
|
2734, 0, 0, 0, 0, 0, 0, 0, 2731, 0,
|
|
|
|
|
0, 2732, 2738, 2738, 2738, 2738, 2738, 2738, 2738, 2739,
|
|
|
|
|
2739, 2739, 2739, 2739, 2739, 2739, 2740, 2740, 2740, 2740,
|
|
|
|
|
2740, 2740, 2740, 2741, 2741, 2741, 2741, 2741, 2741, 2741,
|
|
|
|
|
2742, 2742, 2742, 2742, 2742, 2742, 2742, 2744, 2744, 0,
|
|
|
|
|
|
|
|
|
|
2744, 2744, 2744, 2744, 2745, 2745, 0, 0, 0, 2745,
|
|
|
|
|
2745, 2746, 2746, 0, 0, 2746, 0, 2746, 2747, 0,
|
|
|
|
|
0, 0, 0, 0, 2747, 2748, 2748, 0, 0, 0,
|
|
|
|
|
2748, 2748, 2749, 0, 0, 0, 0, 0, 2749, 2750,
|
|
|
|
|
2750, 0, 2750, 2750, 2750, 2750, 2751, 2751, 0, 2751,
|
|
|
|
|
2751, 2751, 2751, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737, 2737,
|
|
|
|
|
2737, 2737, 2737, 2737
|
|
|
|
|
|
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;
|
2018-05-28 10:15:06 -04: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 ) \
|
2018-05-28 10:15:06 -04: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
|
2018-08-03 05:47:53 -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-08-21 03:10:49 -04:00
|
|
|
#line 2736 "<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
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yy_init_globals (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Accessor methods to globals.
|
|
|
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yylex_destroy (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yyget_debug (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_debug (int debug_flag );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
FILE *yyget_in (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
FILE *yyget_out (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
char *yyget_text (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yyget_lineno (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -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
|
2018-05-28 10:15:06 -04:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2018-05-28 10:15:06 -04: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
|
2018-05-28 10:15:06 -04:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2018-05-28 10:15:06 -04: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-04-24 06:23:12 -04: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-04-24 06:23:12 -04: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 =
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 206 "./util/configlexer.lex"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 2959 "<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
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
(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-08-21 03:10:49 -04:00
|
|
|
if ( yy_current_state >= 2738 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -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-08-21 03:10:49 -04:00
|
|
|
while ( yy_base[yy_current_state] != 5354 );
|
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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_IDLE_TIMEOUT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_WIN_CERT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2018-06-12 04:45:57 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_NO_CACHE) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_NO_CACHE) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_ALLOW_NOTIFY) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 143:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 144:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_LOCAL_ACTIONS) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_SERVFAIL) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 389 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 391 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 393 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 394 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 395 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
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-08-03 05:47:53 -04:00
|
|
|
#line 396 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 398 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 400 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
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-08-03 05:47:53 -04:00
|
|
|
#line 401 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 402 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 404 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 406 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 407 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 409 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 410 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 411 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 412 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 413 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 415 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-17 11:22:05 -04:00
|
|
|
#line 417 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 418 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{
|
2018-08-21 03:10:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 420 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{
|
2018-08-21 03:10:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{
|
2018-08-21 03:10:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 424 "./util/configlexer.lex"
|
2018-08-09 08:44:40 -04:00
|
|
|
{
|
2018-08-21 03:10:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 426 "./util/configlexer.lex"
|
2018-08-17 11:22:05 -04:00
|
|
|
{
|
2018-08-21 03:10:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
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-08-21 03:10:49 -04:00
|
|
|
#line 428 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 430 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 216:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 217:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 433 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 434 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_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
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 435 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 436 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 439 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 224:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 225:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 441 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 442 "./util/configlexer.lex"
|
2018-08-17 11:22:05 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 227:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 443 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 444 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 445 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 446 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 447 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 232:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 233:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 234:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 450 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
2018-02-13 05:35:09 -05:00
|
|
|
case 235:
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 451 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 236:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 452 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 237:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-17 11:22:05 -04:00
|
|
|
#line 453 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 238:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 454 "./util/configlexer.lex"
|
2018-08-17 11:22:05 -04:00
|
|
|
{
|
2018-08-21 03:10:49 -04:00
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 239:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 456 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 240:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 458 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 241:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 459 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2018-04-17 09:23:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 242:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 460 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2018-04-24 05:03:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 243:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 461 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2018-05-15 03:48:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 244:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 462 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 245:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 463 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2018-06-01 04:02:04 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 246:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 464 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2018-06-12 04:45:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 247:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 465 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2018-06-29 08:58:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 248:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 466 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
2018-06-29 08:58:52 -04:00
|
|
|
case 249:
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 467 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-07-31 03:23:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 250:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 468 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-07-31 03:23:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 251:
|
|
|
|
|
YY_RULE_SETUP
|
2018-08-03 05:47:53 -04:00
|
|
|
#line 469 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
2018-08-07 08:02:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 252:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 470 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
2018-08-09 08:44:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 253:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 471 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
2018-08-09 08:44:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 254:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 472 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
2018-08-17 11:22:05 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 255:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 473 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ YDVAR(2, VAR_TCP_CONNECTION_LIMIT) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 256:
|
|
|
|
|
/* rule 256 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 474 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2018-08-21 03:10:49 -04:00
|
|
|
case 257:
|
2018-07-31 03:23:58 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 477 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 478 "./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-08-21 03:10:49 -04:00
|
|
|
case 258:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 483 "./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-08-21 03:10:49 -04:00
|
|
|
case 259:
|
|
|
|
|
/* rule 259 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 484 "./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-08-21 03:10:49 -04:00
|
|
|
case 260:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 486 "./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-08-21 03:10:49 -04:00
|
|
|
case 261:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 498 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 499 "./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-08-21 03:10:49 -04:00
|
|
|
case 262:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 504 "./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-08-21 03:10:49 -04:00
|
|
|
case 263:
|
|
|
|
|
/* rule 263 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 505 "./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-08-21 03:10:49 -04:00
|
|
|
case 264:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 507 "./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-08-21 03:10:49 -04:00
|
|
|
case 265:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 519 "./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-08-21 03:10:49 -04:00
|
|
|
#line 521 "./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-08-09 08:44:40 -04:00
|
|
|
case 266:
|
2018-06-29 08:58:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 525 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2018-08-07 08:02:10 -04:00
|
|
|
YY_BREAK
|
2018-08-09 08:44:40 -04:00
|
|
|
case 267:
|
2018-08-21 03:10:49 -04:00
|
|
|
/* rule 267 can match eol */
|
2018-08-07 08:02:10 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-09 08:44:40 -04:00
|
|
|
#line 526 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2018-08-17 11:22:05 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 268:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 527 "./util/configlexer.lex"
|
2018-08-21 03:10:49 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 269:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 528 "./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-08-21 03:10:49 -04:00
|
|
|
#line 533 "./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-08-21 03:10:49 -04:00
|
|
|
case 270:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 537 "./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-08-21 03:10:49 -04:00
|
|
|
case 271:
|
|
|
|
|
/* rule 271 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 538 "./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-08-21 03:10:49 -04:00
|
|
|
case 272:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 540 "./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-08-21 03:10:49 -04:00
|
|
|
#line 546 "./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-08-21 03:10:49 -04:00
|
|
|
case 273:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 557 "./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-08-21 03:10:49 -04:00
|
|
|
case 274:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 561 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-08-21 03:10:49 -04:00
|
|
|
case 275:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 565 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-08-21 03:10:49 -04:00
|
|
|
case 276:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 569 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-08-21 03:10:49 -04:00
|
|
|
#line 4503 "<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
|
|
|
|
2018-05-28 10:15:06 -04: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);
|
2018-05-28 10:15:06 -04:00
|
|
|
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. */
|
2018-05-28 10:15:06 -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-05-28 10:15:06 -04: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;
|
2018-05-28 10:15:06 -04: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;
|
|
|
|
|
|
2018-05-28 10:15:06 -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-05-28 10:15:06 -04: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-08-21 03:10:49 -04:00
|
|
|
if ( yy_current_state >= 2738 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -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-08-21 03:10:49 -04:00
|
|
|
if ( yy_current_state >= 2738 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2018-08-21 03:10:49 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2737);
|
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 */
|
2018-05-28 10:15:06 -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. */
|
2018-05-28 10:15:06 -04: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:
|
|
|
|
|
{
|
2018-05-28 10:15:06 -04: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 =
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
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;
|
2018-05-28 10:15:06 -04:00
|
|
|
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
|
|
|
|
2018-05-28 10:15:06 -04: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-04-24 06:23:12 -04: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-05-28 10:15:06 -04: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;
|
|
|
|
|
|
2018-05-28 10:15:06 -04: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 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yyfree((void *) b );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
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;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
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 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** 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. */
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
(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) {
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
(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)
|
|
|
|
|
{
|
2018-05-28 10:15:06 -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-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-05-28 10:15:06 -04: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-05-28 10:15:06 -04: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
|
|
|
|
2018-05-28 10:15:06 -04: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-04-24 06:23:12 -04: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;
|
|
|
|
|
|
2018-05-28 10:15:06 -04: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.
|
|
|
|
|
*/
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2018-05-28 10:15:06 -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.
|
|
|
|
|
*/
|
2018-05-28 10:15:06 -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;
|
2018-05-28 10:15:06 -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. */
|
2018-05-28 10:15:06 -04:00
|
|
|
n = (yy_size_t) _yybytes_len + 2;
|
|
|
|
|
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
|
|
|
|
2018-05-28 10:15:06 -04: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
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2018-05-28 10:15:06 -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-05-28 10:15:06 -04: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-05-28 10:15:06 -04: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){
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
2015-12-01 03:11:48 -05:00
|
|
|
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
|
2018-05-28 10:15:06 -04:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
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
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
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-08-21 03:10:49 -04:00
|
|
|
#line 569 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|