2009-03-24 08:47:56 -04:00
|
|
|
#include "config.h"
|
2007-10-18 18:49:08 -04:00
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#line 3 "<stdout>"
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
|
|
|
|
|
|
/* A lexical scanner generated by flex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define FLEX_SCANNER
|
|
|
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_FLEX_MINOR_VERSION 6
|
2018-05-28 10:15:06 -04:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 1
|
2015-12-01 03:11:48 -05:00
|
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
|
|
|
#define FLEX_BETA
|
|
|
|
|
#endif
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
|
|
|
|
|
|
/* begin standard C headers. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <stdio.h>
|
2015-12-01 03:11:48 -05:00
|
|
|
#include <string.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
/* end standard C headers. */
|
|
|
|
|
|
|
|
|
|
/* flex integer type definitions */
|
|
|
|
|
|
|
|
|
|
#ifndef FLEXINT_H
|
|
|
|
|
#define FLEXINT_H
|
|
|
|
|
|
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
2007-10-19 04:37:27 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
|
|
|
* if you want the limit (max/min) macros for int types.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
|
|
|
#define __STDC_LIMIT_MACROS 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
typedef int8_t flex_int8_t;
|
|
|
|
|
typedef uint8_t flex_uint8_t;
|
|
|
|
|
typedef int16_t flex_int16_t;
|
|
|
|
|
typedef uint16_t flex_uint16_t;
|
|
|
|
|
typedef int32_t flex_int32_t;
|
|
|
|
|
typedef uint32_t flex_uint32_t;
|
|
|
|
|
#else
|
|
|
|
|
typedef signed char flex_int8_t;
|
|
|
|
|
typedef short int flex_int16_t;
|
|
|
|
|
typedef int flex_int32_t;
|
|
|
|
|
typedef unsigned char flex_uint8_t;
|
|
|
|
|
typedef unsigned short int flex_uint16_t;
|
|
|
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
|
|
|
|
|
|
/* Limits of integral types. */
|
|
|
|
|
#ifndef INT8_MIN
|
|
|
|
|
#define INT8_MIN (-128)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT16_MIN
|
|
|
|
|
#define INT16_MIN (-32767-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MIN
|
|
|
|
|
#define INT32_MIN (-2147483647-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT8_MAX
|
|
|
|
|
#define INT8_MAX (127)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef INT16_MAX
|
|
|
|
|
#define INT16_MAX (32767)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MAX
|
|
|
|
|
#define INT32_MAX (2147483647)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT8_MAX
|
|
|
|
|
#define UINT8_MAX (255U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT16_MAX
|
|
|
|
|
#define UINT16_MAX (65535U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT32_MAX
|
|
|
|
|
#define UINT32_MAX (4294967295U)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2013-04-15 03:57:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! C99 */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! FLEXINT_H */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
/* TODO: this is always defined, so inline it */
|
2017-06-16 03:56:28 -04:00
|
|
|
#define yyconst const
|
2017-07-24 05:04:18 -04:00
|
|
|
|
|
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
#define yynoreturn __attribute__((__noreturn__))
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
#define yynoreturn
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Returned upon end-of-file. */
|
|
|
|
|
#define YY_NULL 0
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
|
|
|
* integer for use as an array index. If the signed char is negative,
|
|
|
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
|
|
|
* double cast.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2018-05-28 10:15:06 -04:00
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
|
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
|
|
|
* definition of BEGIN.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
|
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
|
|
|
* compatibility.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YYSTATE YY_START
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Special action meaning "start processing a new file". */
|
2018-05-28 10:15:06 -04:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
extern int yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
*yy_cp = (yy_hold_char); \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
|
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
struct yy_buffer_state
|
|
|
|
|
{
|
|
|
|
|
FILE *yy_input_file;
|
|
|
|
|
|
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
|
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
|
|
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_n_chars;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
|
|
|
* and can realloc() it to grow it, and should free() it to
|
|
|
|
|
* delete it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_our_buffer;
|
|
|
|
|
|
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
|
|
|
* if we're using stdio for input, then we want to use getc()
|
|
|
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
|
|
|
* each newline.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_interactive;
|
|
|
|
|
|
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
|
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
|
|
|
* not.
|
|
|
|
|
*/
|
|
|
|
|
int yy_at_bol;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
|
|
|
int yy_bs_column; /**< The column count. */
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Whether to try to fill the input buffer when we reach the
|
|
|
|
|
* end of it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_fill_buffer;
|
|
|
|
|
|
|
|
|
|
int yy_buffer_status;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUFFER_NEW 0
|
|
|
|
|
#define YY_BUFFER_NORMAL 1
|
|
|
|
|
/* When an EOF's been seen but there's still some text to process
|
|
|
|
|
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
|
|
|
|
|
* shouldn't try reading from the input source any more. We might
|
|
|
|
|
* still have a bunch of tokens to match, though, because of
|
|
|
|
|
* possible backing-up.
|
|
|
|
|
*
|
|
|
|
|
* When we actually see the EOF, we change the status to "new"
|
|
|
|
|
* (via yyrestart()), so that the user can continue scanning by
|
|
|
|
|
* just pointing yyin at a new input file.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUFFER_EOF_PENDING 2
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Stack of input buffers. */
|
|
|
|
|
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
|
|
|
|
|
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
|
|
|
* future we want to put the buffer states in a more general
|
|
|
|
|
* "scanner state".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
|
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
|
|
|
static char yy_hold_char;
|
2017-07-24 05:04:18 -04:00
|
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
|
|
|
int yyleng;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Points to current character in buffer. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static char *yy_c_buf_p = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_init = 0; /* whether we need to initialize */
|
2007-10-18 18:49:08 -04:00
|
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
|
|
|
|
|
|
/* Flag which is used to allow yywrap()'s to do buffer switches
|
|
|
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
|
|
|
*/
|
|
|
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyrestart (FILE *input_file );
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
void yypop_buffer_state (void );
|
|
|
|
|
|
|
|
|
|
static void yyensure_buffer_stack (void );
|
|
|
|
|
static void yy_load_buffer_state (void );
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void *yyalloc (yy_size_t );
|
|
|
|
|
void *yyrealloc (void *,yy_size_t );
|
|
|
|
|
void yyfree (void * );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2015-12-01 03:11:48 -05:00
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2015-12-01 03:11:48 -05:00
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2018-05-28 10:15:06 -04:00
|
|
|
|
|
|
|
|
typedef unsigned char YY_CHAR;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
FILE *yyin = NULL, *yyout = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef int yy_state_type;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
extern int yylineno;
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yylineno = 1;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern char *yytext;
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifdef yytext_ptr
|
|
|
|
|
#undef yytext_ptr
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yytext_ptr yytext
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
|
|
|
static int yy_get_next_buffer (void );
|
|
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
|
|
|
* corresponding action - sets up yytext.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_DO_BEFORE_ACTION \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = yy_bp; \
|
|
|
|
|
(yytext_ptr) -= (yy_more_len); \
|
2017-07-24 05:04:18 -04:00
|
|
|
yyleng = (int) (yy_cp - (yytext_ptr)); \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_hold_char) = *yy_cp; \
|
2007-10-18 18:49:08 -04:00
|
|
|
*yy_cp = '\0'; \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp;
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
#define YY_NUM_RULES 271
|
|
|
|
|
#define YY_END_OF_BUFFER 272
|
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-07-31 03:23:58 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2680] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-07-31 03:23:58 -04:00
|
|
|
1, 1, 253, 253, 257, 257, 261, 261, 265, 265,
|
|
|
|
|
1, 1, 272, 269, 1, 251, 251, 270, 2, 270,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 253, 254, 254, 255, 270, 257, 258, 258,
|
|
|
|
|
259, 270, 264, 261, 262, 262, 263, 270, 265, 266,
|
|
|
|
|
266, 267, 270, 268, 252, 2, 256, 270, 268, 269,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 253,
|
|
|
|
|
0, 257, 0, 264, 0, 261, 265, 0, 268, 0,
|
|
|
|
|
2, 2, 268, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 268, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
107, 269, 269, 269, 269, 269, 269, 269, 268, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 91, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 8, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 112, 269, 268, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 268, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 51,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 197, 269, 14, 15, 269, 18, 17,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 106,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 182, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 3, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 268, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 245, 269, 269, 244,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 260, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 54, 269, 221, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 55, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 171, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 20, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 127, 269, 269, 260, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 227, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 146, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 126, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 89, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 31, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 32, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 52, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 105, 269, 269, 269, 269, 269,
|
|
|
|
|
104, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 53, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 147, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 42, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 212, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 46, 269, 47, 269, 269, 269, 269,
|
|
|
|
|
92, 269, 93, 269, 269, 269, 90, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
7, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 190,
|
|
|
|
|
269, 269, 269, 269, 129, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 43, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 163, 269, 162, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
16, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 56, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 170, 269, 269, 269, 269, 269, 95, 94,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 157, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 113, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 74, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 78, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 50, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 160, 161, 269, 222, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 6, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 225,
|
|
|
|
|
269, 269, 269, 246, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
40, 269, 269, 269, 269, 269, 269, 269, 269, 153,
|
|
|
|
|
269, 269, 269, 108, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 175, 269, 154, 269, 269, 269,
|
|
|
|
|
187, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 41, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 110, 99, 269, 100, 269,
|
|
|
|
|
269, 98, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
124, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 211, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 155, 269, 269, 269, 269, 269, 158, 269, 269,
|
|
|
|
|
269, 186, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 88, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 48, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 25, 269, 269, 269, 269, 269, 269, 19, 269,
|
|
|
|
|
269, 269, 269, 26, 35, 269, 134, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 63, 65, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
229, 269, 269, 269, 198, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 101, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
123, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 240, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 128, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 181, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 249, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 145, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 140, 269, 148, 269,
|
|
|
|
|
269, 269, 269, 269, 116, 269, 269, 269, 269, 269,
|
|
|
|
|
84, 269, 269, 269, 269, 173, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 188, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 203, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 109, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 144, 269, 269, 269, 269, 269, 66,
|
|
|
|
|
67, 269, 269, 269, 269, 269, 49, 269, 269, 269,
|
|
|
|
|
269, 269, 73, 149, 269, 164, 269, 191, 159, 223,
|
|
|
|
|
269, 269, 269, 59, 269, 151, 269, 269, 269, 269,
|
|
|
|
|
269, 9, 269, 269, 269, 87, 269, 269, 269, 269,
|
|
|
|
|
216, 269, 269, 269, 172, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 143, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 130, 269, 228, 269, 269,
|
|
|
|
|
269, 269, 202, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 183, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 243, 269,
|
|
|
|
|
150, 269, 269, 269, 58, 60, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 86, 269, 269, 269, 269, 214, 269,
|
|
|
|
|
269, 269, 224, 269, 269, 269, 269, 269, 269, 177,
|
|
|
|
|
|
|
|
|
|
33, 27, 29, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
34, 28, 30, 269, 269, 269, 269, 269, 269, 83,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 179, 176, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 57, 269, 269, 111, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 125, 13, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 238, 269, 241, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 12, 269, 269, 21, 269,
|
|
|
|
|
269, 269, 220, 269, 269, 269, 226, 269, 61, 269,
|
|
|
|
|
|
|
|
|
|
185, 269, 178, 269, 269, 269, 269, 269, 22, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
139, 138, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 180, 174, 269, 189, 269, 269, 230, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 68, 269, 269, 269, 215, 269, 269, 269, 269,
|
|
|
|
|
269, 184, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
247, 248, 136, 62, 269, 269, 269, 96, 97, 269,
|
|
|
|
|
269, 131, 269, 133, 269, 165, 269, 269, 269, 137,
|
|
|
|
|
|
|
|
|
|
269, 269, 192, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
118, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 199, 269, 269, 269, 23, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 166,
|
|
|
|
|
269, 269, 213, 269, 242, 269, 269, 269, 44, 269,
|
|
|
|
|
269, 269, 269, 4, 269, 269, 117, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 195,
|
|
|
|
|
36, 37, 269, 269, 269, 269, 269, 269, 269, 231,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 201, 269, 269, 269,
|
|
|
|
|
169, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
71, 269, 45, 219, 269, 196, 269, 269, 11, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 167, 75, 39, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 142, 269, 269, 269, 269, 269,
|
|
|
|
|
120, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
200, 114, 269, 269, 102, 103, 269, 269, 269, 77,
|
|
|
|
|
81, 76, 269, 69, 269, 269, 269, 10, 269, 269,
|
|
|
|
|
269, 217, 269, 38, 269, 269, 269, 141, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 82, 80, 269, 70,
|
|
|
|
|
239, 269, 269, 269, 156, 269, 269, 168, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 132, 64, 269, 269, 269, 269,
|
|
|
|
|
269, 232, 269, 269, 269, 269, 269, 269, 269, 115,
|
|
|
|
|
269, 79, 121, 122, 72, 269, 218, 135, 269, 269,
|
|
|
|
|
269, 269, 194, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 85, 269, 193, 269,
|
|
|
|
|
210, 236, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 5, 269, 269, 269, 237, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 24, 269, 269, 269, 269,
|
|
|
|
|
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 119,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 152,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 233,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 269, 269, 269, 269, 250, 269, 269,
|
|
|
|
|
206, 269, 269, 269, 269, 269, 234, 269, 269, 269,
|
|
|
|
|
269, 269, 269, 235, 269, 269, 269, 204, 269, 207,
|
|
|
|
|
208, 269, 269, 269, 269, 269, 205, 209, 0
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static yyconst YY_CHAR yy_ec[256] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
|
|
|
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-11-28 03:10:45 -05:00
|
|
|
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 8, 1, 1, 1, 9, 1,
|
|
|
|
|
10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 14, 1, 1, 1, 1, 15, 16, 17, 18,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
|
|
|
|
|
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
|
|
|
|
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1
|
|
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static yyconst YY_CHAR yy_meta[41] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-11-30 08:07:39 -05:00
|
|
|
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 7, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2694] =
|
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-07-31 03:23:58 -04:00
|
|
|
90, 112, 1459, 1285, 81, 5252, 5252, 5252, 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-07-31 03:23:58 -04:00
|
|
|
191, 152, 1217, 5252, 5252, 5252, 107, 1163, 5252, 5252,
|
|
|
|
|
5252, 165, 1116, 1094, 5252, 5252, 5252, 211, 999, 5252,
|
|
|
|
|
5252, 5252, 180, 797, 5252, 217, 5252, 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,
|
2018-07-31 03:23:58 -04:00
|
|
|
755, 730, 753, 757, 751, 777, 759, 761, 766, 769,
|
|
|
|
|
5252, 765, 773, 801, 770, 786, 808, 788, 789, 790,
|
|
|
|
|
791, 805, 792, 818, 737, 799, 821, 828, 659, 823,
|
|
|
|
|
824, 825, 826, 827, 836, 829, 833, 834, 847, 837,
|
|
|
|
|
838, 846, 855, 839, 850, 856, 857, 858, 861, 863,
|
|
|
|
|
868, 864, 870, 873, 874, 875, 876, 887, 877, 880,
|
|
|
|
|
896, 883, 893, 894, 900, 901, 902, 906, 907, 909,
|
|
|
|
|
910, 914, 913, 915, 918, 916, 920, 924, 927, 926,
|
|
|
|
|
|
|
|
|
|
929, 930, 934, 928, 940, 5252, 942, 935, 767, 937,
|
|
|
|
|
947, 948, 5252, 950, 951, 952, 959, 954, 961, 957,
|
|
|
|
|
958, 965, 975, 964, 974, 985, 978, 981, 980, 983,
|
|
|
|
|
987, 988, 982, 989, 990, 995, 1015, 998, 996, 1001,
|
|
|
|
|
1008, 1005, 1007, 1010, 1017, 1011, 1019, 1032, 1013, 1030,
|
|
|
|
|
1036, 1038, 1040, 1042, 1044, 1045, 1046, 1047, 1048, 1049,
|
|
|
|
|
1051, 1050, 1052, 1058, 5252, 1053, 1068, 1077, 1063, 1073,
|
|
|
|
|
1055, 1076, 1078, 1079, 1080, 1081, 1083, 1087, 1092, 1102,
|
|
|
|
|
1086, 1105, 1089, 1100, 1104, 1106, 1107, 1108, 1109, 1121,
|
|
|
|
|
1113, 1123, 1129, 1118, 1131, 1133, 1140, 1114, 1136, 1137,
|
|
|
|
|
|
|
|
|
|
1138, 1141, 1143, 1144, 1145, 1147, 1154, 1152, 1150, 1153,
|
|
|
|
|
1155, 1165, 1161, 1160, 1169, 1162, 1170, 1173, 1178, 1179,
|
|
|
|
|
1176, 1182, 1192, 1185, 1193, 1195, 1198, 1200, 1188, 1189,
|
|
|
|
|
1201, 1187, 1209, 1210, 1211, 1212, 1220, 1216, 1215, 1223,
|
|
|
|
|
1225, 1213, 1228, 1235, 1232, 1239, 1238, 1240, 1249, 1234,
|
|
|
|
|
1244, 1236, 1252, 1250, 1251, 1253, 1259, 1267, 1254, 1263,
|
|
|
|
|
1271, 1272, 1264, 1274, 1275, 1278, 1279, 1281, 1282, 1283,
|
|
|
|
|
1284, 1286, 1287, 1288, 1291, 1292, 1293, 1295, 1307, 1306,
|
|
|
|
|
1298, 1308, 1312, 1313, 1314, 1315, 1319, 1320, 1321, 1324,
|
|
|
|
|
1323, 1325, 1330, 1329, 1337, 1326, 1340, 1341, 1343, 1344,
|
|
|
|
|
|
|
|
|
|
1348, 1351, 1352, 1354, 1357, 1355, 1358, 1360, 1372, 1362,
|
|
|
|
|
1367, 1368, 1361, 1373, 1374, 1379, 1382, 1385, 1380, 5252,
|
|
|
|
|
1386, 1394, 1390, 1392, 1397, 1393, 1404, 1399, 1401, 1400,
|
|
|
|
|
1402, 1403, 1412, 5252, 1413, 5252, 5252, 1415, 5252, 5252,
|
|
|
|
|
1416, 1414, 1406, 1426, 1435, 1437, 1429, 1419, 1439, 1447,
|
|
|
|
|
1460, 1443, 1442, 1450, 1444, 1446, 1452, 1458, 1453, 1455,
|
|
|
|
|
1456, 1466, 1473, 1475, 1481, 1474, 1477, 1484, 1482, 1485,
|
|
|
|
|
1487, 1489, 1491, 1493, 1492, 1497, 1494, 1501, 1514, 5252,
|
|
|
|
|
1498, 1511, 1518, 1516, 1515, 1517, 1520, 1522, 1524, 1523,
|
|
|
|
|
1526, 1532, 1527, 1533, 1543, 1534, 5252, 1535, 1538, 1546,
|
|
|
|
|
|
|
|
|
|
1539, 1549, 1550, 1542, 1554, 1557, 1559, 1561, 1560, 1562,
|
|
|
|
|
1564, 5252, 1563, 1571, 1566, 1568, 1572, 1576, 1577, 1578,
|
|
|
|
|
1581, 1582, 1584, 1585, 1583, 1589, 1592, 1590, 1594, 1599,
|
|
|
|
|
1606, 1613, 1595, 1607, 1610, 1614, 1617, 1618, 1625, 1621,
|
|
|
|
|
1626, 1622, 1629, 1624, 1627, 1631, 1632, 1633, 1640, 1650,
|
|
|
|
|
1645, 1647, 1636, 1658, 1653, 1656, 1657, 1659, 1661, 1662,
|
|
|
|
|
1663, 1668, 1666, 1670, 1671, 1672, 5252, 1674, 1678, 5252,
|
|
|
|
|
1679, 1680, 1702, 1681, 1683, 1685, 1684, 1689, 1695, 1694,
|
|
|
|
|
1712, 1706, 1722, 1714, 1715, 1724, 1725, 1726, 1727, 1729,
|
|
|
|
|
1732, 1697, 1742, 1743, 1734, 1749, 1751, 1735, 1686, 1755,
|
|
|
|
|
|
|
|
|
|
1747, 1748, 1738, 1757, 1764, 1762, 1758, 1768, 1760, 1770,
|
|
|
|
|
1772, 1773, 5252, 1784, 1780, 1776, 1785, 1792, 1788, 1787,
|
|
|
|
|
1790, 1791, 1794, 1802, 1803, 1797, 1804, 1801, 1805, 1807,
|
|
|
|
|
1808, 1811, 1824, 5252, 1813, 5252, 1814, 1815, 1822, 1823,
|
|
|
|
|
1825, 1826, 1832, 1833, 1835, 1845, 1841, 5252, 1843, 1850,
|
|
|
|
|
1847, 1852, 1846, 1853, 1856, 1857, 1861, 1864, 1862, 1869,
|
|
|
|
|
1865, 1866, 1867, 1875, 1877, 1878, 1879, 1885, 5252, 1886,
|
|
|
|
|
1888, 1889, 1896, 1899, 1891, 1894, 1902, 1901, 1903, 1906,
|
|
|
|
|
1907, 1914, 1915, 1911, 1913, 1923, 5252, 1910, 1921, 1930,
|
|
|
|
|
1932, 1925, 1927, 1933, 1935, 1929, 1937, 1939, 1948, 1949,
|
|
|
|
|
|
|
|
|
|
1944, 1947, 1954, 1946, 1950, 1956, 1961, 1958, 1960, 1962,
|
|
|
|
|
1963, 5252, 1966, 1971, 124, 1972, 1967, 1975, 1973, 1974,
|
|
|
|
|
1980, 1977, 1990, 1995, 1991, 1992, 1993, 1999, 2000, 2001,
|
|
|
|
|
2002, 2003, 2004, 2005, 2007, 2009, 2010, 2012, 2016, 2015,
|
|
|
|
|
2018, 2023, 5252, 2032, 2029, 2036, 2027, 2044, 2035, 2040,
|
|
|
|
|
2045, 2046, 2051, 2048, 2052, 5252, 2055, 2057, 2058, 2061,
|
|
|
|
|
2060, 2063, 2067, 2068, 2069, 2070, 2073, 2074, 2075, 2076,
|
|
|
|
|
2077, 2019, 2083, 2079, 2084, 2091, 5252, 2096, 2088, 2093,
|
|
|
|
|
2089, 2103, 2105, 2112, 2107, 2110, 2114, 2115, 2128, 2118,
|
|
|
|
|
2113, 2125, 2120, 2129, 2123, 2130, 2138, 2139, 2145, 2142,
|
|
|
|
|
|
|
|
|
|
2144, 2149, 2146, 2152, 2161, 2163, 2159, 2165, 2158, 2179,
|
|
|
|
|
2168, 2171, 5252, 2173, 2175, 2181, 2183, 2194, 2184, 2186,
|
|
|
|
|
2187, 2189, 2185, 2195, 2197, 2196, 2202, 2203, 2200, 2208,
|
|
|
|
|
2211, 2213, 2216, 2212, 2220, 2221, 5252, 2222, 2224, 2228,
|
|
|
|
|
2231, 2232, 2234, 2235, 2237, 2238, 2242, 2243, 2244, 2245,
|
|
|
|
|
2239, 2249, 5252, 2253, 2255, 2257, 2246, 2261, 2265, 2267,
|
|
|
|
|
2269, 2271, 2272, 2273, 5252, 2280, 2281, 2278, 2282, 2284,
|
|
|
|
|
2285, 2288, 2290, 2291, 5252, 2292, 2294, 2301, 2302, 2297,
|
|
|
|
|
5252, 2306, 2305, 2298, 2308, 2307, 2309, 2313, 2310, 2315,
|
|
|
|
|
2316, 2323, 2332, 2322, 2324, 5252, 2333, 2342, 2326, 2337,
|
|
|
|
|
|
|
|
|
|
2335, 2339, 2347, 2348, 2349, 2356, 2350, 2361, 2365, 2359,
|
|
|
|
|
2360, 2351, 2367, 2368, 2371, 2375, 2372, 5252, 2374, 2376,
|
|
|
|
|
2381, 2383, 2378, 2384, 2386, 2390, 2391, 2393, 2395, 2397,
|
|
|
|
|
2399, 2400, 2401, 2402, 2412, 2413, 2411, 2417, 2415, 2419,
|
|
|
|
|
2428, 2431, 2429, 2432, 5252, 2435, 2437, 2418, 2438, 2439,
|
|
|
|
|
2440, 2442, 2443, 2445, 2446, 2447, 2448, 2450, 2464, 2467,
|
|
|
|
|
2451, 2457, 2459, 2460, 2468, 2472, 2480, 2470, 2473, 2475,
|
|
|
|
|
2483, 2482, 2484, 2485, 2486, 2493, 2487, 2491, 2494, 2497,
|
|
|
|
|
2498, 2512, 2509, 2513, 2489, 2515, 2516, 2519, 5252, 2518,
|
|
|
|
|
2520, 2522, 2527, 2531, 2528, 2532, 2536, 2541, 2526, 2534,
|
|
|
|
|
|
|
|
|
|
2539, 2550, 2548, 5252, 2549, 5252, 2551, 2553, 2554, 2562,
|
|
|
|
|
5252, 2561, 5252, 2564, 2557, 2565, 5252, 2566, 2568, 2570,
|
|
|
|
|
2574, 2575, 2578, 2579, 2576, 2582, 2584, 2585, 2587, 2588,
|
|
|
|
|
2590, 2592, 2595, 2598, 2602, 2600, 2604, 2606, 2607, 2608,
|
|
|
|
|
5252, 2612, 2614, 2616, 2617, 2619, 2620, 2623, 2629, 2621,
|
|
|
|
|
2627, 2631, 2638, 2628, 2642, 2646, 2655, 2639, 2656, 5252,
|
|
|
|
|
2652, 2654, 2657, 2658, 5252, 2660, 2661, 2662, 2667, 2669,
|
|
|
|
|
2670, 2671, 2672, 2673, 2677, 2678, 2681, 2696, 2692, 2682,
|
|
|
|
|
2695, 2679, 2702, 2707, 2703, 2693, 2709, 2706, 2712, 2713,
|
|
|
|
|
2714, 2715, 2722, 2723, 2719, 2726, 2718, 2727, 2729, 2734,
|
|
|
|
|
|
|
|
|
|
2730, 2736, 2737, 2738, 2740, 2743, 2745, 2750, 2742, 2746,
|
|
|
|
|
2747, 2749, 5252, 2760, 2751, 2763, 2764, 2767, 2769, 2753,
|
|
|
|
|
2772, 2775, 2773, 2774, 2780, 2778, 5252, 2776, 5252, 2779,
|
|
|
|
|
2786, 2798, 2799, 2801, 2793, 2795, 2803, 2805, 2807, 2809,
|
|
|
|
|
2810, 2811, 2818, 2824, 2813, 2817, 2825, 2815, 2826, 2827,
|
|
|
|
|
5252, 2831, 2832, 2834, 2836, 2837, 2840, 2847, 2849, 2841,
|
|
|
|
|
2844, 2851, 2872, 5252, 2853, 2860, 2855, 2864, 2874, 2870,
|
|
|
|
|
2882, 2877, 5252, 2878, 2879, 2886, 2881, 2887, 5252, 5252,
|
|
|
|
|
2838, 2884, 2889, 2888, 2891, 2885, 2892, 2908, 2900, 2895,
|
|
|
|
|
2905, 2907, 2909, 2916, 2911, 2912, 5252, 2918, 2914, 2920,
|
|
|
|
|
|
|
|
|
|
2928, 2931, 2932, 2929, 2919, 5252, 2925, 2944, 2935, 2939,
|
|
|
|
|
2941, 2946, 2947, 2948, 2950, 2952, 2949, 2953, 2963, 2958,
|
|
|
|
|
2956, 2959, 2967, 2969, 2976, 5252, 2977, 2971, 2984, 2986,
|
|
|
|
|
2979, 2981, 2987, 2988, 2989, 2992, 2994, 2993, 2995, 2997,
|
|
|
|
|
2999, 2996, 3006, 3000, 3002, 3019, 3013, 3003, 3016, 3005,
|
|
|
|
|
3022, 3023, 3026, 3030, 3032, 3033, 3037, 3034, 3038, 3040,
|
|
|
|
|
3041, 3049, 3044, 5252, 3052, 3048, 3056, 3051, 3054, 3061,
|
|
|
|
|
3062, 3064, 3065, 3067, 3068, 3075, 3070, 5252, 3086, 3081,
|
|
|
|
|
3071, 3072, 3074, 3097, 3092, 3082, 3093, 3099, 3094, 3103,
|
|
|
|
|
3096, 3100, 3105, 3108, 5252, 5252, 3109, 5252, 3110, 3111,
|
|
|
|
|
|
|
|
|
|
3113, 3115, 3117, 3125, 3121, 3126, 3123, 3128, 5252, 3131,
|
|
|
|
|
3135, 3133, 3138, 3143, 3146, 3142, 3150, 3139, 3151, 3154,
|
|
|
|
|
3152, 3156, 3157, 3158, 3160, 3168, 3163, 3165, 3166, 5252,
|
|
|
|
|
3167, 3169, 3174, 5252, 3172, 3177, 3176, 3185, 3179, 3192,
|
|
|
|
|
3190, 3198, 3193, 3195, 3199, 3200, 3208, 3205, 3204, 3211,
|
|
|
|
|
3213, 3207, 3216, 3222, 3230, 3231, 3232, 3227, 3228, 3239,
|
|
|
|
|
5252, 3234, 3237, 3235, 3236, 3244, 3242, 3249, 3245, 5252,
|
|
|
|
|
3248, 3250, 3251, 5252, 3252, 3258, 3263, 3266, 3254, 3273,
|
|
|
|
|
3270, 3272, 3275, 3271, 5252, 3278, 5252, 3279, 3284, 3285,
|
|
|
|
|
5252, 3287, 3288, 3289, 3291, 3292, 3293, 3297, 3304, 3295,
|
|
|
|
|
|
|
|
|
|
3305, 3306, 3307, 3308, 3311, 3319, 3309, 5252, 3317, 3310,
|
|
|
|
|
3321, 3331, 3325, 3327, 3320, 5252, 5252, 3336, 5252, 3322,
|
|
|
|
|
3337, 5252, 3340, 3342, 3347, 3343, 3344, 3346, 3350, 3351,
|
|
|
|
|
5252, 3354, 3352, 3357, 3362, 3363, 3364, 3365, 3366, 3367,
|
|
|
|
|
3368, 3369, 5252, 3370, 3373, 3380, 3374, 3381, 3386, 3382,
|
|
|
|
|
3391, 5252, 3394, 3395, 3396, 3398, 3400, 5252, 3404, 3405,
|
|
|
|
|
3406, 5252, 3402, 3410, 3412, 3415, 3419, 3418, 3422, 3424,
|
|
|
|
|
3425, 3432, 3428, 3430, 3429, 5252, 3431, 3434, 3436, 3439,
|
|
|
|
|
3441, 3444, 3452, 3449, 3451, 3447, 3458, 3459, 3460, 3465,
|
|
|
|
|
3467, 3468, 3470, 3462, 3474, 3469, 3475, 5252, 3479, 3481,
|
|
|
|
|
|
|
|
|
|
3484, 5252, 3482, 3485, 3488, 3490, 3493, 3492, 5252, 3498,
|
|
|
|
|
3499, 3496, 3497, 5252, 5252, 3494, 5252, 3512, 3503, 3504,
|
|
|
|
|
3514, 3515, 3517, 3520, 3522, 3523, 3527, 3525, 3528, 3538,
|
|
|
|
|
3540, 3549, 3533, 3544, 3535, 5252, 5252, 3546, 3547, 3550,
|
|
|
|
|
3554, 3556, 3551, 3558, 3566, 3564, 3567, 3571, 3572, 3580,
|
|
|
|
|
5252, 3561, 3575, 3578, 5252, 3579, 3581, 3583, 3584, 3585,
|
|
|
|
|
3587, 3591, 3589, 3592, 3593, 3597, 3594, 3598, 3600, 3609,
|
|
|
|
|
3612, 5252, 3603, 3613, 3601, 3615, 3616, 3617, 3618, 3621,
|
|
|
|
|
5252, 3625, 3627, 3628, 3623, 3629, 3633, 3644, 3648, 3650,
|
|
|
|
|
3637, 3641, 3655, 3651, 3658, 3659, 5252, 3661, 3653, 3662,
|
|
|
|
|
|
|
|
|
|
3665, 3668, 3670, 3671, 3675, 3676, 3679, 3681, 3684, 3672,
|
|
|
|
|
3685, 5252, 3687, 3689, 3691, 3696, 3693, 3697, 3698, 3699,
|
|
|
|
|
3706, 3702, 3707, 3708, 3713, 5252, 3709, 3714, 3716, 3719,
|
|
|
|
|
3718, 3720, 3725, 3726, 5252, 3733, 3724, 3728, 3734, 3730,
|
|
|
|
|
3742, 3736, 3747, 5252, 3738, 3746, 3752, 3753, 3754, 3755,
|
|
|
|
|
3758, 3759, 3760, 3762, 3761, 3772, 3768, 3769, 3770, 3771,
|
|
|
|
|
3775, 3779, 3781, 3785, 3792, 3787, 5252, 3789, 5252, 3793,
|
|
|
|
|
3795, 3803, 3804, 3798, 5252, 3800, 3801, 3807, 3808, 3810,
|
|
|
|
|
5252, 3812, 3811, 3814, 3821, 5252, 3822, 3826, 3815, 3828,
|
|
|
|
|
3837, 3838, 5252, 3842, 3843, 3844, 3851, 3853, 3855, 3834,
|
|
|
|
|
|
|
|
|
|
3856, 3850, 3852, 3858, 3859, 5252, 3861, 3864, 3869, 3870,
|
|
|
|
|
3863, 3871, 3874, 5252, 3873, 3876, 3880, 3879, 3881, 3882,
|
|
|
|
|
3890, 3886, 3885, 5252, 3888, 3895, 3905, 3889, 3830, 5252,
|
|
|
|
|
5252, 3898, 3906, 3908, 3902, 3909, 5252, 3913, 3920, 3915,
|
|
|
|
|
3919, 3916, 5252, 5252, 3922, 5252, 3923, 5252, 5252, 5252,
|
|
|
|
|
3924, 3926, 3933, 5252, 3935, 5252, 3936, 3937, 3939, 3940,
|
|
|
|
|
3942, 5252, 3944, 3945, 3949, 5252, 3943, 3956, 3946, 3951,
|
|
|
|
|
5252, 3954, 3958, 3960, 5252, 3967, 3970, 3971, 3974, 3959,
|
|
|
|
|
3972, 3973, 3975, 3982, 3984, 3989, 3991, 3985, 3992, 3993,
|
|
|
|
|
3995, 3999, 3998, 4000, 4002, 4004, 4006, 4007, 4008, 4009,
|
|
|
|
|
|
|
|
|
|
4012, 4017, 4013, 4024, 4020, 4014, 4025, 4026, 4027, 4028,
|
|
|
|
|
4030, 4034, 4035, 4037, 5252, 4036, 4038, 4041, 4044, 4048,
|
|
|
|
|
4053, 4056, 4066, 4068, 4069, 5252, 4071, 5252, 4073, 4057,
|
|
|
|
|
4076, 4059, 5252, 4063, 4077, 4079, 4080, 4046, 4082, 4081,
|
|
|
|
|
4084, 5252, 4089, 4086, 4094, 4091, 4092, 4093, 4097, 4098,
|
|
|
|
|
4096, 4105, 4106, 4107, 4116, 4118, 4125, 4109, 4120, 4112,
|
|
|
|
|
4124, 4121, 4128, 4132, 4134, 4139, 4140, 4144, 5252, 4130,
|
|
|
|
|
5252, 4145, 4133, 4146, 5252, 5252, 4147, 4152, 4151, 4156,
|
|
|
|
|
4157, 4159, 4160, 5252, 4161, 4162, 4169, 4170, 5252, 4172,
|
|
|
|
|
4173, 4178, 5252, 4174, 4180, 4163, 4185, 4189, 4188, 5252,
|
|
|
|
|
|
|
|
|
|
5252, 5252, 5252, 4190, 4181, 4195, 4196, 4197, 4199, 4200,
|
|
|
|
|
5252, 5252, 5252, 4202, 4204, 4205, 4211, 4201, 4213, 5252,
|
|
|
|
|
4212, 4217, 4223, 4214, 4225, 4231, 4226, 4232, 4216, 4235,
|
|
|
|
|
4242, 4238, 4239, 4241, 4244, 4246, 4248, 5252, 5252, 4250,
|
|
|
|
|
4252, 4254, 4261, 4259, 4262, 4271, 4266, 4268, 4269, 4272,
|
|
|
|
|
4274, 4275, 4276, 5252, 4279, 4283, 5252, 4285, 4289, 4277,
|
|
|
|
|
4291, 4292, 4293, 4296, 4298, 5252, 5252, 4281, 4299, 4303,
|
|
|
|
|
4306, 4308, 4309, 4310, 4312, 4313, 5252, 4314, 5252, 4315,
|
|
|
|
|
4316, 4323, 4331, 4326, 4328, 5252, 4336, 4324, 5252, 4338,
|
|
|
|
|
4339, 4340, 5252, 4343, 4347, 4349, 5252, 4351, 5252, 4357,
|
|
|
|
|
|
|
|
|
|
5252, 4321, 5252, 4352, 4358, 4361, 4363, 4364, 5252, 4365,
|
|
|
|
|
4369, 4370, 4374, 4366, 4376, 4377, 4378, 4385, 4387, 4380,
|
|
|
|
|
5252, 5252, 4394, 4382, 4389, 4390, 4391, 4402, 4398, 4399,
|
|
|
|
|
4401, 5252, 5252, 4406, 5252, 4404, 4413, 5252, 4407, 4414,
|
|
|
|
|
4408, 4415, 4418, 4419, 4421, 4428, 4422, 4429, 4444, 4430,
|
|
|
|
|
4433, 4445, 4447, 4450, 4424, 4452, 4442, 4453, 4454, 4455,
|
|
|
|
|
4456, 5252, 4459, 4461, 4460, 5252, 4466, 4467, 4469, 4472,
|
|
|
|
|
4471, 5252, 4470, 4482, 4483, 4484, 4485, 4492, 4489, 4490,
|
|
|
|
|
5252, 5252, 5252, 5252, 4495, 4496, 4497, 5252, 5252, 4473,
|
|
|
|
|
4501, 5252, 4503, 5252, 4504, 5252, 4506, 4507, 4510, 5252,
|
|
|
|
|
|
|
|
|
|
4512, 4522, 5252, 4514, 4528, 4530, 4524, 4516, 4518, 4534,
|
|
|
|
|
5252, 4538, 4535, 4541, 4543, 4531, 4544, 4545, 4548, 4553,
|
|
|
|
|
4551, 4555, 5252, 4552, 4557, 4558, 5252, 4560, 4556, 4561,
|
|
|
|
|
4563, 4564, 4568, 4562, 4575, 4577, 4570, 4580, 4585, 5252,
|
|
|
|
|
4587, 4589, 5252, 4590, 5252, 4592, 4593, 4594, 5252, 4598,
|
|
|
|
|
4595, 4600, 4601, 5252, 4602, 4605, 5252, 4606, 4608, 4613,
|
|
|
|
|
4617, 4618, 4610, 4614, 4622, 4621, 4625, 4626, 4631, 5252,
|
|
|
|
|
5252, 5252, 4635, 4637, 4644, 4640, 4642, 4649, 4646, 5252,
|
|
|
|
|
4648, 4650, 4651, 4658, 4654, 4660, 5252, 4662, 4656, 4665,
|
|
|
|
|
5252, 4667, 4669, 4673, 4663, 4676, 4680, 4683, 4685, 4686,
|
|
|
|
|
|
|
|
|
|
5252, 4688, 5252, 5252, 4689, 5252, 4690, 4692, 5252, 4695,
|
|
|
|
|
4696, 4697, 4698, 4700, 4701, 5252, 5252, 5252, 4703, 4704,
|
|
|
|
|
4711, 4713, 4715, 4719, 5252, 4709, 4716, 4720, 4722, 4726,
|
|
|
|
|
5252, 4723, 4727, 4728, 4730, 4733, 4737, 4738, 4739, 4735,
|
|
|
|
|
5252, 5252, 4741, 4744, 5252, 5252, 4743, 4759, 4745, 5252,
|
|
|
|
|
5252, 5252, 4763, 5252, 4765, 4769, 4768, 5252, 4771, 4773,
|
|
|
|
|
4774, 5252, 4776, 5252, 4747, 4777, 4778, 5252, 4779, 4780,
|
|
|
|
|
4782, 4785, 4787, 4790, 4794, 4792, 4808, 4806, 4795, 4796,
|
|
|
|
|
4798, 4809, 4810, 4803, 4813, 4816, 5252, 5252, 4818, 5252,
|
|
|
|
|
5252, 4824, 4826, 4828, 5252, 4829, 4831, 5252, 4833, 4834,
|
|
|
|
|
|
|
|
|
|
4835, 4836, 4839, 4841, 5252, 5252, 4842, 4843, 4844, 4850,
|
|
|
|
|
4845, 5252, 4852, 4859, 4848, 4856, 4857, 4864, 4858, 5252,
|
|
|
|
|
4865, 5252, 5252, 5252, 5252, 4866, 5252, 5252, 4867, 4868,
|
|
|
|
|
4871, 4873, 5252, 4875, 4877, 4878, 4879, 4884, 4885, 4889,
|
|
|
|
|
4892, 4894, 4893, 4895, 4900, 4896, 4901, 4904, 4906, 4907,
|
|
|
|
|
4914, 4922, 4925, 4927, 4910, 4908, 4930, 4931, 4932, 4919,
|
|
|
|
|
4934, 4903, 4938, 4935, 4940, 4941, 5252, 4942, 5252, 4943,
|
|
|
|
|
5252, 5252, 4946, 4947, 4950, 4951, 4959, 4962, 4954, 4963,
|
|
|
|
|
4964, 4966, 5252, 4967, 4971, 4969, 5252, 4972, 4974, 4975,
|
|
|
|
|
4977, 4978, 4980, 4981, 4984, 5252, 4982, 4988, 4996, 4993,
|
|
|
|
|
|
|
|
|
|
5003, 5001, 5004, 5005, 5006, 5008, 5018, 5014, 5016, 5252,
|
|
|
|
|
5013, 5020, 5021, 5022, 5023, 5030, 5025, 5032, 5033, 5252,
|
|
|
|
|
5036, 5031, 5046, 5029, 5037, 5047, 5049, 5052, 5053, 5252,
|
|
|
|
|
5038, 5054, 5058, 5061, 5067, 5065, 5069, 5059, 5072, 5074,
|
|
|
|
|
5073, 5081, 5082, 5083, 5084, 5086, 5085, 5252, 5088, 5092,
|
|
|
|
|
5252, 5093, 5094, 5095, 5096, 5100, 5252, 5106, 5097, 5102,
|
|
|
|
|
5107, 5110, 5112, 5252, 5118, 5123, 5113, 5252, 5124, 5252,
|
|
|
|
|
5252, 5125, 5126, 5127, 5132, 5134, 5252, 5252, 5252, 5160,
|
|
|
|
|
5167, 5174, 5181, 5188, 88, 5195, 5202, 5209, 5216, 5223,
|
|
|
|
|
5230, 5237, 5244
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2694] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-07-31 03:23:58 -04:00
|
|
|
2679, 1, 2680, 2680, 2681, 2681, 2682, 2682, 2683, 2683,
|
|
|
|
|
2684, 2684, 2679, 2685, 2679, 2679, 2679, 2679, 2686, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2687, 2679, 2679, 2679, 2687, 2688, 2679, 2679,
|
|
|
|
|
2679, 2688, 2689, 2679, 2679, 2679, 2679, 2689, 2690, 2679,
|
|
|
|
|
2679, 2679, 2690, 2691, 2679, 2692, 2679, 2691, 2691, 2685,
|
|
|
|
|
2685, 2679, 2693, 2686, 2693, 2686, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2687,
|
|
|
|
|
2687, 2688, 2688, 2689, 2689, 2679, 2690, 2690, 2691, 2691,
|
|
|
|
|
2692, 2692, 2691, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2691, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2691, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2691, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2691, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2679, 2679, 2685, 2679, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2691, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2691, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2679, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2679, 2685, 2679, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2679, 2685, 2679, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2679, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2679, 2685, 2679, 2685, 2679, 2679, 2679,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2679, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
|
|
|
|
|
2679, 2679, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2679, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2679, 2685,
|
|
|
|
|
|
|
|
|
|
2679, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2679, 2685, 2679, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2679, 2679, 2679, 2685, 2685, 2685, 2679, 2679, 2685,
|
|
|
|
|
2685, 2679, 2685, 2679, 2685, 2679, 2685, 2685, 2685, 2679,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2679, 2685, 2679, 2685, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2679, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2679, 2685, 2679, 2679, 2685, 2679, 2685, 2685, 2679, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2679, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2679, 2679, 2685, 2685, 2679, 2679, 2685, 2685, 2685, 2679,
|
|
|
|
|
2679, 2679, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2679, 2685, 2679,
|
|
|
|
|
2679, 2685, 2685, 2685, 2679, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2679, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2679, 2679, 2679, 2679, 2685, 2679, 2679, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2679, 2685,
|
|
|
|
|
2679, 2679, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685, 2685,
|
|
|
|
|
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2679, 2685, 2685, 2685,
|
|
|
|
|
2685, 2685, 2685, 2679, 2685, 2685, 2685, 2679, 2685, 2679,
|
|
|
|
|
2679, 2685, 2685, 2685, 2685, 2685, 2679, 2679, 0, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[5293] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-02-06 05:19:16 -05:00
|
|
|
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
|
2017-07-17 04:21:19 -04:00
|
|
|
14, 14, 18, 20, 21, 22, 23, 24, 25, 26,
|
|
|
|
|
14, 27, 28, 29, 30, 31, 32, 33, 34, 35,
|
2017-10-17 11:16:31 -04:00
|
|
|
36, 37, 38, 39, 40, 41, 14, 14, 14, 42,
|
|
|
|
|
44, 45, 46, 44, 45, 46, 49, 50, 49, 50,
|
|
|
|
|
51, 47, 51, 70, 47, 70, 70, 52, 70, 52,
|
|
|
|
|
54, 55, 56, 57, 70, 18, 54, 55, 56, 57,
|
2018-04-17 09:23:35 -04:00
|
|
|
71, 18, 58, 60, 61, 62, 71, 82, 58, 60,
|
|
|
|
|
61, 62, 72, 71, 63, 102, 73, 92, 70, 71,
|
2018-02-08 08:16:36 -05:00
|
|
|
63, 15, 16, 17, 65, 66, 67, 75, 71, 75,
|
|
|
|
|
|
2018-04-17 09:23:35 -04:00
|
|
|
75, 71, 75, 68, 104, 156, 103, 93, 75, 76,
|
|
|
|
|
140, 140, 69, 15, 16, 17, 65, 66, 67, 71,
|
|
|
|
|
71, 83, 77, 78, 71, 68, 79, 71, 84, 87,
|
|
|
|
|
71, 80, 85, 88, 69, 86, 89, 150, 90, 91,
|
|
|
|
|
81, 71, 94, 71, 96, 71, 71, 158, 71, 105,
|
|
|
|
|
98, 112, 97, 99, 71, 109, 95, 106, 71, 110,
|
|
|
|
|
100, 71, 101, 107, 170, 71, 113, 108, 142, 71,
|
|
|
|
|
114, 142, 118, 71, 119, 111, 115, 71, 120, 116,
|
|
|
|
|
139, 150, 123, 147, 147, 124, 117, 162, 121, 71,
|
|
|
|
|
72, 122, 125, 132, 73, 153, 126, 127, 71, 128,
|
|
|
|
|
|
|
|
|
|
71, 129, 71, 133, 71, 136, 155, 134, 135, 137,
|
|
|
|
|
130, 150, 144, 138, 144, 144, 131, 144, 75, 188,
|
|
|
|
|
75, 75, 149, 75, 149, 149, 70, 149, 70, 70,
|
|
|
|
|
152, 70, 71, 75, 71, 75, 75, 70, 75, 71,
|
|
|
|
|
71, 163, 154, 159, 75, 76, 157, 71, 71, 71,
|
|
|
|
|
160, 71, 71, 171, 71, 165, 71, 71, 71, 71,
|
|
|
|
|
71, 166, 164, 161, 71, 180, 71, 71, 173, 167,
|
|
|
|
|
168, 179, 172, 71, 169, 177, 174, 175, 176, 186,
|
|
|
|
|
71, 337, 178, 182, 71, 71, 183, 181, 71, 189,
|
|
|
|
|
71, 191, 71, 71, 197, 192, 71, 71, 71, 184,
|
|
|
|
|
|
|
|
|
|
185, 71, 71, 198, 187, 200, 196, 71, 71, 190,
|
|
|
|
|
199, 193, 194, 71, 201, 71, 71, 195, 71, 204,
|
|
|
|
|
71, 209, 202, 206, 71, 203, 205, 207, 211, 71,
|
|
|
|
|
71, 148, 71, 208, 71, 216, 210, 212, 71, 220,
|
|
|
|
|
71, 71, 222, 213, 214, 71, 217, 219, 71, 215,
|
|
|
|
|
218, 71, 221, 71, 71, 71, 224, 71, 71, 229,
|
|
|
|
|
71, 71, 223, 232, 225, 71, 231, 71, 71, 146,
|
|
|
|
|
226, 228, 233, 235, 227, 140, 140, 147, 147, 234,
|
|
|
|
|
230, 236, 142, 241, 144, 142, 144, 144, 149, 144,
|
|
|
|
|
149, 149, 75, 149, 75, 75, 150, 75, 71, 237,
|
|
|
|
|
|
|
|
|
|
239, 71, 71, 238, 152, 71, 71, 71, 71, 71,
|
|
|
|
|
243, 71, 71, 246, 71, 240, 242, 244, 245, 249,
|
|
|
|
|
71, 251, 252, 145, 248, 254, 71, 247, 71, 253,
|
|
|
|
|
256, 250, 71, 255, 71, 257, 71, 71, 260, 71,
|
|
|
|
|
258, 71, 265, 261, 267, 266, 71, 71, 262, 71,
|
|
|
|
|
270, 268, 71, 272, 263, 264, 71, 259, 71, 269,
|
|
|
|
|
71, 71, 71, 273, 71, 71, 274, 71, 71, 279,
|
|
|
|
|
280, 71, 281, 276, 71, 275, 277, 282, 71, 271,
|
|
|
|
|
278, 143, 288, 285, 287, 71, 289, 286, 71, 283,
|
|
|
|
|
290, 284, 292, 294, 293, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
297, 299, 291, 71, 295, 300, 71, 71, 298, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 301, 71, 296, 303,
|
|
|
|
|
305, 71, 71, 302, 71, 307, 71, 309, 71, 71,
|
|
|
|
|
71, 71, 304, 310, 308, 314, 71, 306, 71, 318,
|
|
|
|
|
71, 311, 316, 71, 312, 71, 321, 141, 71, 313,
|
|
|
|
|
323, 325, 71, 317, 315, 71, 71, 71, 319, 320,
|
|
|
|
|
326, 328, 324, 322, 71, 150, 71, 71, 71, 330,
|
|
|
|
|
331, 71, 332, 334, 71, 327, 329, 339, 71, 71,
|
|
|
|
|
71, 71, 335, 71, 71, 71, 338, 71, 345, 346,
|
|
|
|
|
343, 341, 71, 340, 71, 71, 333, 347, 71, 336,
|
|
|
|
|
|
|
|
|
|
349, 71, 71, 348, 342, 71, 71, 71, 71, 71,
|
|
|
|
|
344, 71, 71, 71, 356, 357, 350, 354, 71, 351,
|
|
|
|
|
352, 353, 71, 358, 359, 71, 361, 71, 71, 362,
|
|
|
|
|
360, 71, 71, 355, 363, 365, 71, 368, 71, 71,
|
|
|
|
|
366, 71, 370, 71, 376, 372, 364, 367, 71, 71,
|
|
|
|
|
71, 371, 71, 369, 71, 374, 71, 375, 71, 71,
|
|
|
|
|
71, 71, 373, 71, 381, 71, 71, 71, 382, 71,
|
|
|
|
|
71, 384, 71, 380, 71, 386, 377, 378, 71, 379,
|
|
|
|
|
71, 388, 71, 390, 383, 391, 71, 385, 387, 71,
|
2018-07-31 03:23:58 -04:00
|
|
|
71, 71, 389, 71, 71, 478, 71, 400, 392, 393,
|
2018-04-17 09:23:35 -04:00
|
|
|
|
|
|
|
|
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,
|
2018-06-01 04:02:04 -04:00
|
|
|
71, 71, 436, 421, 71, 419, 431, 420, 71, 426,
|
2018-04-17 09:23:35 -04:00
|
|
|
437, 423, 71, 427, 71, 429, 71, 430, 71, 428,
|
2018-07-31 03:23:58 -04:00
|
|
|
71, 432, 71, 439, 71, 438, 473, 440, 71, 71,
|
|
|
|
|
71, 452, 71, 71, 433, 441, 71, 434, 542, 435,
|
|
|
|
|
71, 442, 448, 443, 450, 449, 451, 453, 462, 71,
|
|
|
|
|
|
|
|
|
|
454, 71, 150, 71, 71, 71, 444, 466, 463, 445,
|
|
|
|
|
150, 446, 71, 447, 71, 464, 455, 456, 71, 469,
|
|
|
|
|
465, 71, 468, 467, 471, 472, 457, 470, 458, 459,
|
|
|
|
|
460, 71, 474, 461, 71, 476, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 484, 482, 477, 71, 71, 475, 71,
|
|
|
|
|
71, 71, 71, 481, 488, 483, 479, 480, 486, 71,
|
|
|
|
|
71, 487, 485, 71, 491, 492, 493, 490, 71, 71,
|
|
|
|
|
71, 71, 494, 498, 71, 489, 71, 71, 500, 495,
|
|
|
|
|
501, 71, 503, 71, 497, 496, 71, 71, 71, 71,
|
|
|
|
|
71, 499, 504, 71, 513, 502, 71, 508, 511, 505,
|
|
|
|
|
|
|
|
|
|
71, 507, 514, 515, 506, 512, 71, 71, 509, 71,
|
|
|
|
|
510, 518, 517, 71, 71, 71, 521, 516, 519, 71,
|
|
|
|
|
71, 526, 71, 71, 525, 523, 71, 71, 71, 71,
|
|
|
|
|
527, 71, 522, 71, 520, 524, 529, 71, 530, 71,
|
|
|
|
|
71, 71, 71, 71, 536, 531, 535, 71, 71, 528,
|
|
|
|
|
71, 534, 537, 71, 539, 71, 540, 532, 533, 543,
|
|
|
|
|
71, 71, 538, 71, 71, 71, 550, 71, 552, 541,
|
|
|
|
|
71, 71, 71, 545, 71, 553, 551, 71, 71, 549,
|
|
|
|
|
544, 546, 557, 547, 548, 554, 555, 71, 71, 556,
|
|
|
|
|
559, 71, 560, 71, 71, 71, 71, 558, 71, 563,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 566, 562, 567, 569, 71, 71,
|
|
|
|
|
568, 71, 148, 580, 71, 564, 561, 565, 71, 570,
|
|
|
|
|
71, 71, 583, 71, 71, 584, 71, 571, 71, 572,
|
|
|
|
|
71, 579, 71, 581, 573, 586, 574, 582, 585, 589,
|
|
|
|
|
587, 588, 591, 71, 575, 71, 592, 576, 577, 71,
|
|
|
|
|
590, 71, 594, 71, 578, 71, 596, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 602, 71, 593,
|
|
|
|
|
598, 71, 597, 603, 599, 607, 71, 606, 595, 600,
|
|
|
|
|
605, 150, 604, 601, 609, 608, 71, 612, 610, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 146, 71, 616, 618, 71,
|
|
|
|
|
|
|
|
|
|
71, 611, 71, 613, 620, 71, 614, 617, 619, 621,
|
|
|
|
|
615, 622, 623, 71, 624, 71, 625, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 628, 627, 638, 71, 71, 633, 145,
|
|
|
|
|
629, 71, 626, 634, 71, 636, 71, 630, 632, 635,
|
|
|
|
|
631, 637, 71, 639, 71, 640, 71, 641, 642, 71,
|
|
|
|
|
71, 71, 643, 71, 71, 644, 71, 71, 71, 647,
|
|
|
|
|
71, 651, 646, 71, 650, 71, 71, 71, 71, 652,
|
|
|
|
|
645, 654, 656, 71, 71, 71, 143, 649, 71, 657,
|
|
|
|
|
648, 653, 71, 71, 663, 659, 71, 658, 655, 71,
|
|
|
|
|
660, 71, 71, 662, 661, 71, 665, 666, 71, 669,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 667, 664, 71, 71, 670, 71, 671,
|
|
|
|
|
668, 71, 672, 71, 71, 677, 674, 676, 675, 678,
|
|
|
|
|
679, 680, 71, 71, 71, 71, 71, 684, 71, 71,
|
|
|
|
|
141, 686, 681, 71, 673, 685, 71, 683, 71, 687,
|
|
|
|
|
682, 71, 691, 688, 689, 71, 693, 71, 71, 71,
|
|
|
|
|
692, 71, 71, 71, 694, 690, 696, 71, 695, 702,
|
|
|
|
|
698, 697, 71, 71, 71, 71, 71, 71, 700, 701,
|
|
|
|
|
699, 705, 71, 704, 708, 706, 71, 71, 711, 709,
|
|
|
|
|
71, 710, 703, 712, 71, 71, 713, 71, 71, 715,
|
|
|
|
|
707, 71, 71, 717, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 714, 723, 71, 71, 71, 716, 71, 724,
|
|
|
|
|
718, 71, 719, 720, 730, 721, 725, 722, 728, 71,
|
|
|
|
|
71, 71, 726, 729, 727, 71, 71, 71, 71, 734,
|
|
|
|
|
732, 731, 71, 71, 71, 740, 71, 71, 71, 71,
|
|
|
|
|
733, 741, 71, 71, 735, 736, 737, 739, 744, 743,
|
|
|
|
|
71, 738, 747, 71, 71, 742, 71, 71, 745, 749,
|
|
|
|
|
748, 71, 751, 750, 71, 71, 752, 71, 71, 746,
|
|
|
|
|
71, 71, 754, 150, 71, 71, 755, 757, 759, 761,
|
|
|
|
|
71, 71, 753, 758, 756, 71, 71, 71, 760, 764,
|
|
|
|
|
763, 767, 71, 71, 762, 71, 768, 770, 71, 71,
|
|
|
|
|
|
|
|
|
|
765, 773, 771, 71, 769, 71, 71, 71, 766, 775,
|
|
|
|
|
71, 778, 71, 71, 71, 71, 71, 71, 772, 71,
|
|
|
|
|
779, 780, 776, 774, 777, 71, 71, 71, 71, 71,
|
|
|
|
|
784, 781, 71, 792, 785, 793, 783, 786, 791, 71,
|
|
|
|
|
782, 789, 71, 794, 787, 790, 798, 788, 71, 795,
|
|
|
|
|
71, 796, 71, 797, 800, 71, 71, 71, 2679, 71,
|
|
|
|
|
71, 808, 812, 71, 813, 71, 71, 815, 71, 71,
|
|
|
|
|
817, 71, 799, 71, 801, 802, 809, 803, 814, 71,
|
|
|
|
|
804, 810, 811, 816, 818, 805, 71, 71, 71, 819,
|
|
|
|
|
71, 806, 807, 820, 71, 71, 821, 71, 71, 822,
|
|
|
|
|
|
|
|
|
|
71, 824, 71, 828, 71, 71, 71, 71, 827, 823,
|
|
|
|
|
71, 71, 833, 834, 71, 825, 837, 826, 838, 829,
|
|
|
|
|
830, 835, 832, 831, 71, 839, 836, 71, 71, 71,
|
|
|
|
|
71, 71, 840, 71, 841, 71, 71, 71, 842, 71,
|
|
|
|
|
71, 843, 845, 846, 848, 71, 71, 71, 71, 849,
|
|
|
|
|
851, 71, 71, 844, 850, 71, 71, 853, 847, 71,
|
|
|
|
|
854, 856, 71, 71, 855, 857, 852, 71, 858, 859,
|
|
|
|
|
71, 861, 71, 71, 71, 71, 71, 71, 868, 71,
|
|
|
|
|
866, 71, 864, 869, 71, 71, 871, 862, 867, 71,
|
|
|
|
|
71, 71, 860, 863, 71, 71, 71, 71, 71, 865,
|
|
|
|
|
|
|
|
|
|
870, 878, 71, 71, 877, 71, 872, 71, 71, 873,
|
|
|
|
|
874, 881, 71, 875, 876, 880, 879, 882, 885, 71,
|
|
|
|
|
71, 884, 883, 71, 886, 887, 71, 71, 888, 889,
|
|
|
|
|
71, 71, 894, 896, 71, 71, 898, 71, 71, 71,
|
|
|
|
|
71, 899, 71, 890, 71, 71, 71, 891, 895, 71,
|
|
|
|
|
903, 893, 892, 71, 905, 897, 901, 906, 71, 900,
|
|
|
|
|
71, 907, 909, 71, 902, 910, 71, 904, 912, 71,
|
|
|
|
|
71, 71, 71, 915, 150, 71, 71, 914, 908, 71,
|
|
|
|
|
917, 71, 918, 71, 71, 71, 911, 71, 913, 921,
|
|
|
|
|
916, 71, 71, 71, 71, 933, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
934, 919, 71, 920, 922, 924, 937, 71, 71, 2679,
|
|
|
|
|
71, 923, 925, 935, 926, 71, 953, 960, 927, 71,
|
|
|
|
|
928, 939, 936, 938, 929, 71, 930, 71, 71, 942,
|
|
|
|
|
940, 931, 945, 941, 943, 71, 932, 71, 71, 71,
|
|
|
|
|
71, 944, 71, 947, 949, 71, 956, 71, 71, 954,
|
|
|
|
|
955, 71, 946, 948, 950, 71, 71, 957, 958, 952,
|
|
|
|
|
71, 71, 71, 951, 71, 969, 968, 959, 71, 961,
|
|
|
|
|
71, 71, 967, 71, 962, 71, 963, 71, 971, 973,
|
|
|
|
|
972, 71, 970, 71, 977, 71, 71, 964, 965, 71,
|
|
|
|
|
978, 979, 975, 71, 966, 974, 980, 71, 71, 983,
|
|
|
|
|
|
|
|
|
|
71, 71, 976, 71, 71, 71, 984, 71, 981, 989,
|
|
|
|
|
71, 982, 986, 987, 71, 71, 71, 71, 71, 985,
|
|
|
|
|
71, 71, 992, 988, 71, 990, 71, 71, 71, 991,
|
|
|
|
|
996, 998, 994, 997, 993, 71, 71, 71, 71, 71,
|
|
|
|
|
995, 1000, 999, 1004, 1005, 71, 71, 1001, 71, 1008,
|
|
|
|
|
1006, 1003, 1009, 1002, 71, 1007, 71, 1012, 71, 71,
|
|
|
|
|
71, 1014, 1013, 71, 1015, 71, 71, 1010, 1016, 71,
|
|
|
|
|
71, 1022, 1011, 1017, 71, 71, 1024, 71, 71, 71,
|
|
|
|
|
71, 1025, 71, 1020, 2679, 1027, 1018, 1019, 71, 1021,
|
|
|
|
|
71, 71, 71, 1028, 2679, 1023, 1030, 1031, 71, 71,
|
|
|
|
|
|
|
|
|
|
1026, 71, 71, 1036, 71, 1033, 1029, 71, 1035, 71,
|
|
|
|
|
1032, 1037, 71, 1038, 71, 71, 71, 1034, 1040, 71,
|
|
|
|
|
71, 1045, 1046, 71, 71, 1039, 71, 71, 71, 1047,
|
|
|
|
|
1049, 1048, 1041, 1044, 71, 1042, 71, 1052, 71, 1043,
|
|
|
|
|
71, 1050, 71, 71, 1053, 71, 71, 1054, 71, 1056,
|
|
|
|
|
71, 1057, 71, 1058, 1051, 1061, 1062, 71, 1055, 71,
|
|
|
|
|
71, 71, 71, 71, 1060, 1064, 1065, 71, 1059, 71,
|
|
|
|
|
1069, 71, 1063, 71, 71, 71, 71, 1067, 1066, 71,
|
|
|
|
|
71, 1068, 1071, 1075, 71, 71, 71, 71, 71, 1070,
|
|
|
|
|
71, 1079, 1081, 71, 1072, 1077, 1080, 1083, 1074, 1076,
|
|
|
|
|
|
|
|
|
|
1078, 1073, 1084, 71, 71, 71, 71, 1086, 71, 1085,
|
|
|
|
|
1082, 1087, 71, 71, 71, 71, 71, 71, 71, 1090,
|
|
|
|
|
71, 1096, 71, 71, 1093, 71, 1088, 1089, 71, 71,
|
|
|
|
|
1091, 71, 71, 1094, 1100, 1092, 71, 1097, 1133, 1095,
|
|
|
|
|
71, 1102, 71, 1098, 1099, 71, 1106, 1107, 71, 71,
|
|
|
|
|
1103, 1101, 1104, 71, 1109, 1105, 1108, 71, 71, 71,
|
|
|
|
|
1110, 71, 1112, 1113, 71, 71, 1111, 1118, 71, 1115,
|
|
|
|
|
71, 71, 1116, 71, 71, 1119, 71, 1122, 1114, 1121,
|
|
|
|
|
71, 71, 71, 71, 1117, 1123, 71, 71, 71, 71,
|
|
|
|
|
71, 1120, 71, 1128, 1126, 1124, 71, 71, 1127, 1129,
|
|
|
|
|
|
|
|
|
|
1125, 71, 71, 1138, 71, 2679, 71, 1130, 1132, 71,
|
|
|
|
|
1131, 1134, 1135, 1137, 1140, 1139, 71, 1136, 71, 1144,
|
|
|
|
|
71, 1142, 1141, 71, 1145, 71, 71, 71, 71, 1149,
|
|
|
|
|
1143, 71, 1158, 71, 1159, 1157, 71, 1147, 71, 1146,
|
|
|
|
|
1148, 71, 71, 71, 1156, 1161, 1150, 1160, 1162, 1151,
|
|
|
|
|
1152, 71, 71, 1164, 1153, 71, 1163, 71, 71, 71,
|
|
|
|
|
1154, 1165, 71, 1166, 1155, 71, 1168, 1169, 1172, 2679,
|
|
|
|
|
1173, 71, 71, 1170, 71, 1167, 71, 1174, 71, 1182,
|
|
|
|
|
1176, 71, 1175, 1171, 71, 1177, 71, 1178, 71, 1179,
|
|
|
|
|
1184, 1180, 71, 1181, 71, 1183, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1188, 71, 1185, 1191, 1187, 1189, 71, 71, 71,
|
|
|
|
|
71, 1193, 1186, 71, 1192, 71, 71, 1194, 1196, 1190,
|
|
|
|
|
1198, 71, 1200, 1197, 71, 71, 71, 1195, 1204, 71,
|
|
|
|
|
1199, 1203, 1206, 71, 71, 71, 1207, 71, 1208, 1201,
|
|
|
|
|
1205, 71, 1209, 1211, 71, 71, 1213, 71, 71, 1202,
|
|
|
|
|
71, 71, 71, 1214, 1217, 71, 71, 71, 71, 71,
|
|
|
|
|
1210, 1221, 71, 1220, 1222, 1212, 71, 1226, 71, 1223,
|
|
|
|
|
71, 1215, 1216, 1224, 71, 1225, 1218, 1219, 71, 1227,
|
|
|
|
|
71, 1229, 71, 1228, 71, 71, 71, 1234, 1235, 1237,
|
|
|
|
|
1231, 71, 1232, 71, 71, 71, 1236, 71, 71, 1233,
|
|
|
|
|
|
|
|
|
|
1230, 71, 1241, 71, 71, 71, 1238, 71, 1245, 1246,
|
|
|
|
|
71, 71, 1240, 1248, 71, 71, 1247, 1239, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 1242, 1243, 71, 1255, 71, 71,
|
|
|
|
|
1244, 1251, 1249, 1252, 1253, 71, 71, 71, 1250, 71,
|
|
|
|
|
1254, 1259, 1262, 1256, 1260, 71, 71, 1258, 71, 1264,
|
|
|
|
|
71, 2679, 71, 1257, 1265, 71, 1268, 1266, 1261, 1267,
|
|
|
|
|
71, 71, 71, 71, 71, 1263, 1269, 1273, 1277, 71,
|
|
|
|
|
1274, 1275, 71, 71, 71, 1270, 1271, 1276, 71, 1272,
|
|
|
|
|
71, 71, 1278, 1279, 71, 71, 1283, 71, 71, 71,
|
|
|
|
|
1281, 71, 1280, 1285, 71, 1289, 71, 71, 1282, 71,
|
|
|
|
|
|
|
|
|
|
1290, 1287, 1284, 71, 71, 1286, 71, 1288, 71, 1291,
|
|
|
|
|
71, 1293, 71, 71, 71, 71, 1292, 1299, 1295, 1301,
|
|
|
|
|
1300, 1296, 1294, 1297, 71, 71, 71, 1304, 71, 1298,
|
|
|
|
|
71, 71, 71, 1302, 1303, 1309, 1306, 1308, 1310, 1305,
|
|
|
|
|
1315, 71, 71, 1311, 71, 71, 1312, 1313, 71, 1307,
|
|
|
|
|
71, 71, 71, 71, 1314, 71, 71, 1320, 71, 71,
|
|
|
|
|
71, 71, 1319, 71, 71, 1323, 1317, 1322, 1318, 1316,
|
|
|
|
|
71, 1326, 71, 71, 1328, 1324, 1327, 71, 1321, 1329,
|
|
|
|
|
71, 71, 1325, 71, 1330, 71, 71, 1336, 71, 1331,
|
|
|
|
|
1340, 1332, 1333, 71, 1339, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1334, 71, 1335, 71, 1338, 71, 71, 1348, 1337,
|
|
|
|
|
71, 71, 2679, 1349, 1341, 1354, 1342, 1343, 1344, 1347,
|
|
|
|
|
1345, 1346, 71, 1350, 1351, 71, 71, 1352, 71, 71,
|
|
|
|
|
1353, 71, 71, 71, 1357, 71, 1360, 1355, 1358, 71,
|
|
|
|
|
71, 71, 1356, 1364, 71, 71, 1365, 71, 1361, 71,
|
|
|
|
|
1366, 1359, 71, 1367, 71, 1362, 1363, 1372, 1368, 1369,
|
|
|
|
|
1373, 71, 71, 71, 71, 1370, 71, 71, 1377, 1378,
|
|
|
|
|
71, 1376, 1371, 1379, 71, 71, 1380, 71, 71, 71,
|
|
|
|
|
1374, 71, 1383, 71, 1385, 1375, 1381, 71, 71, 71,
|
|
|
|
|
1384, 71, 71, 1389, 1382, 71, 1388, 71, 71, 1393,
|
|
|
|
|
|
|
|
|
|
71, 71, 1386, 71, 1397, 71, 1395, 1390, 71, 1387,
|
|
|
|
|
1391, 71, 1398, 71, 1394, 71, 1400, 71, 1396, 71,
|
|
|
|
|
71, 71, 1392, 1403, 1406, 71, 1405, 71, 1402, 71,
|
|
|
|
|
71, 1399, 71, 71, 71, 1401, 71, 1413, 2679, 1404,
|
|
|
|
|
71, 71, 71, 1408, 71, 1407, 1411, 1414, 2679, 1409,
|
|
|
|
|
1410, 71, 71, 1417, 1415, 71, 1418, 1420, 1412, 71,
|
|
|
|
|
1416, 1419, 1422, 1424, 1421, 71, 1426, 71, 71, 71,
|
|
|
|
|
71, 71, 1423, 71, 71, 71, 1431, 1428, 1429, 1425,
|
|
|
|
|
71, 1432, 71, 71, 71, 71, 71, 1437, 1436, 1427,
|
|
|
|
|
71, 71, 71, 2679, 71, 71, 1433, 1440, 1430, 1435,
|
|
|
|
|
|
|
|
|
|
1441, 1434, 1438, 1443, 1445, 71, 71, 1451, 71, 71,
|
|
|
|
|
1444, 1439, 1442, 1446, 1449, 71, 71, 1447, 1448, 71,
|
|
|
|
|
71, 1450, 71, 1452, 1453, 71, 71, 71, 71, 1458,
|
|
|
|
|
1459, 71, 71, 1461, 2679, 71, 71, 1460, 1454, 71,
|
|
|
|
|
71, 1464, 71, 71, 1455, 1463, 1456, 71, 1457, 71,
|
|
|
|
|
71, 71, 1465, 71, 1462, 71, 71, 1473, 71, 71,
|
|
|
|
|
71, 1466, 71, 71, 71, 1469, 71, 1470, 1471, 1467,
|
|
|
|
|
1468, 1472, 1478, 71, 1476, 1474, 71, 71, 1481, 1475,
|
|
|
|
|
71, 1480, 71, 1477, 1479, 71, 71, 71, 71, 71,
|
|
|
|
|
1484, 71, 71, 71, 1488, 1482, 1483, 1486, 1495, 71,
|
|
|
|
|
|
|
|
|
|
2679, 1487, 1489, 1485, 1492, 1490, 71, 1491, 71, 1493,
|
|
|
|
|
1496, 71, 71, 1498, 71, 1497, 71, 1494, 71, 1499,
|
|
|
|
|
71, 1501, 71, 71, 71, 1508, 71, 1500, 71, 1503,
|
|
|
|
|
71, 71, 1505, 1507, 1502, 1506, 1509, 71, 71, 71,
|
|
|
|
|
71, 1504, 1513, 1511, 71, 71, 1510, 71, 1518, 71,
|
|
|
|
|
71, 71, 1515, 71, 71, 1514, 1512, 71, 1521, 1520,
|
|
|
|
|
71, 1522, 71, 1517, 71, 1519, 71, 1532, 71, 1516,
|
|
|
|
|
1545, 1524, 1526, 71, 1525, 1523, 1534, 71, 1527, 1529,
|
|
|
|
|
1531, 1535, 1528, 71, 1530, 71, 1533, 71, 1536, 1537,
|
|
|
|
|
71, 71, 71, 1541, 71, 71, 1538, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1543, 71, 71, 1540, 1542, 71, 1544,
|
|
|
|
|
1547, 1539, 1550, 71, 1548, 1552, 1546, 1549, 71, 1551,
|
|
|
|
|
71, 71, 71, 1558, 71, 71, 1553, 71, 1554, 71,
|
|
|
|
|
1561, 71, 71, 71, 2679, 1557, 1555, 1563, 71, 1556,
|
|
|
|
|
1559, 71, 71, 1560, 71, 71, 1564, 1562, 71, 1565,
|
|
|
|
|
1566, 1567, 71, 1569, 71, 1568, 1570, 71, 1574, 71,
|
|
|
|
|
71, 71, 71, 71, 1572, 71, 71, 1571, 1576, 71,
|
|
|
|
|
1581, 71, 71, 1573, 1575, 1577, 71, 1578, 1584, 1585,
|
|
|
|
|
71, 1579, 71, 1582, 71, 1586, 1580, 1583, 1587, 71,
|
|
|
|
|
71, 1590, 71, 1589, 71, 1588, 1593, 71, 1591, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1594, 1592, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 1599, 71, 71, 1603, 71, 71, 1600, 71, 71,
|
|
|
|
|
1609, 1595, 1601, 1597, 1596, 1598, 71, 1602, 1604, 71,
|
|
|
|
|
1607, 1608, 71, 1606, 1612, 71, 71, 1610, 1614, 71,
|
|
|
|
|
1615, 1605, 1616, 71, 1617, 71, 71, 71, 1611, 1619,
|
|
|
|
|
71, 71, 1622, 71, 71, 1613, 1624, 71, 1623, 1626,
|
|
|
|
|
1625, 71, 71, 1628, 71, 71, 1618, 71, 1620, 71,
|
|
|
|
|
1630, 1633, 1621, 1631, 71, 71, 1632, 71, 71, 1627,
|
|
|
|
|
71, 71, 1640, 71, 71, 71, 1645, 71, 71, 1629,
|
|
|
|
|
1634, 1635, 1636, 1642, 71, 71, 1646, 1637, 1643, 71,
|
|
|
|
|
|
|
|
|
|
1638, 1639, 1647, 1641, 1648, 71, 71, 71, 1644, 71,
|
|
|
|
|
71, 1652, 71, 71, 1649, 1650, 71, 1654, 71, 1657,
|
|
|
|
|
1658, 71, 71, 71, 71, 1662, 71, 1651, 71, 1655,
|
|
|
|
|
71, 1659, 1660, 1653, 71, 1656, 71, 1664, 71, 71,
|
|
|
|
|
1667, 71, 1671, 1663, 71, 1661, 71, 1665, 71, 1670,
|
|
|
|
|
1674, 71, 71, 1675, 1676, 71, 71, 1669, 1673, 71,
|
|
|
|
|
1666, 1678, 1668, 71, 71, 71, 1672, 71, 1677, 71,
|
|
|
|
|
71, 71, 1682, 71, 1685, 1686, 71, 1681, 71, 71,
|
|
|
|
|
71, 71, 71, 1689, 1679, 71, 1680, 71, 1683, 71,
|
|
|
|
|
71, 1698, 71, 1688, 1695, 1696, 1687, 1684, 71, 1690,
|
|
|
|
|
|
|
|
|
|
1691, 1692, 1693, 71, 1694, 71, 71, 1697, 71, 1699,
|
|
|
|
|
1702, 71, 71, 71, 1700, 1707, 1709, 71, 71, 1701,
|
|
|
|
|
71, 71, 1704, 1708, 71, 1710, 71, 1703, 1714, 71,
|
|
|
|
|
1711, 1712, 1705, 1706, 1715, 71, 1713, 1716, 1718, 1719,
|
|
|
|
|
71, 71, 1717, 71, 71, 71, 1722, 71, 71, 71,
|
|
|
|
|
71, 1727, 71, 1721, 1724, 71, 1729, 71, 71, 1723,
|
|
|
|
|
1725, 71, 71, 71, 71, 71, 1720, 71, 1734, 1733,
|
|
|
|
|
1730, 71, 1735, 1731, 1726, 1736, 71, 1728, 1737, 71,
|
|
|
|
|
1739, 2679, 1732, 71, 71, 71, 71, 1738, 71, 1740,
|
|
|
|
|
1741, 71, 71, 1743, 1742, 1745, 1744, 71, 71, 1747,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1751, 71, 71, 71, 1750, 71, 1746,
|
|
|
|
|
71, 1753, 1748, 1749, 1752, 1754, 1755, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1760, 1762, 1757, 1756, 1761,
|
|
|
|
|
71, 1764, 71, 71, 71, 71, 1763, 1758, 71, 1759,
|
|
|
|
|
71, 1766, 1765, 1767, 71, 1768, 1771, 1769, 1772, 71,
|
|
|
|
|
71, 1773, 1770, 71, 1777, 71, 71, 71, 1779, 71,
|
|
|
|
|
71, 1780, 1781, 71, 71, 71, 1774, 71, 1775, 1776,
|
|
|
|
|
71, 1785, 1782, 1778, 1783, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 1786, 1784, 71, 71, 1793, 1788,
|
|
|
|
|
1789, 1790, 1797, 71, 71, 71, 1792, 1787, 1796, 71,
|
|
|
|
|
|
|
|
|
|
1801, 1794, 1800, 1795, 71, 1798, 1791, 71, 71, 71,
|
|
|
|
|
1804, 71, 1803, 71, 1799, 71, 1806, 71, 71, 71,
|
|
|
|
|
1807, 1810, 1812, 71, 1802, 71, 1808, 1805, 71, 1811,
|
|
|
|
|
1809, 71, 71, 1814, 1815, 71, 1816, 71, 71, 1820,
|
|
|
|
|
1817, 71, 71, 71, 71, 71, 1821, 71, 1826, 71,
|
|
|
|
|
1823, 1813, 71, 1827, 71, 1818, 1822, 71, 1819, 1830,
|
|
|
|
|
71, 1825, 71, 1824, 71, 71, 1832, 1831, 1833, 1828,
|
|
|
|
|
1835, 71, 71, 71, 1837, 71, 1834, 1829, 71, 1838,
|
|
|
|
|
71, 71, 71, 71, 1836, 1842, 1844, 71, 71, 1839,
|
|
|
|
|
1840, 1845, 71, 1841, 71, 71, 1843, 71, 71, 1848,
|
|
|
|
|
|
|
|
|
|
1846, 71, 1849, 71, 1847, 71, 71, 71, 1850, 71,
|
|
|
|
|
71, 71, 71, 1860, 1858, 1859, 71, 71, 1851, 1852,
|
|
|
|
|
1855, 1853, 1854, 1856, 1857, 71, 1861, 71, 71, 1867,
|
|
|
|
|
71, 1862, 1864, 71, 1869, 71, 71, 1866, 71, 1863,
|
|
|
|
|
71, 71, 1868, 1872, 1871, 1874, 71, 1876, 71, 1878,
|
|
|
|
|
1875, 71, 1865, 71, 1873, 1870, 1877, 71, 1881, 71,
|
|
|
|
|
71, 1882, 71, 71, 71, 1879, 1886, 71, 1880, 71,
|
|
|
|
|
1887, 71, 1885, 1890, 71, 1883, 1888, 71, 1896, 71,
|
|
|
|
|
71, 1892, 1891, 1893, 71, 71, 1884, 1895, 71, 1889,
|
|
|
|
|
1894, 71, 71, 71, 71, 1898, 71, 71, 71, 1900,
|
|
|
|
|
|
|
|
|
|
71, 1906, 71, 1903, 71, 71, 71, 71, 1897, 1907,
|
|
|
|
|
71, 71, 1902, 71, 71, 1909, 71, 1899, 1904, 1901,
|
|
|
|
|
1905, 1908, 71, 1911, 1914, 71, 71, 1913, 71, 71,
|
|
|
|
|
71, 71, 1912, 1910, 71, 1915, 71, 1917, 71, 1924,
|
|
|
|
|
71, 71, 71, 1921, 1925, 1916, 71, 2679, 1919, 1926,
|
|
|
|
|
71, 1920, 1918, 1923, 71, 1922, 1927, 71, 1929, 1928,
|
|
|
|
|
1930, 71, 1931, 71, 71, 1932, 71, 1933, 71, 1934,
|
|
|
|
|
1937, 71, 71, 1935, 71, 71, 1936, 1938, 71, 1939,
|
|
|
|
|
1943, 71, 1944, 71, 71, 71, 1940, 1946, 71, 71,
|
|
|
|
|
1942, 1948, 71, 1949, 71, 1941, 1950, 71, 71, 1951,
|
|
|
|
|
|
|
|
|
|
71, 1954, 71, 1945, 71, 1953, 71, 1947, 1956, 71,
|
|
|
|
|
71, 71, 71, 1960, 1959, 71, 1958, 1952, 1962, 71,
|
|
|
|
|
71, 71, 71, 1955, 1957, 1966, 71, 71, 1961, 71,
|
|
|
|
|
1971, 71, 71, 71, 1963, 1964, 1970, 71, 71, 71,
|
|
|
|
|
1965, 71, 1967, 71, 1969, 1975, 71, 71, 1977, 71,
|
|
|
|
|
1968, 71, 1972, 1973, 1974, 71, 1980, 1976, 1981, 71,
|
|
|
|
|
71, 1978, 1982, 1983, 1984, 71, 71, 71, 71, 1979,
|
|
|
|
|
1985, 71, 71, 71, 71, 71, 1989, 1990, 1991, 1994,
|
|
|
|
|
1987, 71, 71, 71, 71, 71, 1995, 2679, 71, 1988,
|
|
|
|
|
1992, 1986, 71, 1998, 71, 1993, 1997, 1999, 71, 2003,
|
|
|
|
|
|
|
|
|
|
71, 2000, 71, 2001, 2004, 71, 71, 1996, 71, 2007,
|
|
|
|
|
2008, 71, 2002, 71, 71, 2006, 71, 71, 2009, 2015,
|
|
|
|
|
71, 71, 2005, 71, 71, 71, 2010, 71, 71, 2013,
|
|
|
|
|
2014, 2011, 2017, 2012, 71, 71, 2016, 2018, 2022, 71,
|
|
|
|
|
2019, 71, 2020, 71, 2023, 2060, 2021, 71, 2024, 2026,
|
|
|
|
|
71, 71, 2027, 2025, 2028, 71, 71, 71, 2031, 2029,
|
|
|
|
|
2032, 2034, 2030, 71, 71, 71, 71, 2033, 71, 71,
|
|
|
|
|
2035, 71, 71, 2039, 71, 2036, 71, 71, 2040, 2037,
|
|
|
|
|
2041, 2042, 71, 71, 71, 2044, 71, 71, 2043, 71,
|
|
|
|
|
2038, 2046, 71, 71, 71, 71, 2050, 2053, 71, 71,
|
|
|
|
|
|
|
|
|
|
2052, 71, 71, 71, 2045, 2054, 2047, 2049, 71, 2048,
|
|
|
|
|
2059, 71, 2058, 2057, 2051, 71, 2055, 2056, 71, 71,
|
|
|
|
|
2062, 71, 71, 2065, 2063, 2061, 71, 2067, 71, 71,
|
|
|
|
|
2066, 2069, 71, 71, 2071, 71, 71, 71, 2070, 71,
|
|
|
|
|
2068, 2064, 2073, 2077, 2074, 2075, 71, 2076, 71, 71,
|
|
|
|
|
71, 2078, 71, 71, 2072, 71, 71, 71, 71, 71,
|
|
|
|
|
2081, 2084, 71, 2086, 71, 2085, 2089, 71, 2079, 71,
|
|
|
|
|
2083, 71, 71, 71, 2096, 2080, 2082, 2087, 2679, 2088,
|
|
|
|
|
71, 2092, 2093, 71, 71, 71, 71, 71, 71, 2094,
|
|
|
|
|
2090, 2091, 2095, 2099, 2100, 71, 2101, 71, 71, 2097,
|
|
|
|
|
|
|
|
|
|
2098, 2102, 71, 2103, 71, 71, 71, 2106, 71, 2107,
|
|
|
|
|
2104, 71, 71, 71, 2111, 71, 2112, 71, 2113, 71,
|
|
|
|
|
71, 71, 71, 2105, 2108, 71, 71, 71, 2115, 2110,
|
|
|
|
|
71, 2109, 2114, 71, 2116, 2118, 2120, 71, 71, 71,
|
|
|
|
|
71, 71, 2121, 71, 2127, 2117, 2119, 71, 71, 71,
|
|
|
|
|
71, 71, 2124, 2122, 71, 2126, 2128, 71, 2123, 71,
|
|
|
|
|
2134, 71, 2679, 2129, 2125, 2130, 71, 2131, 2150, 71,
|
|
|
|
|
71, 2136, 71, 2132, 2137, 2135, 71, 2133, 2138, 71,
|
|
|
|
|
2139, 71, 71, 2140, 71, 2141, 71, 2142, 2143, 71,
|
|
|
|
|
71, 2145, 71, 71, 71, 71, 2146, 71, 2153, 71,
|
|
|
|
|
|
|
|
|
|
2144, 2154, 71, 2157, 71, 71, 71, 71, 2147, 71,
|
|
|
|
|
71, 71, 2152, 2149, 2148, 2151, 2156, 2160, 71, 71,
|
|
|
|
|
71, 2155, 71, 2158, 2159, 71, 2161, 2162, 2166, 71,
|
|
|
|
|
2167, 71, 2168, 71, 71, 2164, 2163, 71, 71, 2165,
|
|
|
|
|
2169, 71, 2172, 71, 2171, 71, 71, 71, 2170, 2176,
|
|
|
|
|
2175, 2177, 71, 71, 2173, 2178, 2179, 71, 71, 71,
|
|
|
|
|
71, 2174, 2180, 2186, 71, 71, 2182, 2181, 2185, 71,
|
|
|
|
|
71, 2189, 71, 71, 71, 71, 71, 2190, 2183, 2192,
|
|
|
|
|
2184, 2193, 71, 71, 2187, 71, 71, 71, 2188, 2191,
|
|
|
|
|
2197, 71, 2199, 71, 71, 2200, 2194, 2201, 71, 2198,
|
|
|
|
|
|
|
|
|
|
2203, 71, 71, 71, 2204, 2195, 2196, 2202, 71, 71,
|
|
|
|
|
71, 2209, 71, 71, 71, 71, 2205, 71, 71, 2208,
|
|
|
|
|
2211, 2206, 2207, 2213, 71, 71, 71, 71, 2210, 71,
|
|
|
|
|
71, 2212, 2214, 2215, 2216, 2218, 71, 2221, 71, 71,
|
|
|
|
|
2217, 2219, 2220, 2222, 71, 71, 2223, 2225, 71, 2227,
|
|
|
|
|
2224, 71, 71, 2229, 71, 71, 2228, 71, 2232, 71,
|
|
|
|
|
2233, 71, 2231, 71, 2235, 71, 2226, 71, 2237, 2230,
|
|
|
|
|
2236, 2679, 71, 2238, 71, 71, 2234, 2239, 2241, 71,
|
|
|
|
|
2240, 71, 71, 2242, 71, 71, 2243, 71, 71, 71,
|
|
|
|
|
71, 2244, 71, 2247, 71, 2246, 71, 2249, 71, 2250,
|
|
|
|
|
|
|
|
|
|
2245, 2248, 71, 2251, 71, 71, 71, 2252, 2253, 71,
|
|
|
|
|
2257, 71, 71, 2259, 2255, 2256, 71, 2254, 2262, 71,
|
|
|
|
|
2258, 71, 71, 71, 2266, 71, 71, 71, 71, 71,
|
|
|
|
|
2271, 2264, 2260, 2270, 71, 2261, 71, 71, 2265, 71,
|
|
|
|
|
2263, 71, 2268, 2272, 71, 2267, 2274, 2273, 2269, 71,
|
|
|
|
|
2276, 71, 71, 71, 2285, 2277, 71, 2280, 2275, 2281,
|
|
|
|
|
71, 2282, 71, 2283, 71, 71, 2278, 2679, 2279, 2284,
|
|
|
|
|
71, 71, 2287, 2288, 71, 2289, 71, 71, 71, 71,
|
|
|
|
|
2290, 2292, 71, 71, 2293, 2286, 2294, 71, 2296, 71,
|
|
|
|
|
71, 71, 2299, 71, 2295, 71, 2291, 2301, 71, 2300,
|
|
|
|
|
|
|
|
|
|
71, 2302, 71, 71, 71, 2298, 2303, 71, 2297, 2308,
|
|
|
|
|
2307, 71, 71, 2311, 71, 71, 2310, 71, 2304, 71,
|
|
|
|
|
71, 71, 2305, 2306, 2312, 2313, 71, 71, 71, 2314,
|
|
|
|
|
2316, 71, 71, 2319, 71, 71, 2309, 71, 2317, 2318,
|
|
|
|
|
2323, 71, 71, 71, 2679, 2315, 71, 2329, 2322, 2320,
|
|
|
|
|
2325, 2326, 2321, 2333, 2324, 71, 2327, 71, 71, 2330,
|
|
|
|
|
71, 2331, 2328, 71, 2332, 71, 71, 71, 71, 71,
|
|
|
|
|
2334, 2340, 71, 71, 71, 2335, 2337, 2341, 2343, 71,
|
|
|
|
|
71, 2345, 71, 71, 71, 71, 71, 2344, 2338, 2339,
|
|
|
|
|
2346, 2342, 2336, 2347, 2349, 71, 71, 71, 71, 2353,
|
|
|
|
|
|
|
|
|
|
2350, 2348, 71, 71, 2354, 71, 2351, 2357, 71, 71,
|
|
|
|
|
71, 2360, 2356, 2352, 71, 2355, 71, 71, 2358, 71,
|
|
|
|
|
71, 2365, 2359, 71, 2364, 71, 2370, 71, 2362, 71,
|
|
|
|
|
2367, 71, 2366, 2679, 2361, 71, 2368, 71, 2363, 2369,
|
|
|
|
|
2371, 71, 2372, 71, 71, 2377, 2373, 71, 71, 2374,
|
|
|
|
|
2375, 71, 2376, 2378, 71, 2380, 71, 71, 71, 2379,
|
|
|
|
|
2385, 71, 2381, 2383, 71, 71, 71, 2387, 71, 71,
|
|
|
|
|
71, 71, 2391, 71, 71, 71, 71, 71, 2382, 2384,
|
|
|
|
|
2394, 71, 2392, 71, 2388, 2389, 2395, 2393, 71, 2386,
|
|
|
|
|
71, 2390, 2401, 71, 2397, 2399, 2398, 2396, 71, 2403,
|
|
|
|
|
|
|
|
|
|
71, 2404, 71, 71, 2406, 71, 71, 71, 71, 2400,
|
|
|
|
|
2409, 71, 2408, 71, 71, 71, 2413, 2402, 71, 71,
|
|
|
|
|
2416, 71, 2407, 71, 2405, 2417, 71, 71, 2410, 2418,
|
|
|
|
|
71, 71, 2414, 2412, 71, 71, 2411, 2425, 71, 71,
|
|
|
|
|
2420, 2415, 2426, 2421, 71, 2427, 2422, 2423, 71, 2419,
|
|
|
|
|
71, 2430, 2431, 71, 2424, 71, 2433, 71, 2432, 71,
|
|
|
|
|
2428, 71, 71, 71, 71, 2438, 2435, 71, 2436, 71,
|
|
|
|
|
2429, 71, 2441, 71, 2442, 71, 71, 2434, 71, 2445,
|
|
|
|
|
71, 2446, 71, 2437, 2439, 2440, 71, 2444, 2443, 71,
|
|
|
|
|
2448, 2447, 2450, 71, 2449, 2451, 71, 2452, 71, 71,
|
|
|
|
|
|
|
|
|
|
2454, 71, 71, 71, 2453, 71, 2457, 2458, 71, 71,
|
|
|
|
|
71, 71, 2462, 71, 71, 2464, 71, 71, 2466, 2463,
|
|
|
|
|
2461, 2455, 71, 2459, 71, 2456, 71, 2468, 71, 71,
|
|
|
|
|
2460, 2465, 71, 71, 2467, 71, 71, 2469, 2472, 71,
|
|
|
|
|
71, 71, 2470, 71, 2475, 2474, 71, 2473, 71, 2471,
|
|
|
|
|
71, 71, 71, 2484, 71, 2487, 71, 71, 71, 2476,
|
|
|
|
|
71, 2477, 2489, 2478, 2479, 2679, 2480, 2499, 2481, 2482,
|
|
|
|
|
2486, 2488, 71, 2483, 2485, 2490, 71, 2491, 71, 2492,
|
|
|
|
|
2493, 71, 71, 2495, 71, 2494, 71, 71, 2498, 71,
|
|
|
|
|
71, 71, 71, 71, 2500, 71, 2504, 2505, 71, 2506,
|
|
|
|
|
|
|
|
|
|
71, 2497, 2503, 71, 2496, 71, 2501, 71, 71, 71,
|
|
|
|
|
2502, 71, 2508, 2513, 2509, 2511, 71, 2510, 2507, 71,
|
|
|
|
|
2512, 71, 71, 71, 2515, 2520, 71, 2517, 2518, 71,
|
|
|
|
|
2522, 71, 2516, 2514, 2521, 2519, 2523, 71, 2524, 71,
|
|
|
|
|
2525, 71, 71, 2527, 71, 2528, 71, 71, 71, 71,
|
|
|
|
|
2531, 2526, 71, 2533, 71, 71, 71, 71, 71, 2535,
|
|
|
|
|
2530, 71, 2529, 71, 2537, 71, 2540, 2532, 2539, 71,
|
|
|
|
|
71, 71, 71, 2534, 2542, 2541, 2538, 71, 71, 71,
|
|
|
|
|
71, 71, 2547, 2536, 71, 2549, 71, 2545, 71, 2543,
|
|
|
|
|
71, 71, 71, 2546, 2555, 2544, 2554, 71, 71, 2557,
|
|
|
|
|
|
|
|
|
|
2551, 2553, 71, 2548, 2550, 71, 71, 71, 71, 71,
|
|
|
|
|
2580, 2552, 2556, 71, 71, 2558, 71, 71, 2567, 71,
|
|
|
|
|
71, 71, 2561, 71, 2559, 2560, 2569, 71, 2563, 2568,
|
|
|
|
|
2564, 2566, 71, 2562, 2565, 71, 2570, 2571, 71, 2572,
|
|
|
|
|
71, 2574, 2573, 71, 71, 71, 2575, 71, 71, 2576,
|
|
|
|
|
2577, 71, 2583, 71, 71, 71, 71, 2578, 2587, 71,
|
|
|
|
|
71, 2588, 2579, 71, 71, 2581, 2591, 71, 2582, 2592,
|
|
|
|
|
2585, 2589, 71, 2584, 2586, 71, 71, 71, 2596, 71,
|
|
|
|
|
71, 2593, 71, 2590, 71, 71, 2599, 71, 71, 2594,
|
|
|
|
|
71, 71, 2601, 71, 71, 71, 2595, 71, 2598, 2606,
|
|
|
|
|
|
|
|
|
|
2597, 71, 2607, 2603, 2604, 2600, 71, 2602, 2610, 71,
|
|
|
|
|
2612, 2611, 2605, 2608, 71, 2613, 71, 71, 71, 71,
|
|
|
|
|
2609, 71, 2614, 2615, 2616, 2618, 71, 71, 2620, 71,
|
|
|
|
|
2621, 71, 2619, 71, 71, 71, 71, 2626, 71, 2679,
|
|
|
|
|
2617, 2623, 71, 71, 71, 71, 71, 2629, 2630, 71,
|
|
|
|
|
71, 71, 2622, 2631, 2624, 2625, 2632, 2627, 2628, 71,
|
|
|
|
|
71, 2634, 71, 2637, 2633, 71, 71, 71, 2641, 2635,
|
|
|
|
|
2638, 71, 71, 2636, 71, 2643, 2679, 2640, 71, 2639,
|
|
|
|
|
71, 2644, 71, 2645, 2648, 71, 71, 71, 2650, 2646,
|
|
|
|
|
2642, 2647, 2649, 2651, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
2657, 71, 2652, 2653, 2655, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 2659, 2660, 71, 2663, 71, 2654, 2656, 2664, 71,
|
|
|
|
|
71, 2667, 2668, 71, 2658, 71, 71, 2661, 2662, 2665,
|
|
|
|
|
2670, 71, 2669, 2672, 2666, 2671, 71, 71, 71, 71,
|
|
|
|
|
71, 2679, 2673, 2674, 2677, 71, 2678, 71, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2675, 2676,
|
|
|
|
|
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, 2679, 74, 74,
|
|
|
|
|
|
|
|
|
|
74, 74, 140, 140, 2679, 2679, 2679, 140, 140, 142,
|
|
|
|
|
142, 2679, 2679, 142, 2679, 142, 144, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 144, 147, 147, 2679, 2679, 2679, 147, 147,
|
|
|
|
|
149, 2679, 2679, 2679, 2679, 2679, 149, 151, 151, 2679,
|
|
|
|
|
151, 151, 151, 151, 75, 75, 2679, 75, 75, 75,
|
|
|
|
|
75, 13, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[5293] =
|
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-07-31 03:23:58 -04:00
|
|
|
10, 10, 15, 25, 9, 29, 15, 25, 2685, 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-07-31 03:23:58 -04:00
|
|
|
34, 21, 23, 24, 12, 23, 24, 915, 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-06-01 04:02:04 -04:00
|
|
|
345, 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-07-31 03:23:58 -04:00
|
|
|
324, 321, 327, 325, 328, 324, 345, 325, 332, 329,
|
|
|
|
|
409, 332, 330, 335, 321, 325, 333, 321, 409, 321,
|
|
|
|
|
326, 326, 327, 326, 329, 328, 330, 332, 335, 336,
|
|
|
|
|
|
|
|
|
|
333, 338, 339, 340, 341, 343, 326, 338, 336, 326,
|
|
|
|
|
64, 326, 346, 326, 334, 337, 334, 334, 342, 341,
|
|
|
|
|
337, 337, 340, 339, 343, 344, 334, 342, 334, 334,
|
|
|
|
|
334, 344, 346, 334, 347, 348, 350, 351, 352, 353,
|
|
|
|
|
354, 348, 356, 355, 353, 348, 357, 358, 347, 355,
|
|
|
|
|
360, 361, 364, 352, 359, 354, 350, 351, 357, 362,
|
|
|
|
|
359, 358, 356, 365, 362, 363, 363, 361, 363, 366,
|
|
|
|
|
367, 368, 364, 368, 369, 360, 370, 372, 369, 365,
|
|
|
|
|
370, 371, 371, 373, 367, 366, 374, 375, 376, 377,
|
|
|
|
|
379, 368, 372, 380, 379, 370, 382, 376, 377, 373,
|
|
|
|
|
|
|
|
|
|
378, 375, 380, 381, 374, 378, 383, 384, 376, 381,
|
|
|
|
|
376, 384, 383, 385, 386, 387, 387, 382, 385, 388,
|
|
|
|
|
389, 392, 390, 391, 391, 389, 393, 392, 394, 396,
|
|
|
|
|
393, 395, 388, 397, 386, 390, 395, 398, 396, 400,
|
|
|
|
|
399, 404, 401, 402, 402, 397, 401, 403, 408, 394,
|
|
|
|
|
410, 400, 403, 405, 405, 407, 407, 398, 399, 410,
|
|
|
|
|
411, 412, 404, 414, 415, 416, 417, 418, 419, 408,
|
|
|
|
|
420, 421, 417, 412, 419, 420, 418, 424, 422, 416,
|
|
|
|
|
411, 414, 423, 414, 415, 421, 422, 425, 423, 422,
|
|
|
|
|
425, 427, 426, 429, 428, 433, 430, 424, 426, 428,
|
|
|
|
|
|
|
|
|
|
431, 432, 434, 435, 431, 427, 432, 434, 436, 439,
|
|
|
|
|
433, 438, 59, 439, 440, 429, 426, 430, 442, 435,
|
|
|
|
|
443, 441, 442, 444, 446, 443, 449, 436, 437, 437,
|
|
|
|
|
445, 438, 447, 440, 437, 445, 437, 441, 444, 448,
|
|
|
|
|
446, 447, 449, 450, 437, 448, 450, 437, 437, 451,
|
|
|
|
|
448, 452, 452, 453, 437, 454, 454, 455, 456, 457,
|
|
|
|
|
458, 459, 460, 462, 461, 463, 466, 460, 471, 451,
|
|
|
|
|
456, 464, 455, 461, 457, 466, 469, 464, 453, 458,
|
|
|
|
|
463, 467, 462, 459, 468, 467, 470, 471, 469, 472,
|
|
|
|
|
468, 473, 474, 475, 476, 54, 477, 475, 477, 481,
|
|
|
|
|
|
|
|
|
|
478, 470, 483, 472, 479, 479, 473, 476, 478, 480,
|
|
|
|
|
474, 481, 482, 484, 483, 480, 484, 485, 482, 486,
|
|
|
|
|
487, 488, 489, 487, 486, 494, 491, 498, 490, 53,
|
|
|
|
|
488, 494, 485, 490, 490, 492, 492, 488, 489, 491,
|
|
|
|
|
488, 493, 493, 495, 495, 496, 496, 497, 498, 499,
|
|
|
|
|
500, 501, 499, 497, 502, 500, 503, 504, 505, 503,
|
|
|
|
|
506, 507, 502, 509, 506, 508, 510, 507, 511, 508,
|
|
|
|
|
501, 510, 512, 514, 513, 516, 48, 505, 512, 513,
|
|
|
|
|
504, 509, 515, 517, 517, 515, 518, 514, 511, 521,
|
|
|
|
|
515, 519, 520, 516, 515, 522, 519, 520, 524, 523,
|
|
|
|
|
|
|
|
|
|
532, 529, 530, 521, 518, 523, 525, 524, 526, 525,
|
|
|
|
|
522, 527, 526, 528, 531, 530, 527, 529, 528, 531,
|
|
|
|
|
532, 533, 533, 534, 535, 536, 542, 537, 539, 538,
|
|
|
|
|
43, 539, 534, 537, 526, 538, 540, 536, 541, 540,
|
|
|
|
|
535, 543, 544, 541, 542, 545, 546, 550, 544, 552,
|
|
|
|
|
545, 547, 546, 548, 547, 543, 549, 551, 548, 553,
|
|
|
|
|
550, 549, 549, 554, 555, 553, 556, 559, 552, 552,
|
|
|
|
|
551, 556, 557, 555, 558, 557, 560, 563, 561, 559,
|
|
|
|
|
558, 560, 554, 561, 561, 562, 562, 564, 565, 564,
|
|
|
|
|
557, 566, 567, 566, 568, 569, 570, 571, 14, 572,
|
|
|
|
|
|
|
|
|
|
573, 574, 563, 572, 575, 576, 577, 565, 578, 573,
|
|
|
|
|
567, 581, 568, 569, 579, 570, 574, 571, 577, 580,
|
|
|
|
|
579, 582, 575, 578, 576, 583, 584, 585, 586, 583,
|
|
|
|
|
581, 580, 587, 588, 589, 589, 591, 590, 592, 596,
|
|
|
|
|
582, 590, 594, 593, 584, 585, 586, 588, 593, 592,
|
|
|
|
|
595, 587, 596, 597, 598, 591, 599, 600, 594, 598,
|
|
|
|
|
597, 601, 600, 599, 602, 603, 601, 604, 606, 595,
|
|
|
|
|
605, 607, 603, 608, 613, 610, 604, 606, 608, 610,
|
|
|
|
|
611, 612, 602, 607, 605, 609, 614, 615, 609, 613,
|
|
|
|
|
612, 616, 616, 619, 611, 617, 617, 618, 618, 621,
|
|
|
|
|
|
|
|
|
|
614, 622, 619, 623, 617, 624, 626, 622, 615, 624,
|
|
|
|
|
625, 627, 628, 630, 629, 631, 632, 627, 621, 643,
|
|
|
|
|
628, 629, 625, 623, 626, 633, 635, 642, 638, 641,
|
|
|
|
|
633, 630, 648, 642, 633, 643, 632, 633, 641, 644,
|
|
|
|
|
631, 635, 647, 644, 633, 638, 648, 633, 645, 645,
|
|
|
|
|
646, 646, 649, 647, 650, 653, 652, 655, 13, 656,
|
|
|
|
|
650, 652, 656, 654, 657, 657, 659, 659, 660, 661,
|
|
|
|
|
661, 658, 649, 651, 651, 651, 653, 651, 658, 662,
|
|
|
|
|
651, 654, 655, 660, 662, 651, 663, 666, 664, 663,
|
|
|
|
|
667, 651, 651, 664, 665, 669, 665, 668, 670, 666,
|
|
|
|
|
|
|
|
|
|
671, 668, 672, 672, 673, 675, 674, 677, 671, 667,
|
|
|
|
|
676, 681, 677, 678, 678, 669, 681, 670, 682, 673,
|
|
|
|
|
674, 679, 676, 675, 682, 683, 679, 679, 685, 684,
|
|
|
|
|
686, 683, 684, 687, 685, 688, 690, 689, 686, 691,
|
|
|
|
|
693, 687, 689, 690, 692, 692, 694, 696, 698, 693,
|
|
|
|
|
695, 699, 701, 688, 694, 704, 695, 698, 691, 700,
|
|
|
|
|
699, 701, 702, 703, 700, 702, 696, 705, 703, 704,
|
|
|
|
|
706, 706, 707, 709, 708, 710, 713, 711, 713, 715,
|
|
|
|
|
711, 716, 709, 714, 714, 717, 716, 707, 711, 718,
|
|
|
|
|
719, 720, 705, 708, 721, 722, 725, 723, 724, 710,
|
|
|
|
|
|
|
|
|
|
715, 723, 726, 728, 722, 727, 717, 729, 733, 718,
|
|
|
|
|
719, 726, 730, 720, 721, 725, 724, 727, 730, 731,
|
|
|
|
|
734, 729, 728, 735, 731, 732, 732, 736, 733, 734,
|
|
|
|
|
737, 738, 739, 741, 740, 742, 743, 744, 739, 741,
|
|
|
|
|
745, 744, 743, 735, 746, 747, 748, 736, 740, 753,
|
|
|
|
|
747, 738, 737, 749, 749, 742, 746, 750, 751, 745,
|
|
|
|
|
752, 751, 753, 750, 746, 754, 755, 748, 756, 756,
|
|
|
|
|
757, 754, 758, 759, 759, 760, 761, 758, 752, 763,
|
|
|
|
|
761, 762, 762, 764, 765, 766, 755, 768, 757, 765,
|
|
|
|
|
760, 769, 771, 772, 774, 774, 775, 777, 776, 799,
|
|
|
|
|
|
|
|
|
|
775, 763, 778, 764, 766, 769, 778, 780, 779, 0,
|
|
|
|
|
792, 768, 771, 776, 772, 773, 792, 799, 773, 782,
|
|
|
|
|
773, 780, 777, 779, 773, 781, 773, 784, 785, 783,
|
|
|
|
|
781, 773, 785, 782, 783, 783, 773, 786, 787, 788,
|
|
|
|
|
789, 784, 790, 787, 788, 791, 795, 795, 798, 793,
|
|
|
|
|
794, 803, 786, 787, 789, 793, 794, 796, 797, 791,
|
|
|
|
|
801, 802, 796, 790, 797, 803, 802, 798, 800, 800,
|
|
|
|
|
804, 807, 801, 809, 800, 806, 800, 805, 805, 807,
|
|
|
|
|
806, 808, 804, 810, 811, 811, 812, 800, 800, 816,
|
|
|
|
|
812, 814, 809, 815, 800, 808, 815, 814, 817, 818,
|
|
|
|
|
|
|
|
|
|
820, 819, 810, 821, 822, 818, 819, 823, 816, 824,
|
|
|
|
|
826, 817, 821, 822, 828, 824, 825, 827, 829, 820,
|
|
|
|
|
830, 831, 827, 823, 832, 825, 835, 837, 838, 826,
|
|
|
|
|
831, 833, 829, 832, 828, 839, 840, 833, 841, 842,
|
|
|
|
|
830, 837, 835, 841, 842, 843, 844, 838, 845, 845,
|
|
|
|
|
843, 840, 846, 839, 847, 844, 849, 850, 846, 853,
|
|
|
|
|
851, 851, 850, 850, 851, 852, 854, 847, 852, 855,
|
|
|
|
|
856, 858, 849, 853, 857, 859, 860, 858, 861, 862,
|
|
|
|
|
863, 861, 860, 856, 0, 863, 854, 855, 864, 857,
|
|
|
|
|
865, 866, 867, 864, 0, 859, 866, 867, 868, 870,
|
|
|
|
|
|
|
|
|
|
862, 871, 872, 873, 875, 870, 865, 876, 872, 873,
|
|
|
|
|
868, 874, 874, 875, 878, 877, 879, 871, 877, 880,
|
|
|
|
|
881, 882, 883, 888, 884, 876, 885, 882, 883, 884,
|
|
|
|
|
886, 885, 878, 881, 889, 879, 886, 890, 892, 880,
|
|
|
|
|
893, 888, 896, 890, 891, 891, 894, 892, 895, 894,
|
|
|
|
|
897, 895, 898, 896, 889, 899, 900, 901, 893, 904,
|
|
|
|
|
902, 899, 900, 905, 898, 902, 903, 903, 897, 906,
|
|
|
|
|
907, 908, 901, 909, 907, 910, 911, 905, 904, 913,
|
|
|
|
|
917, 906, 909, 914, 914, 916, 919, 920, 918, 908,
|
|
|
|
|
922, 919, 921, 921, 910, 917, 920, 923, 913, 916,
|
|
|
|
|
|
|
|
|
|
918, 911, 924, 923, 925, 926, 927, 926, 924, 925,
|
|
|
|
|
922, 927, 928, 929, 930, 931, 932, 933, 934, 930,
|
|
|
|
|
935, 936, 936, 937, 933, 938, 928, 929, 940, 939,
|
|
|
|
|
931, 941, 972, 934, 940, 932, 942, 937, 972, 935,
|
|
|
|
|
947, 942, 945, 938, 939, 944, 944, 945, 949, 946,
|
|
|
|
|
942, 941, 942, 950, 947, 942, 946, 948, 951, 952,
|
|
|
|
|
948, 954, 950, 951, 953, 955, 949, 957, 957, 953,
|
|
|
|
|
958, 959, 954, 961, 960, 958, 962, 961, 952, 960,
|
|
|
|
|
963, 964, 965, 966, 955, 962, 967, 968, 969, 970,
|
|
|
|
|
971, 959, 974, 967, 965, 963, 973, 975, 966, 968,
|
|
|
|
|
|
|
|
|
|
964, 979, 981, 978, 976, 0, 980, 969, 971, 978,
|
|
|
|
|
970, 973, 974, 976, 980, 979, 982, 975, 983, 984,
|
|
|
|
|
985, 982, 981, 986, 984, 984, 991, 987, 988, 988,
|
|
|
|
|
983, 990, 992, 993, 993, 991, 995, 986, 992, 985,
|
|
|
|
|
987, 989, 994, 996, 990, 995, 989, 994, 996, 989,
|
|
|
|
|
989, 997, 998, 998, 989, 1000, 997, 1001, 999, 1003,
|
|
|
|
|
989, 999, 1002, 999, 989, 1004, 1001, 1002, 1005, 0,
|
|
|
|
|
1006, 1009, 1007, 1003, 1005, 1000, 1006, 1007, 1008, 1011,
|
|
|
|
|
1009, 1011, 1008, 1004, 1012, 1009, 1014, 1009, 1015, 1009,
|
|
|
|
|
1014, 1009, 1010, 1010, 1016, 1012, 1017, 1019, 1023, 1020,
|
|
|
|
|
|
|
|
|
|
1021, 1018, 1022, 1015, 1020, 1017, 1018, 1018, 1024, 1026,
|
|
|
|
|
1025, 1022, 1016, 1029, 1021, 1027, 1028, 1023, 1025, 1019,
|
|
|
|
|
1027, 1030, 1029, 1026, 1031, 1034, 1032, 1024, 1033, 1033,
|
|
|
|
|
1028, 1032, 1035, 1035, 1036, 1038, 1036, 1039, 1038, 1030,
|
|
|
|
|
1034, 1040, 1039, 1041, 1041, 1042, 1043, 1043, 1044, 1031,
|
|
|
|
|
1045, 1046, 1051, 1044, 1047, 1047, 1048, 1049, 1050, 1057,
|
|
|
|
|
1040, 1051, 1052, 1050, 1052, 1042, 1054, 1057, 1055, 1054,
|
|
|
|
|
1056, 1045, 1046, 1055, 1058, 1056, 1048, 1049, 1059, 1058,
|
|
|
|
|
1060, 1060, 1061, 1059, 1062, 1063, 1064, 1066, 1067, 1069,
|
|
|
|
|
1062, 1068, 1063, 1066, 1067, 1069, 1068, 1070, 1071, 1064,
|
|
|
|
|
|
|
|
|
|
1061, 1072, 1073, 1073, 1074, 1076, 1070, 1077, 1078, 1079,
|
|
|
|
|
1080, 1084, 1072, 1082, 1078, 1079, 1080, 1071, 1083, 1082,
|
|
|
|
|
1086, 1085, 1087, 1089, 1074, 1076, 1088, 1088, 1090, 1091,
|
|
|
|
|
1077, 1084, 1083, 1085, 1086, 1094, 1092, 1095, 1083, 1099,
|
|
|
|
|
1087, 1092, 1095, 1089, 1093, 1093, 1097, 1091, 1101, 1098,
|
|
|
|
|
1100, 0, 1102, 1090, 1098, 1098, 1101, 1099, 1094, 1100,
|
|
|
|
|
1103, 1104, 1105, 1107, 1112, 1097, 1102, 1105, 1108, 1106,
|
|
|
|
|
1105, 1106, 1110, 1111, 1108, 1103, 1104, 1107, 1109, 1104,
|
|
|
|
|
1113, 1114, 1109, 1110, 1115, 1117, 1114, 1119, 1116, 1120,
|
|
|
|
|
1112, 1123, 1111, 1116, 1121, 1121, 1122, 1124, 1113, 1125,
|
|
|
|
|
|
|
|
|
|
1122, 1119, 1115, 1126, 1127, 1117, 1128, 1120, 1129, 1123,
|
|
|
|
|
1130, 1125, 1131, 1132, 1133, 1134, 1124, 1131, 1127, 1133,
|
|
|
|
|
1132, 1128, 1126, 1129, 1137, 1135, 1136, 1136, 1139, 1130,
|
|
|
|
|
1138, 1148, 1140, 1134, 1135, 1141, 1138, 1140, 1142, 1137,
|
|
|
|
|
1148, 1141, 1143, 1143, 1142, 1144, 1144, 1146, 1146, 1139,
|
|
|
|
|
1147, 1149, 1150, 1151, 1147, 1152, 1153, 1153, 1154, 1155,
|
|
|
|
|
1156, 1157, 1152, 1158, 1161, 1156, 1150, 1155, 1151, 1149,
|
|
|
|
|
1162, 1159, 1163, 1164, 1160, 1157, 1159, 1159, 1154, 1160,
|
|
|
|
|
1160, 1165, 1158, 1168, 1161, 1166, 1169, 1167, 1170, 1162,
|
|
|
|
|
1171, 1163, 1164, 1167, 1170, 1172, 1171, 1173, 1174, 1175,
|
|
|
|
|
|
|
|
|
|
1177, 1165, 1185, 1166, 1178, 1169, 1176, 1179, 1179, 1168,
|
|
|
|
|
1180, 1181, 0, 1180, 1172, 1185, 1173, 1174, 1175, 1178,
|
|
|
|
|
1176, 1177, 1183, 1181, 1182, 1182, 1184, 1183, 1186, 1187,
|
|
|
|
|
1184, 1190, 1188, 1191, 1188, 1192, 1190, 1186, 1188, 1199,
|
|
|
|
|
1193, 1195, 1187, 1194, 1194, 1196, 1195, 1200, 1191, 1197,
|
|
|
|
|
1196, 1188, 1201, 1197, 1198, 1192, 1193, 1202, 1198, 1199,
|
|
|
|
|
1203, 1203, 1205, 1202, 1207, 1200, 1208, 1209, 1209, 1210,
|
|
|
|
|
1215, 1208, 1201, 1212, 1212, 1210, 1214, 1214, 1216, 1218,
|
|
|
|
|
1205, 1219, 1218, 1220, 1220, 1207, 1215, 1221, 1222, 1225,
|
|
|
|
|
1219, 1223, 1224, 1224, 1216, 1226, 1223, 1227, 1228, 1228,
|
|
|
|
|
|
|
|
|
|
1229, 1230, 1221, 1231, 1232, 1232, 1230, 1225, 1233, 1222,
|
|
|
|
|
1226, 1234, 1233, 1236, 1229, 1235, 1235, 1237, 1231, 1238,
|
|
|
|
|
1239, 1240, 1227, 1238, 1242, 1242, 1240, 1243, 1237, 1244,
|
|
|
|
|
1245, 1234, 1246, 1247, 1250, 1236, 1248, 1248, 0, 1239,
|
|
|
|
|
1251, 1254, 1249, 1244, 1252, 1243, 1246, 1249, 0, 1245,
|
|
|
|
|
1245, 1253, 1258, 1252, 1250, 1255, 1253, 1255, 1247, 1256,
|
|
|
|
|
1251, 1254, 1257, 1259, 1256, 1261, 1262, 1262, 1257, 1259,
|
|
|
|
|
1263, 1264, 1258, 1266, 1267, 1268, 1268, 1264, 1266, 1261,
|
|
|
|
|
1269, 1269, 1270, 1271, 1272, 1273, 1274, 1274, 1273, 1263,
|
|
|
|
|
1275, 1276, 1282, 0, 1277, 1280, 1270, 1277, 1267, 1272,
|
|
|
|
|
|
|
|
|
|
1277, 1271, 1275, 1278, 1280, 1279, 1286, 1286, 1281, 1278,
|
|
|
|
|
1279, 1276, 1277, 1281, 1284, 1283, 1285, 1282, 1283, 1288,
|
|
|
|
|
1284, 1285, 1287, 1287, 1288, 1289, 1290, 1291, 1292, 1293,
|
|
|
|
|
1294, 1297, 1295, 1296, 0, 1293, 1294, 1295, 1289, 1296,
|
|
|
|
|
1298, 1299, 1299, 1301, 1290, 1298, 1291, 1300, 1292, 1302,
|
|
|
|
|
1303, 1304, 1300, 1305, 1297, 1309, 1306, 1308, 1307, 1310,
|
|
|
|
|
1311, 1301, 1312, 1308, 1315, 1304, 1320, 1305, 1306, 1302,
|
|
|
|
|
1303, 1307, 1314, 1314, 1311, 1309, 1316, 1317, 1317, 1310,
|
|
|
|
|
1318, 1316, 1319, 1312, 1315, 1321, 1323, 1324, 1322, 1328,
|
|
|
|
|
1320, 1326, 1330, 1325, 1324, 1318, 1319, 1322, 1331, 1331,
|
|
|
|
|
|
|
|
|
|
0, 1323, 1325, 1321, 1328, 1325, 1335, 1326, 1336, 1328,
|
|
|
|
|
1332, 1332, 1333, 1334, 1334, 1333, 1337, 1330, 1338, 1335,
|
|
|
|
|
1339, 1337, 1340, 1341, 1342, 1343, 1345, 1336, 1348, 1339,
|
|
|
|
|
1346, 1343, 1341, 1342, 1338, 1341, 1344, 1344, 1347, 1349,
|
|
|
|
|
1350, 1340, 1348, 1346, 1352, 1353, 1345, 1354, 1354, 1355,
|
|
|
|
|
1356, 1381, 1350, 1357, 1360, 1349, 1347, 1361, 1357, 1356,
|
|
|
|
|
1358, 1358, 1359, 1353, 1362, 1355, 1365, 1366, 1367, 1352,
|
|
|
|
|
1381, 1359, 1360, 1366, 1359, 1358, 1368, 1368, 1361, 1363,
|
|
|
|
|
1365, 1369, 1362, 1370, 1363, 1363, 1367, 1369, 1370, 1371,
|
|
|
|
|
1372, 1374, 1375, 1376, 1377, 1371, 1372, 1382, 1386, 1376,
|
|
|
|
|
|
|
|
|
|
1378, 1384, 1383, 1378, 1385, 1387, 1375, 1377, 1390, 1378,
|
|
|
|
|
1383, 1374, 1386, 1389, 1384, 1388, 1382, 1385, 1391, 1387,
|
|
|
|
|
1392, 1388, 1393, 1394, 1395, 1396, 1389, 1399, 1390, 1394,
|
|
|
|
|
1398, 1398, 1405, 1400, 0, 1393, 1391, 1400, 1407, 1392,
|
|
|
|
|
1395, 1401, 1404, 1396, 1402, 1403, 1401, 1399, 1409, 1402,
|
|
|
|
|
1403, 1404, 1410, 1407, 1411, 1405, 1408, 1408, 1412, 1412,
|
|
|
|
|
1413, 1414, 1417, 1415, 1410, 1416, 1418, 1409, 1414, 1421,
|
|
|
|
|
1419, 1420, 1422, 1411, 1413, 1415, 1419, 1416, 1422, 1423,
|
|
|
|
|
1423, 1417, 1424, 1420, 1428, 1424, 1418, 1421, 1425, 1425,
|
|
|
|
|
1427, 1429, 1431, 1428, 1432, 1427, 1432, 1429, 1430, 1430,
|
|
|
|
|
|
|
|
|
|
1433, 1434, 1435, 1433, 1431, 1436, 1438, 1437, 1439, 1442,
|
|
|
|
|
1440, 1438, 1441, 1444, 1442, 1445, 1448, 1439, 1450, 1443,
|
|
|
|
|
1447, 1434, 1440, 1436, 1435, 1437, 1447, 1441, 1443, 1449,
|
|
|
|
|
1445, 1446, 1446, 1444, 1450, 1451, 1452, 1448, 1452, 1453,
|
|
|
|
|
1453, 1443, 1454, 1454, 1455, 1455, 1456, 1458, 1449, 1457,
|
|
|
|
|
1457, 1459, 1460, 1460, 1461, 1451, 1462, 1463, 1461, 1465,
|
|
|
|
|
1463, 1466, 1462, 1467, 1468, 1465, 1456, 1469, 1458, 1467,
|
|
|
|
|
1469, 1472, 1459, 1470, 1470, 1471, 1471, 1472, 1473, 1466,
|
|
|
|
|
1474, 1475, 1476, 1477, 1481, 1482, 1481, 1483, 1476, 1468,
|
|
|
|
|
1473, 1473, 1473, 1479, 1480, 1486, 1482, 1473, 1479, 1479,
|
|
|
|
|
|
|
|
|
|
1474, 1475, 1483, 1477, 1484, 1485, 1487, 1489, 1480, 1491,
|
|
|
|
|
1484, 1488, 1488, 1492, 1485, 1486, 1490, 1490, 1493, 1493,
|
|
|
|
|
1494, 1494, 1497, 1499, 1500, 1501, 1501, 1487, 1502, 1491,
|
|
|
|
|
1503, 1497, 1499, 1489, 1505, 1492, 1507, 1503, 1504, 1506,
|
|
|
|
|
1506, 1508, 1511, 1502, 1510, 1500, 1512, 1504, 1511, 1510,
|
|
|
|
|
1514, 1513, 1518, 1515, 1516, 1516, 1514, 1508, 1513, 1515,
|
|
|
|
|
1505, 1518, 1507, 1517, 1519, 1521, 1512, 1520, 1517, 1522,
|
|
|
|
|
1523, 1524, 1522, 1525, 1525, 1526, 1527, 1521, 1528, 1529,
|
|
|
|
|
1531, 1526, 1532, 1529, 1519, 1535, 1520, 1533, 1523, 1537,
|
|
|
|
|
1536, 1539, 1539, 1528, 1536, 1537, 1527, 1524, 1538, 1529,
|
|
|
|
|
|
|
|
|
|
1531, 1532, 1533, 1541, 1535, 1540, 1543, 1538, 1544, 1540,
|
|
|
|
|
1542, 1542, 1545, 1546, 1541, 1547, 1549, 1549, 1548, 1541,
|
|
|
|
|
1552, 1547, 1544, 1548, 1550, 1550, 1551, 1543, 1553, 1553,
|
|
|
|
|
1551, 1552, 1545, 1546, 1554, 1554, 1552, 1555, 1556, 1557,
|
|
|
|
|
1558, 1559, 1555, 1555, 1556, 1557, 1560, 1562, 1564, 1565,
|
|
|
|
|
1563, 1566, 1560, 1559, 1563, 1567, 1568, 1566, 1569, 1562,
|
|
|
|
|
1564, 1571, 1568, 1572, 1573, 1575, 1558, 1579, 1575, 1573,
|
|
|
|
|
1569, 1576, 1576, 1571, 1565, 1577, 1577, 1567, 1578, 1578,
|
|
|
|
|
1580, 0, 1572, 1581, 1584, 1582, 1580, 1579, 1583, 1581,
|
|
|
|
|
1582, 1586, 1588, 1584, 1583, 1588, 1586, 1589, 1590, 1590,
|
|
|
|
|
|
|
|
|
|
1592, 1593, 1594, 1595, 1595, 1596, 1597, 1594, 1600, 1589,
|
|
|
|
|
1598, 1597, 1592, 1593, 1596, 1598, 1599, 1599, 1601, 1602,
|
|
|
|
|
1603, 1604, 1607, 1610, 1605, 1604, 1606, 1601, 1600, 1605,
|
|
|
|
|
1609, 1609, 1606, 1615, 1611, 1620, 1607, 1602, 1613, 1603,
|
|
|
|
|
1614, 1610, 1609, 1611, 1612, 1612, 1615, 1613, 1618, 1618,
|
|
|
|
|
1621, 1620, 1614, 1623, 1625, 1624, 1626, 1627, 1627, 1628,
|
|
|
|
|
1625, 1628, 1629, 1629, 1630, 1633, 1621, 1632, 1623, 1624,
|
|
|
|
|
1634, 1634, 1630, 1626, 1632, 1635, 1636, 1637, 1638, 1639,
|
|
|
|
|
1640, 1641, 1642, 1644, 1635, 1633, 1645, 1647, 1642, 1637,
|
|
|
|
|
1638, 1639, 1646, 1646, 1648, 1650, 1641, 1636, 1645, 1649,
|
|
|
|
|
|
|
|
|
|
1650, 1642, 1649, 1644, 1651, 1647, 1640, 1653, 1654, 1655,
|
|
|
|
|
1654, 1656, 1653, 1657, 1648, 1663, 1656, 1659, 1660, 1661,
|
|
|
|
|
1657, 1661, 1664, 1664, 1651, 1665, 1659, 1655, 1666, 1663,
|
|
|
|
|
1660, 1668, 1667, 1666, 1667, 1669, 1668, 1670, 1671, 1672,
|
|
|
|
|
1669, 1673, 1675, 1674, 1677, 1672, 1673, 1678, 1679, 1679,
|
|
|
|
|
1675, 1665, 1680, 1680, 1681, 1670, 1674, 1682, 1671, 1683,
|
|
|
|
|
1686, 1678, 1684, 1677, 1685, 1683, 1685, 1684, 1686, 1681,
|
|
|
|
|
1687, 1687, 1688, 1689, 1689, 1694, 1686, 1682, 1690, 1690,
|
|
|
|
|
1691, 1692, 1696, 1693, 1688, 1693, 1695, 1695, 1697, 1691,
|
|
|
|
|
1692, 1696, 1699, 1692, 1700, 1703, 1694, 1701, 1704, 1700,
|
|
|
|
|
|
|
|
|
|
1697, 1705, 1701, 1706, 1699, 1708, 1707, 1716, 1703, 1712,
|
|
|
|
|
1713, 1710, 1711, 1716, 1712, 1713, 1719, 1720, 1704, 1705,
|
|
|
|
|
1708, 1706, 1707, 1710, 1711, 1718, 1716, 1721, 1722, 1723,
|
|
|
|
|
1723, 1718, 1720, 1724, 1725, 1725, 1726, 1722, 1728, 1719,
|
|
|
|
|
1727, 1729, 1724, 1728, 1727, 1730, 1733, 1731, 1735, 1733,
|
|
|
|
|
1730, 1730, 1721, 1731, 1729, 1726, 1732, 1734, 1738, 1738,
|
|
|
|
|
1739, 1739, 1732, 1740, 1743, 1734, 1741, 1741, 1735, 1742,
|
|
|
|
|
1742, 1744, 1740, 1745, 1752, 1739, 1743, 1746, 1752, 1745,
|
|
|
|
|
1747, 1747, 1746, 1748, 1748, 1749, 1739, 1750, 1753, 1744,
|
|
|
|
|
1749, 1754, 1756, 1750, 1757, 1754, 1758, 1759, 1760, 1757,
|
|
|
|
|
|
|
|
|
|
1761, 1763, 1763, 1760, 1762, 1764, 1765, 1767, 1753, 1764,
|
|
|
|
|
1766, 1768, 1759, 1769, 1775, 1766, 1773, 1756, 1761, 1758,
|
|
|
|
|
1762, 1765, 1770, 1768, 1771, 1771, 1774, 1770, 1776, 1777,
|
|
|
|
|
1778, 1779, 1769, 1767, 1780, 1773, 1785, 1775, 1782, 1783,
|
|
|
|
|
1783, 1784, 1786, 1779, 1784, 1774, 1787, 0, 1777, 1785,
|
|
|
|
|
1791, 1778, 1776, 1782, 1792, 1780, 1786, 1788, 1788, 1787,
|
|
|
|
|
1789, 1789, 1790, 1790, 1794, 1791, 1799, 1792, 1793, 1793,
|
|
|
|
|
1795, 1795, 1796, 1794, 1798, 1800, 1794, 1796, 1801, 1798,
|
|
|
|
|
1802, 1802, 1803, 1803, 1804, 1810, 1799, 1805, 1805, 1806,
|
|
|
|
|
1801, 1807, 1807, 1808, 1808, 1800, 1809, 1809, 1811, 1810,
|
|
|
|
|
|
|
|
|
|
1813, 1814, 1814, 1804, 1815, 1813, 1817, 1806, 1816, 1816,
|
|
|
|
|
1818, 1819, 1820, 1820, 1819, 1822, 1818, 1811, 1821, 1821,
|
|
|
|
|
1823, 1824, 1827, 1815, 1817, 1825, 1825, 1828, 1820, 1829,
|
|
|
|
|
1831, 1831, 1830, 1832, 1822, 1823, 1830, 1837, 1833, 1834,
|
|
|
|
|
1824, 1838, 1827, 1840, 1829, 1836, 1836, 1839, 1838, 1842,
|
|
|
|
|
1828, 1845, 1832, 1833, 1834, 1841, 1841, 1837, 1842, 1846,
|
|
|
|
|
1843, 1839, 1843, 1845, 1846, 1847, 1848, 1849, 1850, 1840,
|
|
|
|
|
1847, 1851, 1852, 1853, 1855, 1854, 1851, 1852, 1853, 1856,
|
|
|
|
|
1849, 1857, 1858, 1859, 1860, 1856, 1857, 0, 1861, 1850,
|
|
|
|
|
1854, 1848, 1862, 1860, 1863, 1855, 1859, 1861, 1864, 1865,
|
|
|
|
|
|
|
|
|
|
1866, 1862, 1868, 1863, 1866, 1865, 1870, 1858, 1871, 1871,
|
|
|
|
|
1872, 1874, 1864, 1876, 1877, 1870, 1872, 1873, 1873, 1878,
|
|
|
|
|
1878, 1879, 1868, 1880, 1883, 1882, 1873, 1884, 1889, 1876,
|
|
|
|
|
1877, 1874, 1880, 1874, 1885, 1887, 1879, 1882, 1887, 1888,
|
|
|
|
|
1883, 1890, 1884, 1929, 1888, 1929, 1885, 1900, 1889, 1891,
|
|
|
|
|
1891, 1892, 1892, 1890, 1894, 1894, 1895, 1896, 1897, 1895,
|
|
|
|
|
1898, 1900, 1896, 1902, 1897, 1903, 1898, 1899, 1899, 1901,
|
|
|
|
|
1901, 1904, 1905, 1905, 1907, 1902, 1911, 1908, 1907, 1903,
|
|
|
|
|
1908, 1909, 1909, 1910, 1912, 1911, 1915, 1913, 1910, 1916,
|
|
|
|
|
1904, 1913, 1918, 1917, 1919, 1920, 1918, 1921, 1923, 1922,
|
|
|
|
|
|
|
|
|
|
1920, 1925, 1928, 1921, 1912, 1922, 1915, 1917, 1926, 1916,
|
|
|
|
|
1928, 1932, 1927, 1926, 1919, 1935, 1923, 1925, 1927, 1933,
|
|
|
|
|
1933, 1934, 1936, 1936, 1934, 1932, 1938, 1939, 1940, 1942,
|
|
|
|
|
1938, 1941, 1941, 1939, 1945, 1945, 1947, 1951, 1942, 1952,
|
|
|
|
|
1940, 1935, 1951, 1957, 1952, 1953, 1953, 1955, 1955, 1957,
|
|
|
|
|
1958, 1958, 1959, 1960, 1947, 1961, 1967, 1963, 1964, 1969,
|
|
|
|
|
1961, 1965, 1965, 1968, 1970, 1967, 1972, 1972, 1959, 1968,
|
|
|
|
|
1964, 1973, 1980, 1974, 1980, 1960, 1963, 1969, 0, 1970,
|
|
|
|
|
1976, 1976, 1977, 1977, 1978, 1981, 1982, 1979, 1983, 1978,
|
|
|
|
|
1973, 1974, 1979, 1983, 1984, 1984, 1985, 1985, 1988, 1981,
|
|
|
|
|
|
|
|
|
|
1982, 1986, 1986, 1987, 1987, 1989, 1990, 1990, 1991, 1991,
|
|
|
|
|
1988, 1993, 1992, 1994, 1995, 1995, 1996, 1996, 1997, 1997,
|
|
|
|
|
1998, 1999, 2000, 1989, 1992, 2001, 2003, 2006, 1999, 1994,
|
|
|
|
|
2002, 1993, 1998, 2005, 2000, 2002, 2004, 2004, 2007, 2008,
|
|
|
|
|
2009, 2010, 2005, 2011, 2011, 2001, 2003, 2012, 2013, 2016,
|
|
|
|
|
2014, 2017, 2008, 2006, 2018, 2010, 2012, 2019, 2007, 2038,
|
|
|
|
|
2019, 2020, 0, 2013, 2009, 2014, 2021, 2016, 2038, 2022,
|
|
|
|
|
2030, 2021, 2032, 2017, 2022, 2020, 2034, 2018, 2023, 2023,
|
|
|
|
|
2024, 2024, 2025, 2025, 2027, 2027, 2029, 2029, 2030, 2031,
|
|
|
|
|
2035, 2032, 2036, 2037, 2040, 2039, 2034, 2041, 2041, 2044,
|
|
|
|
|
|
|
|
|
|
2031, 2043, 2043, 2046, 2046, 2047, 2048, 2045, 2035, 2051,
|
|
|
|
|
2049, 2050, 2040, 2037, 2036, 2039, 2045, 2049, 2052, 2053,
|
|
|
|
|
2054, 2044, 2058, 2047, 2048, 2060, 2050, 2051, 2055, 2055,
|
|
|
|
|
2056, 2056, 2057, 2059, 2062, 2053, 2052, 2061, 2057, 2054,
|
|
|
|
|
2058, 2063, 2061, 2070, 2060, 2064, 2073, 2065, 2059, 2065,
|
|
|
|
|
2064, 2066, 2066, 2067, 2062, 2067, 2068, 2068, 2072, 2074,
|
|
|
|
|
2077, 2063, 2070, 2079, 2079, 2078, 2073, 2072, 2078, 2080,
|
|
|
|
|
2081, 2082, 2082, 2083, 2085, 2086, 2096, 2083, 2074, 2086,
|
|
|
|
|
2077, 2087, 2087, 2088, 2080, 2090, 2091, 2094, 2081, 2085,
|
|
|
|
|
2092, 2092, 2095, 2095, 2105, 2096, 2088, 2097, 2097, 2094,
|
|
|
|
|
|
|
|
|
|
2099, 2099, 2098, 2104, 2104, 2090, 2091, 2098, 2106, 2107,
|
|
|
|
|
2108, 2109, 2109, 2110, 2118, 2114, 2105, 2115, 2116, 2108,
|
|
|
|
|
2114, 2106, 2107, 2116, 2117, 2121, 2119, 2124, 2110, 2129,
|
|
|
|
|
2122, 2115, 2117, 2118, 2119, 2122, 2123, 2125, 2125, 2127,
|
|
|
|
|
2121, 2123, 2124, 2126, 2126, 2128, 2127, 2129, 2130, 2131,
|
|
|
|
|
2128, 2132, 2133, 2133, 2134, 2131, 2132, 2135, 2136, 2136,
|
|
|
|
|
2137, 2137, 2135, 2140, 2141, 2141, 2130, 2142, 2143, 2134,
|
|
|
|
|
2142, 0, 2144, 2143, 2143, 2145, 2140, 2144, 2146, 2147,
|
|
|
|
|
2145, 2148, 2149, 2147, 2146, 2150, 2148, 2151, 2152, 2153,
|
|
|
|
|
2160, 2149, 2155, 2152, 2168, 2151, 2156, 2155, 2158, 2156,
|
|
|
|
|
|
|
|
|
|
2150, 2153, 2159, 2158, 2161, 2162, 2163, 2159, 2160, 2164,
|
|
|
|
|
2164, 2165, 2169, 2168, 2162, 2163, 2170, 2161, 2171, 2171,
|
|
|
|
|
2165, 2172, 2173, 2174, 2175, 2175, 2176, 2178, 2180, 2181,
|
|
|
|
|
2182, 2173, 2169, 2181, 2202, 2170, 2182, 2188, 2174, 2184,
|
|
|
|
|
2172, 2185, 2178, 2183, 2183, 2176, 2185, 2184, 2180, 2187,
|
|
|
|
|
2188, 2190, 2191, 2192, 2202, 2190, 2194, 2194, 2187, 2195,
|
|
|
|
|
2195, 2196, 2196, 2198, 2198, 2204, 2191, 0, 2192, 2200,
|
|
|
|
|
2200, 2205, 2205, 2206, 2206, 2207, 2207, 2208, 2210, 2214,
|
|
|
|
|
2208, 2211, 2211, 2212, 2212, 2204, 2213, 2213, 2215, 2215,
|
|
|
|
|
2216, 2217, 2218, 2220, 2214, 2224, 2210, 2220, 2218, 2219,
|
|
|
|
|
|
|
|
|
|
2219, 2223, 2225, 2226, 2227, 2217, 2223, 2223, 2216, 2228,
|
|
|
|
|
2227, 2229, 2230, 2231, 2231, 2228, 2230, 2236, 2224, 2234,
|
|
|
|
|
2239, 2241, 2225, 2226, 2234, 2236, 2237, 2240, 2242, 2237,
|
|
|
|
|
2240, 2243, 2244, 2242, 2245, 2247, 2229, 2255, 2241, 2241,
|
|
|
|
|
2246, 2246, 2248, 2250, 0, 2239, 2251, 2251, 2245, 2243,
|
|
|
|
|
2248, 2249, 2244, 2255, 2247, 2257, 2249, 2249, 2252, 2252,
|
|
|
|
|
2253, 2253, 2250, 2254, 2254, 2256, 2258, 2259, 2260, 2261,
|
|
|
|
|
2256, 2263, 2263, 2265, 2264, 2257, 2259, 2264, 2267, 2267,
|
|
|
|
|
2268, 2269, 2269, 2273, 2271, 2270, 2290, 2268, 2260, 2261,
|
|
|
|
|
2270, 2265, 2258, 2271, 2274, 2274, 2275, 2276, 2277, 2278,
|
|
|
|
|
|
|
|
|
|
2275, 2273, 2279, 2280, 2278, 2278, 2276, 2285, 2285, 2286,
|
|
|
|
|
2287, 2290, 2280, 2277, 2291, 2279, 2293, 2295, 2286, 2297,
|
|
|
|
|
2298, 2298, 2287, 2299, 2297, 2301, 2304, 2304, 2293, 2308,
|
|
|
|
|
2301, 2309, 2299, 0, 2291, 2302, 2302, 2307, 2295, 2302,
|
|
|
|
|
2305, 2305, 2306, 2306, 2316, 2312, 2307, 2310, 2313, 2308,
|
|
|
|
|
2309, 2312, 2310, 2313, 2314, 2315, 2315, 2317, 2318, 2314,
|
|
|
|
|
2320, 2319, 2316, 2318, 2321, 2324, 2320, 2322, 2322, 2329,
|
|
|
|
|
2325, 2326, 2328, 2328, 2330, 2334, 2331, 2332, 2317, 2319,
|
|
|
|
|
2331, 2333, 2329, 2337, 2324, 2325, 2332, 2330, 2335, 2321,
|
|
|
|
|
2336, 2326, 2338, 2338, 2334, 2336, 2335, 2333, 2339, 2341,
|
|
|
|
|
|
|
|
|
|
2341, 2342, 2342, 2344, 2346, 2346, 2347, 2348, 2351, 2337,
|
|
|
|
|
2350, 2350, 2348, 2352, 2353, 2355, 2355, 2339, 2356, 2358,
|
|
|
|
|
2359, 2359, 2347, 2363, 2344, 2360, 2360, 2364, 2351, 2361,
|
|
|
|
|
2361, 2362, 2356, 2353, 2366, 2365, 2352, 2367, 2367, 2368,
|
|
|
|
|
2362, 2358, 2368, 2363, 2369, 2369, 2364, 2365, 2373, 2361,
|
|
|
|
|
2374, 2375, 2376, 2376, 2366, 2377, 2378, 2375, 2377, 2379,
|
|
|
|
|
2373, 2381, 2378, 2382, 2383, 2384, 2381, 2385, 2382, 2389,
|
|
|
|
|
2374, 2384, 2386, 2386, 2388, 2388, 2395, 2379, 2390, 2392,
|
|
|
|
|
2392, 2393, 2393, 2383, 2385, 2385, 2394, 2390, 2389, 2396,
|
|
|
|
|
2395, 2394, 2397, 2397, 2396, 2398, 2398, 2399, 2399, 2400,
|
|
|
|
|
|
|
|
|
|
2402, 2402, 2405, 2407, 2400, 2408, 2408, 2410, 2410, 2411,
|
|
|
|
|
2412, 2413, 2414, 2414, 2415, 2419, 2419, 2420, 2421, 2415,
|
|
|
|
|
2413, 2405, 2426, 2411, 2421, 2407, 2422, 2423, 2423, 2427,
|
|
|
|
|
2412, 2420, 2424, 2428, 2422, 2429, 2432, 2424, 2428, 2430,
|
|
|
|
|
2433, 2434, 2426, 2435, 2432, 2430, 2436, 2429, 2440, 2427,
|
|
|
|
|
2437, 2438, 2439, 2440, 2443, 2447, 2447, 2444, 2449, 2433,
|
|
|
|
|
2465, 2434, 2449, 2435, 2436, 0, 2437, 2465, 2438, 2438,
|
|
|
|
|
2444, 2448, 2448, 2439, 2443, 2453, 2453, 2455, 2455, 2456,
|
|
|
|
|
2456, 2457, 2456, 2459, 2459, 2457, 2460, 2461, 2463, 2463,
|
|
|
|
|
2466, 2467, 2469, 2470, 2466, 2471, 2471, 2472, 2472, 2473,
|
|
|
|
|
|
|
|
|
|
2473, 2461, 2470, 2474, 2460, 2476, 2467, 2475, 2479, 2480,
|
|
|
|
|
2469, 2481, 2475, 2478, 2476, 2477, 2484, 2476, 2474, 2478,
|
|
|
|
|
2477, 2477, 2482, 2483, 2480, 2485, 2485, 2482, 2483, 2486,
|
|
|
|
|
2489, 2489, 2481, 2479, 2486, 2484, 2492, 2492, 2493, 2493,
|
|
|
|
|
2494, 2494, 2496, 2497, 2497, 2499, 2499, 2500, 2501, 2502,
|
|
|
|
|
2502, 2496, 2503, 2504, 2504, 2507, 2508, 2509, 2511, 2508,
|
|
|
|
|
2501, 2515, 2500, 2510, 2510, 2513, 2514, 2503, 2513, 2516,
|
|
|
|
|
2517, 2519, 2514, 2507, 2516, 2515, 2511, 2518, 2521, 2526,
|
|
|
|
|
2529, 2530, 2526, 2509, 2531, 2530, 2532, 2519, 2534, 2517,
|
|
|
|
|
2535, 2536, 2537, 2521, 2537, 2518, 2536, 2538, 2539, 2539,
|
|
|
|
|
|
|
|
|
|
2532, 2535, 2540, 2529, 2531, 2541, 2543, 2542, 2544, 2546,
|
|
|
|
|
2562, 2534, 2538, 2545, 2547, 2540, 2562, 2548, 2549, 2549,
|
|
|
|
|
2550, 2556, 2543, 2555, 2541, 2542, 2551, 2551, 2545, 2550,
|
|
|
|
|
2546, 2548, 2560, 2544, 2547, 2552, 2552, 2553, 2553, 2554,
|
|
|
|
|
2554, 2556, 2555, 2557, 2558, 2559, 2557, 2561, 2564, 2558,
|
|
|
|
|
2559, 2563, 2565, 2565, 2566, 2568, 2570, 2560, 2573, 2573,
|
|
|
|
|
2574, 2574, 2561, 2575, 2576, 2563, 2577, 2579, 2564, 2578,
|
|
|
|
|
2568, 2575, 2577, 2566, 2570, 2578, 2580, 2581, 2582, 2582,
|
|
|
|
|
2584, 2579, 2586, 2576, 2585, 2588, 2586, 2589, 2590, 2580,
|
|
|
|
|
2591, 2592, 2589, 2593, 2594, 2597, 2581, 2595, 2585, 2594,
|
|
|
|
|
|
|
|
|
|
2584, 2598, 2595, 2591, 2592, 2588, 2600, 2590, 2599, 2599,
|
|
|
|
|
2601, 2600, 2593, 2597, 2602, 2602, 2601, 2603, 2604, 2605,
|
|
|
|
|
2598, 2606, 2603, 2604, 2605, 2607, 2611, 2608, 2609, 2609,
|
|
|
|
|
2611, 2607, 2608, 2612, 2613, 2614, 2615, 2616, 2617, 0,
|
|
|
|
|
2606, 2613, 2624, 2616, 2622, 2618, 2619, 2619, 2621, 2621,
|
|
|
|
|
2625, 2631, 2612, 2622, 2614, 2615, 2622, 2617, 2618, 2623,
|
|
|
|
|
2626, 2624, 2627, 2627, 2623, 2628, 2629, 2632, 2632, 2625,
|
|
|
|
|
2628, 2633, 2638, 2626, 2634, 2634, 0, 2631, 2636, 2629,
|
|
|
|
|
2635, 2635, 2637, 2636, 2639, 2639, 2641, 2640, 2641, 2637,
|
|
|
|
|
2633, 2638, 2640, 2642, 2642, 2643, 2644, 2645, 2647, 2646,
|
|
|
|
|
|
|
|
|
|
2649, 2649, 2643, 2644, 2646, 2650, 2652, 2653, 2654, 2655,
|
|
|
|
|
2659, 2652, 2653, 2656, 2656, 2660, 2645, 2647, 2658, 2658,
|
|
|
|
|
2661, 2661, 2662, 2662, 2650, 2663, 2667, 2654, 2655, 2659,
|
|
|
|
|
2665, 2665, 2663, 2667, 2660, 2666, 2666, 2669, 2672, 2673,
|
|
|
|
|
2674, 0, 2669, 2672, 2675, 2675, 2676, 2676, 0, 0,
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 2673, 2674,
|
|
|
|
|
2680, 2680, 2680, 2680, 2680, 2680, 2680, 2681, 2681, 2681,
|
|
|
|
|
2681, 2681, 2681, 2681, 2682, 2682, 2682, 2682, 2682, 2682,
|
|
|
|
|
2682, 2683, 2683, 2683, 2683, 2683, 2683, 2683, 2684, 2684,
|
|
|
|
|
2684, 2684, 2684, 2684, 2684, 2686, 2686, 0, 2686, 2686,
|
|
|
|
|
|
|
|
|
|
2686, 2686, 2687, 2687, 0, 0, 0, 2687, 2687, 2688,
|
|
|
|
|
2688, 0, 0, 2688, 0, 2688, 2689, 0, 0, 0,
|
|
|
|
|
0, 0, 2689, 2690, 2690, 0, 0, 0, 2690, 2690,
|
|
|
|
|
2691, 0, 0, 0, 0, 0, 2691, 2692, 2692, 0,
|
|
|
|
|
2692, 2692, 2692, 2692, 2693, 2693, 0, 2693, 2693, 2693,
|
|
|
|
|
2693, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679, 2679,
|
|
|
|
|
2679, 2679
|
|
|
|
|
|
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
|
|
|
|
|
|
2018-07-30 05:58:05 -04:00
|
|
|
#ifndef LEX_HAS_YYLEX_DESTROY
|
|
|
|
|
/* dummy yylex destroy so we can call it */
|
|
|
|
|
int yylex_destroy(void) { return 0; }
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
|
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
|
|
|
#define YDVAR(nargs, var) \
|
|
|
|
|
num_args=(nargs); \
|
|
|
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
|
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
|
|
|
return (var);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 191 "./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-07-31 03:23:58 -04:00
|
|
|
#line 2700 "<stdout>"
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
#define INITIAL 0
|
2007-10-18 18:49:08 -04:00
|
|
|
#define quotedstring 1
|
2007-11-28 03:10:45 -05:00
|
|
|
#define singlequotedstr 2
|
|
|
|
|
#define include 3
|
|
|
|
|
#define include_quoted 4
|
2009-02-06 05:19:16 -05:00
|
|
|
#define val 5
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_NO_UNISTD_H
|
|
|
|
|
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
|
|
|
|
* down here because we want the user's section 1 to have been scanned first.
|
|
|
|
|
* The user has a chance to override it with an option.
|
|
|
|
|
*/
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXTRA_TYPE
|
|
|
|
|
#define YY_EXTRA_TYPE void *
|
|
|
|
|
#endif
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yy_init_globals (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Accessor methods to globals.
|
|
|
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yylex_destroy (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yyget_debug (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_debug (int debug_flag );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
FILE *yyget_in (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
FILE *yyget_out (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
char *yyget_text (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
int yyget_lineno (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2018-05-28 10:15:06 -04:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2018-05-28 10:15:06 -04:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2018-05-28 10:15:06 -04:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2018-05-28 10:15:06 -04:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
|
|
|
#ifndef ECHO
|
|
|
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
|
|
|
* we now use fwrite().
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
|
|
|
|
* is returned in "result".
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_INPUT
|
|
|
|
|
#define YY_INPUT(buf,result,max_size) \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
2007-10-18 18:49:08 -04:00
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
int c = '*'; \
|
2018-04-24 06:23:12 -04:00
|
|
|
int n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2018-04-24 06:23:12 -04:00
|
|
|
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
|
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
|
|
|
* some compilers to complain about unreachable statements.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef yyterminate
|
|
|
|
|
#define yyterminate() return YY_NULL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
|
|
|
#ifndef YY_START_STACK_INCR
|
|
|
|
|
#define YY_START_STACK_INCR 25
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Report a fatal error. */
|
|
|
|
|
#ifndef YY_FATAL_ERROR
|
|
|
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
|
|
|
* have been set up.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_USER_ACTION
|
|
|
|
|
#define YY_USER_ACTION
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Code executed at the end of each rule. */
|
|
|
|
|
#ifndef YY_BREAK
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 211 "./util/configlexer.lex"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 2923 "<stdout>"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = 0;
|
|
|
|
|
if ( (yy_more_flag) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_flag) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Support of yytext. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_bp points to the position in yy_ch_buf of the start of
|
|
|
|
|
* the current run.
|
|
|
|
|
*/
|
|
|
|
|
yy_bp = yy_cp;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_match:
|
|
|
|
|
do
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-07-31 03:23:58 -04:00
|
|
|
if ( yy_current_state >= 2680 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
++yy_cp;
|
|
|
|
|
}
|
2018-07-31 03:23:58 -04:00
|
|
|
while ( yy_base[yy_current_state] != 5252 );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_find_action:
|
|
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
if ( yy_act == 0 )
|
|
|
|
|
{ /* have to back up */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
YY_DO_BEFORE_ACTION;
|
|
|
|
|
|
|
|
|
|
do_action: /* This label is used only to access EOF actions. */
|
|
|
|
|
|
|
|
|
|
switch ( yy_act )
|
|
|
|
|
{ /* beginning of action switch */
|
|
|
|
|
case 0: /* must back up */
|
|
|
|
|
/* undo the effects of YY_DO_BEFORE_ACTION */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 212 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SP ")); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 2:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 214 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
2009-12-01 03:12:12 -05:00
|
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
2009-02-06 05:19:16 -05:00
|
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 3:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 217 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ YDVAR(0, VAR_SERVER) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 4:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 218 "./util/configlexer.lex"
|
2015-11-30 11:10:26 -05:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 5:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 219 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 6:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 220 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 7:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 221 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 8:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 222 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 9:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 223 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 10:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 224 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 11:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 225 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 12:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 226 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 13:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 227 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 14:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 228 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 15:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 229 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 16:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 230 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 17:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 18:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 19:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 20:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 21:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 22:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_IDLE_TIMEOUT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_WIN_CERT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2018-06-12 04:45:57 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_ADDITIONAL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2008-09-03 10:40:09 -04:00
|
|
|
case 81:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
2009-08-12 11:26:47 -04:00
|
|
|
case 103:
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_ALLOW_NOTIFY) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
2011-08-22 09:58:40 -04:00
|
|
|
case 115:
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
2014-05-20 06:38:32 -04:00
|
|
|
case 128:
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 143:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 144:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 145:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
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-07-30 05:58:05 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -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 147:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
2016-07-04 10:49:49 -04:00
|
|
|
case 169:
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 389 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 391 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 393 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 394 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
2017-01-05 06:39:54 -05:00
|
|
|
case 180:
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 395 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 396 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 398 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 400 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
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-07-30 05:58:05 -04:00
|
|
|
#line 401 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 402 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 404 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_IGNORE_AAAA) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
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-07-30 05:58:05 -04:00
|
|
|
#line 406 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 407 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 409 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 410 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 411 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 412 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 413 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 415 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 417 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
2017-04-26 08:58:13 -04:00
|
|
|
case 203:
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 418 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 419 "./util/configlexer.lex"
|
2018-06-01 04:02:04 -04:00
|
|
|
{
|
2018-07-31 03:23:58 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 421 "./util/configlexer.lex"
|
2018-06-12 04:45:57 -04:00
|
|
|
{
|
2018-07-31 03:23:58 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 423 "./util/configlexer.lex"
|
2018-06-29 08:58:52 -04:00
|
|
|
{
|
2018-07-31 03:23:58 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 425 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 427 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 429 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 433 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
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-07-30 05:58:05 -04:00
|
|
|
#line 434 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 435 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 436 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 216:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 217:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 439 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
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-07-30 05:58:05 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 441 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 442 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 443 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 444 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 224:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 445 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 225:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 446 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 447 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 227:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 450 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 451 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 452 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 232:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 453 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 233:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 454 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 234:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 455 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
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-07-31 03:23:58 -04:00
|
|
|
#line 457 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 236:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 459 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 237:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 460 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 238:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 461 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 239:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 462 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 240:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 463 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 241:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 464 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2018-04-17 09:23:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 242:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 465 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2018-04-24 05:03:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 243:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 466 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2018-05-15 03:48:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 244:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 467 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 245:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 468 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-06-01 04:02:04 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 246:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 469 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-06-12 04:45:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 247:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 470 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
2018-06-29 08:58:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 248:
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 471 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
2018-06-29 08:58:52 -04:00
|
|
|
case 249:
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 472 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 250:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 473 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 251:
|
|
|
|
|
/* rule 251 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
2018-07-30 05:58:05 -04:00
|
|
|
#line 474 "./util/configlexer.lex"
|
2018-07-31 03:23:58 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
|
|
|
|
case 252:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 477 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 478 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside quoted string");
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 253:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 483 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 254:
|
|
|
|
|
/* rule 254 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 484 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline inside quoted string, no end \"");
|
|
|
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 255:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 486 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
LEXOUT(("QE "));
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-10-18 18:49:08 -04:00
|
|
|
yytext[yyleng - 1] = '\0';
|
|
|
|
|
yylval.str = strdup(yytext);
|
|
|
|
|
if(!yylval.str)
|
|
|
|
|
yyerror("out of memory");
|
2009-04-09 11:23:14 -04:00
|
|
|
return STRING_ARG;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2007-11-28 03:10:45 -05:00
|
|
|
/* Single Quoted strings. Strip leading and ending quotes */
|
2018-07-31 03:23:58 -04:00
|
|
|
case 256:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 498 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 499 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside quoted string");
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-11-28 03:10:45 -05:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 257:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 504 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 258:
|
|
|
|
|
/* rule 258 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 505 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline inside quoted string, no end '");
|
|
|
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 259:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 507 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SQE "));
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-02-06 05:45:40 -05:00
|
|
|
else { BEGIN(val); }
|
2007-11-28 03:10:45 -05:00
|
|
|
yytext[yyleng - 1] = '\0';
|
|
|
|
|
yylval.str = strdup(yytext);
|
|
|
|
|
if(!yylval.str)
|
|
|
|
|
yyerror("out of memory");
|
2009-04-09 11:23:14 -04:00
|
|
|
return STRING_ARG;
|
2007-11-28 03:10:45 -05:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* include: directive */
|
2018-07-31 03:23:58 -04:00
|
|
|
case 260:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 519 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("v(%s) ", yytext)); inc_prev = YYSTATE; BEGIN(include); }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(include):
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 521 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside include directive");
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 261:
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 525 "./util/configlexer.lex"
|
2018-06-29 08:58:52 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2018-06-01 04:02:04 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 262:
|
|
|
|
|
/* rule 262 can match eol */
|
2018-06-01 04:02:04 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 526 "./util/configlexer.lex"
|
2018-06-29 08:58:52 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2018-06-12 04:45:57 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 263:
|
2018-06-12 04:45:57 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 527 "./util/configlexer.lex"
|
2018-06-29 08:58:52 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 264:
|
2018-06-29 08:58:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 528 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
LEXOUT(("Iunquotedstr(%s) ", yytext));
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include_glob(yytext);
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(include_quoted):
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 533 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside quoted string");
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 265:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 537 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 266:
|
|
|
|
|
/* rule 266 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 538 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline before \" in include name");
|
|
|
|
|
cfg_parser->line++; BEGIN(inc_prev); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 267:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 540 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
LEXOUT(("IQE "));
|
|
|
|
|
yytext[yyleng - 1] = '\0';
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include_glob(yytext);
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(INITIAL):
|
2009-02-06 05:19:16 -05:00
|
|
|
case YY_STATE_EOF(val):
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 546 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("LEXEOF "));
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_set_bol(1); /* Set beginning of line, so "^" rules match. */
|
2013-06-10 09:37:14 -04:00
|
|
|
if (!config_include_stack) {
|
2007-10-18 18:49:08 -04:00
|
|
|
yyterminate();
|
|
|
|
|
} else {
|
|
|
|
|
fclose(yyin);
|
|
|
|
|
config_end_include();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 268:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 557 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ LEXOUT(("unquotedstr(%s) ", yytext));
|
2009-02-06 05:19:16 -05:00
|
|
|
if(--num_args == 0) { BEGIN(INITIAL); }
|
2009-04-09 11:23:14 -04:00
|
|
|
yylval.str = strdup(yytext); return STRING_ARG; }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 269:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 561 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 270:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 565 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
case 271:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 569 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 4442 "<stdout>"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case YY_END_OF_BUFFER:
|
|
|
|
|
{
|
|
|
|
|
/* Amount of text matched not including the EOB char. */
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We're scanning a new file or input source. It's
|
|
|
|
|
* possible that this happened because the user
|
|
|
|
|
* just pointed yyin at a new source and called
|
|
|
|
|
* yylex(). If so, then we have to assure
|
2015-12-01 03:11:48 -05:00
|
|
|
* consistency between YY_CURRENT_BUFFER and our
|
2007-10-18 18:49:08 -04:00
|
|
|
* globals. Here is the right place to do so, because
|
|
|
|
|
* this is the first action (other than possibly a
|
|
|
|
|
* back-up) that will match for the new input source.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Note that here we test for yy_c_buf_p "<=" to the position
|
|
|
|
|
* of the first EOB in the buffer, since yy_c_buf_p will
|
|
|
|
|
* already have been incremented past the NUL character
|
|
|
|
|
* (since all states make transitions on EOB to the
|
|
|
|
|
* end-of-buffer state). Contrast this with the test
|
|
|
|
|
* in input().
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* This was really a NUL. */
|
|
|
|
|
yy_state_type yy_next_state;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Okay, we're now positioned to make the NUL
|
|
|
|
|
* transition. We couldn't have
|
|
|
|
|
* yy_get_previous_state() go ahead and do it
|
|
|
|
|
* for us because it doesn't know how to deal
|
|
|
|
|
* with the possibility of jamming (and we don't
|
|
|
|
|
* want to build jamming into it because then it
|
|
|
|
|
* will run more slowly).
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
yy_next_state = yy_try_NUL_trans( yy_current_state );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( yy_next_state )
|
|
|
|
|
{
|
|
|
|
|
/* Consume the NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = ++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_state = yy_next_state;
|
|
|
|
|
goto yy_match;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
else switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
if ( yywrap( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Note: because we've taken care in
|
|
|
|
|
* yy_get_next_buffer() to have set up
|
|
|
|
|
* yytext, we can now set up
|
|
|
|
|
* yy_c_buf_p so that if some total
|
|
|
|
|
* hoser (like flex itself) wants to
|
|
|
|
|
* call the scanner after we return the
|
|
|
|
|
* YY_NULL, it'll still work - another
|
|
|
|
|
* YY_NULL will get returned.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
|
|
|
goto do_action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_match;
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--no action found" );
|
|
|
|
|
} /* end of action switch */
|
|
|
|
|
} /* end of scanning one token */
|
2016-10-20 03:46:35 -04:00
|
|
|
} /* end of user's declarations */
|
2015-12-01 03:11:48 -05:00
|
|
|
} /* end of yylex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_next_buffer - try to read in a new buffer
|
|
|
|
|
*
|
|
|
|
|
* Returns a code representing an action:
|
|
|
|
|
* EOB_ACT_LAST_MATCH -
|
|
|
|
|
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
|
|
|
|
* EOB_ACT_END_OF_FILE - end of file
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_get_next_buffer (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
|
|
|
char *source = (yytext_ptr);
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_size_t number_to_move, i;
|
2007-10-18 18:49:08 -04:00
|
|
|
int ret_val;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We matched a single character, the EOB, so
|
|
|
|
|
* treat this as a final EOF.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_END_OF_FILE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* We matched some text prior to the EOB, first
|
|
|
|
|
* process it.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_LAST_MATCH;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Try to read more data. */
|
|
|
|
|
|
|
|
|
|
/* First move last chars to start of buffer. */
|
2018-05-28 10:15:06 -04:00
|
|
|
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
|
|
|
*(dest++) = *(source++);
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
|
|
|
* just force an EOF
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-09-13 06:44:24 -04:00
|
|
|
int num_to_read =
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
while ( num_to_read <= 0 )
|
|
|
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
|
|
|
|
|
|
/* just a shorter name for the current buffer */
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
int yy_c_buf_p_offset =
|
2015-12-01 03:11:48 -05:00
|
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = b->yy_buf_size * 2;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( new_size <= 0 )
|
|
|
|
|
b->yy_buf_size += b->yy_buf_size / 8;
|
|
|
|
|
else
|
|
|
|
|
b->yy_buf_size *= 2;
|
|
|
|
|
|
|
|
|
|
b->yy_ch_buf = (char *)
|
|
|
|
|
/* Include room in for 2 EOB chars. */
|
2018-05-28 10:15:06 -04:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,(yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_ch_buf = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
2007-10-18 18:49:08 -04:00
|
|
|
number_to_move - 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
|
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
|
|
|
|
|
|
/* Read in more data. */
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
2016-10-20 03:46:35 -04:00
|
|
|
(yy_n_chars), num_to_read );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_n_chars) == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
2018-05-28 10:15:06 -04:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_EOF_PENDING;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Extend the array by 50%, plus the number we really need. */
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size );
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) += number_to_move;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return ret_val;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-07-31 03:23:58 -04:00
|
|
|
if ( yy_current_state >= 2680 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
|
|
|
|
*
|
|
|
|
|
* synopsis
|
|
|
|
|
* next_state = yy_try_NUL_trans( current_state );
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int yy_is_jam;
|
|
|
|
|
char *yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = 1;
|
2015-11-30 11:10:26 -05:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2018-07-31 03:23:58 -04:00
|
|
|
if ( yy_current_state >= 2680 )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2018-07-31 03:23:58 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2679);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_INPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yyinput (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
|
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
|
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* This was really a NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = '\0';
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ /* need more input */
|
2018-05-28 10:15:06 -04:00
|
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
|
|
|
/* This happens because yy_g_n_b()
|
|
|
|
|
* sees that we've accumulated a
|
|
|
|
|
* token and flags that we need to
|
|
|
|
|
* try matching the token before
|
|
|
|
|
* proceeding. But for input(),
|
|
|
|
|
* there's no matching to consider.
|
|
|
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
|
|
|
* to EOB_ACT_END_OF_FILE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Reset buffer status. */
|
2018-05-28 10:15:06 -04:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
if ( yywrap( ) )
|
2017-07-24 05:04:18 -04:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
|
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
|
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Immediately switch to a different input stream.
|
|
|
|
|
* @param input_file A readable stream.
|
|
|
|
|
*
|
|
|
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
|
|
|
*/
|
|
|
|
|
void yyrestart (FILE * input_file )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Switch to a different input buffer.
|
|
|
|
|
* @param new_buffer The new input buffer.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
|
|
|
* with
|
|
|
|
|
* yypop_buffer_state();
|
|
|
|
|
* yypush_buffer_state(new_buffer);
|
|
|
|
|
*/
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
|
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
|
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
|
|
|
* to go ahead and always set it.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_load_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
|
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Allocate and initialize an input buffer state.
|
|
|
|
|
* @param file A readable stream.
|
|
|
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
|
|
|
*
|
|
|
|
|
* @return the allocated buffer state.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2018-04-24 06:23:12 -04:00
|
|
|
b->yy_buf_size = size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2018-05-28 10:15:06 -04:00
|
|
|
b->yy_ch_buf = (char *) yyalloc((yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2018-05-28 10:15:06 -04:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yyfree((void *) b );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Initializes or reinitializes a buffer.
|
|
|
|
|
* This function is sometimes called more than once on the same buffer,
|
|
|
|
|
* such as during a yyrestart() or at EOF.
|
|
|
|
|
*/
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
|
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
|
|
|
* In that case, we don't want to reset the lineno or column.
|
|
|
|
|
*/
|
|
|
|
|
if (b != YY_CURRENT_BUFFER){
|
|
|
|
|
b->yy_bs_lineno = 1;
|
|
|
|
|
b->yy_bs_column = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
|
|
|
|
|
|
errno = oerrno;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
|
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
if ( ! b )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
|
|
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
|
|
|
* a transition to the end-of-buffer state. The second causes
|
|
|
|
|
* a jam in that state.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
|
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
|
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
|
|
|
* the current state. This function will allocate the stack
|
|
|
|
|
* if necessary.
|
|
|
|
|
* @param new_buffer The new state.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
if (new_buffer == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
|
|
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
|
|
|
if (YY_CURRENT_BUFFER)
|
|
|
|
|
(yy_buffer_stack_top)++;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
|
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
|
|
|
* The next element becomes the new top.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypop_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
if (!YY_CURRENT_BUFFER)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
if ((yy_buffer_stack_top) > 0)
|
|
|
|
|
--(yy_buffer_stack_top);
|
|
|
|
|
|
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_load_buffer_state( );
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
int num_to_alloc;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
|
|
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
|
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
|
|
|
* immediate realloc on the next call.
|
|
|
|
|
*/
|
2016-12-21 05:29:19 -05:00
|
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
|
|
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
return;
|
|
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
|
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
|
|
|
|
|
((yy_buffer_stack),
|
|
|
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
|
|
|
|
|
|
|
|
|
/* zero only the new slots.*/
|
|
|
|
|
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
|
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Setup the input buffer state to scan directly from a user-specified character buffer.
|
|
|
|
|
* @param base the character buffer
|
|
|
|
|
* @param size the size in bytes of the character buffer
|
|
|
|
|
*
|
2018-05-28 10:15:06 -04:00
|
|
|
* @return the newly allocated buffer state object.
|
2015-12-01 03:11:48 -05:00
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
|
|
|
|
{
|
|
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( size < 2 ||
|
|
|
|
|
base[size-2] != YY_END_OF_BUFFER_CHAR ||
|
|
|
|
|
base[size-1] != YY_END_OF_BUFFER_CHAR )
|
|
|
|
|
/* They forgot to leave room for the EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
return NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
2018-04-24 06:23:12 -04:00
|
|
|
b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_input_file = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
|
|
|
b->yy_is_interactive = 0;
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_fill_buffer = 0;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a str.
|
|
|
|
|
* @param yystr a NUL-terminated string to scan
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
|
|
|
* yy_scan_bytes() instead.
|
|
|
|
|
*/
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
return yy_scan_bytes(yystr,(int) strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2018-05-28 10:15:06 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_size_t i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2018-05-28 10:15:06 -04:00
|
|
|
n = (yy_size_t) _yybytes_len + 2;
|
|
|
|
|
buf = (char *) yyalloc(n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
|
|
|
buf[i] = yybytes[i];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
b = yy_scan_buffer(buf,n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
|
|
|
|
|
|
|
|
|
/* It's okay to grow etc. this buffer, and we should throw it
|
|
|
|
|
* away when we're done.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
|
|
|
#define YY_EXIT_FAILURE 2
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
(void) fprintf( stderr, "%s\n", msg );
|
2015-12-01 03:11:48 -05:00
|
|
|
exit( YY_EXIT_FAILURE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#undef yyless
|
|
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
yytext[yyleng] = (yy_hold_char); \
|
|
|
|
|
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
|
|
|
*(yy_c_buf_p) = '\0'; \
|
|
|
|
|
yyleng = yyless_macro_arg; \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current line number.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
int yyget_lineno (void)
|
|
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return yylineno;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the input stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_in (void)
|
|
|
|
|
{
|
|
|
|
|
return yyin;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the output stream.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
FILE *yyget_out (void)
|
|
|
|
|
{
|
|
|
|
|
return yyout;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the length of the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void)
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
return yyleng;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
char *yyget_text (void)
|
|
|
|
|
{
|
|
|
|
|
return yytext;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the current line number.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _line_number line number
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
yylineno = _line_number;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the input stream. This does not discard the current
|
|
|
|
|
* input buffer.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _in_str A readable stream.
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* @see yy_switch_to_buffer
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyin = _in_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyout = _out_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yyget_debug (void)
|
|
|
|
|
{
|
|
|
|
|
return yy_flex_debug;
|
|
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_debug (int _bdebug )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_flex_debug = _bdebug ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void)
|
|
|
|
|
{
|
|
|
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
|
|
|
* This function is called from yylex_destroy(), so don't allocate here.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_buffer_stack) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_c_buf_p) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 0;
|
|
|
|
|
(yy_start) = 0;
|
|
|
|
|
|
|
|
|
|
/* Defined in main.c */
|
|
|
|
|
#ifdef YY_STDINIT
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
yyout = stdout;
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
yyin = NULL;
|
|
|
|
|
yyout = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
|
|
|
int yylex_destroy (void)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
|
|
|
while(YY_CURRENT_BUFFER){
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
yypop_buffer_state();
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Destroy the stack itself. */
|
|
|
|
|
yyfree((yy_buffer_stack) );
|
|
|
|
|
(yy_buffer_stack) = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
|
|
|
* yylex() is called, initialization will occur. */
|
|
|
|
|
yy_init_globals( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*
|
|
|
|
|
* Internal utility routines.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifndef yytext_ptr
|
2018-05-28 10:15:06 -04:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
int i;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( i = 0; i < n; ++i )
|
|
|
|
|
s1[i] = s2[i];
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2018-05-28 10:15:06 -04:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int n;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; s[n]; ++n )
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
return n;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyalloc (yy_size_t size )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
return malloc(size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyrealloc (void * ptr, yy_size_t size )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The cast to (char *) in the following accommodates both
|
|
|
|
|
* implementations that use char* generic pointers, and those
|
|
|
|
|
* that use void* generic pointers. It works with the latter
|
|
|
|
|
* because both ANSI C and C++ allow castless assignment from
|
|
|
|
|
* any pointer type to void*, and deal with argument conversions
|
|
|
|
|
* as though doing an assignment.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
return realloc(ptr, size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-02-29 05:59:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyfree (void * ptr )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define YYTABLES_NAME "yytables"
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2018-07-31 03:23:58 -04:00
|
|
|
#line 569 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|