2009-03-24 08:47:56 -04:00
|
|
|
#include "config.h"
|
2007-10-18 18:49:08 -04:00
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#line 3 "<stdout>"
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
|
|
|
|
|
|
/* A lexical scanner generated by flex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define FLEX_SCANNER
|
|
|
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_FLEX_MINOR_VERSION 6
|
2017-07-24 05:04:18 -04:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 1
|
2015-12-01 03:11:48 -05:00
|
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
|
|
|
#define FLEX_BETA
|
|
|
|
|
#endif
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
|
|
|
|
|
|
/* begin standard C headers. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <stdio.h>
|
2015-12-01 03:11:48 -05:00
|
|
|
#include <string.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
/* end standard C headers. */
|
|
|
|
|
|
|
|
|
|
/* flex integer type definitions */
|
|
|
|
|
|
|
|
|
|
#ifndef FLEXINT_H
|
|
|
|
|
#define FLEXINT_H
|
|
|
|
|
|
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
2007-10-19 04:37:27 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
|
|
|
* if you want the limit (max/min) macros for int types.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
|
|
|
#define __STDC_LIMIT_MACROS 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
typedef int8_t flex_int8_t;
|
|
|
|
|
typedef uint8_t flex_uint8_t;
|
|
|
|
|
typedef int16_t flex_int16_t;
|
|
|
|
|
typedef uint16_t flex_uint16_t;
|
|
|
|
|
typedef int32_t flex_int32_t;
|
|
|
|
|
typedef uint32_t flex_uint32_t;
|
|
|
|
|
#else
|
|
|
|
|
typedef signed char flex_int8_t;
|
|
|
|
|
typedef short int flex_int16_t;
|
|
|
|
|
typedef int flex_int32_t;
|
|
|
|
|
typedef unsigned char flex_uint8_t;
|
|
|
|
|
typedef unsigned short int flex_uint16_t;
|
|
|
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
|
|
|
|
|
|
/* Limits of integral types. */
|
|
|
|
|
#ifndef INT8_MIN
|
|
|
|
|
#define INT8_MIN (-128)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT16_MIN
|
|
|
|
|
#define INT16_MIN (-32767-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MIN
|
|
|
|
|
#define INT32_MIN (-2147483647-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT8_MAX
|
|
|
|
|
#define INT8_MAX (127)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef INT16_MAX
|
|
|
|
|
#define INT16_MAX (32767)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MAX
|
|
|
|
|
#define INT32_MAX (2147483647)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT8_MAX
|
|
|
|
|
#define UINT8_MAX (255U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT16_MAX
|
|
|
|
|
#define UINT16_MAX (65535U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT32_MAX
|
|
|
|
|
#define UINT32_MAX (4294967295U)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2013-04-15 03:57:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! C99 */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! FLEXINT_H */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
/* TODO: this is always defined, so inline it */
|
2017-06-16 03:56:28 -04:00
|
|
|
#define yyconst const
|
2017-07-24 05:04:18 -04:00
|
|
|
|
|
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
#define yynoreturn __attribute__((__noreturn__))
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
#define yynoreturn
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Returned upon end-of-file. */
|
|
|
|
|
#define YY_NULL 0
|
|
|
|
|
|
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
|
|
|
* integer for use as an array index. If the signed char is negative,
|
|
|
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
|
|
|
* double cast.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
|
|
|
|
|
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
|
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
|
|
|
* definition of BEGIN.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
|
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
|
|
|
* compatibility.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YYSTATE YY_START
|
|
|
|
|
|
|
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
|
|
|
|
|
|
|
|
/* Special action meaning "start processing a new file". */
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
extern int yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-02-13 05:35:09 -05:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
*yy_cp = (yy_hold_char); \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
|
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
struct yy_buffer_state
|
|
|
|
|
{
|
|
|
|
|
FILE *yy_input_file;
|
|
|
|
|
|
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
|
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
|
|
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_n_chars;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
|
|
|
* and can realloc() it to grow it, and should free() it to
|
|
|
|
|
* delete it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_our_buffer;
|
|
|
|
|
|
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
|
|
|
* if we're using stdio for input, then we want to use getc()
|
|
|
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
|
|
|
* each newline.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_interactive;
|
|
|
|
|
|
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
|
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
|
|
|
* not.
|
|
|
|
|
*/
|
|
|
|
|
int yy_at_bol;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
|
|
|
int yy_bs_column; /**< The column count. */
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
|
|
|
* end of it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_fill_buffer;
|
|
|
|
|
|
|
|
|
|
int yy_buffer_status;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUFFER_NEW 0
|
|
|
|
|
#define YY_BUFFER_NORMAL 1
|
|
|
|
|
/* When an EOF's been seen but there's still some text to process
|
|
|
|
|
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
|
|
|
|
* shouldn't try reading from the input source any more. We might
|
|
|
|
|
* still have a bunch of tokens to match, though, because of
|
|
|
|
|
* possible backing-up.
|
|
|
|
|
*
|
|
|
|
|
* When we actually see the EOF, we change the status to "new"
|
|
|
|
|
* (via yyrestart()), so that the user can continue scanning by
|
|
|
|
|
* just pointing yyin at a new input file.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUFFER_EOF_PENDING 2
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Stack of input buffers. */
|
|
|
|
|
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
|
|
|
|
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
|
|
|
* future we want to put the buffer states in a more general
|
|
|
|
|
* "scanner state".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
|
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
|
|
|
static char yy_hold_char;
|
2017-07-24 05:04:18 -04:00
|
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
|
|
|
int yyleng;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Points to current character in buffer. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static char *yy_c_buf_p = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_init = 0; /* whether we need to initialize */
|
2007-10-18 18:49:08 -04:00
|
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
|
|
|
|
|
|
/* Flag which is used to allow yywrap()'s to do buffer switches
|
|
|
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
|
|
|
*/
|
|
|
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyrestart (FILE *input_file );
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
void yypop_buffer_state (void );
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yyensure_buffer_stack (void );
|
|
|
|
|
static void yy_load_buffer_state (void );
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
void *yyalloc (yy_size_t );
|
|
|
|
|
void *yyrealloc (void *,yy_size_t );
|
|
|
|
|
void yyfree (void * );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
|
|
|
|
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
typedef unsigned char YY_CHAR;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
FILE *yyin = NULL, *yyout = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef int yy_state_type;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
extern int yylineno;
|
|
|
|
|
|
|
|
|
|
int yylineno = 1;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern char *yytext;
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifdef yytext_ptr
|
|
|
|
|
#undef yytext_ptr
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yytext_ptr yytext
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
|
|
|
static int yy_get_next_buffer (void );
|
2017-07-24 05:04:18 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
|
|
|
* corresponding action - sets up yytext.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_DO_BEFORE_ACTION \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = yy_bp; \
|
|
|
|
|
(yytext_ptr) -= (yy_more_len); \
|
2017-07-24 05:04:18 -04:00
|
|
|
yyleng = (int) (yy_cp - (yytext_ptr)); \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_hold_char) = *yy_cp; \
|
2007-10-18 18:49:08 -04:00
|
|
|
*yy_cp = '\0'; \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
#define YY_NUM_RULES 262
|
|
|
|
|
#define YY_END_OF_BUFFER 263
|
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-04-17 09:23:35 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2586] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-04-17 09:23:35 -04:00
|
|
|
1, 1, 244, 244, 248, 248, 252, 252, 256, 256,
|
|
|
|
|
1, 1, 263, 260, 1, 242, 242, 261, 2, 261,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 244, 245, 245, 246, 261, 248, 249, 249,
|
|
|
|
|
250, 261, 255, 252, 253, 253, 254, 261, 256, 257,
|
|
|
|
|
257, 258, 261, 259, 243, 2, 247, 261, 259, 260,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 244,
|
|
|
|
|
0, 248, 0, 255, 0, 252, 256, 0, 259, 0,
|
|
|
|
|
2, 2, 259, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 259, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
101, 260, 260, 260, 260, 260, 260, 260, 259, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 85, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 8, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 106, 260, 259, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 259,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 45, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 189, 260, 14, 15, 260, 18,
|
|
|
|
|
17, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 100,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 175, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
3, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 259, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 236, 260, 260, 235, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 251, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 48, 260, 213,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 49, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 164, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 20, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 121, 260, 260, 251, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 218, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 139, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 120, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
83, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 28, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 29, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 46, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 99, 260,
|
|
|
|
|
260, 260, 260, 260, 98, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 47,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 140,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 36, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 204,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 40, 260, 41, 260, 260, 260, 260,
|
|
|
|
|
86, 260, 87, 260, 260, 260, 84, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 7, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 182, 260, 260, 260,
|
|
|
|
|
260, 123, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 37, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 156, 260, 155, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 16, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 50, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 163, 260, 260, 260, 260,
|
|
|
|
|
260, 89, 88, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 150, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 107, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 68, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 72, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 44, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 153, 154, 260, 214, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 6, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 216, 260, 260, 237,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 34, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 146, 260, 260, 260, 102, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 168, 260, 147,
|
|
|
|
|
260, 260, 180, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 35,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 104, 93, 260, 94,
|
|
|
|
|
260, 260, 92, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 118, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 203, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 148, 260, 260, 260, 260, 260, 151, 260,
|
|
|
|
|
260, 179, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 82, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 42, 260, 260, 260,
|
|
|
|
|
22, 260, 260, 260, 260, 260, 19, 260, 260, 260,
|
|
|
|
|
23, 260, 128, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 57, 59, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 220, 260, 260, 260, 190,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 95, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 117, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
231, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 122, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 174, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 240, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 138, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 133, 260, 141, 260,
|
|
|
|
|
260, 260, 260, 260, 110, 260, 260, 260, 260, 260,
|
|
|
|
|
78, 260, 260, 260, 260, 166, 260, 260, 260, 260,
|
|
|
|
|
260, 181, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 195, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 103, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 137, 260, 260, 260, 260, 260, 60, 61, 260,
|
|
|
|
|
260, 260, 260, 260, 43, 260, 260, 260, 260, 260,
|
|
|
|
|
67, 142, 260, 157, 260, 183, 152, 260, 260, 260,
|
|
|
|
|
53, 260, 144, 260, 260, 260, 260, 260, 9, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 81, 260, 260, 260, 260, 208, 260, 260,
|
|
|
|
|
260, 165, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 136, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 124,
|
|
|
|
|
219, 260, 260, 260, 260, 194, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 176, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
234, 260, 143, 260, 260, 260, 52, 54, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 80, 260, 260, 260, 260,
|
|
|
|
|
206, 260, 260, 260, 215, 260, 260, 260, 260, 260,
|
|
|
|
|
170, 30, 24, 26, 260, 260, 260, 260, 260, 31,
|
|
|
|
|
25, 27, 260, 260, 260, 260, 260, 260, 77, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 172, 169, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 51, 260, 105, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 119, 13, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 229, 260, 232, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 12, 260, 260, 21, 260, 260, 260, 212,
|
|
|
|
|
260, 260, 260, 217, 55, 260, 178, 260, 171, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 132, 131, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 173, 167, 260, 260, 260,
|
|
|
|
|
221, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 62, 260, 260, 260, 207, 260, 260,
|
|
|
|
|
260, 260, 260, 177, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 238, 239, 56, 260, 260, 260, 90, 91,
|
|
|
|
|
260, 125, 260, 127, 260, 158, 260, 260, 260, 130,
|
|
|
|
|
260, 260, 184, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
112, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 191, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 159, 260, 260,
|
|
|
|
|
205, 260, 233, 260, 260, 260, 38, 260, 260, 260,
|
|
|
|
|
260, 4, 260, 260, 111, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 187, 32, 33, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 222, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 193, 260, 260, 162, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 65, 260, 39, 211,
|
|
|
|
|
260, 188, 260, 260, 11, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 160, 69, 260, 260, 260, 260, 260, 135, 260,
|
|
|
|
|
260, 260, 260, 260, 114, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 192, 108, 260, 96, 97, 260,
|
|
|
|
|
260, 260, 71, 75, 70, 260, 63, 260, 260, 260,
|
|
|
|
|
10, 260, 260, 260, 209, 260, 260, 260, 260, 134,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 76, 74, 260,
|
|
|
|
|
|
|
|
|
|
64, 230, 260, 260, 260, 149, 260, 260, 161, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 126, 58, 260, 260, 260,
|
|
|
|
|
260, 260, 223, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
109, 73, 115, 116, 66, 260, 210, 129, 260, 260,
|
|
|
|
|
260, 260, 186, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 79, 260, 185, 260, 202, 227,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 5,
|
|
|
|
|
260, 260, 260, 228, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 113, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 145, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 224, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 260, 260, 260, 260, 260, 260, 260,
|
|
|
|
|
260, 260, 260, 241, 260, 260, 198, 260, 260, 260,
|
|
|
|
|
260, 260, 225, 260, 260, 260, 260, 260, 260, 226,
|
|
|
|
|
260, 260, 260, 196, 260, 199, 200, 260, 260, 260,
|
|
|
|
|
260, 260, 197, 201, 0
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
static yyconst YY_CHAR yy_ec[256] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
|
|
|
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-11-28 03:10:45 -05:00
|
|
|
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 8, 1, 1, 1, 9, 1,
|
|
|
|
|
10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 14, 1, 1, 1, 1, 15, 16, 17, 18,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
|
|
|
|
|
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
|
|
|
|
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1
|
|
|
|
|
} ;
|
|
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
static yyconst YY_CHAR yy_meta[41] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-11-30 08:07:39 -05:00
|
|
|
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 7, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2600] =
|
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-04-17 09:23:35 -04:00
|
|
|
90, 112, 2404, 2327, 81, 5060, 5060, 5060, 96, 52,
|
|
|
|
|
106, 63, 107, 111, 70, 128, 130, 133, 57, 88,
|
|
|
|
|
76, 135, 141, 117, 148, 145, 160, 164, 185, 176,
|
|
|
|
|
191, 152, 2197, 5060, 5060, 5060, 107, 1472, 5060, 5060,
|
|
|
|
|
5060, 165, 1379, 1162, 5060, 5060, 5060, 211, 849, 5060,
|
|
|
|
|
5060, 5060, 180, 788, 5060, 217, 5060, 221, 168, 648,
|
|
|
|
|
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,
|
|
|
|
|
654, 656, 661, 657, 665, 667, 676, 669, 673, 677,
|
|
|
|
|
678, 680, 683, 681, 690, 689, 704, 692, 693, 699,
|
|
|
|
|
|
|
|
|
|
700, 705, 708, 710, 713, 711, 720, 721, 722, 723,
|
|
|
|
|
724, 725, 733, 728, 731, 738, 741, 745, 749, 729,
|
|
|
|
|
755, 730, 753, 757, 751, 763, 760, 765, 768, 759,
|
|
|
|
|
5060, 775, 767, 795, 770, 787, 805, 800, 769, 789,
|
|
|
|
|
777, 793, 801, 818, 791, 803, 813, 821, 659, 816,
|
|
|
|
|
819, 822, 824, 826, 834, 830, 831, 832, 844, 833,
|
|
|
|
|
835, 840, 855, 842, 847, 848, 854, 857, 856, 861,
|
|
|
|
|
866, 869, 870, 871, 873, 872, 874, 877, 875, 876,
|
|
|
|
|
896, 878, 891, 898, 888, 895, 900, 903, 904, 905,
|
|
|
|
|
906, 914, 913, 910, 919, 911, 921, 912, 922, 923,
|
|
|
|
|
|
|
|
|
|
925, 926, 934, 928, 936, 5060, 941, 930, 938, 943,
|
|
|
|
|
944, 945, 5060, 947, 948, 955, 956, 953, 960, 958,
|
|
|
|
|
959, 966, 976, 961, 972, 977, 978, 979, 980, 982,
|
|
|
|
|
983, 985, 986, 988, 989, 991, 1011, 994, 996, 997,
|
|
|
|
|
999, 1006, 1018, 1000, 1028, 1008, 1026, 1020, 1034, 1007,
|
|
|
|
|
1038, 1036, 1041, 1042, 1025, 1043, 1045, 1046, 1047, 1048,
|
|
|
|
|
1052, 5060, 1059, 1056, 1067, 1062, 1049, 1054, 1069, 1070,
|
|
|
|
|
1071, 1072, 1075, 1077, 1078, 1081, 1090, 1082, 1093, 1091,
|
|
|
|
|
1092, 1096, 1097, 1098, 1099, 1100, 1110, 1106, 1108, 1113,
|
|
|
|
|
1120, 1122, 1124, 1131, 1105, 1127, 1117, 1129, 1130, 1128,
|
|
|
|
|
|
|
|
|
|
1134, 1135, 1144, 1141, 1140, 1142, 1143, 1152, 1149, 1148,
|
|
|
|
|
1156, 1155, 1160, 1157, 1165, 1166, 1167, 1169, 1178, 1174,
|
|
|
|
|
1176, 1182, 1180, 1187, 1177, 1188, 1189, 1190, 1196, 1191,
|
|
|
|
|
1197, 1199, 1204, 1203, 1202, 1212, 1214, 1206, 1207, 1222,
|
|
|
|
|
1218, 1226, 1225, 1227, 1235, 1217, 1231, 1233, 1242, 1237,
|
|
|
|
|
1238, 1240, 1245, 1248, 1241, 1255, 1250, 1257, 1259, 1262,
|
|
|
|
|
1263, 1266, 1267, 1268, 1264, 1269, 1270, 1271, 1272, 1273,
|
|
|
|
|
1275, 1276, 1277, 1296, 1278, 1279, 1293, 1295, 1299, 1300,
|
|
|
|
|
1301, 1303, 1304, 998, 1305, 1306, 1308, 1312, 1309, 1315,
|
|
|
|
|
1314, 1324, 1326, 1318, 1328, 1330, 1332, 1333, 1337, 1338,
|
|
|
|
|
|
|
|
|
|
1341, 1347, 1334, 1345, 1340, 1350, 1352, 1357, 1358, 1361,
|
|
|
|
|
1353, 5060, 1363, 1371, 1366, 1368, 1369, 1370, 1380, 1375,
|
|
|
|
|
1376, 1377, 1378, 1384, 5060, 1385, 5060, 5060, 1387, 5060,
|
|
|
|
|
5060, 1390, 1391, 1401, 1407, 1409, 1411, 1412, 1395, 1419,
|
|
|
|
|
1427, 1416, 1414, 1418, 1392, 1420, 1425, 1430, 1432, 1438,
|
|
|
|
|
1440, 1442, 1448, 1444, 1450, 1443, 1454, 1456, 1457, 1459,
|
|
|
|
|
1458, 1461, 1464, 1467, 1465, 1463, 1469, 1471, 1486, 5060,
|
|
|
|
|
1482, 1490, 1494, 1489, 1491, 1468, 1493, 1495, 1498, 1499,
|
|
|
|
|
1496, 1505, 1500, 1502, 1514, 1507, 5060, 1511, 1512, 1517,
|
|
|
|
|
1516, 1524, 1518, 1519, 1528, 1530, 1531, 1532, 737, 1535,
|
|
|
|
|
|
|
|
|
|
5060, 1534, 1540, 1537, 1542, 1543, 1548, 1549, 1544, 1551,
|
|
|
|
|
1552, 1553, 1554, 1555, 1556, 1563, 1559, 1562, 1567, 1580,
|
|
|
|
|
1570, 1577, 1581, 1560, 1583, 1584, 1591, 1586, 1593, 1588,
|
|
|
|
|
1589, 1595, 1594, 1596, 1604, 1616, 1609, 1600, 1611, 1619,
|
|
|
|
|
1602, 1621, 1614, 1623, 1626, 1627, 1629, 1630, 1634, 1635,
|
|
|
|
|
1636, 1638, 5060, 1637, 1639, 5060, 1640, 1643, 1665, 1644,
|
|
|
|
|
1646, 1647, 1648, 1654, 1651, 1667, 1649, 1683, 1671, 1675,
|
|
|
|
|
1669, 1687, 1688, 1680, 1678, 1689, 1690, 1697, 1701, 1709,
|
|
|
|
|
1711, 1695, 1698, 1717, 1707, 1708, 1706, 1710, 1726, 1724,
|
|
|
|
|
1730, 1721, 1712, 1715, 1733, 1740, 5060, 1745, 1746, 1728,
|
|
|
|
|
|
|
|
|
|
1741, 1748, 1750, 1751, 1752, 1753, 1756, 1763, 1758, 1759,
|
|
|
|
|
1760, 1764, 1766, 1768, 1773, 1774, 1775, 5060, 1771, 5060,
|
|
|
|
|
1776, 1777, 1779, 1785, 1781, 1789, 1793, 1792, 1802, 1805,
|
|
|
|
|
1791, 5060, 1795, 1813, 1814, 1806, 1808, 1810, 1816, 1819,
|
|
|
|
|
1820, 1823, 1821, 1824, 1825, 1826, 1828, 1829, 1837, 1838,
|
|
|
|
|
1836, 5060, 1844, 1839, 1847, 1857, 1859, 1840, 1852, 1860,
|
|
|
|
|
1854, 1856, 1861, 1864, 1868, 1871, 1869, 1873, 5060, 1866,
|
|
|
|
|
1882, 1880, 1883, 1867, 1886, 1887, 1888, 1890, 1897, 1899,
|
|
|
|
|
1894, 1895, 1904, 1896, 1905, 1901, 1911, 1908, 1912, 1910,
|
|
|
|
|
1914, 5060, 1916, 1918, 124, 1920, 1922, 1924, 1923, 1931,
|
|
|
|
|
|
|
|
|
|
1933, 1925, 1944, 1947, 1943, 1949, 1950, 1942, 1946, 1952,
|
|
|
|
|
1953, 1954, 1652, 1959, 1958, 1962, 1964, 1963, 1965, 1966,
|
|
|
|
|
1975, 5060, 1969, 1967, 1976, 1979, 1927, 1982, 1987, 1985,
|
|
|
|
|
1984, 1992, 1988, 5060, 1999, 2001, 1995, 2004, 2008, 2002,
|
|
|
|
|
2005, 2010, 2013, 2016, 2014, 2018, 2017, 2019, 2023, 2022,
|
|
|
|
|
2024, 2026, 2027, 2033, 5060, 2038, 2034, 2035, 2037, 2044,
|
|
|
|
|
2050, 2059, 2045, 2051, 2054, 2055, 2068, 2061, 2060, 2072,
|
|
|
|
|
2070, 2075, 2079, 2078, 2084, 2085, 2090, 2082, 2092, 2094,
|
|
|
|
|
2095, 2096, 2103, 2104, 2100, 2106, 2107, 2111, 2115, 2052,
|
|
|
|
|
5060, 2118, 2117, 2108, 2119, 2130, 2120, 2131, 2133, 2134,
|
|
|
|
|
|
|
|
|
|
2135, 2137, 2138, 2139, 2141, 2140, 2146, 2148, 2151, 2158,
|
|
|
|
|
2150, 2160, 2161, 5060, 2166, 2162, 2153, 2171, 2168, 2175,
|
|
|
|
|
2176, 2177, 2178, 2180, 2182, 2184, 2183, 5060, 2187, 2186,
|
|
|
|
|
2192, 2196, 2203, 2193, 2195, 2204, 2205, 2206, 5060, 2215,
|
|
|
|
|
2217, 2216, 2220, 2218, 2207, 2222, 2224, 2225, 5060, 2228,
|
|
|
|
|
2229, 2236, 2237, 2232, 5060, 2240, 2235, 2239, 2241, 2242,
|
|
|
|
|
2243, 2246, 2244, 2250, 2251, 2257, 2266, 2254, 2258, 5060,
|
|
|
|
|
2260, 2273, 2271, 2268, 2270, 2274, 2278, 2282, 2281, 2285,
|
|
|
|
|
2292, 2291, 2294, 2288, 2297, 2298, 2301, 2300, 2302, 5060,
|
|
|
|
|
2303, 2308, 2309, 2311, 2312, 2313, 2319, 2314, 2320, 2321,
|
|
|
|
|
|
|
|
|
|
2324, 2325, 2335, 2338, 2337, 2328, 2341, 2347, 2343, 2349,
|
|
|
|
|
2351, 2352, 2359, 2360, 2361, 2363, 5060, 2366, 2367, 2368,
|
|
|
|
|
2356, 2369, 2370, 2373, 2375, 2378, 2379, 2381, 2382, 2384,
|
|
|
|
|
2394, 2401, 2389, 2391, 2392, 2397, 2399, 2408, 2404, 2405,
|
|
|
|
|
2406, 2413, 2414, 2415, 2417, 2418, 2421, 2420, 2423, 2425,
|
|
|
|
|
2428, 2427, 2443, 2440, 2444, 2446, 2447, 2449, 2451, 5060,
|
|
|
|
|
2450, 2452, 2454, 2460, 2464, 2461, 2465, 2468, 2458, 2471,
|
|
|
|
|
2473, 2481, 2480, 5060, 2477, 5060, 2482, 2483, 2484, 2492,
|
|
|
|
|
5060, 2491, 5060, 2497, 2494, 2498, 5060, 2429, 2499, 2487,
|
|
|
|
|
2501, 2504, 2502, 2304, 2511, 2507, 2513, 2509, 2516, 2519,
|
|
|
|
|
|
|
|
|
|
2520, 2525, 2522, 2527, 2528, 2529, 2530, 5060, 2534, 2531,
|
|
|
|
|
2536, 2537, 2539, 2541, 2542, 2546, 2545, 2547, 2552, 2554,
|
|
|
|
|
2555, 2558, 2563, 2570, 2562, 2577, 5060, 2569, 2573, 2574,
|
|
|
|
|
2578, 5060, 2576, 2579, 2585, 2581, 2587, 2588, 2589, 2590,
|
|
|
|
|
2594, 2596, 2601, 2608, 2609, 2611, 2610, 2597, 2618, 2623,
|
|
|
|
|
2598, 2612, 2624, 2625, 2626, 2627, 2628, 2636, 2637, 2634,
|
|
|
|
|
2641, 2632, 2640, 2643, 2647, 2633, 2649, 2650, 2653, 2654,
|
|
|
|
|
2659, 2660, 2662, 2657, 2658, 2661, 2663, 5060, 2665, 2666,
|
|
|
|
|
2674, 2680, 2672, 2676, 2682, 2683, 2685, 2688, 2689, 2693,
|
|
|
|
|
2691, 5060, 2695, 5060, 2692, 2698, 2700, 2708, 2713, 2704,
|
|
|
|
|
|
|
|
|
|
2709, 2716, 2718, 2719, 2721, 2720, 2728, 2725, 2726, 2731,
|
|
|
|
|
2734, 2735, 2737, 2736, 5060, 2739, 2740, 2741, 2743, 2745,
|
|
|
|
|
2750, 2756, 2751, 2747, 2761, 2762, 2773, 5060, 2774, 2766,
|
|
|
|
|
2770, 2781, 2778, 2785, 2786, 5060, 2776, 2777, 2793, 2788,
|
|
|
|
|
2794, 5060, 5060, 2789, 2790, 2798, 2799, 2800, 2810, 2802,
|
|
|
|
|
2795, 2805, 2807, 2817, 2816, 2818, 5060, 2822, 2819, 2823,
|
|
|
|
|
2825, 2826, 2828, 2829, 2834, 5060, 2835, 2841, 2837, 2842,
|
|
|
|
|
2843, 2845, 2846, 2848, 2847, 2849, 2851, 2852, 2864, 2853,
|
|
|
|
|
2863, 2867, 2869, 2871, 2876, 5060, 2877, 2878, 2880, 2883,
|
|
|
|
|
2884, 2885, 2889, 2890, 2892, 2893, 2891, 2894, 2901, 2899,
|
|
|
|
|
|
|
|
|
|
2897, 2898, 2904, 2900, 2906, 2922, 2908, 2917, 2918, 2919,
|
|
|
|
|
2925, 2928, 2931, 2923, 2933, 2934, 2935, 2940, 2937, 2948,
|
|
|
|
|
2944, 5060, 2951, 2946, 2958, 2949, 2950, 2960, 2961, 2963,
|
|
|
|
|
2954, 2965, 2969, 2976, 2971, 5060, 2978, 2979, 2980, 2975,
|
|
|
|
|
2981, 2990, 2983, 2987, 2988, 2995, 2997, 2998, 3000, 3002,
|
|
|
|
|
3003, 3006, 5060, 5060, 3001, 5060, 3008, 3012, 3013, 3014,
|
|
|
|
|
3016, 3015, 3017, 3019, 3022, 5060, 3026, 3033, 3030, 3032,
|
|
|
|
|
3040, 3042, 3044, 3046, 3047, 3035, 3048, 3037, 3054, 3052,
|
|
|
|
|
3053, 3058, 3066, 3061, 3062, 3064, 5060, 3063, 3065, 5060,
|
|
|
|
|
3069, 3071, 3072, 3074, 3086, 3087, 3089, 3093, 3073, 3076,
|
|
|
|
|
|
|
|
|
|
3095, 3096, 3103, 3099, 3102, 3101, 3108, 3110, 3119, 3120,
|
|
|
|
|
3111, 3118, 3127, 5060, 3122, 3124, 3123, 3125, 3132, 3129,
|
|
|
|
|
3139, 3131, 5060, 3136, 3138, 3140, 5060, 3141, 3146, 3153,
|
|
|
|
|
3155, 3142, 3164, 3159, 3156, 3160, 3163, 5060, 3168, 5060,
|
|
|
|
|
3167, 3169, 5060, 3171, 3174, 3175, 3177, 3178, 3179, 3185,
|
|
|
|
|
3189, 3182, 3191, 3192, 3193, 3194, 3196, 3203, 3195, 5060,
|
|
|
|
|
3204, 3199, 3206, 3211, 3207, 3208, 5060, 5060, 3214, 5060,
|
|
|
|
|
3218, 3222, 5060, 3224, 3223, 3231, 3226, 3227, 3230, 3236,
|
|
|
|
|
3233, 5060, 3240, 3229, 3244, 3242, 3246, 3248, 3250, 3252,
|
|
|
|
|
3253, 3254, 3255, 5060, 3256, 3258, 3266, 3257, 3263, 3268,
|
|
|
|
|
|
|
|
|
|
3272, 3273, 5060, 3280, 3282, 3278, 3281, 3287, 5060, 3288,
|
|
|
|
|
3289, 5060, 3290, 3299, 3292, 3295, 3301, 3302, 3305, 3306,
|
|
|
|
|
3308, 3315, 3311, 3312, 3313, 5060, 3314, 3317, 3320, 3322,
|
|
|
|
|
3326, 3327, 3335, 3332, 3334, 3330, 3340, 3342, 3343, 3348,
|
|
|
|
|
3350, 3351, 3345, 3356, 3352, 3357, 5060, 3358, 3360, 3363,
|
|
|
|
|
5060, 3364, 3367, 3371, 3372, 3375, 5060, 3373, 3374, 3376,
|
|
|
|
|
5060, 3378, 5060, 3380, 3382, 3383, 3388, 3392, 3394, 3395,
|
|
|
|
|
3400, 3396, 3402, 3403, 3407, 3417, 3418, 3425, 3421, 3414,
|
|
|
|
|
3409, 5060, 5060, 3427, 3430, 3423, 3434, 3435, 3428, 3437,
|
|
|
|
|
3444, 3441, 3443, 3447, 3454, 5060, 3449, 3439, 3457, 5060,
|
|
|
|
|
|
|
|
|
|
3450, 3458, 3451, 3462, 3460, 3464, 3467, 3469, 3466, 3471,
|
|
|
|
|
3473, 3472, 3476, 3479, 3481, 5060, 3485, 3487, 3488, 3489,
|
|
|
|
|
3490, 3491, 3493, 3494, 5060, 3492, 3497, 3499, 3501, 3503,
|
|
|
|
|
3508, 3518, 3523, 3525, 3516, 3520, 3526, 3528, 3530, 3534,
|
|
|
|
|
5060, 3536, 3532, 3535, 3538, 3543, 3545, 3546, 3548, 3549,
|
|
|
|
|
3554, 3557, 3558, 3551, 5060, 3559, 3561, 3562, 3569, 3566,
|
|
|
|
|
3571, 3573, 3574, 3579, 3563, 3580, 3583, 3586, 5060, 3587,
|
|
|
|
|
3588, 3589, 3592, 3594, 3591, 3597, 3598, 5060, 3600, 3601,
|
|
|
|
|
3608, 3603, 3605, 3609, 3614, 5060, 3619, 3617, 3620, 3623,
|
|
|
|
|
3624, 3626, 3627, 3628, 3630, 3634, 3636, 3638, 3639, 3642,
|
|
|
|
|
|
|
|
|
|
3644, 3645, 3646, 3643, 3656, 3658, 5060, 3640, 5060, 3659,
|
|
|
|
|
3664, 3667, 3669, 3666, 5060, 3671, 3673, 3675, 3676, 3672,
|
|
|
|
|
5060, 3680, 3677, 3679, 3683, 5060, 3682, 3696, 3684, 3690,
|
|
|
|
|
3698, 5060, 3700, 3703, 3705, 3713, 3714, 3712, 3709, 3715,
|
|
|
|
|
3717, 3718, 3719, 3720, 5060, 3722, 3724, 3731, 3728, 3725,
|
|
|
|
|
3735, 5060, 3734, 3736, 3737, 3740, 3741, 3742, 3749, 3746,
|
|
|
|
|
3748, 5060, 3753, 3750, 3763, 3759, 3758, 5060, 5060, 3762,
|
|
|
|
|
3764, 3768, 3770, 3772, 5060, 3774, 3781, 3777, 3780, 3782,
|
|
|
|
|
5060, 5060, 3784, 5060, 3785, 5060, 5060, 3787, 3788, 3795,
|
|
|
|
|
5060, 3798, 5060, 3805, 3800, 3786, 3790, 3804, 5060, 3806,
|
|
|
|
|
|
|
|
|
|
3807, 3811, 5060, 3808, 3820, 3813, 3815, 5060, 3822, 3816,
|
|
|
|
|
3818, 5060, 3823, 3827, 3828, 3832, 3829, 3837, 3839, 3841,
|
|
|
|
|
3846, 3848, 3850, 3842, 3838, 3852, 3857, 3855, 3860, 3862,
|
|
|
|
|
3864, 3865, 3866, 3868, 3869, 3870, 3871, 3879, 3872, 3874,
|
|
|
|
|
3876, 3882, 3883, 3884, 3885, 3888, 3887, 3890, 5060, 3892,
|
|
|
|
|
3893, 3894, 3901, 3899, 3903, 3906, 3919, 3921, 3922, 5060,
|
|
|
|
|
5060, 3924, 3909, 3926, 3912, 5060, 3914, 3928, 3916, 3929,
|
|
|
|
|
3930, 3932, 3933, 3935, 5060, 3941, 3944, 3943, 3945, 3947,
|
|
|
|
|
3948, 3954, 3950, 3956, 3957, 3958, 3960, 3962, 3970, 3966,
|
|
|
|
|
3967, 3971, 3975, 3972, 3976, 3978, 3979, 3986, 3987, 3994,
|
|
|
|
|
|
|
|
|
|
5060, 3988, 5060, 3991, 3995, 3997, 5060, 5060, 3998, 3999,
|
|
|
|
|
4004, 4005, 4001, 4009, 4006, 5060, 4011, 4013, 4022, 4012,
|
|
|
|
|
5060, 4014, 4023, 4028, 5060, 4030, 4031, 4033, 4035, 4037,
|
|
|
|
|
5060, 5060, 5060, 5060, 4038, 4024, 4041, 4042, 4044, 5060,
|
|
|
|
|
5060, 5060, 4047, 4045, 4051, 4049, 4048, 4058, 5060, 4060,
|
|
|
|
|
4063, 4064, 4061, 4071, 4073, 4074, 4077, 4062, 4065, 4084,
|
|
|
|
|
4085, 4086, 4079, 4088, 4092, 4096, 5060, 5060, 4089, 4097,
|
|
|
|
|
4104, 4101, 4105, 4113, 4108, 4109, 4111, 4115, 4116, 4117,
|
|
|
|
|
4119, 5060, 4118, 5060, 4123, 4127, 4125, 4126, 4129, 4133,
|
|
|
|
|
4134, 4136, 5060, 5060, 4137, 4140, 4144, 4147, 4148, 4141,
|
|
|
|
|
|
|
|
|
|
4149, 4152, 4153, 5060, 4154, 5060, 4155, 4157, 4165, 4171,
|
|
|
|
|
4158, 4168, 5060, 4174, 4176, 5060, 4177, 4178, 4179, 5060,
|
|
|
|
|
4184, 4187, 4191, 5060, 5060, 4196, 5060, 4162, 5060, 4180,
|
|
|
|
|
4197, 4202, 4204, 4205, 4207, 4209, 4212, 4199, 4216, 4213,
|
|
|
|
|
4218, 4223, 4220, 4221, 5060, 5060, 4228, 4224, 4226, 4229,
|
|
|
|
|
4230, 4239, 4234, 4237, 4243, 5060, 5060, 4188, 4240, 4235,
|
|
|
|
|
5060, 4244, 4250, 4245, 4251, 4252, 4254, 4257, 4261, 4258,
|
|
|
|
|
4264, 4265, 4266, 4275, 4278, 4280, 4273, 4282, 4268, 4283,
|
|
|
|
|
4285, 4286, 4290, 5060, 4292, 4293, 4295, 5060, 4298, 4300,
|
|
|
|
|
4302, 4299, 4303, 5060, 4305, 4315, 4316, 4308, 4311, 4325,
|
|
|
|
|
|
|
|
|
|
4318, 4321, 5060, 5060, 5060, 4328, 4329, 4322, 5060, 5060,
|
|
|
|
|
4332, 5060, 4333, 5060, 4335, 5060, 4336, 4339, 4337, 5060,
|
|
|
|
|
4342, 4348, 5060, 4344, 4351, 4354, 4355, 4358, 4360, 4361,
|
|
|
|
|
5060, 4365, 4362, 4363, 4370, 4371, 4372, 4375, 4373, 4382,
|
|
|
|
|
4374, 4384, 5060, 4377, 4385, 4387, 4381, 4388, 4398, 4395,
|
|
|
|
|
4390, 4392, 4397, 4403, 4407, 4410, 4412, 5060, 4414, 4416,
|
|
|
|
|
5060, 4417, 5060, 4419, 4420, 4421, 5060, 4423, 4424, 4425,
|
|
|
|
|
4427, 5060, 4428, 4435, 5060, 4430, 4440, 4442, 4434, 4437,
|
|
|
|
|
4432, 4447, 4445, 4454, 4455, 4460, 5060, 5060, 5060, 4450,
|
|
|
|
|
4456, 4469, 4467, 4468, 4470, 4472, 5060, 4473, 4474, 4475,
|
|
|
|
|
|
|
|
|
|
4483, 4480, 4482, 5060, 4485, 4486, 5060, 4488, 4492, 4495,
|
|
|
|
|
4489, 4496, 4507, 4509, 4511, 4499, 5060, 4513, 5060, 5060,
|
|
|
|
|
4502, 5060, 4493, 4516, 5060, 4519, 4514, 4520, 4522, 4524,
|
|
|
|
|
4525, 5060, 5060, 4527, 4532, 4529, 4534, 4538, 5060, 4535,
|
|
|
|
|
4536, 4539, 4542, 4545, 5060, 4549, 4546, 4547, 4548, 4552,
|
|
|
|
|
4550, 4558, 4553, 4559, 5060, 5060, 4560, 5060, 5060, 4562,
|
|
|
|
|
4572, 4569, 5060, 5060, 5060, 4578, 5060, 4582, 4586, 4585,
|
|
|
|
|
5060, 4588, 4579, 4590, 5060, 4592, 4593, 4594, 4595, 5060,
|
|
|
|
|
4596, 4599, 4601, 4606, 4612, 4603, 4615, 4607, 4623, 4627,
|
|
|
|
|
4609, 4613, 4624, 4625, 4626, 4629, 4633, 5060, 5060, 4636,
|
|
|
|
|
|
|
|
|
|
5060, 5060, 4638, 4640, 4642, 5060, 4643, 4647, 5060, 4650,
|
|
|
|
|
4644, 4651, 4653, 4655, 4657, 5060, 5060, 4658, 4661, 4660,
|
|
|
|
|
4665, 4662, 5060, 4668, 4673, 4669, 4672, 4674, 4678, 4675,
|
|
|
|
|
5060, 5060, 5060, 5060, 5060, 4679, 5060, 5060, 4681, 4684,
|
|
|
|
|
4685, 4687, 5060, 4689, 4692, 4690, 4697, 4694, 4706, 4698,
|
|
|
|
|
4700, 4702, 4708, 4710, 4713, 4714, 4715, 4717, 4718, 4722,
|
|
|
|
|
4725, 4731, 4733, 4723, 4736, 4737, 4738, 4739, 4741, 4745,
|
|
|
|
|
4752, 4747, 4749, 4750, 5060, 4753, 5060, 4754, 5060, 5060,
|
|
|
|
|
4758, 4762, 4751, 4755, 4770, 4771, 4767, 4773, 4775, 5060,
|
|
|
|
|
4776, 4777, 4778, 5060, 4779, 4780, 4783, 4784, 4787, 4788,
|
|
|
|
|
|
|
|
|
|
4790, 4793, 4792, 4789, 4804, 4801, 4811, 4812, 4809, 4815,
|
|
|
|
|
4816, 4817, 4824, 4822, 4826, 5060, 4819, 4828, 4830, 4829,
|
|
|
|
|
4831, 4838, 4833, 4840, 4834, 5060, 4842, 4845, 4839, 4843,
|
|
|
|
|
4846, 4851, 4855, 4858, 4859, 5060, 4849, 4860, 4866, 4867,
|
|
|
|
|
4869, 4871, 4873, 4874, 4878, 4879, 4881, 4887, 4882, 4888,
|
|
|
|
|
4890, 4891, 4892, 5060, 4898, 4894, 5060, 4899, 4900, 4901,
|
|
|
|
|
4902, 4906, 5060, 4915, 4903, 4908, 4916, 4919, 4923, 5060,
|
|
|
|
|
4925, 4929, 4926, 5060, 4931, 5060, 5060, 4932, 4934, 4935,
|
|
|
|
|
4939, 4941, 5060, 5060, 5060, 4968, 4975, 4982, 4989, 4996,
|
|
|
|
|
88, 5003, 5010, 5017, 5024, 5031, 5038, 5045, 5052
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2600] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-04-17 09:23:35 -04:00
|
|
|
2585, 1, 2586, 2586, 2587, 2587, 2588, 2588, 2589, 2589,
|
|
|
|
|
2590, 2590, 2585, 2591, 2585, 2585, 2585, 2585, 2592, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2593, 2585, 2585, 2585, 2593, 2594, 2585, 2585,
|
|
|
|
|
2585, 2594, 2595, 2585, 2585, 2585, 2585, 2595, 2596, 2585,
|
|
|
|
|
2585, 2585, 2596, 2597, 2585, 2598, 2585, 2597, 2597, 2591,
|
|
|
|
|
2591, 2585, 2599, 2592, 2599, 2592, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2593,
|
|
|
|
|
2593, 2594, 2594, 2595, 2595, 2585, 2596, 2596, 2597, 2597,
|
|
|
|
|
2598, 2598, 2597, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2597, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2597, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2597, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2597,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2585, 2585, 2591, 2585,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2597, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2597, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2585, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2585, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2585,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2585, 2591, 2585,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2585,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2585, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2585, 2591, 2585, 2591, 2585, 2585, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2585, 2591, 2585, 2591, 2591, 2591, 2585, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2585, 2585, 2585, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2585, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2585, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2585, 2585, 2591, 2585, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2585, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2585, 2585, 2585, 2591, 2591, 2591, 2585, 2585,
|
|
|
|
|
2591, 2585, 2591, 2585, 2591, 2585, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591,
|
|
|
|
|
2585, 2591, 2585, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2585, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2585, 2591, 2585, 2585,
|
|
|
|
|
2591, 2585, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2585, 2585, 2591, 2591, 2591, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2585, 2591, 2585, 2585, 2591,
|
|
|
|
|
2591, 2591, 2585, 2585, 2585, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2585, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585, 2585, 2591,
|
|
|
|
|
|
|
|
|
|
2585, 2585, 2591, 2591, 2591, 2585, 2591, 2591, 2585, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2591, 2585, 2585, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2585, 2591, 2585, 2591, 2585, 2585,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2585, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2591, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2591, 2591, 2591, 2591, 2591, 2591, 2585,
|
|
|
|
|
2591, 2591, 2591, 2585, 2591, 2585, 2585, 2591, 2591, 2591,
|
|
|
|
|
2591, 2591, 2585, 2585, 0, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[5101] =
|
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,
|
|
|
|
|
71, 71, 389, 71, 71, 475, 71, 400, 392, 393,
|
|
|
|
|
|
|
|
|
|
397, 399, 71, 71, 406, 71, 71, 394, 395, 407,
|
|
|
|
|
396, 398, 71, 71, 403, 401, 402, 71, 71, 404,
|
|
|
|
|
405, 71, 413, 71, 71, 415, 71, 411, 410, 408,
|
|
|
|
|
412, 414, 409, 71, 71, 71, 71, 71, 71, 417,
|
|
|
|
|
422, 71, 71, 71, 71, 425, 71, 418, 416, 424,
|
|
|
|
|
71, 71, 436, 421, 71, 419, 431, 420, 71, 426,
|
|
|
|
|
437, 423, 71, 427, 71, 429, 71, 430, 71, 428,
|
|
|
|
|
71, 432, 71, 71, 848, 438, 71, 439, 71, 441,
|
|
|
|
|
71, 71, 150, 71, 433, 440, 448, 434, 71, 435,
|
|
|
|
|
71, 449, 442, 445, 451, 443, 447, 444, 459, 446,
|
|
|
|
|
|
|
|
|
|
71, 150, 71, 464, 71, 466, 71, 450, 71, 460,
|
|
|
|
|
452, 453, 461, 71, 71, 467, 71, 462, 71, 463,
|
|
|
|
|
454, 465, 455, 456, 457, 469, 71, 458, 473, 71,
|
|
|
|
|
470, 71, 71, 468, 71, 71, 471, 71, 474, 71,
|
|
|
|
|
472, 481, 479, 71, 71, 71, 71, 71, 71, 476,
|
|
|
|
|
478, 485, 477, 71, 480, 71, 483, 71, 488, 484,
|
|
|
|
|
71, 71, 148, 482, 487, 489, 490, 71, 71, 71,
|
|
|
|
|
71, 486, 495, 496, 71, 491, 492, 493, 497, 71,
|
|
|
|
|
499, 494, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 509, 498, 504, 508, 507, 500, 510, 501,
|
|
|
|
|
|
|
|
|
|
503, 71, 502, 511, 71, 505, 515, 506, 71, 71,
|
|
|
|
|
513, 71, 512, 71, 517, 514, 71, 71, 71, 71,
|
|
|
|
|
521, 522, 519, 71, 71, 71, 71, 71, 516, 518,
|
|
|
|
|
523, 520, 71, 526, 71, 71, 71, 525, 71, 71,
|
|
|
|
|
532, 71, 531, 71, 524, 528, 527, 71, 530, 71,
|
|
|
|
|
535, 71, 533, 529, 71, 536, 71, 71, 71, 538,
|
|
|
|
|
71, 71, 534, 546, 537, 539, 71, 548, 71, 71,
|
|
|
|
|
541, 71, 71, 71, 71, 547, 549, 540, 542, 71,
|
|
|
|
|
543, 544, 545, 552, 555, 71, 550, 551, 554, 71,
|
|
|
|
|
71, 71, 71, 71, 553, 71, 71, 558, 71, 71,
|
|
|
|
|
|
|
|
|
|
561, 71, 71, 562, 71, 557, 564, 71, 556, 71,
|
|
|
|
|
71, 71, 71, 71, 563, 559, 560, 577, 565, 71,
|
|
|
|
|
71, 71, 729, 566, 71, 567, 576, 574, 575, 580,
|
|
|
|
|
568, 71, 569, 71, 578, 581, 579, 583, 71, 71,
|
|
|
|
|
570, 71, 584, 571, 572, 587, 582, 71, 586, 71,
|
|
|
|
|
573, 71, 588, 585, 71, 71, 71, 592, 71, 71,
|
|
|
|
|
71, 71, 71, 594, 589, 71, 590, 71, 595, 150,
|
|
|
|
|
591, 598, 71, 600, 601, 71, 597, 603, 593, 596,
|
|
|
|
|
71, 599, 71, 71, 71, 71, 604, 602, 71, 608,
|
|
|
|
|
71, 71, 610, 612, 71, 71, 605, 613, 606, 611,
|
|
|
|
|
|
|
|
|
|
615, 609, 607, 71, 71, 71, 71, 614, 617, 71,
|
|
|
|
|
71, 71, 71, 71, 620, 619, 616, 624, 71, 71,
|
|
|
|
|
627, 71, 625, 71, 618, 628, 71, 629, 621, 623,
|
|
|
|
|
71, 622, 626, 71, 630, 71, 631, 71, 632, 633,
|
|
|
|
|
71, 71, 71, 71, 71, 634, 637, 71, 71, 635,
|
|
|
|
|
636, 641, 640, 71, 71, 71, 71, 71, 642, 646,
|
|
|
|
|
644, 71, 71, 146, 638, 71, 639, 647, 71, 71,
|
|
|
|
|
71, 643, 649, 71, 653, 648, 645, 650, 71, 71,
|
|
|
|
|
71, 651, 71, 655, 656, 659, 652, 71, 654, 71,
|
|
|
|
|
71, 71, 661, 71, 657, 71, 660, 658, 664, 662,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 71, 665, 666, 668, 670, 71,
|
|
|
|
|
71, 674, 71, 671, 667, 71, 71, 71, 676, 71,
|
|
|
|
|
71, 663, 675, 669, 673, 71, 672, 71, 677, 681,
|
|
|
|
|
71, 71, 678, 683, 680, 71, 682, 679, 71, 71,
|
|
|
|
|
71, 684, 686, 688, 71, 685, 71, 687, 71, 692,
|
|
|
|
|
71, 71, 697, 71, 71, 71, 695, 689, 71, 699,
|
|
|
|
|
694, 71, 700, 71, 702, 690, 691, 701, 71, 693,
|
|
|
|
|
71, 696, 71, 698, 704, 71, 71, 71, 706, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 712, 71, 71,
|
|
|
|
|
71, 71, 71, 713, 705, 703, 710, 707, 708, 709,
|
|
|
|
|
|
|
|
|
|
714, 717, 711, 719, 715, 718, 71, 716, 71, 71,
|
|
|
|
|
720, 721, 71, 71, 71, 726, 71, 71, 71, 71,
|
|
|
|
|
727, 71, 71, 730, 722, 71, 723, 71, 71, 734,
|
|
|
|
|
724, 71, 725, 735, 736, 731, 728, 71, 733, 71,
|
|
|
|
|
732, 71, 737, 71, 738, 71, 71, 71, 740, 739,
|
|
|
|
|
71, 150, 741, 71, 71, 743, 745, 746, 71, 742,
|
|
|
|
|
71, 748, 744, 71, 747, 71, 71, 749, 750, 753,
|
|
|
|
|
71, 71, 754, 756, 71, 757, 71, 751, 759, 71,
|
|
|
|
|
755, 71, 71, 71, 71, 761, 752, 764, 71, 71,
|
|
|
|
|
71, 71, 145, 71, 762, 758, 765, 71, 71, 760,
|
|
|
|
|
|
|
|
|
|
71, 763, 769, 71, 71, 71, 770, 766, 71, 771,
|
|
|
|
|
777, 768, 776, 774, 71, 767, 772, 775, 778, 773,
|
|
|
|
|
71, 779, 71, 780, 71, 71, 784, 71, 783, 71,
|
|
|
|
|
795, 71, 71, 71, 792, 781, 796, 797, 71, 782,
|
|
|
|
|
71, 785, 786, 71, 787, 71, 799, 788, 793, 794,
|
|
|
|
|
798, 71, 789, 71, 801, 71, 71, 71, 790, 791,
|
|
|
|
|
802, 71, 804, 71, 803, 805, 800, 71, 806, 71,
|
|
|
|
|
71, 71, 71, 808, 71, 812, 71, 71, 71, 811,
|
|
|
|
|
71, 71, 71, 818, 71, 143, 807, 817, 816, 826,
|
|
|
|
|
809, 810, 813, 819, 814, 71, 815, 822, 820, 71,
|
|
|
|
|
|
|
|
|
|
821, 823, 71, 71, 71, 824, 71, 71, 71, 71,
|
|
|
|
|
825, 71, 71, 71, 827, 71, 829, 832, 71, 830,
|
|
|
|
|
71, 835, 833, 834, 71, 71, 828, 71, 831, 71,
|
|
|
|
|
71, 71, 71, 837, 838, 839, 842, 71, 840, 836,
|
|
|
|
|
841, 71, 844, 71, 71, 71, 843, 71, 71, 851,
|
|
|
|
|
71, 849, 852, 71, 847, 71, 71, 71, 845, 850,
|
|
|
|
|
854, 71, 71, 846, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
861, 853, 71, 71, 860, 71, 71, 855, 864, 858,
|
|
|
|
|
71, 856, 857, 71, 859, 862, 868, 863, 865, 867,
|
|
|
|
|
71, 866, 869, 71, 71, 873, 71, 71, 876, 71,
|
|
|
|
|
|
|
|
|
|
878, 71, 71, 870, 71, 879, 71, 71, 71, 71,
|
|
|
|
|
871, 875, 883, 71, 872, 71, 874, 71, 885, 877,
|
|
|
|
|
881, 880, 71, 886, 71, 887, 890, 71, 882, 71,
|
|
|
|
|
884, 888, 71, 892, 71, 891, 71, 889, 895, 150,
|
|
|
|
|
71, 894, 71, 71, 898, 893, 897, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 901, 896, 71, 71, 913, 71,
|
|
|
|
|
71, 71, 71, 914, 71, 71, 904, 71, 900, 899,
|
|
|
|
|
902, 917, 1067, 905, 903, 915, 920, 906, 71, 918,
|
|
|
|
|
71, 907, 71, 908, 71, 919, 916, 909, 71, 910,
|
|
|
|
|
921, 71, 924, 71, 911, 922, 71, 925, 923, 912,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 933, 926, 928, 929, 71, 932,
|
|
|
|
|
71, 71, 930, 934, 71, 927, 931, 935, 936, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 946, 937, 71, 938,
|
|
|
|
|
71, 939, 945, 947, 71, 948, 940, 71, 941, 71,
|
|
|
|
|
949, 71, 950, 71, 953, 955, 71, 954, 952, 942,
|
|
|
|
|
943, 951, 957, 71, 71, 961, 944, 956, 71, 71,
|
|
|
|
|
959, 71, 958, 71, 71, 71, 71, 960, 962, 71,
|
|
|
|
|
967, 71, 71, 71, 964, 965, 71, 71, 970, 71,
|
|
|
|
|
968, 71, 976, 963, 71, 966, 71, 71, 71, 71,
|
|
|
|
|
71, 969, 71, 972, 71, 974, 975, 971, 71, 982,
|
|
|
|
|
|
|
|
|
|
977, 973, 71, 978, 71, 71, 71, 983, 71, 979,
|
|
|
|
|
980, 984, 987, 981, 985, 71, 986, 988, 71, 71,
|
|
|
|
|
990, 71, 994, 71, 989, 991, 71, 71, 992, 71,
|
|
|
|
|
1000, 993, 71, 71, 71, 995, 71, 71, 71, 71,
|
|
|
|
|
1002, 71, 71, 996, 1004, 998, 1005, 997, 999, 71,
|
|
|
|
|
71, 71, 71, 71, 1001, 1007, 1008, 71, 1006, 1003,
|
|
|
|
|
71, 1009, 1015, 1010, 1013, 71, 1012, 71, 1011, 71,
|
|
|
|
|
71, 1014, 71, 71, 71, 1022, 1017, 71, 1023, 71,
|
|
|
|
|
71, 71, 71, 1016, 71, 1018, 71, 1024, 1019, 1027,
|
|
|
|
|
1021, 1025, 1028, 71, 1020, 71, 71, 1026, 1030, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1031, 71, 1035, 1029, 1036, 71, 71, 71,
|
|
|
|
|
71, 1032, 71, 1038, 71, 1034, 1039, 71, 71, 1033,
|
|
|
|
|
1043, 71, 1037, 71, 71, 71, 1042, 71, 1040, 71,
|
|
|
|
|
1049, 71, 1041, 71, 1045, 71, 71, 71, 71, 1044,
|
|
|
|
|
71, 1053, 1046, 1083, 71, 1055, 71, 1050, 1048, 1052,
|
|
|
|
|
1051, 1057, 1047, 1054, 1058, 71, 71, 71, 1056, 71,
|
|
|
|
|
71, 1059, 71, 71, 1060, 71, 71, 71, 1061, 1062,
|
|
|
|
|
1064, 71, 71, 1063, 1070, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 1065, 71, 1079, 1073, 1080, 1066, 1068, 71, 71,
|
|
|
|
|
1069, 1071, 71, 1075, 1072, 71, 1081, 71, 71, 1074,
|
|
|
|
|
|
|
|
|
|
71, 71, 1076, 1086, 1077, 71, 1082, 1078, 71, 1085,
|
|
|
|
|
1088, 1090, 71, 1084, 71, 71, 1087, 71, 71, 1091,
|
|
|
|
|
1089, 71, 1093, 71, 1095, 1094, 71, 71, 1092, 71,
|
|
|
|
|
71, 71, 71, 1096, 1100, 71, 71, 71, 1098, 71,
|
|
|
|
|
71, 1105, 1097, 1101, 1099, 1110, 71, 71, 71, 1102,
|
|
|
|
|
71, 71, 1106, 1103, 1104, 1109, 1112, 71, 71, 1107,
|
|
|
|
|
1108, 1111, 1114, 71, 71, 71, 1116, 71, 71, 1121,
|
|
|
|
|
1113, 1117, 71, 71, 71, 1115, 1154, 1118, 1119, 1130,
|
|
|
|
|
1120, 71, 1129, 71, 1131, 71, 1122, 1128, 71, 1123,
|
|
|
|
|
1124, 71, 71, 1132, 1125, 71, 1134, 71, 71, 1136,
|
|
|
|
|
|
|
|
|
|
1126, 1133, 1135, 71, 1127, 71, 1137, 71, 71, 71,
|
|
|
|
|
1143, 1144, 1140, 71, 1139, 1138, 71, 71, 1145, 71,
|
|
|
|
|
71, 71, 1141, 1146, 71, 1152, 1153, 1142, 71, 1147,
|
|
|
|
|
71, 71, 71, 71, 1148, 1155, 1149, 1159, 1150, 1157,
|
|
|
|
|
1151, 1158, 1160, 71, 71, 1156, 71, 71, 71, 1162,
|
|
|
|
|
71, 71, 71, 71, 71, 1161, 1164, 1168, 1166, 71,
|
|
|
|
|
1163, 71, 1170, 71, 71, 1167, 71, 1165, 1169, 1173,
|
|
|
|
|
1174, 71, 1176, 71, 71, 71, 1177, 1171, 1175, 71,
|
|
|
|
|
1179, 71, 1178, 1181, 71, 1180, 1172, 1183, 71, 71,
|
|
|
|
|
71, 71, 1187, 71, 1184, 71, 71, 71, 1190, 71,
|
|
|
|
|
|
|
|
|
|
71, 1182, 1189, 1191, 1192, 71, 71, 1196, 71, 71,
|
|
|
|
|
141, 1185, 1186, 1193, 1194, 1188, 71, 71, 71, 71,
|
|
|
|
|
71, 1195, 1201, 1198, 1202, 1199, 1197, 1204, 71, 71,
|
|
|
|
|
71, 71, 1200, 71, 1203, 71, 1208, 71, 71, 1206,
|
|
|
|
|
1205, 71, 71, 1212, 1213, 71, 1207, 1215, 71, 71,
|
|
|
|
|
71, 1214, 71, 71, 71, 71, 71, 71, 1209, 71,
|
|
|
|
|
1222, 1210, 1216, 71, 71, 1211, 1219, 71, 1217, 1220,
|
|
|
|
|
71, 71, 1218, 71, 1221, 1226, 1229, 1223, 1227, 71,
|
|
|
|
|
1231, 71, 1225, 71, 71, 1232, 71, 71, 1224, 1234,
|
|
|
|
|
1228, 71, 1230, 1233, 71, 71, 1241, 1235, 71, 1243,
|
|
|
|
|
|
|
|
|
|
1239, 71, 1236, 1240, 71, 71, 1237, 71, 1244, 1238,
|
|
|
|
|
71, 71, 1242, 71, 71, 71, 71, 71, 1245, 1249,
|
|
|
|
|
1246, 71, 71, 1254, 71, 71, 71, 71, 1255, 1248,
|
|
|
|
|
1252, 1250, 71, 71, 71, 1251, 1247, 71, 71, 1253,
|
|
|
|
|
71, 71, 1352, 1256, 1258, 1257, 1259, 1260, 71, 1261,
|
|
|
|
|
71, 71, 1262, 1264, 71, 1266, 71, 1263, 1265, 1267,
|
|
|
|
|
71, 1269, 71, 1268, 71, 71, 1274, 1275, 1271, 71,
|
|
|
|
|
1273, 1270, 71, 71, 71, 1276, 71, 1277, 1278, 71,
|
|
|
|
|
71, 71, 71, 71, 1279, 1272, 71, 1281, 71, 1285,
|
|
|
|
|
1280, 71, 71, 1284, 71, 71, 1282, 71, 1283, 1288,
|
|
|
|
|
|
|
|
|
|
1287, 1291, 71, 2585, 71, 71, 1292, 71, 1293, 1289,
|
|
|
|
|
71, 1286, 71, 1294, 71, 1300, 1290, 71, 71, 71,
|
|
|
|
|
1304, 71, 1295, 1296, 1297, 1303, 71, 71, 71, 1298,
|
|
|
|
|
71, 71, 1299, 71, 71, 2585, 71, 1302, 71, 1312,
|
|
|
|
|
71, 71, 71, 1301, 1313, 1346, 1305, 1306, 1309, 1307,
|
|
|
|
|
1308, 1311, 1314, 71, 1310, 1315, 71, 71, 1316, 71,
|
|
|
|
|
71, 1317, 71, 71, 71, 71, 1321, 71, 1324, 1319,
|
|
|
|
|
1322, 71, 1318, 71, 71, 1320, 1328, 71, 71, 1329,
|
|
|
|
|
1325, 71, 1330, 1323, 71, 1331, 71, 1326, 1335, 1327,
|
|
|
|
|
71, 1332, 1336, 71, 71, 71, 71, 71, 1340, 1341,
|
|
|
|
|
|
|
|
|
|
71, 1339, 1333, 1342, 71, 71, 1334, 71, 1337, 1343,
|
|
|
|
|
71, 71, 71, 1347, 71, 71, 1338, 71, 1350, 1349,
|
|
|
|
|
71, 1348, 71, 1344, 71, 1353, 71, 1345, 1357, 71,
|
|
|
|
|
1351, 1355, 71, 71, 1354, 71, 1358, 1356, 71, 1360,
|
|
|
|
|
71, 71, 71, 71, 71, 1363, 1366, 71, 1365, 71,
|
|
|
|
|
71, 1362, 71, 1359, 71, 71, 1373, 1361, 71, 71,
|
|
|
|
|
71, 1364, 1367, 1368, 1374, 71, 1371, 71, 71, 1369,
|
|
|
|
|
1370, 71, 1378, 1380, 1377, 71, 71, 1382, 1375, 1372,
|
|
|
|
|
1376, 1381, 71, 71, 1384, 1386, 71, 71, 1379, 71,
|
|
|
|
|
71, 71, 71, 1390, 71, 1383, 1385, 1388, 71, 1391,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 1396, 1395, 1387, 71, 1392, 71,
|
|
|
|
|
71, 71, 1409, 1389, 71, 1402, 1394, 1399, 1393, 1397,
|
|
|
|
|
1400, 71, 71, 71, 71, 71, 1410, 1403, 1405, 1398,
|
|
|
|
|
1408, 71, 1401, 1404, 1407, 1406, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1411, 1416, 1417, 71, 71, 71, 1419, 71,
|
|
|
|
|
71, 1412, 1418, 71, 71, 1422, 71, 1413, 1421, 1414,
|
|
|
|
|
71, 1415, 71, 71, 1424, 1423, 71, 71, 1420, 1431,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 1436, 71, 71,
|
|
|
|
|
1427, 1428, 1425, 1426, 1429, 71, 1430, 71, 1434, 71,
|
|
|
|
|
1432, 1433, 1438, 71, 1439, 71, 71, 1435, 71, 1437,
|
|
|
|
|
|
|
|
|
|
1440, 71, 71, 1441, 71, 71, 71, 1444, 71, 1446,
|
|
|
|
|
1453, 71, 1454, 71, 1443, 1447, 1445, 71, 1448, 1442,
|
|
|
|
|
1449, 71, 71, 1450, 1455, 1456, 71, 1458, 1451, 71,
|
|
|
|
|
1452, 71, 71, 71, 71, 1465, 1457, 1466, 71, 71,
|
|
|
|
|
1460, 71, 1464, 1462, 71, 1459, 1463, 71, 71, 71,
|
|
|
|
|
71, 1461, 71, 71, 71, 1475, 71, 1468, 71, 1467,
|
|
|
|
|
71, 1472, 1470, 71, 71, 1469, 1471, 1477, 1478, 71,
|
|
|
|
|
1479, 1474, 1476, 1481, 71, 71, 1482, 1473, 1483, 71,
|
|
|
|
|
1486, 1488, 1490, 71, 1480, 1487, 71, 71, 1491, 71,
|
|
|
|
|
71, 71, 1493, 1485, 71, 1484, 1492, 1489, 71, 71,
|
|
|
|
|
|
|
|
|
|
1497, 71, 71, 71, 1496, 1494, 71, 71, 71, 1495,
|
|
|
|
|
1499, 71, 71, 71, 1498, 71, 1500, 1506, 71, 1503,
|
|
|
|
|
71, 1501, 1502, 71, 1511, 1504, 1508, 1505, 1507, 71,
|
|
|
|
|
71, 71, 71, 1510, 1514, 71, 71, 1509, 71, 71,
|
|
|
|
|
1516, 71, 71, 1517, 1518, 1512, 1519, 71, 71, 1513,
|
|
|
|
|
71, 1520, 1515, 1523, 71, 71, 71, 1527, 71, 71,
|
|
|
|
|
71, 71, 71, 1522, 71, 71, 71, 1525, 1529, 1524,
|
|
|
|
|
1521, 1534, 1530, 1528, 1531, 1526, 71, 71, 1535, 2585,
|
|
|
|
|
71, 1538, 71, 1532, 71, 1533, 1537, 1539, 1540, 71,
|
|
|
|
|
71, 71, 1543, 71, 1536, 1541, 71, 71, 71, 1545,
|
|
|
|
|
|
|
|
|
|
1542, 1546, 71, 71, 71, 71, 71, 71, 1544, 1551,
|
|
|
|
|
71, 71, 71, 71, 71, 1555, 1552, 71, 1560, 71,
|
|
|
|
|
1556, 71, 1547, 1549, 1550, 1548, 1553, 1554, 1559, 1561,
|
|
|
|
|
71, 71, 71, 1557, 1565, 71, 71, 1558, 71, 1566,
|
|
|
|
|
1567, 71, 1562, 1568, 71, 1570, 71, 71, 71, 1563,
|
|
|
|
|
71, 1564, 1573, 71, 1574, 1575, 1569, 71, 1577, 71,
|
|
|
|
|
1576, 71, 71, 71, 71, 1579, 1581, 71, 1571, 1572,
|
|
|
|
|
1584, 71, 1582, 71, 71, 1583, 71, 1578, 71, 1585,
|
|
|
|
|
1586, 1587, 71, 1591, 71, 1593, 1588, 1580, 71, 71,
|
|
|
|
|
1594, 71, 71, 71, 71, 1596, 71, 1599, 1589, 1597,
|
|
|
|
|
|
|
|
|
|
71, 71, 1590, 71, 1592, 1600, 1595, 1603, 71, 1598,
|
|
|
|
|
71, 71, 1605, 71, 71, 71, 71, 1608, 1609, 71,
|
|
|
|
|
1601, 71, 1602, 1610, 1612, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 1617, 71, 1606, 1614, 71, 1604, 1607, 1615, 71,
|
|
|
|
|
1621, 1613, 1611, 71, 1620, 71, 71, 1624, 71, 1625,
|
|
|
|
|
71, 1619, 1623, 71, 1616, 71, 1626, 71, 1618, 71,
|
|
|
|
|
71, 71, 1631, 1622, 1627, 71, 71, 71, 1629, 1628,
|
|
|
|
|
1632, 71, 1635, 1636, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1630, 1639, 71, 1633, 71, 71, 71, 71, 1644, 71,
|
|
|
|
|
1638, 1645, 1634, 1642, 1637, 1641, 1646, 1640, 1647, 71,
|
|
|
|
|
|
|
|
|
|
71, 1643, 71, 1653, 1648, 1651, 71, 1652, 71, 71,
|
|
|
|
|
1656, 1657, 71, 1649, 71, 71, 71, 1662, 1650, 1658,
|
|
|
|
|
1661, 71, 1663, 71, 71, 1659, 1664, 1665, 1654, 1655,
|
|
|
|
|
1660, 71, 71, 71, 1668, 71, 71, 71, 71, 1673,
|
|
|
|
|
71, 1670, 71, 1667, 71, 71, 1675, 1669, 1671, 71,
|
|
|
|
|
1666, 71, 71, 71, 71, 71, 1676, 1680, 1679, 71,
|
|
|
|
|
1681, 1677, 2585, 1672, 1674, 1682, 71, 1683, 71, 71,
|
|
|
|
|
1678, 1685, 71, 71, 1687, 1684, 71, 71, 1686, 1688,
|
|
|
|
|
71, 71, 71, 1691, 71, 1689, 1690, 71, 71, 1696,
|
|
|
|
|
71, 71, 71, 1695, 1692, 71, 1693, 1698, 71, 1694,
|
|
|
|
|
|
|
|
|
|
1697, 1700, 71, 1699, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1707, 1705, 71, 1702, 1706, 1701, 71, 71, 1709, 71,
|
|
|
|
|
71, 71, 1708, 1703, 71, 1704, 1716, 71, 1712, 1710,
|
|
|
|
|
1711, 71, 1714, 1713, 1715, 71, 71, 71, 1721, 71,
|
|
|
|
|
71, 1723, 71, 71, 71, 1724, 71, 1717, 1725, 71,
|
|
|
|
|
1720, 1718, 1719, 71, 1726, 71, 1722, 71, 1729, 71,
|
|
|
|
|
1727, 71, 1728, 71, 1730, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 2585, 1732, 1737, 1733, 71, 1734, 1741, 71,
|
|
|
|
|
1731, 71, 1736, 1740, 1744, 71, 71, 1738, 1742, 1739,
|
|
|
|
|
1745, 71, 1735, 71, 71, 71, 1743, 1748, 1747, 1750,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 1753, 71, 1746, 1751, 71, 1749,
|
|
|
|
|
1752, 1755, 71, 1757, 71, 71, 1758, 1754, 71, 71,
|
|
|
|
|
1759, 71, 1763, 1760, 71, 71, 71, 71, 71, 1764,
|
|
|
|
|
71, 1756, 1769, 71, 1766, 71, 1770, 1761, 1765, 71,
|
|
|
|
|
71, 1762, 1773, 71, 1768, 71, 1767, 71, 71, 1775,
|
|
|
|
|
1774, 1776, 1778, 71, 1771, 71, 71, 1780, 71, 1777,
|
|
|
|
|
1772, 71, 1781, 71, 71, 71, 1784, 1779, 1786, 71,
|
|
|
|
|
71, 71, 1782, 71, 1787, 1783, 71, 71, 1790, 1785,
|
|
|
|
|
71, 1791, 1788, 1789, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1792, 71, 1798, 71, 1799, 71, 71, 1800, 1797, 1802,
|
|
|
|
|
|
|
|
|
|
1793, 71, 1794, 1795, 1796, 71, 1807, 71, 71, 71,
|
|
|
|
|
1801, 1804, 1809, 71, 1806, 71, 71, 1808, 1803, 1811,
|
|
|
|
|
71, 1812, 71, 2585, 1814, 1816, 1805, 71, 1810, 1815,
|
|
|
|
|
71, 71, 1817, 1813, 71, 1819, 71, 1818, 71, 1821,
|
|
|
|
|
71, 71, 1820, 71, 1822, 1825, 1826, 71, 71, 1827,
|
|
|
|
|
71, 1830, 71, 1828, 71, 1832, 71, 71, 1823, 1831,
|
|
|
|
|
71, 1834, 71, 71, 71, 1833, 1835, 71, 1829, 1824,
|
|
|
|
|
71, 71, 1836, 71, 1837, 71, 1839, 71, 1842, 71,
|
|
|
|
|
71, 1845, 71, 1846, 71, 71, 71, 1840, 1838, 71,
|
|
|
|
|
1841, 1848, 71, 1852, 71, 1843, 1844, 1851, 71, 1847,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 71, 1850, 1862,
|
|
|
|
|
71, 1849, 71, 2585, 71, 1863, 71, 1853, 1859, 1854,
|
|
|
|
|
1861, 71, 1857, 2585, 1855, 1858, 1856, 1864, 1860, 71,
|
|
|
|
|
1865, 71, 1867, 71, 1866, 1868, 71, 1869, 71, 71,
|
|
|
|
|
1872, 71, 1875, 71, 1870, 71, 1871, 71, 71, 71,
|
|
|
|
|
1873, 71, 1876, 1874, 1877, 1881, 71, 1882, 71, 71,
|
|
|
|
|
1884, 71, 71, 1880, 71, 1878, 1886, 71, 1879, 1887,
|
|
|
|
|
71, 71, 71, 1891, 71, 71, 71, 1890, 1883, 71,
|
|
|
|
|
1885, 1893, 71, 1889, 71, 1888, 71, 71, 1897, 1896,
|
|
|
|
|
1895, 1899, 71, 71, 1892, 1900, 71, 1894, 1903, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1898, 71, 71, 1908, 71, 1901, 1907,
|
|
|
|
|
71, 71, 1912, 71, 71, 1902, 71, 1906, 71, 1916,
|
|
|
|
|
1904, 71, 71, 1909, 1905, 1910, 1911, 71, 1914, 1918,
|
|
|
|
|
71, 1917, 71, 71, 1913, 1920, 71, 71, 1921, 71,
|
|
|
|
|
71, 71, 1915, 71, 1919, 1925, 1926, 71, 1927, 71,
|
|
|
|
|
1923, 71, 71, 71, 1929, 71, 71, 71, 71, 71,
|
|
|
|
|
1924, 1922, 1928, 1937, 1932, 1931, 1933, 1934, 1935, 71,
|
|
|
|
|
1936, 71, 71, 1939, 1942, 1938, 1930, 71, 1941, 71,
|
|
|
|
|
71, 1940, 71, 1943, 71, 71, 71, 1949, 71, 71,
|
|
|
|
|
71, 1944, 71, 71, 1951, 71, 71, 71, 1956, 1945,
|
|
|
|
|
|
|
|
|
|
1947, 1946, 1948, 71, 1950, 1952, 1953, 1954, 1955, 71,
|
|
|
|
|
1960, 71, 1961, 71, 1957, 1959, 71, 1958, 71, 1962,
|
|
|
|
|
1964, 1965, 71, 1963, 1966, 71, 71, 71, 71, 1968,
|
|
|
|
|
71, 71, 71, 71, 1972, 71, 1967, 71, 71, 1973,
|
|
|
|
|
1974, 71, 1969, 1975, 71, 1970, 1976, 71, 71, 71,
|
|
|
|
|
71, 1971, 1978, 71, 71, 71, 1985, 1982, 1977, 71,
|
|
|
|
|
1984, 71, 71, 71, 1981, 1986, 71, 1979, 1989, 1980,
|
|
|
|
|
1990, 71, 71, 1992, 1983, 71, 71, 71, 1994, 1987,
|
|
|
|
|
1991, 71, 1988, 71, 1995, 71, 1997, 71, 1999, 1993,
|
|
|
|
|
71, 1998, 2001, 71, 71, 71, 2003, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2000, 71, 2002, 2005, 2006, 2007, 71, 1996,
|
|
|
|
|
2008, 71, 2009, 71, 2010, 2011, 2004, 71, 71, 71,
|
|
|
|
|
71, 71, 2013, 2016, 71, 2012, 71, 2018, 71, 71,
|
|
|
|
|
2017, 71, 2015, 71, 2021, 71, 71, 2024, 2014, 2025,
|
|
|
|
|
71, 71, 71, 2020, 2019, 71, 2026, 2027, 2022, 2023,
|
|
|
|
|
71, 71, 71, 2031, 71, 71, 2028, 2030, 2032, 71,
|
|
|
|
|
2033, 71, 2034, 71, 2029, 71, 2037, 2035, 71, 2036,
|
|
|
|
|
71, 2038, 2040, 71, 2041, 71, 2042, 71, 71, 71,
|
|
|
|
|
2039, 71, 71, 71, 71, 71, 2044, 71, 2047, 71,
|
|
|
|
|
2043, 2049, 71, 2045, 2050, 71, 71, 71, 71, 2056,
|
|
|
|
|
|
|
|
|
|
71, 71, 2046, 71, 2048, 71, 71, 71, 2053, 2052,
|
|
|
|
|
2057, 2055, 71, 2051, 71, 2058, 71, 2063, 2059, 71,
|
|
|
|
|
2054, 2065, 71, 2060, 2066, 71, 2064, 71, 2061, 71,
|
|
|
|
|
2062, 2067, 71, 2068, 71, 71, 2069, 71, 2070, 71,
|
|
|
|
|
2071, 71, 71, 71, 2073, 71, 71, 2074, 71, 2081,
|
|
|
|
|
2072, 2076, 2078, 2082, 71, 2084, 71, 71, 71, 2075,
|
|
|
|
|
71, 71, 2077, 71, 2080, 2079, 2083, 71, 2087, 71,
|
|
|
|
|
71, 71, 2093, 71, 2094, 71, 2085, 2095, 2086, 71,
|
|
|
|
|
71, 2089, 2088, 71, 71, 71, 2091, 2090, 71, 71,
|
|
|
|
|
2092, 71, 71, 2099, 2103, 2097, 2102, 2096, 2104, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2105, 2098, 71, 2100, 2106, 71, 71, 2101,
|
|
|
|
|
71, 71, 71, 2108, 71, 2112, 2113, 71, 71, 71,
|
|
|
|
|
2107, 2116, 71, 2117, 71, 71, 71, 71, 2109, 2110,
|
|
|
|
|
2119, 2111, 2115, 2114, 2120, 71, 71, 71, 2121, 2118,
|
|
|
|
|
2124, 71, 2125, 71, 71, 2127, 71, 2122, 71, 2129,
|
|
|
|
|
71, 71, 2130, 2128, 71, 71, 2123, 71, 71, 2131,
|
|
|
|
|
71, 71, 71, 2126, 71, 2135, 2134, 2132, 2133, 2137,
|
|
|
|
|
2138, 71, 2136, 71, 71, 71, 71, 71, 71, 2140,
|
|
|
|
|
2139, 2142, 2143, 2145, 71, 2146, 71, 71, 2141, 2144,
|
|
|
|
|
71, 2151, 71, 2149, 2147, 2148, 2150, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
2153, 71, 71, 2152, 2156, 71, 2155, 2154, 2157, 71,
|
|
|
|
|
71, 2160, 2585, 2159, 71, 2158, 2161, 71, 71, 2162,
|
|
|
|
|
2164, 71, 71, 2163, 71, 2165, 71, 2166, 71, 71,
|
|
|
|
|
71, 71, 71, 2167, 2172, 2170, 71, 2169, 71, 71,
|
|
|
|
|
71, 2173, 71, 2168, 2171, 2174, 71, 71, 2179, 71,
|
|
|
|
|
71, 2177, 2176, 71, 71, 2178, 2175, 71, 2180, 2184,
|
|
|
|
|
71, 71, 71, 2186, 2188, 71, 71, 71, 71, 2181,
|
|
|
|
|
71, 71, 2193, 2182, 2192, 71, 2183, 2187, 71, 2195,
|
|
|
|
|
2185, 71, 2190, 2194, 71, 2189, 2196, 71, 2191, 71,
|
|
|
|
|
71, 71, 71, 71, 2199, 2206, 2197, 71, 2202, 2203,
|
|
|
|
|
|
|
|
|
|
71, 71, 2198, 2204, 71, 2200, 2232, 2201, 2205, 71,
|
|
|
|
|
71, 2208, 71, 2207, 2209, 71, 2210, 71, 71, 2212,
|
|
|
|
|
71, 2211, 71, 2213, 2214, 71, 71, 2215, 2216, 71,
|
|
|
|
|
2219, 71, 2220, 71, 71, 2222, 71, 71, 2221, 71,
|
|
|
|
|
2223, 71, 71, 71, 2217, 2218, 2228, 71, 71, 2227,
|
|
|
|
|
71, 2234, 71, 71, 2230, 2231, 71, 71, 71, 2225,
|
|
|
|
|
2224, 2233, 2226, 71, 71, 71, 2236, 71, 2585, 2239,
|
|
|
|
|
71, 71, 2229, 2243, 71, 2237, 2238, 71, 71, 71,
|
|
|
|
|
2247, 71, 2235, 2240, 2242, 2245, 71, 2241, 71, 2248,
|
|
|
|
|
2244, 71, 2249, 71, 2250, 71, 71, 2246, 71, 71,
|
|
|
|
|
|
|
|
|
|
2252, 2253, 2251, 71, 2258, 71, 71, 2255, 71, 2259,
|
|
|
|
|
2261, 71, 71, 71, 2263, 71, 71, 2264, 71, 2256,
|
|
|
|
|
2262, 71, 2254, 2257, 71, 2265, 2260, 2267, 71, 71,
|
|
|
|
|
2269, 71, 2271, 2268, 71, 71, 2266, 2272, 71, 2270,
|
|
|
|
|
2275, 71, 71, 2274, 2273, 71, 71, 2277, 71, 71,
|
|
|
|
|
71, 2276, 71, 2282, 2281, 71, 2287, 71, 2279, 2283,
|
|
|
|
|
2284, 71, 2285, 2288, 71, 2286, 2289, 71, 71, 2280,
|
|
|
|
|
2278, 71, 2294, 71, 71, 71, 71, 2290, 71, 2293,
|
|
|
|
|
2295, 2296, 2297, 71, 71, 71, 71, 71, 71, 2302,
|
|
|
|
|
71, 2291, 2292, 2300, 71, 71, 2304, 71, 71, 2307,
|
|
|
|
|
|
|
|
|
|
71, 71, 2298, 71, 2301, 71, 2299, 2308, 71, 2305,
|
|
|
|
|
71, 71, 2303, 2306, 2309, 2310, 71, 2311, 2314, 2312,
|
|
|
|
|
71, 2315, 2317, 71, 2313, 71, 2319, 71, 2320, 71,
|
|
|
|
|
71, 2322, 71, 71, 71, 2325, 71, 71, 71, 2324,
|
|
|
|
|
71, 71, 2329, 71, 2318, 71, 2316, 71, 71, 2323,
|
|
|
|
|
71, 2321, 2332, 71, 2333, 71, 2334, 2326, 71, 2328,
|
|
|
|
|
71, 2327, 2330, 71, 2336, 2331, 2339, 71, 71, 71,
|
|
|
|
|
2335, 2340, 2337, 71, 2341, 2342, 2344, 2347, 2338, 2345,
|
|
|
|
|
71, 71, 71, 71, 2346, 71, 71, 71, 71, 2343,
|
|
|
|
|
2352, 2349, 2350, 71, 2355, 71, 71, 2356, 71, 71,
|
|
|
|
|
|
|
|
|
|
2358, 71, 71, 2348, 2359, 71, 71, 2351, 71, 71,
|
|
|
|
|
2353, 2354, 71, 2360, 2362, 71, 2361, 2366, 2357, 2363,
|
|
|
|
|
71, 2364, 71, 2365, 71, 2367, 71, 71, 2369, 71,
|
|
|
|
|
2370, 2371, 71, 71, 2368, 71, 2375, 71, 71, 2378,
|
|
|
|
|
71, 2372, 71, 2376, 2374, 71, 2380, 71, 71, 71,
|
|
|
|
|
2379, 71, 71, 2373, 2377, 71, 2381, 2384, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 2386, 71, 71, 2385, 2382, 2383,
|
|
|
|
|
2387, 71, 71, 71, 2398, 71, 2585, 2396, 2388, 2392,
|
|
|
|
|
2389, 2390, 71, 2391, 2399, 71, 2400, 2395, 2393, 2394,
|
|
|
|
|
2401, 71, 71, 2397, 2402, 71, 2403, 2404, 71, 71,
|
|
|
|
|
|
|
|
|
|
2406, 71, 2405, 71, 2409, 71, 71, 71, 71, 71,
|
|
|
|
|
2407, 2411, 71, 2410, 71, 2415, 71, 2408, 2416, 71,
|
|
|
|
|
71, 2414, 71, 2412, 2417, 71, 71, 2413, 71, 2420,
|
|
|
|
|
2422, 2418, 2421, 2419, 2424, 2423, 71, 71, 71, 71,
|
|
|
|
|
71, 2426, 71, 2428, 2429, 2431, 71, 2425, 2432, 71,
|
|
|
|
|
2433, 71, 2434, 71, 2435, 71, 71, 71, 2427, 2437,
|
|
|
|
|
71, 2430, 2438, 71, 71, 2436, 71, 2441, 71, 2443,
|
|
|
|
|
71, 71, 2439, 71, 71, 71, 2440, 2445, 71, 2447,
|
|
|
|
|
2450, 71, 71, 2442, 2449, 71, 71, 71, 71, 2444,
|
|
|
|
|
2452, 71, 71, 2448, 71, 2456, 2451, 71, 71, 2446,
|
|
|
|
|
|
|
|
|
|
71, 2458, 71, 71, 2455, 71, 2453, 71, 2463, 2454,
|
|
|
|
|
71, 71, 2464, 71, 2460, 71, 2462, 2457, 2459, 71,
|
|
|
|
|
2466, 71, 2465, 71, 2467, 2461, 71, 71, 71, 2475,
|
|
|
|
|
71, 71, 2468, 2469, 2477, 71, 71, 2470, 71, 2478,
|
|
|
|
|
2476, 2472, 2474, 2479, 71, 2480, 71, 2473, 2471, 71,
|
|
|
|
|
71, 71, 71, 2483, 71, 2481, 2484, 2485, 71, 2488,
|
|
|
|
|
71, 2490, 71, 71, 71, 71, 71, 71, 71, 2482,
|
|
|
|
|
2494, 71, 2496, 2487, 2489, 71, 2495, 2498, 2499, 2486,
|
|
|
|
|
71, 2492, 2491, 71, 71, 2493, 71, 2497, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 2500, 2505, 71, 71, 2507, 2501,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 2504, 71, 71, 2502, 2512, 2503,
|
|
|
|
|
2509, 2513, 2506, 2510, 71, 2508, 2516, 71, 2518, 2517,
|
|
|
|
|
2511, 2515, 71, 2514, 71, 71, 2519, 2520, 71, 71,
|
|
|
|
|
71, 2524, 71, 2521, 2522, 71, 2527, 71, 2526, 71,
|
|
|
|
|
2525, 71, 71, 71, 71, 2532, 71, 71, 2535, 2523,
|
|
|
|
|
2529, 71, 71, 71, 2536, 71, 71, 2539, 71, 71,
|
|
|
|
|
2528, 2530, 71, 2531, 71, 2533, 2534, 2537, 71, 2543,
|
|
|
|
|
2538, 71, 71, 71, 2547, 2540, 2544, 2542, 2541, 71,
|
|
|
|
|
71, 2549, 71, 2550, 71, 2545, 71, 71, 2546, 2551,
|
|
|
|
|
2554, 71, 71, 2552, 71, 71, 2556, 2555, 2548, 2557,
|
|
|
|
|
|
|
|
|
|
71, 71, 2558, 71, 71, 71, 2553, 71, 2559, 2561,
|
|
|
|
|
2563, 71, 71, 71, 71, 71, 71, 2565, 2566, 71,
|
|
|
|
|
2569, 71, 2560, 2585, 2562, 2585, 2564, 2570, 71, 71,
|
|
|
|
|
2573, 2574, 71, 2567, 2568, 2571, 71, 2576, 71, 71,
|
|
|
|
|
2572, 2577, 71, 2575, 71, 71, 2578, 71, 71, 2579,
|
|
|
|
|
2580, 2583, 71, 2584, 71, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2581, 2582, 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, 2585, 74, 74, 74, 74,
|
|
|
|
|
140, 140, 2585, 2585, 2585, 140, 140, 142, 142, 2585,
|
|
|
|
|
2585, 142, 2585, 142, 144, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
144, 147, 147, 2585, 2585, 2585, 147, 147, 149, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 149, 151, 151, 2585, 151, 151,
|
|
|
|
|
151, 151, 75, 75, 2585, 75, 75, 75, 75, 13,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[5101] =
|
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-04-17 09:23:35 -04:00
|
|
|
10, 10, 15, 25, 9, 29, 15, 25, 2591, 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,
|
|
|
|
|
34, 21, 23, 24, 12, 23, 24, 895, 24, 24,
|
|
|
|
|
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,
|
|
|
|
|
284, 281, 349, 277, 283, 283, 274, 275, 285, 276,
|
|
|
|
|
286, 285, 288, 287, 280, 288, 289, 282, 284, 287,
|
|
|
|
|
290, 291, 286, 292, 294, 349, 293, 294, 289, 290,
|
|
|
|
|
|
|
|
|
|
291, 293, 296, 295, 298, 298, 299, 290, 290, 299,
|
|
|
|
|
290, 292, 300, 301, 296, 294, 295, 297, 302, 297,
|
|
|
|
|
297, 303, 304, 304, 306, 306, 305, 302, 301, 300,
|
|
|
|
|
303, 305, 300, 307, 308, 309, 310, 311, 312, 308,
|
|
|
|
|
313, 314, 320, 322, 315, 316, 313, 309, 307, 315,
|
|
|
|
|
699, 316, 322, 312, 317, 310, 320, 311, 318, 317,
|
|
|
|
|
323, 314, 319, 318, 325, 319, 323, 319, 321, 318,
|
|
|
|
|
324, 321, 330, 327, 699, 324, 326, 325, 328, 326,
|
|
|
|
|
333, 329, 339, 335, 321, 325, 330, 321, 332, 321,
|
|
|
|
|
341, 332, 326, 327, 333, 326, 329, 326, 335, 328,
|
|
|
|
|
|
|
|
|
|
336, 64, 340, 339, 345, 341, 342, 332, 334, 336,
|
|
|
|
|
334, 334, 337, 338, 343, 342, 346, 337, 337, 338,
|
|
|
|
|
334, 340, 334, 334, 334, 344, 347, 334, 348, 350,
|
|
|
|
|
345, 344, 351, 343, 348, 352, 346, 353, 348, 354,
|
|
|
|
|
347, 355, 353, 356, 357, 358, 360, 355, 361, 350,
|
|
|
|
|
352, 359, 351, 362, 354, 364, 357, 359, 362, 358,
|
|
|
|
|
365, 366, 59, 356, 361, 363, 363, 367, 363, 369,
|
|
|
|
|
368, 360, 368, 369, 370, 364, 365, 366, 370, 371,
|
|
|
|
|
371, 367, 372, 373, 374, 376, 375, 377, 379, 380,
|
|
|
|
|
378, 382, 379, 370, 376, 378, 377, 372, 380, 373,
|
|
|
|
|
|
|
|
|
|
375, 385, 374, 381, 383, 376, 385, 376, 386, 381,
|
|
|
|
|
383, 384, 382, 387, 387, 384, 388, 389, 390, 391,
|
|
|
|
|
391, 392, 389, 394, 396, 398, 393, 392, 386, 388,
|
|
|
|
|
393, 390, 395, 396, 397, 399, 400, 395, 401, 402,
|
|
|
|
|
402, 404, 401, 408, 394, 398, 397, 403, 400, 405,
|
|
|
|
|
405, 409, 403, 399, 407, 407, 410, 411, 412, 409,
|
|
|
|
|
414, 415, 404, 417, 408, 410, 418, 419, 416, 417,
|
|
|
|
|
412, 420, 421, 419, 424, 418, 420, 411, 414, 422,
|
|
|
|
|
414, 415, 416, 423, 426, 425, 421, 422, 425, 423,
|
|
|
|
|
426, 427, 428, 429, 424, 430, 431, 428, 432, 433,
|
|
|
|
|
|
|
|
|
|
431, 434, 435, 432, 436, 427, 434, 438, 426, 439,
|
|
|
|
|
440, 584, 441, 444, 433, 429, 430, 441, 435, 442,
|
|
|
|
|
450, 446, 584, 436, 437, 437, 440, 438, 439, 444,
|
|
|
|
|
437, 443, 437, 448, 442, 445, 443, 446, 455, 447,
|
|
|
|
|
437, 445, 447, 437, 437, 450, 445, 449, 449, 452,
|
|
|
|
|
437, 451, 451, 448, 453, 454, 456, 455, 457, 458,
|
|
|
|
|
459, 460, 467, 457, 452, 461, 453, 468, 458, 464,
|
|
|
|
|
454, 461, 463, 464, 465, 466, 460, 467, 456, 459,
|
|
|
|
|
465, 463, 469, 470, 471, 472, 468, 466, 473, 472,
|
|
|
|
|
474, 475, 474, 476, 476, 478, 469, 477, 470, 475,
|
|
|
|
|
|
|
|
|
|
479, 473, 471, 477, 480, 481, 479, 478, 481, 482,
|
|
|
|
|
483, 484, 485, 486, 484, 483, 480, 487, 495, 488,
|
|
|
|
|
489, 489, 487, 487, 482, 490, 490, 491, 485, 486,
|
|
|
|
|
497, 485, 488, 491, 492, 492, 493, 493, 494, 495,
|
|
|
|
|
496, 500, 498, 499, 494, 496, 499, 501, 502, 497,
|
|
|
|
|
498, 503, 502, 505, 504, 506, 507, 503, 504, 508,
|
|
|
|
|
506, 510, 509, 54, 500, 508, 501, 509, 512, 511,
|
|
|
|
|
514, 505, 511, 513, 513, 510, 507, 511, 515, 516,
|
|
|
|
|
517, 511, 518, 515, 516, 519, 512, 520, 514, 521,
|
|
|
|
|
525, 519, 521, 523, 517, 522, 520, 518, 523, 522,
|
|
|
|
|
|
|
|
|
|
524, 526, 527, 528, 530, 524, 525, 527, 529, 529,
|
|
|
|
|
531, 533, 532, 530, 526, 535, 534, 533, 535, 538,
|
|
|
|
|
539, 522, 534, 528, 532, 536, 531, 537, 536, 540,
|
|
|
|
|
546, 541, 537, 542, 539, 540, 541, 538, 543, 542,
|
|
|
|
|
544, 543, 545, 546, 547, 544, 548, 545, 545, 549,
|
|
|
|
|
550, 551, 553, 552, 555, 549, 552, 547, 553, 555,
|
|
|
|
|
551, 554, 556, 557, 557, 548, 548, 556, 556, 550,
|
|
|
|
|
558, 552, 559, 554, 559, 560, 561, 565, 561, 562,
|
|
|
|
|
563, 564, 566, 567, 568, 569, 570, 567, 571, 572,
|
|
|
|
|
573, 575, 576, 568, 560, 558, 565, 562, 563, 564,
|
|
|
|
|
|
|
|
|
|
569, 572, 566, 574, 570, 573, 577, 571, 578, 574,
|
|
|
|
|
575, 576, 579, 580, 581, 581, 582, 583, 585, 586,
|
|
|
|
|
582, 587, 589, 585, 577, 588, 578, 591, 590, 589,
|
|
|
|
|
579, 594, 580, 590, 591, 586, 583, 592, 588, 593,
|
|
|
|
|
587, 595, 592, 596, 593, 597, 598, 603, 595, 594,
|
|
|
|
|
599, 600, 596, 605, 601, 598, 600, 601, 604, 597,
|
|
|
|
|
602, 603, 599, 606, 602, 607, 611, 604, 605, 608,
|
|
|
|
|
608, 609, 609, 610, 610, 611, 613, 606, 614, 615,
|
|
|
|
|
609, 616, 617, 618, 614, 616, 607, 619, 620, 621,
|
|
|
|
|
622, 623, 53, 619, 617, 613, 620, 624, 626, 615,
|
|
|
|
|
|
|
|
|
|
629, 618, 624, 632, 633, 645, 624, 621, 639, 624,
|
|
|
|
|
633, 623, 632, 626, 634, 622, 624, 629, 634, 624,
|
|
|
|
|
635, 635, 636, 636, 637, 638, 640, 643, 639, 642,
|
|
|
|
|
645, 644, 640, 646, 642, 637, 646, 647, 647, 638,
|
|
|
|
|
641, 641, 641, 648, 641, 649, 649, 641, 643, 644,
|
|
|
|
|
648, 650, 641, 651, 651, 652, 656, 654, 641, 641,
|
|
|
|
|
652, 653, 654, 655, 653, 655, 650, 657, 656, 658,
|
|
|
|
|
659, 661, 660, 658, 662, 662, 666, 663, 665, 661,
|
|
|
|
|
664, 676, 667, 668, 668, 48, 657, 667, 666, 676,
|
|
|
|
|
659, 660, 663, 669, 664, 671, 665, 672, 669, 669,
|
|
|
|
|
|
|
|
|
|
671, 673, 674, 672, 675, 674, 677, 673, 678, 681,
|
|
|
|
|
675, 679, 680, 683, 677, 684, 679, 682, 682, 680,
|
|
|
|
|
686, 685, 683, 684, 688, 689, 678, 685, 681, 691,
|
|
|
|
|
690, 693, 694, 688, 689, 690, 693, 692, 691, 686,
|
|
|
|
|
692, 695, 695, 696, 697, 698, 694, 702, 700, 702,
|
|
|
|
|
704, 700, 703, 703, 698, 705, 706, 709, 696, 700,
|
|
|
|
|
705, 707, 708, 697, 710, 711, 712, 713, 714, 715,
|
|
|
|
|
712, 704, 717, 724, 711, 718, 716, 706, 715, 709,
|
|
|
|
|
719, 707, 708, 721, 710, 713, 719, 714, 716, 718,
|
|
|
|
|
722, 717, 720, 720, 723, 724, 725, 726, 727, 728,
|
|
|
|
|
|
|
|
|
|
729, 730, 731, 721, 727, 730, 729, 733, 732, 734,
|
|
|
|
|
722, 726, 733, 738, 723, 741, 725, 735, 735, 728,
|
|
|
|
|
732, 731, 737, 736, 739, 737, 740, 743, 732, 736,
|
|
|
|
|
734, 738, 740, 742, 742, 741, 744, 739, 745, 745,
|
|
|
|
|
746, 744, 747, 748, 748, 743, 747, 749, 750, 751,
|
|
|
|
|
754, 752, 755, 757, 751, 746, 758, 760, 760, 761,
|
|
|
|
|
762, 763, 767, 761, 765, 913, 755, 764, 750, 749,
|
|
|
|
|
752, 764, 913, 757, 754, 762, 767, 758, 759, 765,
|
|
|
|
|
766, 759, 771, 759, 769, 766, 763, 759, 770, 759,
|
|
|
|
|
768, 775, 770, 774, 759, 768, 768, 771, 769, 759,
|
|
|
|
|
|
|
|
|
|
772, 773, 776, 777, 778, 772, 773, 774, 782, 777,
|
|
|
|
|
778, 783, 775, 779, 779, 772, 776, 780, 781, 787,
|
|
|
|
|
785, 786, 780, 788, 781, 793, 786, 782, 794, 783,
|
|
|
|
|
784, 784, 785, 787, 792, 788, 784, 790, 784, 789,
|
|
|
|
|
789, 800, 790, 791, 793, 795, 795, 794, 792, 784,
|
|
|
|
|
784, 791, 798, 796, 801, 802, 784, 796, 798, 799,
|
|
|
|
|
800, 802, 799, 803, 804, 805, 806, 801, 803, 807,
|
|
|
|
|
808, 809, 810, 811, 805, 806, 808, 812, 811, 813,
|
|
|
|
|
809, 814, 817, 804, 819, 807, 815, 816, 817, 821,
|
|
|
|
|
822, 810, 823, 813, 825, 815, 816, 812, 824, 825,
|
|
|
|
|
|
|
|
|
|
819, 814, 826, 821, 831, 828, 827, 826, 833, 822,
|
|
|
|
|
823, 827, 830, 824, 828, 829, 829, 831, 830, 836,
|
|
|
|
|
834, 837, 836, 838, 833, 834, 834, 835, 835, 839,
|
|
|
|
|
842, 835, 840, 841, 843, 837, 842, 844, 845, 846,
|
|
|
|
|
844, 847, 848, 838, 846, 840, 847, 839, 841, 851,
|
|
|
|
|
849, 850, 854, 858, 843, 849, 850, 853, 848, 845,
|
|
|
|
|
855, 851, 858, 853, 856, 859, 855, 861, 854, 862,
|
|
|
|
|
856, 857, 857, 860, 863, 865, 860, 864, 866, 870,
|
|
|
|
|
874, 865, 867, 859, 866, 861, 868, 867, 862, 871,
|
|
|
|
|
864, 868, 872, 872, 863, 871, 873, 870, 874, 875,
|
|
|
|
|
|
|
|
|
|
876, 877, 875, 878, 879, 873, 880, 881, 882, 884,
|
|
|
|
|
879, 876, 880, 882, 886, 878, 883, 883, 885, 877,
|
|
|
|
|
887, 888, 881, 890, 887, 889, 886, 891, 884, 893,
|
|
|
|
|
894, 894, 885, 896, 889, 897, 899, 898, 902, 888,
|
|
|
|
|
927, 899, 890, 927, 900, 901, 901, 896, 893, 898,
|
|
|
|
|
897, 903, 891, 900, 904, 908, 905, 903, 902, 909,
|
|
|
|
|
904, 905, 906, 907, 906, 910, 911, 912, 907, 908,
|
|
|
|
|
910, 915, 914, 909, 916, 916, 918, 917, 919, 920,
|
|
|
|
|
924, 911, 923, 923, 919, 924, 912, 914, 921, 925,
|
|
|
|
|
915, 917, 926, 921, 918, 928, 925, 931, 930, 920,
|
|
|
|
|
|
|
|
|
|
929, 933, 921, 930, 921, 932, 926, 921, 937, 929,
|
|
|
|
|
932, 935, 935, 928, 936, 940, 931, 938, 941, 936,
|
|
|
|
|
933, 939, 938, 942, 940, 939, 943, 945, 937, 944,
|
|
|
|
|
947, 946, 948, 941, 945, 950, 949, 951, 943, 952,
|
|
|
|
|
953, 950, 942, 946, 944, 956, 954, 957, 958, 947,
|
|
|
|
|
959, 956, 951, 948, 949, 954, 958, 960, 963, 952,
|
|
|
|
|
953, 957, 960, 961, 964, 990, 962, 965, 966, 966,
|
|
|
|
|
959, 962, 962, 969, 968, 961, 990, 963, 964, 970,
|
|
|
|
|
965, 967, 969, 971, 971, 970, 967, 968, 972, 967,
|
|
|
|
|
967, 974, 973, 972, 967, 978, 974, 975, 976, 976,
|
|
|
|
|
|
|
|
|
|
967, 973, 975, 977, 967, 979, 977, 980, 981, 982,
|
|
|
|
|
983, 984, 980, 985, 979, 978, 983, 984, 985, 986,
|
|
|
|
|
987, 994, 981, 986, 988, 988, 989, 982, 989, 987,
|
|
|
|
|
993, 992, 995, 997, 987, 992, 987, 996, 987, 994,
|
|
|
|
|
987, 995, 996, 996, 998, 993, 999, 1000, 1001, 998,
|
|
|
|
|
1002, 1003, 1004, 1006, 1005, 997, 1000, 1004, 1002, 1007,
|
|
|
|
|
999, 1008, 1006, 1011, 1009, 1003, 1017, 1001, 1005, 1009,
|
|
|
|
|
1010, 1010, 1012, 1012, 1013, 1016, 1013, 1007, 1011, 1015,
|
|
|
|
|
1016, 1019, 1015, 1018, 1018, 1017, 1008, 1020, 1020, 1021,
|
|
|
|
|
1022, 1023, 1024, 1024, 1021, 1025, 1027, 1026, 1027, 1030,
|
|
|
|
|
|
|
|
|
|
1029, 1019, 1026, 1029, 1030, 1031, 1034, 1034, 1035, 1032,
|
|
|
|
|
43, 1022, 1023, 1031, 1032, 1025, 1033, 1036, 1037, 1038,
|
|
|
|
|
1045, 1033, 1040, 1036, 1041, 1037, 1035, 1043, 1040, 1042,
|
|
|
|
|
1041, 1044, 1038, 1043, 1042, 1046, 1047, 1047, 1048, 1045,
|
|
|
|
|
1044, 1050, 1051, 1052, 1053, 1054, 1046, 1056, 1057, 1052,
|
|
|
|
|
1053, 1054, 1058, 1056, 1059, 1060, 1061, 1063, 1048, 1062,
|
|
|
|
|
1062, 1050, 1057, 1064, 1065, 1051, 1059, 1068, 1057, 1060,
|
|
|
|
|
1066, 1069, 1058, 1071, 1061, 1066, 1069, 1063, 1067, 1067,
|
|
|
|
|
1072, 1074, 1065, 1075, 1073, 1072, 1072, 1076, 1064, 1074,
|
|
|
|
|
1068, 1077, 1071, 1073, 1079, 1078, 1079, 1075, 1080, 1081,
|
|
|
|
|
|
|
|
|
|
1078, 1084, 1076, 1078, 1082, 1081, 1077, 1083, 1082, 1077,
|
|
|
|
|
1085, 1086, 1080, 1088, 1087, 1089, 1091, 1194, 1083, 1087,
|
|
|
|
|
1084, 1092, 1093, 1093, 1094, 1095, 1096, 1098, 1094, 1086,
|
|
|
|
|
1091, 1088, 1097, 1099, 1100, 1089, 1085, 1101, 1102, 1092,
|
|
|
|
|
14, 1106, 1194, 1095, 1097, 1096, 1098, 1099, 1103, 1100,
|
|
|
|
|
1105, 1104, 1101, 1103, 1107, 1105, 1109, 1102, 1104, 1106,
|
|
|
|
|
1108, 1108, 1110, 1107, 1111, 1112, 1113, 1114, 1110, 1121,
|
|
|
|
|
1112, 1109, 1113, 1114, 1115, 1115, 1116, 1116, 1118, 1118,
|
|
|
|
|
1119, 1120, 1122, 1123, 1119, 1111, 1124, 1121, 1125, 1125,
|
|
|
|
|
1120, 1126, 1127, 1124, 1128, 1129, 1122, 1130, 1123, 1128,
|
|
|
|
|
|
|
|
|
|
1127, 1131, 1133, 13, 1134, 1135, 1131, 1131, 1132, 1129,
|
|
|
|
|
1136, 1126, 1137, 1132, 1132, 1138, 1130, 1139, 1140, 1141,
|
|
|
|
|
1142, 1138, 1133, 1134, 1135, 1141, 1142, 1143, 1144, 1136,
|
|
|
|
|
1145, 1146, 1137, 1148, 1147, 0, 1149, 1140, 1150, 1150,
|
|
|
|
|
1152, 1151, 1188, 1139, 1151, 1188, 1143, 1144, 1147, 1145,
|
|
|
|
|
1146, 1149, 1152, 1154, 1148, 1153, 1153, 1155, 1154, 1156,
|
|
|
|
|
1157, 1155, 1158, 1161, 1159, 1162, 1159, 1163, 1161, 1157,
|
|
|
|
|
1159, 1169, 1156, 1164, 1166, 1158, 1165, 1165, 1167, 1166,
|
|
|
|
|
1162, 1168, 1167, 1159, 1170, 1168, 1171, 1163, 1172, 1164,
|
|
|
|
|
1175, 1169, 1173, 1173, 1172, 1177, 1178, 1179, 1179, 1180,
|
|
|
|
|
|
|
|
|
|
1190, 1178, 1170, 1182, 1182, 1180, 1171, 1185, 1175, 1184,
|
|
|
|
|
1184, 1186, 1189, 1189, 1191, 1193, 1177, 1192, 1192, 1191,
|
|
|
|
|
1196, 1190, 1198, 1185, 1195, 1195, 1197, 1186, 1199, 1199,
|
|
|
|
|
1193, 1197, 1200, 1201, 1196, 1203, 1200, 1198, 1202, 1202,
|
|
|
|
|
1204, 1205, 1206, 1207, 1210, 1205, 1209, 1209, 1207, 1211,
|
|
|
|
|
1212, 1204, 1213, 1201, 1214, 1215, 1215, 1203, 1217, 1216,
|
|
|
|
|
1218, 1206, 1210, 1211, 1216, 1219, 1213, 1220, 1221, 1212,
|
|
|
|
|
1212, 1222, 1220, 1222, 1219, 1225, 1223, 1224, 1217, 1214,
|
|
|
|
|
1218, 1223, 1228, 1224, 1226, 1229, 1229, 1230, 1221, 1233,
|
|
|
|
|
1226, 1231, 1234, 1234, 1236, 1225, 1228, 1231, 1235, 1235,
|
|
|
|
|
|
|
|
|
|
1237, 1238, 1239, 1240, 1240, 1239, 1230, 1241, 1236, 1242,
|
|
|
|
|
1248, 1251, 1251, 1233, 1243, 1244, 1238, 1243, 1237, 1241,
|
|
|
|
|
1243, 1244, 1245, 1247, 1246, 1252, 1252, 1245, 1247, 1242,
|
|
|
|
|
1250, 1249, 1243, 1246, 1249, 1248, 1250, 1253, 1254, 1255,
|
|
|
|
|
1256, 1257, 1253, 1258, 1259, 1262, 1266, 1260, 1261, 1258,
|
|
|
|
|
1259, 1254, 1260, 1263, 1261, 1264, 1264, 1255, 1263, 1256,
|
|
|
|
|
1265, 1257, 1267, 1268, 1266, 1265, 1269, 1270, 1262, 1273,
|
|
|
|
|
1274, 1275, 1271, 1272, 1276, 1273, 1277, 1279, 1279, 1280,
|
|
|
|
|
1269, 1270, 1267, 1268, 1271, 1283, 1272, 1281, 1276, 1284,
|
|
|
|
|
1274, 1275, 1281, 1282, 1282, 1285, 1286, 1277, 1287, 1280,
|
|
|
|
|
|
|
|
|
|
1283, 1288, 1289, 1284, 1291, 1295, 1290, 1287, 1293, 1289,
|
|
|
|
|
1296, 1296, 1297, 1297, 1286, 1290, 1288, 1300, 1290, 1285,
|
|
|
|
|
1291, 1298, 1301, 1293, 1298, 1299, 1299, 1301, 1293, 1302,
|
|
|
|
|
1295, 1303, 1304, 1306, 1305, 1307, 1300, 1308, 1308, 1309,
|
|
|
|
|
1303, 1307, 1306, 1305, 1310, 1302, 1305, 1311, 1312, 1314,
|
|
|
|
|
1313, 1304, 1316, 1317, 1318, 1318, 1319, 1310, 1320, 1309,
|
|
|
|
|
1324, 1314, 1312, 1321, 1323, 1311, 1313, 1320, 1321, 1322,
|
|
|
|
|
1322, 1317, 1319, 1323, 1325, 1326, 1323, 1316, 1324, 1330,
|
|
|
|
|
1327, 1329, 1331, 1331, 1322, 1327, 1327, 1329, 1332, 1337,
|
|
|
|
|
1338, 1333, 1334, 1326, 1332, 1325, 1333, 1330, 1334, 1335,
|
|
|
|
|
|
|
|
|
|
1339, 1340, 1344, 1345, 1338, 1335, 1339, 1341, 1351, 1337,
|
|
|
|
|
1341, 1346, 1347, 1348, 1340, 1350, 1341, 1349, 1352, 1346,
|
|
|
|
|
1353, 1344, 1345, 1349, 1354, 1347, 1351, 1348, 1350, 1355,
|
|
|
|
|
1354, 1356, 1359, 1353, 1358, 1358, 1360, 1352, 1361, 1362,
|
|
|
|
|
1360, 1363, 1364, 1361, 1362, 1355, 1363, 1365, 1367, 1356,
|
|
|
|
|
1369, 1364, 1359, 1368, 1368, 1370, 1371, 1372, 1372, 1373,
|
|
|
|
|
1375, 1374, 1376, 1367, 1377, 1378, 1380, 1370, 1374, 1369,
|
|
|
|
|
1365, 1379, 1375, 1373, 1376, 1371, 1381, 1379, 1380, 0,
|
|
|
|
|
1382, 1383, 1383, 1377, 1384, 1378, 1382, 1384, 1385, 1385,
|
|
|
|
|
1387, 1388, 1389, 1389, 1381, 1387, 1390, 1391, 1392, 1391,
|
|
|
|
|
|
|
|
|
|
1388, 1392, 1393, 1394, 1397, 1395, 1396, 1398, 1390, 1397,
|
|
|
|
|
1401, 1402, 1400, 1404, 1399, 1401, 1398, 1403, 1405, 1405,
|
|
|
|
|
1402, 1407, 1393, 1395, 1396, 1394, 1399, 1400, 1404, 1406,
|
|
|
|
|
1408, 1409, 1410, 1402, 1410, 1406, 1414, 1403, 1411, 1411,
|
|
|
|
|
1412, 1412, 1407, 1413, 1413, 1415, 1415, 1416, 1417, 1408,
|
|
|
|
|
1419, 1409, 1418, 1418, 1419, 1420, 1414, 1421, 1423, 1424,
|
|
|
|
|
1421, 1420, 1426, 1427, 1423, 1425, 1427, 1431, 1416, 1417,
|
|
|
|
|
1430, 1425, 1428, 1428, 1429, 1429, 1430, 1424, 1432, 1431,
|
|
|
|
|
1431, 1431, 1433, 1434, 1435, 1437, 1431, 1426, 1440, 1434,
|
|
|
|
|
1437, 1437, 1438, 1439, 1441, 1439, 1443, 1442, 1432, 1440,
|
|
|
|
|
|
|
|
|
|
1444, 1445, 1433, 1442, 1435, 1443, 1438, 1446, 1446, 1441,
|
|
|
|
|
1447, 1448, 1448, 1449, 1455, 1450, 1451, 1451, 1452, 1452,
|
|
|
|
|
1444, 1457, 1445, 1455, 1458, 1458, 1459, 1460, 1462, 1461,
|
|
|
|
|
1463, 1463, 1464, 1449, 1460, 1465, 1447, 1450, 1461, 1467,
|
|
|
|
|
1468, 1459, 1457, 1469, 1467, 1470, 1468, 1471, 1476, 1472,
|
|
|
|
|
1478, 1465, 1470, 1471, 1462, 1472, 1473, 1473, 1464, 1474,
|
|
|
|
|
1475, 1477, 1478, 1469, 1474, 1480, 1481, 1479, 1476, 1475,
|
|
|
|
|
1479, 1482, 1482, 1483, 1484, 1485, 1488, 1486, 1489, 1483,
|
|
|
|
|
1477, 1486, 1491, 1480, 1492, 1493, 1499, 1494, 1492, 1500,
|
|
|
|
|
1485, 1493, 1481, 1489, 1484, 1488, 1494, 1486, 1495, 1495,
|
|
|
|
|
|
|
|
|
|
1496, 1491, 1497, 1500, 1496, 1498, 1498, 1499, 1501, 1502,
|
|
|
|
|
1503, 1504, 1504, 1497, 1506, 1505, 1503, 1508, 1497, 1505,
|
|
|
|
|
1507, 1507, 1508, 1508, 1511, 1506, 1509, 1510, 1501, 1502,
|
|
|
|
|
1506, 1512, 1509, 1510, 1513, 1515, 1517, 1516, 1518, 1519,
|
|
|
|
|
1513, 1516, 1520, 1512, 1522, 1519, 1521, 1515, 1517, 1524,
|
|
|
|
|
1511, 1525, 1521, 1526, 1528, 1532, 1522, 1528, 1526, 1529,
|
|
|
|
|
1529, 1524, 0, 1518, 1520, 1530, 1530, 1531, 1531, 1535,
|
|
|
|
|
1525, 1533, 1534, 1536, 1535, 1532, 1537, 1533, 1534, 1536,
|
|
|
|
|
1541, 1539, 1542, 1541, 1544, 1537, 1539, 1545, 1546, 1547,
|
|
|
|
|
1547, 1548, 1549, 1546, 1542, 1552, 1544, 1549, 1550, 1545,
|
|
|
|
|
|
|
|
|
|
1548, 1551, 1551, 1550, 1553, 1554, 1555, 1556, 1559, 1557,
|
|
|
|
|
1558, 1556, 1562, 1553, 1557, 1552, 1558, 1561, 1561, 1563,
|
|
|
|
|
1565, 1566, 1559, 1554, 1564, 1555, 1569, 1569, 1563, 1561,
|
|
|
|
|
1562, 1571, 1565, 1564, 1566, 1572, 1575, 1574, 1576, 1577,
|
|
|
|
|
1578, 1578, 1584, 1579, 1576, 1579, 1581, 1571, 1580, 1580,
|
|
|
|
|
1575, 1572, 1574, 1583, 1581, 1586, 1577, 1585, 1585, 1587,
|
|
|
|
|
1583, 1588, 1584, 1589, 1586, 1590, 1591, 1592, 1593, 1595,
|
|
|
|
|
1598, 1596, 0, 1588, 1593, 1589, 1599, 1590, 1597, 1597,
|
|
|
|
|
1587, 1600, 1592, 1596, 1600, 1601, 1602, 1593, 1598, 1595,
|
|
|
|
|
1601, 1606, 1591, 1604, 1607, 1605, 1599, 1605, 1604, 1607,
|
|
|
|
|
|
|
|
|
|
1608, 1610, 1611, 1613, 1611, 1615, 1602, 1608, 1616, 1606,
|
|
|
|
|
1610, 1614, 1614, 1616, 1617, 1618, 1617, 1613, 1619, 1620,
|
|
|
|
|
1618, 1621, 1622, 1619, 1623, 1624, 1625, 1627, 1622, 1623,
|
|
|
|
|
1628, 1615, 1629, 1629, 1625, 1630, 1630, 1620, 1624, 1631,
|
|
|
|
|
1632, 1621, 1633, 1636, 1628, 1634, 1627, 1635, 1633, 1635,
|
|
|
|
|
1634, 1636, 1637, 1637, 1631, 1638, 1639, 1639, 1643, 1636,
|
|
|
|
|
1632, 1640, 1640, 1641, 1642, 1645, 1642, 1638, 1644, 1644,
|
|
|
|
|
1646, 1648, 1641, 1649, 1645, 1641, 1650, 1652, 1649, 1643,
|
|
|
|
|
1653, 1650, 1646, 1648, 1654, 1655, 1658, 1659, 1656, 1660,
|
|
|
|
|
1652, 1662, 1659, 1664, 1660, 1665, 1666, 1662, 1658, 1664,
|
|
|
|
|
|
|
|
|
|
1653, 1667, 1654, 1655, 1656, 1668, 1669, 1669, 1670, 1672,
|
|
|
|
|
1662, 1666, 1671, 1671, 1668, 1673, 1674, 1670, 1665, 1673,
|
|
|
|
|
1675, 1674, 1681, 0, 1676, 1677, 1667, 1680, 1672, 1676,
|
|
|
|
|
1676, 1677, 1678, 1675, 1679, 1680, 1686, 1679, 1678, 1684,
|
|
|
|
|
1684, 1689, 1681, 1685, 1685, 1686, 1687, 1687, 1688, 1688,
|
|
|
|
|
1690, 1691, 1698, 1689, 1692, 1693, 1693, 1691, 1685, 1692,
|
|
|
|
|
1694, 1695, 1697, 1701, 1703, 1694, 1697, 1695, 1690, 1685,
|
|
|
|
|
1699, 1702, 1698, 1705, 1699, 1704, 1702, 1706, 1705, 1709,
|
|
|
|
|
1707, 1708, 1708, 1709, 1710, 1712, 1711, 1703, 1701, 1713,
|
|
|
|
|
1704, 1711, 1714, 1715, 1715, 1706, 1707, 1714, 1717, 1710,
|
|
|
|
|
|
|
|
|
|
1718, 1719, 1720, 1721, 1722, 1726, 1723, 1724, 1713, 1727,
|
|
|
|
|
1727, 1712, 1728, 0, 1729, 1728, 1730, 1717, 1723, 1718,
|
|
|
|
|
1726, 1731, 1721, 0, 1719, 1722, 1720, 1729, 1724, 1735,
|
|
|
|
|
1730, 1732, 1732, 1736, 1731, 1733, 1733, 1734, 1734, 1737,
|
|
|
|
|
1737, 1738, 1739, 1739, 1735, 1743, 1736, 1740, 1744, 1742,
|
|
|
|
|
1738, 1745, 1740, 1738, 1742, 1746, 1746, 1747, 1747, 1748,
|
|
|
|
|
1749, 1749, 1750, 1745, 1754, 1743, 1751, 1751, 1744, 1752,
|
|
|
|
|
1752, 1753, 1756, 1757, 1757, 1758, 1765, 1756, 1748, 1760,
|
|
|
|
|
1750, 1759, 1759, 1754, 1761, 1753, 1762, 1763, 1763, 1762,
|
|
|
|
|
1761, 1764, 1764, 1766, 1758, 1765, 1767, 1760, 1768, 1768,
|
|
|
|
|
|
|
|
|
|
1770, 1771, 1772, 1763, 1775, 1773, 1774, 1774, 1766, 1773,
|
|
|
|
|
1776, 1777, 1779, 1779, 1780, 1767, 1782, 1772, 1783, 1783,
|
|
|
|
|
1770, 1781, 1784, 1775, 1771, 1776, 1777, 1785, 1781, 1785,
|
|
|
|
|
1788, 1784, 1787, 1789, 1780, 1788, 1790, 1791, 1789, 1792,
|
|
|
|
|
1793, 1794, 1782, 1795, 1787, 1793, 1794, 1796, 1795, 1797,
|
|
|
|
|
1791, 1798, 1799, 1808, 1797, 1800, 1804, 1801, 1802, 1803,
|
|
|
|
|
1792, 1790, 1796, 1805, 1800, 1799, 1801, 1802, 1803, 1805,
|
|
|
|
|
1804, 1806, 1810, 1808, 1812, 1806, 1798, 1811, 1811, 1814,
|
|
|
|
|
1812, 1810, 1813, 1813, 1816, 1820, 1817, 1818, 1818, 1819,
|
|
|
|
|
1823, 1813, 1824, 1822, 1820, 1827, 1825, 1829, 1827, 1814,
|
|
|
|
|
|
|
|
|
|
1816, 1814, 1817, 1830, 1819, 1822, 1823, 1824, 1825, 1828,
|
|
|
|
|
1831, 1831, 1833, 1833, 1828, 1830, 1834, 1829, 1835, 1834,
|
|
|
|
|
1836, 1837, 1839, 1835, 1838, 1838, 1836, 1837, 1840, 1840,
|
|
|
|
|
1841, 1842, 1843, 1844, 1844, 1846, 1839, 1847, 1850, 1846,
|
|
|
|
|
1847, 1849, 1841, 1848, 1848, 1842, 1849, 1853, 1851, 1854,
|
|
|
|
|
1855, 1843, 1851, 1856, 1857, 1858, 1859, 1856, 1850, 1860,
|
|
|
|
|
1858, 1861, 1859, 1864, 1855, 1860, 1863, 1853, 1864, 1854,
|
|
|
|
|
1865, 1867, 1866, 1867, 1857, 1870, 1865, 1871, 1871, 1861,
|
|
|
|
|
1866, 1872, 1863, 1873, 1872, 1874, 1874, 1876, 1877, 1870,
|
|
|
|
|
1878, 1876, 1879, 1879, 1877, 1880, 1883, 1883, 1885, 1896,
|
|
|
|
|
|
|
|
|
|
1888, 1889, 1878, 1897, 1880, 1888, 1889, 1890, 1890, 1873,
|
|
|
|
|
1892, 1892, 1894, 1895, 1895, 1896, 1885, 1898, 1894, 1900,
|
|
|
|
|
1901, 1904, 1898, 1902, 1902, 1897, 1906, 1905, 1907, 1910,
|
|
|
|
|
1904, 1911, 1901, 1905, 1909, 1909, 1913, 1913, 1900, 1914,
|
|
|
|
|
1914, 1915, 1917, 1907, 1906, 1916, 1915, 1916, 1910, 1911,
|
|
|
|
|
1918, 1925, 1919, 1920, 1920, 1924, 1917, 1919, 1921, 1921,
|
|
|
|
|
1922, 1922, 1923, 1923, 1918, 1926, 1926, 1924, 1928, 1925,
|
|
|
|
|
1927, 1927, 1929, 1929, 1930, 1930, 1931, 1931, 1932, 1933,
|
|
|
|
|
1928, 1934, 1935, 1936, 1937, 1939, 1933, 1940, 1936, 1941,
|
|
|
|
|
1932, 1938, 1938, 1934, 1939, 1942, 1943, 1944, 1945, 1945,
|
|
|
|
|
|
|
|
|
|
1947, 1946, 1935, 1948, 1937, 1950, 1951, 1952, 1942, 1941,
|
|
|
|
|
1946, 1944, 1954, 1940, 1953, 1947, 1955, 1953, 1948, 1956,
|
|
|
|
|
1943, 1955, 1963, 1950, 1956, 1965, 1954, 1967, 1951, 1969,
|
|
|
|
|
1952, 1957, 1957, 1958, 1958, 1959, 1959, 1962, 1962, 1964,
|
|
|
|
|
1963, 1968, 1970, 1971, 1965, 1972, 1973, 1967, 1974, 1974,
|
|
|
|
|
1964, 1969, 1971, 1976, 1976, 1978, 1978, 1977, 1979, 1968,
|
|
|
|
|
1980, 1981, 1970, 1983, 1973, 1972, 1977, 1982, 1981, 1984,
|
|
|
|
|
1985, 1986, 1987, 1987, 1988, 1988, 1979, 1989, 1980, 1990,
|
|
|
|
|
1991, 1983, 1982, 1989, 1992, 1994, 1985, 1984, 1993, 1995,
|
|
|
|
|
1986, 1996, 1997, 1993, 1997, 1991, 1996, 1990, 1998, 1998,
|
|
|
|
|
|
|
|
|
|
1999, 2002, 1999, 1992, 2004, 1994, 2000, 2000, 2005, 1995,
|
|
|
|
|
2006, 2009, 2010, 2004, 2013, 2010, 2011, 2011, 2012, 2015,
|
|
|
|
|
2002, 2014, 2014, 2015, 2017, 2020, 2018, 2022, 2005, 2006,
|
|
|
|
|
2018, 2009, 2013, 2012, 2019, 2019, 2023, 2036, 2020, 2017,
|
|
|
|
|
2024, 2024, 2026, 2026, 2027, 2028, 2028, 2022, 2029, 2030,
|
|
|
|
|
2030, 2035, 2035, 2029, 2037, 2038, 2023, 2039, 2044, 2036,
|
|
|
|
|
2043, 2047, 2046, 2027, 2045, 2043, 2039, 2037, 2038, 2045,
|
|
|
|
|
2046, 2048, 2044, 2050, 2053, 2058, 2051, 2052, 2059, 2048,
|
|
|
|
|
2047, 2051, 2052, 2054, 2054, 2055, 2055, 2056, 2050, 2053,
|
|
|
|
|
2057, 2060, 2063, 2058, 2056, 2057, 2059, 2060, 2061, 2062,
|
|
|
|
|
|
|
|
|
|
2062, 2064, 2069, 2061, 2065, 2065, 2064, 2063, 2066, 2066,
|
|
|
|
|
2070, 2071, 0, 2070, 2072, 2069, 2071, 2071, 2073, 2072,
|
|
|
|
|
2074, 2075, 2076, 2073, 2077, 2075, 2074, 2076, 2078, 2079,
|
|
|
|
|
2080, 2083, 2081, 2077, 2083, 2080, 2085, 2079, 2087, 2088,
|
|
|
|
|
2086, 2085, 2089, 2078, 2081, 2086, 2090, 2091, 2091, 2092,
|
|
|
|
|
2095, 2089, 2088, 2096, 2100, 2090, 2087, 2097, 2092, 2098,
|
|
|
|
|
2098, 2099, 2101, 2100, 2102, 2102, 2103, 2105, 2107, 2095,
|
|
|
|
|
2108, 2111, 2109, 2096, 2108, 2128, 2097, 2101, 2109, 2111,
|
|
|
|
|
2099, 2112, 2105, 2110, 2110, 2103, 2112, 2114, 2107, 2115,
|
|
|
|
|
2117, 2118, 2119, 2130, 2117, 2128, 2114, 2121, 2121, 2122,
|
|
|
|
|
|
|
|
|
|
2122, 2158, 2115, 2123, 2123, 2118, 2158, 2119, 2126, 2126,
|
|
|
|
|
2131, 2131, 2138, 2130, 2132, 2132, 2133, 2133, 2134, 2135,
|
|
|
|
|
2135, 2134, 2136, 2136, 2137, 2137, 2140, 2138, 2139, 2139,
|
|
|
|
|
2142, 2141, 2143, 2143, 2144, 2147, 2142, 2148, 2144, 2149,
|
|
|
|
|
2147, 2147, 2150, 2151, 2140, 2141, 2152, 2153, 2160, 2151,
|
|
|
|
|
2154, 2160, 2152, 2159, 2154, 2155, 2155, 2162, 2164, 2149,
|
|
|
|
|
2148, 2159, 2150, 2163, 2165, 2166, 2163, 2167, 0, 2165,
|
|
|
|
|
2168, 2170, 2153, 2169, 2169, 2164, 2164, 2171, 2172, 2173,
|
|
|
|
|
2173, 2179, 2162, 2166, 2168, 2171, 2177, 2167, 2174, 2174,
|
|
|
|
|
2170, 2175, 2175, 2176, 2176, 2178, 2180, 2172, 2181, 2182,
|
|
|
|
|
|
|
|
|
|
2178, 2179, 2177, 2183, 2185, 2185, 2186, 2181, 2187, 2186,
|
|
|
|
|
2189, 2189, 2192, 2190, 2191, 2191, 2193, 2192, 2195, 2182,
|
|
|
|
|
2190, 2198, 2180, 2183, 2199, 2193, 2187, 2196, 2196, 2197,
|
|
|
|
|
2198, 2201, 2200, 2197, 2202, 2208, 2195, 2200, 2200, 2199,
|
|
|
|
|
2206, 2206, 2207, 2202, 2201, 2211, 2213, 2208, 2215, 2217,
|
|
|
|
|
2219, 2207, 2218, 2218, 2217, 2221, 2224, 2224, 2213, 2219,
|
|
|
|
|
2221, 2222, 2222, 2225, 2225, 2222, 2226, 2226, 2227, 2215,
|
|
|
|
|
2211, 2228, 2232, 2229, 2230, 2233, 2234, 2227, 2232, 2230,
|
|
|
|
|
2233, 2234, 2235, 2235, 2236, 2237, 2239, 2241, 2238, 2240,
|
|
|
|
|
2244, 2228, 2229, 2238, 2247, 2240, 2242, 2242, 2245, 2246,
|
|
|
|
|
|
|
|
|
|
2246, 2248, 2236, 2251, 2239, 2252, 2237, 2247, 2250, 2244,
|
|
|
|
|
2253, 2249, 2241, 2245, 2248, 2249, 2254, 2250, 2253, 2251,
|
|
|
|
|
2255, 2254, 2256, 2256, 2252, 2257, 2259, 2259, 2260, 2260,
|
|
|
|
|
2262, 2264, 2264, 2265, 2266, 2268, 2268, 2269, 2270, 2266,
|
|
|
|
|
2271, 2273, 2273, 2276, 2257, 2281, 2255, 2279, 2274, 2265,
|
|
|
|
|
2280, 2262, 2277, 2277, 2278, 2278, 2279, 2269, 2283, 2271,
|
|
|
|
|
2282, 2270, 2274, 2290, 2281, 2276, 2284, 2284, 2285, 2291,
|
|
|
|
|
2280, 2285, 2282, 2286, 2286, 2290, 2292, 2295, 2283, 2293,
|
|
|
|
|
2293, 2294, 2292, 2295, 2294, 2296, 2298, 2299, 2300, 2291,
|
|
|
|
|
2301, 2298, 2299, 2302, 2303, 2303, 2301, 2305, 2305, 2306,
|
|
|
|
|
|
|
|
|
|
2308, 2308, 2311, 2296, 2309, 2309, 2323, 2300, 2310, 2312,
|
|
|
|
|
2302, 2302, 2316, 2310, 2312, 2321, 2311, 2316, 2306, 2313,
|
|
|
|
|
2313, 2314, 2314, 2315, 2315, 2318, 2318, 2327, 2323, 2324,
|
|
|
|
|
2324, 2326, 2326, 2328, 2321, 2329, 2330, 2330, 2331, 2335,
|
|
|
|
|
2334, 2327, 2336, 2331, 2329, 2335, 2337, 2337, 2340, 2341,
|
|
|
|
|
2336, 2338, 2342, 2328, 2334, 2343, 2338, 2342, 2344, 2347,
|
|
|
|
|
2348, 2349, 2346, 2351, 2344, 2350, 2353, 2343, 2340, 2341,
|
|
|
|
|
2346, 2352, 2354, 2357, 2360, 2360, 0, 2354, 2347, 2351,
|
|
|
|
|
2348, 2349, 2362, 2350, 2361, 2361, 2362, 2353, 2352, 2352,
|
|
|
|
|
2366, 2366, 2373, 2357, 2368, 2368, 2369, 2369, 2370, 2369,
|
|
|
|
|
|
|
|
|
|
2372, 2372, 2370, 2374, 2376, 2376, 2377, 2378, 2379, 2381,
|
|
|
|
|
2373, 2378, 2382, 2377, 2383, 2383, 2386, 2374, 2384, 2384,
|
|
|
|
|
2388, 2382, 2391, 2379, 2385, 2385, 2392, 2381, 2387, 2388,
|
|
|
|
|
2389, 2386, 2388, 2387, 2390, 2389, 2389, 2393, 2394, 2395,
|
|
|
|
|
2390, 2392, 2396, 2394, 2395, 2397, 2397, 2391, 2400, 2400,
|
|
|
|
|
2403, 2403, 2404, 2404, 2405, 2405, 2407, 2411, 2393, 2408,
|
|
|
|
|
2408, 2396, 2410, 2410, 2412, 2407, 2413, 2413, 2414, 2415,
|
|
|
|
|
2415, 2418, 2411, 2420, 2419, 2422, 2412, 2419, 2421, 2421,
|
|
|
|
|
2425, 2424, 2426, 2414, 2424, 2427, 2425, 2428, 2430, 2418,
|
|
|
|
|
2427, 2429, 2436, 2422, 2439, 2436, 2426, 2440, 2441, 2420,
|
|
|
|
|
|
|
|
|
|
2442, 2440, 2444, 2446, 2430, 2445, 2428, 2448, 2446, 2429,
|
|
|
|
|
2447, 2450, 2447, 2451, 2442, 2452, 2445, 2439, 2441, 2449,
|
|
|
|
|
2449, 2453, 2448, 2454, 2450, 2444, 2455, 2456, 2457, 2458,
|
|
|
|
|
2458, 2459, 2451, 2452, 2460, 2460, 2464, 2453, 2461, 2461,
|
|
|
|
|
2459, 2455, 2457, 2462, 2462, 2463, 2463, 2456, 2454, 2465,
|
|
|
|
|
2466, 2467, 2468, 2466, 2469, 2464, 2467, 2468, 2470, 2471,
|
|
|
|
|
2472, 2473, 2473, 2474, 2483, 2471, 2476, 2478, 2484, 2465,
|
|
|
|
|
2481, 2481, 2483, 2470, 2472, 2482, 2482, 2485, 2486, 2469,
|
|
|
|
|
2487, 2476, 2474, 2485, 2486, 2478, 2488, 2484, 2489, 2491,
|
|
|
|
|
2492, 2493, 2495, 2496, 2487, 2493, 2497, 2498, 2496, 2488,
|
|
|
|
|
|
|
|
|
|
2499, 2500, 2504, 2501, 2492, 2503, 2502, 2489, 2501, 2491,
|
|
|
|
|
2498, 2502, 2495, 2499, 2506, 2497, 2505, 2505, 2507, 2506,
|
|
|
|
|
2500, 2504, 2509, 2503, 2507, 2508, 2508, 2509, 2510, 2511,
|
|
|
|
|
2512, 2513, 2517, 2510, 2511, 2514, 2517, 2513, 2515, 2515,
|
|
|
|
|
2514, 2518, 2520, 2519, 2521, 2522, 2523, 2525, 2525, 2512,
|
|
|
|
|
2519, 2522, 2529, 2524, 2527, 2527, 2530, 2529, 2528, 2531,
|
|
|
|
|
2518, 2520, 2537, 2521, 2532, 2523, 2524, 2528, 2533, 2533,
|
|
|
|
|
2528, 2534, 2535, 2538, 2538, 2530, 2534, 2532, 2531, 2539,
|
|
|
|
|
2540, 2540, 2541, 2541, 2542, 2535, 2543, 2544, 2537, 2542,
|
|
|
|
|
2545, 2545, 2546, 2543, 2547, 2549, 2547, 2546, 2539, 2548,
|
|
|
|
|
|
|
|
|
|
2548, 2550, 2549, 2551, 2552, 2553, 2544, 2556, 2550, 2552,
|
|
|
|
|
2555, 2555, 2558, 2559, 2560, 2561, 2565, 2558, 2559, 2562,
|
|
|
|
|
2562, 2566, 2551, 0, 2553, 0, 2556, 2564, 2564, 2567,
|
|
|
|
|
2567, 2568, 2568, 2560, 2561, 2565, 2569, 2571, 2571, 2573,
|
|
|
|
|
2566, 2572, 2572, 2569, 2575, 2578, 2573, 2579, 2580, 2575,
|
|
|
|
|
2578, 2581, 2581, 2582, 2582, 0, 0, 0, 0, 0,
|
|
|
|
|
0, 0, 0, 0, 0, 0, 2579, 2580, 2586, 2586,
|
|
|
|
|
2586, 2586, 2586, 2586, 2586, 2587, 2587, 2587, 2587, 2587,
|
|
|
|
|
2587, 2587, 2588, 2588, 2588, 2588, 2588, 2588, 2588, 2589,
|
|
|
|
|
2589, 2589, 2589, 2589, 2589, 2589, 2590, 2590, 2590, 2590,
|
|
|
|
|
|
|
|
|
|
2590, 2590, 2590, 2592, 2592, 0, 2592, 2592, 2592, 2592,
|
|
|
|
|
2593, 2593, 0, 0, 0, 2593, 2593, 2594, 2594, 0,
|
|
|
|
|
0, 2594, 0, 2594, 2595, 0, 0, 0, 0, 0,
|
|
|
|
|
2595, 2596, 2596, 0, 0, 0, 2596, 2596, 2597, 0,
|
|
|
|
|
0, 0, 0, 0, 2597, 2598, 2598, 0, 2598, 2598,
|
|
|
|
|
2598, 2598, 2599, 2599, 0, 2599, 2599, 2599, 2599, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585,
|
|
|
|
|
2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585, 2585
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
|
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yy_flex_debug;
|
|
|
|
|
int yy_flex_debug = 0;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The intent behind this definition is that it'll catch
|
|
|
|
|
* any uses of REJECT which flex missed.
|
|
|
|
|
*/
|
|
|
|
|
#define REJECT reject_used_but_not_detected
|
|
|
|
|
static int yy_more_flag = 0;
|
|
|
|
|
static int yy_more_len = 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
#define yymore() ((yy_more_flag) = 1)
|
|
|
|
|
#define YY_MORE_ADJ (yy_more_len)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
char *yytext;
|
2012-01-10 10:07:16 -05:00
|
|
|
#line 1 "./util/configlexer.lex"
|
|
|
|
|
#line 2 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
/*
|
|
|
|
|
* configlexer.lex - lexical analyzer for unbound config file
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
|
|
|
|
|
*
|
|
|
|
|
* See LICENSE for the license.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2016-09-13 06:44:24 -04:00
|
|
|
|
|
|
|
|
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
|
2016-10-20 03:46:35 -04:00
|
|
|
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
|
2016-09-13 06:44:24 -04:00
|
|
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
2016-10-20 03:46:35 -04:00
|
|
|
#endif
|
2016-09-13 06:44:24 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <strings.h>
|
2012-09-27 04:52:37 -04:00
|
|
|
#ifdef HAVE_GLOB_H
|
|
|
|
|
# include <glob.h>
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#include "util/config_file.h"
|
|
|
|
|
#include "util/configparser.h"
|
|
|
|
|
void ub_c_error(const char *message);
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
|
|
|
|
#else
|
|
|
|
|
#define LEXOUT(s)
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
|
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
|
|
|
#define YDVAR(nargs, var) \
|
|
|
|
|
num_args=(nargs); \
|
|
|
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
|
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
|
|
|
return (var);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 186 "./util/configlexer.lex"
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#define YY_NO_UNPUT 1
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
|
|
|
|
#ifndef YY_NO_INPUT
|
|
|
|
|
#define YY_NO_INPUT 1
|
|
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 2619 "<stdout>"
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
#define INITIAL 0
|
2007-10-18 18:49:08 -04:00
|
|
|
#define quotedstring 1
|
2007-11-28 03:10:45 -05:00
|
|
|
#define singlequotedstr 2
|
|
|
|
|
#define include 3
|
|
|
|
|
#define include_quoted 4
|
2009-02-06 05:19:16 -05:00
|
|
|
#define val 5
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_NO_UNISTD_H
|
|
|
|
|
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
|
|
|
|
* down here because we want the user's section 1 to have been scanned first.
|
|
|
|
|
* The user has a chance to override it with an option.
|
|
|
|
|
*/
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXTRA_TYPE
|
|
|
|
|
#define YY_EXTRA_TYPE void *
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void );
|
|
|
|
|
|
|
|
|
|
/* Accessor methods to globals.
|
|
|
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
|
|
|
|
|
|
int yylex_destroy (void );
|
|
|
|
|
|
|
|
|
|
int yyget_debug (void );
|
|
|
|
|
|
|
|
|
|
void yyset_debug (int debug_flag );
|
|
|
|
|
|
|
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
|
|
|
|
|
|
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
|
|
|
|
|
|
FILE *yyget_in (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
FILE *yyget_out (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
char *yyget_text (void );
|
|
|
|
|
|
|
|
|
|
int yyget_lineno (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
|
|
|
#ifndef ECHO
|
|
|
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
|
|
|
* we now use fwrite().
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
|
|
|
|
* is returned in "result".
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_INPUT
|
|
|
|
|
#define YY_INPUT(buf,result,max_size) \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
2007-10-18 18:49:08 -04:00
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
int c = '*'; \
|
2018-02-13 05:35:09 -05:00
|
|
|
int n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2018-02-13 05:35:09 -05:00
|
|
|
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
|
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
|
|
|
* some compilers to complain about unreachable statements.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef yyterminate
|
|
|
|
|
#define yyterminate() return YY_NULL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
|
|
|
#ifndef YY_START_STACK_INCR
|
|
|
|
|
#define YY_START_STACK_INCR 25
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Report a fatal error. */
|
|
|
|
|
#ifndef YY_FATAL_ERROR
|
|
|
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
|
|
|
* have been set up.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_USER_ACTION
|
|
|
|
|
#define YY_USER_ACTION
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Code executed at the end of each rule. */
|
|
|
|
|
#ifndef YY_BREAK
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 206 "./util/configlexer.lex"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 2842 "<stdout>"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = 0;
|
|
|
|
|
if ( (yy_more_flag) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
|
|
|
|
|
(yy_more_flag) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Support of yytext. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_bp points to the position in yy_ch_buf of the start of
|
|
|
|
|
* the current run.
|
|
|
|
|
*/
|
|
|
|
|
yy_bp = yy_cp;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_match:
|
|
|
|
|
do
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-04-17 09:23:35 -04:00
|
|
|
if ( yy_current_state >= 2586 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
++yy_cp;
|
|
|
|
|
}
|
2018-04-17 09:23:35 -04:00
|
|
|
while ( yy_base[yy_current_state] != 5060 );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_find_action:
|
|
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
if ( yy_act == 0 )
|
|
|
|
|
{ /* have to back up */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
YY_DO_BEFORE_ACTION;
|
|
|
|
|
|
|
|
|
|
do_action: /* This label is used only to access EOF actions. */
|
|
|
|
|
|
|
|
|
|
switch ( yy_act )
|
|
|
|
|
{ /* beginning of action switch */
|
|
|
|
|
case 0: /* must back up */
|
|
|
|
|
/* undo the effects of YY_DO_BEFORE_ACTION */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 207 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SP ")); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 2:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 209 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
2009-12-01 03:12:12 -05:00
|
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
2009-02-06 05:19:16 -05:00
|
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 3:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 212 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ YDVAR(0, VAR_SERVER) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 4:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 213 "./util/configlexer.lex"
|
2015-11-30 11:10:26 -05:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 5:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 214 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 6:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 215 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 7:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 216 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 8:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 217 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 9:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 218 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 10:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 219 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 11:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 220 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 12:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 221 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 13:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 222 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 14:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 223 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 15:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 224 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 16:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 225 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 17:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 226 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 18:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 227 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 19:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 228 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 20:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 229 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 21:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 230 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 22:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ADDITIONAL_TLS_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ADDITIONAL_TLS_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2008-09-03 10:40:09 -04:00
|
|
|
case 81:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_ALLOW_NOTIFY) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
2009-08-12 11:26:47 -04:00
|
|
|
case 103:
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
2011-08-22 09:58:40 -04:00
|
|
|
case 115:
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
2014-05-20 06:38:32 -04:00
|
|
|
case 128:
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 143:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 144:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 145:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 146:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 147:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
2016-07-04 10:49:49 -04:00
|
|
|
case 169:
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 389 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
2017-01-05 06:39:54 -05:00
|
|
|
case 180:
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 391 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 393 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 394 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 395 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 186:
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 396 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 398 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 400 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
2017-03-16 05:17:58 -04:00
|
|
|
case 191:
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 401 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 402 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 404 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 406 "./util/configlexer.lex"
|
2018-02-08 08:16:36 -05:00
|
|
|
{
|
2018-04-17 09:23:35 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-04-17 09:23:35 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 410 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-04-17 09:23:35 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 412 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{
|
2018-04-17 09:23:35 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{
|
2018-04-17 09:23:35 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 418 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
2017-04-26 08:58:13 -04:00
|
|
|
case 203:
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 419 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 420 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 421 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 423 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 424 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 425 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 426 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 427 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 428 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
2017-08-08 05:09:45 -04:00
|
|
|
case 213:
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 429 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 430 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PCT) }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 216:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 217:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 433 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 434 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
2017-10-17 03:34:49 -04:00
|
|
|
case 219:
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 435 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 436 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 439 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 224:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 225:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 441 "./util/configlexer.lex"
|
2018-04-09 09:27:28 -04:00
|
|
|
{
|
2018-04-17 09:23:35 -04:00
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 443 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 227:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 445 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 446 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 447 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 232:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 450 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 233:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 451 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 234:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 452 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
2018-02-13 05:35:09 -05:00
|
|
|
case 235:
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 08:33:51 -04:00
|
|
|
#line 453 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 236:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 454 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 237:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 455 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 238:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 456 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 239:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 457 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 240:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 458 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 241:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 459 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 242:
|
|
|
|
|
/* rule 242 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 460 "./util/configlexer.lex"
|
2018-03-15 08:33:51 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2018-04-17 09:23:35 -04:00
|
|
|
case 243:
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 463 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 464 "./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-04-17 09:23:35 -04:00
|
|
|
case 244:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 469 "./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-04-17 09:23:35 -04:00
|
|
|
case 245:
|
|
|
|
|
/* rule 245 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 470 "./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-04-17 09:23:35 -04:00
|
|
|
case 246:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 472 "./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-04-17 09:23:35 -04:00
|
|
|
case 247:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 484 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 485 "./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-04-17 09:23:35 -04:00
|
|
|
case 248:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 490 "./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-04-17 09:23:35 -04:00
|
|
|
case 249:
|
|
|
|
|
/* rule 249 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 491 "./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-04-17 09:23:35 -04:00
|
|
|
case 250:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 493 "./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-04-17 09:23:35 -04:00
|
|
|
case 251:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 505 "./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-04-17 09:23:35 -04:00
|
|
|
#line 507 "./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-04-09 09:27:28 -04:00
|
|
|
case 252:
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 511 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
2018-04-09 09:27:28 -04:00
|
|
|
case 253:
|
2018-04-17 09:23:35 -04:00
|
|
|
/* rule 253 can match eol */
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 512 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
2018-04-09 09:27:28 -04:00
|
|
|
case 254:
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 513 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 255:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 514 "./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-04-17 09:23:35 -04:00
|
|
|
#line 519 "./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-04-17 09:23:35 -04:00
|
|
|
case 256:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 523 "./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-04-17 09:23:35 -04:00
|
|
|
case 257:
|
|
|
|
|
/* rule 257 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 524 "./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-04-17 09:23:35 -04:00
|
|
|
case 258:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 526 "./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-04-17 09:23:35 -04:00
|
|
|
#line 532 "./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-04-17 09:23:35 -04:00
|
|
|
case 259:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 543 "./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-04-17 09:23:35 -04:00
|
|
|
case 260:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 547 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-04-17 09:23:35 -04:00
|
|
|
case 261:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 551 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-04-17 09:23:35 -04:00
|
|
|
case 262:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 555 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 4316 "<stdout>"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case YY_END_OF_BUFFER:
|
|
|
|
|
{
|
|
|
|
|
/* Amount of text matched not including the EOB char. */
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We're scanning a new file or input source. It's
|
|
|
|
|
* possible that this happened because the user
|
|
|
|
|
* just pointed yyin at a new source and called
|
|
|
|
|
* yylex(). If so, then we have to assure
|
2015-12-01 03:11:48 -05:00
|
|
|
* consistency between YY_CURRENT_BUFFER and our
|
2007-10-18 18:49:08 -04:00
|
|
|
* globals. Here is the right place to do so, because
|
|
|
|
|
* this is the first action (other than possibly a
|
|
|
|
|
* back-up) that will match for the new input source.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Note that here we test for yy_c_buf_p "<=" to the position
|
|
|
|
|
* of the first EOB in the buffer, since yy_c_buf_p will
|
|
|
|
|
* already have been incremented past the NUL character
|
|
|
|
|
* (since all states make transitions on EOB to the
|
|
|
|
|
* end-of-buffer state). Contrast this with the test
|
|
|
|
|
* in input().
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* This was really a NUL. */
|
|
|
|
|
yy_state_type yy_next_state;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Okay, we're now positioned to make the NUL
|
|
|
|
|
* transition. We couldn't have
|
|
|
|
|
* yy_get_previous_state() go ahead and do it
|
|
|
|
|
* for us because it doesn't know how to deal
|
|
|
|
|
* with the possibility of jamming (and we don't
|
|
|
|
|
* want to build jamming into it because then it
|
|
|
|
|
* will run more slowly).
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
yy_next_state = yy_try_NUL_trans( yy_current_state );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( yy_next_state )
|
|
|
|
|
{
|
|
|
|
|
/* Consume the NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = ++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_state = yy_next_state;
|
|
|
|
|
goto yy_match;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
else switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Note: because we've taken care in
|
|
|
|
|
* yy_get_next_buffer() to have set up
|
|
|
|
|
* yytext, we can now set up
|
|
|
|
|
* yy_c_buf_p so that if some total
|
|
|
|
|
* hoser (like flex itself) wants to
|
|
|
|
|
* call the scanner after we return the
|
|
|
|
|
* YY_NULL, it'll still work - another
|
|
|
|
|
* YY_NULL will get returned.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
|
|
|
goto do_action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_match;
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--no action found" );
|
|
|
|
|
} /* end of action switch */
|
|
|
|
|
} /* end of scanning one token */
|
2016-10-20 03:46:35 -04:00
|
|
|
} /* end of user's declarations */
|
2015-12-01 03:11:48 -05:00
|
|
|
} /* end of yylex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_next_buffer - try to read in a new buffer
|
|
|
|
|
*
|
|
|
|
|
* Returns a code representing an action:
|
|
|
|
|
* EOB_ACT_LAST_MATCH -
|
|
|
|
|
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
|
|
|
|
* EOB_ACT_END_OF_FILE - end of file
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_get_next_buffer (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
|
|
|
char *source = (yytext_ptr);
|
|
|
|
|
yy_size_t number_to_move, i;
|
2007-10-18 18:49:08 -04:00
|
|
|
int ret_val;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We matched a single character, the EOB, so
|
|
|
|
|
* treat this as a final EOF.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_END_OF_FILE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* We matched some text prior to the EOB, first
|
|
|
|
|
* process it.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_LAST_MATCH;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Try to read more data. */
|
|
|
|
|
|
|
|
|
|
/* First move last chars to start of buffer. */
|
2016-10-20 03:46:35 -04:00
|
|
|
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
|
|
|
*(dest++) = *(source++);
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
|
|
|
* just force an EOF
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-09-13 06:44:24 -04:00
|
|
|
int num_to_read =
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
while ( num_to_read <= 0 )
|
|
|
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
|
|
|
|
|
|
/* just a shorter name for the current buffer */
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
int yy_c_buf_p_offset =
|
2015-12-01 03:11:48 -05:00
|
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = b->yy_buf_size * 2;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( new_size <= 0 )
|
|
|
|
|
b->yy_buf_size += b->yy_buf_size / 8;
|
|
|
|
|
else
|
|
|
|
|
b->yy_buf_size *= 2;
|
|
|
|
|
|
|
|
|
|
b->yy_ch_buf = (char *)
|
|
|
|
|
/* Include room in for 2 EOB chars. */
|
2018-02-13 05:35:09 -05:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,(yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_ch_buf = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
2007-10-18 18:49:08 -04:00
|
|
|
number_to_move - 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
|
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
|
|
|
|
|
|
/* Read in more data. */
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
2016-10-20 03:46:35 -04:00
|
|
|
(yy_n_chars), num_to_read );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_n_chars) == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_EOF_PENDING;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Extend the array by 50%, plus the number we really need. */
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size );
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) += number_to_move;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return ret_val;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-04-17 09:23:35 -04:00
|
|
|
if ( yy_current_state >= 2586 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
|
|
|
|
*
|
|
|
|
|
* synopsis
|
|
|
|
|
* next_state = yy_try_NUL_trans( current_state );
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int yy_is_jam;
|
|
|
|
|
char *yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = 1;
|
2015-11-30 11:10:26 -05:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-04-17 09:23:35 -04:00
|
|
|
if ( yy_current_state >= 2586 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2018-04-17 09:23:35 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2585);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_INPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yyinput (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
|
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
|
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* This was really a NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = '\0';
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ /* need more input */
|
2017-07-24 05:04:18 -04:00
|
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
|
|
|
/* This happens because yy_g_n_b()
|
|
|
|
|
* sees that we've accumulated a
|
|
|
|
|
* token and flags that we need to
|
|
|
|
|
* try matching the token before
|
|
|
|
|
* proceeding. But for input(),
|
|
|
|
|
* there's no matching to consider.
|
|
|
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
|
|
|
* to EOB_ACT_END_OF_FILE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Reset buffer status. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2017-07-24 05:04:18 -04:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
|
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
|
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Immediately switch to a different input stream.
|
|
|
|
|
* @param input_file A readable stream.
|
|
|
|
|
*
|
|
|
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
|
|
|
*/
|
|
|
|
|
void yyrestart (FILE * input_file )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Switch to a different input buffer.
|
|
|
|
|
* @param new_buffer The new input buffer.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
|
|
|
* with
|
|
|
|
|
* yypop_buffer_state();
|
|
|
|
|
* yypush_buffer_state(new_buffer);
|
|
|
|
|
*/
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
|
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
|
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
|
|
|
* to go ahead and always set it.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_load_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
|
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Allocate and initialize an input buffer state.
|
|
|
|
|
* @param file A readable stream.
|
|
|
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
|
|
|
*
|
|
|
|
|
* @return the allocated buffer state.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2018-02-13 05:35:09 -05:00
|
|
|
b->yy_buf_size = size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2018-02-13 05:35:09 -05:00
|
|
|
b->yy_ch_buf = (char *) yyalloc((yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b );
|
|
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Initializes or reinitializes a buffer.
|
|
|
|
|
* This function is sometimes called more than once on the same buffer,
|
|
|
|
|
* such as during a yyrestart() or at EOF.
|
|
|
|
|
*/
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
|
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
|
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
|
|
|
* In that case, we don't want to reset the lineno or column.
|
|
|
|
|
*/
|
|
|
|
|
if (b != YY_CURRENT_BUFFER){
|
|
|
|
|
b->yy_bs_lineno = 1;
|
|
|
|
|
b->yy_bs_column = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
|
|
|
|
|
|
errno = oerrno;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
|
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
if ( ! b )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
|
|
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
|
|
|
* a transition to the end-of-buffer state. The second causes
|
|
|
|
|
* a jam in that state.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
|
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
|
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
|
|
|
* the current state. This function will allocate the stack
|
|
|
|
|
* if necessary.
|
|
|
|
|
* @param new_buffer The new state.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
if (new_buffer == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
|
|
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
|
|
|
if (YY_CURRENT_BUFFER)
|
|
|
|
|
(yy_buffer_stack_top)++;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
|
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
|
|
|
* The next element becomes the new top.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypop_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
if (!YY_CURRENT_BUFFER)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
if ((yy_buffer_stack_top) > 0)
|
|
|
|
|
--(yy_buffer_stack_top);
|
|
|
|
|
|
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int num_to_alloc;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
|
|
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
|
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
|
|
|
* immediate realloc on the next call.
|
|
|
|
|
*/
|
2016-12-21 05:29:19 -05:00
|
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
|
|
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
return;
|
|
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
|
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
|
|
|
|
|
((yy_buffer_stack),
|
|
|
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
|
|
|
|
|
|
|
|
|
/* zero only the new slots.*/
|
|
|
|
|
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
|
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Setup the input buffer state to scan directly from a user-specified character buffer.
|
|
|
|
|
* @param base the character buffer
|
|
|
|
|
* @param size the size in bytes of the character buffer
|
|
|
|
|
*
|
2018-02-13 05:35:09 -05:00
|
|
|
* @return the newly allocated buffer state object.
|
2015-12-01 03:11:48 -05:00
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
|
|
|
|
{
|
|
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( size < 2 ||
|
|
|
|
|
base[size-2] != YY_END_OF_BUFFER_CHAR ||
|
|
|
|
|
base[size-1] != YY_END_OF_BUFFER_CHAR )
|
|
|
|
|
/* They forgot to leave room for the EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
return NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
2018-02-13 05:35:09 -05:00
|
|
|
b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_input_file = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
|
|
|
b->yy_is_interactive = 0;
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_fill_buffer = 0;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a str.
|
|
|
|
|
* @param yystr a NUL-terminated string to scan
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
|
|
|
* yy_scan_bytes() instead.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
|
|
|
|
{
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
return yy_scan_bytes(yystr,(int) strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
n = (yy_size_t) _yybytes_len + 2;
|
2015-12-01 03:11:48 -05:00
|
|
|
buf = (char *) yyalloc(n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
|
|
|
buf[i] = yybytes[i];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = yy_scan_buffer(buf,n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
|
|
|
|
|
|
|
|
|
/* It's okay to grow etc. this buffer, and we should throw it
|
|
|
|
|
* away when we're done.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
|
|
|
#define YY_EXIT_FAILURE 2
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
(void) fprintf( stderr, "%s\n", msg );
|
2015-12-01 03:11:48 -05:00
|
|
|
exit( YY_EXIT_FAILURE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#undef yyless
|
|
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-02-13 05:35:09 -05:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
yytext[yyleng] = (yy_hold_char); \
|
|
|
|
|
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
|
|
|
*(yy_c_buf_p) = '\0'; \
|
|
|
|
|
yyleng = yyless_macro_arg; \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current line number.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
int yyget_lineno (void)
|
|
|
|
|
{
|
2018-02-13 05:35:09 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return yylineno;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the input stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_in (void)
|
|
|
|
|
{
|
|
|
|
|
return yyin;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the output stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_out (void)
|
|
|
|
|
{
|
|
|
|
|
return yyout;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the length of the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void)
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
return yyleng;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
char *yyget_text (void)
|
|
|
|
|
{
|
|
|
|
|
return yytext;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the current line number.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _line_number line number
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
yylineno = _line_number;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the input stream. This does not discard the current
|
|
|
|
|
* input buffer.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _in_str A readable stream.
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* @see yy_switch_to_buffer
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyin = _in_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyout = _out_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yyget_debug (void)
|
|
|
|
|
{
|
|
|
|
|
return yy_flex_debug;
|
|
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_debug (int _bdebug )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_flex_debug = _bdebug ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void)
|
|
|
|
|
{
|
|
|
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
|
|
|
* This function is called from yylex_destroy(), so don't allocate here.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_buffer_stack) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_c_buf_p) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 0;
|
|
|
|
|
(yy_start) = 0;
|
|
|
|
|
|
|
|
|
|
/* Defined in main.c */
|
|
|
|
|
#ifdef YY_STDINIT
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
yyout = stdout;
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
yyin = NULL;
|
|
|
|
|
yyout = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
|
|
|
int yylex_destroy (void)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
|
|
|
while(YY_CURRENT_BUFFER){
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
yypop_buffer_state();
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Destroy the stack itself. */
|
|
|
|
|
yyfree((yy_buffer_stack) );
|
|
|
|
|
(yy_buffer_stack) = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
|
|
|
* yylex() is called, initialization will occur. */
|
|
|
|
|
yy_init_globals( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*
|
|
|
|
|
* Internal utility routines.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
int i;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( i = 0; i < n; ++i )
|
|
|
|
|
s1[i] = s2[i];
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int n;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; s[n]; ++n )
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
return n;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyalloc (yy_size_t size )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
return malloc(size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyrealloc (void * ptr, yy_size_t size )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The cast to (char *) in the following accommodates both
|
|
|
|
|
* implementations that use char* generic pointers, and those
|
|
|
|
|
* that use void* generic pointers. It works with the latter
|
|
|
|
|
* because both ANSI C and C++ allow castless assignment from
|
|
|
|
|
* any pointer type to void*, and deal with argument conversions
|
|
|
|
|
* as though doing an assignment.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
return realloc(ptr, size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-02-29 05:59:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyfree (void * ptr )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define YYTABLES_NAME "yytables"
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 555 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|