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
|
|
|
|
|
|
|
|
#define YY_NUM_RULES 265
|
|
|
|
|
#define YY_END_OF_BUFFER 266
|
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-05-28 10:15:06 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2614] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-05-28 10:15:06 -04:00
|
|
|
1, 1, 247, 247, 251, 251, 255, 255, 259, 259,
|
|
|
|
|
1, 1, 266, 263, 1, 245, 245, 264, 2, 264,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 247, 248, 248, 249, 264, 251, 252, 252,
|
|
|
|
|
253, 264, 258, 255, 256, 256, 257, 264, 259, 260,
|
|
|
|
|
260, 261, 264, 262, 246, 2, 250, 264, 262, 263,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 247,
|
|
|
|
|
0, 251, 0, 258, 0, 255, 259, 0, 262, 0,
|
|
|
|
|
2, 2, 262, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 262, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
102, 263, 263, 263, 263, 263, 263, 263, 262, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 86, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 8, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 107, 263, 262, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 262, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 46, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 191, 263, 14,
|
|
|
|
|
15, 263, 18, 17, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 101, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 177,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 3, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 262,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 239, 263, 263,
|
|
|
|
|
238, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 254, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 49, 263, 215, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 50, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 166, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 20, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 122, 263,
|
|
|
|
|
|
|
|
|
|
263, 254, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 221, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
141, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 121, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 84, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 28, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 29, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 47, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 100, 263, 263,
|
|
|
|
|
263, 263, 263, 99, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 48, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 142, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 37, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 206,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 41, 263, 42, 263, 263, 263,
|
|
|
|
|
263, 87, 263, 88, 263, 263, 263, 85, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 7,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 184, 263,
|
|
|
|
|
263, 263, 263, 124, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 38,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 158, 263, 157, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 16, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
51, 263, 263, 263, 263, 263, 263, 263, 263, 165,
|
|
|
|
|
263, 263, 263, 263, 263, 90, 89, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 152, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
108, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
69, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 73, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
45, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 155, 156, 263,
|
|
|
|
|
216, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 6, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 219, 263, 263, 263, 240, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 35, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
148, 263, 263, 263, 103, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 170, 263, 149, 263, 263,
|
|
|
|
|
182, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 36, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 105, 94, 263, 95, 263, 263,
|
|
|
|
|
93, 263, 263, 263, 263, 263, 263, 263, 263, 119,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 205, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
150, 263, 263, 263, 263, 263, 153, 263, 263, 263,
|
|
|
|
|
181, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 83, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 43, 263, 263, 263,
|
|
|
|
|
22, 263, 263, 263, 263, 263, 19, 263, 263, 263,
|
|
|
|
|
23, 32, 263, 129, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 58, 60, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 223, 263, 263, 263,
|
|
|
|
|
192, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 96, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 118, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 234, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 123, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
176, 263, 263, 263, 263, 263, 263, 263, 263, 243,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 140, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 135,
|
|
|
|
|
263, 143, 263, 263, 263, 263, 263, 111, 263, 263,
|
|
|
|
|
263, 263, 263, 79, 263, 263, 263, 263, 168, 263,
|
|
|
|
|
263, 263, 263, 263, 183, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 197, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 104, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 139, 263, 263, 263, 263, 263,
|
|
|
|
|
61, 62, 263, 263, 263, 263, 263, 44, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 68, 144, 263, 159, 263, 185, 154,
|
|
|
|
|
217, 263, 263, 263, 54, 263, 146, 263, 263, 263,
|
|
|
|
|
263, 263, 9, 263, 263, 263, 82, 263, 263, 263,
|
|
|
|
|
263, 210, 263, 263, 263, 167, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 138, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 125, 222, 263, 263, 263, 263,
|
|
|
|
|
196, 263, 263, 263, 263, 263, 263, 263, 263, 178,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 237, 263, 145, 263, 263,
|
|
|
|
|
263, 53, 55, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
81, 263, 263, 263, 263, 208, 263, 263, 263, 218,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 172, 30, 24, 26,
|
|
|
|
|
263, 263, 263, 263, 263, 31, 25, 27, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 78, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 174, 171, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 52, 263, 106,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 120, 13,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 232,
|
|
|
|
|
263, 235, 263, 263, 263, 263, 263, 263, 12, 263,
|
|
|
|
|
263, 21, 263, 263, 263, 214, 263, 263, 263, 220,
|
|
|
|
|
263, 56, 263, 180, 263, 173, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 134, 133, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 175, 169, 263, 263, 263, 224, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
63, 263, 263, 263, 209, 263, 263, 263, 263, 263,
|
|
|
|
|
179, 263, 263, 263, 263, 263, 263, 263, 263, 241,
|
|
|
|
|
242, 131, 57, 263, 263, 263, 91, 92, 263, 126,
|
|
|
|
|
263, 128, 263, 160, 263, 263, 263, 132, 263, 263,
|
|
|
|
|
186, 263, 263, 263, 263, 263, 263, 263, 113, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
193, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 161, 263, 263, 207, 263,
|
|
|
|
|
236, 263, 263, 263, 39, 263, 263, 263, 263, 4,
|
|
|
|
|
|
|
|
|
|
263, 263, 112, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 189, 33, 34, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 225, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 195, 263, 263, 164, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 66, 263, 40, 213, 263, 190,
|
|
|
|
|
263, 263, 11, 263, 263, 263, 263, 263, 263, 162,
|
|
|
|
|
70, 263, 263, 263, 263, 263, 137, 263, 263, 263,
|
|
|
|
|
263, 263, 115, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 194, 109, 263, 97, 98, 263, 263, 263,
|
|
|
|
|
72, 76, 71, 263, 64, 263, 263, 263, 10, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 211, 263, 263, 263, 263, 136, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 77, 75, 263, 65, 233,
|
|
|
|
|
263, 263, 263, 151, 263, 263, 163, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 127, 59, 263, 263, 263, 263, 263,
|
|
|
|
|
226, 263, 263, 263, 263, 263, 263, 263, 110, 74,
|
|
|
|
|
116, 117, 67, 263, 212, 130, 263, 263, 263, 263,
|
|
|
|
|
188, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 263, 80, 263, 187, 263, 204, 230, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 5, 263, 263,
|
|
|
|
|
263, 231, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 114, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 147, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 227, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 263, 263, 263, 263, 263, 263, 263, 263, 263,
|
|
|
|
|
263, 244, 263, 263, 200, 263, 263, 263, 263, 263,
|
|
|
|
|
228, 263, 263, 263, 263, 263, 263, 229, 263, 263,
|
|
|
|
|
|
|
|
|
|
263, 198, 263, 201, 202, 263, 263, 263, 263, 263,
|
|
|
|
|
199, 203, 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-05-28 10:15:06 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2628] =
|
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-05-28 10:15:06 -04:00
|
|
|
90, 112, 1852, 1723, 81, 5108, 5108, 5108, 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-05-28 10:15:06 -04:00
|
|
|
191, 152, 1479, 5108, 5108, 5108, 107, 1423, 5108, 5108,
|
|
|
|
|
5108, 165, 1394, 1337, 5108, 5108, 5108, 211, 769, 5108,
|
|
|
|
|
5108, 5108, 180, 737, 5108, 217, 5108, 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-05-28 10:15:06 -04:00
|
|
|
755, 730, 753, 757, 751, 763, 760, 767, 768, 759,
|
|
|
|
|
5108, 775, 777, 795, 770, 781, 793, 796, 799, 789,
|
|
|
|
|
800, 803, 804, 819, 801, 805, 816, 824, 659, 806,
|
|
|
|
|
817, 821, 829, 831, 838, 822, 833, 835, 847, 839,
|
|
|
|
|
840, 843, 853, 852, 844, 854, 855, 857, 761, 858,
|
|
|
|
|
865, 861, 863, 867, 868, 871, 874, 873, 884, 881,
|
|
|
|
|
892, 875, 889, 894, 897, 887, 899, 901, 903, 904,
|
|
|
|
|
905, 915, 912, 910, 913, 911, 921, 919, 922, 923,
|
|
|
|
|
|
|
|
|
|
924, 925, 927, 929, 936, 5108, 941, 930, 938, 934,
|
|
|
|
|
944, 945, 5108, 947, 948, 949, 958, 953, 960, 956,
|
|
|
|
|
955, 966, 976, 959, 972, 984, 971, 981, 973, 980,
|
|
|
|
|
983, 988, 982, 989, 990, 991, 1011, 996, 999, 992,
|
|
|
|
|
998, 1000, 1004, 1005, 1013, 1020, 1007, 1026, 1024, 1032,
|
|
|
|
|
1028, 1034, 1036, 1038, 1039, 1040, 1041, 1042, 1043, 1045,
|
|
|
|
|
1046, 1049, 5108, 1048, 1056, 1068, 1058, 1065, 1066, 1067,
|
|
|
|
|
1069, 1071, 1072, 1073, 1075, 1074, 1079, 1093, 1083, 1094,
|
|
|
|
|
1090, 1096, 1091, 1092, 1098, 1100, 1104, 1109, 1105, 1111,
|
|
|
|
|
1113, 1121, 1123, 1125, 1132, 1107, 1129, 1114, 1127, 1136,
|
|
|
|
|
|
|
|
|
|
1117, 1130, 1137, 1144, 1142, 1143, 1145, 1131, 1153, 1152,
|
|
|
|
|
1148, 1155, 1154, 1159, 1156, 1164, 1165, 1166, 1168, 1177,
|
|
|
|
|
1173, 1175, 1181, 1179, 1186, 1176, 1187, 1188, 1189, 1195,
|
|
|
|
|
1190, 1196, 1198, 1203, 1202, 1201, 1211, 1213, 1205, 1206,
|
|
|
|
|
1221, 1217, 1225, 1224, 1226, 1234, 1216, 1230, 1232, 1241,
|
|
|
|
|
1236, 1237, 1239, 1242, 1253, 1238, 1249, 1262, 1257, 1240,
|
|
|
|
|
1264, 1248, 1268, 1259, 1263, 1269, 1271, 1272, 1274, 1273,
|
|
|
|
|
1276, 1275, 1279, 1283, 1284, 1286, 1285, 1288, 1294, 1296,
|
|
|
|
|
1297, 1289, 1302, 1300, 1305, 1303, 1306, 1313, 1310, 1311,
|
|
|
|
|
1319, 1320, 1323, 1324, 1329, 1333, 1321, 1335, 1336, 1337,
|
|
|
|
|
|
|
|
|
|
1340, 1341, 1343, 1344, 1346, 1352, 1354, 1355, 1357, 1356,
|
|
|
|
|
1359, 1360, 1365, 1367, 5108, 1362, 1374, 1372, 1375, 1373,
|
|
|
|
|
1378, 1386, 1382, 1383, 1384, 1387, 1393, 5108, 1388, 5108,
|
|
|
|
|
5108, 1389, 5108, 5108, 1391, 1404, 1395, 1413, 1416, 1397,
|
|
|
|
|
1411, 1418, 1426, 1439, 1419, 1421, 1427, 1422, 1428, 1430,
|
|
|
|
|
1437, 1432, 1434, 1435, 1448, 1452, 1454, 1460, 1456, 1450,
|
|
|
|
|
1461, 1463, 1466, 1464, 1470, 1467, 1473, 1474, 1476, 1475,
|
|
|
|
|
1478, 1490, 5108, 1481, 1497, 1499, 1495, 1494, 1496, 1501,
|
|
|
|
|
1502, 1503, 1505, 1506, 1511, 1507, 1513, 1523, 1514, 5108,
|
|
|
|
|
1515, 1518, 1526, 1519, 1529, 1530, 1522, 1534, 1537, 1539,
|
|
|
|
|
|
|
|
|
|
1541, 1540, 1542, 1544, 5108, 1543, 1551, 1546, 1548, 1552,
|
|
|
|
|
1556, 1557, 1558, 1561, 1562, 1564, 1565, 1563, 1569, 1572,
|
|
|
|
|
1570, 1574, 1579, 1587, 1575, 1590, 1591, 1592, 1593, 1600,
|
|
|
|
|
1598, 1602, 1597, 1605, 1603, 1601, 1604, 1618, 1606, 1608,
|
|
|
|
|
1621, 1619, 1625, 1626, 1634, 1629, 1631, 1632, 1633, 1636,
|
|
|
|
|
1637, 1640, 1641, 1645, 1646, 1648, 1651, 5108, 1647, 1654,
|
|
|
|
|
5108, 1655, 1656, 1678, 1657, 1659, 1661, 1660, 1665, 1664,
|
|
|
|
|
1686, 1674, 1696, 1684, 1693, 1692, 1700, 1701, 1702, 1682,
|
|
|
|
|
1704, 1708, 1717, 1673, 1724, 1726, 1709, 1662, 1729, 1710,
|
|
|
|
|
1727, 1725, 1721, 1712, 1731, 1734, 1738, 1740, 1741, 1744,
|
|
|
|
|
|
|
|
|
|
1746, 5108, 1751, 1753, 1747, 1754, 1763, 1764, 1758, 1761,
|
|
|
|
|
1762, 1765, 1774, 1773, 1772, 1775, 1776, 1778, 1779, 1784,
|
|
|
|
|
1785, 1789, 5108, 1786, 5108, 1787, 1788, 1790, 1795, 1798,
|
|
|
|
|
1800, 1804, 1797, 1811, 1819, 1814, 5108, 1815, 1822, 1824,
|
|
|
|
|
1817, 1818, 1823, 1826, 1829, 1830, 1839, 1834, 1841, 1837,
|
|
|
|
|
1836, 1846, 1847, 1848, 1850, 1853, 1849, 5108, 1856, 1859,
|
|
|
|
|
1860, 1869, 1868, 1865, 1870, 1873, 1871, 1872, 1877, 1879,
|
|
|
|
|
1884, 1886, 1882, 1885, 5108, 1881, 1900, 1896, 1893, 1883,
|
|
|
|
|
1903, 1904, 1898, 1905, 1908, 1916, 1917, 1912, 1913, 1915,
|
|
|
|
|
1919, 1921, 1922, 1928, 1925, 1930, 1926, 1929, 5108, 1931,
|
|
|
|
|
|
|
|
|
|
1933, 124, 1937, 1940, 1936, 1941, 1944, 1957, 1942, 1958,
|
|
|
|
|
1965, 1961, 1947, 1963, 1960, 1964, 1967, 1969, 1970, 1973,
|
|
|
|
|
1971, 1975, 1977, 1979, 1981, 1982, 1983, 1990, 5108, 1991,
|
|
|
|
|
1996, 1998, 1997, 2007, 2000, 2008, 2014, 2002, 2015, 2012,
|
|
|
|
|
5108, 2023, 2024, 2013, 2025, 2028, 2026, 2027, 2034, 2036,
|
|
|
|
|
2037, 2038, 2039, 2040, 2041, 2043, 2044, 2049, 2046, 2047,
|
|
|
|
|
2054, 5108, 2071, 2055, 2060, 2056, 2070, 2072, 2079, 2058,
|
|
|
|
|
2074, 2080, 2081, 2094, 2083, 2086, 2091, 2089, 2087, 2097,
|
|
|
|
|
2100, 2104, 2110, 2115, 2101, 2114, 2119, 2098, 2108, 2122,
|
|
|
|
|
2131, 2127, 2129, 2128, 2134, 1987, 2130, 5108, 2136, 2138,
|
|
|
|
|
|
|
|
|
|
2139, 2143, 2151, 2147, 2149, 2156, 2155, 2158, 2159, 2160,
|
|
|
|
|
2161, 2162, 2165, 2163, 2166, 2171, 2176, 2174, 2180, 2183,
|
|
|
|
|
2185, 5108, 2186, 2188, 2190, 2192, 2194, 2198, 2199, 2200,
|
|
|
|
|
2201, 2203, 2205, 2206, 2208, 5108, 2212, 2213, 2219, 2220,
|
|
|
|
|
2226, 2227, 2216, 2223, 2229, 2230, 2233, 5108, 2240, 2242,
|
|
|
|
|
2238, 2245, 2244, 2247, 2248, 2250, 2251, 5108, 2252, 2254,
|
|
|
|
|
2261, 2262, 2257, 5108, 2264, 2260, 2265, 2267, 2268, 2269,
|
|
|
|
|
2275, 2270, 2273, 2278, 2281, 2284, 2288, 2289, 5108, 2291,
|
|
|
|
|
2301, 2293, 2297, 2292, 2299, 2303, 2304, 2313, 2308, 2323,
|
|
|
|
|
2316, 2319, 2307, 2324, 2325, 2327, 2328, 2329, 5108, 2331,
|
|
|
|
|
|
|
|
|
|
2333, 2334, 2336, 2337, 2338, 2341, 2339, 2342, 2344, 2347,
|
|
|
|
|
2348, 2360, 2354, 2363, 2352, 2364, 2371, 2366, 2369, 2374,
|
|
|
|
|
2377, 2384, 2385, 2386, 2388, 5108, 2391, 2376, 2383, 2393,
|
|
|
|
|
2394, 2397, 2396, 2398, 2400, 2401, 2402, 2404, 2405, 2416,
|
|
|
|
|
2423, 2406, 2413, 2414, 2419, 2421, 2425, 2434, 2427, 2429,
|
|
|
|
|
2430, 2437, 2435, 2439, 2440, 2442, 2446, 2444, 2447, 2449,
|
|
|
|
|
2452, 2445, 2464, 2451, 2466, 2467, 2468, 2469, 2472, 5108,
|
|
|
|
|
2471, 2473, 2475, 2481, 2484, 2485, 2487, 2489, 2494, 2479,
|
|
|
|
|
2486, 2496, 2506, 2502, 5108, 2503, 5108, 2505, 2507, 2508,
|
|
|
|
|
2517, 5108, 2514, 5108, 2519, 2515, 2520, 5108, 2522, 2523,
|
|
|
|
|
|
|
|
|
|
2527, 2528, 2529, 2532, 2534, 2510, 2537, 2539, 2540, 2541,
|
|
|
|
|
2543, 2547, 2544, 2554, 2546, 2552, 2557, 2558, 2560, 5108,
|
|
|
|
|
2567, 2562, 2559, 2569, 2570, 2571, 2574, 2576, 2572, 2578,
|
|
|
|
|
2582, 2585, 2579, 2593, 2597, 2600, 2583, 2607, 5108, 2604,
|
|
|
|
|
2587, 2605, 2606, 5108, 2608, 2609, 2613, 2611, 2615, 2616,
|
|
|
|
|
2617, 2621, 2623, 2619, 2634, 2636, 2638, 2641, 2642, 2626,
|
|
|
|
|
2645, 2655, 2627, 2653, 2656, 2644, 2646, 2658, 2659, 2666,
|
|
|
|
|
2668, 2665, 2669, 2667, 2671, 2673, 2675, 2674, 2678, 2681,
|
|
|
|
|
2682, 2683, 2687, 2689, 2691, 2684, 2686, 2693, 2688, 5108,
|
|
|
|
|
2695, 2700, 2703, 2710, 2712, 2705, 2713, 2714, 2715, 2716,
|
|
|
|
|
|
|
|
|
|
2718, 2717, 2722, 5108, 2721, 5108, 2723, 2734, 2740, 2742,
|
|
|
|
|
2744, 2746, 2728, 2730, 2749, 2751, 2750, 2752, 2753, 2763,
|
|
|
|
|
2755, 2756, 2758, 2766, 2767, 2770, 2768, 5108, 2772, 2773,
|
|
|
|
|
2774, 2777, 2778, 2783, 2789, 2794, 2782, 2792, 2796, 2808,
|
|
|
|
|
5108, 2785, 2801, 2798, 2810, 2811, 2812, 2821, 2818, 5108,
|
|
|
|
|
2819, 2820, 2828, 2823, 2826, 5108, 5108, 2825, 2827, 2830,
|
|
|
|
|
2832, 2833, 2837, 2840, 2841, 2842, 2843, 2850, 2854, 2849,
|
|
|
|
|
2851, 5108, 2856, 2852, 2864, 2866, 2870, 2873, 2858, 2857,
|
|
|
|
|
5108, 2859, 2877, 2879, 2881, 2882, 2884, 2885, 2887, 2888,
|
|
|
|
|
2890, 2886, 2889, 2897, 2892, 2895, 2906, 2908, 2911, 2916,
|
|
|
|
|
|
|
|
|
|
5108, 2917, 2910, 2921, 2918, 2923, 2924, 2926, 2928, 2929,
|
|
|
|
|
2931, 2932, 2933, 2936, 2938, 2934, 2935, 2940, 2941, 2952,
|
|
|
|
|
2961, 2943, 2954, 2945, 2966, 2958, 2963, 2970, 2967, 2972,
|
|
|
|
|
2974, 2975, 2977, 2978, 2985, 2980, 5108, 2990, 2981, 2992,
|
|
|
|
|
2988, 2991, 2998, 3000, 3008, 2993, 2989, 3003, 3010, 3011,
|
|
|
|
|
5108, 3020, 3015, 3016, 3017, 3021, 3030, 3025, 3022, 3026,
|
|
|
|
|
3033, 3027, 3037, 3035, 3039, 3040, 3044, 5108, 5108, 3045,
|
|
|
|
|
5108, 3048, 3046, 3050, 3051, 2896, 3056, 3052, 3058, 3060,
|
|
|
|
|
3063, 5108, 3064, 3068, 3070, 3073, 3077, 3081, 3083, 3084,
|
|
|
|
|
3076, 3072, 3074, 3087, 3088, 3094, 3095, 3096, 3104, 3100,
|
|
|
|
|
|
|
|
|
|
3101, 3102, 5108, 3103, 3105, 3110, 5108, 3107, 3109, 3108,
|
|
|
|
|
3118, 3129, 3111, 3119, 3132, 3117, 3133, 3134, 3136, 3143,
|
|
|
|
|
3140, 3141, 3142, 3149, 3151, 3161, 3152, 3163, 3144, 3159,
|
|
|
|
|
3168, 5108, 3164, 3165, 3166, 3167, 3179, 3172, 3180, 3175,
|
|
|
|
|
5108, 3177, 3181, 3183, 5108, 3182, 3190, 3196, 3198, 3184,
|
|
|
|
|
3199, 3201, 3203, 3205, 3206, 5108, 3209, 5108, 3210, 3212,
|
|
|
|
|
5108, 3216, 3217, 3218, 3220, 3221, 3222, 3226, 3233, 3225,
|
|
|
|
|
3234, 3235, 3236, 3237, 3239, 3246, 3238, 5108, 3247, 3242,
|
|
|
|
|
3249, 3254, 3250, 3251, 5108, 5108, 3257, 5108, 3186, 3261,
|
|
|
|
|
5108, 3265, 3267, 3272, 3268, 3269, 3271, 3275, 3276, 5108,
|
|
|
|
|
|
|
|
|
|
3279, 3278, 3282, 3287, 3288, 3289, 3290, 3291, 3292, 3293,
|
|
|
|
|
3294, 5108, 3295, 3299, 3305, 3306, 3297, 3307, 3314, 3312,
|
|
|
|
|
5108, 3316, 3320, 3323, 3325, 3326, 5108, 3327, 3328, 3329,
|
|
|
|
|
5108, 3334, 3338, 3335, 3339, 3343, 3342, 3346, 3349, 3350,
|
|
|
|
|
3358, 3354, 3353, 3355, 5108, 3356, 3357, 3365, 3368, 3362,
|
|
|
|
|
3360, 3378, 3374, 3381, 3376, 3386, 3382, 3387, 3389, 3391,
|
|
|
|
|
3393, 3395, 3396, 3399, 3401, 3403, 5108, 3404, 3406, 3407,
|
|
|
|
|
5108, 3408, 3409, 3413, 3414, 3418, 5108, 3423, 3419, 3420,
|
|
|
|
|
5108, 5108, 3422, 5108, 3427, 3426, 3430, 3436, 3437, 3439,
|
|
|
|
|
3442, 3444, 3440, 3448, 3450, 3447, 3463, 3464, 3471, 3453,
|
|
|
|
|
|
|
|
|
|
3466, 3467, 5108, 5108, 3469, 3475, 3470, 3473, 3477, 3480,
|
|
|
|
|
3481, 3488, 3484, 3486, 3491, 3500, 5108, 3493, 3483, 3498,
|
|
|
|
|
5108, 3495, 3504, 3505, 3506, 3507, 3508, 3511, 3514, 3515,
|
|
|
|
|
3510, 3517, 3516, 3518, 3524, 3531, 5108, 3532, 3533, 3523,
|
|
|
|
|
3534, 3535, 3536, 3538, 3539, 5108, 3540, 3544, 3545, 3549,
|
|
|
|
|
3547, 3553, 3563, 3568, 3570, 3541, 3559, 3573, 3571, 3576,
|
|
|
|
|
3577, 5108, 3579, 3565, 3578, 3581, 3587, 3589, 3590, 3592,
|
|
|
|
|
3594, 3596, 3600, 3602, 3597, 3603, 5108, 3605, 3607, 3604,
|
|
|
|
|
3614, 3608, 3615, 3616, 3617, 3625, 3620, 3627, 3628, 3630,
|
|
|
|
|
5108, 3631, 3632, 3634, 3636, 3638, 3635, 3641, 3643, 5108,
|
|
|
|
|
|
|
|
|
|
3645, 3646, 3650, 3648, 3652, 3659, 3661, 3663, 5108, 3664,
|
|
|
|
|
3667, 3668, 3669, 3671, 3653, 3675, 3677, 3681, 3683, 3685,
|
|
|
|
|
3679, 3687, 3688, 3692, 3693, 3696, 3689, 3712, 3691, 5108,
|
|
|
|
|
3699, 5108, 3707, 3708, 3717, 3713, 3710, 5108, 3715, 3718,
|
|
|
|
|
3721, 3723, 3724, 5108, 3725, 3726, 3728, 3727, 5108, 3741,
|
|
|
|
|
3735, 3729, 3736, 3746, 5108, 3751, 3752, 3753, 3760, 3762,
|
|
|
|
|
3764, 3747, 3765, 3757, 3759, 3767, 3770, 5108, 3768, 3774,
|
|
|
|
|
3776, 3778, 3779, 3780, 5108, 3781, 3782, 3789, 3787, 3785,
|
|
|
|
|
3788, 3796, 3792, 3794, 5108, 3795, 3804, 3806, 3807, 3808,
|
|
|
|
|
5108, 5108, 3813, 3816, 3818, 3797, 3819, 5108, 3822, 3830,
|
|
|
|
|
|
|
|
|
|
3825, 3829, 3831, 5108, 5108, 3833, 5108, 3834, 5108, 5108,
|
|
|
|
|
5108, 3836, 3838, 3845, 5108, 3847, 5108, 3848, 3849, 3835,
|
|
|
|
|
3839, 3853, 5108, 3854, 3855, 3857, 5108, 3859, 3866, 3862,
|
|
|
|
|
3863, 5108, 3865, 3869, 3871, 5108, 3874, 3877, 3879, 3881,
|
|
|
|
|
3870, 3882, 3883, 3885, 3892, 3894, 3899, 3901, 3895, 3887,
|
|
|
|
|
3902, 3908, 3904, 3911, 3913, 3915, 3906, 3917, 3919, 3920,
|
|
|
|
|
3921, 3922, 3928, 3923, 3925, 3929, 3930, 3933, 3934, 3935,
|
|
|
|
|
3937, 3938, 3939, 5108, 3941, 3944, 3945, 3947, 3955, 3956,
|
|
|
|
|
3958, 3965, 3971, 3972, 5108, 5108, 3974, 3960, 3976, 3962,
|
|
|
|
|
5108, 3977, 3967, 3979, 3980, 3982, 3983, 3984, 3988, 5108,
|
|
|
|
|
|
|
|
|
|
3993, 3986, 3999, 3990, 3994, 4004, 4005, 3996, 4006, 4007,
|
|
|
|
|
4009, 4016, 4018, 4019, 4021, 4010, 4022, 4026, 4027, 4029,
|
|
|
|
|
4030, 4032, 4037, 4038, 4043, 5108, 4033, 5108, 4044, 4045,
|
|
|
|
|
4048, 5108, 5108, 4046, 4051, 4056, 4057, 4050, 4059, 4060,
|
|
|
|
|
5108, 4061, 4069, 4063, 4070, 5108, 4071, 4074, 4078, 5108,
|
|
|
|
|
4075, 4080, 4081, 4085, 4088, 4090, 5108, 5108, 5108, 5108,
|
|
|
|
|
4095, 4082, 4086, 4092, 4097, 5108, 5108, 5108, 4098, 4101,
|
|
|
|
|
4102, 4108, 4109, 4110, 5108, 4111, 4112, 4114, 4120, 4122,
|
|
|
|
|
4124, 4125, 4129, 4113, 4127, 4136, 4133, 4139, 4137, 4141,
|
|
|
|
|
4143, 4148, 5108, 5108, 4144, 4150, 4155, 4151, 4158, 4165,
|
|
|
|
|
|
|
|
|
|
4160, 4161, 4162, 4167, 4168, 4169, 4172, 5108, 4170, 5108,
|
|
|
|
|
4175, 4178, 4177, 4179, 4181, 4185, 4186, 4188, 5108, 5108,
|
|
|
|
|
4189, 4191, 4193, 4199, 4196, 4200, 4201, 4203, 4204, 5108,
|
|
|
|
|
4205, 5108, 4206, 4210, 4213, 4218, 4219, 4224, 5108, 4221,
|
|
|
|
|
4222, 5108, 4228, 4225, 4231, 5108, 4233, 4237, 4241, 5108,
|
|
|
|
|
4243, 5108, 4245, 5108, 4238, 5108, 4247, 4248, 4251, 4253,
|
|
|
|
|
4254, 4256, 4259, 4262, 4263, 4265, 4266, 4268, 4275, 4271,
|
|
|
|
|
4272, 5108, 5108, 4280, 4273, 4277, 4281, 4283, 4291, 4286,
|
|
|
|
|
4288, 4294, 5108, 5108, 4290, 4298, 4299, 5108, 4287, 4300,
|
|
|
|
|
4304, 4305, 4307, 4308, 4309, 4314, 4315, 4316, 4317, 4318,
|
|
|
|
|
|
|
|
|
|
4326, 4329, 4331, 4333, 4335, 4337, 4320, 4338, 4339, 4341,
|
|
|
|
|
5108, 4343, 4345, 4344, 5108, 4351, 4353, 4355, 4358, 4356,
|
|
|
|
|
5108, 4352, 4367, 4364, 4369, 4371, 4380, 4372, 4373, 5108,
|
|
|
|
|
5108, 5108, 5108, 4376, 4381, 4377, 5108, 5108, 4383, 5108,
|
|
|
|
|
4384, 5108, 4388, 5108, 4387, 4393, 4391, 5108, 4397, 4403,
|
|
|
|
|
5108, 4399, 4406, 4411, 4412, 4395, 4401, 4413, 5108, 4422,
|
|
|
|
|
4414, 4423, 4425, 4417, 4426, 4427, 4430, 4437, 4429, 4434,
|
|
|
|
|
5108, 4436, 4438, 4440, 4443, 4444, 4441, 4442, 4446, 4449,
|
|
|
|
|
4450, 4459, 4452, 4461, 4463, 5108, 4466, 4470, 5108, 4467,
|
|
|
|
|
5108, 4472, 4473, 4474, 5108, 4476, 4477, 4480, 4481, 5108,
|
|
|
|
|
|
|
|
|
|
4483, 4485, 5108, 4486, 4491, 4493, 4487, 4494, 4498, 4495,
|
|
|
|
|
4501, 4505, 4506, 4510, 5108, 5108, 5108, 4512, 4502, 4519,
|
|
|
|
|
4516, 4520, 4531, 4518, 5108, 4527, 4528, 4526, 4535, 4530,
|
|
|
|
|
4538, 5108, 4540, 4534, 5108, 4542, 4544, 4546, 4549, 4550,
|
|
|
|
|
4557, 4559, 4561, 4562, 5108, 4565, 5108, 5108, 4552, 5108,
|
|
|
|
|
4554, 4568, 5108, 4573, 4566, 4570, 4574, 4578, 4579, 5108,
|
|
|
|
|
5108, 4575, 4587, 4585, 4592, 4594, 5108, 4582, 4586, 4595,
|
|
|
|
|
4596, 4597, 5108, 4601, 4588, 4598, 4604, 4605, 4610, 4611,
|
|
|
|
|
4612, 4614, 5108, 5108, 4615, 5108, 5108, 4617, 4621, 4627,
|
|
|
|
|
5108, 5108, 5108, 4637, 5108, 4639, 4643, 4630, 5108, 4645,
|
|
|
|
|
|
|
|
|
|
4632, 4642, 5108, 4647, 4648, 4649, 4651, 5108, 4652, 4613,
|
|
|
|
|
4657, 4660, 4662, 4654, 4663, 4664, 4678, 4671, 4667, 4674,
|
|
|
|
|
4675, 4679, 4680, 4681, 4683, 5108, 5108, 4687, 5108, 5108,
|
|
|
|
|
4691, 4694, 4698, 5108, 4695, 4702, 5108, 4706, 4688, 4699,
|
|
|
|
|
4707, 4709, 4713, 5108, 5108, 4710, 4714, 4715, 4718, 4716,
|
|
|
|
|
5108, 4720, 4727, 4722, 4725, 4726, 4729, 4732, 5108, 5108,
|
|
|
|
|
5108, 5108, 5108, 4735, 5108, 5108, 4731, 4733, 4739, 4742,
|
|
|
|
|
5108, 4740, 4744, 4746, 4750, 4743, 4760, 4749, 4753, 4757,
|
|
|
|
|
4764, 4765, 4766, 4767, 4768, 4770, 4774, 4777, 4778, 4785,
|
|
|
|
|
4789, 4773, 4771, 4793, 4794, 4795, 4786, 4797, 4804, 4801,
|
|
|
|
|
|
|
|
|
|
4803, 4805, 5108, 4806, 5108, 4807, 5108, 5108, 4809, 4813,
|
|
|
|
|
4810, 4816, 4823, 4826, 4819, 4827, 4822, 5108, 4828, 4829,
|
|
|
|
|
4830, 5108, 4831, 4832, 4836, 4839, 4844, 4842, 4845, 4849,
|
|
|
|
|
4838, 4846, 4859, 4862, 4853, 4863, 4866, 4868, 4869, 4860,
|
|
|
|
|
4876, 4872, 4881, 5108, 4878, 4875, 4883, 4884, 4885, 4892,
|
|
|
|
|
4887, 4888, 4895, 5108, 4898, 4893, 4907, 4889, 4891, 4900,
|
|
|
|
|
4914, 4911, 4909, 5108, 4899, 4917, 4919, 4920, 4923, 4926,
|
|
|
|
|
4927, 4928, 4930, 4932, 4933, 4940, 4936, 4941, 4942, 4944,
|
|
|
|
|
4945, 5108, 4951, 4946, 5108, 4952, 4953, 4954, 4955, 4959,
|
|
|
|
|
5108, 4963, 4956, 4966, 4967, 4970, 4971, 5108, 4977, 4980,
|
|
|
|
|
|
|
|
|
|
4981, 5108, 4982, 5108, 5108, 4984, 4972, 4983, 4993, 4995,
|
|
|
|
|
5108, 5108, 5108, 5016, 5023, 5030, 5037, 5044, 88, 5051,
|
|
|
|
|
5058, 5065, 5072, 5079, 5086, 5093, 5100
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2628] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2018-05-28 10:15:06 -04:00
|
|
|
2613, 1, 2614, 2614, 2615, 2615, 2616, 2616, 2617, 2617,
|
|
|
|
|
2618, 2618, 2613, 2619, 2613, 2613, 2613, 2613, 2620, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2621, 2613, 2613, 2613, 2621, 2622, 2613, 2613,
|
|
|
|
|
2613, 2622, 2623, 2613, 2613, 2613, 2613, 2623, 2624, 2613,
|
|
|
|
|
2613, 2613, 2624, 2625, 2613, 2626, 2613, 2625, 2625, 2619,
|
|
|
|
|
2619, 2613, 2627, 2620, 2627, 2620, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2621,
|
|
|
|
|
2621, 2622, 2622, 2623, 2623, 2613, 2624, 2624, 2625, 2625,
|
|
|
|
|
2626, 2626, 2625, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2625, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2625, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2619, 2625, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2625, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2613,
|
|
|
|
|
2613, 2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2625,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2625, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2613, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2613, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2613, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2613, 2619, 2613, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2613, 2613, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2613, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2613, 2613, 2619, 2613, 2619, 2613, 2613,
|
|
|
|
|
2613, 2619, 2619, 2619, 2613, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2613, 2613, 2613, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2613, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2613,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2613,
|
|
|
|
|
2619, 2613, 2619, 2613, 2619, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2613, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2613, 2613, 2613, 2619, 2619, 2619, 2613, 2613, 2619, 2613,
|
|
|
|
|
2619, 2613, 2619, 2613, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2613, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2613, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2613, 2619, 2613, 2613, 2619, 2613,
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2613,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2613, 2613, 2619, 2613, 2613, 2619, 2619, 2619,
|
|
|
|
|
2613, 2613, 2613, 2619, 2613, 2619, 2619, 2619, 2613, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2613, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2613, 2613, 2619, 2613, 2613,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2613, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2619, 2613, 2613, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2619, 2613, 2619, 2613, 2619, 2613, 2613, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2619, 2613, 2619, 2619, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2619, 2619, 2619, 2619, 2619, 2619, 2613, 2619, 2619,
|
|
|
|
|
|
|
|
|
|
2619, 2613, 2619, 2613, 2613, 2619, 2619, 2619, 2619, 2619,
|
|
|
|
|
2613, 2613, 0, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[5149] =
|
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-05-28 10:15:06 -04:00
|
|
|
71, 71, 389, 71, 71, 476, 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-05-28 10:15:06 -04:00
|
|
|
150, 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-05-28 10:15:06 -04:00
|
|
|
71, 432, 71, 71, 71, 438, 71, 439, 497, 441,
|
|
|
|
|
71, 71, 148, 71, 433, 440, 449, 434, 71, 435,
|
|
|
|
|
71, 450, 442, 446, 71, 443, 448, 444, 460, 445,
|
|
|
|
|
|
|
|
|
|
462, 447, 71, 461, 452, 463, 71, 451, 71, 71,
|
|
|
|
|
453, 454, 150, 71, 71, 464, 71, 71, 71, 71,
|
|
|
|
|
455, 466, 456, 457, 458, 468, 470, 459, 467, 71,
|
|
|
|
|
71, 474, 71, 465, 71, 71, 469, 71, 472, 477,
|
|
|
|
|
471, 475, 71, 473, 71, 482, 71, 480, 71, 479,
|
|
|
|
|
478, 71, 71, 71, 486, 483, 71, 71, 484, 481,
|
|
|
|
|
71, 489, 485, 490, 491, 71, 71, 71, 71, 488,
|
|
|
|
|
71, 71, 496, 493, 71, 498, 71, 487, 71, 500,
|
|
|
|
|
71, 71, 495, 494, 71, 492, 71, 71, 71, 501,
|
|
|
|
|
499, 509, 502, 505, 71, 504, 508, 71, 503, 512,
|
|
|
|
|
|
|
|
|
|
71, 510, 71, 511, 506, 71, 507, 71, 514, 513,
|
|
|
|
|
71, 515, 71, 518, 71, 516, 71, 71, 71, 522,
|
|
|
|
|
517, 520, 523, 71, 71, 71, 71, 519, 71, 524,
|
|
|
|
|
521, 526, 71, 527, 71, 71, 71, 71, 71, 533,
|
|
|
|
|
71, 532, 71, 71, 525, 534, 528, 71, 531, 71,
|
|
|
|
|
536, 71, 529, 530, 71, 537, 540, 71, 71, 539,
|
|
|
|
|
71, 71, 71, 535, 538, 547, 71, 549, 71, 71,
|
|
|
|
|
542, 71, 71, 71, 550, 548, 546, 541, 543, 71,
|
|
|
|
|
544, 545, 551, 554, 71, 71, 71, 552, 556, 71,
|
|
|
|
|
553, 557, 555, 71, 71, 71, 71, 71, 559, 560,
|
|
|
|
|
|
|
|
|
|
563, 71, 71, 71, 71, 71, 564, 566, 561, 71,
|
|
|
|
|
565, 71, 71, 71, 562, 558, 579, 71, 71, 567,
|
|
|
|
|
71, 578, 581, 568, 71, 569, 71, 584, 580, 576,
|
|
|
|
|
570, 577, 571, 71, 582, 583, 586, 71, 585, 71,
|
|
|
|
|
572, 71, 587, 573, 574, 71, 589, 71, 591, 71,
|
|
|
|
|
575, 71, 71, 71, 71, 71, 71, 588, 71, 71,
|
|
|
|
|
597, 71, 71, 593, 592, 598, 590, 594, 601, 150,
|
|
|
|
|
602, 71, 595, 603, 600, 604, 596, 599, 71, 71,
|
|
|
|
|
71, 71, 71, 605, 71, 71, 71, 71, 71, 611,
|
|
|
|
|
613, 615, 71, 606, 608, 614, 71, 609, 607, 612,
|
|
|
|
|
|
|
|
|
|
616, 618, 610, 71, 71, 71, 71, 71, 617, 71,
|
|
|
|
|
622, 71, 620, 71, 623, 619, 627, 71, 71, 621,
|
|
|
|
|
71, 628, 71, 630, 71, 631, 71, 71, 632, 624,
|
|
|
|
|
71, 629, 625, 626, 71, 633, 71, 634, 71, 635,
|
|
|
|
|
71, 636, 71, 71, 71, 71, 638, 637, 639, 71,
|
|
|
|
|
71, 644, 640, 641, 643, 71, 71, 71, 71, 645,
|
|
|
|
|
649, 71, 642, 647, 648, 71, 71, 71, 71, 71,
|
|
|
|
|
650, 652, 71, 656, 646, 651, 653, 71, 71, 71,
|
|
|
|
|
654, 71, 658, 659, 662, 655, 71, 657, 71, 71,
|
|
|
|
|
71, 664, 71, 660, 71, 663, 661, 667, 665, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 668, 669, 671, 673, 71, 71,
|
|
|
|
|
677, 71, 674, 670, 71, 71, 71, 679, 71, 71,
|
|
|
|
|
666, 678, 672, 676, 71, 675, 71, 680, 684, 71,
|
|
|
|
|
71, 681, 686, 683, 71, 685, 682, 71, 71, 71,
|
|
|
|
|
687, 689, 691, 71, 688, 71, 690, 71, 695, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 692, 698, 699, 697,
|
|
|
|
|
701, 71, 71, 702, 693, 694, 71, 703, 696, 704,
|
|
|
|
|
71, 706, 71, 700, 705, 71, 71, 71, 707, 708,
|
|
|
|
|
709, 71, 71, 710, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
711, 716, 71, 723, 712, 717, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
713, 71, 71, 714, 718, 715, 719, 71, 721, 71,
|
|
|
|
|
71, 720, 722, 71, 731, 71, 71, 724, 71, 71,
|
|
|
|
|
725, 729, 732, 71, 71, 726, 71, 727, 728, 730,
|
|
|
|
|
734, 735, 71, 71, 71, 733, 71, 71, 146, 736,
|
|
|
|
|
739, 740, 71, 737, 741, 738, 71, 742, 71, 71,
|
|
|
|
|
71, 743, 744, 71, 71, 745, 150, 71, 746, 71,
|
|
|
|
|
751, 750, 748, 752, 747, 71, 749, 71, 71, 71,
|
|
|
|
|
71, 758, 71, 71, 759, 71, 754, 761, 71, 753,
|
|
|
|
|
71, 764, 760, 755, 756, 71, 71, 71, 71, 762,
|
|
|
|
|
757, 71, 766, 769, 763, 71, 71, 71, 767, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 770, 71, 765, 71, 145, 71, 768,
|
|
|
|
|
71, 774, 783, 781, 771, 775, 779, 71, 776, 780,
|
|
|
|
|
773, 786, 772, 782, 71, 777, 71, 784, 778, 71,
|
|
|
|
|
785, 71, 71, 789, 71, 71, 143, 797, 787, 71,
|
|
|
|
|
71, 71, 802, 71, 801, 71, 804, 71, 71, 806,
|
|
|
|
|
71, 788, 71, 790, 791, 798, 792, 803, 799, 793,
|
|
|
|
|
800, 71, 805, 71, 794, 71, 807, 71, 808, 71,
|
|
|
|
|
795, 796, 809, 71, 71, 810, 71, 71, 813, 71,
|
|
|
|
|
71, 811, 812, 71, 817, 816, 71, 71, 71, 71,
|
|
|
|
|
823, 71, 141, 822, 71, 818, 814, 824, 815, 826,
|
|
|
|
|
|
|
|
|
|
819, 821, 825, 71, 827, 820, 828, 71, 71, 71,
|
|
|
|
|
71, 829, 71, 830, 71, 71, 71, 831, 71, 71,
|
|
|
|
|
71, 834, 832, 837, 71, 835, 71, 71, 71, 838,
|
|
|
|
|
840, 71, 71, 833, 839, 71, 71, 842, 836, 71,
|
|
|
|
|
843, 845, 71, 71, 844, 846, 841, 71, 847, 848,
|
|
|
|
|
71, 850, 71, 71, 71, 71, 71, 71, 857, 71,
|
|
|
|
|
855, 71, 853, 858, 71, 71, 860, 851, 856, 71,
|
|
|
|
|
71, 71, 849, 852, 71, 71, 71, 71, 71, 854,
|
|
|
|
|
859, 867, 71, 71, 866, 71, 861, 71, 71, 862,
|
|
|
|
|
863, 870, 71, 864, 865, 869, 868, 871, 874, 875,
|
|
|
|
|
|
|
|
|
|
71, 873, 872, 71, 71, 71, 71, 881, 876, 883,
|
|
|
|
|
71, 71, 885, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
886, 71, 892, 877, 878, 882, 880, 879, 893, 888,
|
|
|
|
|
884, 71, 71, 887, 71, 894, 890, 889, 71, 71,
|
|
|
|
|
891, 897, 71, 899, 71, 71, 71, 71, 902, 150,
|
|
|
|
|
71, 901, 896, 71, 71, 905, 895, 904, 71, 71,
|
|
|
|
|
71, 71, 898, 900, 71, 903, 908, 71, 71, 71,
|
|
|
|
|
71, 920, 71, 71, 71, 71, 921, 71, 71, 907,
|
|
|
|
|
906, 911, 924, 909, 910, 941, 71, 71, 912, 922,
|
|
|
|
|
913, 71, 925, 945, 914, 71, 915, 71, 923, 71,
|
|
|
|
|
|
|
|
|
|
916, 927, 917, 928, 926, 71, 71, 918, 929, 71,
|
|
|
|
|
931, 930, 919, 71, 71, 71, 937, 71, 933, 935,
|
|
|
|
|
932, 71, 71, 71, 940, 71, 956, 939, 934, 936,
|
|
|
|
|
71, 938, 942, 943, 71, 952, 71, 71, 71, 71,
|
|
|
|
|
71, 944, 71, 946, 71, 953, 955, 71, 947, 957,
|
|
|
|
|
948, 71, 954, 71, 71, 958, 962, 71, 964, 71,
|
|
|
|
|
71, 949, 950, 963, 71, 959, 71, 71, 951, 965,
|
|
|
|
|
968, 71, 960, 961, 71, 71, 71, 71, 71, 966,
|
|
|
|
|
967, 974, 969, 971, 972, 71, 71, 71, 71, 71,
|
|
|
|
|
970, 71, 71, 977, 973, 975, 983, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 976, 979, 981, 982, 71, 978,
|
|
|
|
|
71, 71, 980, 71, 985, 984, 989, 71, 990, 992,
|
|
|
|
|
986, 987, 991, 988, 71, 993, 994, 71, 71, 997,
|
|
|
|
|
71, 71, 71, 1001, 998, 71, 71, 71, 999, 71,
|
|
|
|
|
995, 1000, 71, 71, 996, 1002, 1007, 71, 1009, 71,
|
|
|
|
|
71, 2613, 71, 1010, 71, 1005, 1003, 1004, 1006, 71,
|
|
|
|
|
71, 71, 71, 71, 1012, 1013, 71, 1008, 1015, 71,
|
|
|
|
|
1011, 1016, 71, 71, 1017, 1018, 1021, 1014, 71, 1020,
|
|
|
|
|
1022, 71, 71, 71, 71, 71, 71, 1023, 1019, 1025,
|
|
|
|
|
71, 1030, 71, 1031, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1032, 1024, 1026, 1033, 1027, 1029, 71, 1035, 1036, 71,
|
|
|
|
|
1028, 71, 1034, 71, 1038, 1037, 71, 71, 71, 1039,
|
|
|
|
|
1040, 71, 1041, 1044, 1045, 71, 71, 1048, 71, 71,
|
|
|
|
|
71, 1047, 71, 1043, 71, 71, 1042, 1052, 71, 71,
|
|
|
|
|
1046, 71, 71, 71, 71, 1058, 71, 1051, 1050, 71,
|
|
|
|
|
71, 1049, 1054, 71, 71, 71, 1053, 71, 1055, 1062,
|
|
|
|
|
71, 1061, 1069, 1057, 1059, 1066, 1063, 1056, 1060, 1064,
|
|
|
|
|
71, 71, 1067, 71, 71, 1065, 71, 71, 71, 1068,
|
|
|
|
|
71, 1070, 71, 71, 71, 1073, 71, 1071, 71, 1079,
|
|
|
|
|
71, 1072, 71, 1076, 71, 71, 71, 1074, 1163, 1077,
|
|
|
|
|
|
|
|
|
|
71, 1082, 1075, 71, 71, 1088, 1080, 1078, 1084, 71,
|
|
|
|
|
71, 71, 1081, 71, 1089, 71, 1083, 1085, 1090, 1086,
|
|
|
|
|
71, 71, 1087, 1092, 1091, 71, 71, 71, 71, 2613,
|
|
|
|
|
1094, 1093, 1095, 1097, 1096, 1099, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1100, 1102, 1098, 1103, 1101, 71, 1104, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1105, 71, 71, 1109, 71,
|
|
|
|
|
71, 1107, 71, 1114, 1110, 1108, 1106, 71, 71, 71,
|
|
|
|
|
2613, 71, 1111, 71, 1113, 1112, 1118, 1115, 1119, 1116,
|
|
|
|
|
1117, 1121, 1120, 71, 71, 71, 1125, 71, 1123, 1122,
|
|
|
|
|
1127, 1126, 71, 71, 71, 1130, 71, 1124, 1139, 71,
|
|
|
|
|
|
|
|
|
|
71, 1128, 71, 1140, 71, 1141, 1129, 71, 1138, 1137,
|
|
|
|
|
71, 71, 1131, 71, 71, 1132, 1133, 71, 1143, 1142,
|
|
|
|
|
1134, 71, 1144, 71, 1145, 1151, 1135, 71, 71, 1153,
|
|
|
|
|
1136, 1146, 71, 1147, 1148, 71, 1149, 1150, 1154, 1152,
|
|
|
|
|
71, 71, 71, 71, 71, 1155, 1156, 71, 1162, 71,
|
|
|
|
|
1157, 71, 71, 1165, 1164, 1158, 71, 1159, 1169, 1160,
|
|
|
|
|
71, 1161, 71, 1170, 71, 1168, 1166, 1172, 71, 71,
|
|
|
|
|
1167, 71, 71, 71, 71, 71, 71, 1174, 71, 71,
|
|
|
|
|
1179, 1177, 1171, 1173, 71, 1181, 1185, 71, 1178, 71,
|
|
|
|
|
1175, 1176, 1180, 71, 1184, 1187, 71, 1182, 71, 71,
|
|
|
|
|
|
|
|
|
|
1188, 71, 1189, 71, 1192, 71, 1190, 71, 1186, 1183,
|
|
|
|
|
1194, 71, 71, 71, 71, 1198, 71, 1195, 71, 71,
|
|
|
|
|
2613, 71, 1191, 1201, 1200, 71, 71, 1193, 1202, 71,
|
|
|
|
|
1208, 1203, 71, 71, 1196, 1197, 71, 1204, 1199, 71,
|
|
|
|
|
71, 1205, 71, 71, 1206, 1207, 71, 1213, 1210, 1214,
|
|
|
|
|
1211, 71, 1216, 71, 1209, 71, 1215, 71, 71, 1212,
|
|
|
|
|
71, 71, 1220, 71, 71, 71, 1217, 71, 1224, 1225,
|
|
|
|
|
71, 1227, 1219, 71, 71, 71, 1226, 71, 71, 1218,
|
|
|
|
|
71, 71, 71, 71, 1221, 1222, 71, 1228, 71, 1234,
|
|
|
|
|
1223, 71, 1231, 1229, 71, 1232, 1239, 71, 1230, 1238,
|
|
|
|
|
|
|
|
|
|
1233, 71, 71, 1235, 71, 71, 71, 1241, 1243, 1237,
|
|
|
|
|
71, 1236, 71, 1244, 71, 1245, 71, 71, 1246, 1247,
|
|
|
|
|
71, 71, 1251, 1242, 1240, 1252, 71, 1248, 1253, 71,
|
|
|
|
|
1255, 1249, 71, 1256, 1250, 1254, 71, 71, 71, 1258,
|
|
|
|
|
71, 71, 71, 1257, 71, 1261, 71, 71, 1266, 71,
|
|
|
|
|
71, 71, 71, 1267, 71, 71, 1260, 71, 1264, 1262,
|
|
|
|
|
71, 71, 1263, 1259, 1265, 71, 1270, 71, 1268, 1272,
|
|
|
|
|
1269, 1271, 1273, 71, 1277, 1274, 71, 71, 1276, 71,
|
|
|
|
|
1275, 1278, 71, 1279, 71, 1281, 1280, 71, 1283, 71,
|
|
|
|
|
71, 1286, 1287, 1291, 1282, 1285, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1288, 71, 1289, 1290, 71, 1292, 71, 71, 1284, 71,
|
|
|
|
|
71, 71, 1297, 71, 71, 71, 1296, 71, 71, 71,
|
|
|
|
|
1300, 1294, 1299, 1303, 1293, 1295, 71, 71, 1304, 71,
|
|
|
|
|
1305, 1301, 71, 1298, 71, 1306, 71, 1302, 71, 1307,
|
|
|
|
|
71, 1313, 71, 71, 1317, 1308, 1309, 71, 71, 1316,
|
|
|
|
|
71, 1310, 71, 71, 1311, 71, 1312, 71, 71, 71,
|
|
|
|
|
71, 1315, 71, 1325, 71, 71, 1314, 1318, 1326, 1329,
|
|
|
|
|
1327, 1319, 1320, 1322, 1321, 1324, 1328, 71, 1323, 71,
|
|
|
|
|
71, 71, 71, 1330, 71, 71, 71, 1334, 71, 1337,
|
|
|
|
|
1332, 1335, 71, 1331, 71, 1333, 1341, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1338, 71, 1342, 1336, 1343, 1344, 71, 1339, 71,
|
|
|
|
|
1340, 1345, 1346, 1349, 1350, 71, 71, 1347, 71, 71,
|
|
|
|
|
71, 71, 1354, 71, 1355, 1353, 1356, 71, 71, 1348,
|
|
|
|
|
71, 1357, 71, 71, 1351, 71, 71, 1361, 1360, 1352,
|
|
|
|
|
71, 71, 71, 1364, 1358, 71, 1363, 71, 1367, 1359,
|
|
|
|
|
71, 1368, 71, 71, 71, 1372, 71, 71, 1370, 71,
|
|
|
|
|
71, 1362, 1366, 1365, 1373, 71, 1369, 71, 1375, 1371,
|
|
|
|
|
71, 71, 71, 71, 1378, 71, 1377, 1374, 1380, 1381,
|
|
|
|
|
71, 1376, 71, 71, 71, 71, 1383, 71, 1388, 71,
|
|
|
|
|
1379, 71, 71, 1382, 1389, 71, 71, 1386, 71, 1401,
|
|
|
|
|
|
|
|
|
|
71, 1384, 1385, 1393, 1392, 1390, 71, 1397, 1395, 1387,
|
|
|
|
|
71, 1391, 1394, 71, 1399, 1396, 1398, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1405, 71, 1403, 71, 1406, 71, 71,
|
|
|
|
|
71, 1400, 71, 1410, 71, 1411, 71, 1402, 1407, 71,
|
|
|
|
|
71, 1424, 2613, 1417, 1409, 1404, 1408, 71, 1412, 71,
|
|
|
|
|
1414, 71, 1413, 1415, 71, 71, 1418, 71, 71, 71,
|
|
|
|
|
1420, 1422, 1423, 1419, 1421, 1416, 71, 1425, 71, 71,
|
|
|
|
|
1427, 71, 71, 1431, 1426, 1432, 1434, 1428, 71, 71,
|
|
|
|
|
71, 71, 71, 1433, 71, 1437, 71, 71, 71, 1436,
|
|
|
|
|
1429, 71, 1430, 1438, 71, 71, 71, 71, 1446, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1435, 71, 1439, 71, 1451, 71, 1442,
|
|
|
|
|
1443, 1440, 1444, 71, 1441, 1445, 71, 1447, 71, 1448,
|
|
|
|
|
1449, 1453, 1450, 71, 1454, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1456, 1452, 71, 71, 71, 1459, 1461, 1462,
|
|
|
|
|
1455, 71, 1463, 71, 1460, 1458, 1468, 71, 1474, 1465,
|
|
|
|
|
1457, 1464, 1469, 71, 1466, 71, 1471, 71, 1470, 71,
|
|
|
|
|
1473, 1467, 71, 71, 71, 71, 71, 1482, 71, 71,
|
|
|
|
|
1481, 71, 1472, 1476, 1478, 1480, 71, 1479, 1475, 71,
|
|
|
|
|
71, 71, 1477, 71, 1484, 71, 71, 71, 1491, 1483,
|
|
|
|
|
71, 71, 2613, 1488, 1486, 71, 71, 1485, 71, 1487,
|
|
|
|
|
|
|
|
|
|
1493, 1494, 71, 1495, 1490, 71, 1492, 71, 1505, 71,
|
|
|
|
|
1489, 71, 1504, 1499, 71, 1502, 1497, 1496, 1508, 1498,
|
|
|
|
|
1503, 71, 1507, 71, 71, 71, 1500, 1501, 1510, 1506,
|
|
|
|
|
1509, 71, 71, 71, 71, 1514, 71, 1511, 71, 71,
|
|
|
|
|
71, 71, 1516, 71, 1523, 71, 71, 1513, 1517, 1515,
|
|
|
|
|
71, 1520, 1512, 71, 71, 71, 71, 1518, 1521, 1519,
|
|
|
|
|
1522, 1529, 71, 71, 71, 71, 1524, 71, 1532, 71,
|
|
|
|
|
71, 71, 71, 1526, 1525, 1527, 1528, 71, 1530, 71,
|
|
|
|
|
1538, 1534, 1531, 71, 1535, 1533, 71, 1540, 1536, 1541,
|
|
|
|
|
71, 1537, 71, 1539, 71, 71, 1545, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 1552, 71, 1543, 1547, 71, 71,
|
|
|
|
|
71, 1542, 1546, 1548, 1544, 1549, 1633, 1553, 1550, 71,
|
|
|
|
|
1556, 71, 1551, 71, 71, 1555, 1554, 1557, 1558, 71,
|
|
|
|
|
71, 71, 1560, 1561, 71, 1559, 71, 71, 1563, 71,
|
|
|
|
|
1564, 71, 71, 1562, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1569, 71, 1573, 71, 71, 1570, 71, 1574, 71, 1565,
|
|
|
|
|
1567, 1571, 1568, 1566, 1578, 71, 1572, 71, 1579, 1577,
|
|
|
|
|
1575, 71, 1584, 1576, 71, 1585, 71, 1580, 1582, 71,
|
|
|
|
|
71, 1583, 1586, 71, 1588, 71, 1581, 71, 71, 1591,
|
|
|
|
|
71, 71, 1593, 71, 71, 1592, 1594, 1595, 71, 1597,
|
|
|
|
|
|
|
|
|
|
1587, 71, 71, 71, 71, 71, 71, 1599, 1589, 1590,
|
|
|
|
|
1600, 71, 1596, 71, 1601, 1602, 71, 1609, 1603, 1604,
|
|
|
|
|
1605, 71, 1607, 71, 71, 1606, 1598, 1611, 71, 71,
|
|
|
|
|
71, 1614, 1612, 71, 71, 71, 1608, 1617, 71, 71,
|
|
|
|
|
71, 1615, 1613, 71, 1610, 1621, 71, 1618, 71, 1616,
|
|
|
|
|
71, 1623, 71, 71, 1626, 1619, 1627, 71, 71, 71,
|
|
|
|
|
1620, 71, 1631, 71, 71, 71, 1622, 1628, 1624, 71,
|
|
|
|
|
1629, 71, 1636, 71, 1625, 1640, 71, 71, 1634, 1632,
|
|
|
|
|
1630, 71, 1639, 71, 1643, 71, 71, 71, 1644, 71,
|
|
|
|
|
71, 1635, 1638, 1642, 71, 1645, 71, 71, 1647, 1637,
|
|
|
|
|
|
|
|
|
|
71, 71, 1646, 1641, 1651, 1648, 1649, 71, 71, 71,
|
|
|
|
|
1654, 1655, 1650, 71, 71, 71, 71, 71, 71, 1658,
|
|
|
|
|
71, 71, 71, 71, 71, 1652, 1664, 1665, 1668, 1657,
|
|
|
|
|
71, 71, 71, 1656, 1653, 1659, 1660, 1661, 1662, 1663,
|
|
|
|
|
1666, 1667, 71, 1669, 1671, 71, 71, 71, 1670, 71,
|
|
|
|
|
1676, 1672, 1677, 71, 71, 71, 71, 71, 1678, 1685,
|
|
|
|
|
1673, 1681, 71, 1682, 71, 71, 1679, 1674, 1683, 1675,
|
|
|
|
|
1686, 1680, 71, 1684, 71, 1689, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1691, 1687, 1688, 71, 1694, 1696, 71, 1690,
|
|
|
|
|
71, 1692, 71, 71, 71, 71, 71, 71, 1701, 71,
|
|
|
|
|
|
|
|
|
|
1697, 1700, 1698, 71, 1702, 1693, 1706, 1695, 1703, 71,
|
|
|
|
|
1704, 71, 71, 1699, 71, 1738, 71, 1705, 71, 71,
|
|
|
|
|
1707, 1708, 71, 71, 1709, 71, 1712, 1711, 1710, 71,
|
|
|
|
|
71, 71, 1717, 71, 71, 71, 1716, 1713, 71, 71,
|
|
|
|
|
1719, 1714, 1715, 1718, 1720, 1721, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1728, 1726, 71, 1723, 1727, 1722, 71,
|
|
|
|
|
71, 1730, 71, 71, 71, 1729, 1724, 71, 1725, 1737,
|
|
|
|
|
71, 1733, 1731, 1732, 71, 1735, 1734, 1736, 71, 1742,
|
|
|
|
|
71, 71, 71, 1744, 71, 71, 1745, 1746, 71, 71,
|
|
|
|
|
1739, 71, 71, 1740, 1741, 71, 1750, 1747, 1743, 1748,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 71, 71, 1751,
|
|
|
|
|
71, 1749, 71, 1758, 1753, 1754, 1755, 1762, 71, 71,
|
|
|
|
|
71, 1757, 1752, 1765, 1761, 71, 1759, 71, 1760, 71,
|
|
|
|
|
1764, 1756, 1766, 71, 1768, 1769, 71, 1763, 71, 71,
|
|
|
|
|
71, 71, 71, 1771, 1775, 1767, 1772, 71, 71, 1773,
|
|
|
|
|
1777, 71, 71, 1774, 1770, 71, 71, 1779, 1780, 71,
|
|
|
|
|
1781, 1776, 71, 71, 1782, 1785, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1786, 71, 1778, 71, 1788, 1791, 71, 1787,
|
|
|
|
|
1783, 71, 1792, 1784, 1790, 1795, 2613, 71, 1789, 71,
|
|
|
|
|
1793, 71, 1796, 1794, 71, 71, 1797, 1798, 1800, 71,
|
|
|
|
|
|
|
|
|
|
71, 1802, 71, 1803, 71, 1799, 71, 1801, 71, 71,
|
|
|
|
|
1807, 1809, 71, 1804, 71, 1805, 71, 71, 1806, 71,
|
|
|
|
|
71, 71, 71, 1810, 1813, 1814, 71, 71, 1811, 1812,
|
|
|
|
|
1808, 71, 71, 71, 1815, 71, 71, 1821, 1822, 71,
|
|
|
|
|
71, 1823, 1816, 71, 1817, 1818, 1825, 1819, 1820, 71,
|
|
|
|
|
71, 1830, 71, 71, 1824, 71, 1832, 71, 1827, 1829,
|
|
|
|
|
71, 71, 1826, 71, 1831, 1834, 71, 2613, 1835, 1841,
|
|
|
|
|
1837, 1839, 1833, 1836, 1828, 1838, 71, 71, 1840, 71,
|
|
|
|
|
71, 1844, 71, 71, 71, 1849, 71, 1842, 71, 1845,
|
|
|
|
|
71, 1850, 1848, 71, 71, 1853, 71, 71, 1855, 71,
|
|
|
|
|
|
|
|
|
|
1843, 71, 1854, 1846, 71, 1851, 71, 1857, 71, 1856,
|
|
|
|
|
1858, 71, 1852, 71, 1847, 1860, 1859, 71, 71, 71,
|
|
|
|
|
71, 71, 1862, 71, 71, 1865, 1868, 71, 71, 71,
|
|
|
|
|
71, 71, 1869, 1861, 1864, 1871, 71, 71, 1870, 1866,
|
|
|
|
|
1867, 1863, 1874, 1875, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1873, 71, 71, 71, 71, 1872, 1885, 71, 71, 1878,
|
|
|
|
|
71, 1886, 71, 1882, 1876, 1877, 71, 1880, 1884, 1893,
|
|
|
|
|
1881, 1879, 71, 1883, 1888, 1887, 71, 1890, 71, 1889,
|
|
|
|
|
1891, 71, 1892, 71, 71, 1894, 71, 1895, 1898, 71,
|
|
|
|
|
71, 71, 71, 1896, 71, 1899, 1897, 1900, 1901, 1904,
|
|
|
|
|
|
|
|
|
|
71, 1905, 71, 71, 1907, 71, 1903, 71, 1909, 71,
|
|
|
|
|
71, 1902, 1910, 71, 1911, 71, 71, 71, 71, 1915,
|
|
|
|
|
71, 71, 1906, 1914, 1912, 1908, 1917, 71, 71, 71,
|
|
|
|
|
71, 1921, 1920, 71, 1919, 1913, 1916, 1923, 71, 1918,
|
|
|
|
|
71, 71, 1927, 71, 71, 71, 1922, 71, 71, 71,
|
|
|
|
|
1932, 71, 1924, 1931, 71, 1925, 71, 1936, 71, 71,
|
|
|
|
|
1926, 71, 1930, 71, 1928, 71, 71, 1933, 1929, 1934,
|
|
|
|
|
1938, 1935, 71, 1941, 71, 1939, 71, 71, 1943, 1937,
|
|
|
|
|
71, 71, 71, 1942, 71, 1945, 1946, 1949, 71, 1944,
|
|
|
|
|
71, 1940, 71, 1950, 71, 1951, 71, 1948, 71, 1952,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1954, 71, 71, 71, 1947, 1963, 71,
|
|
|
|
|
1957, 1953, 71, 1956, 1958, 1959, 1961, 1955, 1960, 1962,
|
|
|
|
|
71, 71, 1966, 71, 1967, 71, 71, 1968, 71, 1965,
|
|
|
|
|
71, 71, 1964, 1974, 71, 1969, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 1970, 1972, 1971, 1976, 1973, 71, 71,
|
|
|
|
|
1977, 1975, 1980, 1982, 71, 1978, 1979, 1981, 1985, 71,
|
|
|
|
|
71, 1984, 1983, 1986, 71, 71, 71, 1989, 1987, 1990,
|
|
|
|
|
71, 1988, 71, 71, 1992, 71, 1991, 71, 71, 1993,
|
|
|
|
|
71, 71, 1994, 71, 1997, 1998, 1995, 71, 2000, 71,
|
|
|
|
|
1999, 71, 71, 71, 71, 71, 2001, 2003, 71, 1996,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 2010, 2007, 71, 2009, 71, 71, 71,
|
|
|
|
|
71, 2011, 2002, 2015, 2004, 2005, 2006, 71, 2008, 71,
|
|
|
|
|
71, 71, 2014, 2017, 2013, 2012, 71, 2613, 2016, 71,
|
|
|
|
|
2019, 71, 71, 2022, 2020, 71, 2021, 2024, 71, 2023,
|
|
|
|
|
2018, 2026, 71, 71, 71, 2028, 71, 71, 71, 71,
|
|
|
|
|
2025, 71, 71, 2027, 2030, 2034, 2031, 2032, 71, 2033,
|
|
|
|
|
71, 71, 71, 2035, 2036, 2029, 71, 71, 71, 2041,
|
|
|
|
|
71, 2038, 71, 2043, 2037, 71, 71, 2046, 71, 71,
|
|
|
|
|
2040, 2042, 71, 71, 71, 2053, 2039, 71, 2049, 2050,
|
|
|
|
|
71, 2045, 71, 2044, 71, 71, 71, 2051, 71, 2052,
|
|
|
|
|
|
|
|
|
|
71, 2047, 2048, 2056, 2057, 71, 2058, 71, 71, 2054,
|
|
|
|
|
2055, 2059, 71, 2060, 71, 71, 2063, 71, 2062, 71,
|
|
|
|
|
2061, 71, 2064, 2066, 71, 2067, 71, 2068, 71, 2065,
|
|
|
|
|
71, 2069, 71, 71, 71, 71, 71, 2070, 71, 2073,
|
|
|
|
|
2075, 71, 71, 71, 2071, 2076, 71, 71, 71, 2082,
|
|
|
|
|
71, 71, 71, 2072, 71, 2074, 2079, 71, 71, 2083,
|
|
|
|
|
71, 2081, 2078, 2089, 2077, 2613, 2084, 2085, 71, 71,
|
|
|
|
|
2080, 71, 2086, 71, 2091, 71, 2092, 2093, 71, 2087,
|
|
|
|
|
71, 2088, 2090, 2094, 71, 71, 2095, 71, 2096, 71,
|
|
|
|
|
71, 2097, 71, 71, 2099, 71, 71, 71, 2101, 71,
|
|
|
|
|
|
|
|
|
|
2098, 71, 2107, 71, 2104, 2108, 71, 71, 2109, 71,
|
|
|
|
|
2100, 2110, 71, 2103, 2102, 2106, 2105, 71, 71, 71,
|
|
|
|
|
71, 2111, 71, 71, 2113, 2112, 2121, 2115, 2119, 71,
|
|
|
|
|
2120, 71, 71, 2114, 71, 71, 2117, 2116, 2123, 71,
|
|
|
|
|
71, 2118, 71, 71, 2125, 71, 71, 2129, 2128, 2130,
|
|
|
|
|
71, 71, 2122, 2131, 2124, 2132, 71, 71, 71, 71,
|
|
|
|
|
2126, 71, 2127, 71, 71, 2133, 2134, 2138, 2139, 71,
|
|
|
|
|
71, 2142, 71, 71, 71, 2146, 71, 2143, 2135, 2137,
|
|
|
|
|
2136, 2141, 71, 71, 71, 2140, 2145, 71, 71, 2144,
|
|
|
|
|
2150, 71, 2152, 71, 71, 71, 2147, 2154, 71, 71,
|
|
|
|
|
|
|
|
|
|
2151, 71, 2156, 71, 2148, 71, 2155, 2149, 71, 2157,
|
|
|
|
|
71, 71, 2159, 2153, 71, 71, 2162, 2158, 2160, 2161,
|
|
|
|
|
2164, 71, 71, 71, 71, 71, 71, 71, 2163, 2165,
|
|
|
|
|
2169, 2167, 2170, 71, 2172, 71, 2173, 71, 71, 2168,
|
|
|
|
|
71, 2166, 71, 2178, 2176, 2174, 71, 2175, 2171, 71,
|
|
|
|
|
71, 2179, 71, 2180, 71, 2183, 71, 71, 2177, 2182,
|
|
|
|
|
2184, 71, 2187, 71, 71, 2181, 2186, 2188, 71, 2189,
|
|
|
|
|
2185, 71, 2191, 71, 71, 71, 2190, 2192, 71, 2193,
|
|
|
|
|
71, 71, 71, 71, 2194, 71, 2199, 2197, 71, 2196,
|
|
|
|
|
71, 71, 71, 2200, 71, 2195, 2201, 2198, 71, 71,
|
|
|
|
|
|
|
|
|
|
2206, 71, 71, 2204, 71, 2203, 71, 2205, 2202, 71,
|
|
|
|
|
2207, 2211, 71, 71, 71, 2215, 71, 71, 71, 71,
|
|
|
|
|
2220, 2208, 2213, 71, 2209, 2210, 71, 2219, 2212, 2214,
|
|
|
|
|
2221, 71, 71, 2217, 71, 71, 2216, 71, 71, 2218,
|
|
|
|
|
2222, 71, 2223, 2224, 71, 2226, 71, 2229, 2225, 2230,
|
|
|
|
|
71, 71, 2227, 2231, 71, 2232, 71, 2233, 71, 2228,
|
|
|
|
|
71, 71, 2236, 2237, 71, 2238, 71, 71, 2240, 71,
|
|
|
|
|
2239, 2234, 71, 2241, 2242, 71, 71, 2244, 71, 71,
|
|
|
|
|
2235, 71, 2247, 2248, 71, 71, 71, 2250, 71, 2249,
|
|
|
|
|
71, 2243, 2251, 71, 71, 2246, 71, 2245, 2256, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2255, 71, 71, 2258, 2259, 71, 2260, 2252,
|
|
|
|
|
2253, 71, 71, 71, 2254, 2262, 2264, 71, 71, 2261,
|
|
|
|
|
71, 71, 71, 2267, 2257, 2263, 2271, 71, 71, 71,
|
|
|
|
|
71, 71, 2275, 71, 2265, 2266, 2270, 2273, 2268, 71,
|
|
|
|
|
2276, 2269, 71, 2277, 71, 2278, 71, 2272, 71, 2274,
|
|
|
|
|
71, 71, 71, 2280, 71, 2286, 71, 71, 71, 2282,
|
|
|
|
|
2283, 2287, 2279, 2289, 71, 71, 71, 2291, 71, 71,
|
|
|
|
|
2281, 71, 2284, 2290, 2285, 2288, 2292, 71, 2293, 2295,
|
|
|
|
|
71, 2296, 71, 2294, 71, 71, 71, 2299, 2303, 71,
|
|
|
|
|
71, 2297, 2300, 71, 71, 2302, 71, 71, 2301, 2298,
|
|
|
|
|
|
|
|
|
|
71, 71, 2305, 2304, 71, 2309, 71, 2310, 71, 2307,
|
|
|
|
|
71, 2315, 71, 2311, 71, 2312, 71, 2313, 2316, 71,
|
|
|
|
|
2314, 2306, 2308, 2317, 71, 71, 71, 71, 2319, 2322,
|
|
|
|
|
71, 2321, 2323, 2320, 2318, 71, 71, 2325, 71, 71,
|
|
|
|
|
71, 2324, 71, 71, 2330, 2328, 2332, 71, 2326, 71,
|
|
|
|
|
71, 71, 2335, 71, 71, 71, 71, 71, 2338, 71,
|
|
|
|
|
2327, 2329, 71, 71, 2339, 71, 2334, 2331, 2333, 2336,
|
|
|
|
|
2337, 2342, 71, 2345, 71, 2340, 71, 2343, 2347, 71,
|
|
|
|
|
71, 2341, 2348, 71, 2350, 71, 71, 71, 2353, 71,
|
|
|
|
|
71, 2344, 2352, 71, 71, 2346, 71, 2357, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 2349, 2351, 2360, 71, 2361, 71, 71, 71, 2362,
|
|
|
|
|
2354, 71, 2358, 2356, 71, 71, 2355, 2367, 71, 71,
|
|
|
|
|
2365, 2359, 2368, 71, 2369, 71, 2372, 2363, 2373, 71,
|
|
|
|
|
2364, 71, 71, 71, 2366, 2371, 2374, 2370, 2375, 71,
|
|
|
|
|
71, 71, 2380, 71, 71, 2377, 2378, 71, 71, 2376,
|
|
|
|
|
2383, 71, 2384, 71, 2386, 71, 2387, 71, 2379, 71,
|
|
|
|
|
2381, 2382, 71, 71, 2388, 71, 2385, 71, 2390, 2391,
|
|
|
|
|
71, 2392, 71, 2393, 71, 71, 2389, 2395, 71, 71,
|
|
|
|
|
2394, 71, 2398, 71, 2396, 2399, 71, 71, 71, 2397,
|
|
|
|
|
2403, 71, 71, 2400, 2406, 71, 2402, 2404, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2405, 2401, 2408, 71, 2407, 71, 71, 71,
|
|
|
|
|
71, 71, 2409, 2412, 71, 2410, 2414, 71, 71, 2411,
|
|
|
|
|
2416, 2413, 2415, 71, 71, 71, 71, 71, 71, 2426,
|
|
|
|
|
71, 2417, 2424, 2427, 71, 2442, 2419, 2418, 2613, 2420,
|
|
|
|
|
71, 2421, 2422, 71, 2428, 71, 2423, 2433, 2425, 2429,
|
|
|
|
|
71, 2430, 71, 2431, 2432, 71, 71, 2434, 71, 2437,
|
|
|
|
|
71, 71, 71, 2435, 71, 71, 2439, 71, 2438, 2436,
|
|
|
|
|
71, 2443, 2444, 71, 2445, 71, 71, 71, 2452, 2440,
|
|
|
|
|
71, 2447, 2446, 2441, 71, 2450, 2448, 71, 71, 2449,
|
|
|
|
|
2451, 71, 71, 71, 71, 2459, 71, 2456, 2457, 2460,
|
|
|
|
|
|
|
|
|
|
71, 71, 2454, 2461, 71, 2453, 2462, 71, 71, 2455,
|
|
|
|
|
2463, 71, 71, 2458, 2465, 71, 2467, 2464, 2466, 71,
|
|
|
|
|
71, 2469, 71, 71, 2468, 2471, 71, 71, 71, 71,
|
|
|
|
|
2473, 71, 2475, 71, 2478, 71, 2477, 2470, 71, 71,
|
|
|
|
|
71, 2472, 71, 2480, 71, 71, 71, 2476, 71, 2479,
|
|
|
|
|
2486, 2484, 71, 71, 2474, 71, 71, 71, 2481, 71,
|
|
|
|
|
2482, 2483, 71, 71, 2491, 2492, 71, 2485, 2490, 2488,
|
|
|
|
|
71, 2493, 2487, 71, 2494, 2495, 2489, 71, 71, 71,
|
|
|
|
|
71, 71, 2503, 71, 71, 2496, 71, 71, 2497, 2505,
|
|
|
|
|
71, 71, 2506, 2498, 2500, 2502, 2504, 2507, 71, 71,
|
|
|
|
|
|
|
|
|
|
2501, 2508, 71, 2499, 2510, 2509, 71, 71, 71, 2511,
|
|
|
|
|
71, 2516, 2512, 2513, 71, 2518, 71, 71, 71, 71,
|
|
|
|
|
71, 2522, 71, 71, 2514, 2515, 71, 2523, 2517, 71,
|
|
|
|
|
2526, 2524, 71, 2527, 2520, 71, 71, 2519, 2521, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 2528, 2533, 2525, 71,
|
|
|
|
|
2535, 71, 71, 2529, 2530, 71, 2532, 71, 71, 71,
|
|
|
|
|
2546, 2531, 71, 2540, 2534, 2537, 71, 2541, 2536, 2542,
|
|
|
|
|
2538, 2544, 71, 71, 2539, 71, 71, 2547, 2543, 71,
|
|
|
|
|
2545, 71, 71, 2552, 2548, 71, 2549, 2550, 71, 71,
|
|
|
|
|
2553, 71, 2551, 2554, 71, 2555, 71, 71, 71, 2560,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 2557, 71, 71, 71, 2556, 71, 2563,
|
|
|
|
|
2564, 71, 71, 71, 2562, 2565, 2558, 2559, 2566, 2561,
|
|
|
|
|
71, 2568, 71, 2569, 71, 2567, 2570, 71, 2571, 2572,
|
|
|
|
|
71, 2575, 71, 71, 2577, 2573, 71, 2578, 2574, 71,
|
|
|
|
|
71, 71, 2582, 71, 2579, 71, 71, 2580, 2584, 71,
|
|
|
|
|
2583, 2576, 2585, 71, 71, 71, 2586, 71, 71, 71,
|
|
|
|
|
2581, 2587, 2589, 2591, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
2593, 2594, 71, 2597, 2588, 2598, 71, 2590, 2592, 71,
|
|
|
|
|
71, 2601, 2602, 71, 71, 71, 2595, 2596, 2599, 2604,
|
|
|
|
|
71, 2603, 2605, 71, 71, 71, 71, 71, 2600, 2613,
|
|
|
|
|
|
|
|
|
|
2607, 2606, 2608, 2613, 2609, 2611, 71, 2612, 71, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2610, 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, 2613, 74, 74, 74, 74, 140, 140,
|
|
|
|
|
2613, 2613, 2613, 140, 140, 142, 142, 2613, 2613, 142,
|
|
|
|
|
2613, 142, 144, 2613, 2613, 2613, 2613, 2613, 144, 147,
|
|
|
|
|
147, 2613, 2613, 2613, 147, 147, 149, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 149, 151, 151, 2613, 151, 151, 151, 151,
|
|
|
|
|
|
|
|
|
|
75, 75, 2613, 75, 75, 75, 75, 13, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[5149] =
|
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-05-28 10:15:06 -04:00
|
|
|
10, 10, 15, 25, 9, 29, 15, 25, 2619, 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-05-28 10:15:06 -04:00
|
|
|
34, 21, 23, 24, 12, 23, 24, 902, 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-05-28 10:15:06 -04:00
|
|
|
64, 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-05-28 10:15:06 -04:00
|
|
|
324, 321, 330, 327, 369, 324, 326, 325, 369, 326,
|
|
|
|
|
328, 329, 59, 335, 321, 325, 330, 321, 332, 321,
|
|
|
|
|
333, 332, 326, 327, 336, 326, 329, 326, 335, 326,
|
|
|
|
|
|
|
|
|
|
337, 328, 340, 336, 333, 337, 337, 332, 334, 338,
|
|
|
|
|
334, 334, 339, 341, 345, 338, 342, 343, 346, 350,
|
|
|
|
|
334, 340, 334, 334, 334, 342, 344, 334, 341, 347,
|
|
|
|
|
351, 348, 344, 339, 352, 356, 343, 348, 346, 350,
|
|
|
|
|
345, 348, 353, 347, 354, 355, 357, 353, 358, 352,
|
|
|
|
|
351, 355, 360, 361, 359, 356, 362, 365, 357, 354,
|
|
|
|
|
359, 362, 358, 363, 363, 364, 363, 366, 367, 361,
|
|
|
|
|
368, 370, 368, 365, 372, 370, 373, 360, 371, 371,
|
|
|
|
|
374, 375, 367, 366, 376, 364, 378, 377, 382, 372,
|
|
|
|
|
370, 378, 373, 376, 380, 375, 377, 379, 374, 381,
|
|
|
|
|
|
|
|
|
|
386, 379, 383, 380, 376, 381, 376, 384, 383, 382,
|
|
|
|
|
385, 384, 387, 387, 388, 385, 389, 390, 391, 391,
|
|
|
|
|
386, 389, 392, 394, 396, 393, 395, 388, 392, 393,
|
|
|
|
|
390, 395, 398, 396, 397, 399, 400, 401, 402, 402,
|
|
|
|
|
403, 401, 404, 408, 394, 403, 397, 410, 400, 405,
|
|
|
|
|
405, 409, 398, 399, 407, 407, 410, 411, 412, 409,
|
|
|
|
|
414, 415, 416, 404, 408, 417, 418, 419, 421, 420,
|
|
|
|
|
412, 417, 424, 419, 420, 418, 416, 411, 414, 422,
|
|
|
|
|
414, 415, 421, 423, 427, 425, 429, 422, 425, 423,
|
|
|
|
|
422, 426, 424, 430, 428, 433, 431, 426, 427, 428,
|
|
|
|
|
|
|
|
|
|
431, 432, 434, 435, 436, 440, 432, 434, 429, 438,
|
|
|
|
|
433, 441, 439, 442, 430, 426, 441, 443, 444, 435,
|
|
|
|
|
447, 440, 443, 436, 437, 437, 445, 446, 442, 438,
|
|
|
|
|
437, 439, 437, 446, 444, 445, 447, 449, 446, 448,
|
|
|
|
|
437, 451, 448, 437, 437, 450, 450, 452, 452, 453,
|
|
|
|
|
437, 454, 455, 456, 457, 458, 459, 449, 460, 461,
|
|
|
|
|
458, 464, 462, 454, 453, 459, 451, 455, 462, 465,
|
|
|
|
|
464, 467, 456, 465, 461, 466, 457, 460, 468, 469,
|
|
|
|
|
470, 466, 471, 467, 472, 473, 474, 476, 475, 473,
|
|
|
|
|
475, 477, 477, 468, 470, 476, 479, 471, 469, 474,
|
|
|
|
|
|
|
|
|
|
478, 480, 472, 481, 483, 484, 478, 480, 479, 482,
|
|
|
|
|
484, 485, 482, 486, 485, 481, 488, 487, 489, 483,
|
|
|
|
|
496, 488, 488, 490, 490, 491, 491, 498, 492, 486,
|
|
|
|
|
501, 489, 486, 487, 492, 493, 493, 494, 494, 495,
|
|
|
|
|
499, 496, 497, 502, 508, 495, 498, 497, 499, 500,
|
|
|
|
|
503, 504, 500, 501, 503, 505, 506, 504, 507, 505,
|
|
|
|
|
509, 511, 502, 507, 508, 510, 509, 513, 512, 515,
|
|
|
|
|
510, 512, 514, 514, 506, 511, 512, 516, 517, 518,
|
|
|
|
|
512, 519, 516, 517, 520, 513, 521, 515, 522, 526,
|
|
|
|
|
520, 522, 524, 518, 523, 521, 519, 524, 523, 525,
|
|
|
|
|
|
|
|
|
|
527, 528, 529, 531, 525, 526, 528, 530, 530, 532,
|
|
|
|
|
534, 533, 531, 527, 536, 535, 534, 536, 539, 540,
|
|
|
|
|
523, 535, 529, 533, 537, 532, 538, 537, 541, 547,
|
|
|
|
|
542, 538, 543, 540, 541, 542, 539, 544, 543, 545,
|
|
|
|
|
544, 546, 547, 548, 545, 549, 546, 546, 550, 551,
|
|
|
|
|
552, 556, 553, 560, 550, 554, 548, 553, 554, 552,
|
|
|
|
|
555, 562, 557, 556, 549, 549, 555, 557, 551, 558,
|
|
|
|
|
559, 559, 564, 554, 558, 558, 565, 561, 560, 561,
|
|
|
|
|
562, 563, 566, 563, 567, 568, 570, 569, 572, 571,
|
|
|
|
|
564, 569, 573, 576, 565, 570, 574, 575, 577, 576,
|
|
|
|
|
|
|
|
|
|
566, 578, 582, 567, 571, 568, 572, 579, 574, 580,
|
|
|
|
|
581, 573, 575, 584, 584, 583, 586, 577, 585, 587,
|
|
|
|
|
578, 582, 585, 589, 590, 579, 588, 580, 581, 583,
|
|
|
|
|
587, 588, 591, 592, 597, 586, 593, 594, 54, 589,
|
|
|
|
|
592, 593, 595, 590, 594, 591, 596, 595, 598, 599,
|
|
|
|
|
600, 596, 597, 601, 602, 598, 603, 604, 599, 605,
|
|
|
|
|
604, 603, 601, 605, 600, 606, 602, 607, 608, 610,
|
|
|
|
|
609, 611, 611, 612, 612, 616, 607, 613, 613, 606,
|
|
|
|
|
614, 617, 612, 608, 609, 618, 620, 617, 619, 614,
|
|
|
|
|
610, 621, 619, 622, 616, 623, 624, 625, 620, 622,
|
|
|
|
|
|
|
|
|
|
626, 629, 632, 623, 635, 618, 627, 53, 637, 621,
|
|
|
|
|
640, 627, 637, 635, 624, 627, 629, 636, 627, 632,
|
|
|
|
|
626, 640, 625, 636, 641, 627, 638, 638, 627, 639,
|
|
|
|
|
639, 642, 645, 643, 646, 648, 48, 645, 641, 643,
|
|
|
|
|
647, 649, 650, 650, 649, 652, 652, 653, 654, 654,
|
|
|
|
|
651, 642, 644, 644, 644, 646, 644, 651, 647, 644,
|
|
|
|
|
648, 655, 653, 660, 644, 656, 655, 657, 656, 659,
|
|
|
|
|
644, 644, 657, 658, 661, 658, 662, 664, 661, 663,
|
|
|
|
|
666, 659, 660, 665, 665, 664, 667, 668, 670, 669,
|
|
|
|
|
671, 671, 43, 670, 674, 666, 662, 672, 663, 674,
|
|
|
|
|
|
|
|
|
|
667, 669, 672, 672, 675, 668, 676, 678, 677, 679,
|
|
|
|
|
675, 677, 676, 678, 680, 681, 682, 679, 683, 684,
|
|
|
|
|
686, 682, 680, 685, 685, 683, 687, 689, 691, 686,
|
|
|
|
|
688, 692, 694, 681, 687, 697, 688, 691, 684, 693,
|
|
|
|
|
692, 694, 695, 696, 693, 695, 689, 698, 696, 697,
|
|
|
|
|
699, 699, 700, 702, 701, 703, 706, 704, 706, 708,
|
|
|
|
|
704, 709, 702, 707, 707, 710, 709, 700, 704, 711,
|
|
|
|
|
712, 713, 698, 701, 714, 715, 718, 716, 717, 703,
|
|
|
|
|
708, 716, 719, 721, 715, 720, 710, 722, 725, 711,
|
|
|
|
|
712, 719, 723, 713, 714, 718, 717, 720, 723, 724,
|
|
|
|
|
|
|
|
|
|
724, 722, 721, 726, 727, 728, 729, 730, 725, 732,
|
|
|
|
|
733, 731, 734, 730, 736, 732, 735, 737, 734, 739,
|
|
|
|
|
735, 740, 740, 726, 727, 731, 729, 728, 741, 737,
|
|
|
|
|
733, 738, 742, 736, 741, 742, 738, 737, 743, 744,
|
|
|
|
|
739, 745, 746, 747, 747, 748, 749, 745, 750, 750,
|
|
|
|
|
751, 749, 744, 752, 753, 753, 743, 752, 754, 755,
|
|
|
|
|
759, 756, 746, 748, 757, 751, 756, 760, 762, 763,
|
|
|
|
|
765, 765, 766, 768, 767, 788, 766, 770, 769, 755,
|
|
|
|
|
754, 760, 769, 757, 759, 784, 784, 772, 762, 767,
|
|
|
|
|
763, 764, 770, 788, 764, 780, 764, 774, 768, 771,
|
|
|
|
|
|
|
|
|
|
764, 772, 764, 773, 771, 776, 775, 764, 773, 773,
|
|
|
|
|
775, 774, 764, 777, 778, 779, 780, 781, 777, 778,
|
|
|
|
|
776, 782, 787, 790, 783, 794, 794, 782, 777, 779,
|
|
|
|
|
783, 781, 785, 786, 793, 790, 14, 785, 792, 786,
|
|
|
|
|
791, 787, 789, 789, 795, 791, 793, 796, 789, 795,
|
|
|
|
|
789, 797, 792, 798, 799, 796, 800, 800, 803, 801,
|
|
|
|
|
805, 789, 789, 801, 803, 797, 804, 806, 789, 804,
|
|
|
|
|
807, 809, 798, 799, 810, 811, 807, 808, 812, 805,
|
|
|
|
|
806, 813, 808, 810, 811, 815, 814, 813, 816, 817,
|
|
|
|
|
809, 818, 819, 816, 812, 814, 822, 820, 821, 824,
|
|
|
|
|
|
|
|
|
|
826, 827, 822, 828, 815, 818, 820, 821, 829, 817,
|
|
|
|
|
833, 830, 819, 831, 826, 824, 830, 832, 831, 833,
|
|
|
|
|
827, 828, 832, 829, 834, 834, 835, 836, 838, 839,
|
|
|
|
|
841, 842, 835, 841, 839, 839, 843, 840, 840, 844,
|
|
|
|
|
836, 840, 845, 846, 838, 842, 847, 848, 849, 851,
|
|
|
|
|
850, 13, 847, 850, 849, 845, 843, 844, 846, 852,
|
|
|
|
|
853, 854, 857, 855, 852, 853, 856, 848, 855, 859,
|
|
|
|
|
851, 856, 860, 861, 857, 859, 862, 854, 864, 861,
|
|
|
|
|
863, 863, 862, 865, 867, 868, 866, 864, 860, 866,
|
|
|
|
|
869, 871, 870, 872, 876, 873, 880, 871, 874, 872,
|
|
|
|
|
|
|
|
|
|
873, 865, 867, 874, 868, 870, 879, 877, 878, 878,
|
|
|
|
|
869, 883, 876, 877, 880, 879, 881, 882, 884, 881,
|
|
|
|
|
882, 885, 883, 886, 887, 888, 889, 890, 890, 886,
|
|
|
|
|
887, 889, 891, 885, 892, 893, 884, 894, 895, 897,
|
|
|
|
|
888, 894, 898, 896, 900, 901, 901, 893, 892, 905,
|
|
|
|
|
903, 891, 896, 904, 906, 909, 895, 907, 897, 906,
|
|
|
|
|
913, 905, 913, 900, 903, 910, 907, 898, 904, 908,
|
|
|
|
|
908, 910, 911, 915, 912, 909, 914, 916, 911, 912,
|
|
|
|
|
917, 914, 918, 919, 921, 917, 920, 915, 922, 923,
|
|
|
|
|
923, 916, 924, 920, 925, 926, 927, 918, 996, 921,
|
|
|
|
|
|
|
|
|
|
996, 926, 919, 928, 930, 930, 924, 922, 928, 931,
|
|
|
|
|
933, 932, 925, 935, 931, 938, 927, 928, 932, 928,
|
|
|
|
|
934, 936, 928, 934, 933, 940, 944, 937, 939, 0,
|
|
|
|
|
936, 935, 937, 939, 938, 942, 942, 943, 945, 947,
|
|
|
|
|
948, 946, 943, 945, 940, 946, 944, 949, 947, 950,
|
|
|
|
|
951, 952, 953, 954, 955, 948, 956, 957, 952, 959,
|
|
|
|
|
960, 950, 958, 957, 953, 951, 949, 961, 964, 966,
|
|
|
|
|
0, 970, 954, 965, 956, 955, 961, 958, 963, 959,
|
|
|
|
|
960, 965, 964, 967, 963, 968, 969, 971, 967, 966,
|
|
|
|
|
970, 969, 969, 972, 973, 973, 975, 968, 977, 976,
|
|
|
|
|
|
|
|
|
|
979, 971, 978, 978, 977, 979, 972, 974, 976, 975,
|
|
|
|
|
980, 988, 974, 981, 985, 974, 974, 982, 981, 980,
|
|
|
|
|
974, 989, 982, 983, 983, 988, 974, 986, 984, 990,
|
|
|
|
|
974, 984, 987, 984, 985, 990, 986, 987, 991, 989,
|
|
|
|
|
992, 994, 993, 997, 991, 992, 993, 995, 995, 999,
|
|
|
|
|
994, 1000, 1001, 999, 997, 994, 1002, 994, 1003, 994,
|
|
|
|
|
1004, 994, 1005, 1003, 1003, 1002, 1000, 1005, 1007, 1006,
|
|
|
|
|
1001, 1008, 1009, 1010, 1011, 1012, 1014, 1007, 1013, 1015,
|
|
|
|
|
1012, 1010, 1004, 1006, 1016, 1014, 1018, 1018, 1011, 1017,
|
|
|
|
|
1008, 1009, 1013, 1019, 1017, 1020, 1020, 1015, 1021, 1023,
|
|
|
|
|
|
|
|
|
|
1021, 1024, 1023, 1025, 1026, 1026, 1024, 1027, 1019, 1016,
|
|
|
|
|
1028, 1028, 1029, 1030, 1031, 1032, 1032, 1029, 1033, 1034,
|
|
|
|
|
0, 1035, 1025, 1035, 1034, 1037, 1038, 1027, 1037, 1043,
|
|
|
|
|
1043, 1038, 1039, 1040, 1030, 1031, 1044, 1039, 1033, 1041,
|
|
|
|
|
1042, 1040, 1045, 1046, 1041, 1042, 1047, 1049, 1045, 1050,
|
|
|
|
|
1046, 1051, 1052, 1049, 1044, 1050, 1051, 1053, 1052, 1047,
|
|
|
|
|
1054, 1055, 1056, 1056, 1057, 1059, 1053, 1060, 1061, 1062,
|
|
|
|
|
1063, 1065, 1055, 1066, 1061, 1062, 1063, 1065, 1067, 1054,
|
|
|
|
|
1068, 1069, 1070, 1072, 1057, 1059, 1073, 1066, 1071, 1071,
|
|
|
|
|
1060, 1074, 1068, 1066, 1075, 1069, 1076, 1076, 1067, 1075,
|
|
|
|
|
|
|
|
|
|
1070, 1077, 1078, 1072, 1080, 1084, 1082, 1078, 1081, 1074,
|
|
|
|
|
1083, 1073, 1085, 1081, 1081, 1082, 1086, 1087, 1083, 1084,
|
|
|
|
|
1093, 1089, 1087, 1080, 1077, 1087, 1088, 1085, 1088, 1091,
|
|
|
|
|
1090, 1086, 1092, 1091, 1086, 1089, 1090, 1094, 1095, 1093,
|
|
|
|
|
1096, 1097, 1098, 1092, 1100, 1096, 1101, 1102, 1102, 1103,
|
|
|
|
|
1104, 1105, 1107, 1103, 1106, 1108, 1095, 1109, 1100, 1097,
|
|
|
|
|
1110, 1111, 1098, 1094, 1101, 1115, 1106, 1113, 1104, 1108,
|
|
|
|
|
1105, 1107, 1109, 1112, 1113, 1110, 1114, 1116, 1112, 1118,
|
|
|
|
|
1111, 1114, 1119, 1115, 1117, 1117, 1116, 1120, 1119, 1128,
|
|
|
|
|
1121, 1122, 1123, 1128, 1118, 1121, 1129, 1122, 1123, 1124,
|
|
|
|
|
|
|
|
|
|
1124, 1125, 1125, 1127, 1127, 1129, 1130, 1131, 1120, 1133,
|
|
|
|
|
1132, 1134, 1134, 1135, 1136, 1137, 1133, 1138, 1139, 1142,
|
|
|
|
|
1137, 1131, 1136, 1140, 1130, 1132, 1143, 1144, 1140, 1140,
|
|
|
|
|
1141, 1138, 1145, 1135, 1146, 1141, 1141, 1139, 1147, 1142,
|
|
|
|
|
1149, 1148, 1150, 1151, 1152, 1143, 1144, 1148, 1153, 1151,
|
|
|
|
|
1152, 1145, 1154, 1155, 1146, 1156, 1147, 1158, 1162, 1157,
|
|
|
|
|
1159, 1150, 1160, 1160, 1164, 1161, 1149, 1153, 1161, 1164,
|
|
|
|
|
1162, 1154, 1155, 1157, 1156, 1159, 1163, 1163, 1158, 1165,
|
|
|
|
|
1166, 1167, 1168, 1165, 1171, 1169, 1172, 1169, 1173, 1171,
|
|
|
|
|
1167, 1169, 1180, 1166, 1174, 1168, 1175, 1175, 1176, 1181,
|
|
|
|
|
|
|
|
|
|
1177, 1172, 1178, 1176, 1169, 1177, 1178, 1179, 1173, 1182,
|
|
|
|
|
1174, 1179, 1180, 1183, 1184, 1184, 1186, 1181, 1188, 1183,
|
|
|
|
|
1189, 1190, 1190, 1206, 1191, 1189, 1193, 1193, 1196, 1182,
|
|
|
|
|
1191, 1195, 1195, 1197, 1186, 1199, 1200, 1200, 1199, 1188,
|
|
|
|
|
1201, 1202, 1203, 1203, 1196, 1204, 1202, 1205, 1206, 1197,
|
|
|
|
|
1207, 1207, 1208, 1209, 1210, 1211, 1211, 1213, 1209, 1215,
|
|
|
|
|
1212, 1201, 1205, 1204, 1212, 1216, 1208, 1214, 1214, 1210,
|
|
|
|
|
1217, 1218, 1223, 1219, 1217, 1222, 1216, 1213, 1219, 1221,
|
|
|
|
|
1221, 1215, 1224, 1225, 1226, 1229, 1223, 1227, 1227, 1228,
|
|
|
|
|
1218, 1230, 1233, 1222, 1228, 1231, 1237, 1225, 1232, 1241,
|
|
|
|
|
|
|
|
|
|
1241, 1224, 1224, 1232, 1231, 1229, 1234, 1236, 1234, 1226,
|
|
|
|
|
1235, 1230, 1233, 1236, 1238, 1235, 1237, 1240, 1242, 1243,
|
|
|
|
|
1238, 1245, 1246, 1246, 1248, 1243, 1247, 1247, 1249, 1250,
|
|
|
|
|
1251, 1240, 1254, 1251, 1252, 1252, 1253, 1242, 1248, 1260,
|
|
|
|
|
1263, 1263, 0, 1256, 1250, 1245, 1249, 1255, 1253, 1256,
|
|
|
|
|
1255, 1257, 1254, 1255, 1258, 1259, 1257, 1266, 1261, 1267,
|
|
|
|
|
1259, 1261, 1262, 1258, 1260, 1255, 1264, 1264, 1262, 1265,
|
|
|
|
|
1266, 1268, 1269, 1270, 1265, 1271, 1273, 1267, 1272, 1270,
|
|
|
|
|
1274, 1271, 1273, 1272, 1275, 1276, 1276, 1278, 1277, 1275,
|
|
|
|
|
1268, 1279, 1269, 1277, 1280, 1281, 1282, 1286, 1285, 1287,
|
|
|
|
|
|
|
|
|
|
1283, 1289, 1284, 1274, 1285, 1278, 1288, 1291, 1291, 1281,
|
|
|
|
|
1282, 1279, 1283, 1292, 1280, 1284, 1293, 1286, 1296, 1287,
|
|
|
|
|
1288, 1293, 1289, 1294, 1294, 1295, 1297, 1298, 1299, 1300,
|
|
|
|
|
1302, 1301, 1296, 1292, 1305, 1303, 1307, 1299, 1301, 1302,
|
|
|
|
|
1295, 1313, 1302, 1314, 1300, 1298, 1308, 1308, 1314, 1305,
|
|
|
|
|
1297, 1303, 1309, 1309, 1305, 1310, 1311, 1311, 1310, 1312,
|
|
|
|
|
1313, 1307, 1315, 1317, 1316, 1318, 1319, 1321, 1321, 1322,
|
|
|
|
|
1320, 1323, 1312, 1316, 1318, 1319, 1320, 1318, 1315, 1324,
|
|
|
|
|
1325, 1327, 1317, 1326, 1323, 1329, 1330, 1331, 1331, 1322,
|
|
|
|
|
1332, 1333, 0, 1327, 1325, 1337, 1334, 1324, 1342, 1326,
|
|
|
|
|
|
|
|
|
|
1333, 1334, 1335, 1335, 1330, 1338, 1332, 1336, 1343, 1339,
|
|
|
|
|
1329, 1344, 1342, 1337, 1343, 1340, 1336, 1335, 1346, 1336,
|
|
|
|
|
1340, 1340, 1345, 1345, 1346, 1347, 1338, 1339, 1348, 1344,
|
|
|
|
|
1347, 1349, 1351, 1352, 1348, 1353, 1354, 1349, 1358, 1355,
|
|
|
|
|
1359, 1353, 1355, 1360, 1363, 1361, 1362, 1352, 1355, 1354,
|
|
|
|
|
1363, 1360, 1351, 1364, 1365, 1366, 1367, 1358, 1361, 1359,
|
|
|
|
|
1362, 1369, 1370, 1368, 1371, 1374, 1364, 1369, 1373, 1373,
|
|
|
|
|
1380, 1379, 1382, 1366, 1365, 1367, 1368, 1375, 1370, 1376,
|
|
|
|
|
1379, 1375, 1371, 1377, 1376, 1374, 1378, 1382, 1377, 1383,
|
|
|
|
|
1383, 1378, 1384, 1380, 1385, 1386, 1387, 1387, 1388, 1392,
|
|
|
|
|
|
|
|
|
|
1389, 1390, 1393, 1391, 1394, 1395, 1385, 1389, 1396, 1476,
|
|
|
|
|
1394, 1384, 1388, 1390, 1386, 1391, 1476, 1395, 1392, 1397,
|
|
|
|
|
1398, 1398, 1393, 1403, 1399, 1397, 1396, 1399, 1400, 1400,
|
|
|
|
|
1402, 1405, 1403, 1404, 1404, 1402, 1406, 1407, 1406, 1408,
|
|
|
|
|
1407, 1409, 1410, 1405, 1411, 1412, 1413, 1416, 1417, 1414,
|
|
|
|
|
1412, 1415, 1416, 1418, 1419, 1413, 1422, 1417, 1424, 1408,
|
|
|
|
|
1410, 1414, 1411, 1409, 1420, 1420, 1415, 1423, 1421, 1419,
|
|
|
|
|
1417, 1426, 1426, 1418, 1421, 1427, 1427, 1422, 1424, 1425,
|
|
|
|
|
1429, 1425, 1428, 1428, 1430, 1430, 1423, 1431, 1432, 1433,
|
|
|
|
|
1433, 1434, 1435, 1436, 1439, 1434, 1436, 1438, 1435, 1440,
|
|
|
|
|
|
|
|
|
|
1429, 1441, 1447, 1438, 1442, 1440, 1446, 1442, 1431, 1432,
|
|
|
|
|
1443, 1443, 1439, 1444, 1444, 1445, 1448, 1449, 1446, 1446,
|
|
|
|
|
1446, 1445, 1447, 1449, 1450, 1446, 1441, 1452, 1453, 1454,
|
|
|
|
|
1455, 1454, 1452, 1452, 1456, 1459, 1448, 1457, 1458, 1460,
|
|
|
|
|
1462, 1455, 1453, 1457, 1450, 1461, 1461, 1458, 1464, 1456,
|
|
|
|
|
1463, 1463, 1465, 1466, 1466, 1459, 1467, 1467, 1470, 1473,
|
|
|
|
|
1460, 1472, 1474, 1474, 1475, 1478, 1462, 1470, 1464, 1477,
|
|
|
|
|
1472, 1479, 1479, 1480, 1465, 1484, 1481, 1483, 1477, 1475,
|
|
|
|
|
1473, 1484, 1483, 1485, 1487, 1492, 1486, 1493, 1488, 1491,
|
|
|
|
|
1487, 1478, 1481, 1486, 1488, 1489, 1489, 1490, 1491, 1480,
|
|
|
|
|
|
|
|
|
|
1494, 1495, 1490, 1485, 1495, 1492, 1493, 1496, 1497, 1498,
|
|
|
|
|
1498, 1499, 1494, 1500, 1501, 1502, 1504, 1499, 1505, 1502,
|
|
|
|
|
1508, 1510, 1509, 1506, 1513, 1496, 1509, 1510, 1513, 1501,
|
|
|
|
|
1516, 1511, 1514, 1500, 1497, 1502, 1504, 1505, 1506, 1508,
|
|
|
|
|
1511, 1512, 1512, 1514, 1515, 1515, 1517, 1518, 1514, 1519,
|
|
|
|
|
1520, 1516, 1521, 1521, 1522, 1523, 1520, 1529, 1522, 1527,
|
|
|
|
|
1517, 1524, 1524, 1525, 1525, 1527, 1523, 1518, 1526, 1519,
|
|
|
|
|
1528, 1523, 1530, 1526, 1526, 1531, 1528, 1533, 1534, 1535,
|
|
|
|
|
1536, 1531, 1534, 1529, 1530, 1538, 1537, 1539, 1540, 1533,
|
|
|
|
|
1542, 1535, 1537, 1539, 1543, 1546, 1544, 1550, 1546, 1589,
|
|
|
|
|
|
|
|
|
|
1540, 1544, 1542, 1547, 1547, 1536, 1551, 1538, 1548, 1548,
|
|
|
|
|
1549, 1549, 1551, 1543, 1552, 1589, 1553, 1550, 1554, 1555,
|
|
|
|
|
1552, 1553, 1557, 1559, 1554, 1560, 1559, 1557, 1555, 1562,
|
|
|
|
|
1563, 1564, 1565, 1565, 1566, 1567, 1564, 1560, 1570, 1568,
|
|
|
|
|
1567, 1562, 1563, 1566, 1568, 1569, 1569, 1571, 1572, 1573,
|
|
|
|
|
1574, 1577, 1575, 1576, 1574, 1580, 1571, 1575, 1570, 1576,
|
|
|
|
|
1579, 1579, 1581, 1583, 1584, 1577, 1572, 1582, 1573, 1587,
|
|
|
|
|
1587, 1581, 1579, 1580, 1590, 1583, 1582, 1584, 1592, 1594,
|
|
|
|
|
1593, 1595, 1596, 1596, 1597, 1594, 1597, 1598, 1598, 1599,
|
|
|
|
|
1590, 1602, 1601, 1592, 1593, 1603, 1603, 1599, 1595, 1601,
|
|
|
|
|
|
|
|
|
|
1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1613, 1604,
|
|
|
|
|
1617, 1602, 1614, 1611, 1606, 1607, 1608, 1615, 1615, 1616,
|
|
|
|
|
1618, 1610, 1605, 1618, 1614, 1620, 1611, 1619, 1613, 1622,
|
|
|
|
|
1617, 1609, 1619, 1623, 1622, 1623, 1624, 1616, 1625, 1626,
|
|
|
|
|
1628, 1629, 1630, 1625, 1630, 1620, 1626, 1632, 1634, 1628,
|
|
|
|
|
1633, 1633, 1635, 1629, 1624, 1637, 1636, 1635, 1636, 1638,
|
|
|
|
|
1637, 1632, 1639, 1640, 1638, 1641, 1643, 1642, 1644, 1646,
|
|
|
|
|
1647, 1641, 1642, 1651, 1634, 1650, 1644, 1648, 1648, 1643,
|
|
|
|
|
1639, 1649, 1649, 1640, 1647, 1652, 0, 1653, 1646, 1655,
|
|
|
|
|
1650, 1652, 1653, 1651, 1654, 1657, 1654, 1655, 1656, 1656,
|
|
|
|
|
|
|
|
|
|
1658, 1658, 1659, 1659, 1660, 1655, 1661, 1657, 1662, 1663,
|
|
|
|
|
1662, 1664, 1664, 1660, 1665, 1661, 1666, 1668, 1661, 1669,
|
|
|
|
|
1670, 1672, 1673, 1665, 1669, 1670, 1674, 1675, 1666, 1668,
|
|
|
|
|
1663, 1676, 1679, 1680, 1672, 1683, 1678, 1679, 1680, 1686,
|
|
|
|
|
1685, 1683, 1673, 1687, 1674, 1675, 1685, 1676, 1678, 1688,
|
|
|
|
|
1689, 1690, 1690, 1693, 1683, 1691, 1692, 1692, 1687, 1689,
|
|
|
|
|
1696, 1694, 1686, 1695, 1691, 1694, 1700, 0, 1695, 1700,
|
|
|
|
|
1697, 1698, 1693, 1696, 1688, 1697, 1697, 1698, 1699, 1701,
|
|
|
|
|
1702, 1705, 1705, 1707, 1699, 1708, 1708, 1701, 1706, 1706,
|
|
|
|
|
1709, 1709, 1707, 1710, 1711, 1712, 1719, 1713, 1714, 1714,
|
|
|
|
|
|
|
|
|
|
1702, 1712, 1713, 1706, 1715, 1710, 1718, 1716, 1722, 1715,
|
|
|
|
|
1718, 1720, 1711, 1716, 1706, 1720, 1719, 1723, 1724, 1725,
|
|
|
|
|
1726, 1727, 1723, 1731, 1728, 1726, 1729, 1729, 1730, 1733,
|
|
|
|
|
1732, 1734, 1730, 1722, 1725, 1732, 1740, 1735, 1731, 1727,
|
|
|
|
|
1728, 1724, 1735, 1736, 1736, 1738, 1739, 1741, 1742, 1743,
|
|
|
|
|
1734, 1744, 1745, 1747, 1756, 1733, 1748, 1748, 1749, 1740,
|
|
|
|
|
1751, 1749, 1750, 1744, 1738, 1739, 1752, 1742, 1747, 1756,
|
|
|
|
|
1743, 1741, 1757, 1745, 1751, 1750, 1753, 1753, 1764, 1752,
|
|
|
|
|
1754, 1754, 1755, 1755, 1759, 1757, 1758, 1758, 1760, 1760,
|
|
|
|
|
1761, 1765, 1763, 1759, 1766, 1761, 1759, 1763, 1764, 1767,
|
|
|
|
|
|
|
|
|
|
1767, 1768, 1768, 1769, 1770, 1770, 1766, 1771, 1772, 1772,
|
|
|
|
|
1775, 1765, 1773, 1773, 1774, 1774, 1776, 1780, 1778, 1779,
|
|
|
|
|
1779, 1782, 1769, 1778, 1775, 1771, 1781, 1781, 1783, 1784,
|
|
|
|
|
1785, 1785, 1784, 1787, 1783, 1776, 1780, 1786, 1786, 1782,
|
|
|
|
|
1788, 1789, 1790, 1790, 1792, 1793, 1785, 1794, 1797, 1795,
|
|
|
|
|
1796, 1796, 1787, 1795, 1798, 1788, 1799, 1801, 1801, 1802,
|
|
|
|
|
1789, 1804, 1794, 1803, 1792, 1805, 1815, 1797, 1793, 1798,
|
|
|
|
|
1803, 1799, 1806, 1806, 1807, 1804, 1808, 1810, 1808, 1802,
|
|
|
|
|
1811, 1812, 1813, 1807, 1814, 1811, 1812, 1815, 1816, 1810,
|
|
|
|
|
1817, 1805, 1821, 1816, 1818, 1817, 1819, 1814, 1820, 1818,
|
|
|
|
|
|
|
|
|
|
1822, 1823, 1827, 1820, 1829, 1824, 1825, 1813, 1829, 1826,
|
|
|
|
|
1823, 1819, 1831, 1822, 1824, 1825, 1827, 1821, 1826, 1828,
|
|
|
|
|
1833, 1834, 1834, 1837, 1835, 1828, 1836, 1836, 1839, 1833,
|
|
|
|
|
1835, 1840, 1831, 1841, 1841, 1836, 1842, 1843, 1845, 1846,
|
|
|
|
|
1848, 1847, 1852, 1837, 1839, 1837, 1843, 1840, 1851, 1853,
|
|
|
|
|
1845, 1842, 1848, 1851, 1850, 1846, 1847, 1850, 1854, 1854,
|
|
|
|
|
1862, 1853, 1852, 1856, 1856, 1857, 1858, 1859, 1857, 1860,
|
|
|
|
|
1864, 1858, 1865, 1859, 1862, 1860, 1861, 1861, 1863, 1863,
|
|
|
|
|
1866, 1869, 1864, 1867, 1867, 1869, 1865, 1870, 1871, 1871,
|
|
|
|
|
1870, 1872, 1873, 1874, 1876, 1877, 1872, 1874, 1880, 1866,
|
|
|
|
|
|
|
|
|
|
1879, 1881, 1878, 1882, 1879, 1883, 1881, 1884, 1886, 1882,
|
|
|
|
|
1896, 1883, 1873, 1888, 1876, 1877, 1878, 1887, 1880, 1888,
|
|
|
|
|
1889, 1890, 1887, 1890, 1886, 1884, 1893, 0, 1889, 1894,
|
|
|
|
|
1894, 1895, 1897, 1897, 1895, 1899, 1896, 1900, 1901, 1899,
|
|
|
|
|
1893, 1902, 1902, 1900, 1903, 1906, 1906, 1908, 1920, 1912,
|
|
|
|
|
1901, 1913, 1921, 1903, 1912, 1918, 1913, 1914, 1914, 1916,
|
|
|
|
|
1916, 1918, 1919, 1919, 1920, 1908, 1922, 1924, 1925, 1926,
|
|
|
|
|
1926, 1922, 1928, 1929, 1921, 1930, 1931, 1933, 1933, 1929,
|
|
|
|
|
1925, 1928, 1934, 1941, 1935, 1941, 1924, 1937, 1937, 1938,
|
|
|
|
|
1938, 1931, 1939, 1930, 1940, 1942, 1943, 1939, 1944, 1940,
|
|
|
|
|
|
|
|
|
|
1950, 1934, 1935, 1944, 1945, 1945, 1946, 1946, 1949, 1942,
|
|
|
|
|
1943, 1947, 1947, 1948, 1948, 1951, 1951, 1953, 1950, 1957,
|
|
|
|
|
1949, 1952, 1952, 1954, 1954, 1955, 1955, 1956, 1956, 1953,
|
|
|
|
|
1958, 1957, 1959, 1960, 1961, 1962, 1964, 1958, 1965, 1961,
|
|
|
|
|
1963, 1963, 1966, 1967, 1959, 1964, 1968, 1969, 1970, 1970,
|
|
|
|
|
1971, 1972, 1973, 1960, 1975, 1962, 1967, 1976, 1977, 1971,
|
|
|
|
|
1978, 1969, 1966, 1978, 1965, 0, 1972, 1973, 1979, 1980,
|
|
|
|
|
1968, 1981, 1975, 1988, 1980, 1990, 1981, 1982, 1982, 1976,
|
|
|
|
|
1993, 1977, 1979, 1983, 1983, 1984, 1984, 1987, 1987, 1989,
|
|
|
|
|
1992, 1988, 1994, 1995, 1990, 1996, 1997, 1998, 1993, 2002,
|
|
|
|
|
|
|
|
|
|
1989, 1999, 1999, 2004, 1996, 2001, 2001, 2005, 2002, 2008,
|
|
|
|
|
1992, 2003, 2003, 1995, 1994, 1998, 1997, 2006, 2007, 2009,
|
|
|
|
|
2010, 2004, 2011, 2016, 2006, 2005, 2014, 2008, 2012, 2012,
|
|
|
|
|
2013, 2013, 2014, 2007, 2015, 2017, 2010, 2009, 2016, 2018,
|
|
|
|
|
2019, 2011, 2020, 2021, 2018, 2022, 2027, 2022, 2021, 2023,
|
|
|
|
|
2023, 2024, 2015, 2024, 2017, 2025, 2025, 2029, 2030, 2034,
|
|
|
|
|
2019, 2031, 2020, 2038, 2035, 2027, 2029, 2035, 2036, 2036,
|
|
|
|
|
2037, 2039, 2039, 2040, 2042, 2044, 2044, 2040, 2030, 2034,
|
|
|
|
|
2031, 2038, 2043, 2045, 2047, 2037, 2043, 2048, 2051, 2042,
|
|
|
|
|
2049, 2049, 2052, 2052, 2053, 2062, 2045, 2054, 2054, 2063,
|
|
|
|
|
|
|
|
|
|
2051, 2055, 2056, 2056, 2047, 2064, 2055, 2048, 2061, 2061,
|
|
|
|
|
2065, 2069, 2063, 2053, 2070, 2071, 2069, 2062, 2064, 2065,
|
|
|
|
|
2071, 2072, 2073, 2074, 2076, 2077, 2084, 2078, 2070, 2072,
|
|
|
|
|
2077, 2074, 2078, 2079, 2080, 2080, 2081, 2081, 2082, 2076,
|
|
|
|
|
2085, 2073, 2083, 2086, 2084, 2082, 2087, 2083, 2079, 2086,
|
|
|
|
|
2089, 2087, 2088, 2088, 2090, 2091, 2091, 2095, 2085, 2090,
|
|
|
|
|
2092, 2092, 2097, 2096, 2098, 2089, 2096, 2097, 2097, 2098,
|
|
|
|
|
2095, 2099, 2100, 2101, 2102, 2103, 2099, 2101, 2100, 2102,
|
|
|
|
|
2104, 2105, 2106, 2109, 2103, 2107, 2109, 2106, 2111, 2105,
|
|
|
|
|
2113, 2112, 2114, 2111, 2115, 2104, 2112, 2107, 2116, 2117,
|
|
|
|
|
|
|
|
|
|
2117, 2118, 2121, 2115, 2122, 2114, 2123, 2116, 2113, 2125,
|
|
|
|
|
2118, 2124, 2124, 2126, 2127, 2128, 2128, 2129, 2131, 2133,
|
|
|
|
|
2135, 2121, 2126, 2134, 2122, 2123, 2135, 2134, 2125, 2127,
|
|
|
|
|
2136, 2136, 2137, 2131, 2140, 2141, 2129, 2138, 2144, 2133,
|
|
|
|
|
2137, 2143, 2138, 2140, 2145, 2143, 2147, 2147, 2141, 2148,
|
|
|
|
|
2148, 2155, 2144, 2149, 2149, 2151, 2151, 2153, 2153, 2145,
|
|
|
|
|
2157, 2158, 2158, 2159, 2159, 2160, 2160, 2161, 2162, 2162,
|
|
|
|
|
2161, 2155, 2163, 2163, 2164, 2164, 2165, 2166, 2166, 2167,
|
|
|
|
|
2157, 2168, 2169, 2170, 2170, 2171, 2175, 2174, 2169, 2171,
|
|
|
|
|
2176, 2165, 2174, 2174, 2177, 2168, 2178, 2167, 2179, 2180,
|
|
|
|
|
|
|
|
|
|
2189, 2181, 2178, 2185, 2179, 2181, 2182, 2182, 2185, 2175,
|
|
|
|
|
2176, 2186, 2187, 2190, 2177, 2187, 2190, 2191, 2192, 2186,
|
|
|
|
|
2193, 2194, 2195, 2192, 2180, 2189, 2196, 2196, 2197, 2198,
|
|
|
|
|
2199, 2200, 2200, 2207, 2191, 2191, 2195, 2198, 2193, 2201,
|
|
|
|
|
2201, 2194, 2202, 2202, 2203, 2203, 2204, 2197, 2205, 2199,
|
|
|
|
|
2206, 2208, 2209, 2205, 2210, 2212, 2212, 2214, 2213, 2207,
|
|
|
|
|
2208, 2213, 2204, 2216, 2216, 2222, 2217, 2218, 2218, 2220,
|
|
|
|
|
2206, 2219, 2209, 2217, 2210, 2214, 2219, 2224, 2220, 2223,
|
|
|
|
|
2223, 2224, 2225, 2222, 2226, 2228, 2229, 2227, 2234, 2234,
|
|
|
|
|
2236, 2225, 2227, 2227, 2235, 2229, 2239, 2241, 2228, 2226,
|
|
|
|
|
|
|
|
|
|
2245, 2243, 2236, 2235, 2247, 2245, 2246, 2246, 2256, 2241,
|
|
|
|
|
2249, 2252, 2252, 2247, 2257, 2249, 2250, 2250, 2253, 2253,
|
|
|
|
|
2250, 2239, 2243, 2254, 2254, 2255, 2258, 2261, 2256, 2260,
|
|
|
|
|
2264, 2258, 2261, 2257, 2255, 2260, 2262, 2263, 2263, 2265,
|
|
|
|
|
2266, 2262, 2269, 2267, 2268, 2266, 2270, 2270, 2264, 2272,
|
|
|
|
|
2268, 2273, 2274, 2274, 2277, 2278, 2275, 2276, 2277, 2279,
|
|
|
|
|
2265, 2267, 2280, 2281, 2278, 2283, 2273, 2269, 2272, 2275,
|
|
|
|
|
2276, 2281, 2282, 2284, 2284, 2279, 2285, 2282, 2287, 2287,
|
|
|
|
|
2290, 2280, 2288, 2288, 2292, 2292, 2293, 2294, 2296, 2296,
|
|
|
|
|
2297, 2283, 2294, 2298, 2299, 2285, 2301, 2301, 2302, 2304,
|
|
|
|
|
|
|
|
|
|
2307, 2290, 2293, 2305, 2305, 2306, 2306, 2308, 2310, 2307,
|
|
|
|
|
2297, 2309, 2302, 2299, 2311, 2319, 2298, 2312, 2312, 2313,
|
|
|
|
|
2310, 2304, 2313, 2314, 2314, 2318, 2320, 2308, 2321, 2321,
|
|
|
|
|
2309, 2324, 2320, 2322, 2311, 2319, 2322, 2318, 2323, 2328,
|
|
|
|
|
2326, 2327, 2329, 2330, 2323, 2326, 2327, 2334, 2329, 2324,
|
|
|
|
|
2331, 2331, 2333, 2333, 2336, 2336, 2337, 2337, 2328, 2338,
|
|
|
|
|
2330, 2330, 2339, 2340, 2338, 2349, 2334, 2351, 2340, 2341,
|
|
|
|
|
2341, 2342, 2342, 2343, 2343, 2344, 2339, 2346, 2346, 2355,
|
|
|
|
|
2344, 2352, 2352, 2356, 2349, 2354, 2354, 2357, 2362, 2351,
|
|
|
|
|
2358, 2358, 2359, 2355, 2363, 2368, 2357, 2359, 2364, 2369,
|
|
|
|
|
|
|
|
|
|
2363, 2375, 2362, 2356, 2365, 2365, 2364, 2366, 2370, 2371,
|
|
|
|
|
2372, 2376, 2366, 2370, 2374, 2368, 2372, 2377, 2378, 2369,
|
|
|
|
|
2375, 2371, 2374, 2379, 2380, 2381, 2410, 2382, 2385, 2388,
|
|
|
|
|
2388, 2376, 2382, 2389, 2389, 2410, 2378, 2377, 0, 2379,
|
|
|
|
|
2390, 2380, 2380, 2398, 2390, 2401, 2381, 2398, 2385, 2394,
|
|
|
|
|
2394, 2396, 2396, 2397, 2397, 2402, 2397, 2400, 2400, 2404,
|
|
|
|
|
2404, 2405, 2406, 2401, 2407, 2409, 2406, 2414, 2405, 2402,
|
|
|
|
|
2411, 2411, 2412, 2412, 2413, 2413, 2415, 2416, 2418, 2407,
|
|
|
|
|
2419, 2415, 2414, 2409, 2418, 2417, 2416, 2420, 2421, 2416,
|
|
|
|
|
2417, 2417, 2422, 2423, 2424, 2425, 2425, 2422, 2423, 2428,
|
|
|
|
|
|
|
|
|
|
2428, 2439, 2420, 2431, 2431, 2419, 2432, 2432, 2435, 2421,
|
|
|
|
|
2433, 2433, 2440, 2424, 2436, 2436, 2439, 2435, 2438, 2438,
|
|
|
|
|
2441, 2441, 2442, 2446, 2440, 2443, 2443, 2447, 2448, 2450,
|
|
|
|
|
2447, 2449, 2449, 2452, 2453, 2454, 2452, 2442, 2455, 2456,
|
|
|
|
|
2453, 2446, 2457, 2455, 2467, 2458, 2468, 2450, 2464, 2454,
|
|
|
|
|
2468, 2464, 2469, 2472, 2448, 2470, 2476, 2473, 2456, 2474,
|
|
|
|
|
2457, 2458, 2478, 2475, 2474, 2475, 2479, 2467, 2473, 2470,
|
|
|
|
|
2480, 2476, 2469, 2477, 2477, 2478, 2472, 2481, 2482, 2483,
|
|
|
|
|
2484, 2485, 2486, 2486, 2493, 2479, 2492, 2487, 2480, 2488,
|
|
|
|
|
2488, 2489, 2489, 2481, 2483, 2485, 2487, 2490, 2490, 2497,
|
|
|
|
|
|
|
|
|
|
2484, 2491, 2491, 2482, 2493, 2492, 2494, 2495, 2496, 2494,
|
|
|
|
|
2498, 2499, 2495, 2496, 2500, 2501, 2501, 2499, 2502, 2504,
|
|
|
|
|
2506, 2509, 2509, 2511, 2497, 2498, 2510, 2510, 2500, 2512,
|
|
|
|
|
2513, 2511, 2515, 2514, 2504, 2517, 2513, 2502, 2506, 2514,
|
|
|
|
|
2516, 2519, 2520, 2521, 2523, 2524, 2515, 2521, 2512, 2525,
|
|
|
|
|
2524, 2531, 2526, 2516, 2517, 2528, 2520, 2527, 2529, 2532,
|
|
|
|
|
2535, 2519, 2530, 2529, 2523, 2526, 2535, 2530, 2525, 2531,
|
|
|
|
|
2527, 2533, 2533, 2540, 2528, 2534, 2536, 2536, 2532, 2537,
|
|
|
|
|
2534, 2538, 2539, 2541, 2537, 2542, 2538, 2539, 2546, 2541,
|
|
|
|
|
2542, 2545, 2540, 2543, 2543, 2545, 2547, 2548, 2549, 2550,
|
|
|
|
|
|
|
|
|
|
2551, 2552, 2558, 2547, 2559, 2550, 2556, 2546, 2553, 2553,
|
|
|
|
|
2555, 2555, 2565, 2560, 2552, 2556, 2548, 2549, 2556, 2551,
|
|
|
|
|
2557, 2558, 2563, 2559, 2562, 2557, 2560, 2561, 2561, 2562,
|
|
|
|
|
2566, 2566, 2567, 2568, 2568, 2563, 2569, 2569, 2565, 2570,
|
|
|
|
|
2571, 2572, 2573, 2573, 2570, 2574, 2575, 2571, 2575, 2577,
|
|
|
|
|
2574, 2567, 2576, 2576, 2578, 2579, 2577, 2580, 2581, 2584,
|
|
|
|
|
2572, 2578, 2580, 2583, 2583, 2586, 2587, 2588, 2589, 2593,
|
|
|
|
|
2586, 2587, 2590, 2590, 2579, 2592, 2592, 2581, 2584, 2594,
|
|
|
|
|
2595, 2595, 2596, 2596, 2597, 2607, 2588, 2589, 2593, 2599,
|
|
|
|
|
2599, 2597, 2600, 2600, 2601, 2603, 2608, 2606, 2594, 0,
|
|
|
|
|
|
|
|
|
|
2603, 2601, 2606, 0, 2607, 2609, 2609, 2610, 2610, 0,
|
|
|
|
|
0, 0, 0, 0, 0, 2608, 2614, 2614, 2614, 2614,
|
|
|
|
|
2614, 2614, 2614, 2615, 2615, 2615, 2615, 2615, 2615, 2615,
|
|
|
|
|
2616, 2616, 2616, 2616, 2616, 2616, 2616, 2617, 2617, 2617,
|
|
|
|
|
2617, 2617, 2617, 2617, 2618, 2618, 2618, 2618, 2618, 2618,
|
|
|
|
|
2618, 2620, 2620, 0, 2620, 2620, 2620, 2620, 2621, 2621,
|
|
|
|
|
0, 0, 0, 2621, 2621, 2622, 2622, 0, 0, 2622,
|
|
|
|
|
0, 2622, 2623, 0, 0, 0, 0, 0, 2623, 2624,
|
|
|
|
|
2624, 0, 0, 0, 2624, 2624, 2625, 0, 0, 0,
|
|
|
|
|
0, 0, 2625, 2626, 2626, 0, 2626, 2626, 2626, 2626,
|
|
|
|
|
|
|
|
|
|
2627, 2627, 0, 2627, 2627, 2627, 2627, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613,
|
|
|
|
|
2613, 2613, 2613, 2613, 2613, 2613, 2613, 2613
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
|
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yy_flex_debug;
|
|
|
|
|
int yy_flex_debug = 0;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The intent behind this definition is that it'll catch
|
|
|
|
|
* any uses of REJECT which flex missed.
|
|
|
|
|
*/
|
|
|
|
|
#define REJECT reject_used_but_not_detected
|
|
|
|
|
static int yy_more_flag = 0;
|
|
|
|
|
static int yy_more_len = 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
#define yymore() ((yy_more_flag) = 1)
|
|
|
|
|
#define YY_MORE_ADJ (yy_more_len)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
char *yytext;
|
2012-01-10 10:07:16 -05:00
|
|
|
#line 1 "./util/configlexer.lex"
|
|
|
|
|
#line 2 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
/*
|
|
|
|
|
* configlexer.lex - lexical analyzer for unbound config file
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
|
|
|
|
|
*
|
|
|
|
|
* See LICENSE for the license.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2016-09-13 06:44:24 -04:00
|
|
|
|
|
|
|
|
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
|
2016-10-20 03:46:35 -04:00
|
|
|
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
|
2016-09-13 06:44:24 -04:00
|
|
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
2016-10-20 03:46:35 -04:00
|
|
|
#endif
|
2016-09-13 06:44:24 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <strings.h>
|
2012-09-27 04:52:37 -04:00
|
|
|
#ifdef HAVE_GLOB_H
|
|
|
|
|
# include <glob.h>
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#include "util/config_file.h"
|
|
|
|
|
#include "util/configparser.h"
|
|
|
|
|
void ub_c_error(const char *message);
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
|
|
|
|
#else
|
|
|
|
|
#define LEXOUT(s)
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
|
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
|
|
|
#define YDVAR(nargs, var) \
|
|
|
|
|
num_args=(nargs); \
|
|
|
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
|
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
|
|
|
return (var);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2018-05-28 10:15:06 -04:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 186 "./util/configlexer.lex"
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#define YY_NO_UNPUT 1
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
|
|
|
|
#ifndef YY_NO_INPUT
|
|
|
|
|
#define YY_NO_INPUT 1
|
|
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 2639 "<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
|
|
|
{
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 206 "./util/configlexer.lex"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 2862 "<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-05-28 10:15:06 -04:00
|
|
|
if ( yy_current_state >= 2614 )
|
|
|
|
|
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-05-28 10:15:06 -04:00
|
|
|
while ( yy_base[yy_current_state] != 5108 );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_find_action:
|
|
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
if ( yy_act == 0 )
|
|
|
|
|
{ /* have to back up */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
YY_DO_BEFORE_ACTION;
|
|
|
|
|
|
|
|
|
|
do_action: /* This label is used only to access EOF actions. */
|
|
|
|
|
|
|
|
|
|
switch ( yy_act )
|
|
|
|
|
{ /* beginning of action switch */
|
|
|
|
|
case 0: /* must back up */
|
|
|
|
|
/* undo the effects of YY_DO_BEFORE_ACTION */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 207 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SP ")); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 2:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 209 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
2009-12-01 03:12:12 -05:00
|
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
2009-02-06 05:19:16 -05:00
|
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 3:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 212 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ YDVAR(0, VAR_SERVER) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 4:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 213 "./util/configlexer.lex"
|
2015-11-30 11:10:26 -05:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 5:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 214 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 6:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 215 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 7:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 216 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 8:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 217 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 9:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 218 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 10:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 219 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 11:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 220 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 12:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 221 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 13:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 222 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 14:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 223 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 15:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 224 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 16:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 225 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 17:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 226 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 18:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 227 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 19:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 228 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 20:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 229 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 21:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 230 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 22:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2018-01-22 03:35:44 -05:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{ YDVAR(1, VAR_TLS_CERT_BUNDLE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_TLS_WIN_CERT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_ADDITIONAL_TLS_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_ADDITIONAL_TLS_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2008-09-03 10:40:09 -04:00
|
|
|
case 81:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
2009-08-12 11:26:47 -04:00
|
|
|
case 103:
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_ALLOW_NOTIFY) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FALLBACK_ENABLED) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
2011-08-22 09:58:40 -04:00
|
|
|
case 115:
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
2014-05-20 06:38:32 -04:00
|
|
|
case 128:
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_ROOT_KEY_SENTINEL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_AGGRESSIVE_NSEC) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -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 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -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 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 143:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 144:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 145:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 146:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 147:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
2016-07-04 10:49:49 -04:00
|
|
|
case 169:
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 389 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
2017-01-05 06:39:54 -05:00
|
|
|
case 180:
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 391 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 393 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 394 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 395 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 186:
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 396 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 398 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 400 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
2017-03-16 05:17:58 -04:00
|
|
|
case 191:
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 401 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 402 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 404 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 406 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 407 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2018-02-13 05:35:09 -05:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 410 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 412 "./util/configlexer.lex"
|
2018-03-15 10:23:51 -04:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2018-04-17 09:23:35 -04:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
2018-04-24 05:03:49 -04:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
2017-04-26 08:58:13 -04:00
|
|
|
case 203:
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 418 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 420 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 421 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 423 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 424 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 425 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 426 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 427 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 428 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
2017-08-08 05:09:45 -04:00
|
|
|
case 213:
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 429 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 430 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 216:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-22 03:35:44 -05:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2018-05-15 03:48:12 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 217:
|
|
|
|
|
YY_RULE_SETUP
|
2018-01-30 05:35:20 -05:00
|
|
|
#line 433 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_LOW_RTT_PERMIL) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-08 08:16:36 -05:00
|
|
|
#line 434 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
2017-10-17 03:34:49 -04:00
|
|
|
case 219:
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 435 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 436 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2018-03-15 10:23:51 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 439 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 224:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-09 09:27:28 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2017-10-17 11:16:31 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 225:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-17 09:23:35 -04:00
|
|
|
#line 441 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 226:
|
|
|
|
|
YY_RULE_SETUP
|
2018-04-24 05:03:49 -04:00
|
|
|
#line 442 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 227:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-15 03:48:12 -04:00
|
|
|
#line 443 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 228:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 444 "./util/configlexer.lex"
|
2018-05-15 03:48:12 -04:00
|
|
|
{
|
2018-05-28 10:15:06 -04:00
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 229:
|
|
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 446 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 230:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 448 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
2018-01-30 05:35:20 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 231:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 449 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2018-02-08 08:16:36 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 232:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 450 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 233:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 451 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2018-02-13 05:35:09 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 234:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 452 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_BREAK
|
2018-02-13 05:35:09 -05:00
|
|
|
case 235:
|
2018-01-22 03:35:44 -05:00
|
|
|
YY_RULE_SETUP
|
2018-03-15 08:33:51 -04:00
|
|
|
#line 453 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 236:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 454 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 237:
|
|
|
|
|
YY_RULE_SETUP
|
2018-02-13 05:35:09 -05:00
|
|
|
#line 455 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 238:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 456 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2018-03-15 10:23:51 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 239:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 457 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 240:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 458 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
2018-04-09 09:27:28 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 241:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 459 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISHOST) }
|
2018-04-17 09:23:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 242:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 460 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISPORT) }
|
2018-04-24 05:03:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 243:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 461 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_REDISTIMEOUT) }
|
2018-05-15 03:48:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 244:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 462 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 245:
|
|
|
|
|
/* rule 245 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 463 "./util/configlexer.lex"
|
2018-03-15 08:33:51 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2018-05-28 10:15:06 -04:00
|
|
|
case 246:
|
2018-03-15 08:33:51 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 466 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 467 "./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-05-28 10:15:06 -04:00
|
|
|
case 247:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 472 "./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-05-28 10:15:06 -04:00
|
|
|
case 248:
|
|
|
|
|
/* rule 248 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 473 "./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-05-28 10:15:06 -04:00
|
|
|
case 249:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 475 "./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-05-28 10:15:06 -04:00
|
|
|
case 250:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 487 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 488 "./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-05-28 10:15:06 -04:00
|
|
|
case 251:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 493 "./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-05-28 10:15:06 -04:00
|
|
|
case 252:
|
|
|
|
|
/* rule 252 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 494 "./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-05-28 10:15:06 -04:00
|
|
|
case 253:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 496 "./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-05-28 10:15:06 -04:00
|
|
|
case 254:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 508 "./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-05-28 10:15:06 -04:00
|
|
|
#line 510 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
yyerror("EOF inside include directive");
|
2009-02-06 05:19:16 -05:00
|
|
|
BEGIN(inc_prev);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-04-17 09:23:35 -04:00
|
|
|
case 255:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 514 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2018-04-24 05:03:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 256:
|
2018-05-28 10:15:06 -04:00
|
|
|
/* rule 256 can match eol */
|
2018-04-24 05:03:49 -04:00
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 515 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2018-05-15 03:48:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 257:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 516 "./util/configlexer.lex"
|
2018-05-28 10:15:06 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 258:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 517 "./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-05-28 10:15:06 -04:00
|
|
|
#line 522 "./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-05-28 10:15:06 -04:00
|
|
|
case 259:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 526 "./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-05-28 10:15:06 -04:00
|
|
|
case 260:
|
|
|
|
|
/* rule 260 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 527 "./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-05-28 10:15:06 -04:00
|
|
|
case 261:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 529 "./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-05-28 10:15:06 -04:00
|
|
|
#line 535 "./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-05-28 10:15:06 -04:00
|
|
|
case 262:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 546 "./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-05-28 10:15:06 -04:00
|
|
|
case 263:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 550 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-05-28 10:15:06 -04:00
|
|
|
case 264:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 554 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2018-05-28 10:15:06 -04:00
|
|
|
case 265:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 558 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2018-05-28 10:15:06 -04:00
|
|
|
#line 4351 "<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-05-28 10:15:06 -04:00
|
|
|
if ( yy_current_state >= 2614 )
|
|
|
|
|
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-05-28 10:15:06 -04:00
|
|
|
if ( yy_current_state >= 2614 )
|
|
|
|
|
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];
|
|
|
|
|
yy_is_jam = (yy_current_state == 2613);
|
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-05-28 10:15:06 -04:00
|
|
|
#line 558 "./util/configlexer.lex"
|
|
|
|
|
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|