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-04-24 05:03:49 -04:00
|
|
|
int 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-04-24 05:03:49 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
|
|
|
* end of it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_fill_buffer;
|
|
|
|
|
|
|
|
|
|
int yy_buffer_status;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUFFER_NEW 0
|
|
|
|
|
#define YY_BUFFER_NORMAL 1
|
|
|
|
|
/* When an EOF's been seen but there's still some text to process
|
|
|
|
|
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
|
|
|
|
* shouldn't try reading from the input source any more. We might
|
|
|
|
|
* still have a bunch of tokens to match, though, because of
|
|
|
|
|
* possible backing-up.
|
|
|
|
|
*
|
|
|
|
|
* When we actually see the EOF, we change the status to "new"
|
|
|
|
|
* (via yyrestart()), so that the user can continue scanning by
|
|
|
|
|
* just pointing yyin at a new input file.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUFFER_EOF_PENDING 2
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Stack of input buffers. */
|
|
|
|
|
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
|
|
|
|
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
|
|
|
* future we want to put the buffer states in a more general
|
|
|
|
|
* "scanner state".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
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-24 05:03:49 -04:00
|
|
|
#define YY_NUM_RULES 263
|
|
|
|
|
#define YY_END_OF_BUFFER 264
|
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-24 05:03:49 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2599] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-04-24 05:03:49 -04:00
|
|
|
1, 1, 245, 245, 249, 249, 253, 253, 257, 257,
|
|
|
|
|
1, 1, 264, 261, 1, 243, 243, 262, 2, 262,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 245, 246, 246, 247, 262, 249, 250, 250,
|
|
|
|
|
251, 262, 256, 253, 254, 254, 255, 262, 257, 258,
|
|
|
|
|
258, 259, 262, 260, 244, 2, 248, 262, 260, 261,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 245,
|
|
|
|
|
0, 249, 0, 256, 0, 253, 257, 0, 260, 0,
|
|
|
|
|
2, 2, 260, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 260, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
101, 261, 261, 261, 261, 261, 261, 261, 260, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 85, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 8, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 106, 261, 260, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
260, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 45, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 190, 261, 14, 15, 261,
|
|
|
|
|
18, 17, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
100, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 176, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 3, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 260, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 237, 261, 261, 236, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 252, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 48,
|
|
|
|
|
261, 214, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 49, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 165, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 20, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 121, 261, 261, 252, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 219, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 140, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 120, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 83, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 28, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 29, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 46, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 99, 261, 261, 261, 261, 261, 98, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 47, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 141, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
36, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 205, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 40, 261,
|
|
|
|
|
41, 261, 261, 261, 261, 86, 261, 87, 261, 261,
|
|
|
|
|
261, 84, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 7, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 183, 261, 261, 261, 261, 123, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 37, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 157, 261, 156, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 16,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 50, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 164, 261, 261, 261, 261, 261, 89, 88, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 151, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 107, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 68, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 72, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 44, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 154, 155,
|
|
|
|
|
261, 215, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 6, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 217, 261, 261, 261, 238, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
34, 261, 261, 261, 261, 261, 261, 261, 261, 147,
|
|
|
|
|
261, 261, 261, 102, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 169, 261, 148, 261, 261, 181,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 35, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 104, 93, 261, 94, 261, 261, 92,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 118, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
204, 261, 261, 261, 261, 261, 261, 261, 261, 149,
|
|
|
|
|
261, 261, 261, 261, 261, 152, 261, 261, 180, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 82, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 42, 261, 261, 261, 22, 261,
|
|
|
|
|
261, 261, 261, 261, 19, 261, 261, 261, 23, 261,
|
|
|
|
|
128, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 57,
|
|
|
|
|
59, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 221, 261, 261, 261, 191, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 95, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 117, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 232, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 122, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 175, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 241, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 139, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 134, 261, 142, 261, 261,
|
|
|
|
|
261, 261, 261, 110, 261, 261, 261, 261, 261, 78,
|
|
|
|
|
261, 261, 261, 261, 167, 261, 261, 261, 261, 261,
|
|
|
|
|
182, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 196, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
103, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
138, 261, 261, 261, 261, 261, 60, 61, 261, 261,
|
|
|
|
|
261, 261, 261, 43, 261, 261, 261, 261, 261, 67,
|
|
|
|
|
143, 261, 158, 261, 184, 153, 261, 261, 261, 53,
|
|
|
|
|
|
|
|
|
|
261, 145, 261, 261, 261, 261, 261, 9, 261, 261,
|
|
|
|
|
261, 81, 261, 261, 261, 261, 209, 261, 261, 261,
|
|
|
|
|
166, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 137, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 124,
|
|
|
|
|
220, 261, 261, 261, 261, 195, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 177, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
235, 261, 144, 261, 261, 261, 52, 54, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 80, 261, 261, 261, 261,
|
|
|
|
|
207, 261, 261, 261, 216, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 171, 30, 24, 26, 261, 261, 261, 261, 261,
|
|
|
|
|
31, 25, 27, 261, 261, 261, 261, 261, 261, 77,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 173, 170, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 51, 261, 105, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 119, 13, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 230, 261, 233, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 12, 261, 261, 21, 261, 261, 261,
|
|
|
|
|
213, 261, 261, 261, 218, 261, 55, 261, 179, 261,
|
|
|
|
|
172, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 133, 132, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 174, 168, 261,
|
|
|
|
|
261, 261, 222, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 62, 261, 261, 261, 208,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 178, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 239, 240, 130, 56, 261, 261,
|
|
|
|
|
261, 90, 91, 261, 125, 261, 127, 261, 159, 261,
|
|
|
|
|
261, 261, 131, 261, 261, 185, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 112, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 192, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
160, 261, 261, 206, 261, 234, 261, 261, 261, 38,
|
|
|
|
|
261, 261, 261, 261, 4, 261, 261, 111, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 188,
|
|
|
|
|
|
|
|
|
|
32, 33, 261, 261, 261, 261, 261, 261, 261, 223,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 194, 261, 261, 163,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 65,
|
|
|
|
|
261, 39, 212, 261, 189, 261, 261, 11, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 161, 69, 261, 261, 261, 261,
|
|
|
|
|
261, 136, 261, 261, 261, 261, 261, 114, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 193, 108, 261,
|
|
|
|
|
96, 97, 261, 261, 261, 71, 75, 70, 261, 63,
|
|
|
|
|
261, 261, 261, 10, 261, 261, 261, 210, 261, 261,
|
|
|
|
|
261, 261, 135, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
76, 74, 261, 64, 231, 261, 261, 261, 150, 261,
|
|
|
|
|
261, 162, 261, 261, 261, 261, 261, 261, 126, 58,
|
|
|
|
|
261, 261, 261, 261, 261, 224, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 109, 73, 115, 116, 66, 261, 211,
|
|
|
|
|
129, 261, 261, 261, 261, 187, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 79, 261, 186,
|
|
|
|
|
261, 203, 228, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
|
|
|
|
|
261, 261, 5, 261, 261, 261, 229, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 113, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 146, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 225, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 261, 261, 261, 261, 242, 261, 261, 199,
|
|
|
|
|
261, 261, 261, 261, 261, 226, 261, 261, 261, 261,
|
|
|
|
|
261, 261, 227, 261, 261, 261, 197, 261, 200, 201,
|
|
|
|
|
261, 261, 261, 261, 261, 198, 202, 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-24 05:03:49 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2613] =
|
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-24 05:03:49 -04:00
|
|
|
90, 112, 1850, 1790, 81, 5087, 5087, 5087, 96, 52,
|
2018-04-17 09:23:35 -04:00
|
|
|
106, 63, 107, 111, 70, 128, 130, 133, 57, 88,
|
|
|
|
|
76, 135, 141, 117, 148, 145, 160, 164, 185, 176,
|
2018-04-24 05:03:49 -04:00
|
|
|
191, 152, 1666, 5087, 5087, 5087, 107, 1417, 5087, 5087,
|
|
|
|
|
5087, 165, 1078, 1009, 5087, 5087, 5087, 211, 849, 5087,
|
|
|
|
|
5087, 5087, 180, 788, 5087, 217, 5087, 221, 168, 648,
|
2018-04-17 09:23:35 -04:00
|
|
|
225, 189, 0, 232, 0, 0, 226, 189, 85, 221,
|
|
|
|
|
114, 227, 234, 156, 219, 235, 236, 238, 239, 132,
|
|
|
|
|
246, 241, 243, 253, 244, 251, 254, 247, 260, 267,
|
|
|
|
|
|
|
|
|
|
272, 187, 271, 275, 280, 279, 277, 283, 284, 285,
|
|
|
|
|
288, 289, 294, 302, 295, 305, 300, 307, 303, 311,
|
|
|
|
|
316, 317, 319, 321, 332, 327, 328, 325, 335, 338,
|
|
|
|
|
340, 342, 344, 341, 345, 347, 348, 355, 354, 534,
|
|
|
|
|
372, 468, 379, 410, 383, 368, 318, 374, 198, 387,
|
|
|
|
|
391, 0, 383, 385, 393, 352, 388, 389, 394, 392,
|
|
|
|
|
395, 396, 401, 398, 399, 415, 407, 419, 423, 424,
|
|
|
|
|
421, 428, 413, 426, 433, 434, 443, 436, 445, 439,
|
|
|
|
|
447, 448, 449, 451, 452, 458, 465, 454, 455, 475,
|
|
|
|
|
472, 483, 485, 461, 486, 482, 484, 493, 490, 494,
|
|
|
|
|
|
|
|
|
|
498, 496, 497, 500, 499, 501, 502, 504, 508, 509,
|
|
|
|
|
511, 513, 515, 516, 517, 523, 525, 518, 532, 527,
|
|
|
|
|
539, 530, 535, 542, 544, 553, 543, 554, 551, 555,
|
|
|
|
|
558, 565, 566, 567, 245, 568, 552, 561, 570, 571,
|
|
|
|
|
572, 574, 581, 582, 579, 585, 593, 588, 592, 589,
|
|
|
|
|
594, 596, 595, 598, 600, 609, 614, 599, 612, 615,
|
|
|
|
|
605, 618, 619, 623, 625, 630, 626, 635, 636, 628,
|
|
|
|
|
641, 639, 637, 643, 646, 645, 647, 650, 652, 653,
|
|
|
|
|
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,
|
2018-04-24 05:03:49 -04:00
|
|
|
5087, 775, 767, 795, 770, 787, 805, 800, 769, 789,
|
2018-04-17 09:23:35 -04:00
|
|
|
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,
|
|
|
|
|
|
2018-04-24 05:03:49 -04:00
|
|
|
925, 926, 934, 928, 936, 5087, 941, 930, 938, 943,
|
|
|
|
|
944, 945, 5087, 947, 948, 955, 956, 953, 960, 958,
|
|
|
|
|
959, 966, 976, 961, 972, 984, 971, 982, 979, 983,
|
|
|
|
|
986, 988, 980, 989, 991, 992, 1012, 996, 998, 999,
|
|
|
|
|
1000, 1006, 1003, 1009, 1029, 1010, 1019, 1024, 1035, 1014,
|
|
|
|
|
1040, 1027, 1033, 1037, 1030, 1043, 1046, 1047, 1048, 1053,
|
|
|
|
|
1054, 5087, 1050, 1057, 1064, 1062, 1055, 1063, 1066, 1069,
|
|
|
|
|
1071, 1072, 1073, 1075, 1079, 1091, 1094, 1081, 1098, 1083,
|
|
|
|
|
1096, 1085, 1097, 1101, 1103, 1105, 1112, 1107, 1109, 1114,
|
|
|
|
|
1116, 1118, 1124, 1131, 1115, 1127, 1126, 1129, 1130, 1128,
|
|
|
|
|
|
|
|
|
|
1134, 1135, 1144, 1142, 1140, 1143, 1141, 1155, 1147, 1150,
|
|
|
|
|
1154, 1156, 1159, 1163, 1165, 1167, 1168, 1169, 1177, 1176,
|
|
|
|
|
1175, 1179, 1186, 1187, 1173, 1180, 1190, 1188, 1197, 1194,
|
|
|
|
|
1198, 1199, 1206, 1201, 1209, 1210, 1215, 1204, 1202, 1223,
|
|
|
|
|
1219, 1227, 1225, 1226, 1235, 1230, 1232, 1218, 1239, 1236,
|
|
|
|
|
1240, 1241, 1244, 1248, 1251, 1252, 1259, 1260, 1250, 1254,
|
|
|
|
|
1264, 1265, 1266, 1268, 1269, 1270, 1271, 1272, 1273, 1277,
|
|
|
|
|
1278, 1274, 1285, 1279, 1301, 1280, 1281, 1288, 1290, 1298,
|
|
|
|
|
1302, 1303, 1305, 1307, 1311, 1310, 1312, 1313, 1314, 1317,
|
|
|
|
|
1318, 1329, 1320, 1330, 1319, 1331, 1333, 1334, 1340, 1339,
|
|
|
|
|
|
|
|
|
|
1341, 1344, 1350, 1343, 1352, 1345, 1353, 1355, 1359, 1362,
|
|
|
|
|
1365, 1366, 5087, 1368, 1378, 1369, 1370, 1373, 1377, 1386,
|
|
|
|
|
1382, 1379, 1356, 1383, 1393, 5087, 1384, 5087, 5087, 1391,
|
|
|
|
|
5087, 5087, 1392, 1388, 1396, 1406, 1409, 1411, 1404, 1413,
|
|
|
|
|
1420, 1434, 1416, 1419, 1424, 1423, 1425, 1427, 1430, 1431,
|
|
|
|
|
1429, 1449, 1451, 1454, 1455, 1443, 1447, 1439, 1461, 1462,
|
|
|
|
|
1464, 1463, 1466, 1469, 1472, 1470, 1468, 1473, 1475, 1491,
|
|
|
|
|
5087, 1476, 1493, 1495, 1494, 1492, 1496, 1499, 1500, 1501,
|
|
|
|
|
1502, 1503, 1511, 1505, 1508, 1519, 1512, 5087, 1515, 1517,
|
|
|
|
|
1520, 1521, 1529, 1523, 1527, 1533, 1534, 1536, 1537, 1538,
|
|
|
|
|
|
|
|
|
|
737, 1539, 5087, 1477, 1544, 1540, 1548, 1545, 1549, 1552,
|
|
|
|
|
1546, 1554, 1555, 1559, 1557, 1560, 1562, 1565, 1567, 1570,
|
|
|
|
|
1576, 1581, 1573, 1578, 1583, 1585, 1588, 1587, 1595, 1590,
|
|
|
|
|
1597, 1592, 1594, 1599, 1600, 1602, 1614, 1612, 1617, 1604,
|
|
|
|
|
1616, 1624, 1621, 1626, 1609, 1628, 1631, 1632, 1634, 1635,
|
|
|
|
|
1637, 1640, 1639, 1642, 5087, 1643, 1648, 5087, 1645, 1649,
|
|
|
|
|
1671, 1650, 1652, 1653, 1654, 1669, 1657, 1658, 1664, 1689,
|
|
|
|
|
1677, 1681, 1675, 1693, 1694, 1686, 1684, 1695, 1696, 1703,
|
|
|
|
|
1707, 1715, 1717, 1701, 1704, 1723, 1713, 1714, 1712, 1716,
|
|
|
|
|
1732, 1730, 1736, 1727, 1718, 1721, 1739, 1746, 5087, 1751,
|
|
|
|
|
|
|
|
|
|
1752, 1734, 1747, 1754, 1756, 1757, 1646, 1758, 1759, 1768,
|
|
|
|
|
1763, 1764, 1765, 1766, 1771, 1769, 1773, 1778, 1780, 5087,
|
|
|
|
|
1777, 5087, 1781, 1779, 1784, 1788, 1791, 1792, 1794, 1800,
|
|
|
|
|
1804, 1807, 1806, 5087, 1808, 1816, 1813, 1818, 1811, 1812,
|
|
|
|
|
1820, 1822, 1826, 1829, 1827, 1834, 1830, 1831, 1837, 1839,
|
|
|
|
|
1840, 1843, 1845, 1846, 5087, 1849, 1851, 1853, 1860, 1862,
|
|
|
|
|
1857, 1863, 1865, 1864, 1869, 1870, 1871, 1878, 1879, 1875,
|
|
|
|
|
1886, 5087, 1874, 1883, 1894, 1876, 1887, 1895, 1889, 1896,
|
|
|
|
|
1897, 1907, 1908, 1903, 1899, 1911, 1906, 1912, 1915, 1917,
|
|
|
|
|
1916, 1919, 1920, 1921, 5087, 1922, 1924, 124, 1929, 1930,
|
|
|
|
|
|
|
|
|
|
1932, 1931, 1933, 1938, 1935, 1953, 1954, 1951, 1950, 1957,
|
|
|
|
|
1949, 1958, 1959, 1960, 1961, 1966, 1967, 1965, 1969, 1971,
|
|
|
|
|
1970, 1977, 1974, 1976, 5087, 1978, 1986, 1989, 1987, 1997,
|
|
|
|
|
1993, 1998, 1999, 2002, 2003, 2005, 5087, 2010, 2012, 2006,
|
|
|
|
|
2013, 2015, 2014, 2016, 2020, 2022, 2025, 2028, 2029, 2027,
|
|
|
|
|
2030, 2032, 2036, 2033, 2037, 2038, 2043, 5087, 2053, 2045,
|
|
|
|
|
2054, 2044, 2055, 2049, 2069, 2056, 2065, 2067, 2070, 2081,
|
|
|
|
|
2072, 2073, 2083, 2087, 2091, 2084, 2092, 2098, 2101, 2105,
|
|
|
|
|
2095, 2107, 2106, 2099, 2109, 2118, 2120, 2117, 2074, 2110,
|
|
|
|
|
2131, 2123, 2125, 5087, 2129, 2134, 2135, 2137, 2144, 2139,
|
|
|
|
|
|
|
|
|
|
2140, 2141, 2142, 2147, 2148, 2150, 2154, 2152, 2156, 2160,
|
|
|
|
|
2159, 2162, 2171, 2164, 2165, 2173, 2179, 5087, 2175, 2183,
|
|
|
|
|
2174, 2185, 2182, 2190, 2186, 2192, 2194, 2196, 2197, 2198,
|
|
|
|
|
2199, 5087, 2204, 2200, 2206, 2211, 2218, 2208, 2210, 2219,
|
|
|
|
|
2220, 2221, 5087, 2230, 2232, 2231, 2235, 2233, 2222, 2237,
|
|
|
|
|
2239, 2240, 5087, 2243, 2244, 2251, 2252, 2247, 5087, 2255,
|
|
|
|
|
2250, 2254, 2256, 2257, 2258, 2261, 2259, 2265, 2266, 2272,
|
|
|
|
|
2281, 2269, 2273, 5087, 2275, 2288, 2286, 2283, 2285, 2289,
|
|
|
|
|
2293, 2297, 2296, 2300, 2307, 2306, 2309, 2303, 2312, 2313,
|
|
|
|
|
2316, 2315, 2317, 5087, 2318, 2323, 2324, 2326, 2327, 2328,
|
|
|
|
|
|
|
|
|
|
2334, 2329, 2335, 2336, 2339, 2340, 2350, 2353, 2352, 2343,
|
|
|
|
|
2356, 2362, 2358, 2364, 2366, 2367, 2374, 2375, 2376, 2378,
|
|
|
|
|
5087, 2381, 2382, 2383, 2371, 2384, 2385, 2388, 2390, 2393,
|
|
|
|
|
2394, 2396, 2397, 2399, 2409, 2416, 2404, 2406, 2407, 2412,
|
|
|
|
|
2414, 2423, 2419, 2420, 2421, 2428, 2429, 2430, 2432, 2433,
|
|
|
|
|
2436, 2435, 2438, 2440, 2443, 2442, 2458, 2455, 2459, 2461,
|
|
|
|
|
2462, 2464, 2466, 5087, 2465, 2467, 2469, 2475, 2479, 2476,
|
|
|
|
|
2483, 2480, 2486, 2473, 2487, 2492, 2500, 2496, 5087, 2497,
|
|
|
|
|
5087, 2498, 2499, 2501, 2509, 5087, 2507, 5087, 2511, 2508,
|
|
|
|
|
2513, 5087, 2444, 2516, 2514, 2518, 2520, 2522, 2319, 2525,
|
|
|
|
|
|
|
|
|
|
2527, 2528, 2530, 2532, 2534, 2536, 2539, 2542, 2543, 2544,
|
|
|
|
|
2546, 2547, 5087, 2550, 2551, 2553, 2555, 2557, 2558, 2559,
|
|
|
|
|
2561, 2562, 2568, 2563, 2573, 2570, 2577, 2576, 2586, 2584,
|
|
|
|
|
2591, 5087, 2587, 2593, 2589, 2594, 5087, 2595, 2596, 2598,
|
|
|
|
|
2602, 2603, 2605, 2606, 2610, 2612, 2607, 2622, 2623, 2613,
|
|
|
|
|
2626, 2629, 2614, 2630, 2637, 2641, 2643, 2645, 2636, 2638,
|
|
|
|
|
2632, 2646, 2653, 2654, 2652, 2661, 2658, 2659, 2663, 2660,
|
|
|
|
|
2667, 2668, 2669, 2670, 2672, 2671, 2674, 2679, 2675, 2676,
|
|
|
|
|
2677, 2678, 5087, 2693, 2680, 2697, 2703, 2690, 2694, 2682,
|
|
|
|
|
2698, 2701, 2707, 2711, 2712, 2709, 5087, 2713, 5087, 2714,
|
|
|
|
|
|
|
|
|
|
2720, 2727, 2729, 2731, 2715, 2735, 2736, 2737, 2723, 2738,
|
|
|
|
|
2744, 2749, 2755, 2741, 2745, 2748, 2751, 2756, 2757, 5087,
|
|
|
|
|
2759, 2760, 2762, 2764, 2767, 2768, 2770, 2774, 2775, 2777,
|
|
|
|
|
2779, 2788, 5087, 2781, 2796, 2789, 2792, 2800, 2799, 2808,
|
|
|
|
|
2803, 5087, 2801, 2805, 2812, 2810, 2811, 5087, 5087, 2813,
|
|
|
|
|
2815, 2816, 2817, 2822, 2831, 2826, 2827, 2818, 2828, 2835,
|
|
|
|
|
2833, 2838, 5087, 2843, 2840, 2844, 2846, 2847, 2850, 2853,
|
|
|
|
|
2854, 5087, 2857, 2859, 2861, 2863, 2864, 2866, 2867, 2869,
|
|
|
|
|
2870, 2873, 2868, 2871, 2884, 2874, 2879, 2888, 2890, 2892,
|
|
|
|
|
2899, 5087, 2896, 2893, 2904, 2900, 2905, 2906, 2908, 2910,
|
|
|
|
|
|
|
|
|
|
2911, 2913, 2914, 2915, 2918, 2920, 2916, 2917, 2922, 2923,
|
|
|
|
|
2934, 2943, 2925, 2936, 2927, 2948, 2940, 2945, 2952, 2949,
|
|
|
|
|
2954, 2956, 2957, 2959, 2960, 2967, 2962, 5087, 2972, 2963,
|
|
|
|
|
2974, 2970, 2973, 2980, 2982, 2990, 2975, 2971, 2985, 2992,
|
|
|
|
|
2993, 5087, 3002, 2997, 2998, 2999, 3003, 3012, 3007, 3004,
|
|
|
|
|
3008, 3015, 3009, 3019, 3017, 3021, 3022, 3026, 5087, 5087,
|
|
|
|
|
3027, 5087, 3028, 3031, 3032, 3033, 3039, 3034, 3041, 3038,
|
|
|
|
|
3045, 5087, 3046, 3050, 3052, 3055, 3059, 3063, 3066, 3068,
|
|
|
|
|
3058, 3054, 3056, 3069, 3076, 3070, 3071, 3077, 3086, 3082,
|
|
|
|
|
3083, 3085, 5087, 3084, 3087, 3092, 5087, 3090, 3091, 3093,
|
|
|
|
|
|
|
|
|
|
3094, 3101, 3108, 3110, 3114, 3096, 3111, 3115, 3116, 3124,
|
|
|
|
|
3120, 3123, 3122, 3129, 3140, 3137, 3147, 3130, 3132, 3148,
|
|
|
|
|
5087, 3143, 3145, 3146, 3150, 3157, 3152, 3159, 3154, 5087,
|
|
|
|
|
3160, 3161, 3162, 5087, 3165, 3163, 3170, 3177, 3171, 3179,
|
|
|
|
|
3178, 3181, 3182, 3183, 5087, 3185, 5087, 3193, 3187, 5087,
|
|
|
|
|
3189, 3194, 3195, 3198, 3202, 3203, 3204, 3213, 3205, 3207,
|
|
|
|
|
3210, 3214, 3215, 3217, 3224, 3220, 5087, 3226, 3221, 3223,
|
|
|
|
|
3231, 3229, 3230, 5087, 5087, 3236, 5087, 3237, 3242, 5087,
|
|
|
|
|
3244, 3246, 3251, 3247, 3248, 3250, 3255, 3257, 5087, 3256,
|
|
|
|
|
3261, 3266, 3262, 3268, 3270, 3272, 3273, 3269, 3275, 3274,
|
|
|
|
|
|
|
|
|
|
5087, 3276, 3279, 3278, 3283, 3286, 3294, 3287, 3288, 5087,
|
|
|
|
|
3298, 3300, 3299, 3304, 3305, 5087, 3307, 3311, 5087, 3310,
|
|
|
|
|
3315, 3318, 3320, 3319, 3322, 3323, 3329, 3326, 3336, 3332,
|
|
|
|
|
3335, 3331, 5087, 3333, 3340, 3342, 3349, 3338, 3343, 3351,
|
|
|
|
|
3355, 3356, 3357, 3362, 3359, 3366, 3368, 3370, 3372, 3374,
|
|
|
|
|
3364, 3378, 3380, 3375, 5087, 3382, 3383, 3386, 5087, 3390,
|
|
|
|
|
3392, 3393, 3395, 3398, 5087, 3396, 3397, 3399, 5087, 3400,
|
|
|
|
|
5087, 3401, 3405, 3409, 3410, 3416, 3418, 3420, 3422, 3415,
|
|
|
|
|
3423, 3426, 3430, 3438, 3439, 3442, 3441, 3440, 3445, 5087,
|
|
|
|
|
5087, 3447, 3449, 3451, 3453, 3454, 3456, 3458, 3463, 3461,
|
|
|
|
|
|
|
|
|
|
3470, 3462, 3477, 5087, 3474, 3459, 3480, 5087, 3472, 3481,
|
|
|
|
|
3473, 3483, 3482, 3485, 3488, 3490, 3491, 3492, 3494, 3493,
|
|
|
|
|
3501, 3500, 3509, 5087, 3502, 3506, 3510, 3511, 3512, 3513,
|
|
|
|
|
3514, 3515, 5087, 3517, 3523, 3524, 3516, 3528, 3530, 3537,
|
|
|
|
|
3540, 3545, 3541, 3546, 3547, 3549, 3551, 3552, 5087, 3555,
|
|
|
|
|
3553, 3554, 3563, 3565, 3567, 3562, 3569, 3570, 3572, 3577,
|
|
|
|
|
3578, 3579, 5087, 3580, 3583, 3584, 3587, 3589, 3590, 3591,
|
|
|
|
|
3599, 3602, 3593, 3595, 3597, 3605, 5087, 3606, 3608, 3609,
|
|
|
|
|
3613, 3619, 3611, 3614, 3620, 5087, 3622, 3623, 3625, 3627,
|
|
|
|
|
3628, 3633, 3636, 3637, 5087, 3638, 3642, 3644, 3640, 3646,
|
|
|
|
|
|
|
|
|
|
3648, 3651, 3652, 3653, 3655, 3661, 3660, 3662, 3663, 3664,
|
|
|
|
|
3667, 3668, 3674, 3684, 3679, 5087, 3671, 5087, 3680, 3681,
|
|
|
|
|
3692, 3693, 3687, 5087, 3690, 3695, 3697, 3698, 3699, 5087,
|
|
|
|
|
3700, 3701, 3703, 3704, 5087, 3719, 3705, 3714, 3715, 3721,
|
|
|
|
|
5087, 3724, 3725, 3726, 3735, 3736, 3733, 3737, 3738, 3740,
|
|
|
|
|
3741, 3742, 3743, 5087, 3745, 3747, 3754, 3757, 3746, 3756,
|
|
|
|
|
5087, 3748, 3758, 3759, 3763, 3764, 3765, 3775, 3771, 3772,
|
|
|
|
|
5087, 3776, 3774, 3786, 3781, 3783, 5087, 5087, 3782, 3787,
|
|
|
|
|
3791, 3793, 3797, 5087, 3795, 3806, 3801, 3803, 3805, 5087,
|
|
|
|
|
5087, 3808, 5087, 3804, 5087, 5087, 3810, 3811, 3818, 5087,
|
|
|
|
|
|
|
|
|
|
3821, 5087, 3829, 3824, 3812, 3809, 3827, 5087, 3826, 3830,
|
|
|
|
|
3834, 5087, 3835, 3843, 3836, 3838, 5087, 3840, 3841, 3846,
|
|
|
|
|
5087, 3847, 3850, 3851, 3852, 3859, 3855, 3858, 3862, 3866,
|
|
|
|
|
3871, 3874, 3876, 3868, 3863, 3877, 3882, 3879, 3885, 3887,
|
|
|
|
|
3889, 3890, 3892, 3893, 3894, 3895, 3896, 3898, 3901, 3903,
|
|
|
|
|
3904, 3906, 3907, 3908, 3911, 3909, 3913, 3915, 5087, 3917,
|
|
|
|
|
3920, 3921, 3923, 3925, 3927, 3933, 3937, 3941, 3945, 5087,
|
|
|
|
|
5087, 3947, 3934, 3943, 3949, 5087, 3950, 3951, 3953, 3956,
|
|
|
|
|
3955, 3957, 3960, 3958, 5087, 3962, 3963, 3966, 3967, 3971,
|
|
|
|
|
3973, 3979, 3974, 3981, 3982, 3983, 3987, 3991, 4001, 3988,
|
|
|
|
|
|
|
|
|
|
3993, 3984, 4000, 3996, 3997, 4004, 4010, 4014, 4018, 4022,
|
|
|
|
|
5087, 4007, 5087, 4015, 4011, 4019, 5087, 5087, 4023, 4025,
|
|
|
|
|
4030, 4027, 4032, 4034, 4035, 5087, 4036, 4037, 4045, 4040,
|
|
|
|
|
5087, 4046, 4047, 4049, 5087, 4052, 4055, 4056, 4058, 4060,
|
|
|
|
|
4062, 5087, 5087, 5087, 5087, 4068, 4059, 4063, 4070, 4071,
|
|
|
|
|
5087, 5087, 5087, 4072, 4073, 4074, 4078, 4082, 4084, 5087,
|
|
|
|
|
4085, 4088, 4089, 4090, 4096, 4098, 4099, 4102, 4091, 4103,
|
|
|
|
|
4110, 4108, 4111, 4114, 4115, 4117, 4119, 5087, 5087, 4122,
|
|
|
|
|
4123, 4131, 4127, 4128, 4140, 4137, 4138, 4136, 4124, 4142,
|
|
|
|
|
4144, 4146, 5087, 4148, 5087, 4147, 4154, 4153, 4155, 4156,
|
|
|
|
|
|
|
|
|
|
4157, 4160, 4163, 5087, 5087, 4162, 4164, 4167, 4170, 4173,
|
|
|
|
|
4174, 4175, 4177, 4178, 5087, 4179, 5087, 4180, 4185, 4188,
|
|
|
|
|
4196, 4191, 4193, 5087, 4201, 4202, 5087, 4203, 4204, 4205,
|
|
|
|
|
5087, 4208, 4212, 4214, 5087, 4217, 5087, 4222, 5087, 4206,
|
|
|
|
|
5087, 4219, 4223, 4228, 4230, 4231, 4233, 4235, 4238, 4225,
|
|
|
|
|
4242, 4243, 4244, 4251, 4247, 4248, 5087, 5087, 4255, 4250,
|
|
|
|
|
4256, 4257, 4253, 4266, 4262, 4263, 4265, 5087, 5087, 4269,
|
|
|
|
|
4270, 4268, 5087, 4272, 4279, 4275, 4280, 4281, 4283, 4284,
|
|
|
|
|
4289, 4286, 4294, 4290, 4295, 4300, 4306, 4310, 4304, 4308,
|
|
|
|
|
4312, 4291, 4314, 4315, 4316, 5087, 4319, 4321, 4322, 5087,
|
|
|
|
|
|
|
|
|
|
4326, 4327, 4329, 4333, 4330, 5087, 4331, 4342, 4343, 4337,
|
|
|
|
|
4344, 4351, 4348, 4353, 5087, 5087, 5087, 5087, 4355, 4356,
|
|
|
|
|
4352, 5087, 5087, 4357, 5087, 4358, 5087, 4360, 5087, 4363,
|
|
|
|
|
4366, 4369, 5087, 4371, 4373, 5087, 4380, 4384, 4386, 4387,
|
|
|
|
|
4372, 4375, 4388, 5087, 4395, 4397, 4398, 4391, 4399, 4400,
|
|
|
|
|
4401, 4404, 4411, 4407, 4409, 5087, 4410, 4412, 4414, 4415,
|
|
|
|
|
4418, 4416, 4424, 4419, 4423, 4426, 4425, 4436, 4438, 4439,
|
|
|
|
|
5087, 4441, 4444, 5087, 4445, 5087, 4447, 4448, 4449, 5087,
|
|
|
|
|
4451, 4452, 4453, 4455, 5087, 4456, 4459, 5087, 4460, 4468,
|
|
|
|
|
4470, 4471, 4461, 4465, 4463, 4477, 4479, 4483, 4487, 5087,
|
|
|
|
|
|
|
|
|
|
5087, 5087, 4489, 4485, 4496, 4492, 4495, 4499, 4494, 5087,
|
|
|
|
|
4502, 4503, 4500, 4510, 4506, 4514, 5087, 4516, 4509, 5087,
|
|
|
|
|
4518, 4521, 4522, 4511, 4526, 4530, 4533, 4535, 4536, 5087,
|
|
|
|
|
4538, 5087, 5087, 4539, 5087, 4540, 4542, 5087, 4545, 4546,
|
|
|
|
|
4547, 4548, 4550, 4551, 5087, 5087, 4552, 4559, 4555, 4565,
|
|
|
|
|
4568, 5087, 4554, 4561, 4570, 4571, 4572, 5087, 4569, 4576,
|
|
|
|
|
4579, 4580, 4584, 4582, 4586, 4585, 4587, 5087, 5087, 4588,
|
|
|
|
|
5087, 5087, 4590, 4594, 4597, 5087, 5087, 5087, 4610, 5087,
|
|
|
|
|
4612, 4616, 4615, 5087, 4618, 4605, 4607, 5087, 4625, 4620,
|
|
|
|
|
4622, 4628, 5087, 4629, 4630, 4631, 4634, 4636, 4637, 4591,
|
|
|
|
|
|
|
|
|
|
4641, 4646, 4644, 4642, 4648, 4649, 4651, 4654, 4655, 4658,
|
|
|
|
|
5087, 5087, 4661, 5087, 5087, 4665, 4669, 4672, 5087, 4666,
|
|
|
|
|
4677, 5087, 4679, 4673, 4680, 4681, 4683, 4685, 5087, 5087,
|
|
|
|
|
4686, 4687, 4689, 4693, 4691, 5087, 4696, 4701, 4697, 4700,
|
|
|
|
|
4702, 4706, 4703, 5087, 5087, 5087, 5087, 5087, 4707, 5087,
|
|
|
|
|
5087, 4708, 4712, 4713, 4714, 5087, 4717, 4718, 4720, 4730,
|
|
|
|
|
4722, 4726, 4723, 4734, 4738, 4735, 4739, 4742, 4741, 4744,
|
|
|
|
|
4746, 4743, 4748, 4749, 4755, 4760, 4762, 4763, 4765, 4766,
|
|
|
|
|
4767, 4769, 4770, 4779, 4774, 4776, 4777, 5087, 4778, 5087,
|
|
|
|
|
4780, 5087, 5087, 4787, 4789, 4784, 4782, 4797, 4805, 4795,
|
|
|
|
|
|
|
|
|
|
4800, 4802, 5087, 4803, 4804, 4806, 5087, 4807, 4811, 4812,
|
|
|
|
|
4815, 4817, 4814, 4819, 4820, 4808, 4822, 4835, 4832, 4842,
|
|
|
|
|
4838, 4840, 4843, 4844, 4846, 4853, 4850, 4852, 5087, 4854,
|
|
|
|
|
4856, 4857, 4859, 4860, 4867, 4862, 4863, 4868, 5087, 4871,
|
|
|
|
|
4873, 4872, 4874, 4880, 4883, 4886, 4884, 4888, 5087, 4866,
|
|
|
|
|
4890, 4894, 4897, 4902, 4895, 4904, 4905, 4907, 4909, 4908,
|
|
|
|
|
4916, 4912, 4918, 4917, 4921, 4920, 5087, 4923, 4927, 5087,
|
|
|
|
|
4928, 4929, 4930, 4931, 4937, 5087, 4941, 4932, 4935, 4942,
|
|
|
|
|
4945, 4948, 5087, 4953, 4957, 4958, 5087, 4959, 5087, 5087,
|
|
|
|
|
4961, 4960, 4962, 4968, 4970, 5087, 5087, 5087, 4995, 5002,
|
|
|
|
|
|
|
|
|
|
5009, 5016, 5023, 88, 5030, 5037, 5044, 5051, 5058, 5065,
|
|
|
|
|
5072, 5079
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-24 05:03:49 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2613] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-04-24 05:03:49 -04:00
|
|
|
2598, 1, 2599, 2599, 2600, 2600, 2601, 2601, 2602, 2602,
|
|
|
|
|
2603, 2603, 2598, 2604, 2598, 2598, 2598, 2598, 2605, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2606, 2598, 2598, 2598, 2606, 2607, 2598, 2598,
|
|
|
|
|
2598, 2607, 2608, 2598, 2598, 2598, 2598, 2608, 2609, 2598,
|
|
|
|
|
2598, 2598, 2609, 2610, 2598, 2611, 2598, 2610, 2610, 2604,
|
|
|
|
|
2604, 2598, 2612, 2605, 2612, 2605, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2606,
|
|
|
|
|
2606, 2607, 2607, 2608, 2608, 2598, 2609, 2609, 2610, 2610,
|
|
|
|
|
2611, 2611, 2610, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2610, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2610, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2610, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2610, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2598, 2598, 2604,
|
|
|
|
|
2598, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2610, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2610, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2598, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2598, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2598, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2598,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2598, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2598, 2604, 2598, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2598, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2598, 2604, 2598, 2604, 2598, 2598, 2604, 2604, 2604, 2598,
|
|
|
|
|
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2598, 2604, 2604, 2604, 2598, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2598, 2598, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2598, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2598, 2598, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2598, 2604, 2598, 2604, 2598, 2604,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2598, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2598,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2598, 2598, 2598, 2604, 2604,
|
|
|
|
|
2604, 2598, 2598, 2604, 2598, 2604, 2598, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2604, 2604, 2598, 2604, 2598, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
|
|
|
|
|
2598, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598,
|
|
|
|
|
2604, 2598, 2598, 2604, 2598, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2598, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2598, 2604,
|
|
|
|
|
2598, 2598, 2604, 2604, 2604, 2598, 2598, 2598, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2598, 2598, 2604, 2598, 2598, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2598, 2598, 2598, 2598, 2598, 2604, 2598,
|
|
|
|
|
2598, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2598,
|
|
|
|
|
2604, 2598, 2598, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2604, 2604, 2604, 2604,
|
|
|
|
|
2604, 2604, 2598, 2604, 2604, 2604, 2598, 2604, 2598, 2598,
|
|
|
|
|
2604, 2604, 2604, 2604, 2604, 2598, 2598, 0, 2598, 2598,
|
|
|
|
|
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-24 05:03:49 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[5128] =
|
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,
|
2018-04-24 05:03:49 -04:00
|
|
|
71, 432, 71, 71, 851, 438, 71, 439, 71, 441,
|
2018-04-17 09:23:35 -04:00
|
|
|
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,
|
2018-04-24 05:03:49 -04:00
|
|
|
543, 544, 545, 553, 71, 71, 550, 551, 555, 71,
|
|
|
|
|
552, 556, 71, 71, 554, 71, 71, 71, 558, 71,
|
|
|
|
|
|
|
|
|
|
559, 71, 71, 562, 71, 71, 563, 565, 564, 71,
|
|
|
|
|
146, 71, 71, 71, 560, 557, 71, 561, 578, 71,
|
|
|
|
|
566, 580, 71, 71, 567, 71, 568, 71, 577, 575,
|
|
|
|
|
576, 569, 71, 570, 579, 585, 582, 71, 581, 584,
|
|
|
|
|
71, 571, 71, 71, 572, 573, 71, 583, 71, 587,
|
|
|
|
|
71, 574, 588, 71, 589, 590, 71, 586, 591, 71,
|
|
|
|
|
71, 71, 593, 71, 595, 592, 71, 71, 71, 596,
|
|
|
|
|
150, 602, 600, 599, 601, 71, 71, 71, 594, 71,
|
|
|
|
|
597, 598, 71, 604, 71, 71, 71, 603, 71, 609,
|
|
|
|
|
611, 145, 71, 606, 71, 605, 71, 607, 71, 610,
|
|
|
|
|
|
|
|
|
|
612, 614, 608, 613, 71, 616, 615, 71, 617, 71,
|
|
|
|
|
71, 71, 618, 619, 71, 620, 71, 621, 71, 625,
|
|
|
|
|
71, 628, 71, 630, 626, 71, 629, 71, 71, 71,
|
|
|
|
|
631, 71, 622, 627, 624, 623, 632, 71, 633, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 635, 638, 71, 71, 634,
|
|
|
|
|
637, 642, 641, 71, 71, 71, 71, 71, 636, 643,
|
|
|
|
|
71, 645, 647, 71, 639, 648, 640, 71, 71, 71,
|
|
|
|
|
650, 644, 71, 654, 646, 651, 71, 649, 71, 652,
|
|
|
|
|
71, 71, 71, 656, 660, 657, 71, 653, 71, 71,
|
|
|
|
|
71, 662, 71, 71, 655, 658, 663, 659, 661, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 667, 71, 665, 666, 668, 71, 669, 671,
|
|
|
|
|
71, 71, 71, 675, 71, 71, 672, 71, 664, 71,
|
|
|
|
|
676, 670, 71, 71, 674, 677, 678, 673, 71, 681,
|
|
|
|
|
682, 71, 71, 679, 684, 680, 71, 683, 71, 71,
|
|
|
|
|
71, 685, 687, 71, 686, 71, 693, 688, 71, 71,
|
|
|
|
|
691, 692, 71, 71, 71, 699, 689, 71, 690, 696,
|
|
|
|
|
697, 71, 695, 71, 71, 71, 702, 71, 694, 706,
|
|
|
|
|
701, 703, 71, 71, 704, 698, 700, 71, 71, 71,
|
|
|
|
|
708, 71, 71, 71, 71, 71, 71, 71, 705, 714,
|
|
|
|
|
71, 71, 71, 71, 71, 715, 707, 709, 71, 710,
|
|
|
|
|
|
|
|
|
|
711, 71, 712, 71, 713, 716, 718, 720, 721, 717,
|
|
|
|
|
719, 71, 722, 723, 71, 71, 71, 728, 71, 724,
|
|
|
|
|
71, 725, 729, 71, 71, 71, 71, 71, 732, 726,
|
|
|
|
|
71, 71, 71, 71, 727, 731, 737, 736, 739, 730,
|
|
|
|
|
735, 733, 71, 71, 71, 734, 71, 71, 740, 738,
|
|
|
|
|
741, 742, 71, 71, 150, 743, 71, 71, 71, 747,
|
|
|
|
|
748, 744, 745, 71, 746, 71, 71, 749, 71, 71,
|
|
|
|
|
750, 755, 71, 752, 751, 71, 756, 758, 71, 71,
|
|
|
|
|
753, 71, 71, 71, 757, 761, 71, 763, 759, 754,
|
|
|
|
|
71, 71, 71, 766, 769, 71, 71, 71, 764, 71,
|
|
|
|
|
|
|
|
|
|
760, 71, 762, 767, 71, 71, 71, 779, 765, 71,
|
|
|
|
|
768, 771, 776, 780, 778, 772, 770, 71, 773, 71,
|
|
|
|
|
781, 777, 71, 782, 71, 774, 71, 786, 775, 71,
|
|
|
|
|
143, 784, 71, 71, 794, 783, 71, 71, 71, 799,
|
|
|
|
|
71, 798, 71, 71, 71, 801, 785, 71, 787, 788,
|
|
|
|
|
800, 789, 71, 795, 790, 796, 71, 802, 807, 791,
|
|
|
|
|
71, 797, 71, 803, 71, 792, 793, 71, 71, 804,
|
|
|
|
|
805, 809, 808, 806, 71, 71, 71, 71, 810, 71,
|
|
|
|
|
814, 71, 71, 71, 813, 71, 71, 820, 71, 71,
|
|
|
|
|
71, 819, 854, 818, 823, 811, 812, 815, 821, 816,
|
|
|
|
|
|
|
|
|
|
824, 817, 825, 822, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
826, 827, 71, 71, 71, 71, 71, 828, 71, 831,
|
|
|
|
|
829, 71, 832, 834, 71, 71, 837, 835, 71, 836,
|
|
|
|
|
71, 830, 71, 71, 71, 833, 71, 839, 841, 840,
|
|
|
|
|
71, 844, 71, 842, 838, 843, 71, 71, 847, 71,
|
|
|
|
|
71, 71, 71, 71, 845, 852, 855, 71, 71, 71,
|
|
|
|
|
850, 71, 71, 853, 848, 71, 857, 71, 71, 849,
|
|
|
|
|
71, 846, 71, 71, 856, 71, 864, 863, 71, 858,
|
|
|
|
|
71, 861, 859, 71, 867, 860, 71, 862, 865, 71,
|
|
|
|
|
868, 71, 866, 872, 71, 871, 71, 870, 71, 869,
|
|
|
|
|
|
|
|
|
|
71, 71, 879, 71, 881, 71, 873, 71, 71, 882,
|
|
|
|
|
71, 874, 71, 71, 878, 71, 875, 71, 886, 889,
|
|
|
|
|
876, 877, 71, 880, 884, 71, 883, 71, 888, 71,
|
|
|
|
|
71, 893, 885, 890, 71, 891, 887, 71, 895, 71,
|
|
|
|
|
896, 71, 892, 898, 150, 71, 897, 71, 71, 901,
|
|
|
|
|
71, 900, 71, 71, 894, 71, 71, 904, 71, 71,
|
|
|
|
|
899, 71, 71, 71, 916, 71, 71, 71, 967, 917,
|
|
|
|
|
71, 71, 902, 903, 905, 907, 922, 71, 908, 141,
|
|
|
|
|
906, 918, 71, 909, 71, 921, 920, 910, 71, 911,
|
|
|
|
|
71, 923, 919, 912, 71, 913, 924, 71, 927, 71,
|
|
|
|
|
|
|
|
|
|
914, 925, 71, 928, 926, 915, 71, 71, 71, 71,
|
|
|
|
|
936, 929, 931, 932, 71, 935, 71, 71, 933, 937,
|
|
|
|
|
71, 930, 934, 938, 939, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 949, 940, 71, 941, 71, 942, 948, 950,
|
|
|
|
|
71, 951, 943, 71, 944, 71, 952, 71, 953, 71,
|
|
|
|
|
956, 958, 71, 957, 955, 945, 946, 954, 960, 71,
|
|
|
|
|
71, 964, 947, 959, 71, 71, 962, 71, 961, 71,
|
|
|
|
|
71, 71, 71, 963, 965, 970, 71, 71, 71, 71,
|
|
|
|
|
968, 71, 71, 973, 71, 971, 71, 979, 969, 966,
|
|
|
|
|
71, 71, 71, 71, 71, 977, 972, 71, 975, 974,
|
|
|
|
|
|
|
|
|
|
978, 71, 976, 71, 71, 71, 980, 71, 981, 985,
|
|
|
|
|
986, 982, 987, 71, 990, 983, 984, 71, 989, 71,
|
|
|
|
|
71, 71, 988, 993, 71, 71, 71, 995, 994, 71,
|
|
|
|
|
996, 71, 991, 71, 997, 71, 1003, 992, 998, 71,
|
|
|
|
|
71, 1005, 71, 71, 71, 999, 1006, 71, 1001, 2598,
|
|
|
|
|
71, 1000, 71, 71, 1002, 1008, 71, 1009, 71, 71,
|
|
|
|
|
1004, 1011, 71, 1012, 71, 1007, 71, 1017, 1014, 1010,
|
|
|
|
|
71, 1013, 1016, 71, 1018, 71, 71, 71, 71, 1019,
|
|
|
|
|
1015, 1021, 71, 71, 71, 1026, 1027, 71, 71, 71,
|
|
|
|
|
1031, 71, 71, 1028, 1020, 1022, 71, 1025, 1033, 71,
|
|
|
|
|
|
|
|
|
|
71, 1023, 71, 1024, 1029, 1030, 1032, 71, 71, 71,
|
|
|
|
|
71, 1035, 71, 1036, 1039, 1040, 71, 1042, 1034, 71,
|
|
|
|
|
71, 71, 1038, 1043, 71, 71, 1047, 1037, 71, 71,
|
|
|
|
|
71, 1041, 71, 71, 71, 71, 1053, 71, 1044, 1045,
|
|
|
|
|
1046, 1049, 71, 71, 71, 71, 71, 1048, 71, 1057,
|
|
|
|
|
1059, 71, 1050, 2598, 1052, 1058, 1054, 1056, 1055, 1051,
|
|
|
|
|
1061, 1062, 71, 71, 71, 1064, 71, 71, 1060, 1063,
|
|
|
|
|
71, 71, 71, 71, 71, 1065, 1066, 1068, 71, 71,
|
|
|
|
|
71, 1074, 71, 71, 71, 1067, 1071, 71, 1069, 71,
|
|
|
|
|
71, 71, 1083, 1070, 1079, 1072, 1077, 1073, 1075, 71,
|
|
|
|
|
|
|
|
|
|
71, 1076, 71, 1080, 1084, 1081, 71, 1078, 1082, 1085,
|
|
|
|
|
71, 71, 71, 1087, 1086, 71, 71, 1090, 71, 71,
|
|
|
|
|
1089, 1092, 1094, 71, 1088, 71, 71, 71, 71, 71,
|
|
|
|
|
1095, 1097, 1098, 71, 1091, 71, 1099, 1093, 71, 1096,
|
|
|
|
|
71, 71, 71, 71, 1100, 71, 71, 1102, 1104, 71,
|
|
|
|
|
71, 71, 1101, 1103, 1105, 1109, 71, 71, 71, 1106,
|
|
|
|
|
1114, 1110, 71, 1108, 1107, 1113, 71, 71, 71, 71,
|
|
|
|
|
1111, 1112, 1115, 1118, 1119, 1116, 1120, 1117, 71, 2598,
|
|
|
|
|
71, 1121, 71, 71, 1125, 71, 71, 71, 1122, 2598,
|
|
|
|
|
1134, 1150, 1123, 1124, 71, 1133, 71, 71, 1132, 1126,
|
|
|
|
|
|
|
|
|
|
71, 1135, 1127, 1128, 71, 71, 1137, 1129, 71, 1136,
|
|
|
|
|
1138, 71, 71, 1130, 71, 1140, 1139, 1131, 71, 71,
|
|
|
|
|
71, 1141, 71, 71, 1144, 1147, 1145, 1148, 1142, 1143,
|
|
|
|
|
71, 71, 1151, 71, 1157, 1149, 71, 1152, 71, 1153,
|
|
|
|
|
1146, 1154, 71, 1155, 71, 1156, 1159, 71, 71, 1158,
|
|
|
|
|
71, 1163, 71, 71, 71, 71, 1164, 71, 1166, 1162,
|
|
|
|
|
71, 71, 1160, 71, 1168, 71, 1161, 71, 1167, 71,
|
|
|
|
|
1173, 1171, 71, 71, 1165, 71, 1179, 71, 71, 1169,
|
|
|
|
|
1170, 1172, 1175, 1174, 71, 1181, 71, 71, 71, 1178,
|
|
|
|
|
1176, 1183, 71, 1180, 1182, 71, 71, 1186, 71, 71,
|
|
|
|
|
|
|
|
|
|
1177, 1184, 1188, 71, 1189, 71, 1185, 71, 1192, 71,
|
|
|
|
|
71, 71, 71, 71, 1195, 1187, 1194, 71, 1197, 71,
|
|
|
|
|
1196, 71, 1201, 71, 71, 2598, 1190, 1198, 1191, 1199,
|
|
|
|
|
1193, 71, 71, 71, 71, 71, 1200, 1206, 1203, 1207,
|
|
|
|
|
1204, 1202, 1209, 71, 71, 71, 71, 1205, 71, 1208,
|
|
|
|
|
71, 1213, 71, 71, 1211, 1210, 71, 71, 1217, 1218,
|
|
|
|
|
71, 1212, 1220, 71, 71, 71, 1219, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1214, 71, 1227, 1215, 1221, 71, 71,
|
|
|
|
|
1216, 1224, 71, 1222, 1225, 71, 71, 1223, 71, 1226,
|
|
|
|
|
1231, 1234, 1228, 1232, 71, 1236, 71, 1230, 71, 71,
|
|
|
|
|
|
|
|
|
|
1237, 71, 71, 1229, 1239, 1233, 71, 1235, 1238, 71,
|
|
|
|
|
71, 1246, 1240, 71, 1248, 1244, 71, 1241, 1245, 71,
|
|
|
|
|
71, 1242, 71, 1249, 1243, 71, 71, 1247, 71, 71,
|
|
|
|
|
71, 71, 71, 1250, 1254, 1251, 71, 71, 1259, 71,
|
|
|
|
|
71, 71, 71, 1260, 1253, 1257, 1255, 71, 71, 71,
|
|
|
|
|
1256, 1252, 71, 71, 1258, 2598, 71, 1358, 1261, 1263,
|
|
|
|
|
1262, 1264, 1265, 71, 1266, 71, 71, 1267, 1269, 71,
|
|
|
|
|
1271, 71, 1268, 1270, 1272, 71, 1274, 71, 1273, 71,
|
|
|
|
|
71, 1279, 1280, 1276, 71, 1278, 1275, 71, 71, 71,
|
|
|
|
|
1281, 71, 1282, 1283, 71, 71, 71, 71, 71, 1284,
|
|
|
|
|
|
|
|
|
|
1277, 71, 1286, 71, 1290, 1285, 71, 71, 1289, 71,
|
|
|
|
|
71, 1287, 71, 1288, 1293, 1292, 1296, 71, 2598, 71,
|
|
|
|
|
71, 1297, 71, 1298, 1294, 71, 1291, 71, 1299, 71,
|
|
|
|
|
1305, 1295, 71, 71, 71, 1309, 71, 1300, 1301, 1302,
|
|
|
|
|
1308, 71, 71, 71, 1303, 71, 71, 1304, 71, 71,
|
|
|
|
|
2598, 71, 1307, 71, 1317, 71, 71, 71, 1306, 1318,
|
|
|
|
|
1352, 1310, 1311, 1314, 1312, 1313, 1316, 1319, 71, 1315,
|
|
|
|
|
1320, 71, 71, 1321, 71, 71, 1322, 71, 71, 71,
|
|
|
|
|
71, 1326, 71, 1329, 1324, 1327, 71, 1323, 71, 71,
|
|
|
|
|
1325, 1333, 71, 71, 1334, 1330, 71, 1336, 1328, 71,
|
|
|
|
|
|
|
|
|
|
71, 1335, 1331, 1337, 1332, 71, 1338, 1341, 1342, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1346, 1347, 1345, 1339, 1348,
|
|
|
|
|
71, 71, 71, 1349, 71, 1340, 71, 71, 1343, 71,
|
|
|
|
|
1353, 71, 1344, 71, 1356, 71, 1355, 1350, 71, 1359,
|
|
|
|
|
71, 71, 1351, 71, 1363, 71, 1361, 71, 1354, 71,
|
|
|
|
|
1357, 1364, 71, 1366, 1360, 71, 71, 71, 1362, 71,
|
|
|
|
|
71, 1369, 1372, 71, 71, 1371, 71, 1368, 71, 1365,
|
|
|
|
|
71, 71, 71, 1379, 71, 71, 71, 1367, 1370, 1380,
|
|
|
|
|
1374, 71, 1373, 71, 1377, 1383, 71, 1375, 1376, 71,
|
|
|
|
|
71, 1384, 1386, 1388, 1387, 1381, 1378, 71, 1390, 71,
|
|
|
|
|
|
|
|
|
|
71, 1382, 71, 1385, 71, 1392, 71, 71, 71, 71,
|
|
|
|
|
1396, 71, 1397, 1394, 1391, 71, 71, 1389, 71, 71,
|
|
|
|
|
71, 1393, 1401, 71, 1402, 71, 71, 71, 2598, 1398,
|
|
|
|
|
1408, 1409, 1395, 1400, 1399, 71, 71, 1403, 1405, 71,
|
|
|
|
|
1404, 1406, 71, 71, 1414, 71, 1413, 1411, 1410, 71,
|
|
|
|
|
71, 71, 1412, 1407, 71, 1415, 71, 1416, 71, 71,
|
|
|
|
|
1422, 1423, 1418, 1417, 1420, 71, 71, 71, 1425, 1419,
|
|
|
|
|
1424, 71, 71, 71, 71, 1428, 71, 1427, 1429, 1421,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 1437, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 1426, 71, 1435, 1433, 1430, 1434,
|
|
|
|
|
|
|
|
|
|
1436, 1431, 1432, 71, 1440, 1442, 71, 71, 1438, 1439,
|
|
|
|
|
71, 71, 1441, 1443, 71, 1444, 71, 1445, 1446, 1448,
|
|
|
|
|
71, 1447, 71, 1450, 71, 71, 71, 71, 71, 1449,
|
|
|
|
|
2598, 1452, 1459, 71, 1453, 1451, 71, 1454, 1455, 1460,
|
|
|
|
|
71, 1456, 71, 1462, 71, 1461, 1457, 1463, 71, 71,
|
|
|
|
|
71, 71, 1458, 1464, 71, 1467, 1471, 71, 71, 1466,
|
|
|
|
|
1468, 71, 71, 1469, 71, 1465, 1470, 1472, 71, 71,
|
|
|
|
|
71, 1474, 71, 71, 1473, 71, 1481, 71, 1476, 1475,
|
|
|
|
|
71, 71, 1478, 71, 1485, 1477, 1484, 71, 71, 1483,
|
|
|
|
|
71, 1480, 71, 1482, 71, 1492, 1487, 1479, 1486, 1488,
|
|
|
|
|
|
|
|
|
|
1493, 71, 71, 1495, 1497, 71, 1489, 1498, 1494, 71,
|
|
|
|
|
1491, 1490, 71, 71, 71, 1500, 71, 1499, 71, 1504,
|
|
|
|
|
1496, 71, 1501, 71, 71, 71, 71, 1506, 71, 71,
|
|
|
|
|
71, 71, 1503, 1507, 1502, 71, 1505, 1510, 1513, 71,
|
|
|
|
|
71, 71, 1518, 1511, 71, 1508, 71, 1509, 71, 1512,
|
|
|
|
|
1516, 71, 1514, 71, 1517, 1521, 71, 71, 1515, 71,
|
|
|
|
|
71, 1523, 1519, 71, 1524, 1525, 71, 71, 1526, 1520,
|
|
|
|
|
71, 1530, 71, 1522, 71, 1527, 71, 71, 1534, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1529, 71, 71, 1532, 1536,
|
|
|
|
|
1528, 1541, 71, 1531, 1535, 1537, 1533, 71, 1538, 1542,
|
|
|
|
|
|
|
|
|
|
1539, 71, 1545, 71, 1540, 71, 71, 1544, 1546, 71,
|
|
|
|
|
1543, 1547, 71, 71, 1548, 1549, 1550, 71, 71, 71,
|
|
|
|
|
1552, 71, 1553, 71, 71, 1551, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1558, 71, 1562, 71, 71, 1559, 71, 1563,
|
|
|
|
|
71, 1554, 1556, 1560, 1557, 1555, 1567, 71, 1561, 71,
|
|
|
|
|
1568, 1566, 1564, 71, 1573, 1565, 71, 1574, 71, 1569,
|
|
|
|
|
1571, 71, 71, 1572, 1575, 71, 1577, 71, 1570, 71,
|
|
|
|
|
71, 1580, 71, 71, 1582, 71, 71, 1581, 1583, 1584,
|
|
|
|
|
71, 1586, 1576, 71, 71, 71, 71, 71, 71, 1588,
|
|
|
|
|
1578, 1579, 1589, 71, 1585, 71, 1590, 1591, 71, 1598,
|
|
|
|
|
|
|
|
|
|
1592, 1593, 1594, 71, 1596, 71, 71, 1595, 1587, 1600,
|
|
|
|
|
71, 71, 71, 1603, 1601, 71, 71, 71, 1597, 1606,
|
|
|
|
|
71, 71, 71, 1604, 1602, 71, 1599, 1610, 71, 1607,
|
|
|
|
|
71, 1605, 71, 1612, 71, 71, 1615, 1608, 1616, 71,
|
|
|
|
|
71, 71, 1609, 1619, 71, 71, 71, 71, 1611, 1617,
|
|
|
|
|
1613, 71, 71, 1621, 71, 1624, 1614, 1628, 71, 71,
|
|
|
|
|
1620, 1622, 1618, 71, 1627, 71, 1631, 71, 71, 71,
|
|
|
|
|
1632, 71, 71, 1623, 1626, 1630, 71, 1625, 1633, 71,
|
|
|
|
|
1635, 71, 71, 71, 71, 1629, 1634, 1636, 1637, 71,
|
|
|
|
|
71, 1642, 1639, 1643, 1638, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1640, 1646, 71, 71, 71, 71, 71, 1652, 71,
|
|
|
|
|
1641, 1645, 1653, 1655, 71, 1644, 1654, 1648, 1647, 1649,
|
|
|
|
|
1650, 71, 1651, 71, 71, 1656, 1659, 71, 71, 71,
|
|
|
|
|
1660, 1664, 1665, 71, 1657, 71, 71, 71, 1661, 1658,
|
|
|
|
|
1666, 1669, 71, 71, 1672, 71, 1667, 1670, 1662, 1663,
|
|
|
|
|
71, 1668, 1671, 71, 1673, 1676, 71, 1675, 71, 71,
|
|
|
|
|
71, 71, 1678, 71, 1681, 71, 1683, 71, 1677, 1674,
|
|
|
|
|
71, 1679, 71, 71, 71, 71, 71, 1689, 71, 1684,
|
|
|
|
|
1687, 1688, 1690, 71, 71, 1685, 1693, 1682, 1680, 1691,
|
|
|
|
|
71, 71, 71, 1686, 71, 71, 71, 1694, 71, 1695,
|
|
|
|
|
|
|
|
|
|
71, 1696, 71, 1698, 1692, 1697, 71, 71, 71, 1699,
|
|
|
|
|
1704, 71, 1700, 1703, 1701, 71, 71, 71, 71, 1702,
|
|
|
|
|
71, 1706, 1707, 71, 1705, 1708, 71, 71, 71, 1710,
|
|
|
|
|
71, 1715, 1713, 71, 71, 1714, 71, 71, 1709, 71,
|
|
|
|
|
1717, 1711, 71, 71, 71, 1720, 1712, 1716, 1724, 71,
|
|
|
|
|
71, 1718, 1719, 1721, 1722, 71, 1723, 71, 1729, 71,
|
|
|
|
|
71, 71, 1731, 71, 71, 1732, 1725, 1733, 71, 71,
|
|
|
|
|
71, 1726, 1727, 1728, 71, 71, 1735, 1730, 1734, 71,
|
|
|
|
|
1737, 71, 71, 71, 1738, 71, 71, 71, 71, 71,
|
|
|
|
|
1749, 71, 71, 1745, 1736, 1740, 71, 1741, 1742, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1739, 1744, 1748, 1753, 1746, 71, 1743, 1747,
|
|
|
|
|
1752, 71, 71, 71, 1750, 1756, 1755, 71, 71, 1751,
|
|
|
|
|
71, 1754, 1758, 71, 71, 1759, 1761, 1763, 71, 1760,
|
|
|
|
|
1757, 71, 71, 71, 1766, 71, 71, 1762, 1765, 71,
|
|
|
|
|
1767, 1768, 71, 1771, 71, 71, 71, 2598, 71, 71,
|
|
|
|
|
1772, 71, 1774, 71, 1777, 71, 71, 1764, 1781, 1770,
|
|
|
|
|
1769, 1773, 71, 1778, 71, 1775, 1779, 1776, 71, 71,
|
|
|
|
|
71, 1783, 71, 1782, 1786, 71, 1780, 71, 1784, 71,
|
|
|
|
|
1788, 71, 1789, 71, 1787, 71, 1785, 71, 71, 1793,
|
|
|
|
|
1795, 71, 1790, 71, 1791, 71, 71, 1792, 1794, 71,
|
|
|
|
|
|
|
|
|
|
1797, 1799, 1796, 71, 1800, 71, 71, 1798, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1807, 1801, 1808, 71, 1809,
|
|
|
|
|
1811, 1806, 71, 71, 1803, 1802, 1804, 1805, 71, 71,
|
|
|
|
|
1816, 71, 1810, 71, 1818, 71, 71, 1813, 1815, 71,
|
|
|
|
|
1820, 1812, 1817, 71, 1821, 1823, 1825, 1819, 1814, 1826,
|
|
|
|
|
1824, 71, 71, 71, 71, 71, 1822, 1827, 71, 1830,
|
|
|
|
|
71, 1828, 71, 1831, 71, 1835, 71, 71, 1836, 71,
|
|
|
|
|
1839, 71, 71, 1834, 71, 71, 71, 1832, 1829, 1840,
|
|
|
|
|
1842, 1837, 1841, 71, 1843, 71, 71, 71, 1833, 1838,
|
|
|
|
|
71, 1844, 1845, 71, 71, 71, 71, 1846, 71, 1848,
|
|
|
|
|
|
|
|
|
|
1851, 71, 1854, 71, 71, 71, 71, 71, 1855, 1849,
|
|
|
|
|
1847, 1850, 1857, 71, 71, 71, 1852, 1853, 1860, 71,
|
|
|
|
|
1856, 1861, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 2598, 1858, 1859, 1862, 1871, 71, 71, 1863, 1868,
|
|
|
|
|
1872, 71, 1873, 71, 1866, 1870, 1864, 1867, 1865, 1869,
|
|
|
|
|
71, 1876, 1877, 71, 71, 1874, 1875, 1878, 71, 71,
|
|
|
|
|
71, 1881, 71, 1884, 71, 71, 71, 71, 71, 1879,
|
|
|
|
|
1885, 1882, 1880, 1886, 1883, 71, 71, 1890, 71, 1891,
|
|
|
|
|
71, 1893, 71, 71, 1895, 71, 1887, 1888, 1889, 1896,
|
|
|
|
|
71, 71, 71, 71, 1892, 1900, 71, 71, 1899, 1902,
|
|
|
|
|
|
|
|
|
|
71, 1894, 71, 71, 71, 1897, 71, 1905, 71, 1904,
|
|
|
|
|
71, 1898, 71, 1906, 1908, 71, 1901, 1912, 71, 71,
|
|
|
|
|
1903, 71, 71, 1910, 71, 1909, 71, 71, 1907, 1911,
|
|
|
|
|
1916, 1917, 71, 71, 1921, 71, 71, 1915, 71, 1913,
|
|
|
|
|
71, 71, 1919, 1918, 1914, 1923, 71, 1926, 1920, 71,
|
|
|
|
|
71, 71, 1928, 71, 1924, 71, 1922, 71, 1927, 71,
|
|
|
|
|
1930, 71, 1931, 1929, 71, 71, 71, 1925, 71, 1935,
|
|
|
|
|
1936, 1937, 1933, 71, 71, 71, 71, 71, 1932, 1939,
|
|
|
|
|
71, 71, 1934, 1938, 71, 1942, 1943, 71, 1941, 1944,
|
|
|
|
|
1945, 1947, 71, 71, 71, 1951, 1948, 71, 1940, 1952,
|
|
|
|
|
|
|
|
|
|
71, 1946, 1950, 71, 1949, 71, 71, 1953, 71, 1959,
|
|
|
|
|
71, 71, 71, 71, 71, 1954, 71, 71, 71, 1957,
|
|
|
|
|
1955, 1961, 1956, 1967, 1958, 1962, 1960, 71, 71, 1965,
|
|
|
|
|
1963, 1964, 71, 1970, 71, 1966, 1971, 71, 71, 71,
|
|
|
|
|
1969, 1972, 1974, 1975, 1973, 1976, 71, 1968, 71, 71,
|
|
|
|
|
71, 71, 1978, 71, 71, 71, 71, 1982, 71, 71,
|
|
|
|
|
71, 71, 1983, 1984, 1977, 1979, 1985, 71, 1980, 71,
|
|
|
|
|
71, 71, 71, 1988, 1981, 1986, 71, 71, 71, 1987,
|
|
|
|
|
1992, 1989, 1995, 1994, 71, 71, 1991, 71, 71, 71,
|
|
|
|
|
1996, 1990, 1999, 2000, 71, 71, 71, 1993, 2002, 71,
|
|
|
|
|
|
|
|
|
|
71, 2004, 2001, 1997, 71, 1998, 71, 2005, 71, 2003,
|
|
|
|
|
71, 2007, 2008, 2009, 71, 2011, 71, 71, 71, 71,
|
|
|
|
|
2013, 71, 71, 71, 71, 71, 2010, 2012, 2015, 2016,
|
|
|
|
|
2017, 71, 2006, 2018, 71, 2014, 2019, 71, 2020, 71,
|
|
|
|
|
71, 2021, 71, 71, 2022, 2023, 2026, 71, 71, 71,
|
|
|
|
|
2028, 71, 2031, 71, 71, 2025, 71, 2027, 2024, 71,
|
|
|
|
|
71, 2034, 2035, 71, 71, 71, 2030, 2029, 71, 2036,
|
|
|
|
|
2037, 71, 71, 2032, 2038, 71, 71, 2033, 2042, 71,
|
|
|
|
|
2041, 71, 2039, 2043, 71, 2040, 2044, 71, 2045, 71,
|
|
|
|
|
71, 2048, 71, 2046, 2047, 71, 2049, 2051, 71, 2052,
|
|
|
|
|
|
|
|
|
|
71, 2053, 71, 71, 2050, 71, 71, 71, 71, 71,
|
|
|
|
|
2060, 71, 2055, 2058, 71, 2054, 71, 71, 2056, 71,
|
|
|
|
|
71, 71, 71, 2061, 71, 2067, 71, 2057, 71, 2059,
|
|
|
|
|
71, 2068, 2064, 71, 71, 2066, 71, 2063, 71, 2074,
|
|
|
|
|
71, 2069, 2062, 2070, 2065, 2076, 71, 71, 2071, 2078,
|
|
|
|
|
71, 2077, 2075, 2079, 71, 2072, 71, 2073, 71, 2080,
|
|
|
|
|
71, 2081, 71, 71, 71, 2082, 71, 2083, 71, 71,
|
|
|
|
|
71, 71, 2092, 71, 2093, 71, 71, 2089, 2095, 71,
|
|
|
|
|
71, 2084, 2086, 2085, 71, 2094, 71, 71, 2087, 2088,
|
|
|
|
|
2090, 2091, 71, 2098, 71, 71, 71, 71, 2096, 2104,
|
|
|
|
|
|
|
|
|
|
71, 71, 2097, 2105, 71, 2100, 71, 2099, 2106, 71,
|
|
|
|
|
71, 2102, 2101, 71, 71, 2103, 2109, 71, 2110, 2107,
|
|
|
|
|
71, 2108, 2113, 71, 71, 2114, 2115, 71, 71, 2111,
|
|
|
|
|
2112, 71, 71, 2116, 2117, 71, 71, 2119, 71, 2118,
|
|
|
|
|
71, 2123, 2124, 71, 2120, 71, 2127, 71, 71, 71,
|
|
|
|
|
71, 2121, 2128, 71, 2130, 2125, 2122, 2131, 71, 71,
|
|
|
|
|
71, 2135, 71, 2126, 2129, 71, 2132, 2137, 71, 71,
|
|
|
|
|
2139, 71, 71, 71, 2141, 71, 71, 2136, 2140, 2133,
|
|
|
|
|
2134, 71, 2142, 71, 71, 71, 71, 71, 2138, 2144,
|
|
|
|
|
2147, 71, 2149, 2146, 2143, 71, 2145, 71, 71, 2150,
|
|
|
|
|
|
|
|
|
|
2148, 71, 71, 71, 71, 2152, 2154, 2155, 2157, 71,
|
|
|
|
|
2158, 71, 71, 2153, 2151, 71, 71, 2163, 2156, 2159,
|
|
|
|
|
2160, 71, 2161, 71, 71, 2165, 2164, 71, 71, 2168,
|
|
|
|
|
71, 2169, 71, 2167, 2162, 71, 71, 71, 2172, 2171,
|
|
|
|
|
71, 71, 2166, 2173, 71, 2174, 2175, 2176, 2170, 71,
|
|
|
|
|
71, 71, 2180, 71, 2177, 71, 2178, 71, 2179, 71,
|
|
|
|
|
71, 71, 2182, 2181, 2184, 2185, 71, 71, 71, 71,
|
|
|
|
|
71, 2183, 2186, 71, 2191, 71, 71, 71, 2189, 2190,
|
|
|
|
|
71, 2188, 2196, 71, 2187, 2192, 71, 71, 71, 2200,
|
|
|
|
|
71, 71, 71, 71, 2193, 2205, 2198, 2194, 71, 2195,
|
|
|
|
|
|
|
|
|
|
2598, 71, 2204, 2199, 71, 2197, 71, 2202, 2206, 71,
|
|
|
|
|
2201, 2208, 2207, 2203, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
2211, 71, 2214, 2209, 2215, 71, 2216, 71, 2210, 2217,
|
|
|
|
|
71, 2212, 71, 2213, 2218, 71, 71, 2221, 71, 2219,
|
|
|
|
|
2222, 71, 2223, 71, 71, 2225, 71, 2224, 71, 2226,
|
|
|
|
|
2227, 71, 2220, 2228, 2229, 71, 71, 71, 2232, 2233,
|
|
|
|
|
71, 71, 2235, 71, 71, 2234, 71, 2236, 71, 71,
|
|
|
|
|
71, 2231, 2240, 2241, 2230, 71, 71, 2244, 71, 71,
|
|
|
|
|
2243, 71, 71, 71, 2247, 71, 2237, 2245, 71, 2238,
|
|
|
|
|
2239, 2246, 71, 71, 71, 2249, 71, 71, 2252, 71,
|
|
|
|
|
|
|
|
|
|
2242, 2256, 71, 71, 71, 2250, 2251, 71, 71, 2260,
|
|
|
|
|
2248, 2255, 2253, 71, 2261, 2258, 2254, 71, 2257, 71,
|
|
|
|
|
2262, 71, 2259, 71, 2263, 71, 2265, 71, 71, 71,
|
|
|
|
|
2267, 2271, 71, 2264, 71, 71, 2268, 2272, 2274, 71,
|
|
|
|
|
71, 2276, 71, 71, 71, 2266, 71, 2275, 2269, 2270,
|
|
|
|
|
71, 2277, 2278, 2273, 2280, 71, 71, 71, 2284, 2282,
|
|
|
|
|
2281, 71, 2279, 2285, 71, 71, 71, 2288, 71, 71,
|
|
|
|
|
71, 71, 2283, 71, 2286, 2287, 71, 2290, 2289, 71,
|
|
|
|
|
2295, 2294, 71, 2292, 71, 71, 71, 2298, 71, 2297,
|
|
|
|
|
2299, 2296, 2300, 71, 2293, 2291, 2301, 71, 2302, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2307, 2310, 71, 2304, 2306, 2305, 71, 2303,
|
|
|
|
|
71, 71, 71, 71, 71, 2308, 2309, 71, 2315, 2313,
|
|
|
|
|
71, 2317, 71, 71, 71, 71, 2320, 71, 71, 71,
|
|
|
|
|
2311, 71, 71, 2323, 2312, 2314, 71, 71, 71, 71,
|
|
|
|
|
2319, 2321, 2318, 2328, 2322, 2316, 2324, 2327, 2325, 71,
|
|
|
|
|
2330, 71, 71, 2332, 71, 2326, 2333, 71, 71, 2335,
|
|
|
|
|
71, 71, 71, 2338, 71, 71, 71, 2337, 71, 71,
|
|
|
|
|
2342, 2331, 71, 71, 71, 2329, 71, 2336, 71, 2334,
|
|
|
|
|
2345, 71, 2346, 71, 71, 2339, 2343, 2341, 2350, 2340,
|
|
|
|
|
71, 2352, 71, 2347, 2348, 2344, 71, 2349, 71, 2353,
|
|
|
|
|
|
|
|
|
|
71, 2354, 71, 2357, 2358, 71, 2360, 71, 71, 71,
|
|
|
|
|
2351, 2359, 71, 71, 2355, 71, 71, 2365, 2356, 71,
|
|
|
|
|
2362, 2363, 71, 71, 71, 2361, 2368, 71, 2369, 71,
|
|
|
|
|
2371, 71, 2364, 2372, 71, 71, 2366, 2367, 2374, 71,
|
|
|
|
|
2373, 2370, 2376, 71, 2375, 2377, 71, 2378, 71, 71,
|
|
|
|
|
2380, 71, 71, 71, 2379, 71, 2383, 2384, 71, 71,
|
|
|
|
|
71, 71, 2388, 71, 71, 71, 2391, 71, 71, 2389,
|
|
|
|
|
2387, 2381, 71, 2385, 71, 2382, 2392, 2393, 71, 2390,
|
|
|
|
|
2386, 71, 71, 71, 71, 71, 2394, 2395, 2397, 71,
|
|
|
|
|
2400, 2399, 71, 71, 2396, 71, 2398, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2411, 71, 71, 2409, 2412, 71, 2401, 2432,
|
|
|
|
|
71, 2405, 2402, 2403, 2413, 2404, 2406, 2407, 71, 2408,
|
|
|
|
|
71, 2410, 2414, 71, 2415, 71, 2416, 2417, 71, 71,
|
|
|
|
|
2419, 71, 2418, 71, 2421, 71, 2420, 2422, 71, 2424,
|
|
|
|
|
2423, 71, 71, 71, 71, 2428, 2429, 71, 2430, 71,
|
|
|
|
|
71, 2437, 2427, 2435, 71, 71, 2425, 71, 2436, 71,
|
|
|
|
|
2426, 71, 71, 2433, 71, 2431, 2434, 71, 71, 2441,
|
|
|
|
|
2444, 71, 2442, 2445, 71, 2598, 2439, 2446, 71, 71,
|
|
|
|
|
2438, 2447, 71, 2440, 2448, 71, 71, 2443, 2449, 2450,
|
|
|
|
|
71, 2451, 71, 71, 71, 2454, 71, 2456, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 2452, 71, 2458, 71, 2453, 71, 2460, 2463, 71,
|
|
|
|
|
71, 2455, 2462, 71, 71, 71, 71, 2457, 2465, 71,
|
|
|
|
|
71, 71, 2461, 2469, 2464, 71, 71, 71, 2459, 2471,
|
|
|
|
|
71, 71, 2468, 71, 2466, 71, 71, 2467, 2476, 71,
|
|
|
|
|
2479, 2473, 2475, 71, 2470, 2477, 2472, 71, 71, 2480,
|
|
|
|
|
2478, 71, 71, 2474, 71, 71, 71, 71, 2488, 71,
|
|
|
|
|
2490, 71, 71, 2491, 2483, 2489, 2481, 2492, 71, 2482,
|
|
|
|
|
2485, 2487, 2493, 71, 2486, 71, 71, 2484, 71, 71,
|
|
|
|
|
71, 2496, 71, 71, 2497, 2498, 2501, 71, 2503, 71,
|
|
|
|
|
71, 71, 71, 71, 2494, 71, 2495, 71, 2500, 2507,
|
|
|
|
|
|
|
|
|
|
71, 2502, 71, 2508, 2511, 2509, 2505, 2499, 71, 2504,
|
|
|
|
|
71, 2506, 2512, 71, 2510, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 2513, 2518, 71, 71, 2514, 71, 71, 2520,
|
|
|
|
|
71, 2517, 71, 71, 2515, 71, 2516, 2525, 2526, 2527,
|
|
|
|
|
2519, 2522, 2598, 2523, 2521, 71, 2524, 2529, 71, 2531,
|
|
|
|
|
2530, 71, 2532, 71, 2528, 71, 71, 71, 2533, 71,
|
|
|
|
|
2537, 2534, 2535, 71, 2539, 71, 71, 71, 2538, 71,
|
|
|
|
|
71, 2540, 71, 71, 2545, 71, 71, 2542, 2536, 71,
|
|
|
|
|
71, 71, 2548, 2549, 71, 71, 71, 71, 2541, 2547,
|
|
|
|
|
2552, 2543, 2544, 71, 2546, 2550, 71, 71, 2551, 71,
|
|
|
|
|
|
|
|
|
|
2556, 71, 2557, 71, 2560, 2559, 2553, 71, 71, 2555,
|
|
|
|
|
71, 2562, 2554, 2564, 2558, 71, 2563, 71, 71, 2567,
|
|
|
|
|
71, 71, 71, 2569, 2565, 71, 2561, 2568, 2570, 71,
|
|
|
|
|
71, 71, 2571, 71, 71, 2576, 71, 2566, 2572, 2574,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 2578, 2579, 71, 2573,
|
|
|
|
|
71, 2582, 2575, 2583, 71, 71, 2586, 2587, 71, 2577,
|
|
|
|
|
2598, 71, 2580, 2581, 2584, 2589, 71, 2585, 2588, 2590,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 2598, 2592, 2591, 2593,
|
|
|
|
|
2596, 71, 2597, 71, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2594, 2598, 2595, 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, 2598, 74, 74, 74, 74, 140, 140, 2598,
|
|
|
|
|
2598, 2598, 140, 140, 142, 142, 2598, 2598, 142, 2598,
|
|
|
|
|
142, 144, 2598, 2598, 2598, 2598, 2598, 144, 147, 147,
|
|
|
|
|
2598, 2598, 2598, 147, 147, 149, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 149, 151, 151, 2598, 151, 151, 151, 151, 75,
|
|
|
|
|
75, 2598, 75, 75, 75, 75, 13, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-04-24 05:03:49 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[5128] =
|
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-24 05:03:49 -04:00
|
|
|
10, 10, 15, 25, 9, 29, 15, 25, 2604, 31,
|
2018-02-08 08:16:36 -05:00
|
|
|
10, 11, 11, 11, 11, 11, 11, 19, 79, 19,
|
|
|
|
|
|
|
|
|
|
19, 30, 19, 11, 31, 79, 30, 25, 19, 19,
|
|
|
|
|
47, 47, 11, 12, 12, 12, 12, 12, 12, 21,
|
2018-04-17 09:23:35 -04:00
|
|
|
23, 23, 21, 21, 24, 12, 21, 81, 23, 24,
|
2018-04-24 05:03:49 -04:00
|
|
|
34, 21, 23, 24, 12, 23, 24, 898, 24, 24,
|
2018-04-17 09:23:35 -04:00
|
|
|
21, 26, 26, 27, 27, 90, 28, 81, 32, 32,
|
|
|
|
|
28, 34, 27, 28, 33, 33, 26, 32, 36, 33,
|
|
|
|
|
28, 35, 28, 32, 90, 42, 35, 32, 52, 84,
|
|
|
|
|
35, 52, 36, 37, 37, 33, 35, 38, 37, 35,
|
|
|
|
|
42, 69, 38, 63, 63, 38, 35, 84, 37, 40,
|
|
|
|
|
72, 37, 38, 40, 72, 69, 38, 38, 39, 39,
|
|
|
|
|
|
|
|
|
|
102, 39, 78, 40, 41, 41, 78, 40, 40, 41,
|
|
|
|
|
39, 149, 58, 41, 58, 58, 39, 58, 66, 102,
|
|
|
|
|
66, 66, 68, 66, 68, 68, 71, 68, 71, 71,
|
|
|
|
|
66, 71, 85, 74, 80, 74, 74, 71, 74, 77,
|
|
|
|
|
82, 85, 77, 82, 74, 74, 80, 83, 86, 87,
|
|
|
|
|
83, 88, 89, 91, 92, 87, 93, 95, 235, 91,
|
|
|
|
|
98, 87, 86, 83, 96, 98, 94, 97, 92, 88,
|
|
|
|
|
88, 97, 91, 99, 89, 95, 93, 94, 94, 101,
|
|
|
|
|
100, 235, 96, 100, 103, 101, 100, 99, 104, 103,
|
|
|
|
|
107, 104, 106, 105, 107, 104, 108, 109, 110, 100,
|
|
|
|
|
|
|
|
|
|
100, 111, 112, 108, 101, 110, 106, 113, 115, 103,
|
|
|
|
|
109, 104, 105, 117, 111, 114, 119, 105, 116, 114,
|
|
|
|
|
118, 118, 112, 116, 120, 113, 115, 116, 120, 121,
|
|
|
|
|
122, 147, 123, 117, 124, 123, 119, 120, 128, 125,
|
|
|
|
|
126, 127, 127, 120, 121, 125, 123, 124, 129, 122,
|
|
|
|
|
123, 130, 126, 131, 134, 132, 128, 133, 135, 133,
|
|
|
|
|
136, 137, 127, 135, 129, 156, 134, 139, 138, 146,
|
|
|
|
|
130, 132, 136, 138, 131, 141, 141, 148, 148, 137,
|
|
|
|
|
133, 139, 143, 156, 145, 143, 145, 145, 150, 145,
|
|
|
|
|
150, 150, 151, 150, 151, 151, 153, 151, 154, 153,
|
|
|
|
|
|
|
|
|
|
155, 157, 158, 154, 151, 160, 155, 159, 161, 162,
|
|
|
|
|
158, 164, 165, 160, 163, 155, 157, 158, 159, 163,
|
|
|
|
|
167, 165, 166, 144, 162, 167, 173, 161, 166, 166,
|
|
|
|
|
169, 164, 168, 168, 171, 170, 169, 170, 171, 174,
|
|
|
|
|
170, 172, 172, 171, 174, 173, 175, 176, 171, 178,
|
|
|
|
|
177, 175, 180, 178, 171, 171, 177, 170, 179, 176,
|
|
|
|
|
181, 182, 183, 179, 184, 185, 180, 188, 189, 184,
|
|
|
|
|
185, 186, 186, 182, 194, 181, 182, 186, 187, 177,
|
|
|
|
|
183, 142, 190, 187, 189, 191, 191, 188, 190, 186,
|
|
|
|
|
192, 186, 193, 195, 194, 196, 192, 197, 193, 195,
|
|
|
|
|
|
|
|
|
|
198, 200, 192, 199, 196, 201, 198, 200, 199, 202,
|
|
|
|
|
203, 201, 205, 204, 206, 207, 202, 208, 197, 204,
|
|
|
|
|
206, 209, 210, 203, 211, 208, 212, 210, 213, 214,
|
|
|
|
|
215, 218, 205, 211, 209, 215, 216, 207, 217, 219,
|
|
|
|
|
220, 212, 217, 222, 213, 219, 221, 140, 223, 214,
|
|
|
|
|
223, 225, 221, 218, 216, 224, 227, 225, 220, 220,
|
|
|
|
|
226, 228, 224, 222, 229, 237, 226, 228, 230, 230,
|
|
|
|
|
231, 231, 232, 233, 238, 227, 229, 237, 232, 233,
|
|
|
|
|
234, 236, 234, 239, 240, 241, 236, 242, 243, 244,
|
|
|
|
|
241, 239, 245, 238, 243, 244, 232, 245, 246, 234,
|
|
|
|
|
|
|
|
|
|
247, 248, 250, 246, 240, 249, 247, 251, 253, 252,
|
|
|
|
|
242, 254, 258, 255, 254, 255, 248, 252, 261, 249,
|
|
|
|
|
250, 251, 256, 256, 257, 259, 259, 257, 260, 260,
|
|
|
|
|
258, 262, 263, 253, 261, 263, 264, 266, 265, 267,
|
|
|
|
|
264, 270, 268, 266, 273, 270, 262, 265, 268, 269,
|
|
|
|
|
273, 269, 272, 267, 271, 271, 274, 272, 276, 275,
|
|
|
|
|
277, 70, 270, 278, 278, 279, 280, 281, 279, 282,
|
|
|
|
|
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,
|
2018-04-24 05:03:49 -04:00
|
|
|
701, 316, 322, 312, 317, 310, 320, 311, 318, 317,
|
2018-04-17 09:23:35 -04:00
|
|
|
323, 314, 319, 318, 325, 319, 323, 319, 321, 318,
|
2018-04-24 05:03:49 -04:00
|
|
|
324, 321, 330, 327, 701, 324, 326, 325, 328, 326,
|
2018-04-17 09:23:35 -04:00
|
|
|
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,
|
2018-04-24 05:03:49 -04:00
|
|
|
414, 415, 416, 423, 427, 425, 421, 422, 425, 423,
|
|
|
|
|
422, 426, 429, 433, 424, 428, 430, 426, 427, 431,
|
|
|
|
|
|
|
|
|
|
428, 432, 434, 431, 435, 436, 432, 434, 433, 438,
|
|
|
|
|
54, 439, 440, 441, 429, 426, 443, 430, 441, 442,
|
|
|
|
|
435, 443, 444, 446, 436, 437, 437, 450, 440, 438,
|
|
|
|
|
439, 437, 447, 437, 442, 447, 445, 448, 444, 446,
|
|
|
|
|
452, 437, 445, 455, 437, 437, 453, 445, 449, 449,
|
|
|
|
|
454, 437, 450, 451, 451, 452, 456, 448, 453, 457,
|
|
|
|
|
458, 459, 455, 463, 457, 454, 460, 461, 467, 458,
|
|
|
|
|
464, 465, 463, 461, 464, 466, 468, 465, 456, 469,
|
|
|
|
|
459, 460, 470, 467, 471, 472, 473, 466, 474, 472,
|
|
|
|
|
474, 53, 475, 469, 478, 468, 480, 470, 482, 473,
|
|
|
|
|
|
|
|
|
|
475, 477, 471, 476, 476, 479, 478, 477, 480, 481,
|
|
|
|
|
483, 479, 481, 482, 484, 483, 485, 484, 486, 487,
|
|
|
|
|
488, 489, 489, 491, 487, 487, 490, 490, 495, 491,
|
|
|
|
|
492, 492, 485, 488, 486, 485, 493, 493, 494, 497,
|
|
|
|
|
496, 500, 498, 499, 494, 496, 499, 501, 502, 495,
|
|
|
|
|
498, 503, 502, 505, 507, 504, 506, 503, 497, 504,
|
|
|
|
|
509, 506, 508, 510, 500, 509, 501, 511, 508, 512,
|
|
|
|
|
511, 505, 513, 513, 507, 511, 514, 510, 515, 511,
|
|
|
|
|
516, 517, 518, 515, 519, 516, 525, 512, 521, 520,
|
|
|
|
|
519, 521, 522, 526, 514, 517, 522, 518, 520, 523,
|
|
|
|
|
|
|
|
|
|
524, 528, 525, 527, 523, 524, 526, 530, 527, 529,
|
|
|
|
|
529, 531, 532, 533, 534, 539, 530, 538, 522, 533,
|
|
|
|
|
534, 528, 535, 536, 532, 535, 536, 531, 537, 539,
|
|
|
|
|
540, 548, 541, 537, 542, 538, 540, 541, 543, 544,
|
|
|
|
|
542, 543, 545, 546, 544, 547, 549, 545, 545, 550,
|
|
|
|
|
548, 548, 549, 551, 552, 554, 546, 553, 547, 552,
|
|
|
|
|
553, 554, 551, 559, 555, 556, 557, 560, 550, 560,
|
|
|
|
|
556, 557, 557, 558, 558, 553, 555, 561, 562, 563,
|
|
|
|
|
562, 564, 565, 566, 567, 568, 569, 572, 559, 568,
|
|
|
|
|
570, 571, 574, 576, 577, 569, 561, 563, 573, 564,
|
|
|
|
|
|
|
|
|
|
565, 578, 566, 579, 567, 570, 572, 574, 575, 571,
|
|
|
|
|
573, 580, 576, 577, 575, 581, 582, 582, 583, 578,
|
|
|
|
|
584, 579, 583, 586, 585, 587, 588, 589, 586, 580,
|
|
|
|
|
590, 591, 595, 593, 581, 585, 591, 590, 593, 584,
|
|
|
|
|
589, 587, 592, 594, 596, 588, 597, 598, 594, 592,
|
|
|
|
|
595, 596, 600, 599, 601, 597, 604, 602, 606, 601,
|
|
|
|
|
602, 598, 599, 603, 600, 605, 607, 603, 608, 623,
|
|
|
|
|
604, 609, 609, 606, 605, 610, 610, 611, 611, 612,
|
|
|
|
|
607, 614, 616, 617, 610, 615, 618, 617, 612, 608,
|
|
|
|
|
619, 615, 622, 620, 623, 621, 624, 627, 618, 620,
|
|
|
|
|
|
|
|
|
|
614, 634, 616, 621, 630, 633, 625, 634, 619, 635,
|
|
|
|
|
622, 625, 627, 635, 633, 625, 624, 639, 625, 636,
|
|
|
|
|
636, 630, 637, 637, 638, 625, 640, 641, 625, 643,
|
|
|
|
|
48, 639, 644, 641, 643, 638, 646, 645, 647, 648,
|
|
|
|
|
648, 647, 651, 649, 650, 650, 640, 642, 642, 642,
|
|
|
|
|
649, 642, 658, 644, 642, 645, 656, 651, 656, 642,
|
|
|
|
|
657, 646, 652, 652, 653, 642, 642, 654, 655, 653,
|
|
|
|
|
654, 658, 657, 655, 659, 660, 662, 661, 659, 663,
|
|
|
|
|
663, 667, 664, 666, 662, 665, 668, 669, 669, 672,
|
|
|
|
|
704, 668, 704, 667, 672, 660, 661, 664, 670, 665,
|
|
|
|
|
|
|
|
|
|
673, 666, 674, 670, 670, 676, 673, 675, 674, 677,
|
|
|
|
|
675, 676, 678, 679, 680, 681, 682, 677, 684, 680,
|
|
|
|
|
678, 685, 681, 683, 683, 687, 686, 684, 689, 685,
|
|
|
|
|
690, 679, 686, 691, 692, 682, 694, 689, 691, 690,
|
|
|
|
|
695, 694, 693, 692, 687, 693, 696, 697, 697, 698,
|
|
|
|
|
699, 700, 702, 706, 695, 702, 705, 705, 708, 711,
|
|
|
|
|
700, 707, 709, 702, 698, 710, 707, 712, 713, 699,
|
|
|
|
|
715, 696, 714, 716, 706, 717, 714, 713, 718, 708,
|
|
|
|
|
719, 711, 709, 720, 717, 710, 723, 712, 715, 721,
|
|
|
|
|
718, 724, 716, 722, 722, 721, 725, 720, 726, 719,
|
|
|
|
|
|
|
|
|
|
728, 727, 729, 730, 731, 732, 723, 733, 729, 732,
|
|
|
|
|
731, 724, 734, 735, 728, 736, 725, 740, 735, 738,
|
|
|
|
|
726, 727, 745, 730, 734, 738, 733, 737, 737, 741,
|
|
|
|
|
739, 742, 734, 739, 743, 740, 736, 742, 744, 744,
|
|
|
|
|
745, 746, 741, 747, 747, 748, 746, 749, 750, 750,
|
|
|
|
|
751, 749, 753, 752, 743, 754, 756, 753, 759, 807,
|
|
|
|
|
748, 757, 760, 762, 762, 763, 764, 765, 807, 763,
|
|
|
|
|
767, 768, 751, 752, 754, 757, 768, 769, 759, 43,
|
|
|
|
|
756, 764, 766, 760, 761, 767, 766, 761, 773, 761,
|
|
|
|
|
771, 769, 765, 761, 772, 761, 770, 777, 772, 776,
|
|
|
|
|
|
|
|
|
|
761, 770, 770, 773, 771, 761, 774, 775, 778, 779,
|
|
|
|
|
780, 774, 775, 776, 784, 779, 780, 785, 777, 781,
|
|
|
|
|
781, 774, 778, 782, 783, 789, 787, 788, 782, 790,
|
|
|
|
|
783, 795, 788, 784, 796, 785, 786, 786, 787, 789,
|
|
|
|
|
794, 790, 786, 792, 786, 791, 791, 802, 792, 793,
|
|
|
|
|
795, 797, 797, 796, 794, 786, 786, 793, 800, 798,
|
|
|
|
|
803, 804, 786, 798, 800, 801, 802, 804, 801, 805,
|
|
|
|
|
806, 808, 809, 803, 805, 810, 811, 812, 813, 814,
|
|
|
|
|
808, 810, 816, 813, 815, 811, 817, 819, 809, 806,
|
|
|
|
|
821, 818, 824, 819, 823, 817, 812, 825, 815, 814,
|
|
|
|
|
|
|
|
|
|
818, 826, 816, 14, 827, 828, 821, 829, 823, 827,
|
|
|
|
|
828, 824, 829, 830, 832, 825, 826, 831, 831, 833,
|
|
|
|
|
832, 835, 830, 836, 839, 840, 837, 837, 836, 836,
|
|
|
|
|
837, 838, 833, 841, 838, 842, 844, 835, 839, 843,
|
|
|
|
|
845, 846, 844, 847, 848, 840, 847, 846, 842, 13,
|
|
|
|
|
849, 841, 850, 851, 843, 849, 852, 850, 853, 854,
|
|
|
|
|
845, 852, 856, 853, 857, 848, 858, 859, 856, 851,
|
|
|
|
|
861, 854, 858, 859, 860, 860, 862, 864, 863, 861,
|
|
|
|
|
857, 863, 865, 866, 867, 868, 869, 873, 870, 876,
|
|
|
|
|
874, 868, 869, 870, 862, 864, 874, 867, 876, 871,
|
|
|
|
|
|
|
|
|
|
877, 865, 879, 866, 871, 873, 875, 875, 878, 880,
|
|
|
|
|
881, 878, 885, 879, 882, 883, 884, 885, 877, 887,
|
|
|
|
|
882, 883, 881, 886, 886, 888, 890, 880, 889, 891,
|
|
|
|
|
890, 884, 892, 893, 894, 896, 897, 897, 887, 888,
|
|
|
|
|
889, 892, 899, 900, 902, 901, 903, 891, 905, 902,
|
|
|
|
|
904, 904, 893, 0, 896, 903, 899, 901, 900, 894,
|
|
|
|
|
906, 907, 911, 909, 908, 909, 906, 907, 905, 908,
|
|
|
|
|
910, 912, 913, 914, 915, 910, 911, 913, 918, 916,
|
|
|
|
|
917, 919, 919, 921, 920, 912, 916, 923, 914, 924,
|
|
|
|
|
922, 926, 926, 915, 924, 917, 922, 918, 920, 927,
|
|
|
|
|
|
|
|
|
|
929, 921, 928, 924, 927, 924, 931, 923, 924, 928,
|
|
|
|
|
930, 932, 933, 930, 929, 934, 935, 933, 936, 940,
|
|
|
|
|
932, 935, 938, 938, 931, 939, 941, 943, 942, 944,
|
|
|
|
|
939, 941, 942, 945, 934, 946, 943, 936, 947, 940,
|
|
|
|
|
950, 948, 949, 951, 944, 952, 954, 946, 948, 953,
|
|
|
|
|
955, 956, 945, 947, 949, 953, 957, 962, 960, 950,
|
|
|
|
|
959, 954, 964, 952, 951, 957, 959, 961, 963, 966,
|
|
|
|
|
955, 956, 960, 963, 964, 961, 965, 962, 967, 0,
|
|
|
|
|
968, 965, 965, 969, 969, 971, 972, 989, 966, 0,
|
|
|
|
|
973, 989, 967, 968, 970, 972, 973, 976, 971, 970,
|
|
|
|
|
|
|
|
|
|
974, 974, 970, 970, 975, 977, 976, 970, 981, 975,
|
|
|
|
|
977, 978, 984, 970, 979, 979, 978, 970, 980, 983,
|
|
|
|
|
982, 980, 985, 990, 983, 986, 984, 987, 981, 982,
|
|
|
|
|
988, 986, 990, 987, 992, 988, 992, 990, 993, 990,
|
|
|
|
|
985, 990, 995, 990, 991, 991, 995, 996, 997, 993,
|
|
|
|
|
998, 999, 1000, 1001, 1002, 1003, 999, 999, 1001, 998,
|
|
|
|
|
1004, 1005, 996, 1006, 1003, 1008, 997, 1007, 1002, 1009,
|
|
|
|
|
1008, 1006, 1011, 1010, 1000, 1012, 1014, 1014, 1015, 1004,
|
|
|
|
|
1005, 1007, 1010, 1009, 1013, 1016, 1016, 1021, 1019, 1013,
|
|
|
|
|
1011, 1019, 1017, 1015, 1017, 1023, 1020, 1022, 1022, 1025,
|
|
|
|
|
|
|
|
|
|
1012, 1020, 1024, 1024, 1025, 1026, 1021, 1027, 1028, 1028,
|
|
|
|
|
1029, 1030, 1031, 1034, 1031, 1023, 1030, 1033, 1034, 1035,
|
|
|
|
|
1033, 1038, 1038, 1039, 1036, 0, 1026, 1035, 1027, 1036,
|
|
|
|
|
1029, 1037, 1040, 1041, 1042, 1049, 1037, 1044, 1040, 1045,
|
|
|
|
|
1041, 1039, 1047, 1044, 1046, 1045, 1048, 1042, 1047, 1046,
|
|
|
|
|
1050, 1051, 1051, 1052, 1049, 1048, 1054, 1055, 1056, 1057,
|
|
|
|
|
1058, 1050, 1060, 1061, 1056, 1057, 1058, 1062, 1060, 1063,
|
|
|
|
|
1064, 1065, 1067, 1052, 1066, 1066, 1054, 1061, 1068, 1069,
|
|
|
|
|
1055, 1063, 1072, 1061, 1064, 1070, 1073, 1062, 1075, 1065,
|
|
|
|
|
1070, 1073, 1067, 1071, 1071, 1076, 1078, 1069, 1079, 1077,
|
|
|
|
|
|
|
|
|
|
1076, 1076, 1080, 1068, 1078, 1072, 1081, 1075, 1077, 1083,
|
|
|
|
|
1082, 1083, 1079, 1084, 1085, 1082, 1088, 1080, 1082, 1086,
|
|
|
|
|
1085, 1081, 1087, 1086, 1081, 1089, 1090, 1084, 1092, 1091,
|
|
|
|
|
1093, 1095, 1199, 1087, 1091, 1088, 1096, 1097, 1097, 1098,
|
|
|
|
|
1099, 1100, 1102, 1098, 1090, 1095, 1092, 1101, 1103, 1104,
|
|
|
|
|
1093, 1089, 1105, 1106, 1096, 0, 1110, 1199, 1099, 1101,
|
|
|
|
|
1100, 1102, 1103, 1107, 1104, 1109, 1108, 1105, 1107, 1111,
|
|
|
|
|
1109, 1113, 1106, 1108, 1110, 1112, 1112, 1114, 1111, 1115,
|
|
|
|
|
1116, 1117, 1118, 1114, 1125, 1116, 1113, 1117, 1118, 1119,
|
|
|
|
|
1119, 1120, 1120, 1122, 1122, 1123, 1124, 1126, 1127, 1123,
|
|
|
|
|
|
|
|
|
|
1115, 1128, 1125, 1129, 1129, 1124, 1130, 1131, 1128, 1132,
|
|
|
|
|
1133, 1126, 1134, 1127, 1132, 1131, 1135, 1137, 0, 1138,
|
|
|
|
|
1139, 1135, 1135, 1136, 1133, 1140, 1130, 1141, 1136, 1136,
|
|
|
|
|
1142, 1134, 1143, 1144, 1145, 1146, 1142, 1137, 1138, 1139,
|
|
|
|
|
1145, 1146, 1147, 1148, 1140, 1149, 1150, 1141, 1152, 1151,
|
|
|
|
|
0, 1153, 1144, 1154, 1154, 1156, 1155, 1193, 1143, 1155,
|
|
|
|
|
1193, 1147, 1148, 1151, 1149, 1150, 1153, 1156, 1158, 1152,
|
|
|
|
|
1157, 1157, 1159, 1158, 1160, 1161, 1159, 1162, 1165, 1163,
|
|
|
|
|
1166, 1163, 1167, 1165, 1161, 1163, 1174, 1160, 1168, 1170,
|
|
|
|
|
1162, 1169, 1169, 1172, 1170, 1166, 1171, 1172, 1163, 1173,
|
|
|
|
|
|
|
|
|
|
1175, 1171, 1167, 1173, 1168, 1176, 1174, 1177, 1178, 1178,
|
|
|
|
|
1180, 1182, 1183, 1177, 1184, 1184, 1185, 1183, 1175, 1187,
|
|
|
|
|
1187, 1190, 1185, 1189, 1189, 1176, 1191, 1195, 1180, 1194,
|
|
|
|
|
1194, 1196, 1182, 1197, 1197, 1198, 1196, 1190, 1200, 1200,
|
|
|
|
|
1201, 1202, 1191, 1203, 1204, 1204, 1202, 1205, 1195, 1206,
|
|
|
|
|
1198, 1205, 1207, 1207, 1201, 1208, 1209, 1210, 1203, 1211,
|
|
|
|
|
1212, 1210, 1214, 1214, 1215, 1212, 1216, 1209, 1217, 1206,
|
|
|
|
|
1218, 1219, 1220, 1220, 1221, 1222, 1224, 1208, 1211, 1221,
|
|
|
|
|
1216, 1223, 1215, 1226, 1218, 1224, 1225, 1217, 1217, 1228,
|
|
|
|
|
1227, 1225, 1227, 1229, 1228, 1222, 1219, 1230, 1231, 1229,
|
|
|
|
|
|
|
|
|
|
1233, 1223, 1235, 1226, 1231, 1234, 1234, 1236, 1238, 1239,
|
|
|
|
|
1239, 1240, 1240, 1236, 1233, 1241, 1242, 1230, 1243, 1244,
|
|
|
|
|
1247, 1235, 1244, 1245, 1245, 1246, 1250, 1253, 0, 1241,
|
|
|
|
|
1249, 1250, 1238, 1243, 1242, 1248, 1249, 1246, 1248, 1251,
|
|
|
|
|
1247, 1248, 1252, 1254, 1255, 1261, 1254, 1252, 1251, 1259,
|
|
|
|
|
1255, 1260, 1253, 1248, 1256, 1256, 1257, 1257, 1258, 1262,
|
|
|
|
|
1263, 1264, 1259, 1258, 1261, 1265, 1263, 1264, 1266, 1260,
|
|
|
|
|
1265, 1267, 1268, 1270, 1266, 1269, 1269, 1268, 1270, 1262,
|
|
|
|
|
1271, 1272, 1273, 1274, 1276, 1275, 1278, 1277, 1279, 1280,
|
|
|
|
|
1281, 1282, 1278, 1285, 1267, 1290, 1276, 1274, 1271, 1275,
|
|
|
|
|
|
|
|
|
|
1277, 1272, 1273, 1288, 1281, 1284, 1284, 1289, 1279, 1280,
|
|
|
|
|
1286, 1291, 1282, 1285, 1292, 1286, 1287, 1287, 1288, 1290,
|
|
|
|
|
1293, 1289, 1296, 1292, 1294, 1295, 1298, 1300, 1305, 1291,
|
|
|
|
|
0, 1294, 1301, 1301, 1295, 1293, 1309, 1295, 1296, 1302,
|
|
|
|
|
1302, 1298, 1303, 1304, 1304, 1303, 1298, 1305, 1306, 1307,
|
|
|
|
|
1308, 1310, 1300, 1306, 1314, 1309, 1312, 1311, 1315, 1308,
|
|
|
|
|
1310, 1316, 1312, 1310, 1317, 1307, 1311, 1313, 1313, 1318,
|
|
|
|
|
1319, 1315, 1321, 1322, 1314, 1323, 1323, 1324, 1317, 1316,
|
|
|
|
|
1325, 1326, 1319, 1327, 1327, 1318, 1326, 1328, 1329, 1325,
|
|
|
|
|
1330, 1322, 1331, 1324, 1334, 1332, 1328, 1321, 1327, 1328,
|
|
|
|
|
|
|
|
|
|
1332, 1332, 1336, 1335, 1337, 1337, 1329, 1338, 1334, 1335,
|
|
|
|
|
1331, 1330, 1339, 1338, 1343, 1340, 1341, 1339, 1344, 1345,
|
|
|
|
|
1336, 1340, 1341, 1346, 1347, 1345, 1350, 1347, 1351, 1352,
|
|
|
|
|
1353, 1358, 1344, 1347, 1343, 1354, 1346, 1352, 1355, 1356,
|
|
|
|
|
1357, 1359, 1360, 1353, 1355, 1350, 1361, 1351, 1360, 1354,
|
|
|
|
|
1358, 1362, 1356, 1365, 1359, 1364, 1364, 1366, 1357, 1367,
|
|
|
|
|
1368, 1366, 1361, 1369, 1367, 1368, 1370, 1371, 1369, 1362,
|
|
|
|
|
1373, 1374, 1374, 1365, 1375, 1370, 1376, 1377, 1378, 1378,
|
|
|
|
|
1379, 1383, 1380, 1381, 1384, 1373, 1382, 1386, 1376, 1380,
|
|
|
|
|
1371, 1385, 1387, 1375, 1379, 1381, 1377, 1385, 1382, 1386,
|
|
|
|
|
|
|
|
|
|
1383, 1388, 1389, 1389, 1384, 1390, 1394, 1388, 1390, 1393,
|
|
|
|
|
1387, 1391, 1391, 1396, 1393, 1394, 1395, 1395, 1397, 1398,
|
|
|
|
|
1397, 1399, 1398, 1400, 1401, 1396, 1402, 1403, 1404, 1407,
|
|
|
|
|
1408, 1405, 1403, 1406, 1407, 1409, 1410, 1404, 1413, 1408,
|
|
|
|
|
1415, 1399, 1401, 1405, 1402, 1400, 1411, 1411, 1406, 1414,
|
|
|
|
|
1412, 1410, 1408, 1417, 1417, 1409, 1412, 1418, 1418, 1413,
|
|
|
|
|
1415, 1416, 1420, 1416, 1419, 1419, 1421, 1421, 1414, 1422,
|
|
|
|
|
1423, 1424, 1424, 1425, 1426, 1427, 1430, 1425, 1427, 1429,
|
|
|
|
|
1426, 1431, 1420, 1432, 1438, 1429, 1433, 1431, 1437, 1433,
|
|
|
|
|
1422, 1423, 1434, 1434, 1430, 1435, 1435, 1436, 1439, 1440,
|
|
|
|
|
|
|
|
|
|
1437, 1437, 1437, 1436, 1438, 1440, 1441, 1437, 1432, 1443,
|
|
|
|
|
1444, 1445, 1446, 1445, 1443, 1443, 1447, 1450, 1439, 1448,
|
|
|
|
|
1449, 1451, 1453, 1446, 1444, 1448, 1441, 1452, 1452, 1449,
|
|
|
|
|
1455, 1447, 1454, 1454, 1456, 1457, 1457, 1450, 1458, 1458,
|
|
|
|
|
1461, 1463, 1451, 1464, 1464, 1465, 1466, 1468, 1453, 1461,
|
|
|
|
|
1455, 1470, 1467, 1466, 1469, 1469, 1456, 1474, 1471, 1473,
|
|
|
|
|
1465, 1467, 1463, 1474, 1473, 1475, 1477, 1482, 1476, 1483,
|
|
|
|
|
1478, 1481, 1477, 1468, 1471, 1476, 1478, 1470, 1479, 1479,
|
|
|
|
|
1481, 1480, 1484, 1486, 1487, 1475, 1480, 1482, 1483, 1485,
|
|
|
|
|
1488, 1488, 1485, 1489, 1484, 1490, 1491, 1494, 1492, 1489,
|
|
|
|
|
|
|
|
|
|
1495, 1486, 1492, 1498, 1499, 1496, 1500, 1501, 1499, 1506,
|
|
|
|
|
1487, 1491, 1500, 1502, 1502, 1490, 1501, 1494, 1492, 1495,
|
|
|
|
|
1496, 1503, 1498, 1504, 1507, 1503, 1505, 1505, 1508, 1509,
|
|
|
|
|
1506, 1510, 1511, 1511, 1504, 1513, 1512, 1510, 1507, 1504,
|
|
|
|
|
1512, 1514, 1514, 1518, 1516, 1519, 1513, 1515, 1508, 1509,
|
|
|
|
|
1516, 1513, 1515, 1515, 1517, 1520, 1522, 1519, 1523, 1524,
|
|
|
|
|
1517, 1520, 1523, 1525, 1526, 1527, 1528, 1529, 1522, 1518,
|
|
|
|
|
1526, 1524, 1528, 1531, 1532, 1533, 1536, 1536, 1535, 1529,
|
|
|
|
|
1533, 1535, 1537, 1537, 1539, 1531, 1540, 1527, 1525, 1538,
|
|
|
|
|
1538, 1541, 1540, 1532, 1542, 1543, 1544, 1541, 1546, 1542,
|
|
|
|
|
|
|
|
|
|
1549, 1543, 1551, 1546, 1539, 1544, 1548, 1552, 1553, 1548,
|
|
|
|
|
1554, 1554, 1549, 1553, 1551, 1555, 1556, 1557, 1559, 1552,
|
|
|
|
|
1560, 1556, 1557, 1561, 1555, 1558, 1558, 1562, 1563, 1560,
|
|
|
|
|
1564, 1565, 1563, 1566, 1569, 1564, 1570, 1565, 1559, 1568,
|
|
|
|
|
1568, 1561, 1572, 1573, 1571, 1570, 1562, 1566, 1576, 1576,
|
|
|
|
|
1578, 1568, 1569, 1571, 1572, 1579, 1573, 1581, 1583, 1582,
|
|
|
|
|
1584, 1585, 1585, 1586, 1583, 1586, 1578, 1587, 1587, 1590,
|
|
|
|
|
1588, 1579, 1581, 1582, 1591, 1593, 1590, 1584, 1588, 1592,
|
|
|
|
|
1592, 1594, 1598, 1595, 1593, 1596, 1597, 1600, 1599, 1602,
|
|
|
|
|
1604, 1604, 1603, 1600, 1591, 1595, 1605, 1596, 1597, 1606,
|
|
|
|
|
|
|
|
|
|
1608, 1609, 1594, 1599, 1603, 1608, 1600, 1607, 1598, 1602,
|
|
|
|
|
1607, 1611, 1613, 1612, 1605, 1612, 1611, 1614, 1615, 1606,
|
|
|
|
|
1617, 1609, 1614, 1620, 1618, 1615, 1618, 1621, 1621, 1617,
|
|
|
|
|
1613, 1622, 1624, 1623, 1624, 1625, 1626, 1620, 1623, 1628,
|
|
|
|
|
1625, 1626, 1627, 1629, 1632, 1630, 1634, 0, 1631, 1629,
|
|
|
|
|
1630, 1638, 1632, 1635, 1636, 1636, 1639, 1622, 1640, 1628,
|
|
|
|
|
1627, 1631, 1637, 1637, 1640, 1634, 1638, 1635, 1641, 1642,
|
|
|
|
|
1643, 1642, 1645, 1641, 1644, 1644, 1639, 1651, 1643, 1646,
|
|
|
|
|
1646, 1647, 1647, 1648, 1645, 1649, 1643, 1650, 1654, 1650,
|
|
|
|
|
1652, 1652, 1648, 1653, 1649, 1656, 1657, 1649, 1651, 1658,
|
|
|
|
|
|
|
|
|
|
1654, 1657, 1653, 1660, 1658, 1661, 1662, 1656, 1663, 1666,
|
|
|
|
|
1667, 1664, 1668, 1670, 1672, 1667, 1660, 1668, 1673, 1670,
|
|
|
|
|
1672, 1666, 1674, 1675, 1662, 1661, 1663, 1664, 1680, 1676,
|
|
|
|
|
1677, 1677, 1670, 1678, 1679, 1679, 1681, 1674, 1676, 1682,
|
|
|
|
|
1681, 1673, 1678, 1683, 1682, 1684, 1685, 1680, 1675, 1686,
|
|
|
|
|
1684, 1684, 1685, 1688, 1687, 1686, 1683, 1687, 1689, 1692,
|
|
|
|
|
1692, 1688, 1693, 1693, 1694, 1695, 1695, 1696, 1696, 1697,
|
|
|
|
|
1699, 1698, 1706, 1694, 1700, 1702, 1699, 1693, 1689, 1700,
|
|
|
|
|
1702, 1697, 1701, 1701, 1703, 1709, 1711, 1705, 1693, 1698,
|
|
|
|
|
1703, 1705, 1706, 1707, 1710, 1713, 1712, 1707, 1714, 1710,
|
|
|
|
|
|
|
|
|
|
1713, 1715, 1716, 1716, 1717, 1718, 1720, 1719, 1717, 1711,
|
|
|
|
|
1709, 1712, 1719, 1722, 1721, 1725, 1714, 1715, 1722, 1726,
|
|
|
|
|
1718, 1723, 1723, 1727, 1728, 1729, 1730, 1731, 1732, 1737,
|
|
|
|
|
1734, 0, 1720, 1721, 1725, 1735, 1735, 1736, 1726, 1731,
|
|
|
|
|
1736, 1738, 1737, 1739, 1729, 1734, 1727, 1730, 1728, 1732,
|
|
|
|
|
1740, 1740, 1741, 1741, 1743, 1738, 1739, 1742, 1742, 1744,
|
|
|
|
|
1745, 1745, 1746, 1747, 1747, 1748, 1751, 1752, 1750, 1743,
|
|
|
|
|
1748, 1746, 1744, 1750, 1746, 1756, 1753, 1754, 1754, 1755,
|
|
|
|
|
1755, 1757, 1757, 1758, 1759, 1759, 1751, 1752, 1753, 1760,
|
|
|
|
|
1760, 1761, 1762, 1764, 1756, 1765, 1765, 1766, 1764, 1767,
|
|
|
|
|
|
|
|
|
|
1767, 1758, 1768, 1769, 1770, 1761, 1773, 1770, 1774, 1769,
|
|
|
|
|
1775, 1762, 1771, 1771, 1772, 1772, 1766, 1776, 1776, 1778,
|
|
|
|
|
1768, 1779, 1780, 1774, 1783, 1773, 1781, 1784, 1771, 1775,
|
|
|
|
|
1781, 1782, 1782, 1785, 1787, 1787, 1788, 1780, 1789, 1778,
|
|
|
|
|
1790, 1791, 1784, 1783, 1779, 1789, 1792, 1792, 1785, 1793,
|
|
|
|
|
1794, 1796, 1794, 1799, 1790, 1797, 1788, 1798, 1793, 1800,
|
|
|
|
|
1797, 1801, 1798, 1796, 1802, 1803, 1804, 1791, 1805, 1802,
|
|
|
|
|
1803, 1804, 1800, 1807, 1806, 1808, 1809, 1810, 1799, 1806,
|
|
|
|
|
1811, 1812, 1801, 1805, 1817, 1809, 1810, 1813, 1808, 1811,
|
|
|
|
|
1812, 1814, 1815, 1819, 1820, 1820, 1815, 1814, 1807, 1821,
|
|
|
|
|
|
|
|
|
|
1823, 1813, 1819, 1825, 1817, 1821, 1822, 1822, 1826, 1827,
|
|
|
|
|
1827, 1828, 1829, 1831, 1832, 1822, 1833, 1834, 1837, 1825,
|
|
|
|
|
1823, 1829, 1823, 1837, 1826, 1831, 1828, 1838, 1839, 1834,
|
|
|
|
|
1832, 1833, 1836, 1840, 1840, 1836, 1842, 1842, 1843, 1844,
|
|
|
|
|
1839, 1843, 1845, 1846, 1844, 1847, 1847, 1838, 1845, 1846,
|
|
|
|
|
1848, 1849, 1849, 1850, 1851, 1852, 1853, 1853, 1855, 1859,
|
|
|
|
|
1856, 1862, 1855, 1856, 1848, 1850, 1857, 1857, 1851, 1860,
|
|
|
|
|
1858, 1863, 1864, 1860, 1852, 1858, 1865, 1866, 1867, 1859,
|
|
|
|
|
1865, 1862, 1868, 1867, 1869, 1870, 1864, 1873, 1868, 1872,
|
|
|
|
|
1869, 1863, 1873, 1874, 1875, 1879, 1876, 1866, 1876, 1874,
|
|
|
|
|
|
|
|
|
|
1880, 1880, 1875, 1870, 1881, 1872, 1882, 1881, 1885, 1879,
|
|
|
|
|
1883, 1883, 1885, 1886, 1887, 1888, 1888, 1894, 1889, 1886,
|
|
|
|
|
1892, 1892, 1906, 1897, 1898, 1905, 1887, 1889, 1897, 1898,
|
|
|
|
|
1899, 1899, 1882, 1901, 1901, 1894, 1903, 1904, 1904, 1909,
|
|
|
|
|
1907, 1905, 1903, 1910, 1906, 1907, 1911, 1911, 1913, 1915,
|
|
|
|
|
1914, 1916, 1918, 1918, 1919, 1910, 1914, 1913, 1909, 1920,
|
|
|
|
|
1922, 1922, 1923, 1923, 1924, 1925, 1916, 1915, 1927, 1924,
|
|
|
|
|
1925, 1928, 1926, 1919, 1926, 1929, 1935, 1920, 1930, 1930,
|
|
|
|
|
1929, 1934, 1927, 1931, 1931, 1928, 1932, 1932, 1933, 1933,
|
|
|
|
|
1936, 1936, 1938, 1934, 1935, 1937, 1937, 1939, 1939, 1940,
|
|
|
|
|
|
|
|
|
|
1940, 1941, 1941, 1942, 1938, 1943, 1944, 1945, 1946, 1947,
|
|
|
|
|
1948, 1948, 1943, 1946, 1949, 1942, 1950, 1951, 1944, 1952,
|
|
|
|
|
1953, 1954, 1956, 1949, 1955, 1955, 1957, 1945, 1958, 1947,
|
|
|
|
|
1960, 1956, 1952, 1961, 1962, 1954, 1963, 1951, 1964, 1963,
|
|
|
|
|
1965, 1957, 1950, 1958, 1953, 1965, 1966, 1973, 1960, 1967,
|
|
|
|
|
1967, 1966, 1964, 1968, 1968, 1961, 1974, 1962, 1969, 1969,
|
|
|
|
|
1972, 1972, 1975, 1977, 1978, 1973, 1979, 1974, 1981, 1980,
|
|
|
|
|
1982, 1984, 1984, 1983, 1986, 1986, 1987, 1981, 1988, 1988,
|
|
|
|
|
1989, 1975, 1978, 1977, 1990, 1987, 1991, 1993, 1979, 1980,
|
|
|
|
|
1982, 1983, 1992, 1991, 1994, 1995, 1996, 2002, 1989, 1997,
|
|
|
|
|
|
|
|
|
|
1997, 2000, 1990, 1998, 1998, 1993, 2001, 1992, 1999, 2004,
|
|
|
|
|
2005, 1995, 1994, 2003, 1999, 1996, 2002, 2006, 2003, 2000,
|
|
|
|
|
2012, 2001, 2006, 2007, 2015, 2007, 2008, 2008, 2014, 2004,
|
|
|
|
|
2005, 2009, 2016, 2009, 2010, 2010, 2019, 2014, 2020, 2012,
|
|
|
|
|
2022, 2020, 2021, 2021, 2015, 2023, 2024, 2024, 2025, 2027,
|
|
|
|
|
2028, 2016, 2025, 2030, 2028, 2022, 2019, 2029, 2029, 2032,
|
|
|
|
|
2033, 2034, 2034, 2023, 2027, 2036, 2030, 2037, 2037, 2038,
|
|
|
|
|
2039, 2039, 2047, 2040, 2041, 2041, 2048, 2036, 2040, 2032,
|
|
|
|
|
2033, 2046, 2046, 2049, 2050, 2054, 2055, 2056, 2038, 2048,
|
|
|
|
|
2054, 2057, 2056, 2050, 2047, 2058, 2049, 2059, 2061, 2057,
|
|
|
|
|
|
|
|
|
|
2055, 2062, 2063, 2064, 2069, 2059, 2062, 2063, 2065, 2065,
|
|
|
|
|
2066, 2066, 2067, 2061, 2058, 2068, 2070, 2071, 2064, 2067,
|
|
|
|
|
2068, 2072, 2069, 2071, 2073, 2073, 2072, 2074, 2075, 2076,
|
|
|
|
|
2076, 2077, 2077, 2075, 2070, 2080, 2081, 2089, 2082, 2081,
|
|
|
|
|
2083, 2084, 2074, 2082, 2082, 2083, 2084, 2085, 2080, 2088,
|
|
|
|
|
2086, 2087, 2089, 2085, 2086, 2090, 2087, 2091, 2088, 2092,
|
|
|
|
|
2096, 2094, 2091, 2090, 2094, 2096, 2098, 2097, 2099, 2100,
|
|
|
|
|
2101, 2092, 2097, 2102, 2102, 2106, 2103, 2107, 2100, 2101,
|
|
|
|
|
2108, 2099, 2109, 2109, 2098, 2103, 2110, 2111, 2112, 2113,
|
|
|
|
|
2113, 2114, 2116, 2118, 2106, 2120, 2111, 2107, 2119, 2108,
|
|
|
|
|
|
|
|
|
|
0, 2120, 2119, 2112, 2122, 2110, 2123, 2116, 2121, 2121,
|
|
|
|
|
2114, 2123, 2122, 2118, 2125, 2126, 2128, 2129, 2130, 2140,
|
|
|
|
|
2128, 2132, 2132, 2125, 2133, 2133, 2134, 2134, 2126, 2136,
|
|
|
|
|
2136, 2129, 2142, 2130, 2138, 2138, 2143, 2143, 2150, 2140,
|
|
|
|
|
2144, 2144, 2145, 2145, 2146, 2147, 2147, 2146, 2148, 2148,
|
|
|
|
|
2149, 2149, 2142, 2150, 2151, 2151, 2152, 2153, 2154, 2155,
|
|
|
|
|
2155, 2156, 2159, 2160, 2154, 2156, 2163, 2159, 2159, 2161,
|
|
|
|
|
2162, 2153, 2163, 2164, 2152, 2165, 2166, 2167, 2167, 2164,
|
|
|
|
|
2166, 2172, 2170, 2171, 2172, 2174, 2160, 2170, 2176, 2161,
|
|
|
|
|
2162, 2171, 2175, 2177, 2178, 2175, 2179, 2180, 2177, 2182,
|
|
|
|
|
|
|
|
|
|
2165, 2181, 2181, 2184, 2192, 2176, 2176, 2183, 2185, 2185,
|
|
|
|
|
2174, 2180, 2178, 2186, 2186, 2183, 2179, 2189, 2182, 2187,
|
|
|
|
|
2187, 2190, 2184, 2188, 2188, 2191, 2190, 2193, 2194, 2195,
|
|
|
|
|
2192, 2197, 2197, 2189, 2198, 2199, 2193, 2198, 2201, 2201,
|
|
|
|
|
2202, 2203, 2203, 2205, 2207, 2191, 2204, 2202, 2194, 2195,
|
|
|
|
|
2210, 2204, 2205, 2199, 2208, 2208, 2209, 2211, 2212, 2210,
|
|
|
|
|
2209, 2213, 2207, 2212, 2212, 2221, 2214, 2219, 2219, 2220,
|
|
|
|
|
2224, 2226, 2211, 2228, 2213, 2214, 2230, 2221, 2220, 2231,
|
|
|
|
|
2231, 2230, 2232, 2226, 2234, 2241, 2235, 2235, 2242, 2234,
|
|
|
|
|
2235, 2232, 2237, 2237, 2228, 2224, 2238, 2238, 2239, 2239,
|
|
|
|
|
|
|
|
|
|
2240, 2243, 2245, 2248, 2248, 2241, 2243, 2242, 2245, 2240,
|
|
|
|
|
2246, 2247, 2249, 2250, 2251, 2246, 2247, 2252, 2253, 2251,
|
|
|
|
|
2254, 2255, 2255, 2257, 2253, 2258, 2259, 2259, 2260, 2262,
|
|
|
|
|
2249, 2261, 2264, 2262, 2250, 2252, 2265, 2263, 2267, 2266,
|
|
|
|
|
2258, 2260, 2257, 2267, 2261, 2254, 2263, 2266, 2264, 2268,
|
|
|
|
|
2269, 2269, 2270, 2272, 2272, 2265, 2273, 2273, 2275, 2277,
|
|
|
|
|
2277, 2278, 2279, 2281, 2281, 2282, 2283, 2279, 2284, 2286,
|
|
|
|
|
2286, 2270, 2287, 2289, 2293, 2268, 2295, 2278, 2294, 2275,
|
|
|
|
|
2290, 2290, 2291, 2291, 2292, 2282, 2287, 2284, 2295, 2283,
|
|
|
|
|
2296, 2297, 2297, 2292, 2293, 2289, 2298, 2294, 2304, 2298,
|
|
|
|
|
|
|
|
|
|
2299, 2299, 2303, 2305, 2306, 2306, 2308, 2309, 2307, 2305,
|
|
|
|
|
2296, 2307, 2308, 2313, 2303, 2311, 2312, 2314, 2304, 2315,
|
|
|
|
|
2311, 2312, 2319, 2314, 2324, 2309, 2316, 2316, 2318, 2318,
|
|
|
|
|
2321, 2321, 2313, 2322, 2322, 2323, 2315, 2315, 2324, 2325,
|
|
|
|
|
2323, 2319, 2326, 2326, 2325, 2327, 2327, 2328, 2328, 2329,
|
|
|
|
|
2331, 2331, 2334, 2336, 2329, 2337, 2337, 2339, 2339, 2340,
|
|
|
|
|
2341, 2342, 2343, 2343, 2344, 2347, 2348, 2353, 2349, 2344,
|
|
|
|
|
2342, 2334, 2348, 2340, 2354, 2336, 2349, 2350, 2350, 2347,
|
|
|
|
|
2341, 2351, 2359, 2355, 2356, 2357, 2351, 2353, 2355, 2360,
|
|
|
|
|
2359, 2357, 2361, 2362, 2354, 2364, 2356, 2363, 2366, 2365,
|
|
|
|
|
|
|
|
|
|
2367, 2370, 2373, 2373, 2400, 2367, 2374, 2374, 2360, 2400,
|
|
|
|
|
2375, 2364, 2361, 2362, 2375, 2363, 2365, 2365, 2386, 2366,
|
|
|
|
|
2387, 2370, 2379, 2379, 2381, 2381, 2382, 2382, 2383, 2382,
|
|
|
|
|
2385, 2385, 2383, 2390, 2387, 2391, 2386, 2389, 2389, 2391,
|
|
|
|
|
2390, 2392, 2394, 2395, 2396, 2396, 2397, 2397, 2398, 2398,
|
|
|
|
|
2399, 2403, 2395, 2402, 2401, 2404, 2392, 2403, 2402, 2402,
|
|
|
|
|
2394, 2405, 2406, 2401, 2407, 2399, 2401, 2408, 2409, 2407,
|
|
|
|
|
2410, 2410, 2408, 2413, 2413, 0, 2405, 2416, 2416, 2420,
|
|
|
|
|
2404, 2417, 2417, 2406, 2418, 2418, 2424, 2409, 2420, 2421,
|
|
|
|
|
2421, 2423, 2423, 2425, 2426, 2426, 2427, 2428, 2428, 2431,
|
|
|
|
|
|
|
|
|
|
2432, 2424, 2433, 2432, 2435, 2425, 2434, 2434, 2438, 2437,
|
|
|
|
|
2439, 2427, 2437, 2440, 2438, 2441, 2443, 2431, 2440, 2442,
|
|
|
|
|
2449, 2452, 2435, 2449, 2439, 2453, 2454, 2455, 2433, 2453,
|
|
|
|
|
2457, 2458, 2443, 2459, 2441, 2461, 2463, 2442, 2459, 2462,
|
|
|
|
|
2462, 2455, 2458, 2460, 2452, 2460, 2454, 2464, 2466, 2463,
|
|
|
|
|
2461, 2465, 2467, 2457, 2469, 2468, 2472, 2470, 2471, 2471,
|
|
|
|
|
2473, 2473, 2474, 2474, 2466, 2472, 2464, 2475, 2475, 2465,
|
|
|
|
|
2468, 2470, 2476, 2476, 2469, 2477, 2478, 2467, 2479, 2480,
|
|
|
|
|
2481, 2479, 2482, 2483, 2480, 2481, 2484, 2485, 2486, 2486,
|
|
|
|
|
2487, 2489, 2484, 2491, 2477, 2497, 2478, 2496, 2483, 2494,
|
|
|
|
|
|
|
|
|
|
2494, 2485, 2495, 2495, 2498, 2496, 2489, 2482, 2500, 2487,
|
|
|
|
|
2498, 2491, 2499, 2501, 2497, 2502, 2504, 2505, 2499, 2506,
|
|
|
|
|
2508, 2516, 2500, 2506, 2509, 2510, 2501, 2513, 2511, 2509,
|
|
|
|
|
2512, 2505, 2514, 2515, 2502, 2517, 2504, 2514, 2515, 2516,
|
|
|
|
|
2508, 2511, 0, 2512, 2510, 2519, 2513, 2518, 2518, 2520,
|
|
|
|
|
2519, 2521, 2521, 2522, 2517, 2520, 2523, 2524, 2522, 2525,
|
|
|
|
|
2526, 2523, 2524, 2527, 2528, 2528, 2526, 2530, 2527, 2531,
|
|
|
|
|
2532, 2530, 2533, 2534, 2535, 2536, 2537, 2532, 2525, 2550,
|
|
|
|
|
2535, 2538, 2538, 2540, 2540, 2542, 2541, 2543, 2531, 2537,
|
|
|
|
|
2542, 2533, 2534, 2544, 2536, 2541, 2545, 2547, 2541, 2546,
|
|
|
|
|
|
|
|
|
|
2546, 2548, 2547, 2551, 2551, 2550, 2543, 2552, 2555, 2545,
|
|
|
|
|
2553, 2553, 2544, 2555, 2548, 2554, 2554, 2556, 2557, 2558,
|
|
|
|
|
2558, 2560, 2559, 2560, 2556, 2562, 2552, 2559, 2561, 2561,
|
|
|
|
|
2564, 2563, 2562, 2566, 2565, 2568, 2568, 2557, 2563, 2565,
|
|
|
|
|
2569, 2571, 2572, 2573, 2574, 2578, 2571, 2572, 2579, 2564,
|
|
|
|
|
2575, 2575, 2566, 2577, 2577, 2580, 2580, 2581, 2581, 2569,
|
|
|
|
|
0, 2582, 2573, 2574, 2578, 2584, 2584, 2579, 2582, 2585,
|
|
|
|
|
2585, 2586, 2588, 2592, 2591, 2593, 0, 2588, 2586, 2591,
|
|
|
|
|
2594, 2594, 2595, 2595, 0, 0, 0, 0, 0, 0,
|
|
|
|
|
0, 0, 2592, 0, 2593, 2599, 2599, 2599, 2599, 2599,
|
|
|
|
|
|
|
|
|
|
2599, 2599, 2600, 2600, 2600, 2600, 2600, 2600, 2600, 2601,
|
|
|
|
|
2601, 2601, 2601, 2601, 2601, 2601, 2602, 2602, 2602, 2602,
|
|
|
|
|
2602, 2602, 2602, 2603, 2603, 2603, 2603, 2603, 2603, 2603,
|
|
|
|
|
2605, 2605, 0, 2605, 2605, 2605, 2605, 2606, 2606, 0,
|
|
|
|
|
0, 0, 2606, 2606, 2607, 2607, 0, 0, 2607, 0,
|
|
|
|
|
2607, 2608, 0, 0, 0, 0, 0, 2608, 2609, 2609,
|
|
|
|
|
0, 0, 0, 2609, 2609, 2610, 0, 0, 0, 0,
|
|
|
|
|
0, 2610, 2611, 2611, 0, 2611, 2611, 2611, 2611, 2612,
|
|
|
|
|
2612, 0, 2612, 2612, 2612, 2612, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598, 2598,
|
|
|
|
|
2598, 2598, 2598, 2598, 2598, 2598, 2598
|
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-24 05:03:49 -04:00
|
|
|
#line 2631 "<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-04-24 05:03:49 -04:00
|
|
|
size_t n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2018-04-24 05:03:49 -04:00
|
|
|
while ( (result = (int) fread(buf, 1, 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-24 05:03:49 -04:00
|
|
|
#line 2854 "<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-24 05:03:49 -04:00
|
|
|
if ( yy_current_state >= 2599 )
|
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-24 05:03:49 -04:00
|
|
|
while ( yy_base[yy_current_state] != 5087 );
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
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-24 05:03:49 -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 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-24 05:03:49 -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 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-24 05:03:49 -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 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-24 05:03:49 -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 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"
|
2018-04-24 05:03:49 -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 146:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 355 "./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 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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 404 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
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-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 407 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-04-24 05:03:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 409 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-04-24 05:03:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 411 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{
|
2018-04-24 05:03:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 413 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{
|
2018-04-24 05:03:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 415 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{
|
2018-04-24 05:03:49 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 417 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IP_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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PCT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 442 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{
|
2018-04-24 05:03:49 -04:00
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 227:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 444 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 446 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 447 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 232:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 450 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 233:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 451 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 234:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 452 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 236:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 454 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
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-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 238:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 456 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 239:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 457 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 240:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 458 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 241:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 459 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
2018-04-17 09:23:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 242:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 460 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 243:
|
|
|
|
|
/* rule 243 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 461 "./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-24 05:03:49 -04:00
|
|
|
case 244:
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 464 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 465 "./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-24 05:03:49 -04:00
|
|
|
case 245:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 470 "./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-24 05:03:49 -04:00
|
|
|
case 246:
|
|
|
|
|
/* rule 246 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 471 "./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-24 05:03:49 -04:00
|
|
|
case 247:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 473 "./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-24 05:03:49 -04:00
|
|
|
case 248:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 485 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 486 "./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-24 05:03:49 -04:00
|
|
|
case 249:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 491 "./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-24 05:03:49 -04:00
|
|
|
case 250:
|
|
|
|
|
/* rule 250 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 492 "./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-24 05:03:49 -04:00
|
|
|
case 251:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 494 "./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-24 05:03:49 -04:00
|
|
|
case 252:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 506 "./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-24 05:03:49 -04:00
|
|
|
#line 508 "./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 253:
|
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-24 05:03:49 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
2018-04-09 09:27:28 -04:00
|
|
|
case 254:
|
2018-04-24 05:03:49 -04:00
|
|
|
/* rule 254 can match eol */
|
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-24 05:03:49 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2018-04-17 09:23:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 255:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 514 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 256:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 515 "./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-24 05:03:49 -04:00
|
|
|
#line 520 "./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-24 05:03:49 -04:00
|
|
|
case 257:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 524 "./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-24 05:03:49 -04:00
|
|
|
case 258:
|
|
|
|
|
/* rule 258 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 525 "./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-24 05:03:49 -04:00
|
|
|
case 259:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 527 "./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-24 05:03:49 -04:00
|
|
|
#line 533 "./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-24 05:03:49 -04:00
|
|
|
case 260:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 544 "./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-24 05:03:49 -04:00
|
|
|
case 261:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 548 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-04-24 05:03:49 -04:00
|
|
|
case 262:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 552 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-04-24 05:03:49 -04:00
|
|
|
case 263:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 556 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 4333 "<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);
|
2018-04-24 05:03:49 -04:00
|
|
|
int number_to_move, i;
|
2007-10-18 18:49:08 -04:00
|
|
|
int ret_val;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We matched a single character, the EOB, so
|
|
|
|
|
* treat this as a final EOF.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_END_OF_FILE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* We matched some text prior to the EOB, first
|
|
|
|
|
* process it.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_LAST_MATCH;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Try to read more data. */
|
|
|
|
|
|
|
|
|
|
/* First move last chars to start of buffer. */
|
2018-04-24 05:03:49 -04:00
|
|
|
number_to_move = (int) ((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-04-24 05:03:49 -04:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,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;
|
|
|
|
|
|
2018-04-24 05:03:49 -04:00
|
|
|
if (((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-04-24 05:03:49 -04:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,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-24 05:03:49 -04:00
|
|
|
if ( yy_current_state >= 2599 )
|
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-24 05:03:49 -04:00
|
|
|
if ( yy_current_state >= 2599 )
|
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-24 05:03:49 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2598);
|
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-04-24 05:03:49 -04:00
|
|
|
b->yy_buf_size = (yy_size_t)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-04-24 05:03:49 -04:00
|
|
|
b->yy_ch_buf = (char *) yyalloc(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-04-24 05:03:49 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-04-24 05:03:49 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
return;
|
|
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
|
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
|
|
|
|
|
((yy_buffer_stack),
|
|
|
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
|
|
|
|
|
|
|
|
|
/* zero only the new slots.*/
|
|
|
|
|
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
|
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Setup the input buffer state to scan directly from a user-specified character buffer.
|
|
|
|
|
* @param base the character buffer
|
|
|
|
|
* @param size the size in bytes of the character buffer
|
|
|
|
|
*
|
2018-04-24 05:03:49 -04:00
|
|
|
* @return the newly allocated buffer state object.
|
2015-12-01 03:11:48 -05:00
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
|
|
|
|
{
|
|
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( size < 2 ||
|
|
|
|
|
base[size-2] != YY_END_OF_BUFFER_CHAR ||
|
|
|
|
|
base[size-1] != YY_END_OF_BUFFER_CHAR )
|
|
|
|
|
/* They forgot to leave room for the EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
return NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
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-04-24 05:03:49 -04:00
|
|
|
b->yy_buf_size = 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;
|
2018-04-24 05:03:49 -04:00
|
|
|
int i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2018-04-24 05:03:49 -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-04-24 05:03:49 -04:00
|
|
|
int 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-04-24 05:03:49 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return yylineno;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the input stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_in (void)
|
|
|
|
|
{
|
|
|
|
|
return yyin;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the output stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_out (void)
|
|
|
|
|
{
|
|
|
|
|
return yyout;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the length of the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void)
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
return yyleng;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
char *yyget_text (void)
|
|
|
|
|
{
|
|
|
|
|
return yytext;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the current line number.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _line_number line number
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
yylineno = _line_number;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the input stream. This does not discard the current
|
|
|
|
|
* input buffer.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _in_str A readable stream.
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* @see yy_switch_to_buffer
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyin = _in_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyout = _out_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yyget_debug (void)
|
|
|
|
|
{
|
|
|
|
|
return yy_flex_debug;
|
|
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_debug (int _bdebug )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_flex_debug = _bdebug ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void)
|
|
|
|
|
{
|
|
|
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
|
|
|
* This function is called from yylex_destroy(), so don't allocate here.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_buffer_stack) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_c_buf_p) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 0;
|
|
|
|
|
(yy_start) = 0;
|
|
|
|
|
|
|
|
|
|
/* Defined in main.c */
|
|
|
|
|
#ifdef YY_STDINIT
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
yyout = stdout;
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
yyin = NULL;
|
|
|
|
|
yyout = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
|
|
|
int yylex_destroy (void)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
|
|
|
while(YY_CURRENT_BUFFER){
|
|
|
|
|
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-24 05:03:49 -04:00
|
|
|
#line 556 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|